*{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: all 0.3s ease;
    color: #fff;
}
.logo img{
    height: 50px;
    margin: 5px auto;
}
.navbar-dark{
    background: #001B59 !important;
}
.navbar-nav li a{
    color: #fff;
    margin: 0px 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.navbar-nav li a:hover{
    color: rgb(0,255,255);
}
.fondoazul{
background: #31B0CA;
background: linear-gradient(357deg, rgba(49, 176, 202, 1) 0%, rgba(0, 158, 215, 1) 18%, rgba(0, 27, 89, 1) 100%);}
#inicio{
    padding-top: 75px;
}
#inicio img{
    width: 100%;
    margin: 50px auto;
    border-radius: 30px;
    
}
section h2,section h2 span{
     font-family: "Agdasima", sans-serif;
     color: #fff;
     font-weight: 900;
     margin-bottom: 30px;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
     font-size: 36px;
    }
#nosotros p,#valor p{
    font-size: 19px;
    color: #fff;
    line-height: 29px;
}
#nosotros{
    padding-bottom: 75px;
    padding-top: 25px;
}
.unBeneficio{
    border: 1px solid #fff;
    border-radius: 25px;
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 50px;
    margin: 10px auto;
    padding: 20px 50px;
    width: 90%;
}
.unBeneficioiz img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
.unBeneficioder h4{
    text-align: left;
       color: rgb(0,255,255);
       font-weight: 600;
       font-size: 24px;
        margin-bottom: 21px;
    }
.unBeneficioder p{
    text-align: justify;
    font-size: 19px;
}
#beneficios{
    padding-bottom: 75px;
}
.unaseccion{
    padding: 100px 0px;
}
.valoresTotal{
    padding: 50px 0px;
}
.unValor img{
    width: 90%;
    margin: auto;
    height: 150px;
    object-fit: contain;
    object-position: center;
}
.valorDatos{
    height: 300px;
    width: 90%;
    margin: auto;
    display: flex;
    padding: 50px 30px;
    border-radius: 30px;
    margin-top: 30px;
}
.valorDatos h4{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 19px;
}
.contenidoValorDatos p{
    font-size: 17px !important;
}
#valor,#productos{
    padding-bottom: 75px;
}
    .slider-container {
      max-width: 1200px;
      margin: auto;
    }

    .slide {
      text-align: center;
      padding: 20px;
    }

    .slide img {
      width: 95%;
      margin: auto;
      height: 350px;
      object-fit: contain;
    }

    .slide-title {
      color: white;
      margin-top: 10px;
      font-weight: bold;
      font-size: 21px;
    }

    /* Dots customization */
    .slick-dots li {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      color: #fff;
      background: #01FFFF;
      margin-top: 10px;
    }
    .slick-dots{
      list-style: none !important;

    }
.slick-dots li button{
    display: none;
}
    .slick-dots li.slick-active {
      background: #04205F;
    }
    .slick-dots li button:before {
  content: none !important;
}
#productos{
    margin-bottom: 75px;
}
#clientes{
   
    padding-bottom: 0px;
}
#clientes h2{
    color: #04205F;
    text-shadow: none;
}
.todosClientes{
    width: 90%;
    margin: 50px auto;
}
.unCliente img{
    width: 100%;
    margin: auto;
    height: 150px;
    object-fit: contain;
    object-position: center;
}
.fotos2 img,.fotos3 img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.fotos3 img{
    height: 400px;
}
.fotos3{
    margin: 30px auto;
}
#contacto{
    margin-top: 75px;
}
#contactoForm{
    width: 90%;
    padding: 50px 30px;
    border-radius: 30px;
    background: #fff;
    margin: auto;
}
.form-control{
    background: rgba(0, 0, 0, 0.05);
}
.form-control::placeholder{
    color: rgba(0, 0, 0, 0.4);
}
#enviarContacto{
    background:#04205F ;
    color: #fff;
}
footer{
    display: grid;
    grid-template-columns: 1fr 300px;
    min-height: 120px;
    align-items: center;
    margin: auto;
}
.footeriz{
    text-align: left;
}

.footerder{
    text-align: right;
}
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.whatsapp {
  height: 50px;
  width: 50px;
  z-index: 2;
  display: flex;
  background:#25D366;
  position: absolute;
  top: 0;
  left: 100%;
  top: 100%;
  margin-top: -70px;
  margin-left: -70px;
  position: fixed;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.whatsapp a i {
  display: block;
  margin: auto;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-size: 32px;
  color: #fff;
}

.buttonlang {
  height: 50px;
  width: 50px;
  z-index: 2;
  display: flex;
  background:white;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 100%;
  top: 100%;
  margin-top: -140px;
  margin-left: -70px;
  position: fixed;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.buttonlang a i {
  display: block;
  margin: auto;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-size: 32px;
  color: #121212;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
 @-webkit-keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }
  @keyframes heartbeat {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    10% {
      -webkit-transform: scale(0.91);
              transform: scale(0.91);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    17% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    33% {
      -webkit-transform: scale(0.87);
              transform: scale(0.87);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    45% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
  }

  
  /*FIXED TABLET*/
@media screen and (max-width: 992px) {
.valorDatos{
    height: 320px;
    width: 95%;
}
.unValor{
    margin-bottom: 30px;
}

.fotos2 img,.fotos3 img{
    height: inherit;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 10px auto;
}

.fotos3{
    margin: auto;
}
 }
  /*FIXED CEL*/
@media screen and (max-width: 768px) {
 
.unBeneficio{
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.unBeneficioder h4{
    text-align: center;
    }
.unBeneficioder p{
    text-align: center;
}
#beneficios{
    padding-bottom: 75px;
}
.valorDatos{
    margin-bottom: 50px;
}
.lastValor{
    margin-bottom: 0px;
}

#contactoForm{
    width: 100%;
    }
    footer{
    display: grid;
    grid-template-columns: 1fr;

}
.fondofooter{
    padding: 50px 0px;
}
    .footeriz,.footerder{
        text-align: center;
    }
    .footerder{
        margin-top: 50px;
    }
    #enviarContacto{
        margin-top: 30px;
    }
}