body {

  font-family: 'Open Sans', sans-serif!important;

  

  background-image: url('../img/fondo_formulario2.png')!important; /*MOD agregado*/

  background-position: center!important;/*MOD agregado*/

  background-repeat: repeat!important;/*MOD agregado*/

  background-size: 100%!important;/*MOD agregado*/

}

.hvr-underline-from-center {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px transparent;

  position: relative;

  overflow: hidden;

}

.hvr-underline-from-center:before {

  content: "";

  position: absolute;

  z-index: -1;

  left: 50%;

  right: 50%;

  bottom: 0;

  background: rgba(219, 37, 29,.8);

  height: 3px;

  -webkit-transition-property: left, right;

  transition-property: left, right;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-timing-function: ease-out;

  transition-timing-function: ease-out;

}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {

  left: 0;

  right: 0;

}

header {

  width: 100%;

  height: 70px;

  position: fixed;

  z-index: 9999;

  background: linear-background(left, rgba(0,0,0,.3)10%, black , rgba(0,0,0,.3)90%);

  background: -moz-linear-gradient(left,rgba(0,0,0,.3)10%, black , rgba(0,0,0,.3)90%);

  background: -webkit-linear-gradient(left, rgba(0,0,0,.3)10%, black , rgba(0,0,0,.3)90%);

}

header .header-main-container {

  display: flex;

  justify-content: center;

  align-items: center;

  padding-top: 10px;

}

header .brand {

  width: 311.225px;

  height: 52px;

  display: inline-block;

}

header .brand span#logo_header {

  width: 311.225px;

  height: 52px;

  position: absolute;

  z-index: 999;

  cursor: pointer;

}

header .brand iframe {

  height: 52px;

  border: none;

}

header .menu-container {

  display: inline-block;

  width: 50%;

}

header .menu-container ul{

  padding: 0;

  margin: 0;

  list-style: none;

  text-align: center;

}

header .menu-container ul li {

  display: inline-block;

  padding: 0 20px;

}

header .menu-container ul li a {

  padding: 8px 2px;

  text-decoration: none;

  font-size: 18px;

  color: #FFF;

}

header .menu-toggle {

  position: absolute;

  right: 40px;

  top: -200%;

  z-index: 9999;

}

header .menu-toggle span {

  font-size: 25px;

  color: #FFF;

  background-color: #000;

  padding: .5em;

}

header .menu-toggle span:hover {

  color: #000;

  background-color: #db251d;
  

}

.active {

  left: 0!important;

}

.slider {

  line-height: 0;

}

.slider iframe{

  height: 1000px;

  border: none;

  line-height: 0;

}

  

  .col-sm-4 {

  display: table;

  height: 100%;

 /* background-image: url('../img/fondo_lateral.png');*/

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  line-height: 0!important;

  border: 0!important;

  box-shadow: 0!important

}

  .description {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

  height: 1000px;

}

  .description h3 {

  color: #808080;

  margin: 10px 0;

}

  .col-sm-8 {

  padding: 0;

  height: 1000px;

}

.gallery {

  display: table;

  height: 100%;

}

.gallery .row {

  padding: 0;

  margin: 0;

  display: table-cell;

  vertical-align: middle;

  text-align: center;

}

.gallery .col-xs-3, .gallery .col-xs-6 {

  padding: 0;

}

.gallery .img {

  cursor: pointer;

}

.gallery .img img {

  width: 100%;

  height: 333.333px;

  cursor: pointer;

  /*opacity: 0.7;*/

  filter: url('#grayscale'); /* Versi��n SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */

  -webkit-filter: grayscale(30%);/*MOD antes 100%*/

  -moz-filter: grayscale(30%);/*MOD antes 100%*/

  -ms-filter: grayscale(30%);/*MOD antes 100%*/

  -o-filter: grayscale(30%);/*MOD antes 100%*/

  filter: grayscale(30%); /* Para cuando es est��ndar funcione en todos *//*MOD antes 100%*/

  filter: Gray(); /* IE4-8 and 9 */



  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

}



/*@-webkit-keyframes rotater {

0% { -webkit-transform:rotate(0) scale(1) }

100% { -webkit-transform:rotate(360deg) scale(1) }

100% { -webkit-transform:rotate(720deg) scale(1) }

}*/

.gallery .img:hover > img{

  -webkit-filter: grayscale(0%);

  -moz-filter: grayscale(0%);

  -ms-filter: grayscale(0%);

  -o-filter: grayscale(0%);

  filter: gray(); /*MOD agregado*/



  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -ms-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

  /*-webkit-animation-name:rotater;

  -webkit-animation-duration:800ms;

  -webkit-animation-iteration-count:1;

  -webkit-animation-timing-function: ease-out;

  -webkit-transform: scaleX(-1); /* Chrome y Safari

  -webkit-transition: 1200ms all ease-out;

  -o-transition: 1200ms all ease-out;

  transition: 1200ms all ease-out;

  opacity: 1;*/

}

.gallery .img .glyphicon {

  position: absolute;

  font-size: 30px;

  color: #FFF;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: -1;

}

.gallery .img:hover > .glyphicon {

  z-index: 1;

}

.contact-container {

  height: 100px;

  /* background-image: url('../img/fondo_formulario.png'); */ /*MOD comentariado*/

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}

.contact-container .container {

  display: table;

  height: 20%; /*MOD antes 100% */

}

.contact {

  width: 60%;

  margin: 0 auto;

  display: table-cell;

  vertical-align: middle;

  text-align: center;

}

.contact .title {

  margin-top: 30px;

  padding-bottom: 20px;

}

.contact .title p {

  color: #808080;

}

.contact input {

  width: 100%;

  padding: 10px 15px;

  margin-bottom: 20px;

  border: 1px solid #e4e4e4;

  border-radius: 5px;

}

input:focus {

  border-color: rgba(219, 37, 29,.8);

  outline: none;

  box-shadow: 0 0 8px rgba(219, 37, 29,.8);

}

input[type=submit]:hover{

  background-color: rgba(219, 37, 29,.8);

  color: #FFF;

}

.contact .social .redes ul {

  padding: 0;

  list-style: none;

}

.contact .social .redes ul li {

  display: inline-block;

  padding: 0 10px;

}

.contact .social .redes ul li a {

  text-decoration: none;

  font-size: 20px;

  color: #757575;

  padding: .5em;

  border: 2px solid #ddd;

  background-color: #fff;

  border-radius: 50%;

  display: inline-block;

  line-height: 1;

  transition: all .5s;

}

.contact .social .redes ul li a i {

  width: 1em !important;

  height: 1em !important;

  text-align: center;

  transform: rotate(0deg);

}

.contact .social .redes ul li a:hover {

  background-color: rgba(219, 37, 29,.5);

  border: 2px solid rgba(255,255,255,0);

  color: #fff;

}

footer {

  width: 100%;

  position: fixed;

  bottom: 0;

  background: linear-background(top, black, white);

  background: -moz-linear-gradient(left, white, black , white);

  background: -webkit-linear-gradient(left, rgba(0,0,0,.3)10%, black , rgba(0,0,0,.3)90%);

}

footer .copyright {

  padding: 10px 0;

}

footer p {

  text-align: center;

  color:#FFF;

  margin: 0;

  padding: 0;

}

.bggallery{

    position: fixed;

    background: rgba(0,0,0,0.7);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 9999;

    display: none;

}

.galeria{

  position: absolute;

  width: 100%;

  height: 100%;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

}

.galeria .content {

  position: absolute;

  width: 100%;

  bottom: 0;

}

.galeria .content .glyphicon {

  padding:.5em;

  border-radius: 50%;

  color:#FFF;

  font-size: 20px;

  cursor: pointer;

}

.galeria .content .glyphicon:hover {

  color: rgba(219, 37, 29,.8);

  background: rgba(255,255,255,.5);

}

.galeria .img {

  cursor: pointer;

  width: 90px;

  height: auto;

  border: 3px solid #fff;

}

.principal {

  width: 100%;

  height: 100%;

}

.galeria .img:hover{

  border: 3px solid rgba(219, 37, 29,.8);

}

.close {

  color: #fff!important;

  opacity: 1!important;

  top:20px!important;

  position: absolute!important;

  right: 20px!important;

  font-size: 20px!important;

}

.block{

  position: relative;

  width: 100%;

  height: 100%;

}

.block a{

    color: #dbdce1;

    text-decoration: none;

    font-family: Helvetica;

    padding: 8px;

    background-color: #11219b;

}

.block a:hover{

    background-color: #c42D3f;

    padding: 8px;

    color: #000;

}



.gallery{

  padding-bottom:35px;

}



@media screen and (max-width:1680px){

 

  .slider iframe{

    height: 875px;

    

  }

      .description,   .col-sm-8 {

    height: 100%;

  }

  .contact-container {

    height: 20vh;

  }

  .gallery .img img {

    height: 291.66px;

  }

}

@media screen and (max-width:1366px){

  .slider iframe{

    height: 702px;

    

  }

 

  /* ,   .description,   .col-sm-8 {

    height: 711.458px;

  }*/

  .gallery .img img {

    height: 237.15px;

  }

}

@media screen and (max-width:1280px){

  .slider iframe{

    height: 649px;

    

  }

     .description,   .col-sm-8, .contact-container {

    height: 100%;

  }

  .gallery .img img {

    height: 222.22px;

  }

}

@media screen and (max-width:1024px){

  header .menu-container ul li a {

    font-size: 14px;

  }

  .slider iframe{

    

    height: 660px;



  }

      .description,   .col-sm-8, .contact-container {

    height: 100%;

  }

  .gallery .img img {

    height: 177.77px;

  }

  .galeria .img {

    width: 70px;

  }

  .contact-container {

    padding-bottom: 40px;

  }

}

@media screen and (max-width:812px){

  header .menu-container ul li {

    padding: 0 0 0 0;

  }

  .galeria .img {

    width: 50px;

  }

}

@media screen and (max-width:768px){

  header .header-main-container {

    display: inherit;

    text-align: center;

  }

  header .menu-container {

    position: absolute;

    top: 70px;

    left: -200%;

    display: block;

    background-color: rgba(219, 37, 29,.7);

    -webkit-transition: 800ms all ease;

    -o-transition: 800ms all ease;

    transition: 800ms all ease;

  }

  header .menu-container ul {

    text-align: left;

    margin: 0;

  }

  header .menu-container ul li {

    display: block;

    border-bottom: 1px solid rgba(0,0,0,.7);

    position: relative; /*MOD agregado 17abr18*/

  }

  header .menu-container ul li:last-child {

    border: none;

  }

  header .menu-container ul li a {

    padding: 10px 20px;

    display: block; /*MOD agregado 17abr18*/

  }



  /* MOD agregado 17abr18*/

  /*----------------------*/

  header .menu-container ul li:hover .dropdown-menu{

      display: block;

  }



  header .menu-container ul li .dropdown-menu{

    display: none;

    position: absolute;

    /*background: gray;*/

  }



  /*fin MOD agregado 17 abr 18 */

  /*----------------*/



  /*header .menu-container ul li a:hover { MOD 1 ABR 2020 se puso en comentarios

    color: #000;

  }*/

  header .menu-container ul li .hvr-underline-from-center:before {

    background: none;

  }

  header .menu-toggle {

    top: 10px;

  }

  /*

  .slider iframe{

    height: 300px;

  }*/

  

  .description, .col-sm-8 {

    height: 100%;

  }

  .contact-container {

    height: 100%;

    padding: 100px 0 140px 0;

  }

  .gallery .img img {

    height: 133.33px;

  }

  .contact {

    width: 60%;

  }

  .gallery{

    padding-left:40px;

  }

/* .contact-container {



  } MOD comentariado */

  .block {

    display: flex;

    justify-content: center;

    align-items: center;

    height: auto;

  }

}

@media screen and (max-width:736px){

  .slider {

    width: 100%;

    height: 100vh;

  }

  .slider iframe{

    height: 100%;

  }

      .col-sm-8, .contact-container {

    height: 100%;

  }



  .description {

    height: 100%;

  }



  .gallery .img img {

    height: 200px;

  }

 

    .col-sm-4 {

    width: 100%;

    height: 100%;

    z-index: 0;

  }

   

}



@media screen and (max-width:667px){

  .galeria .img {

    width: 40px;

  }

  .gallery .img img {

    height: auto;

  }

  

}

@media screen and (max-width:568px){

  .galeria .img {

    width: 35px;

  }

  header .menu-toggle {

    left: -200px;

  }



}

@media screen and (max-width:480px){

   .galeria .img {

    width: 30px;

  }

  .galeria .content .glyphicon {

    font-size: 16px;

  }

  .block {

    height: auto;

  }

  .close {

    top: 10px!important;

    right: 10px!important;

    font-size: 20px!important;

  }

}

@media screen and (max-width:414px){

  header .menu-toggle {

    right: 20px;

  }

  .galeria .img {

    width: 25px;

  }

}

@media screen and (max-width:375px){

  .galeria .img {

    width: 20px;

  }

}

@media screen and (max-width:320px){

  .galeria .img {

    width: 25px;

  }

}



/****************Contenido style2.css**/

.hide-bullets {

  list-style:none;

  margin-top:0px;

  padding:0;

}



/*Creado el 26 de Enero 2020, para crear un menú flotante de los botones Diseño, Construcción y Lotes 

que fueron removidos de la parte inferior de la página index, al final no se usaron y se incluyeron en

el submenú Nuestros Proyectos*/

#desplegable li{

padding: 0;

display:inline;

text-align:left;



}



#desplegable a{

color:black;

font-size:14px;



}



#desplegable ul{

  background-color:#db251d;

  margin: 10 10 10 10;

}



#desplegable a:hover {

  background:  salmon;

  color:white;

}



/*Terminan los botones flotantes que no se usaron finalmente*/



/*Los siguientes se crearon para dar formato a los títulos de la lista desplegable del menú nuevo*/

#titulo {

  background-color:#db251d;

  text-align: center!important;

}



#titulo li {

  color:white;

  font-weight: bold;

}

.dropdown-header{

background-color:#db251d;

}



.container-fluid .row{

  text-align: center;

}





#lotes{

      padding-right: 0;

     

      padding-bottom: 35px;

  }



@media screen and (max-width:1366px){

.col-md-3 {

      float: left;

      width:50%;

      }

     

} 



@media screen and (max-width:1280px){

  .col-md-3 {

      float: left;

      width:45%;

  }

  .galeria{

      position: relative;

     

    }

 

}  





@media screen and (max-width:1007px){

  .col-md-3 {

      float: left;

      width:25%;

  }

 

} 



@media screen and (max-width:812px){

  .col-md-3 {

      float: left;

      width:25%;

   }

}  



@media screen and (max-width:667px){

.col-md-3 {

  float: left;

  width:25%;

}

.container-fluid h2 {

  font-size: 20px;

  height: 15px!important;

}



.container-fluid .row{

  height: 15px!important;

}



#lotes{

  padding-bottom: 35px;

  padding-left:25px;

}



.description h3 {

  display: none;

}

}    



@media screen and (max-width:568px){

  .col-md-3 {

      float: left;

      width:50%;

   }

} 
