.clearer {
  clear: both;
}
#popform {
  background: rgba(0, 0, 0, 0.6);
}
#popform .title_standard {
  padding: 10px;
  font-size: 22px;
  font-family: 'Raleway-Bold';
  padding-bottom: 0;
  color: #20005a;
}
#popform .modal-dialog {
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#popform .modal-header {
  border: none;
  padding: 20px;
  padding-bottom: 0;
}
#popform .modal-header button {
  outline: none;
  color: #06467F;
  position: absolute;
  top: 15px;
  right: 15px;
}
#popform .modal-header button.close {
  opacity: .7;
}
#popform .modal-header button.close:hover {
  opacity: 1;
}
#popform .modal-body form {
  font-family: 'Raleway-Regular';
}
#popform .modal-body form .inputs .input-style {
  width: 50%;
  float: left;
  padding: 15px;
}

#popform .modal-body form .inputs .input-style input,
#popform .modal-body form .inputs .input-style textarea {
  padding: 10px 0;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: solid 1px #1d1d1b;
  resize: none;
  font-size: 17px;
  height: 50px;
}
#popform .modal-body form .inputs .input-style input::placeholder,
#popform .modal-body form .inputs .input-style textarea::placeholder {
  color: #1d1d1b;
}
#popform .modal-body form .submits {
  padding: 15px;
}
#popform .modal-body form .submits .checkbox {
  float: left;
  width: calc(100% - 200px);
  font-family: 'Raleway-Light';
}
#popform .modal-body form .submits .checkbox a {
  color: inherit;
}
#popform .modal-body form .submits .checkbox span {
  padding-left: 20px;
}
#popform .modal-body form .submits .checkbox input {
  margin: 0;
  margin-top: 3px;
}
#popform .modal-body form .submits .submit {
  width: 200px;
  float: left;
}
#popform .modal-body form .submits .submit input {
  width: 100%;
  background: #20005a;
  padding: 8px;
  color: white;
  font-family: 'Montserrat-Semibold';
  border: none;
  border-radius: 7px;
  font-size: 18px;
  text-transform: uppercase;
  border: solid 2px #20005a;
  transition: .3s;
}
#popform .modal-body form .submits .submit input:hover {
  background: white;
  color: #06467F;
}
.contentlogin{
  width: 100%;
  height: 100vh;
  position: relative;
}
.contentlogin .imagen{
  text-align: center;
  padding-bottom: 40px;
}
.contentlogin .imagen img{
  width: 70%;
  min-width: 250px;
}
.contentlogin .formlogin{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 30%;
  min-width: 250px;
  max-width: 500px;
}
.contentlogin .formlogin .info{
  font-family: 'Montserrat-Regular';
  font-size: 18px;
}
.contentlogin .formlogin form{
  padding: 20px 0;
}

.contentlogin .formlogin form input{
  width: 100%;
  margin: 20px 0;
  outline: none;
  padding: 10px;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
}
.contentlogin .formlogin form input[type=submit]{
  background: #20005a;
  color: white;
  font-family: 'Montserrat-Bold';
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  border: solid 1px #20005a;
  transition: .5s;
}
.contentlogin .formlogin form input[type=submit]:hover{
  background: white;
  color: #20005a;
}
section {
  font-family: 'Raleway-Regular';
  padding: 60px 0;
}
section .anchbig {
  width: 80%;
  margin: 0 auto;
}
section p {
  font-size: 17px;
  line-height: 180%;
  text-align: justify;
}
section p strong{
  font-family: 'Raleway-Bold';
}
section h2 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  color: #20005a;
  font-family: 'Raleway-Regular';
  font-size: 27px;
  text-align: center;
  line-height: 150%;
}
section h2 strong{
  font-family: 'Raleway-Bold';
}
section h2.after:after {
  display: block;
}
section h2:after {
  display: none;
  content: "";
  position: absolute;
  background: #999999;
  bottom: 0;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 70px;
}
section .titleform {
  background: #999999;
  font-family: 'Raleway-Regular';
  font-size: 28px;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 10px 20px;
  margin: 0 auto;
  color: white;
}
section form .inputs .input-style {
  width: 33.33%;
  float: left;
  padding: 10px;
}
section form .inputs .input-style.bg {
  width: 100%;
}
section form .inputs .input-style input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px white;
  padding: 5px;
  color: white;
  outline: none;
  font-size: 17px;
}
section form .inputs .input-style input::placeholder {
  color: white;
}
section form .inputs .input-style input:-webkit-autofill {
  background: red;
}
section form .submits .checkbox:first-child{
  padding: 0px;
  padding-right: 30px;
}

section form .submits .checkbox {
  width: calc(100% - 150px);
  float: left;
  color: white;
  padding-right: 30px;
  font-size: 13px;
}
section form .submits .checkbox input {
  margin: 0;
}
section form .submits .checkbox span {
  padding-left: 20px;
}
section form .submits .checkbox a {
  color: white;
}
section form .submits .submit {
  width: 150px;
  float: left;
  padding-right: 10px;
  padding-top: 20px;
  font-family: 'Raleway-Bold';
}
section form .submits .submit input {
  width: 100%;
  color: #999999;
  padding: 5px;
  font-size: 20px;
  text-transform: uppercase;
  background: white;
  border: none;
  transition: .4s;
}
section form .submits .submit input:hover {
  transform: scale(1.1);
}
header {
  position: absolute;
  padding-top: 50px;
  text-align: center;
  width: 100%;
  z-index: 3;
}
header img {
  width: 300px;
  pad
}
header .logo div{
  font-family: 'Raleway-Bold';
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, .8);
  font-size: 30px;
  padding-top: 30px;
}
header .contenedor {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
header .desplegable a {
  color: #20005a;
  padding: 8px;
  text-decoration: none;
  display: block;
  font-family: 'Raleway-Regular';
  text-align: center;
  font-size: 14px;
  border: solid 1px #20005a;
  transition: .3s;
}
header .desplegable a.selected {
  display: none;
}
header .desplegable a:hover {
  background-color: #20005a;
  color: #ffffff;
}
header .contenedor:hover .desplegable {
  display: block;
}
header .contenedor:hover .botonMenu {
  border-radius: 0;
}
#cabecera {
  padding: 0;
  background: url(../images/cabecera.jpg) no-repeat 50% 100%;
  background-size: cover;
  height: 100vh;
  max-height: 1000px;
  min-height: 600px;
  position: relative;
}
#cabecera:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(173, 173, 173, 0) 32%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(32%, rgba(173, 173, 173, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(173, 173, 173, 0) 32%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, rgba(173, 173, 173, 0) 32%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(173, 173, 173, 0) 32%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(173, 173, 173, 0) 32%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
#cabecera .formulario {
  position: absolute;
  bottom: 0;
  z-index: 4;
  width: 100%;
  background: rgba(32, 0, 90, 0.6);
  padding-bottom: 20px;
}
#section1 h3:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
}
#section1 h3 span {
  display: inline-block;
}
#section1 .text {
  padding: 20px 0;
  color: #606060;
  font-size: 22px;
  text-align: center;
  line-height: 180%;
}
#section1 .text strong {
  font-family: 'Raleway-Bold';
}
#section2 {
  background: rgba(35, 35, 35, 0.1);
  position: relative;
  margin-bottom: 10px;
}
#section2 h2 {
  text-align: left;
  text-transform: uppercase;
}
#section2 .anchbig.reverse{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#section2 .textinfo {
  width: 60%;
  padding-right: 20px;
}
#section2 .anchbig.reverse .textinfo{
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
}
#section2 .anchbig.reverse .textinfo h2,#section2 .anchbig.reverse .textinfo p{
  text-align: right;
}
#section2 .textinfo a:hover {
  text-decoration: none;
}
#section2 .textinfo .boton {
  margin: 20px 0;
  position: relative;
  display: inline-block;
  padding: 10px;
  padding-left: 50px;
  text-align: center;
  border: solid 1px #20005a;
  width: max-content;
  color: #20005a;
  font-family: 'Raleway-Light';
  transition: .4s;
  cursor: pointer;
}
#section2 .textinfo .boton:hover {
  transform: scale(1.1);
  text-decoration: none;
}
#section2 .textinfo .boton:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/descarga.svg) no-repeat 50% 50%;
  background-size: cover;
}
#section2 .imagen {
  position: absolute;
  width: 40%;
  background: url(../images/img-der.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
  right: 0;
  top: 0;
}
#section2 .anchbig.reverse .imagen{
  right: inherit;
  left: 0;
  background: url(../images/img-izq.jpg) no-repeat 50% 50% / cover;
  background: url(../images/Imagen_AI4.jpg) no-repeat 50% 50%;
  background-size: cover;

}
#section2.comprobante {
    text-align: center;
    padding: 20vh 0;
}
#section3 .bgbox .text {
  width: 50%;
  float: left;
  padding-left: 35px;
  padding: 0 50px;
  position: relative;
}
#section3 .bgbox .text p{
  text-align: justify;
}
#section3 .bgbox .text:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: #20005a;
}
#section4 {
  background: url(../images/img-iconos.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
#section4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
}
#section4 h2 {
  color: white;
}
#section4 p {
  text-align: center;
  color: white;
}
#section4 .bgbox {
  padding: 20px 0;
}
#section4 .bgbox .box {
  width: 20%;
  float: left;
  text-align: center;
  color: white;
  font-family: 'Raleway-Regular';
  font-size: 17px;
  padding: 20px;
}
#section4 .bgbox .box img {
  width: 90px;
  padding-bottom: 20px;
}
#galeria .boxgallery {
  width: 100%;
  margin: 0 auto;
}
#galeria .box{
  padding: 0 5vw;
}
#galeria .owl-carousel {
  box-shadow: 7px 0px 12px 0px rgba(0, 0, 0, 0.4);
}
#galeria .owl-stage .owl-item .item {
  height: 600px;
  position: relative;
  transition: .8s;
}
#galeria .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  pointer-events: none;
}
#galeria .owl-carousel .owl-nav img {
  width: 100%;
}
#galeria .owl-carousel .owl-nav .owl-prev {
  float: left;
  outline: none;
  pointer-events: all;
  width: 50px;
}
#galeria .owl-carousel .owl-nav .owl-next {
  float: right;
  outline: none;
  pointer-events: all;
  width: 50px;
  transform: rotate(180deg);
}
#galeria .owl-carousel .owl-dots {
  position: relative;
  width: max-content;
  margin: 20px auto;
}
#galeria .owl-carousel .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: #fff;
  margin: 5px;
  float: left;
  border: solid 1px #20005a;
}
#galeria .owl-carousel .owl-dots .owl-dot.active {
  background: #20005a;
}
#galeria .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
#galeria .descargables {
  margin-top: -20px;
  background: #f1f1f1;
  padding: 60px 0;
  text-align: center;
}
#galeria .descargables .boton {
  display: inline-table;
  background: white;
  border: solid 1px #999999;
  padding: 15px;
  color: black;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 5px;
  transition: .4s;
}
#galeria .descargables .boton img {
  width: 35px;
  padding-right: 10px;
}
#galeria .descargables .boton:hover {
  transform: scale(1.1);
}
#ubicacion {
  background: rgba(128, 128, 128, 0.1);
}
#ubicacion .subtitle {
  font-family: 'Raleway-Light';
  color: #232323;
  font-size: 17px;
  text-align: center;
  padding-bottom: 20px;
}
#ubicacion p {
  color: #606060;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: 'Raleway-Light';
}
#ubicacion .bgbox .lbox {
  padding: 5px;
  float: left;
}
#ubicacion .bgbox .lbox.left {
  width: 40%;
}
#ubicacion .bgbox .lbox.right {
  width: 60%;
}
#ubicacion .bgbox .lbox .mdbox {
  margin-top: 10px;
  width: 100%;
  position: relative;
  border: solid 1px #20005a;
  padding: 40px;
  height: 560px;
}
#ubicacion .bgbox .lbox .smbox {
  width: calc(50% - 20px);
  margin: 10px 10px;
  float: left;
  position: relative;
  border: solid 1px #20005a;
  padding: 40px;
  height: 270px;
}
#ubicacion .text {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#ubicacion .text h4 {
  color: #1d1d1b;
  text-align: center;
  font-size: 19px;
  color: #20005a;
  font-family: 'Raleway-Regular';
}
#ubicacion .text .icono {
  position: relative;
  margin-bottom: 20px;
}
#ubicacion .text .icono:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
}
#ubicacion .text .icono img {
  width: 80px;
  padding-bottom: 20px;
}
#ubicacion .text p span {
  font-size: 110%;
}
#ubicacion .mapa {
  padding-top: 40px;
}
#ubicacion .mapa img {
  max-width: 100%;
  width: 100%;
}
#footform{
  padding-bottom: 0;
}
#footform .formulario {
  background: #20005a;
  padding-bottom: 20px;
}
#footform .formulario form .inputs .input-style {
  width: 20%;
}
#footform .formulario form .inputs .input-style.bg {
  width: 40%;
}
#footform .rrss{
  width: 80%;
  max-width: 280px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#footform .rrss .red{
  padding: 0 10px;
  transition: .3s;
}
#footform .rrss .red:hover{
  transform: scale(1.1);
}
#footform .rrss .red img{
  width: 40px;
}
.agenda_formulario {
    text-align: left;
    margin: 10px 0 25px 10px;
    color: #FFF;
    font-size: 25px;
    font-family: 'Raleway-Bold';
}
footer {
  text-align: center;
  font-family: 'Raleway-Regular';
  background: #353535;
  padding: 20px 0;
}
footer img {
  width: 90px;
  padding-bottom: 20px;
}
footer p {
  color: white;
}
footer p a {
  color: inherit;
}
footer p a:hover {
  color: #999999;
}

@media only screen and (max-width: 992px) {
  section h2 {
    font-size: 25px;
  }
  #section4 .bgbox .box{
    min-height: 222px;
  }
  #section1 .bgbox .info {
    height: 480px;
  }
  #galeria .owl-nav {
    width: 100%;
  }
  #ubi .bgbox .box {
    width: 50%;
    padding: 20px 0;
  }
  #ubicacion .text .icono img {
    width: 60px;
  }
  #ubicacion p {
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  section form .inputs .input-style,
  section form .inputs .input-style.bg {
    width: 50%;
  }
  section form .submits .checkbox {
    width: 100%;
  }
  form {
    padding: 10px 0;
  }
  header .logo div{
    font-size: 25px;
  }
  section form .submits .submit {
    width: 100%;
    text-align: center;
  }
  section form .submits .submit input {
    width: 200px;
  }
  section .titleform {
    font-size: 23px;
  }
  header {
    padding-top: 30px;
  }
  header img {
    width: 120px;
  }
  #cabecera {
    background: none;
    height: auto;
  }
  #cabecera .formulario {
    position: relative;
    width: 100%;
    background: #20005a;
  }
  #cabecera .imagen {
    background: url(../images/cabecera.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 350px;
  }
  #section2 .bgbox {
    margin: 0;
  }
  #section2 .bgbox .info,
  #section1 .bgbox .info {
    width: 100%;
    height: auto;
  }
  #section2 .bgbox .info .text,
  #section1 .bgbox .info .text {
    position: relative;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-bottom: 20px;
  }
  #section2 .bgbox .imagen,
  #section1 .bgbox .imagen {
    position: relative;
    height: 300px;
    width: 100%;
  }
  #section3 .owl-carousel .item .banda {
    width: 100%;
    height: auto;
    background: none;
    padding-bottom: 60px;
  }
  #section3 .owl-carousel .item .container {
    background: rgba(0, 0, 0, 0.7);
  }
  #section3 .owl-carousel .item .banda .info .icon {
    width: 48%;
    display: inline-table;
    padding: 10px 0;
  }
  #section3 .owl-carousel .item .banda .info {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #section3 .owl-carousel .owl-dots {
    width: max-content;
    left: 50%;
    top: inherit;
    bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #section3 .owl-carousel .owl-dots .owl-dot {
    float: left;
    margin: 5px;
    width: 15px;
    height: 15px;
  }
  #section4{
    background-attachment: inherit;
  }
  #section4 .bgbox .box{
    min-height:222px
  }
  #galeria .boxgallery {
    width: 100%;
  }
  #galeria .descargables {
    margin: 0;
  }
  #footform .formulario form .inputs .input-style,
  #footform .formulario form .inputs .input-style.bg {
    width: 50%;
  }
  #section2 .textinfo {
    width: 100%;
  }
  #section2 .imagen {
    position: relative;
    width: 100%;
    height: 350px;
  }
  #section2 .anchbig.reverse .textinfo h2,#section2 .anchbig.reverse .textinfo p{
  text-align: center;
}
  section .anchbig {
    width: 90%;
  }
  #section4 .bgbox .box {
    width: 33.33%;
  }
  #galeria .owl-stage .owl-item .item {
    height: 400px;
  }
  #galeria .owl-carousel .owl-nav {
    width: 100%;
  }
  #ubicacion .bgbox .lbox.left {
    width: 100%;
  }
  #ubicacion .bgbox .lbox.right {
    width: 100%;
  }
  #ubicacion .bgbox .lbox .mdbox {
    height: 360px;
  }
  #ubicacion .bgbox .lbox .smbox {
    height: 220px;
  }
  #section3 .bgbox .text {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  header .logo div{
    font-size: 20px;
  }
  section form .inputs .input-style,
  section form .inputs .input-style.bg {
    width: 100%;
  }
  section {
    padding: 10px 0;
  }
  section p {
    font-size: 14px;
  }
  section h2 {
    font-size: 22px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section h2:after {
    width: 40px;
  }
  section .titleform {
    font-size: 16px;
    width: 100%;
    text-align: center;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  #cabecera .imagen {
    height: 300px;
  }
  #galeria .descargables {
    padding: 20px 0;
  }
  #section1 {
    padding-top: 30px;
  }
  #galeria .owl-stage .owl-item .item {
    height: 300px;
  }
  #section3 .owl-carousel .item .banda .info .icon {
    min-height: 120px;
    font-size: 15px;
  }
  #section3 .owl-carousel .item .banda .info .icon img {
    width: 60px;
  }
  #ubi .bgbox .box {
    width: 100%;
  }
  #footform .formulario form .inputs .input-style,
  #footform .formulario form .inputs .input-style.bg {
    width: 100%;
  }
  #galeria .owl-carousel .owl-nav .owl-next,
  #galeria .owl-carousel .owl-nav .owl-prev {
    width: 35px;
  }
  #section4 .bgbox .box {
    width: 50%;
    min-height: 148px;
    padding: 10px;
  }
  #section4 .bgbox .box img {
    width: 60px;
    padding-bottom: 10px;
  }
  #ubicacion .bgbox .lbox .smbox {
    width: 100%;
    margin: 10px 0;
  }
  footer p {
    font-size: 12px;
  }
  section form .submits .checkbox {
    font-size: 11px;
  }
  #section2 .textinfo .boton{
    display: block;
    margin: 10px auto;
  }
  #popform .modal-body form .submits .checkbox,#popform .modal-body form .submits .submit,#popform .modal-body form .inputs .input-style{
    width: 100%;
  }
}
@font-face {
  font-family: 'CeraPro-Regular';
  src: url("../fonts/CeraPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway-Light';
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.otf") format("opentype");
}
