
:root {
    --color-base: #b7bfc7;
    --color-1: #ffffff;
    --color-2: #d7ecff;
}

@keyframes fade-in-animation {
    from {
        opacity: 0; /* Inicialmente, el elemento está invisible */
    }
    to {
        opacity: 1; /* Al final de la animación, el elemento está completamente visible */
    }
}

.fade-in {
    opacity: 0; /* Inicialmente, el elemento está invisible */
    animation: fade-in-animation 1.5s ease-in-out forwards; /* Aplica la animación de fade-in */
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bganimation {
    color: #002275; /* 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 */
}


/*body*/

/*---*/
.div-texturizado {
    /* Textura de rayas diagonales */
    background-image: repeating-linear-gradient(45deg,#808080 0,#808080 1px,#ffffff00 1px,#ffffff00 50%
    );
    /* Ajusta el tamaño del 'background' para cambiar la densidad de la textura */
    background-size: 10px 10px;
  }

/* Estilos Header */

#header
{
    height:fit-content;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 20px rgba(0, 34, 117, 0.8);
 
}  

.navbar-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
  }

/* 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;
  }
  */
  
  .navbar1 {
      background-color: #6c1d45;
  }
  

  .navbar-collapse {
    flex-grow: 0!important;
    align-items: center;
    justify-content: flex-end;  
    background-color: white;
    padding-right: 10px!important;
  }
  
  .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;
   } 

  






















/*-----------------*/
/* 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 {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    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;

   

}

/* FIn Estilos Banner*/


/* Estilos Nosotros*/
#aboutus {
    padding-top: 140px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif; /* Fuente de texto */
  
}

.ab3im
{
width: 90%!important;

}

.ab3im div{
    width: 32%;
    padding: 0px;
    margin: 0px;
    justify-items: center;
}

.ab3imn
{
width: 90%!important;

}

.ab3imn div{
    width: 75%;
    padding: 0px;
    margin: 0px;
    justify-items: center;
}


.ab2im
{
width: 90%!important;
}

.ab2im div{
    width: 49%;
    padding: 0px;
    margin: 0px;
    background: #DBDBDB;
    
    display: flex; /* Establece el contenedor como un contenedor flex */
    flex-direction: column; /* Organiza los elementos en una columna */
    justify-content: center; /* Centra verticalmente los elementos */
    align-items: center; /* Centra horizontalmente los elementos */
}

.ab2imnn
{
width: 90%!important;
}

.ab2imnn div{
    width: 30%;
    padding: 0px;
    margin: 0px;
    background: #DBDBDB;
    
    display: flex; /* Establece el contenedor como un contenedor flex */
    flex-direction: column; /* Organiza los elementos en una columna */
    justify-content: center; /* Centra verticalmente los elementos */
    align-items: center; /* Centra horizontalmente los elementos */
}

.ab2imnn2
{
width: 90%!important;
}

.ab2imnn2 div{
    width: 80%;
    padding: 0px;
    margin: 0px;
    background: #DBDBDB;
    
    display: flex; /* Establece el contenedor como un contenedor flex */
    flex-direction: column; /* Organiza los elementos en una columna */
    justify-content: center; /* Centra verticalmente los elementos */
    align-items: center; /* Centra horizontalmente los elementos */
}



.ab2imtxt {
    width: 80%;
    padding: 0px;
    margin: 0px;
    justify-items: center;
    font-size: 22px;
    text-align: center;
    align-items: center;
}

.ab2imtxtn {
    width: 80%;
    padding: 0px;
    margin: 0px;
    justify-items: center;
    font-size: 32px;
    text-align: center;
    align-items: center;
}


.ab22im
{
width: 70%!important;

}

.ab22im div{
    width: 50%;
  
    margin: 0px!important;
    display: flex; /* Establece el contenedor como un contenedor flex */
    flex-direction: column; 
    justify-content: flex-start;
    align-items: center; 
}

.ab22imtxt {
    width: 90%;
    padding: 0px;
    margin: 0px;
    justify-items: center;
    font-size: 22px;
    text-align: center;
    align-items: top;
}

.ab22im2
{
width: 70%!important;

}
.ab22im2 div{
    width: 50%;
 
    margin: 0px!important;
    display: flex; /* Establece el contenedor como un contenedor flex */
    flex-direction: column; 
    justify-content: flex-end;
    align-items: center; 
}
/* Fin Estilos Nosotros*/




/* 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: white;
    border-radius: 10px;
    /*box-shadow: 0px 1px 4px 1px #6c1d45;*/
  }
  
  #contacto .row {
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  #contacto .descripcion {
    color: #002275;
    font-size: 1.2rem;
  }

  /*Boton enviar*/

#btsend2{
	width: 100%;
background-color: #002275;
color: #fff;
border: 2px solid #002275;
transition: all 1.5s ease-in-out;
text-shadow: 2px 2px 5px gray;

}

#btsend2:hover
{
background-color: white;
color: #002275;
border: 2px solid #002275;
transition: all 1.5s ease-in-out;
text-shadow: 2px 2px 5px gray;
}



.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 #002275;
  border-left: 1px solid #002275;
  border-right: 1px solid #002275;
  border-bottom: px solid #002275;
  -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: #212529;
  background-color: #fff;
  border-color: #002275;
  outline: 0;
 box-shadow: 0 0 10px #002275;
}

.iconos-redes-sociales a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid #002275;
    border-radius: 50%;
    transition: all 0.2s ease-in;
  }
  
  .iconos-redes-sociales i {
    color: #002275;
    font-size: 1.5rem;
    transition: all 0.2s ease-in;
  }
  
  .iconos-redes-sociales a:hover {
    background-color: #002275;
    border: 2px solid white;
  }
  
  .iconos-redes-sociales a:hover i {
    color: white;
  }

  #numwas {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    border: 2px solid #002275;
    border-radius: 10px;
    transition: all 0.5s ease-in;
    text-decoration: none;
    color: #002275;
  }
  
  #numwas:hover {
  background-color: #002275; /* tu color azul oscuro */
  color: white; /* cambia el color del texto a blanco */
}

#numwas:hover p,
#numwas:hover i {
  color: white;
}




/*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;

}

/*Contacto*/
.rectangulo{

    box-shadow: 0 0 20px rgba(0, 34, 117, 0.8); /* Sombreado desde el inicio */
}


/*Footer*/
#pie
{
    margin-top: 140px;
    font-family: 'Cormorant Garamond', serif; /* Fuente de texto */ 
}




.img-cover2 {
    max-height: 450px;
    }





/*---------Servicios------*/
#servicios
{
        font-family: 'Cormorant Garamond', serif; /* Fuente de texto */ 
}


.srvrow{
    width: 85%; 
    /*height: 100vh;*/
  /*  background-color: green;  */
     
}

.srvclm{
    width: 48%;
   
    background-color: #DBDBDB;
    justify-content: space-between;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px #002275;

    margin-top: 20px!important;
    margin-bottom: 20px!important;


}

.srvitm
{
    width: 50%;
   /* background-color: #DBDBDB;*/

    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px 0 0 10px;

}

.srvitmtxt
{
    width: 90%;
    font-size: clamp(18px,1vw, 22px);
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
 

}

.correos
{

    font-size: 22px !important;
    font-weight: 900!important;
    
}

/*--------finservicios-----*/





#otrosservicios
{
    margin-top: 140px;
    font-family: 'Cormorant Garamond', serif; /* Fuente de texto */ 
}



.firstdiv
{
    padding-top: 170px;
}

.firstdivb
{
    margin-top: 170px;
}


.otroserv
{
    border-radius: 10px;
    box-shadow: 0 0 10px #002275;

}

.osd1
{
    width: 75%;
    justify-items: center;
    text-align: center;
}

.osd2
{
    width: 30%;
    justify-items: center;
    text-align: center;
    position: relative;
}

.ocircle {
    background: #F7F7F7;
    box-shadow: 0 0 10px #002275;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;

}

#sloganp
{
    font-size: clamp(0.938rem, 0.855rem + 0.329vw, 1.25rem)!important;
   /*
    padding: 0 10px!important;
    */
    /*
    white-space: nowrap; /* Evita el ajuste automático del texto a varias líneas */
    
    font-weight: 400;
    /*
    display: inline-block; /* Para asegurarse de que la propiedad white-space funcione correctamente 
*/
}

#slogans
{
    width: 0px;
    height: 0px;
    padding: 0px!important;
    margin: 0px!important;
}

.slogantext
{
    font-size: 0px;
}

.imlog
{
    padding-left:10px!important;
}



/* Medias Querys*/

@media (min-width: 10px) and  (max-width: 364px) {

    .correos
{

    font-size: 12px !important;
   
    
}

.firstdiv
{
    padding-top: 100px;
}

#Banner{
    margin-top: 140px;
}

#contacto{
    padding-top: 110px;
  }
  #servicios{
    padding-top: 110px;
  }


}


@media (min-width: 365px) and  (max-width: 449px) {

    .correos
{

    font-size: 15px !important;
    
}

#Banner{
    margin-top: 150px;
}

#contacto{
    padding-top: 120px;
  }
  #servicios{
    padding-top: 120px;
  }

}

@media (min-width: 450px) and  (max-width: 575.98px) {

    .correos
{

    font-size: 18px !important;
    
}

#Banner{
    margin-top: 160px;
}

#contacto{
    padding-top: 130px;
  }
  #servicios{
    padding-top: 130px;
  }

}

/*
@media (max-width: 575.98px) {

    
}
*/



@media (min-width: 10px) and  (max-width: 575.98px) { 



    .srvrow{
        display: flex!important;
        flex-direction: column!important;
        justify-content: center!important;
      }

    .srvclm{
        display: flex!important;
        flex-direction: column!important;
        width: 90%!important;
        /*display: block!important;*/
        border-radius: 10px 10px 0 0!important;
        justify-content: center!important;
        
      }

    .srvitm
{
    width: 100%!important;
    
    border-radius: 10px 10px 0 0!important;
    align-self: center!important;

}

.img-cover3 {
    max-height: 50px;
    }  


}




@media (min-width: 575.98px) and (max-width: 767.97px) {
    .srvrow{
        display: flex!important;
        flex-direction: column!important;
        justify-content: center!important;
      }
    .srvclm{
        
        width: 80%;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
        
        justify-content: center!important;
    }
    
    .srvclm2pr{
        
        display: flex!important;
        flex-direction: column!important;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
        
        justify-content: center!important;
    }
    
    .srvitm2pr{
        
       width: 100%!important;
        
    }
    
    
    
    
    
    
    
    
    
    
    .srvitm
    {
        
        align-self: center!important;
    
    }

    #contacto{
        padding-top: 140px;
      }
      #servicios{
        padding-top: 140px;
      }


      .img-cover3 {
        max-height: 50px;
        }  
}

@media (min-width: 767.99px) and (max-width: 1199.97px) {
    
  
   
    .srvrow{
        display: flex!important;
        flex-direction: column!important;
        justify-content: center!important;
      }
      
      .srvclm{
          
          width: 70%;
          margin-top: 20px!important;
          margin-bottom: 20px!important;
          
          justify-content: center!important;
       
      
      }

      .srvitm
      {
          
          align-self: center!important;
      
      }



}

@media (max-width: 767.98px) {
    
    .ab2im{
        justify-content: center!important;
        justify-items: center!important;
    }
    
    .ab2im div{
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background: #DBDBDB;
        display: flex; /* Establece el contenedor como un contenedor flex */
        flex-direction: column; /* Organiza los elementos en una columna */
        justify-content: center!important; /* Centra verticalmente los elementos */
        align-items: center; /* Centra horizontalmente los elementos */
        justify-items: center;
    }
    
    .ab2imtxt {
        width: 80%;
        padding: 0px;
        margin: 0px;
        justify-items: center;
        font-size: 22px;
        text-align: center;
        align-items: center;
    }

    .ab22im div{
        width: 90%;
      
       
        justify-content: center!important;
        align-items: center!important; 
    }
    .ab22im2 div{
        width: 90%;
      
        
        justify-content: center!important;
        align-items: center!important; 
    }
   

    .row.grid.justify-content-start.mx-0.px-0.ab22im2 {
        flex-direction: column-reverse!important;
        justify-content: center!important;
        align-items: center!important; /* Invertir el orden de los elementos */
      }

      .row.grid.justify-content-end.mx-0.px-0.ab22im.cal {
        
        justify-content: center!important;
        align-items: center!important; /* Invertir el orden de los elementos */
      }

      #header{
        padding-top: 0px;
        padding-bottom: 0px;
      }


}


@media (min-width: 768px) and (max-width: 899px) {

    .ab22imext{

        margin-top: 0px!important;
    }

}






@media (max-width: 991.98px) 
{

/*
    .ab3im div{
        width: 60%;
    }
*/
    .ab3im div{
        width: 100%;
        padding-bottom: 10px;
        margin: 0px;
        justify-items: center;
        min-height: 250px;
    }

   

    
}



@media (min-width: 900px) and (max-width: 1199.98px) {
    
  
   
    .ab22imext{

        margin-top: -50px!important;
    }

    

}





@media (max-width: 1199.98px) {
    
  
    .ab22im
    {
    width: 90%!important;
    
    }

    .ab22im2
    {
    width: 90%!important;
    
    }

    .osd1 {
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    
    .osd2 {
        width: 80%;
        margin-top: 100px;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-left: auto; /* Añade margen automático a la izquierda */
        margin-right: auto; /* Añade margen automático a la derecha */
    }

    /*
    .srvitm
    {
        width: 85%;
        justify-self: center;
        align-self: center;
    }

    
    .srvclm{
        justify-content: center;
        align-items: center;
        align-content: center;
    
    }*/

}



 @media (min-width: 1200px) and (max-width: 1399.98px) {

    .ab22im
    {
    width: 80%!important;
    
    }

    .ab22im2
    {
    width: 80%!important;
    
    }

    .ab22imtxt {
        width: 95%;
        
    }

    .ab22imext{

        margin-top: -50px!important;
    }
    
}

@media (min-width: 1400px) {

   
    .ab22imext{

        margin-top: -50px!important;
    }

    .srv
    {
        width: 50%;
    }

    .srvimg{

        width: 100%;


    }

    .srvtext{

        width: 100%;


    }




    
}



@media (min-width: 1200px){

   
    .srvclm2pr{
        min-height: 650px!important;
        
      }




    
}

/*-----------------*/


/* Estilos para las imágenes con esquinas redondeadas */
.img-zoom {
    border-radius: 10px; /* Agrega esquinas redondeadas */
    box-shadow: 0 0 20px rgba(0, 34, 117, 0.8); /* 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 */
}



/*-------------*/


