@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,500;1,300;1,400&display=swap');


:root{
    --verde: #383b3b;
    --limon: #0c6464;
 
   --degradado: linear-gradient(90deg,var(--limon),var(--verde));
}


* {font-family: 'Poppins', sans-serif;

font-family: 'Poppins',sans-serif;
margin:0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
outline: none;
border:none;
/*text-transform: capitalize;*/


}
*::selection{

    background: var(--limon);
    color: white;

}


 

html{
    font-size:62.4%;
    overflow: hideen;

}
body{
  background: #f9f9f9;


}

section{
    min-height: 100vh;
    padding: 0 9%;
    padding-top: 7.5rem;
    padding-bottom: 2rem;


}

.btn{
    display: inline-block;
    margin-top: 1rem;
    padding: .8rem 3rem;
    background: var(--degradado);
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    border-radius: 5rem;
    transition:all .3s linear;


}

.btn:hover{
    transform: scale(1.1);

}
.heading{
    text-align: center;
    background: var(--verde);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 4.5rem;
    /*  text-transform: uppercase; */
    padding: 1rem;
    text-shadow: 10px 6px;
    letter-spacing: 5px;
    text-shadow: blur-radius:4px;  
}
#detalles .heading {
}

#detalles .heading {
    text-shadow: 0px 0px;
    letter-spacing: 19px;
}

#detalles .heading {
}



header{
    position: fixed;
    top: 0;
    left: 0;
    width: 101%;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    padding-top: 0rem;
    padding-right: 9%;
    padding-left: 9%;
    padding-bottom: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;





}

header .logo{
    font-size: 3rem;
    color: var(--verde);
    margin-left: 81px;
}
header .logo span{
     font-size: 3rem;
    color: var(--limon);
}
body header img {
    width: 134px;
    height: 58px;
    padding-left: 0px;
    margin-left: -131px;
    margin-right: -53px;
    text-shadow: 1px 0px;
    border-top-width: medium;
    border-style: solid;
    border-color: #343983;
    border-radius: 75px;
}


     
}
.Titular {
    width: 539px;
    font-size: 2rem;
}
body header span {
     font-size: 2rem;
}

.logo {
    background-color: #FFFFFF;
    font-size: 12rem;
}


header .navbar a{
    font-size: 1.8rem;
    margin-left: 2rem;
    color: var(--verde);
    width: 38px;
}

header .navbar a:hover{


    color: var(--limon);

}
header input{
    display: none;

}
header label{
    font-size:  3rem;
    color: var(--verde);
    visibility: hidden;
    opacity: 0;

}


.inicio{
    display:flex;
    align-items: center;
    justify-content: center;
   /* background: url(../IMAGENES/fondo_2.png) no-repeat; */
    background-size: cover;
    background-position: center;


}
.inicio .image img{
    width:40vw;
    animation: float 8s linear ;



}



  

@keyframes float{

    0%, 100%{
        transform: translateY(0rem);
    }
    50%{
        transform: translateY(-3.5rem);
    }
}

.inicio .content h3{ 
    font-size: 5.5rem;
    color: #333;
   /* text-transform: uppercase; */


}


.inicio .content h3 span{
    color: var(--limon);
  /*  text-transform: uppercase ; */

}

.inicio .content p{
    font-size: 1.7rem;
    color: #666;
    padding: 1rem 0;


}

/* Estrellas*/

.inicio .content .stars i{
    font-size: 2.7rem;
    color: #666;
    padding: 1rem 0;


}


.detalles .caja-contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;


}
.detalles .caja-contenedor .caja{
    flex: 1 1 30rem;
    background: white;
    border-radius: 20rem;
    border: .1rem solid rgba(0,0,0,.2);
    box-shadow: 0 .5rem rgba(0,0,0,.1);
    margin: 1.5rem;
    padding: 3rem 2rem;
    border-radius: 13px;
    text-align: center;
    transition: .2s linear;
    width: 0px;
    height: 61rem;
  

}
.detalles .caja-contenedor .caja img{
    height: 25rem;
    border-radius: 5% / 5% 5% 5%;
    min-width: 0px;
    width: 25rem;
}


 .detalles .caja-contenedor .caja h3{

font-size: 2rem;
color: #333;
padding-top: 1rem;
}

.detalles .caja-contenedor .caja p{
    font-size: 1.3rem;
    color: #666;
    padding: 1rem 0;
    text-align: justify;

}
/*
.acerca_de{
background:url(../IMAGENES/fondo_2.png) no-repeat ;
background-size: cover;
background-position: center;
padding-bottom: 3rem;*/


}

.acerca_de .columna {
    display: flex;
    align-items: center;
    justify-content:  center;
    flex-wrap: wrap;
}
.acerca_de .columna .image{
    flex: 1 1 40rem;

}
.acerca_de .columna .image img{
    width: 30%;

}
.acerca_de .columna .content{
flex: 1 1 30rem
}
.acerca_de .columna .content h3{
   font-size: 3rem;
   color: #333;

}

.acerca_de .columna .content p{
    font-size: 1.5rem;
    color: #666;
    padding: 1rem 0;


}

.acerca_de .columns .content .bottons a:last-child{
    margin-left: 4rem;

}

.opiniones{
  /*  background:url(../IMAGENES/fondo_2.png) no-repeat ;*/
    background-size: cover;
    background-position: center;
    padding-bottom: 3rem;


@media(max-width:1200px){
    html{
        font-size: 55%;

    }
}



@media(max-width:768px){
    header label{
        visibility: visible;
        opacity: 1;
    }
    header .navbar{
        position:absolute;
        top: 100%;
        left:0;
        width:100%;
        background: white;
        padding: 1rem 2rem;
        border-top: .1re solid rgba(0,0,0,.2);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
       transform-origin: top;
       transform: scaley(0);
       opacity: 0;
       transition: .2s linear;
    }
 header .navbar a{
     display: block;
     margin: 2rem 0;
     font-size: 2rem;

 }

    header input:checked ~ .navbar{
        transform: scaleY(1);
        opacity: 0;

    }
    header input:checked ~ label::before{
        content: '\f00d';

    }
    .inicio{
        flex-flow: column-reverse;


    }
    .inicio .image img{
        width: 100%;

    }
    .inicio .content h3{
        font-size: 3.6rem;

    }
    .inicio .content p{
    font-size: 1.5rem;
    }
.acerca_de{
    background-position: right;
}




}
@media(max-width:450px){
    html{
        font-size:49%
    }
 
   .acerca_de .columna .content .bottons a{
       width: 100%;
       text-align: center;
   }


 .acerca_de .columna .content .bottons a{
     margin: 1rem 0;
     
 }
 

}

.detalles .caja-contenedor .caja{
    flex: 1 1 30rem;
      background: white;
    border-radius: 20rem;
    border: .1rem solid rgba(0,0,0,.2);
    box-shadow: 0 .5rem rgba(0,0,0,.1);
    margin: 1.5rem;
    padding: 3rem 2rem;
    border-radius: 13px;
    text-align: center;
    transition: .2s linear;
    width: 0px;
    height: 45rem;
  

}
