@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    font-family: Roboto;
}

a:link, a:visited, a:active {
    text-decoration:none;
}

.navbar{
    background-color: #3c3c3d !important;
    font-size: 1.25rem;
    font-weight: bold;
}

.nav-link{
    color: white !important;
}

.nav-link::before{
    content: '';
    margin: 0px 10px 0px 0px;
    border-left: 3px solid #fbc344;
    color: #fbc344 !important;
}

.navbar .navbar-nav .nav-link:hover{
 background-color: #fbc344;
 transition: all 0.5s ease-in-out;
 border-radius: 5px;

}

.dropdown-menu{
    background-color: #3c3c3d !important;
}

.dropdown-item{
    background-color: rgba(255, 255, 255, 0.055);
    width: 94%;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}

.dropdown-item:hover{
    background-color: #fbc344;
    color: white;
}

.img_circulo_home{
    width: 350px !important;
    height: 350px !important;
    background-color: #17182E;
    border: 10px solid white;
    border-radius: 50% !important;
}

.texto_home_intro{
    font-size: 1.3rem;
    text-align: justify;
}

.texto_home_titulo{
    font-size: 4rem;
    font-weight: 800;
    text-align: justify;
}

.texto_titulo_amarillo{
    color: #f6b72b;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: left !important;
}

.texto_titulo_amarillo_contacto{
    color: #f6b72b;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center !important;
}

.boton_conoce_mas{
    height: 50px;
    background-color: #fbc344;
    color: #3c3c3d;
    font-size: 1.2rem;
    transition: background-color 0.5s ease-in-out;
}

.boton_conoce_mas:hover{
    background-color: #f2971f;
    color: white;
}

.boton_conoce_mas_division{
    width: 50%;
    height: 50px;
    background-color: #fbc344;
    color: #3c3c3d;
    font-size: 1.2rem;
    transition: background-color 0.5s ease-in-out;
}

.boton_conoce_mas_division:hover{
    background-color: #f2971f;
    color: white;
}

.boton_conoce_mas_slider{
    height: 50px;
    width: 170px;
    background-color: #fbc344;
    color: #3c3c3d;
    font-size: 1.2rem;
    transition: background-color 0.5s ease-in-out;
}

.boton_conoce_mas_slider:hover{
    background-color: #f2971f;
    color: white;
}

.boton_mas_info{
    background-color: #fbc344;
    color: #3c3c3d;
    width: 80%;
    transition: 0.5s ease-in-out;
}

.boton_mas_info:hover{
    background-color: #f2971f;
    color: white;
}

.caja_iconos_soluciones{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    height: 85px;
    margin-left: 30px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}

.caja_iconos_soluciones:hover {
    border-bottom: 5px solid #f2971f;
    background-color: #fde6ae;
}

.anima_img {
    animation: anima_img 5s alternate infinite ease-in;
  }
  
  @keyframes anima_img {
    0%   {transform: scale(0.95);}
    100% {transform: scale(1.05);}
  }

  .anima_img_gira {
    animation: anima_img_gira 5s alternate infinite ease-in;
  }

  @keyframes anima_img_gira {
    0%   {transform: scale(0.95);}
    33%  {rotate: -5deg;}
    66%  {rotate: 5deg;}
    100% {transform: scale(1.05);}
  }

  .carousel-caption{
    top: 150px;
    height: 250px;
    background-color: #17182E;
    opacity: 80%;
    font-size: 1.5rem;
    border-radius: 10px;
}

.subtitutlo_slider{
    margin-top: 20px;
    color: #F8AF15 !important;
    opacity: none !important;
    font-size: 2.2rem;
}

.card{
    border-width: 0;
    background-color: rgb(247, 247, 247);
    width: 20rem;
    padding-bottom: 20px;
    transition: 0.5s ease-in-out;
}
.card:hover{
    background-color: #ffdc7a;
    transform: scale(1.03);
}

.card-title{
    color: rgb(88, 88, 88);
    font-family: Poppins;
    font-size: 1.6rem;
    margin: 20px 0px;
    font-weight: 800;
    padding: 10px;
    text-align: center;
}

.card-title:hover{
    color:#ff7900;
}

.card-text{
    color: rgb(59, 59, 59);
    font-family: Poppins;
    font-size: 16px;
    text-align: left;
    margin: 20px 0px;
    padding: 10px;
}

.card_marcas{
    border: 2px solid #ffdc7a;
    background-color: #faf0d3;
    width: 20rem;
    padding-bottom: 20px;
    transition: 0.5s ease-in-out;
}
.card_marcas:hover{
    background-color: #ffdc7a;
    transform: scale(1.03);
}

.pie_de_pagina{
    width: 100%;
    background-color: #ffd135;
    height: 300px;
    color: #3c3c3d;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
}

.ul_footer{
    list-style-type:none;
}

.li_footer{
    background-color: #ffd135;
    color: #3c3c3d;
}

.ul_contacto{
    list-style-type:none;
    text-decoration: none;
}

.li_contacto{
    font-size: 1.3rem;
    color: #3c3c3d;
}

.seccion_encabezado_quienes_somos{
    background-image: url("../img/img_encabezado_quienes_somos_1500x600.jpg");
    background-position: center center;
    height: 300px;
    transition: 0.5s ease-in;
}

.seccion_encabezado_mision_y_vision{
    background-image: url("../img/img_encabezado_mision_y_vision_1500x600.jpg");
    background-position: center center;
    height: 300px;
    transition: 0.5s ease-in;
}

.seccion_encabezado_nuestras_soluciones{
    background-image: url("../img/img_encabezado_nuestras_soluciones_1500x600.jpg");
    background-position: center center;
    height: 300px;
    transition: 0.5s ease-in;
}

.seccion_encabezado_marcas{
    background-image: url("../img/img_encabezado_marcas_1500x600.jpg");
    background-position: center center;
    height: 300px;
    transition: 0.5s ease-in;
}

.seccion_encabezado_nuestros_clientes{
    background-image: url("../img/img_encabezado_nuestros_clientes_1500x600.jpg");
    background-position: center center;
    height: 300px;
    transition: 0.5s ease-in;
}

.seccion_encabezado_contacto{
    background-image: url("../img/img_encabezado_contacto_1500x600.jpg");
    background-position: center center;
    height: 300px;
    transition: 0.5s ease-in;
}

.columna_division_autopartes{
    background-image: url("../img/img_division_autopartes_tractocamiones_1000x500.png");
    background-position: center center;
    height: 500px;
    transition: 0.5s ease-in;
}

.columna_division_soluciones_energeticas{
    background-image: url("../img/img_division_soluciones_energeticas_1000x500.png");
    background-position: center center;
    height: 500px;
    transition: 0.5s ease-in;
}

.titulo_pagina_interior{
    color: white;
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    background-color: #ffd135;
    padding: 20px;
    border-radius: 10px;
    opacity: 95%;
}

.titulo_division{
    margin-top: 15%;
    width: 100%;
    height: 40%;
    color: #ffd135;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #3c3c3dc2 !important;
    transition: background-color 0.5s ease-in-out;
    }

    .titulo_division_autopartes{
        margin-top: 15%;
        width: 100%;
        height: 40%;
        color: #ffd135;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        background-color: #3c3c3dc2 !important;
        transition: background-color 0.5s ease-in-out;
        }

    .titulo_division:hover{
        margin-top: 15%;
        width: 100%;
        height: 40%;
        color: #3c3c3dc2;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        background-color: #ffd135 !important;
        transition: background-color 0.5s ease-in-out;
        opacity: 95%;
        }

        .titulo_division_autopartes:hover{
            margin-top: 15%;
            width: 100%;
            height: 40%;
            color: #3c3c3dc2;
            font-family: Poppins;
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            background-color: #ffd135 !important;
            transition: background-color 0.5s ease-in-out;
            opacity: 95%;
            }

.enlace_whatsapp{
    color: #3c3c3d;
}

.enlace_whatsapp:hover{
    color: #ffd135;
}

.enlace_whatsapp_footer{
    color: #3c3c3d;
}

.enlace_whatsapp_footer:hover{
    color: #ffffff;
}

@media screen and (max-width: 1000px) {

    .navbar .navbar-nav .nav-link{
        padding-left: 10px !important;
    }

    .navbar .navbar-nav .nav-link:hover{
        padding-left: 10px !important;
    }

    .pie_de_pagina{
        height: 400px;
    }

    .titulo_division_autopartes{
        margin-top: 15%;
        width: 100%;
        height: 55% !important;
        color: #ffd135;
        font-family: Poppins;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        background-color: #3c3c3dc2 !important;
        transition: background-color 0.5s ease-in-out;
        }
}