@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap");

:root {
  --color1: #2c3662;
  --color2: #6ab75f;
  --color3: #000000;
  --color4: #e5dde2;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #3e4554;
  background: #fff;
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* RESET */
* {
  font-family: "Exo", sans-serif;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* PRELOADER */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #008fd1;
  z-index: 100;
}
#loader {
  width: 100vw;
  height: 50vh;
  position: absolute;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* UTILS */
.fp-auto-height {
  padding: 50px 0 !important;
  overflow: hidden;
}

/* COLORES */
.text-color1 {
  color: var(--color1) !important;
}
.text-color2 {
  color: var(--color2) !important;
}

.text-uch1 {
  color: #05336f !important;
}
.text-uch2 {
  color: #0069ae !important;
}

.text-blanco {
  color: #fff !important;
}
.text-negro {
  color: #333 !important;
}

.bg-color1 {
  background: var(--color1) !important;
}
.bg-color2 {
  background: var(--color2) !important;
}

.bg-uch1 {
  background: #05336f !important;
}
.bg-uch2 {
  background: #0069ae !important;
}

.bg-negro {
  background: #000 !important;
}

.d-table {
  display: table;
  width: 100% !important;
}
.d-celltable {
  display: table-cell;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.d-hidden {
  display: none;
}
.d-ib {
  display: inline-block;
}
.d-b {
  display: block;
}

.p0 {
  padding: 0;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl25 {
  padding-left: 25px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}
.flex-between {
  justify-content: space-between;
}
.flex.flex-left {
  justify-content: flex-start;
}

.test {
  border: solid 1px red;
}
.test-blue {
  border: solid 1px blue;
}
.test-green {
  border: solid 1px green;
}

/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */
/* FORMULARIO */

.formulario .row .formItem {
  margin: 0 0 1px 0;
}
label.legal {
  font-size: 0.8em !important;
  opacity: 0.8;
}
.formulario form a,
.formulario form a:hover,
.formulario input[type="checkbox"] + label {
  color: var(--color2);
}

.formulario input[type="checkbox"] + label:after {
  color: #fff;
}
.formulario input[type="submit"] {
  background: var(--color3);
  color: white;

  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 1.1em;
  padding: 10px 0 !important;
}
.formulario .correotemp .servidor {
  color: var(--color1);
}
/* ////////////////////////////////////////////// */
/* ////////////////////////////////////////////// */

/* RESPONSIVE */
@media screen and (min-width: 1px) {
  header {
    padding: 20px 0;
  }
  header .box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .box {
    display: flex;
    flex-direction: column;
  }
  header .box .logo:first-child {
    padding-bottom: 20px;
  }
  #section1 {
    background: url(../img/bg1.jpg) no-repeat center top;
    background-size: cover;
  }
  #section3 {
    background: url(../img/bg3.jpg) no-repeat center top;
    background-size: cover;
  }

  .formulario-box .flex > img + div {
    padding: 0 18px 0 10px;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: bold;
    color: var(--color1);
  }
  footer {
    background: #fff;
  }

  .trasmision {
    color: var(--color2);
  }
  .trasmision + img {
    background: url(../img/icon-zoom.png) center center;
    background-size: cover;
  }
  .trasmision + img + img {
    background: url(../img/icon-fbl.png) center center;
    background-size: cover;
  }
}
@media screen and (min-width: 480px) {
  .formulario-box h1,
  .formulario-box h4 {
    text-align: center;
  }
  .formulario-box {
    width: 450px;
  }
}
@media screen and (min-width: 528px) {
  footer .flex.flex-column {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .flex.flex-column > div img {
    padding: 0;
  }
}
@media screen and (min-width: 641px) {
  header .box {
    flex-direction: row;
  }
  header .box .logo:first-child {
    padding-bottom: 0;
    /*border-right: solid 2px var(--color2);*/
  }
  header .box .logo {
    padding: 0 25px;
  }
}
@media screen and (min-width: 767px) {
  .formulario .col-sm-6 {
    padding-right: 2px;
  }
  .formulario .col-sm-6 + .col-sm-6 {
    padding-left: 2px;
    padding-right: 15px;
  }
  /* #section2 {
    background-position: left bottom !important;
  } */
}
@media screen and (min-width: 991px) {
  .portada {
    flex-direction: row;
  }
  .formulario-box h1 {
    font-size: 2em;
  }
  .formulario-box {
    width: 350px;
  }
  .formulario-box .flex > img {
    height: 40px;
  }
  .formulario-box .flex > img + div {
    font-size: 1.2em;
  }

  #section1 {
    background-position: left bottom;
    background-size: cover;
  }

  .trasmision {
    color: #fff;
  }
  .trasmision + img {
    background: url(../img/icon-zoom-bl.png) center center;
    background-size: cover;
  }
  .trasmision + img + img {
    background: url(../img/icon-fbl-bl.png) center center;
    background-size: cover;
  }
}
@media screen and (min-width: 1199px) {
}
@media screen and (min-width: 1250px) {
}
@media screen and (min-width: 1400px) {
}

/* corrigiendo el alto minimo de pantalla */
@media screen and (min-height: 768px) and (min-width: 991px) {
  /* max */
  main > #section1 {
    height: 85vh;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-height: 668px) and (max-width: 767px) {
  /* min */
}
