@keyframes animatedBackground {
  from {
    background-position: 0 50%; }
  to {
    background-position: 50% 50%; } }
 .btn {
  background: #f9ba08;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: 10px 20px;
  margin: 15px 0px;
  cursor: pointer;
  font-family: "Kuro-regular", sans-serif;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white !important;
 }
.yellow{background: #f9ba08;}
.yellow:hover {
  background: #f9cf08;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
 }
.blue{background: #0981cc;}
.blue:hover {
  background: #0a46cc;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
 }
.main-content .col-f .banner{padding-top:0;}
.first {
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFF;
  height: 70vh !important;
  align-content: center;
  position: relative;
  animation: animatedBackground 5s 1s linear forwards;
  min-height: 400px;

}
p span{
  font-family: "Kuro-regular", sans-serif;
  color: #205081;
}
.first .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 10px;
}
.first .text .subtitle {
  display: block;
  text-align: center;
  font-family: "Kuro-regular", sans-serif;
  font-size: 1.2em;
  line-height: 16px;
}
.first .text .title {
  display: block;
  text-align: center;
  font-family: "Kuro-regular", sans-serif;
  font-size: 20px;
}

.first .text p {
  text-align: justify;
  font-family: "Helvetica-Light", sans-serif;
  line-height: 1em;
  font-size: 14px;
}
p a
{  font-family: "Kuro-bold", sans-serif;
  font-weight: bold;
  font-size: inherit !important;
  color: #008acc !important;
  text-decoration: underline !important;
}
p a:hover {color: #04739e !important;}
.first .buttons {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-family: "Kuro-regular", sans-serif; }
.first .buttons .white {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 20px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.first .buttons .white img {
  max-height: 14px;
  vertical-align: middle; }
.first .buttons .white:hover {
  background: #001e46;
  border: 1px solid #001e46;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.first .buttons .green {
  display: inline-block;
  background: #00A99D;
  border: 1px solid #00A99D;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.first .buttons .green img {
  max-height: 14px;
  vertical-align: middle; }
.first .buttons .green:hover {
  background: #016b63;
  border: 1px solid #016b63;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.second {
  height: auto !important;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  align-content: center;
  height: auto;
  position: relative;
  min-height: 450px;
  height: auto;
  }
.formulario-contenedor{padding: 10px;}
.forms-inputs{background: white;}
.beneficios{
  display: inline-block;
  width: 49%;
  overflow: hidden;
  padding: 20px;
}
.beneficios .title {color: #205081;font-family: "Kuro-Regular", sans-serif;font-size: 1.8em;margin: 10px 0px;}
.beneficios .title b{color: #4b97c9;font-family: "Kuro-bold", sans-serif;}
.beneficios ol{padding-inline-start:30px;}
.beneficios ol li {margin: 10px 0; font-size: 1.3em;}
.beneficios ul { margin-left: 20px}
.beneficios ul li {
  list-style: none;
  font-family: "Kuro-regular", sans-serif;
  margin: 10px 0px;
  text-indent: -18px;
 }
 .beneficios ul li::before {
  content: "•";
  color: #008acc;
  font-family: "Helvetica-Light", sans-serif;
  font-size: 18px;
  margin-right: 10px;
 }
.beneficios p, .beneficios ul li{font-size: 1.1em;}
.beneficios p ~ p {margin-top: 20px;}
.second .special-text {
  background: rgba(1, 6, 38, 0.65);
  display: block;
  width: 100%;
  padding: 10px;
  position: relative;
  float: left;
  left: 50%;
  top: auto;
  margin: 10px auto;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 14px;
  color: white;
}
.second .special-text p {
  display: block;
  width: 100%;
}
.second .special-text .title-cont {
  display: block;
  width: 100%;
  text-align: justify;
}
.second .special-text .title-cont .box {
  background: transparent;
  width: 100%;
  height: 60px;
  position: relative;
}
.second .special-text .title-cont .line {
  height: 30px;
  border-bottom: 1px solid white;
}

.second .special-text .title-cont .title {
  font-family: "Kuro-regular", sans-serif;
  display: inline-block;
  font-size: 1.2em;
}
.second .special-text nav ul {
  padding: 0px;
  padding-left: 10px;
}
.second .special-text nav ul li {
  list-style: none;
  margin: 10px 0px;
  font-family: "Helvetica-Light", sans-serif;
  color: #fff;
}
.second .special-text nav ul li::before {
  content: "•";
  color: #fff;
  margin-right: 5px;
}
.sello{margin: 0 auto; display:block;max-width: 80%;}

@media all and (min-width: 737px) {
  .first .text {width: auto;}
  .sello{margin: 5% auto; max-width: 70%;}
  .beneficios p, .beneficios ul li{font-size: 1.2em;}
}
@media all and (min-width: 1124px) {
  header .menu-header{
    display: block;
    height: 60px;
    list-style: none;
    position: absolute;
    right: 0;
  }
  header .menu-header .btn-blue{
    background-color: #008ACC;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
  }

  .sello{margin: 15% auto; max-width: 100%;}
  .second .special-text {
    display: block;
    width: 50%;
    background: rgba(1, 6, 38, 0.65);
    position: absolute;
    left: 50px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 20px;
    font-family: "Helvetica-Light", sans-serif;

  }
}
