/* fuentes */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600&display=swap');

body{
  font-family: "Barlow Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* navegacion */

a.navbar-brand{
  text-indent: -9999px;
  background-image: url(img/logo-gh.svg);
  width: 300px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

a.nav-link{
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* slider */
div.controles{
  position: absolute;
  top: 75%;
  z-index: 9999;
  right: 8.5%;
}

@media (max-width: 768px) {
  div.controles img{
    display: none;
  }
}

#pastilla{
    background: #003650;
    padding: 5vh 0;
    color: white;
}

#torreAnimada{
  width: 45px;
  height: auto;
}

.st0 {
  fill: #fff;
}

.onda {
  opacity: 0;
  animation: ondaFade 2s ease-in-out infinite;
}

.onda.onda1 {
  animation-delay: 0s;
}

.onda.onda2 {
  animation-delay: 0.2s;
}

.onda.onda3 {
  animation-delay: 0.4s;
}

@keyframes ondaFade {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* quienes somos */

#quienesSomos{
  padding: 15vh 0;
  background-image: url(img/bg-20.png);
  background-size: cover;
  background-position: center;
  text-align: justify;
}

#quienesSomos h2{
  font-size: 4em;
  font-weight: 300;
}

/* partners */
#partners{
  padding: 10vh 0;
  
}

#partners h2{
  font-size: 4em;
  font-weight: 300;
  color: #00364f;
  text-align: center;
  margin-bottom: 45px;
}

#partners img{
  margin-right: 20px;
}


/* Comuniacion */
#comunicacion{
  padding: 10vh 0;
  background-image: url(img/bg-comunicacion.png);
  background-size: cover;
  background-position: center;
}

#comunicacion h2{
  font-size: 4em;
  font-weight: 300;
  color: #00364f;
  text-align: center;
  margin-bottom: 45px;
}

.wrpMision{
  background: rgb(3,55,77);
  border-radius: 10px;
  border-left: 5px solid white;

}
.titMision{
  background: linear-gradient(180deg, rgba(3,55,77,1) 0%, rgba(2,45,67,1) 100%);
  color: white;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  padding: 10px;
  min-height: 120px;
}

.cuerpoMision{
  color: white;
  font-size: 1.35em;
  padding: 15px;
  font-weight: 400;
  line-height: 1.1;
  min-height: 120px;
}

.wrpVision{
  background: #3da2ff;
  border-radius: 10px;
  border-left: 5px solid white;
}
.titVision{
  background: linear-gradient(180deg, #3da2ff 0%, #3188c9 100%);
  color: white;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  padding: 10px;
  min-height: 120px;
}

.cuerpoVision{
  color: white;
  font-size: 1.35em;
  line-height: 1.1;
  padding: 15px;
  font-weight: 400;
  min-height: 120px;
}

/* servicios */
#servicios{
  padding: 10vh 0;
  background: linear-gradient(180deg, #00364f 50%, #3da2ff 50%);

}

#servicios h2{
  font-size: 4em;
  font-weight: 300;
  color: white;
  text-align: center;
  margin-bottom: 90px;
}

h3.card-title{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.icoCard{
  width: 80px;
  display: block;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.card, .card-body, .card-img-bottom{
  border-radius: 0;
  border: 0;
}

.card{
  margin-bottom: 90px;
}

#servicios .btn-primary{
  color: #fff;
  background-color: #3da2ff;
  border: 0;
  border-radius: 0;
  width: 30%;
  margin-bottom: -35px;
  position: absolute;
  left: 35%;
  right: 35%;
}

#servicios .btn-primary:hover{
  background-color: #00364f;
}

#servicios .btn-primary2{
  color: #fff;
  background-color: #3da2ff;
  border: 0;
  border-radius: 0;
  width: 30%;
  display: block;
  margin: 0 auto;
}

#servicios .btn-primary2:hover{
  background-color: #00364f;
}

div.card-body div.card{
  margin-bottom: 0;
}

/* clientes */
#clientes{
  padding: 10vh 0;
}

#clientes h2{
  font-size: 4em;
  font-weight: 300;
  color: #00364f;
  text-align: center;
  margin-bottom: 45px;
}


/* cobertura */

#cobertura{
  background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 10%);
  padding: 10vh 0;
}

#cobertura h2{
  font-size: 4em;
  font-weight: 300;
  color: #00364f;
  margin-bottom: 25px;
  margin-top: 45px;
}

#cobertura .bgGris{
  background-color: #f2f2f2;
  padding-left: 30px;
}

#cobertura .g-0{
  box-shadow: 2px 2px 10px rgb(0 0 0 / 40%);
}

/* contacto */
section#contacto{
  background-color: #f2f2f2;
  padding: 10vh 0;
  border-bottom: 5px solid #3da2ff;
}

#contacto h2{
  font-size: 4em;
  font-weight: 300;
  color: #00364f;
  margin-bottom: 25px;

}

#contacto .form-group{
  margin-bottom: 20px;
}

#contacto p.lead{
  font-size: 1.65em;
}

#contacto hr{
  opacity: .05;
  width: 75%;
  margin: 20px auto;
  display: block;
}

#contacto a{
  color: #212529;
  text-decoration: none;
}

/* helpers */
.mt45{
  margin-top: 45px;
}

.azul{
  color: #3da2ff;
}

.is-valid {
  border: 2px solid #28a745;
}
.is-invalid {
  border: 2px solid #dc3545;
}
