* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none;
}

header {
  text-align: center;
  padding: 15px;
}

.logo {
  width: 200px;
}

.sec1 {
  position: relative;
  padding-left: 50px;
  padding-top: 35px;
  padding-bottom: 60px;
  background-size: cover;
  background-image: url(../images/mobile1.png);
  background-position: center;
}
.sec1 h3 {
  color: #fff;
  margin: 0px;
  font-size: 20px;
  border-bottom: 2px solid #50d6fd;
  padding-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}
.sec1 h1 {
  color: #50d6fd;
  font-size: 2.2em;
  line-height: 1.3em;
  margin: 0px;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #50d6fd;
  padding-bottom: 10px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.sec1 p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}
.sec1 .content-button {
  text-align: right;
  margin: 18px 30px 0px 0px;
}
.sec1 .content-button button {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.fondo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.desktop {
  display: none;
}

@media (min-width: 992px) {
  .desktop {
    display: block;
  }

  .mobil {
    display: none;
  }
}
.sec-form {
  height: 650px;
  position: relative;
}

.content-form {
  position: absolute;
  top: -40px;
  background-color: #093697;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 25px;
}
.content-form h2 {
  font-size: 28px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-left: 15px;
}
.content-form p {
  color: #78ACFF;
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}
.content-form button#enviar{
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #093697;
    background: #fff;
    border-radius: 10px;
    width: 170px;
    height: 44px;
}

input {
  color: #fff;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #ffffff;
}

.input-field.col.s12 {
  margin: 8px 0px;
}

[type=checkbox] + span:not(.lever) {
  line-height: 21px;
  font-size: 0.7rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  border-bottom: 1px solid #fff;
}

.input-field > label {
  font-size: 24px;
  color: #fff;
  opacity: .2;
}

@media (min-width: 992px) {
  [type=checkbox] + span:not(.lever) {
    font-size: 1em;
  }
  [type=checkbox].filled-in:not(:checked) + span:not(.lever):after {
    border: 2px solid #fff;
  }
  label, input {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
  }

  .content-form h2 {
    padding-left: 0px;
  }
}
.sect-modal {
  display: flex;
  flex-wrap: wrap;
  background-image: url(../images/mobile2.png);
  background-position: cente;
  background-size: cover;
  padding: 20px;
  padding-top: 60px;
  justify-content: center;
}

.modal-icons {
  width: 50%;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.modal-icons img {
  width: 80px;
}
.modal-icons p {
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}
.modal-icons .ver {
  margin-top: 10px;
}
.modal-icons .ver a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.modal-icons .ver span {
  width: 8px;
  height: 8px;
  display: block;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
}

.border-left {
  border-left: 1px solid #fff;
}

.no-border {
  border: none;
}

.left {
  padding-left: 40px;
}

.rigth {
  padding-right: 40px;
}

@media (min-width: 992px) {
  .sect-modal {
    display: none;
  }

  main {
    display: flex;
    flex-wrap: wrap;
  }

  .sec1 {
    width: 80%;
    background-image: url("../images/img1.png");
    /*padding-top: 50px;*/
    padding-top: 15px;
    /*padding-bottom: 40px;*/
    padding-bottom: 10px;
    display: flex;
    /*align-items: center;*/
  }
  .sec1 h1 {
    font-size: 3.2em;
    border-bottom: 4px solid #50d6fd;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .sec1 h3 {
    font-size: 29px;
    border-bottom: 4px solid #50d6fd;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .sec1 p {
    font-size: 20px;
  }
  .sec1 .content-button {
    text-align: left;
    padding-left: 135px;
  }

  .sec-form {
    width: 20%;
    height: calc(100vh - 124px);
  }

  .content-form {
    right: 0px;
    left: auto;
    transform: translateY(-50%);
    top: 50%;
    width: 45vw;
    height: 90%;
  }
  .content-form h2 {
    text-align: center;
    font-size: 30px;
  }
  .content-form p {
    width: 320px;
    margin: auto;
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media (min-width: 1441px) {
  .sec1 h1 {
    font-size: 4.2em;
  }
  .sec1 h3 {
    font-size: 30px;
  }
  .sec1 p {
    font-size: 26px;
  }
  .sec1 .content-button {
    padding-left: 240px;
  }
}
.modal-senati {
  position: fixed;
  z-index: -2;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.caja {
  width: 90%;
  background: #093697;
  padding: 50px 10%;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.caja span {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}
.caja h5 {
  font-size: 15px;
  line-height: 1.3em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #50d6fd;
  text-transform: uppercase;
}
.caja p {
  font-size: 13px;
  line-height: 1.3em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}

.active-modal {
  opacity: 1;
  z-index: 5;
  transition: all 0.5s;
}

.active-caja {
  transform: scale(1);
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.menu-tab {
  display: flex;
  flex-wrap: wrap;
}
.menu-tab li a {
  display: block;
  padding: 10px;
  opacity: 0.6;
  text-align: center;
}
.menu-tab li a p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.menu-tab li a img {
  width: 60px;
}
.menu-tab li a span {
  width: 8px;
  height: 8px;
  display: none;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
}
.menu-tab .active-menu {
  opacity: 1;
}
.menu-tab .active-menu span {
  display: block;
}

.tab {
  display: none;
}
.tab h5 {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #50d6fd;
}
.tab p {
  font-size: 15px;
  line-height: 1.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  /*margin-bottom: 10px;*/
  margin: 0px;
}

.active-tab {
  display: block;
}

/*# sourceMappingURL=main.css.map */
