html body{
    font-family: 'Titillium Web', sans-serif;
}

header{
    background: rgb(26, 78, 118);
    padding-top: 20px;
  padding-bottom: 15px;
}

header .logo img{
    max-width: 280px;
}

.sect-1{
    background-image: url('../images/banner4.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
}

.sect-4{
    padding: 30px 0 30px;
    background-color: #9dc4d3;
  padding-top: 50px;
}

.sect-4 .btn{
max-width: 400px;
  display: flex;
  margin: 0 15px;
  color: #fff;
  font-size: 24px;
  background: #003473;
  text-align: center;
  text-transform: initial;
  font-family: Lato,sans-serif;
  font-weight: 700;
  line-height: 48px;
  height: 60px;
  margin-bottom: 50px;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
}

.sect-1 h1{
    color: white;
  font-size: 45px;
  padding-bottom: 15px;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 700;
}

.sect-1 p{
    color: white;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 27px;
}

.sect-4 h2{
    padding-bottom: 34px;
  color: #fff;
  text-transform: none;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.sect-2, .sect-3{
    padding: 30px 0 30px;
}

.sect-2 p{
    margin-bottom: 0;
}

.sect-2{
    text-align: center;
}

.sect-2 h3{
    margin: 0;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 700;
  color: #696969;
}

.sect-3 h2, .sect-2 h2{
    padding-bottom: 34px;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Titillium Web',sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #003a66;
}

@media(min-width: 1200px){
     .container {
        width: 970px;
      }
}

.lista_ li{
  font-size: 22px;
  font-weight: 600;
  color: white;
  display: block;
  font-family: 'Titillium Web',sans-serif;
  padding-bottom: 11px;
  line-height: 25px;
}

div.enlaces{
    text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}

div.enlaces a{
    color: #fff;
  text-decoration: none;
  line-height: 45px;
  font-size: 18px;
  margin-left: 15px;
}

div.enlaces img{
    margin-right: 10px;
}

.lista_{
    border-top: 1px solid #c6d5d8;
    padding-top: 40px;
    padding-left: 0;
}

.lista_ img{
    margin-right: 30px;
}

form{
    position: relative;
  width: 100%;
  height: auto;
  background-color: #f2f9fc;
  padding: 20px;
  visibility: visible;
}

form h3{
    text-align: center;
      font-size: 44px;
      color: #003b67;
      font-weight: 700;
      text-transform: uppercase;
      padding-bottom: 3px;
}

form input.form-control{
    margin-bottom: 20px;
}

p.why_{
color: white;
  font-size: 18px;
  text-transform: initial;
}

input[type="submit"]{
    color: #fff;
  font-size: 26px;
  background: #003b67;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato,sans-serif;
  font-weight: 700;
  line-height: 48px;
  height: 60px;
}

.acepta_{
    margin-left: 10px;
    margin-bottom: 20px;
    color: rgb(0, 59, 103);
}

.acepta_ input{
    margin-right: 6px;
}

.acepta_ a {
  text-decoration: none;
  color: rgb(0, 59, 103);
}

.confiar_ div div{
    width: 200px;
      height: 200px;
      display: block;
      margin: 0 auto 0px;
}

.row.confiar_{
    margin-bottom: 20px;
}

.confiar_ img{
    display: block;
  max-width: 100%;
  height: auto;
  padding: 39px;
}

.row_{
    padding-top: 60px;
}

.div_form{

    padding: 0 15px;
  background-color: #c6dfe9;
  position: relative;
  margin-top: 30px;
}

.div_form form{
    position: relative;
  top: -15px;
  width: 100%;
  height: auto;
  background-color: #f2f9fc;
  padding: 20px;
  visibility: visible;
}

.esp_ img{
    width: 189px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
  padding: 39px;
  padding-bottom: 20px;
}

.esp_ p{
    font-family: Lato,sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #003B67;
}

.esp_ span{
    font-family: Lato,sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #003B67;
}

footer img{
    max-width: 200px;
  margin-bottom: 20px !important;
}

footer{
    padding: 80px 0 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: #003a66;
  text-align: center;
}

.legales_ a, footer span{
    color: white;
    text-decoration: none;
}

.legales_{
    text-align: center;
}

.back-to-top-2 {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0px;
  right: 0px;
  z-index: 999;
  text-align: center;
}

.back-to-top-2 .btn {
  color: #fff;
  font-size: 26px;
  background: #003b67;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato,sans-serif;
  font-weight: 700;
  line-height: 48px;
  height: 60px;
  font-size: 18px !important;
}

.back-to-top-2 .button-pulse {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media(max-width: 768px){
    .esp_ img {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 6px;
}
 .back-to-top-2 {
    display: block;
  }
.row_.esp_{
    padding-top: 0px;
}
    .sect-3 h2, .sect-2 h2 {
  padding-bottom: 34px;
  line-height: 44px;
  font-size: 32px;
}
.sect-4 h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
}
.sect-1 h1 {
  color: white;
  font-size: 36px;
  padding-bottom: 15px;
  line-height: 45px;
}
header .col-md-6 {
    text-align: center;
}
div.enlaces {
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
div.enlaces a {
  margin-left: 7px;
  margin-right: 7px;
}
.esp_ span {
  margin-bottom: 20px;
  display: block;
}
.lista_ img {
  margin-right: 15px;
}
.lista_ li {
  font-size: 20px;
}
.confiar_ div div {
  width: 180px;
  height: 180px;
}
.confiar_ img {
  padding: 28px;
}
.confiar_ .col-md-4{
    margin-bottom: 20px;
}
.sect-1 {
  background-position-x: -130px;
}
}

#errores {
    display: none;
}

#ok {
    display: none;
}

#ok {
    color: green;
    margin-bottom: 15px;
}
#errores {
    margin-bottom: 15px;
    color: red;
}

.conf_{
    display: block;
  text-align: center;
  color: white;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 14px;
}


.btn img{
    max-width: 29px;
  margin-right: 20px;
}

.flex_{
    display: flex;
  justify-content: center;
}

.mob{
    display: none !important;
}


footer{
    text-align: center;
}

footer p{
    color: white;
    font-size: 15px;
}

.h2_{
    font-size: 25px;
  font-weight: 600;
  color: white;
}

footer a{
    color: white;
    text-decoration: none;
}

.legales_ {
  text-align: center;
}

.legales_ a{
    margin-left: 20px;
}


footer ul img{
    max-width: 30px;
}

footer ul img:hover{
    max-width: 31px;
}

footer ul img{
    margin-right: 5px;
}

.foo_d {
    font-size: 18px;
}





@media(max-width: 768px){
    /*.foo_d {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
    footer img {
  margin-left: 0 !important;
}*/
    .desk{
    display: none !important;
}
.mob.enlaces{
    display: flex !important;
}
    .sect-4 .btn {
  max-width: 335px;
  display: flex;
  margin: 0 auto;
    margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
}
.btn img {
  max-width: 23px;
  margin-right: 15px;
}
.flex_{
    display: block;
}
.sect-4 .btn{
    margin-top: 15px;
}
/*footer ul {
  margin-top: 20px;
  padding-left: 0 !important
}
footer {
  padding: 40px 0 40px;
}
.legales_ {
  text-align: left;
  margin-top: 10px;
}
.legales_ a {
  margin-left: 0px;
  margin-right: 10px;
}*/
.h2_ {
  margin-top: 10px;
}
}
