.clearer {
  clear: both;
}
section {
  padding: 60px 0;
}
section .anchbig {
  width: 80%;
  margin: 0 auto;
}
section .anchmed {
  width: 60%;
  margin: 0 auto;
}
section h3 {
  font-family: 'Raleway-Bold';
  text-align: center;
  font-size: 27px;
  padding-bottom: 20px;
  color: #20005a;
  text-transform: uppercase;
  line-height: inherit;
  position: relative;
}
section p {
  font-family: 'Raleway-Regular';
  font-size: 18px;
  line-height: 200%;
  color: #606060;
}
section p strong {
  font-family: 'Raleway-Bold';
}
form .letrapq{
  font-family: 'Raleway-Light';
  font-size: 13px;
  color: #606060;
  padding-top: 20px;
  width: 100%;
  float: left;
}
header{
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
}
header .logo{
  width: 200px;
  padding: 20px;
}
header .logo img{
  width: 100%;
}
#cabecera {
  background: url(../images/cabecera.jpg) no-repeat 50% 20%;
  background-size: cover;
  height: 85vh;
  min-height: 500px;
  position: relative;
}

.destacado{
  position: absolute;
  right: 5%;
  top: 0;
  background: rgba(32, 0, 90, .5);
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-family: 'Raleway-Regular';
  font-size: 20px;
  width: 260px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 30;
}

.destacado a{
  color: white;
}

.destacado strong{
  font-family: 'Raleway-Bold';
  font-size: 120%;
}

.destacado span{
  font-family: 'Montserrat-SemiBold';
}
#cabecera:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
#cabecera .titles {
  width: 100%;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#cabecera .titles .logo {
  text-align: center;
  padding-bottom: 40px;
}
#cabecera .titles .logo img {
  width: 300px;
}
#cabecera .titles .titlebig{
  font-family: 'Raleway-Bold';
  font-size: 4vw;
  color: white;
  text-align: center;
}
#cabecera .titles h1 {
  font-family: 'Raleway-Regular';
  font-size: 45px;
  text-align: center;
  color: white;
}
#cabecera h1{
  padding: 10px;
  background: rgba(32, 0, 90, .5);
  font-family: 'Raleway-Regular';
  font-size: 35px;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  line-height: 50px;
}
#cabecera h1 span{
  display: inline-block;
}
#cabecera .titles h1 strong {
  font-family: 'Raleway-Bold';
  display: inline-block;
}
#cabecera .span_obras{
  font-size: 30px;
  font-family: 'Raleway-Bold';
}
#formulariotop {
  background: rgba(35, 35, 35, 0.1);
}
#formulariotop .titleform {
  color: #161616;
  font-family: 'Raleway-Bold';
  font-size: 23px;
  padding: 20px;
}
#formulariotop form .input-style {
  float: left;
  padding: 20px;
}
#formulariotop form .input-style.md {
  width: 33.33%;
}
#formulariotop form .input-style.bg {
  width: 66.66%;
}
#formulariotop form .input-style input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #161616;
  font-family: 'Raleway-Regular';
  padding: 5px 0;
  font-size: 17px;
  outline: none;
  color: #161616;
}
#formulariotop form .input-style input::placeholder {
  color: #161616;
}
#formulariotop form .input-style .dormitorios {
  padding: 20px 0;
  float: left;
  width: 100%;
  padding-bottom: 0;
}
#formulariotop form .input-style .dormitorios .title {
  text-align: left;
  font-family: 'Raleway-Regular';
  font-size: 17px;
  color: #161616;
}
#formulariotop form .input-style .dormitorios .dormchecks {
  text-align: left;
  padding-top: 10px;
}
#formulariotop form .input-style .dormitorios .dormchecks input {
  width: 20px;
  display: inline-block;
}
#formulariotop form .input-style .dormitorios .dormchecks span {
  font-family: 'Raleway-Regular';
  padding: 0px 20px;
}
#formulariotop form .submits {
  width: 33.33%;
  float: left;
  padding: 20px;
  color: #161616;
}
#formulariotop form .submits .checkbox {
  font-family: 'Raleway-Light';
  font-size: 13px;
}
#formulariotop form .submits .checkbox a {
  color: #161616;
}
#formulariotop form .submits .checkbox span {
  padding-left: 20px;
}
#formulariotop form .submits .checkbox input {
  margin: 0;
}
#formulariotop form .submits .submit input {
  width: 100%;
  color: white;
  padding: 10px;
  background: #20005a;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  font-family: 'Raleway-Bold';
  border: solid 1px white;
  transition: .5s;
}
#formulariotop form .submits .submit input:hover {
  background: none;
  color: #20005a;
}
#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: 200px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
}
#section1 h3 span {
  display: inline-block;
}
#section1 .text {
  padding: 20px 0;
  color: #606060;
  font-family: 'Raleway-Regular';
  font-size: 22px;
  text-align: center;
  line-height: 180%;
}
#section1 .text strong {
  font-family: 'Montserrat-SemiBold';
}
#section2 {
  background: rgba(35, 35, 35, 0.1);
  position: relative;
}
#section2 h3 {
  text-align: left;
}
#section2 .textleft {
  width: 60%;
  padding-right: 20px;
}
#section2 .textleft a:hover {
  text-decoration: none;
}
#section2 .textleft .boton {
  margin: 20px;
  position: relative;
  padding: 10px;
  padding-left: 50px;
  text-align: center;
  border: solid 1px #20005a;
  width: 215px;
  color: #20005a;
  font-family: 'Raleway-Light';
  transition: .4s;
  cursor: pointer;
  display: inline-block;
}
#section2 .textleft .boton:hover {
  transform: scale(1.1);
  text-decoration: none;
}
#section2.comprobante {
  text-align: center;
  padding: 20vh 0;
}
#section2 .textleft .boton:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  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;
}
#section3 h3{
  padding-bottom: 0px;
}
#section3 .bgbox .text {
  width: 50%;
  float: left;
  padding-left: 35px;
  padding: 0 50px;
  position: relative;
}
#section3 .bgbox .text:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background: #20005a;
}
#section3 .subtitle{
  font-family: 'Raleway-Light';
  color: #232323;
  font-size: 17px;
  text-align: center;
  padding-bottom: 20px;
}
#section4 {
  background: url(../images/img-iconos.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
#section4 .anchbig {
  width: 90%;
}
#section4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
}
#section4 h3 {
  color: white;
}
#section4 p {
  text-align: center;
  color: white;
}
#section4 .bgbox {
  padding: 20px 0;
}
#section4 .bgbox .box {
  width: 25%;
  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 .owl-carousel {
  box-shadow: 7px 0px 12px 0px rgba(0, 0, 0, 0.4);
}
#galeria .owl-carousel .item {
  height: 700px;
}
#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;
}
#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: 15px;
  font-family: 'Raleway-Light';
  line-height: inherit;
}
#ubicacion .bgbox .lbox {
  padding: 5px;
  float: left;
}
#ubicacion .bgbox .lbox.left {
  width: 35%;
}
#ubicacion .bgbox .lbox.right {
  width: 65%;
}
#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(33.33% - 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: 17px;
  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: 60px;
  padding-bottom: 10px;
}
#ubicacion .text p span {
  font-size: 110%;
}
#ubicacion .mapa {
  padding-top: 40px;
}
#ubicacion .mapa img {
  max-width: 100%;
  width: 100%;
}
#footerform .cell {
  background: rgba(35, 35, 35, 0.1);
  padding: 20px 20%;
}
#footerform .cell p {
  text-align: center;
}
#footerform .cell form .input-style {
  float: left;
  padding: 20px;
  width: 50%;
}
#footerform .cell form .input-style input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: solid 1px #383737;
  font-family: 'Raleway-Regular';
  padding: 5px 0;
  font-size: 17px;
  outline: none;
  color: #383737;
}
#footerform .cell form .input-style input::placeholder {
  color: #383737;
}
#footerform .cell form .dormitorios {
  padding-top: 20px;
  float: left;
  width: 100%;
}
#footerform .cell form .dormitorios .title {
  text-align: center;
  font-family: 'Raleway-Regular';
  font-size: 17px;
  color: #161616;
}
#footerform .cell form .dormitorios .dormchecks {
  text-align: center;
  padding-top: 10px;
}
#footerform .cell form .dormitorios .dormchecks input {
  width: 20px;
  display: inline-block;
}
#footerform .cell form .dormitorios .dormchecks span {
  font-family: 'Raleway-Regular';
  padding: 0px 20px;
}
#footerform .cell form .submits {
  width: 100%;
  float: left;
  padding: 20px;
  color: #383737;
  text-align: center;
}
#footerform .cell form .submits .checkbox {
  font-family: 'Raleway-Light';
  font-size: 13px;
}
#footerform .cell form .submits .checkbox a {
  color: #383737;
}
#footerform .cell form .submits .checkbox span {
  padding-left: 20px;
}
#footerform .cell form .submits .checkbox input {
  margin: 0;
}
#footerform .letrapq{
  text-align: center;
}
#footerform .cell form .submits .submit input {
  width: 200px;
  color: white;
  padding: 10px;
  background: #20005a;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  font-family: 'Raleway-Bold';
  border: solid 1px white;
  transition: .5s;
}
#footerform .cell form .submits .submit input:hover {
  background: none;
  color: #383737;
}
#footerform .oficina{
  padding: 20px 0;
  text-align: center;
}
#footerform .oficina span{
  color: #20005a;
}
footer {
  background: #20005a;
  color: white;
  padding: 30px 0;
}
footer p {
  font-family: 'Raleway-Light';
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
}
footer p a {
  color: white;
}
footer .redes{
  text-align: center;
  padding-bottom: 30px;

}
footer .redes img{
  width: 40px;
  margin: 0 5px;
  display: inline-block;
  transition: .4s;
}footer .redes img:hover{
  transform: scale(1.1);
}
#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;
}
@media only screen and (max-width: 1284px) {
  #section4 .anchbig {
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  section {
    padding: 40px 0;
  }
  #cabecera {
    height: 400px;
  }
  #cabecera .titles .logo img {
    width: 240px;
  }
  #cabecera h1{
    font-size: 30px;
  }
  #cabecera .titles h1 {
    font-size: 35px;
  }
  .destacado{
    width: 280px;
    font-size: 22px;
    padding: 25px 20px;
  }
  #section4 .anchbig {
    width: 100%;
  }
  section .anchbig {
    width: 95%;
  }
  #formulariotop form .submits {
    width: 100%;
    padding: 0 20px;
  }
  #formulariotop form .input-style.bg {
    width: 100%;
  }
  #formulariotop form .input-style .dormitorios .dormchecks span {
    padding: 0;
    padding-right: 20px;
  }
  #formulariotop form .submits .submit input {
    width: 200px;
  }
  #section2 .textleft {
    width: 100%;
    position: relative;
  }
  #section2 .imagen {
    width: 100%;
    position: relative;
    height: 350px;
  }
  #section2 h3 {
    text-align: center;
  }
  #section2 .textleft .boton {
    margin: 20px auto;
  }
  #galeria .owl-carousel .item {
    height: 450px;
  }
  #ubicacion .text .icono img {
    width: 60px;
  }
  #ubicacion p {
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .destacado{
    right: inherit;
    top: inherit;
    position: relative;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    background: #20005a;
  }
  #cabecera .titles{
    top: 10px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
  #cabecera .titles .titlebig{
    font-size: 5vw;
  }
  #cabecera h1{
    font-size: 25px;
  }
  #ubicacion .bgbox .lbox.left {
    width: 100%;
  }
  #ubicacion .bgbox .lbox.right {
    width: 100%;
  }
  #ubicacion .bgbox .lbox .mdbox {
    height: 360px;
  }
  #ubicacion .bgbox .lbox .smbox {
    height: 220px;
  }
  #galeria .owl-carousel .owl-nav {
    width: 100%;
  }
  #footerform .cell {
    padding: 20px 5%;
  }
  #section4 .bgbox {
    text-align: center;
  }
  #section4 .bgbox .box {
    width: 32.5%;
    display: inline-block;
    float: none;
  }
  section h3 {
    font-size: 22px;
  }
  #section3 .bgbox .text {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  header .logo{
    width: 150px;
    padding: 10px;
  }
  .destacado{
    font-size: 14px;
  }
  #cabecera .titles .logo{
    text-align: right;
    padding-right: 10px;
  }
  #cabecera .titles .logo img{
    width: 110px;
  }
  section{
    padding: 20px 0;
  }
  #cabecera h1{
    font-size: 20px;
  }
  #footerform .cell form .dormitorios .dormchecks span {
    padding: 0 25%;
  }
  #formulariotop form .input-style.md {
    width: 100%;
    padding: 10px;
  }
  #formulariotop form .input-style.bg {
    padding: 10px;
  }
  #formulariotop form .input-style .dormitorios .dormchecks span {
    padding: 0 25%;
  }
  #cabecera {
    height: 350px;
    min-height: 350px;
  }
  section p {
    font-size: 14px;
  }
  section h3 {
    font-size: 20px;
  }
  #cabecera .titles h1 {
    font-size: 25px;
    padding: 10px;
  }
  #section4 .bgbox .box img {
    width: 60px;
  }
  #ubicacion .bgbox .lbox .smbox {
    width: 100%;
    margin: 10px 0;
  }
  #section4 .bgbox .box {
    width: 49%;
  }
  #galeria .owl-carousel .item {
    height: 350px;
  }
  #section4 {
    background-attachment: inherit;
  }
  #ubicacion p{
    font-size: 12px;
  }
  #cabecera .titles .titlebig{
    font-size: 6vw;
  }
}
@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-Medium';
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}
