*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: "Segoe IU", "Roboto", sans-serif;
    margin: 0;
    background-color: #333;
    
   
    
}


.float-wa {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px; /* JUSTO ENCIMA del botón del bot (que está en bottom: 40px) */
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .float-wa:hover {
    background-color: #ffffff;
    color: #25d366;
  }

  .float-wa i {
    margin: 0;
    padding: 0;
    line-height: 1;
  }


h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;}



.container{
    max-width: 1400px;
    margin: auto;
    
}

.color-acento{ color:blueviolet; }

header{
    background-color: rgb(245,245,245);
    z-index: 1000;
    
}



header .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header nav{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

header a:hover{
    color: blueviolet;
}

header a:active {
    color:blueviolet
}

#caracteristicas .container{
    text-align: center;
    padding: 250px 12px;
}






@media (min-width: 850px){
    header{
        position: fixed;
        width: 100%;
    }

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

}



#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    background-image: linear-gradient(
        0deg,
        rgba(0.3,0.4,0.5,0.9),
        rgba(0.2,0.5,0.7,0.7)
    )
    ,url("media/furgomarronfrontal.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

#hero h1{
    color: whitesmoke;
}




.text-nuestro{
    color: #C0C0C0;
}


.center { 
    margin: 0 auto; 
    padding: 10px;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
}

h2 {
    margin-bottom: 20px; 
}

.subcontainer {
    
    width: 40%; 
    background-color: transparent; 
    padding: 20px; 
    border: 3px solid #C0C0C0; 
    border-radius: 15px; 
    margin-top: 10px; 
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    color: #C0C0C0;
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .subcontainer {
        width: 60%
    }
}

@media (max-width: 500px) {
    .subcontainer {
        width: 80%
    }
}

/*------------> PARRAFOS Y TEXTOOOOOSSSSS BY VILIIII <--------------*/

.parrafo_pers_1 {
    font-size: calc(1.5vw + .6em); 
    line-height: 1.5; 
    margin-bottom: 20px; 
    padding: 10px; 
    text-align: center;
    font-weight: bold;
}

.parrafo_pers_2 {
    text-align:center;
    font-size: calc(0.8vw + .5em);
    margin-bottom:0.7%;

}
.subtitulo {

    text-align:center;
    font-size: calc(0.9vw + .5em);
    font-weight: 600; /*negrita +-*/


}

.parrafo_pers_1 {
    font-size: calc(1.5vw + .6em); 
    line-height: 1.5; 
    margin-bottom: 20px; 
    padding: 10px; 
    text-align: center;
    font-weight: bold;
    
}
/*------------------------------------->   <-----------------------------------------*/



/*--------------------------> BOTON CODED BY VILIIII <--------------------------------*/

.button5 {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    width:25%;
    height:50px;
    font-weight: 600;
    transition-duration: 0.5s; 
    cursor: pointer; 
    font-style:"Roboto";
    border-radius: 5px;

  }
  
  .button5:hover {
    background-color: transparent; 
        color: blueviolet;
        transition-duration: 0.4s;
        border: 2px solid blueviolet;
  }

  .button5:active {
    transform: scale(1.15); 
    box-shadow: none; 
  }

    .button7 {
        height: auto;
        align-content: center;

        align-items:center;
        text-align:center;
        width: 30%;
        padding: 10px;
        border: 2px solid white; 
        border-radius: 7px;
        background-color: transparent; 
        color: white; 
        cursor: pointer;
        font-weight: 600;
        font-size: calc(00.2vw + 0.7em );

    }
    
    .button7:hover {
        background-color: transparent; 
        color: blueviolet; 
        transition-duration: 0.5s;
        border: 2px solid blueviolet;
    }

    .button7:active {
        transform: scale(1.15); 
        box-shadow: none; 
      }

    @media (max-width: 520px) {
        .button7 {
            font-size: 0.5em;
        }
    }

    .button6 {
        background-color: transparent;
        color: white;
        border: 2px solid white ;
        width:250px;
        height:60px;
        font-weight: 600;
        transition-duration: 0.5s; 
        cursor: pointer; 
        font-style:"Segoe IU";
        font-size: 1.1rem;
        border-radius: 5px;
    
      }
      
    .button6:hover {

        background-color: transparent; 
        color: blueviolet; 
        transition-duration: 0.5s;
        border: 2px solid blueviolet;
      }
    
    .button6:active {
        transform: scale(1.15); 
        box-shadow: none; 
    }

    @media (max-width: 500px) {
        .button6 {
            width:130px;
            height:55px;
        }
        .subcontainer{
            width: 80%;
            font-size: calc(1em + 0.6em);
        }
        .container_elegirnos{
            width: 70%;
            font-size: calc(1em + 0.3em);

        }
        .hero_ubicacion {
            height: 300vh;
        }
        
        
    }

/*-------------------------------------> POR QUE ELEJIRNOS <----------------------------------*/
/*-------------------------------------> POR QUE ELEJIRNOS <----------------------------------*/
/*-------------------------------------> POR QUE ELEJIRNOS <----------------------------------*/
/*-------------------------------------> POR QUE ELEJIRNOS <----------------------------------*/


.hero_elegirnos{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 170vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.8),
        rgba(0,0,0,0.85)
    )
    ,url("media/limp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero_elegirnos h1{
    color: whitesmoke;
    margin-top:250px;

}



.subtitulo_ele{
    color:whitesmoke;
    font-weight: 600;
    font-size: calc(1.1vw + 0.7em);
    background-color: transparent;
}

.parrafo_elegirnos{
    color: whitesmoke;
    font-size: calc(0.6vw + 0.4em)
}

@media (max-width: 1200px) {
    .parrafo_elegirnos {
        font-size: calc(0.6vw + 0.6em)
    }
  
    .container_ubicacion{
        width: 90%;
    }
  
}

.container_elegirnos{
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    width: 60%; 
    padding: 15px; 
    border: 2px solid #C0C0C0; 
    border-radius: 15px; 
    margin-top: 20px; 
    margin-bottom:30px;
}

.container_elegirnos2{
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    width: 30%; 
    padding: 15px; 
    border: 2px solid #C0C0C0; 
    border-radius: 15px; 
    margin-top: 20px; 
    margin-bottom:300px;
}

@media (max-width: 500px) {
    .container_elegirnos {
        width: 90%;
    }
  

}
@media (max-width: 370px) {
    .container_elegirnos {
        width: 90%;
    }
}

.scroll-animation {
    opacity: 0; 
}

.fade-in {
    opacity: 1; 
    transition: opacity 2s ease; 
}






.container_ubicacion{
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    width: 60%; 
    padding: 40px; 
    border: 3px solid #C0C0C0; 
    border-radius: 20px; 
    margin-top: 20px; 
    margin-bottom:100px;
    line-height: 1.55;
    text-align: center;
    
}

.lato-thin {
    font-size: calc(0.9vw + 0.5em);
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: initial;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* desplazamiento en x, desplazamiento en y, desenfoque, color */
  }

  @media (max-width: 750px) {
    
    .subtitulo_ele {
        font-size: calc(1em + 1em);
    }
    
    .container_ubicacion{
        width: 90%;
    }
  }


  @media (max-width: 1000px) {
    .lato-thin{
        font-size: calc(1em + 0.5em);
        
    }

    .subtitulo_ele {
        font-size: calc(1em + 1em);
    }
  
}

  /* FOOTER -------------------------------------- FOOTER ----------------------------------------- FOOTER------- */

  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');


.pie-pagina{
    width: 100%;
    
    background-color:#150025; 
    text-align:center;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
    border-radius: 10px;
    margin-left: -100px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #270042;
    text-align: center;
    transition: all 0.4s ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: #AF3BFF;
}
.pie-pagina .grupo-2{
    background-color: #270042;
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    
}
.pie-pagina .grupo-2 small{
    font-size: 1em;
    
}
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    text-align: center;
    line-height: 4;
    font-size: 0.9em;

    
}

.footer-links a:hover{
    color: #929292;
    text-decoration: none;
    transition-duration: 0.3s ;

}

/* RESULTADOS -------------------------------------- RESULTADOS ----------------------------------------- RESULTADOS------- */

.slider-frame {
    width: 90%;
    height: auto;
    margin: 50px auto 0;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px ;
    
 
}

.slider-frame ul {
    display: flex;
    padding: 0;
    width: 450%;
    animation: slide 13s infinite alternate ease-in-out;
    border-radius: 30px ;

}

.slider-frame li {
    list-style: none;
    width: 100%;
    position: relative;
    border-radius: 30px ;

}

.slider-frame img {
    width: 100%;
    height:auto;
    border-radius: 30px ;
    max-width: 95%;
}

@media (max-width: 780px) {
    .slider-frame img {
        width: 200%;
        height: 300px;
        align-items: center;
        text-align: center;
        

    }
}




@keyframes slide {
    0% {margin-left: 0%;}
    20% {margin-left: 0%;}

    20% {margin-left: -100%;}
    40% {margin-left: -100%;}

    40% {margin-left: -200%;}
    60% {margin-left: -200%;}

    60% {margin-left: -300%;}
    80% {margin-left: -300%;}

    80% {margin-left: -300%;}
    
    100% {margin-left: -350%;}

    
    

  

}

.h1_resultado {
    color: #C0C0C0;
    text-align: center;
}


/*AVISO LEGAL --------------------------------------AVISO LEGAL----------------------------------------- AVISO LEGAL*/
.container_legal{
    margin: 0 auto;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    width: 80%; 
    padding: 30px; 
    border: 0px solid #C0C0C0; 
    border-radius: 20px; 
    margin-top: 20px; 
    margin-bottom:100px;
    line-height: 1.35;
    text-align: center;
    background-color:#333;
    
}


/*IMAGENES --------------------------------------IMAGENES----------------------------------------- IMAGENES */


.image-content {
    max-width: 30%;
    width: 20%;
    height: 10%;
}

.image-iniesta {
    max-width: 30%;
    width: 10%; 
    height: auto;
    border-radius: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.image-container {
    text-align: left;
}

.image-container img {
    width: 300px; 
    height: 220px;
    border-radius: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease; 
}

.image-container img:hover {
    transform: scale(1.1); 
}



/*TITULOS ANIMADOS --------------------------------------TITULOS ANIMADOS----------------------------------------- IMAGENES */

.hover-animate-text {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
    text-align: center;
  
}
.hover-animate-text:hover {
    transform: scale(1.1);
}

.hover-animate-text-flojo {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
    text-align: center;
  
}

.hover-animate-text-flojo:hover {
    transform: scale(1.07);
}











.carousel-container {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
}

.carousel-slide img {
    width: 100%;
    border-radius: 10px;
}

.button_99 {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 3px;
    user-select: none;
}

.button_99:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}



