
:root {
    --color-base: #b7bfc7;
    --color-1: #ffffff;
    --color-2: #C8E39C;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

body{

    font-family: Inter, sans-serif;
}

.bganimation {
    color: #000000; /* Cambia el color del texto a #002275 */
    background: linear-gradient(135deg, var(--color-1), var(--color-1), var(--color-2) ,var(--color-1), var(--color-1));
    background-size: 400% 400%;
    animation: gradient-animation 15s ease infinite; /* Aplica la animación del gradiente */
}




/* Estilos Header */

#header
{
    height:fit-content;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
   
}  

.headerinicio
{
    box-shadow: 0 0 20px #C8E39C; 
}  

.headerothers
{
    box-shadow: 0 0 20px gray; 
}  

.navbar-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
  }

/* Barra de navegacion */

.navbar {
    /*padding: 2rem;*/
    padding: 0.4rem;
  }
  
.img-cover3 {
max-height: 100px;
}  
  /*
  .navbar.fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  */
  

  .navbar-collapse {
    align-items: center;
    justify-content: flex-end;  
    background-color: white;
  }
  
  .navlink li{
  border: 1px solid #002275;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
  }
  
  .navlink li:hover{
    background-color: #656060;
    color: white;
    border: 2px solid black;
    padding-left: 1px;
    padding-right: 1px;
    margin-left: 1px;
    margin-right: 1px;
    }
  
   .navlink li:hover a{
    color: white;
   } 

  


.boton
{
    background-color:#90D401;
    font-family: Inter, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
border-width: 0px;
height: 50px;
width: 140px;
    
}

.boton2
{
background-color: #ffffff;
font-family: Inter, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
border-width: 0px;
height: 50px;
width: 140px;
    
}

#slogon
{
   padding-top: 210px;

}

.slogan {
    font-size: 3vw; /* Ajusta este valor según sea necesario */
  }

  

.slogan2 {
    font-size: 3vw; /* Ajusta este valor según sea necesario */
  }

 .slogonitm{
    width: 50%;
 } 



.secgreen{
    background-color: #90D401;
}



.reason-section h1 {
    font-size: 3vw;
    text-align: center;
    margin-bottom: 2rem;
  }

  .reason-section .reason {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 0.5rem;
    
  }

  .divsanimated{
    opacity: 0; /* Inicialmente oculto */
    transform: translateY(50px); /* Posición inicial */
    transition: all 1.5s ease-out; /* Transición suave */
  }

  .divsanimated.visible {
    opacity: 1; /* Totalmente visible */
    transform: translateY(0); /* Posición final */
  }

 

/*----------------*/

#titles{
    margin-top: 170px;
    height: 210px;
    background-color: #90D401;
}



/*-----------------*/
/* Estilos Banner*/

#Banner {
    /*margin-top: 210px;*/
    position: relative;
    display: inline-block;
    text-align: center;
  
}



.img-cover {
    width: 100%;
    min-height: 250px;
    max-height: 450px;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 50%; /* Centrar verticalmente */
    left: 50%; /* Centrar horizontalmente */
    transform: translate(-50%, -50%); /* Centrar completamente */
    color: white; /* Color del texto */
    text-align: center; /* Alinear el texto al centro */
    margin: 0; /* Eliminar el margen predeterminado */
    font-family: 'Cormorant Garamond', serif; /* Fuente de texto */
}

/* FIn Estilos Banner*/

/* Contacto 
#contacto
{
    margin-top: 140px;
}*/

.cnttitle {
  font-family: 'Cormorant Garamond', serif; /* Fuente de texto */ 
}
#contacto {

  font-family: 'Cormorant Garamond', serif; /* Fuente de texto */
}

#contacto .rectangulo {
  background-color: rgb(241, 241, 241);
  border-radius: 10px;
  box-shadow: 0px 1px 4px 1px #90D401;
}

#contacto .row {
  width: 100%;
  display: flex;
  align-items: center;
}

#contacto .descripcion {
  color: #002275;
  font-size: 1.2rem;
}

/*Boton enviar*/

#btsend2{
width: 100%;
background-color: #90D401;
color: #fff;
border: 2px solid #90D401;
transition: all 1.5s ease-in-out;
text-shadow: 2px 2px 5px gray;

}

#btsend2:hover
{
background-color: white;
color: #90D401;
border: 2px solid #90D401;
transition: all 1.5s ease-in-out;
text-shadow: 2px 2px 5px yellow;
}



.form-control2 input,textarea{

/*display: block;*/
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #002275;
background-color: #fff;
background-clip: padding-box;
/*border: 0px 0px 0px 2px solid #002275;*/
/*border-bottom: 2px solid #002275;*/
border-top: 1px solid #C8E39C;
border-left: 1px solid #C8E39C;
border-right: 1px solid #C8E39C;
border-bottom: px solid #C8E39C;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control2 input:focus,textarea:focus {
color: #222921;
background-color: #fff;
border-color: #90D401;
outline: 0;
box-shadow: 0 0 10px #90D401;
}

.iconos-redes-sociales a {
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin: 10px;
  border: 2px solid #90D401;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales i {
  color:#90D401;
  font-size: 1.5rem;
  transition: all 0.2s ease-in;
}

.iconos-redes-sociales a:hover {
  background-color: white;
  border: 2px solid white;
}

.iconos-redes-sociales a:hover i {
  color: #90D401;
}

#numwas {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  border: 2px solid #90D401;
  border-radius: 10px;
  transition: all 0.5s ease-in;
  text-decoration: none;
  color: #90D401;
}

/*Mapa*/

#mapa{
    margin-top: 140px;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:30%;

    position:relative;

    height:0;

    box-shadow: 0 0 20px #002275;

    min-height: 250px;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}


/*Footer*/
#pie
{
    background-color: #C8E39C;
    
    font-family: 'Cormorant Garamond', serif; /* Fuente de texto */ 
}





/* Medias Querys*/

@media (min-width: 10px) and  (max-width: 364px) {

   
}


@media (min-width: 365px) and  (max-width: 449px) {

    

}

@media (min-width: 450px) and  (max-width: 575.98px) {

   

}

/*
@media (max-width: 575.98px) {

    
}
*/



@media (min-width: 10px) and  (max-width: 575.98px) { 


}




@media (min-width: 575.98px) and (max-width: 767.97px) {
    
}

@media (min-width: 767.99px) and (max-width: 1199.97px) {
    
  
}

@media (max-width: 377.99px) {
    .img-cover3{
        max-height: 40px;
    }
    
}

@media (min-width: 378px) and (max-width: 767.98px) {
    .img-cover3{
        max-height: 60px;
    }
    
}


@media (max-width: 767.98px) {
.rowtocol{
    flex-direction: column!important;
    justify-content: center;
    align-items: center;
}

.slogonitm{
    width: 80%;
 } 

 
 .toshow{
    display: block;
 }

 .tohide{
    display: none;
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
 }

 .quitmgrtp{
    margin-top: 0px!important;
 }

 #slogon
{
   padding-top: 120px;

}

#titles
{
   margin-top: 120px;
   height: 160px;

}

.slogant{
    font: 32px!important;
}


.slogan3
{
    height: 24px!important;
}
  

}

@media (min-width: 768px) {

    .toshow {
        display: none; /* Oculta el botón por defecto */
        height: 0px;
        width: 0px;
        padding: 0px;
        margin: 0px;
      }
    
    .tohide {
        display: block; /* Oculta el botón por defecto */
      }

.slogan3
{
    height: 4vw;
}
       

}

@media (min-width: 768px) and (max-width: 899px) {

   

}

@media (min-width: 920px) {
    .reason-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
  }

  @media (max-width: 919px) {
    .reason-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  }




@media (max-width: 991.98px) 
{

    .slogan {
        font-size: 4vw; /* Ajusta este valor según sea necesario */
      }
      .slogantt {
        font-size: 4vw; /* Ajusta este valor según sea necesario */
      }
      .slogan2 {
        font-size: 3vw; /* Ajusta este valor según sea necesario */
      }
}

@media (min-width: 992.00px) 
{

    .slogan {
        font-size: 5vw; /* Ajusta este valor según sea necesario */
      }
      .slogant {
        font-size: 4vw; /* Ajusta este valor según sea necesario */
      }

      .slogan2 {
        font-size: 3vw; /* Ajusta este valor según sea necesario */
      }
      

}


@media (min-width: 900px) and (max-width: 1199.98px) {
    
    

}





@media (max-width: 1199.98px) {
    
  
   


}



 @media (min-width: 1200px) and (max-width: 1399.98px) {

    
    
}

@media (min-width: 1400px) {

   
   




    
}




  @media (min-width: 1200px) {
  }
/*-----------------*/


/* Estilos para las imágenes con esquinas redondeadas */
.img-zoom {
    border-radius: 10px; /* Agrega esquinas redondeadas */
    box-shadow: 0 0 20px #C8E39C; /* Sombreado desde el inicio */
    transition-duration:  1s;/* Transición suave para el efecto de zoom y sombreado */
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* Efecto de zoom al pasar el mouse */
.img-zoom:hover {
    transform: scale(1.15); /* Aplica un ligero zoom al pasar el mouse */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); /* Sombreado desde el inicio */
}



/*-------------*/


