/* ==========================================================================
   General
   ========================================================================== */
html {
  color: #5a5a5c;
  font-size: 1em;
  line-height: 1.4;
}
html,
body {
  font: 16px/26px 'Open Sans', sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.wrapper {
  width: 90%;
  margin: 0 5%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Custom styles
   ========================================================================== */
.clear {
  clear: both;
}
.txt-upper {
  text-transform: uppercase;
}
body {
  padding-top: 50px;
}
a {
  color: #379bc6;
  text-decoration: none;
}
.main-container {
  max-width: 1150px;
  margin: 0 auto;
  overflow: auto;
}
.bg-rayitas {
  background: url('../img/lineas.png') no-repeat center;
  height: 7px;
  width: 100%;
}
.bg-rayitas.azul {
  background: url('../img/lineasAzul.png') no-repeat center;
}
.section {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.section.inicio {
  margin-bottom: 45px;
}
.section.inicio .marca-acodia {
  float: left;
  background: url('../img/logo_marca.png') no-repeat;
  width: 205px;
  height: 706px;
}
.section.inicio .right {
  float: left;
  width: calc(100% - 205px);
  box-sizing: border-box;
  padding-left: 25px;
}
.section.inicio .right .bg {
  float: left;
  position: relative;
  background: url('../img/principal.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 595px;
}
.section.inicio .right .bg .construyendo {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  max-width: 100%;
  height: auto;
  padding: 7px 10px;
  box-sizing: border-box;
}
.section.inicio .right .logo {
  float: left;
  display: block;
  background: url('../img/logo.png') no-repeat;
  width: 78px;
  height: 26px;
}
.section.inicio .right header {
  padding: 45px 25px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
}
.section.inicio .right header .btn-menu {
  display: none;
}
.section.inicio .right header .btn-menu .icon-menu {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('../img/icon-menu.svg') no-repeat;
}
.section.inicio .right header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FFF;
  border-bottom: 1px solid #ddd;
  padding: 30px 25px;
}
.section.inicio .right header.sticky .holder-menu {
  max-width: 1150px;
  margin: 0 auto;
}
.section.inicio .right header nav {
  display: block;
  float: left;
  padding-left: 35px;
}
.section.inicio .right header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.inicio .right header nav ul li {
  position: relative;
  padding: 0;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  /*&:after {
                                position: absolute;
                                content: '';
                                left: 1px;
                                width: 1px;
                                height: 17px;
                                background: @primary_color;
                                top: 4px;
                            }*/

}
.section.inicio .right header nav ul li a {
  position: relative;
  text-decoration: none;
  color: #5a5a5c;
  transition: all 0.35s ease;
}
.section.inicio .right header nav ul li a.active:before {
  position: absolute;
  content: '';
  top: 100%;
  width: 100%;
  height: 1px;
  background: #379bc6;
}
.section.inicio .right header nav ul li a:hover {
  opacity: .85;
}
.section.inicio .right header nav ul li:first-child:after {
  display: none;
}
.section.proyecto .img-holder {
  display: block;
  height: 366px;
  width: 100%;
  overflow: hidden;
}
.section.proyecto .img-holder.hg400 {
  height: 400px;
}
.section.proyecto .img-holder .image {
  background-size: cover!important;
  height: 100%;
  transition: all 0.5s ease;
}
.section.proyecto .img-holder .image1 {
  background: url('../img/foto01.jpg') no-repeat center;
}
.section.proyecto .img-holder .image2 {
  background: url('../img/foto02.jpg') no-repeat center;
}
.section.proyecto .img-holder .image3 {
  background: url('../img/foto03.jpg') no-repeat center;
}
.section.proyecto .img-holder .image4 {
  background: url('../img/foto04.jpg') no-repeat center;
}
.section.proyecto .img-holder .button {
  display: block;
  border: 1px solid #FFF;
  background: none;
  color: #FFF;
  text-align: center;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 17px;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.5s ease;
  position: relative;
  top: 100px;
  box-sizing: border-box;
}
.section.proyecto .img-holder:hover .image {
  transform: scale(1.035);
}
.section.proyecto .img-holder:hover .button {
  border-color: #FFF;
  background: #FFF;
  color: #5a5a5c;
}
.section.proyecto .cont-holder {
  padding: 10px 25px;
}
.section.proyecto .cont-holder h3 {
  color: #379bc6;
  margin-bottom: 30px;
}
.section.proyecto .cont-holder p {
  font-size: 0.95em;
  line-height: 1.5;
}
.section.proyecto .cont-holder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.proyecto .cont-holder ul li {
  display: block;
  margin-top: 5px;
  font-size: 0.95em;
}
.section.proyecto .cont-holder ul li:first-child {
  margin-top: 0;
}
.section.proyecto .cont-holder ol li {
  font-size: 0.95em;
}
.section.proyecto .cont-holder.top h3 {
  position: relative;
  left: 25px;
}
.section.proyecto .cont-holder.left {
  position: relative;
  top: 12px;
}
.section.proyecto .cont-holder.right h3 {
  text-align: right;
  position: relative;
  top: 12px;
}
.section.proyecto .cont-holder strong {
  font-size: 0.95em;
}
.section .header {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 45px;
  text-align: center;
  padding: 35px 15px;
  background: #379bc6;
  color: #FFF;
  text-transform: uppercase;
}
.section .header h1 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 28px;
  margin-bottom: 7px;
}
.section .header h2 {
  font-size: 18px;
  margin: 0;
}
.section .bg-rayitas.azul {
  background-position: left;
}
.section.mision {
  margin-top: 75px;
}
.section.mision .bg {
  position: relative;
  background: url('../img/foto05.jpg') no-repeat center;
  background-size: cover;
  height: 537px;
}
.section.mision .bg .recuadro {
  background-color: rgba(0, 0, 0, 0.45);
  color: #FFF;
  display: block;
  width: 65%;
  padding: 15px;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}
.section.mision .bg .recuadro h3 {
  text-transform: uppercase;
  margin: 0;
}
.section.mision .bg .recuadro .logo {
  display: inline-block;
  margin: 0 5px;
  background: url('../img/logo.png') no-repeat;
  width: 78px;
  height: 26px;
}
.section.contacto {
  margin-top: 75px;
  color: #FFF;
}
.section.contacto .bg {
  position: relative;
  background: url('../img/foto06.jpg') no-repeat left;
  background-size: cover;
  height: 537px;
}
.section.contacto .bg-rayitas {
  background-position: left;
}
.section.contacto .form-holder {
  float: right;
  width: 65%;
  display: table;
  height: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}
.section.contacto .form-holder .vCenter {
  display: table-cell;
  vertical-align: middle;
}
.section.contacto input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  background: #FFF;
  border: 0;
  border-radius: 6px;
  color: #5a5a5c;
}
.section.contacto .form-group {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-top: 7px;
}
.section.contacto .form-group:first-of-type {
  margin-top: 0;
}
.section.contacto .btn {
  border: 0;
  border-radius: 6px;
  padding: 13px 60px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 7px;
  float: right;
  box-sizing: border-box;
}
.section.contacto .btn.btn-primary {
  text-transform: uppercase;
  background-color: #379bc6;
  transition: all 0.35s ease;
}
.section.contacto .btn.btn-primary:hover {
  opacity: 0.85;
}
.row {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.row.separate {
  margin-top: 75px;
}
.row .col {
  float: left;
  box-sizing: border-box;
}
.row .col.col-3 {
  width: 33.3333%;
  padding: 0;
}
.row .col.col-50 {
  width: 50%;
}
.row .col.col-100 {
  width: 100%;
}
.row .col .holder {
  padding: 0 15px;
}
footer {
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 35px 15px;
  background: #3F3C3C;
  color: #FFF;
  margin-top: 75px;
}
footer .t1 {
  text-transform: uppercase;
  float: left;
  font-size: 0.95em;
}
footer .t2 {
  text-transform: uppercase;
  font-size: 0.9em;
}
footer a {
  font-weight: 600;
}
footer a:hover {
  text-decoration: underline;
}
footer #enlace_infocasas {
  float: right;
  display: block;
  width: 57px;
  height: 21px;
  background-image: url('../img/infocasas.png');
  background-position: center bottom;
  cursor: pointer;
  margin-right: 5px;
  z-index: 99999999;
  position: relative;
  cursor: default;
}
/* ==========================================================================
   Responsive styles
   ========================================================================== */
@media screen and (max-width: 1150px) {
  body {
    padding: 0;
  }
  .section.inicio .right {
    width: 100%;
    padding: 0;
  }
  .section.inicio .right header {
    position: fixed;
    z-index: 1;
    padding: 15px;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
  }
  .section.inicio .right header .btn-menu {
    position: absolute;
    right: 15px;
    display: inline-block;
  }
  .section.inicio .right header nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
  .section.inicio .right header nav ul {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  .section.inicio .right header nav ul li {
    float: left;
    width: 100%;
    padding: 0;
  }
  .section.inicio .right header nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    box-sizing: border-box;
  }
  .section.inicio .right header nav ul li a.active:before {
    left: 25px;
    right: 25px;
    width: auto;
  }
  .section.inicio .right .bg {
    padding-top: 56px;
  }
  .section.inicio .marca-acodia {
    display: none;
  }
  .section.proyecto .cont-holder {
    padding: 25px;
  }
  .section.proyecto .cont-holder.left,
  .section.proyecto .cont-holder.right,
  .section.proyecto .cont-holder.top {
    top: initial;
    left: initial;
    right: initial;
  }
  .section.proyecto .cont-holder.left h3,
  .section.proyecto .cont-holder.right h3,
  .section.proyecto .cont-holder.top h3 {
    top: initial;
    left: initial;
    right: initial;
    text-align: left;
  }
  .section.mision .bg .recuadro {
    position: relative;
    right: initial;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  .section.contacto .bg {
    background: #379bc6;
  }
  .section.contacto .form-holder {
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  .section.contacto .form-holder .btn {
    margin-top: 10px;
    border: 1px solid #FFF;
  }
  .row .col {
    width: 100%;
    padding: 0;
  }
  .row .col.col-3,
  .row .col.col-50 {
    width: 100%;
    padding: 0;
  }
}
.formError .formErrorContent {
  background: #379bc6;
}
.formError .formErrorArrow div {
  background: #379bc6;
}
