@font-face {
  font-family: 'bebasneue';
  src: url('/fonts/bebasneue.woff') format('woff');
  
}

@font-face {
  font-family: 'montserrat';
  src: url('/fonts/montserrat.woff') format('woff');
  
}

@font-face {
  font-family: 'myriadpror';
  src: url('/fonts/myriadpro-regular.woff') format('woff');
  
}

@font-face {
  font-family: 'myriadpro';
  src: url('/fonts/myriadpro-bold.woff') format('woff');

  
  
}

@font-face {
  font-family: 'myriadpro';
  src: url('/fonts/myriadpro-semibold.woff') format('woff');
  
}

@font-face {
  font-family: 'montserrat';
  src: url('/fonts/montserrat.woff') format('woff');
  
} 
/* Estilo para el cuerpo de la página */


body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header{
  width: 100vw;
  backdrop-filter: blur(5px);
  background-color: rgba(57, 135, 140, 0.7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position:fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 3;
}
.flex{
  display: flex;
  flex-direction:column;
  height:50%;
  margin-left: -15px;
  justify-content: center;
  
  
  }
  

/* Estilo para la barra de navegación */
.navbar {
  color: #fff;
  padding: 10px;
  padding-right: 3%;
}

#servicios{
  color:#1D2E50;
  font-weight: 900;
}

.logo {
  width: 400px;
  height: auto;
  margin-left: 5%;
  
}




.openmenu,
.closemenu{
  display: none;
}

.menu {
  padding-bottom: 4%;
  list-style: none;
  display: flex;
  margin: 0;
  gap:2rem;
  padding-top: 5%;
  font-family: 'myriadpror';
  font-style:normal;
  font-weight:regular;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  
  
}





.menu li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.7s, text-decoration 0.7s; 
  font-weight: 500;
  position: relative; 
}

.menu a:hover {
  color: #1D2E50; 
  font-weight: bold;
  text-decoration: none; 
}

.menu a:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 70%;
  border-bottom: 2px solid #1D2E50; 
  transform: translateX(-50%); 
}


#flag{
  width: 24px;
  border-bottom: 0px solid; 
}



/* Estilo para la imagen de fondo */
.background-image {
  background-image: url('/fondos/fondo1.png');
  background-size:cover;
  border-radius: 0 20px;
  height: 400px;
}

/* Estilo para el título */
.title {
  background-color: #ffffff;
  text-align: left;
  padding-left: 5%;
}


/* Estilo para el contenedor de la imagen de fondo */
/* Estilo para el contenedor de la imagen de fondo */
.title-image {
  background-image: url("/separador/rect2test.png");
  background-size: cover;
  background-position: center;
  width: 330px;
  height: 50px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; 
  box-shadow: 0px 5px  5px rgba(0, 0, 0, 0.3)
}

/* Estilo para el título */
.title {
  position: relative; 
}

.title h1 {
  margin: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
  color: #000000;
  z-index: 0;
}
.titulo{
  opacity: 0;
  transition: opacity 2s ease-in-out;
  }
  
  

.titulo.mostrar{
      opacity:1;
      }



.parrafo {
margin-right: 20px;
  text-align: justify;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.icono {
  margin-right: 5px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #0B6AA0; /* Color de fondo del icono */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-card6 {
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: opacity 2s ease-in-out; /* Transición suave de 1 segundo */
}

.logos1 {
  width: 50px;
  height: 50px;
  padding-right: 20px;
  padding-top:20px;
  opacity: 0;
  transition: opacity 2s ease-in-out; /* Transición suave de 1 segundo */
  
}








 
/* Estilo para las tarjetas */
.cards {
 background-color: #1A90D4;    
  display: flex;
  margin: 0;
  width: 100%;
}

.card1, .card2 {
  background-color:none;
  padding: 3%;
  text-align: center;
  width: 50%; /* Cada tarjeta ocupa el 50% del ancho */
  box-sizing: border-box; /* Evita que el padding afecte el ancho total */
}
.card1{
  margin-top: 1px;
  border-radius: 0 0 25px 0;
}

.card1{
  padding-top: 5%;
padding-left:7%;
margin-right: 20px;
width: 60%;
background-image: url(/fondos/fondocard.svg);
background-size:auto;
height: auto;
border-radius: 0 0 25px 0;
}
.card2{
  opacity: 0;
  padding-left: 1%;
padding-top: 75px;
background-color: #1A90D4;
background-color: none;
transition: opacity 2s ease-in-out;
}

.card2 p{
  padding: 0 0px 0px 20px;
}
.fila{
padding-bottom: 50px;
display: flex;
}

.filosofia{
  display: flex;
  
}
.logos3{
  padding-top: 3%;
  width: 45px;
  height: 45px;
}
h4{
padding-top: 5px;
margin-left: 0;
font-size: 26px;
font-weight: 900;

color: #ffffff;
text-align: left;
font-family:'montserrat' ;
padding-left: 3%;
padding-bottom: 10px;

}


.card3{

  background-color: #1A90D4;
  opacity: 0;
  width: 90%;
  height: 100%;
  margin-left:0;
  padding-bottom: 3%;
 
  transition: opacity 2s ease-in-out;
}

.card3-p{
  /* Buscar el éxito para nuestros clientes. Garantizamos la confidencialidad de cada relación. */
  line-height: 1;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: justify;
  height: 100%;
  margin: 0;
  
 


}

.card5-p{
font-family: 'montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  color: #f1f1f1;
  padding-left: 3%;
  text-align: left;
  height: 30%;
 
}

.card4-p{
  font-family: 'montserrat';
font-style: normal;
font-weight: 900;
font-size: 18px;
color: #ffffff;
padding: 5px 5%;
text-align: justify;
height: 100%;
margin-top: 20px;

}



.container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  justify-content: center;
}
.marcas{
  display: flex;
}

.marcas1{
  margin-left: 10%;
  display: flex;
  flex-direction: column
}
.checks{
  width: 20px;
}



.check1{
  width: 20px;
  
  margin-bottom: 28px;
}

.check2{
  width: 20px;
  margin-top: 5px;
}

.check3{
  width: 20px;
  margin-top: 10px;
}

.check4{
  width: 20px;
  margin-top: 5px;
  margin-bottom: 23px;
}
.item,
.item3,
.item4 {
  padding: 10px;
  display: flex;
  flex-direction: column;
  
  margin: -1px;
  background-color: #0B6AA0;
}

.item{
  padding-top: 40px;
}

.item3,
.item4 {
  padding-bottom: 40px;
}

.item3{
  
border-radius: 0 0 0 20px ;
}

.item4{
  
  border-radius: 0 0 20px 0 ;
  }

.servicios{
  background: linear-gradient(to right, #399DD7, #1A90D4);
  
}

.content {
   padding-top: 20px;
   padding-left: 10%;
  display: flex;
  align-items: center;
  background-color: #0B6AA0;
  
 
}
.list li{
  padding:10px;
  
}
.list{
padding-left: 15%;
font-family: 'montserrat';
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 24px;
opacity: 0;
transition: opacity 2s ease-in-out;
color: #FFFFFF;


}

i {
  margin-right: 10px; /* Agrega espacio entre el icono y el título */
}

h3 {
margin: 0;
color: white;
display: flex; /* Permite que el título y el icono se alineen horizontalmente */
align-items: center;
font-family: 'montserrat';
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 27px;

color: #FFFFFF;
opacity: 0;
transition: opacity 2s ease-in-out;
}


.check{
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}


ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

li {
  display: flex;
  align-items: center;
}

i {
  margin-right: 5px;
}




.card img {
  width: 90px;
  height: auto;
}





/* Estilo para el pie de página */
footer {
  width: 100vw;
  background-color: #ffffff;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
}


.footer-left{
  width: 700px;
  padding-left: 2%;
  display: flex;
  align-items: start;
}
.footer-left img,
.footer-right img {
  width: 80px;
  height: 80px;
}

.textos{
  row-gap: 0px;
  padding-top: 10px;
}

.footertext {
  padding-top: 1px;
  margin: 0;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0B477E;
}

.footertext1 {
  padding-top: 1px;
  margin: 0;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #0B477E;
}





.logofoot{
  padding-left: 0%;
  width: 100%;
  
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Fondo negro con opacidad 0.7 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Asegúrate de que esté por encima del contenido */
}

.loader {
  position: relative; /* Cambia a posición relativa para que los elementos secundarios estén en relación con este contenedor */
}

.jimu-primary-loading:before,
.jimu-primary-loading:after {
position: absolute;
top: 0;
content: '';
}

.jimu-primary-loading:before {
left: -19.992px;
}

.jimu-primary-loading:after {
left: 19.992px;
-webkit-animation-delay: 0.32s !important;
animation-delay: 0.32s !important;
}

.jimu-primary-loading:before,
.jimu-primary-loading:after,
.jimu-primary-loading {
background: #076fe5;
-webkit-animation: loading-keys-app-loading 0.8s infinite ease-in-out;
animation: loading-keys-app-loading 0.8s infinite ease-in-out;
width: 13.6px;
height: 32px;
}

.jimu-primary-loading {
text-indent: -9999em;
margin: auto;
position: absolute;
right: calc(50% - 6.8px);
top: calc(50% - 16px);
-webkit-animation-delay: 0.16s !important;
animation-delay: 0.16s !important;
}

@-webkit-keyframes loading-keys-app-loading {

0%,
80%,
100% {
opacity: .75;
box-shadow: 0 0 #076fe5;
height: 32px;
}

40% {
opacity: 1;
box-shadow: 0 -8px #076fe5;
height: 40px;
}
}

@keyframes loading-keys-app-loading {

0%,
80%,
100% {
opacity: .75;
box-shadow: 0 0 #076fe5;
height: 32px;
}

40% {
opacity: 1;
box-shadow: 0 -8px #076fe5;
height: 40px;
}
}

.loading--show {
  display: flex;
}

@media screen and (max-width: 1024px) {
  header{
    height:65px;
  }
  
  .background-image {
   height: 280px;
  }
h4{
  padding-left: 3%;
}
  .openmenu,
  .closemenu{
      display: block;
      background: transparent;
      border:none;
      z-index: 0;
      font-size: 1.5rem;
      color: #FFFFFF;
      

  }

  .openmenu{
      font-size:2rem;
  }
  
  .openmenu:hover,
  .closemenu:hover{
      color:#000000;
      transition: color 1s ease;
      cursor: pointer;
  }

  .title-image{
    background-image: url("/separador/rect2test1.png");
      width: 180px;
      min-width: 105px;
  }


  .navbar{
      opacity: 0;
      visibility: hidden;
      display: flex;
      flex-direction: column;
      align-items: end;
      position: absolute;
      top:0;
      right: 0;
      background-color: rgba(57, 135, 140, 0.9);
      box-shadow: 0 0 0 100vmax rgba (0,0,0, .5);
  }

  .navbar.visible{
      opacity: 1;
      visibility:visible;
  }
  
  .menu{
    flex-direction: column;
    align-items: left;
    padding-top: 5%;
    padding-right: 5%;
}
.flag{
    margin-left: 15px;
}
  
  
  .menu li a{
      
      margin-left: 10%;
      font-size: 16px;
  }

  .logo{
    width: 260px;
    height: 80px;
}
.marcas1{
  margin-left: 5% ;
}
.check1{
  padding-bottom: 30%;
}
.check2{
padding-top: 40%;
}

.flex{
  padding-right: 20px;
}
  .title h1{
      font-size:25px;
      padding-left: 0;
      
  }
     
 
     .title-image{
         max-width: 250px;
     }
 
     .cards{
         
         flex-direction: column;
     }
 
     .card1, .card2 {
         border-radius: 0;
         background-color: #399DD7;
         padding: 5%;
         text-align: center;
         
         width: 100%; /* Cada tarjeta ocupa el 50% del ancho */
         box-sizing: border-box; /* Evita que el padding afecte el ancho total */
     }
      
     .parrafo{
         padding-bottom: 25px;
         
     }
 
     .card2{
         background-color: #1A90D4;
     }
 
     .card3{
         margin-left: 15%;
         padding-right: 2%;
         width: 70%;
     }
 
     .container {
         width: 100%;
         height: auto;
         display: grid;
         grid-template-columns: repeat(1, 1fr);
         gap: 0;
         justify-content: center;
       }
 
       .list {
         justify-content:left;
         padding-left: 15%;
       }
 
       .content{
        padding-left: 10%; 
         
       }

       
       .footer-left img{
          width: 70px;    
        }
    
        .footertext{
          font-size:11px;
        }
        .footertext1{
          font-size: 9px;
        }
       

        @media screen and (max-width: 500px){

  
        

          .title h1{
              font-size:  22px;
              padding-left: 0;
              
          }

          .title-image{
            background-image: url("/separador/rect2test1.png");
              width: 160px;
              min-width: 105px;
          }

          .logos1{
              width: 60px;
              height: 60px;
          }

          .parrafo{
              font-size: 14px;
          }
      .item3,
      .item4{
        border-radius: 0;
      }
          .footertext{
              font-size: 12px;
          }
       
       h4{
        padding-left: 6%;
        font-size: 14px;
       }

      .card1{
          padding-top: 10%;
      }

      .card2{
          text-align: left;
          padding-top: 10%;
          padding-bottom: 10%;
      }

       .card3{
        width: 100%;
        height: 100%;
        margin: 0;
       }
       .card2 p{
          font-size: 14px;
          
          
       }

       h3{
          font-size: 18px;
       }

       .logos-card6{
          padding-left: 10px;
          width: 30px;
          height: 30px;
       }

       .check{
          width: 15px;
          height: 15px;
          padding-left: 20px;
       }

       li{
          font-size: 14px;
       }

       .list {
          justify-content:left;
          padding-left: 10%;
        }
  
        .content{
         padding-left: 0; 
          
        }

       
      
          .footer-left img{
              width: 50px;    
            }
      
            .footer-left{
              width: 300px;
             
            }
          .footer-right{
             display: none;
              }
          
          footer{
              
              display: flex;
              flex-direction: column;
              align-items: start;
          }
  .icono2{
      margin-left: 32%;
  }

  .logos1{
    padding-top: 15%;
    width: 40px;
    height: 40px;

  }

  h4{
    font-size: 20px;
  }

  .logos3{
    padding-top: 9%;
    width: 35px;
    height: 35px;
  }

  .footertext{
    font-size: 12px;
    text-align: left;
}

 
.footer-left img{
    width: 70px;    
  }

  .footertext{
    font-size:11px;
  }
  .footertext1{
    font-size: 10px;
  }
    
    }    
    .footer-left{
        width: 300px;
        display: flex;
        align-items: start;
    }
         
    .logofoot{
        padding-right: 5%;
    }
         
    a{
    width: 115px;
    }
    ul.menu{
      padding-left: 30px;
      padding-right: 30px;
  
    }
}
 

      