/* Estilos base */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    
    
}

body {
    min-height: 100vh;
    background: radial-gradient(circle, #e7f0fa, #d4e4fb) !important;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
}

html{
    overflow-y: auto;
    scroll-behavior: smooth;
}

#vacio{
    background-color: #fff;
    width: 100%;
    height: 100px;
}



.Emcabezado{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    transition: 0.7s;
    z-index: 1000000;
    box-shadow: 0 2px 50px #1a1a1a94;
}




#logit__o{
    width: auto;
    height: 70px;
    filter: drop-shadow(0px 0px 9px rgba(255, 255, 251, 0.842));
    
}

#logoconf{
    
    padding-left: 50px ;
}



.Emcabezado .logo__img{
    cursor: pointer;
}

.Emcabezado .logo__img{
    height: 20px;
    width: auto;
    transition: transform 0.3s ease;
}

.Emcabezado .logo__img:hover{
    transform: translateY(-2px);
    

}



/* Menú de navegación */
.nav__menu {
    transition: transform 0.3s ease-in-out;
}

.nav__list {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav__item {
    padding: 15px;
    position: relative;
}

.nav__link {
    color: #ffffff;
    text-shadow: 2px 1px 8px #080808;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav__link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(0,194,255,1) 20%, rgba(122,195,232,1) 92%);
    bottom: -5px;
    left: 50%;
    transition: width .4s, left .4s;
}

.nav__link:hover::before {
    width: 100%;
    left: 0;
}


/*sdsadsa*/

.menu-toggle {
    display: none;
}

.menu-button {
    display: none;
    cursor: pointer;
    z-index: 1000001;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    padding: 5px;
}

/*svg*/

.hb {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Botón de cotización */



/* .button {
    margin-right: 60px;
} */

button {
    margin-right: 30px;
    padding: 0.7em 1em;
    background-color: #0f7efc;
    border: 2px solid #5ac1fc;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    box-shadow: 0 0 10px #50a1e0,
                0 0 15px #50a1e0,
                2px 0 25px #50a1e0;
}

button:hover {
    animation: sh0 0.5s ease-in-out both;
    background-color: #10e3ee;
    color: yellow;
}

@keyframes sh0 {
    0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
    }

    25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
    }

    50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
    }

    75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
    }

    100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

button:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

button::before,
button::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

button:hover::before,
button:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

button:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

button:hover::after {
    transform: translate(50%, 0) scale(1.1);
}







/*WHATSAPP*/

.btn-wsp{
    position: fixed;
    width: 65px;
    height: 65px;
    line-height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #f7f7f7;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 1px 10px #000000;
    z-index: 10000;
}

.btn-wsp:hover{
    text-decoration: none;
    color: #000000;
    background-color: #000000;
}

.icon_color:hover{
    
    color: #fff ;
}



/*--------CONTENIDO 1--------*/
.contenedor__principal{
    min-height: 100vh;
    position: relative;
    width: 100%;

}


.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(40%);
    z-index: 0;
}

.contenedor__texto{
    


    /****/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.titulo_principal{
    font-size: 3.8rem;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px #000000;
}

.print__color{
    color: #fff
    
}

.print__color:hover{
    color: #ff5252;
    cursor: pointer;
    text-shadow:
                0 0 5px #ff073a,
                0 0 10px #ff073a,
                0 0 20px #ff073a,
                0 0 30px #ff073a,
                0 0 40px #ff073a,
                0 0 50px #ff073a,
                0 0 60px #ff073a;
    
}

.sustitulo_principal{
    font-size: 2.4rem;
    line-height: 2.2;
}

.infos__texto{
    font-size: 1.2rem;
    margin-top: 29px;
    margin: 5px 15px;
    line-height: 1.5;
}

/****/

.button__principal {
    position: relative;
    padding: 12px 0px;
    margin: 26px 25%;
    background: #fec195;
    text-shadow: 2px 1px 7px #080808;
    font-size: 19.5px;
    font-weight: 500;
    color: #ffffff;
    border: 3px solid #fec195;
    border-radius: 8px;
    box-shadow: 0 0 0 #fec1958c;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

.button__principal>a{
    color: #fff;
    text-decoration: none;
}  
  
  
  .palabra{
    font-weight: 900;
  }
  
  .star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  }
  
  .star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
  }
  
  .star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fffdef);
    z-index: -5;
    transition: all 0.8s ease;
  }
  
  .button__principal:hover {
    background: transparent;
    color: #fec195;
    box-shadow: 0 0 25px #fec1958c;
  }
  
  .button__principal:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .button__principal:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .button__principal:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .button__principal:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .button__principal:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .button__principal:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fffdef);
    z-index: 2;
  }
  
  .fil0 {
    fill: #fffdef;
  }
  



/* CARRUSEL DE IMAGENES*/

body {
    background: radial-gradient(circle, #e7f0fa, #d4e4fb) !important;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto;
}

.titulo{
    text-align: center;
    font-family: "Poppins", serif;
    /* font-family: "Caveat", serif; */
    letter-spacing: 1px;
    color: #2a85cd;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 30px;
}

@media(max-width:991px) {

    body {
        padding: 30px;
    }

    .slider-box{
        width: 100%;
        margin: 0;
        
    }

}

/* @media(min-widt:991px){
    
    .slider-box{

    }
    
} */

@media(max-width:991px){
    .cars1{
        width: 100%;
        margin-top: -100px;
    }

    .titulo{
        font-size: 22px;
        color: #2a85cd;
    }

    .card::before{
        background-position: center left;
    }

}




.slider-box{
    background-size: cover;
    background-position: center;
    width: 100%;

    max-height: 745px;
    margin: 10px auto 0;
    overflow:hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    /* border: 1px solid #647cff; */
    position: relative;
    
}

@media(min-widt:991px){
    
    .slider-box{
        width: 100%;
        max-width: 300px;

    }
    
}

.list__img{
    border-top: 4px solid #50a1e0;
    border-radius: 10px;
    background-attachment: fixed;
}



.slider-box ul{
    display: flex;
    padding: 0;
    width: 1000%;
    animation: slide 28s infinite alternate ease-in-out;
}

.slider-box li{
    width: 100%;
    list-style: none;
    position: relative;
}

.text{
    position: absolute;
    text-align: center;
    padding: 0 250px;
    top: 350px;
    color: #ffff;
    font-weight: 700;
}


.slider-box img{
    width: 100%;
    border-radius: 2px;
}

#carrusel{
    height: auto;
    width: 100%;
}

@keyframes  slide {
    0% { margin-left: 0;}
    5% { margin-left: 0;}

    10% { margin-left: -100%;}
    15% { margin-left: -100%;}

    20% { margin-left: -200%;}
    25% { margin-left: -200%;}

    30% { margin-left: -300%;}
    35% { margin-left: -300%;}

    40% { margin-left: -400%;}
    45% { margin-left: -400%;}

    50% { margin-left: -500%;}
    55% { margin-left: -500%;}

    60% { margin-left: -600%;}
    65% { margin-left: -600%;}

    75% { margin-left: -700%;}
    80% { margin-left: -700%;}

    86% { margin-left: -800%;}
    90% { margin-left: -800%;}

    95% { margin-left:  -900%;}
    100% { margin-left: -900%;}
    
}

@media(min-width:991px) {

    body {
        padding: 30px;
    }

    .slider-box{
        width: 100%;
        margin: 0px 0 5px 0;
    }
    
}

/*CONTENIDO 2*/

.cars1{
    z-index: 1000;
    background-image: url("../img/fondo2.png") !important;
    height: 755px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.tex_gradiente{
    text-shadow: none;
}

.tex_gradiente {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(280deg, #9530b4, #0be3ff, #8a0cffe7, #2587f7); 
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: colorChange 5s ease infinite;
}

@keyframes colorChange{
    0% {
        background-position: 0% 75%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 75%;
    }
}




.cars1 h2{
    width: 500px;
    /* font-family: "DM Sans", serif; */
    font-family:"Poppins", serif;
    font-size: 50px;
    line-height: 60px;
    padding: 25px 0;
    margin: auto;
    font-weight: 500;
    text-shadow: 2px 2px #c7c7c7b4;
    text-align: left;
    text-transform: uppercase;
    box-sizing: border-box;
}

.cars1 .cont__cars1{
    background: transparent;
    height: auto;
    width: 600px;
    box-sizing: border-box;
    border-radius: 50px;
}

.cont__cars1{
    top: 100px;
    left: 100px;
    min-width: 400px;
    height: auto;
    position: absolute;
    transition: transform 2s ease-in-out;
    box-shadow:  20px 20px 100px #adadd9,
                -20px -20px 100px #ebebff; 
}

.cont__cars1:hover{
    
    transform: translate(-10px, -20px); 
    /* transform: matrix(0,1,1,0,0,0); */
    /* transform: skew(-10deg, -10deg); */
    /* transform: rotateY(180deg); */
    /* transform: scaleY(1.3); */
}




.cars1 .info__text{
    font-weight: 400;
    color: rgb(27, 27, 27);;
    padding: 0px 73px 60px 55px;
    text-align: justify;
    
    font-size: 16px;
    line-height: 29px;
    
    
}


.borde__circulo{
    position: relative;
}

.redondo .circulo1{
    z-index: 600;
}

#circulo1 {
    border-radius: 100%;
    box-shadow: 0 5px 15px #ffb618;
    position: absolute;
    left: 39%;
    top: 20px;
    width: 350px;
    height: 350px;
    transition: box-shandow 4s, rotate 4s;

}

#circulo1:hover {
    box-shadow: 0 5px 15px #ffb618
                0 10px  25px #ffb618
                0 15px  50px #ffb618
                0 20px  75px #ffb618
                0 25px  100px #ffb618;
    width: 400px;
    height: 400px;
    rotate: 360deg;
    z-index: 1000;
}


#circulo2 {
    border-radius: 100%;
    box-shadow: 0 5px 15px #bd2f2f;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 65%;
    top: 75px;
    width: 350px;
    height: 350px;
    transition: box-shandow 4s, rotate 4s;
}

#circulo2:hover {
    box-shadow: 0 5px 15px   #d62b2b
                0 10px  25px #000000
                0 15px  50px #000000
                0 20px  75px #000000
                0 25px  1000px #000000;
                width: 400px;
                height: 400px;
                rotate: 360deg;
                z-index: 1001;

}


#circulo3 {
    border-radius: 100%;
    box-shadow: 0 5px 15px #fc34c0;
    background-size: cover;
    background-position: center;
    object-fit: fill;
    position: absolute;
    left: 50%;
    top: 36%;
    width: 350px;
    height: 350px;
    
}

#circulo3:hover {
    box-shadow: 0 5px 15px   #fc34c0
                0 10px  25px #fc34c0
                0 15px  50px #fc34c0
                0 20px  75px #fc34c0
                0 25px  1000px #fc34c0;
                width: 400px;
                height: 400px;
                rotate:360deg;
                z-index: 1001;

}



#circulo4 {
    border-radius: 100%;
    box-shadow: 0 5px 15px #405ec0;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 79%;
    top: 40%;
    width: 350px;
    height: 350px;
    transition: box-shandow 4s, rotate 4s;
}

#circulo4:hover {
    box-shadow: 0 5px 15px   #fc34c0
                0 10px  25px #fc34c0
                0 15px  50px #fc34c0
                0 20px  75px #fc34c0
                0 25px  1000px #fc34c0;
                width: 400px;
                height: 400px;
                rotate:360deg;
                z-index: 1001;

}

@media(max-width:991px){
    .cont__cars1{
        
        max-width: 600px;
        margin: 0 auto;
        background-color: #0FF0FC;
        }


}


@media(max-width:991px){
    
    .cars1{
        width: 100%;
    }
        

    #circulo1{
        width: 100px;
        height: 100px;
        left: 5%;
    top: 20px;
    }

    #circulo1:hover{
        width: 150px;
        height: 150px;
        left: 5%;
    top: 20px;
    }

    #circulo2{
        width: 100px;
        height: 100px;
        left: 25%;
        top: 20px;
    }

    #circulo2:hover{
        width: 150px;
        height: 150px;
        left: 25%;
        top: 20px;
    }

    #circulo3{
        width: 100px;
        height: 100px;
        left: 80%;
        top: 20px;
    }

    #circulo3:hover{
        width: 150px;
        height: 150px;
        left: 78%;
        top: 20px;
    }

    #circulo4{
        width: 100px;
        height: 100px;
        left: 60%;
        top: 20px;
    }

    #circulo4:hover{
        width: 150px;
        height: 150px;
        left: 60%;
        top: 20px;
    }


}

/*--------Contenedores cuadros--------*/


.cars2 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 70px;
} 

.cajas__items {
    background-color: #FBFBFB;
    width: 300px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.226);
    transition: transform 0.3s ease;
}

.cajas__items:hover {
    transform: translateY(-5px);
}

.cajas__items img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
}

.cajas__items h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.cajas__items p {
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 10px;
    box-sizing: border-box;
}

.cont__cars2 h2 {
    font-family: "Poppins", serif;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 45px;
    color: #0078B0;
    text-shadow: 2px 2px 18px #389fff86;
}

.cars2 p {
    font-size: 16px;
    line-height: 1.6;
    color: #353535;
    text-align: center;
}

@media (max-width: 768px) {
    .services-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 32px;
    }

    .service-card {
        width: 100%;
        max-width: 300px;
    }
}




/*---------cars3_gallery------------*/

    .box_caja{

        /* background-color: #f3f7fc;
        border-radius: 10px; */
        
        padding: 2.5rem 2.5rem;
        display: grid;
            /* grid-template-columns: repeat(3, minmax(250px, 2fr)); */
        grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
        gap: 2rem;
        max-width: 1400px;
        margin: 10px auto 25px auto;
        width: 90%;
        border-radius: 10px;
        background: linear-gradient(225deg, #ffffff, #fff6f6);
        box-shadow:  -17px 17px 34px #f0f0f0,
                17px -17px 34px #f0f0f0;

                
    }

    .gallery-item {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1;
        cursor: pointer;
        border-radius: 5px;
    }

    .sobreponer{
        z-index: 90000000000 !important;
    }

    #a14-febrero>img{
        justify-content: center;
        max-width: 100%

    }

    .tituloi h2{
        font-family: "Poppins", serif;
        text-align: center;
        font-size: 65px;
        font-weight: 500;
        color: #0078B0;
        text-shadow: 2px 2px 18px #389fff86;
        z-index: inherit;
        margin-top: 195px;
    }

    .Dirreccion_uwu{
        cursor: pointer;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        border-radius: 5px;
    }

    .gallery-item:hover img {
        transform: scale(1.1);
        border-radius: 5px;
    }

    .gallery-item::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
        cursor: pointer;
        opacity: 0;
        border-radius: 5px;
        transition: opacity 0.3s ease;
    }

    .gallery-item:hover::after {
        opacity: 1;
        border-radius: 5px;
    }

    .gallery-item-title {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        color:#FBFBFB;
        z-index: 2;
        font-size: 1.5rem;
        font-weight: 600;
        opacity: 1;
        transform: translateY(-20px);
        transition: all 0.3s ease;
        border-radius: 5px;
    }

    .item_toko-title .stanki{
        font-size: 0.5rem;
    }

    .gallery-item:hover .gallery-item-title {
        opacity: 1;
        transform: translateY(0);
        border-radius: 5px;
    }


/*-------cars4---------*/

.box__class {
    
    margin: 0;
    display: flex;
}

.card {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../imgs/chamba.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    filter: brightness(40%);
    z-index: 1;
}

.loader31 {
    position: relative;
    z-index: 2;
    color: rgb(235, 230, 230);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.words {
    overflow: hidden;
    position: relative;
    height: 45px;
}

.word {
    display: block;
    height: 100%;
    color: #ff2e2e;
    animation: spin_4991 4s infinite;
    font-weight: 600;
}

@keyframes spin_4991 {
    10% {
        transform: translateY(-102%);
    }
    25% {
        transform: translateY(-100%);
    }
    35% {
        transform: translateY(-202%);
    }
    50% {
        transform: translateY(-200%);
    }
    60% {
        transform: translateY(-302%);
    }
    75% {
        transform: translateY(-300%);
    }
    85% {
        transform: translateY(-402%);
    }
    100% {
        transform: translateY(-400%);
    }
}


/*-----final pie------*/
.pie_final{
    background-color: #333;
    width: 100%;
    height: 100px;
}


/* New Footer Styles */

.footer {
    background-color: #1a1a1a;
    color: #000000;
    padding: 50px 0 20px;
    margin-top: auto;
}

/*************************************/
.cont__redes{
    border-bottom: 1px solid #333;
    margin: 0 60px;
}

/* .twitter{
    z-index: 100000000;
    background-color: #0078B0;
} */

/* svg[Attributes Style] {
    height: 1.8em;
    color
} */



.wrapper {
    display: inline-flex;
    list-style: none;
    height: 120px;
    width: 100%;
    padding-top: 30px;
    font-family: "Poppins", sans-serif;
    justify-content: center;
  }
  
  .wrapper .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff;
  }
  
  .wrapper .twitter:hover,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip::before {
    background: #000000;
    color: #fff;
  }
  
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #fff;
  }
  


/*****************************************/
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding:  20px;
}

.footer-section {
    margin-bottom: 50px;
}

.footer-section .company-info{

    margin-bottom: 20px;
}

.company-info .logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.company-info .logo img {
    width: 90%;
    height: auto;
    filter: drop-shadow(0px 0px 7px rgba(255, 255, 251, 0.842));
}

.company-info .logo h3 {
    margin: 0;
    font-size: 24px;
    color: #ff2e2e;
}

.footer-section .fas{
    line-height: 100px;
}

.ptext{
    line-height: 38px;
}

.company-info p {
    line-height: 1.6;
    color: #fafafa;
}

.contact h3 {
    color: #ff2e2e;
    margin-bottom: 20px;
}

.contact p {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cccccc;
}

.contact i {
    color: #ff2e2e;
    width: 20px;
}

.map h3 {
    color: #ff2e2e;
    margin-bottom: 20px;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-link {
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #ff2e2e;
}

.copyright {
    color: #888888;
    text-align: center;
    font-size: 14px;
    
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-section {
        text-align: center;
    }

    .company-info .logo {
        justify-content: center;
    }

    .contact p {
        justify-content: center;
    }
}








    
/*************/

/* Media queries para responsividad */
@media screen and (max-width: 950px) {
    .menu-button {
        display: block;
    }

    .nav__menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 80px 20px;
        transition: 0.5s ease-in-out;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .menu-toggle:checked ~ .nav__menu {
        right: 0;
    }

    .nav__list {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav__item {
        width: 100%;
        margin: 10px 0;
    }

    .nav__link {
        color: #368fd3;
        text-shadow: none;
        font-size: 16px;
        padding: 10px;
        width: 100%;
        border-radius: 8px;
        transition: background-color 0.3s;
    }

    .nav__link:hover {
        background-color: rgba(54, 143, 211, 0.1);
    }

    .nav__link::before {
        display: none;
    }

    #cotiza {
        display: none;
    }

    lord-icon {
        position: static !important;
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
    }
}

/* Animaciones */
@keyframes sh0 {
    0% { transform: rotate(0deg) translate3d(0, 0, 0); }
    25% { transform: rotate(7deg) translate3d(0, 0, 0); }
    50% { transform: rotate(-7deg) translate3d(0, 0, 0); }
    75% { transform: rotate(1deg) translate3d(0, 0, 0); }
    100% { transform: rotate(0deg) translate3d(0, 0, 0); }
}




@media screen and (min-width: 1386px)  {
    
    #circulo1{
        width: 320px;
        height: 320px;
        left: 43.5%;
        /* left: 5%;
    top: 20px; */
    }

    #circulo1:hover{
        width: 350px;
        height: 350px;
        z-index: 1000;
        /* left: 5%;
    top: 20px; */
    }

    #circulo2{
        width: 320px;
        height: 320px;
        left: 69%;
        top: 50px;
    }

    #circulo2:hover{
        width: 350px;
        height: 350px;
        z-index: 1000;
        /* left: 5%;
    top: 20px; */
    }

    #circulo3{
        width: 325px;
        height: 325px;
        left: 54%;
        top: 36%;
    }

    #circulo3:hover{
        width: 350px;
        height: 350px;
        z-index: 1000;
        /* left: 5%;
    top: 20px; */
    }

    #circulo4{
        width: 310px;
        height: 310px;
        left: 80%;
        top: 38%;
    }

    #circulo4:hover{
        width: 350px;
        height: 350px;
        right: 82%;
        z-index: 1000;
        /* left: 5%;
    top: 20px; */
    }




    /* #circulo1 {
        border-radius: 100%;
        box-shadow: 0 5px 15px #ffb618;
        position: absolute;
        left: 39%;
        top: 20px;
        width: 350px;
        height: 350px;
        transition: box-shandow 4s, rotate 4s;
    
    }
    
    #circulo1:hover {
        box-shadow: 0 5px 15px #ffb618
                    0 10px  25px #ffb618
                    0 15px  50px #ffb618
                    0 20px  75px #ffb618
                    0 25px  100px #ffb618;
        width: 400px;
        height: 400px;
        rotate: 360deg;
        z-index: 1000;
    } */


}


@media screen and (max-width: 550px) {
    
    .fofox{
        padding: 10% -10% 10px -10%;
    } 
    
    

    .titulo_principal{
        font-size: 3rem;
        white-space: normal;
        margin-top: 50px; 
        padding: 100px -10px 5px -10px;
        margin-bottom: 25px;
    }


    .print__color{
        display: inline-block;
    }

    .sustitulo_principal{
        font-size: 1.3rem;
        white-space: nowrap;
        /* padding: 0 10px; */
    }

    .infos__texto{
        font-size: 1rem;
        margin-bottom: 27px;


        /* margin: 0 70px; */
    }

    /*slinder box*/
    .titulo{
        padding: 30px 10px 10px 10px;
        font-size: 27px;

    }

    #carrusel{
        height: 100vw;
        width: 100vw;
  
    }

    /*CARS1*/

    .cont__cars1 h2,
    .tex_gradiente{
        
        font-size: 2.8rem;
        /* position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%); */

    }

    .cont__cars1 h2{
        padding-left: 18px ;
    }

    .cars1 .info__text {
        padding: 0px 65px 60px 45px;
    }



    .cont__cars1{
        max-width: 527px;
        position: absolute;
        left: 8.5px;
    }

    .cont__cars2 h2{
        font-size: 2.9rem;
    }

    .tituloi h2{
        font-size: 3.5rem;
    }

    .card::before {
        background-position: calc(50% - 1050px) center;
        background-size: cover;

    }

}



@media screen and (max-width: 500px) {

    .cont__cars1{
        border-radius: 5px;
    }


    .cont__cars1 h2,
    .tex_gradiente{
        
        font-size: 2rem;
        text-align: left;
        line-height: 50px;
        box-sizing: border-box;
        /* position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%); */

    }
    
    
    .tex_gradiente{
        font-size: 2.4rem;
    }

    .cont__cars1 h2{
        padding-left: 15px ;
        padding: 20px 132px 20px 15px;
        box-sizing: border-box;
    }

    .cars1 .info__text {
        font-size: 1rem;
        
        padding: 0px 47px 45px 20px;
    }



    .cont__cars1{
        max-width: 90px;
        /* max-height: auto; */
        position: absolute;
        left: 4px;
    }

    #circulo4{
        width: 100px;
        height: 100px;
        left: 50%;
        top: 20px;
        animation: movimientoSuave 4s ease-in-out infinite;
    }

    #circulo4:hover{
        width: 150px;
        height: 150px;
        left: 60%;
        top: 20px;
    }

    #circulo3{
        width: 100px;
        height: 100px;
        left: 73%;
        top: 20px;
        animation: movimientoSuave 3s ease-in-out infinite;
    }

    #circulo1{
        width: 100px;
        height: 100px;
        left: 5%;
    top: 20px;
    animation: movimientoSuave 1.5s ease-in infinite;

    }

    #circulo1:hover{
        width: 150px;
        height: 150px;
        left: 5%;
    top: 20px;
    
    }

    #circulo2{
        width: 100px;
        height: 100px;
        left: 25%;
        top: 20px;
        animation: movimientoSuave 2s ease-in-out infinite;

    }

    #circulo2:hover{
        width: 150px;
        height: 150px;
        left: 25%;
        top: 20px;

    }


    @keyframes movimientoSuave {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-12px); }
    }

    #circulo3:hover{
        width: 150px;
        height: 150px;
        left: 78%;
        top: 20px;
    }

    .cars2{
        padding: 50px 0px 0 0px;
    }

    .cont__cars2 h2{
        font-size: 2.3rem;
        margin-bottom: 20px;
    }

    .tituloi h2{
        font-size: 2.5rem;
        margin-top: 170px;
    }

    .card::before {
        background-position: calc(50% - 1100px) center;
        background-size: cover;

    }

    /***ORDENAR WHATSAAP***/

    .lindsay{
        font-size: 0.9.5rem;

    }

    .marcel{
        font-size: 0.9.5rem; 
    }

    


}






/*pantalla de carga con animacion */

body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #FBFBFB;
    overflow: hidden;
    
    
}

/* Contenedor del loader */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000000;
    transition: opacity 0.5s ease-out;
}

/* Contenido principal */
#content {
    transition: opacity 0.5s ease-in;
}

/* Estilos del loader */
.cssload-container * {
    box-sizing: border-box;
}

.cssload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.cssload-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.cssload-flex-container li {
    padding: 19px;
    height: 188px;
    width: 188px;
    position: relative;
    text-align: center;
    margin: 0;
    list-style: none;
}

.cssload-loading-center {
    display: inline-block;
    position: absolute;
    background: #ff0000;
    height: 56px;
    width: 56px;
    left: 68px;
    top: 69px;
    transform: rotate(45deg);
    border-radius: 6px;
    animation: pulse 1.3s ease infinite;
}

.cssload-loading {
    display: inline-block;
    position: relative;
    width: 141px;
    height: 141px;
    margin-top: 6px;
    transform: rotate(45deg);
}

.cssload-loading:after,
.cssload-loading:before {
    position: absolute;
    content: '';
    height: 19px;
    width: 19px;
    display: block;
    top: 0;
    background: #ff5252;
    border-radius: 6px;
}

.cssload-loading:after {
    right: 0;
    animation: square-tr 2.6s ease infinite;
    animation-delay: 0.16s;
}

.cssload-loading:before {
    animation: square-tl 2.6s ease infinite;
    animation-delay: 0.16s;
}

.cssload-loading.cssload-two {
    position: relative;
    top: -150px;
}

.cssload-loading.cssload-two:after,
.cssload-loading.cssload-two:before {
    bottom: 0;
    top: initial;
}

.cssload-loading.cssload-two:after {
    animation: square-br 2.6s ease infinite;
    animation-direction: reverse;
}

.cssload-loading.cssload-two:before {
    animation: square-bl 2.6s ease infinite;
    animation-direction: reverse;
}

@keyframes square-tl {
    0% { transform: translate(0, 0); }
    25% { transform: translate(0, 117.5px); }
    50% { transform: translate(117.5px, 117.5px); }
    75% { transform: translate(117.5px, 0); }
}

@keyframes square-bl {
    0% { transform: translate(0, 0); }
    25% { transform: translate(0, -117.5px); }
    50% { transform: translate(117.5px, -117.5px); }
    75% { transform: translate(117.5px, 0); }
}

@keyframes square-tr {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-117.5px, 0); }
    50% { transform: translate(-117.5px, 117.5px); }
    75% { transform: translate(0, 117.5px); }
}

@keyframes square-br {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-117.5px, 0); }
    50% { transform: translate(-117.5px, -117.5px); }
    75% { transform: translate(0, -117.5px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1) rotate(45deg); }
    75% { transform: scale(0.25) rotate(45deg); }
}

/* Media queries para responsividad */
@media screen and (max-width: 768px) {
    .cssload-container {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 480px) {
    .cssload-container {
        transform: scale(0.6);
    }
}
