* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-family: 'CenturyGothic';
}

a:hover{
    text-decoration:none;
}

.bottom-line{ /* Separador Rojo Intermedio */
    background: #000000;
    background-size: cover;
    height:36px;
    margin:0;
}

.bottom-line2{ /* Separador Rojo Intermedio */
    background: url(../img/bg-menu.jpg);
    background-size: cover;
    height:36px;
    margin:0;
}

.espaciador{ /* Espacio blanco */
    width:100%;
    height:75px;
}

.first-space{ /* Espacio superior que impide que el menú cubra el primer elemento en la página*/
    margin-top:75px;   
}

.padding-big{
    padding:60px;
}

.padding-little{
    padding:15px;
}

.padding-bottom{
    padding-bottom:30px;
}


.hide-on-mobile{
    display:inline-block;
}

.show-on-mobile{
    display: none;
}

.vermas-cons{
    width:200px;
    margin:0 auto;
    padding:30px 0;
}

.vermas-cons a:link,
.vermas-cons a:visited,
.vermas-cons a:active{
    background: url(../img/bg-button.jpg);
    color:#ffffff;
    padding:5px 15px;
    text-transform: uppercase;
    border-radius:30px;
    font-size: 13px;
}

.vermas-cons a:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@font-face {
  font-family: 'CenturyGothic';
  src: url('../font/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../font/CenturyGothic.woff') format('woff'), url('../font/CenturyGothic.ttf')  format('truetype'), url('../font/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'bravoiz';
    src: url('../font/bravoiz.eot?38689231');
    src: url('../font/bravoiz.eot?38689231#iefix') format('embedded-opentype'),
        url('../font/bravoiz.ttf?38689231') format('truetype'),
        url('../font/bravoiz.svg?38689231#bravoiz') format('svg');
    font-weight: normal;
    font-style: normal;
}
     
     
.bravo-icon {
    font-family: "bravoiz";
    font-style: normal;
    font-weight: normal;
    speak: none;
     
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
     
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
     
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
     
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
     
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

.links-inicio{
    position: absolute;
    background:#000000;
    display: inline-block;
    height:80px;
    width:100%;
    top:0;
    z-index:9999;
    text-align:right;
    padding:12px;
}

/*.................POSICIONAMIENTO EN SCROLL E IMG CAPTIONS.................*/

#proyecto, #inicio, #empresa, #futuros-proyectos, #inversionistas, #contacto{
    margin-top:-70px;
    padding-top:70px;
}

#galeria-constructora{
    margin-top: -100px;
    padding-top:100px;
}

.contenedor-img{
    position:relative;
    width:100%;
}

.contenedor-caption{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.5);
    color:#ffffff;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s linear;
}

.contenedor-caption:hover{
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    cursor: pointer;
}

.contenedor-caption h1{
    font-size:40px;
    width: 100%;
    margin:0;
}

.contenedor-caption h2{
    font-size:20px;
    width: 100%;
    margin:0;
}

.contenedor-caption p {
    font-size:18px;
    margin:0;
}

.contenedor-caption-inv{
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    transition: all 0.2s linear; 
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenedor-caption-inv:hover{
    background: rgba(0, 0, 0, 0.5);
    color:#ffffff;
    transition: all 0.2s linear;
    cursor: pointer;
}

.contenedor-caption-inv h1{
    font-size:30px;
    width: 100%;
    margin:0;
}

/*.................MENU Y CABECERA.................*/
.navbar-img{
    width:70px;
    height:auto;
}

.menu-top{
    background-color:#000000;
    position:fixed;
    top:0;
    width:100%;
    z-index:8888;
    margin-left:0;
    height:75px;
}

.menu-top2{
    background:#000000;
    position:fixed;
    top:0;
    width:100%;
    z-index:8888;
    margin-left:0;
    height:75px;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;

}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active {
  border-bottom:1px solid #ffffff;
}

.nav-item{
    margin-bottom:0px;
    font-size:12px;
}


.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    border-bottom:1px solid #ffffff;
    color:#ffffff;
}

.vertical{
    width:1px;
    background:#ffffff;
    margin:10px;
    height:20px;
}

.empresa-bg{
    width: 100%;
    height:700px;
    background-image: url(../img/slider2.jpg);
    background-size: cover;
    margin-left:0px;
    position:relative;
}

.empresa-texto{
    position:absolute;
    width:500px;
    top:80px;
    right:250px;
}

.redes-sociales{
    margin-left:50px;
    font-size:30px;
}

.redes-sociales a:link, .redes-sociales a:visited{
    color:#ffffff;
}

.redes-sociales a:hover{
    color: rgba(255, 255, 255, 0.5);
}

.redes-sociales-index{
    margin-left:50px;
    font-size:20px;
    position:absolute;
    right:40px;
}

.redes-sociales-index a:link, .redes-sociales-index a:visited{
    color:#ffffff;
}

.redes-sociales-index a:hover{
    color: rgba(255, 255, 255, 0.5);
}

/*.................SLIDER INICIO.................*/

.parallax-slider {
    position: relative;
}

.parallax-slider p{
    font-size:25px;
    margin-left:30px;
}

.slider-wrapper {
    white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.sliderr {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  display: inline-block;
  width: 100%;
  height: 650px;
  flex-shrink: 0;
  transition: 0.9s ease-in-out transform;
  backface-visibility: hidden;
}

.slide-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.slide-indicator ol {
  display: inline-block;
}
.slide-indicator li {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.slide-indicator li:hover {
  background: #f16876;
}

.slide-indicator li.active {
  background: #f16876;
}

.sliderr::before {
  content: '';
  display: inline-block;
  height: 50%;
}

.content {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align:top;
  white-space: normal;
  color: #fff;
  transform: translate(-5px);
}

.caption {
  padding: 170px 0 0 0;
  transition: 0.4s;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translatey(200%);
}
.caption h1 {
    font-size: 25px;
    font-weight: bold;
    line-height:12px;
}

.slide-active .caption {
  transform: translatey(0);
  opacity: 1;
}

.home {
  height: 1000px;
  position: relative;
}

.slide1 {
  background: url("../img/slider1.jpg") top center;
}

.slide2 {
  background: url("../img/slider6.jpg") top center;
}

.slide3 {
  background: url("../img/slider2.jpg") top center;
}

/*..........FLEXBOX INVERSIONISTAS..........*/

#promociones{
    width:100%;
    padding-top:50px;
    display:flex;
    flex-direction: row;
}

.promo-flex1{
    display: flex;
    flex-direction: column;
    width:40%;
}

.promo-flex2{
    display: flex;
    flex-direction: colum;
    width:60%;
}

.prom{
    background-image: url(../img/inv-foto.jpg);
    background-size:cover;
    width:100%;
    position:relative;
}

.inv-texto{
    width:600px;
    padding-top:50px;
    margin:0 auto;
}

.inv-animacion1{
    -webkit-animation: fadeInRight 0.5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInRight 0.5s ease-in-out;
}

.inv-animacion2{
    -webkit-animation: fadeInLeft 0.5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInLeft 0.5s ease-in-out;
}

.promo-flex1 img:last-child{
    animation-duration: 0.7s;
}

/*..........FORMULARIO..........*/

.formulario input {
    padding: 10px; 
    color: #666666; 
    margin-bottom: 10px; 
    width: 100%; 
    font-family: 'Raleway', sans-serif;
    font-size: 14px; 
    border: none; 
    border-bottom: 1px solid #dedede; 
    background-color: #ffffff;
}


.formulario textarea {
    padding: 10px; 
    color: #666666; 
    margin-top:5px;
    margin-bottom: 15px; 
    width: 100%; 
    font-family: 'Raleway', sans-serif;
    font-size: 14px; 
    height: 100px;  
    border: 1px solid #dedede; 
    background-color: #f2f0f0;
}

.formulario h1 {
    font-size: 22px;
    text-transform:uppercase;
    color:#222222;
    letter-spacing: 1px;
}

.formulario button {
    background-color: #A9A971; 
    border-radius: 0px; 
    border: none; 
    color: #fff; 
    width: 50%; 
    padding: 10px 5px;
}

.formulario button:hover {
    background-color: #56ABDE;
    color:#ffffff;
}

.video-mobile{
    display:none;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #E22227;
  color: white;
  padding: 2px 10px;
    border-radius:20px;
    margin:0 0 20px 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
    display:inline-block;
    width:100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
    width:100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #000000;
}

/*..........Responsive..........*/

@media (max-width: 767px) {
    .flex{
        width:100%;
        flex-direction: column;
        margin-left:0px;
    }
    
    .caja1{width:30%;}
    
    .caja2{
        width:70%; 
        padding:10px;
        text-align: center;
    }
    
    .caja3{width:13%;}
    
    .flex2{
        width:100%;
        flex-direction: column;
        margin-left:0;
        align-items: center;
        bottom:35px;
    }
    
    .pad-l{ padding-left:10px; }
    
    .texto1, .texto2, .texto3{
        display: inline-block;
        font-size:35px;
        margin-bottom:5px;
        text-shadow:2px 2px 5px rgba(0, 0, 0, 0.8);
    }
    
    .texto3 {line-height:30px;}
    
    .footer{
        font-size:12px;
    }
    
    .content { width: 100%; }
    

}

.modal-body select {
    height: 30px;
    padding: 4px 30px 4px 9px!important;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: "";
    background-image: url(img/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    z-index: 999;
}

/*.................VIDEO INICIO.................*/

.fondo-video{
    width:100%;
    height:100vh;
    margin:0 auto -10px auto;
}

/*.................PROYECTOS.................*/

h1.proyectos{
    width:100%;
    background-color: #000000;
    padding:10px 0px;
    color:#ffffff;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:0px;
    font-size:26px;
}

h1.proyectos2{
    width:100%;
    background:#000000;
    padding:10px 0px;
    color:#ffffff;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:0px;
    font-size:26px;
}

.hover-text-block{
    position:relative;
    width:100%;
}

.ht-text{
    position:absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.7);
    width:100%;
    height:100%;
    text-align:center;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s linear;
}

.ht-text:hover{
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
}

.ht-text h1{
    font-size:40px;
    line-height:30px;
}

.ht-text h2{
    font-size:25px;
    line-height:15px;
    }

.ht-text h3{
    font-size:20px;
}

.ht-text p{
    font-size:15px;
    line-height:8px;
}

.mm-location-mobile{
    display:none;
}

.hover-text-block2{
    position:relative;
    width:100%;
}

.ht-text2{
    position:absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0);
    width:100%;
    height:100%;
    text-align:center;
     color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s linear;
}

.ht-text2:hover{
    background: rgba(0, 0, 0, 0.7);
    color:#ffffff;
    transition: all 0.2s linear;
}

.ht-text2 h1{
    font-size:40px;
    line-height:30px;
}

.ht-text2 h2{
    font-size:25px;
    line-height:15px;
    }

.ht-text2 h3{
    font-size:20px;
}

.ht-text2 p{
    font-size:15px;
    line-height:8px;
}

/*.................SECCIÓN CLUB INVERSIONISTAS.................*/

.top-inversion{
    margin-top:60px;
}

.parallax-section {
  height: 100vh;
  max-height: 100vh;
  background: #fbfbfb;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.parallax-section h1 {
  margin-top: 0;
}

.parallax-section span, .inversion span{
    font-size:30px;
    color:#000000;
    font-weight:bold;
    width:60%;
    text-align:center;
    margin-top:50px;
}

.parallax-section.parallax1 {
  background: url("../img/slider5.jpg") fixed;
  background-size: cover;
}

.text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 50vh;
}

.logo-link{
    width:70px;
    height:auto;
    margin-top:100px;
}

.inver-img{
    width:70%;
}

.inversion {
  height: 100vh;
  max-height: 100vh;
  background: #fbfbfb;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inversion.parallax2 {
  background: url("../img/bg_inv_pp.jpg") center fixed;
  background-size: cover;
}

.inversion form{
    width:50%;
    margin-top:30px;
    text-align:center;
}

.inversion input {
    width:100%;
    background: rgba(0, 0, 0, 0.0);
    border:1px solid #000000;
    margin-bottom:10px;
    padding:5px 20px;
    font-size:14px;
    color:#ffffff;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
}

.inversion input::placeholder{
    color:#000000;
}

.boton-inv{
    background: #1d9cc5;
    color:#ffffff;
    padding:5px 20px;
    font-size:20px;
    border-radius:5px;
    font-weight:bold;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-transform:uppercase;
    border:none;
}

.boton-inv:hover{
    background: #ffffff;
    color:#1d9cc5 !important;
    border:none;
    outline:0;
}

.inver-text{
    text-transform:uppercase;
    text-align:center;
}

.textoinv-1{
    font-size:55px;
    line-height:50px;
}

.textoinv-2{
    font-size:70px;
    line-height:75px;
    margin-bottom:40px;
}

.inv-ribbon {
    position:absolute;
    top:70px;
    left:0px;
}


/*.................SECCIÓN CONTACTO.................*/

.bg-contacto{
    background-image: url(../img/bg-contacto.jpg);
    background-size:cover;
}

.formu-contacto{
    padding:50px 0px;
    text-align:center;
}

.formu-contacto a:link, .formu-contacto a:visited, .formu-contacto a:active{
    color:#ffffff;
}

.formu-contacto a:hover{
    color:#ffffff;
}

.formu-contacto h2{
    color:#ffffff;
    font-weight: bold;
    font-size:18px;
    text-align:center;
    margin-bottom:20px;
}

.formu-contacto h3, .contacto h3{
    color:#ffffff;
    font-weight: bold;
    font-size:15px;
    text-align:center;
    margin-bottom:20px;
}

.contacto p{
    color:#ffffff;
    line-height:10px;
    text-align:center;
    font-size:13px;
}

.formu-contacto input {
    width:100%;
    background: rgba(0, 0, 0, 0.0);
    border:1px solid #ffffff;
    margin-bottom:10px;
    padding:5px 20px;
    font-size:14px;
    color:#ffffff;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
}

.formu-contacto input::placeholder{
    color:#bbbbbb;
}

.mensaje{
    width:100%;
    background: rgba(0, 0, 0, 0.0);
    border:1px solid #ffffff;
    margin-bottom:10px;
    padding:10px;
    height:190px;
    color:#ffffff;
    font-size:14px;
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}

.mensaje::placeholder{
    color:#bbbbbb;
}

.boton-envio{
    background: rgba(0, 0, 0, 0.5);
    color:#ffffff;
    padding:5px 20px;
    font-size:14px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-transform:uppercase;
    border:none;
}

.boton-envio:hover{
    background: rgba(0, 0, 0, 0.7);
    border:none;
    outline:0;
}

.final-line{
    background: #000000;
    height:115px;
    margin:0;
}

.final-line2{
    background:#000000;
    height:150px;
    margin:0;
}

.final-line2 span {
    margin-top:40px;
    float:right;
    margin-right:40px;
}

.final-line2 span a:link, .final-line2 span a:active, .final-line2 span a:visited{
    color:#ffffff;
    text-transform: uppercase;
    font-weight:bold;
    letter-spacing:2px;
    font-size:14px;
    padding-bottom:5px;
}

.final-line2 span a:hover{
    border-bottom:1px solid #ffffff;
}

.ejecutiva{
    text-align:center;
    color:#ffffff;
    margin-top:20px;
    line-height:10px;
}

.ejecutiva h1{
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
    margin-bottom:10px;
}

.ejecutiva h2{
    font-size:11px;
    margin-top:10px;
}

.ejecutiva p {
    font-size:12px;
    line-height:15px;
    margin-bottom:0;
}

.ejecutiva p a:link, .ejecutiva p a:visited, .ejecutiva p a:hover{
    color:#ffffff;
}

.ejecutiva img {
    margin:0;
    padding:0;
}

/*.................PROYECTOS PÁGINAS INDIVIDUALES.................*/

.proyecto-titulo{
    background: #000000;
    width:100%;
    padding:10px 20px;
    color:#ffffff;
    text-align:center;
}

.proyecto-titulo h1{
    font-size:24px;
}

.int-proyecto{
    text-align:center;
    margin-top:50px;
}

.boton{
    background: #9d1a16;
    color:#ffffff;
    padding:10px 20px;
    font-size:13px;
    margin-top:20px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    text-transform:uppercase;
    border:none;
    display:inline-block;
}

.boton:hover{
   -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    color:#ffffff;
}

.caracteristicas{
    color:#808080;
    padding:100px;
}

.flex-center{
    width:90%;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.flex-center div{
    width:50%;
    padding:15px;
    text-align:center;
}

.boton-cotiza{
    background: #9d1a16;
    color:#ffffff;
    width:350px;
    display:block;
    text-align:center;
    margin:0 auto;
    font-weight:bold;
    letter-spacing: 3px;
    padding:10px 20px;
    font-size:15px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    text-transform:uppercase;
    border:none;
}

.boton-cotiza:hover{
   -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    color:#ffffff;
}

/* PUNTA PACÍFICO */

.puntap-footer{
    text-align: center;
    color:#555555;
}

.puntap-footer a:link, .puntap-footer a:active, .puntap-footer a:visited{
    color:#95341f;
    font-weight: bold;
    font-size:25px;
}

.boton-azul{
    color:#ffffff !important;
    background:#00708f;
    font-weight:normal !important;
    text-transform:uppercase;
    padding:7px 60px;
    font-size:13px !important; 
    border-radius:7px;
}

.boton-azul:hover{
    background:#999999;
}

.tipo-depto{
    background:#b3222b;
    color:#ffffff;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing: 2px;
    font-weight:bold;
    padding:6px 40px;
    width:40%;
    text-align:center;
    float:left;
    margin-left:20px;
    display:block;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    margin-bottom:20px;
} 

.tipo-depto:hover{
    background:#6f0e0e;
    text-decoration: none;
    cursor: pointer;
}

.pptexto-inicio{
    background:#1aacc4;
    color:#ffffff;
    padding:80px;
    font-size:17px;
    text-align:center;
    width:100%;
    line-height:auto;
    
}

/* Tierra Patagonia */

.patagonia{
    margin-top:50px;
    color:#808080;
    scroll-behavior: smooth;
}

.centrar{
    text-align:center;
}

.patagonia h2{
    text-align:center;
    font-size:24px;
    text-transform:uppercase;
}

.patagonia p{
    text-align:center;
    font-size:16px;
    margin-top:10px;
}

.tipo-planta{
    background:#b3222b;
    color:#ffffff;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing: 2px;
    font-weight:bold;
    padding:2px 0px;
    width:250px;
    text-align:center;
    display:inline-block;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    margin-top:20px;
} 

.tipo-planta:hover{
    background:#6f0e0e;
    text-decoration: none;
    cursor: pointer;
}

.tp-type{
    text-align:center;
    margin-bottom:15px;
    color:#111111;
    font-size:18px;
}

.tptexto-inicio{
    background:#624337;
    color:#ffffff;
    padding:80px;
    font-size:17px;
    text-align:center;
    width:100%;
    line-height:auto;   
}

.tp-location-mobile{
    display:none;
}


/* Mares de Montemar */

.monte-map{
    background-image: url(../img/bg-montemar.jpg);
    background-repeat:repeat-x;
}

.monte-map p{
    margin-top:50px;
}

.monte-map a:link, .monte-map a:visited, .montemar a:active{
    color:#FFFFFF;
    background:#0490ca;
    padding:2px 5px;
    font-weight:bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing:1px;
}

.monte-map a:hover{
    background:#DC6A22;
    text-decoration: none;
}

.mmtexto-inicio{
    background:#7dc4ed;
    color:#ffffff;
    padding:80px;
    font-size:17px;
    text-align:center;
    width:100%;
    line-height:auto;
    
}

/* Connection */

.ctexto-inicio{
    background:#000000;
    color:#ffffff;
    padding:80px 0;
    font-size:17px;
    text-align:center;
    width:100%;
    line-height:8px;
    
}

.con-galeria-bg{
    background-image: url(../img/bgcon-lightbox.jpg);
    background-size: cover;
    margin:0;
}

.con-gallery{
    margin: 0 auto;
    display: flex;
    width:100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.image-con{
    width:20%;
    margin:0;
    padding:0; 
    -webkit-filter: grayscale(100%);
    transition:filter 0.4s;
    -webkit-transition:-webkit-filter 0.7s;
}

.image-con:hover{  
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.plantas{
    margin:0;
    padding:60px 0 80px 0;
    text-align:center;
    align-items: flex-end;
}

h1.plantas{
    text-align:center;
    text-transform:uppercase;
    font-size:25px;
    color:#666666;
    padding-bottom:30px;
    background-image: url(../img/simple-line.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom:0px;
}

.top-plantas{
    margin-top:95px;
}

.info-plantas{
    padding-top:-300px;
    background:#333333;
}

.red-bg{
    padding-top:96px;
    text-align: center;
}

.texto-dormitorios{
    line-height:12px;
    font-family: 'CenturyGothic';
}

.texto-dormitorios h1{
    display:block;
    font-family: 'CenturyGothic';
    color:#FFFFFF;
    font-weight: bolder;
    font-size:24px;
    text-transform:uppercase;
    padding:5px 0;
    margin-bottom:3px;
}

.texto-dormitorios p{
    display:inline;
    width:50%;
    font-size:20px;
}

.texto-dormitorios p:nth-child(2) {
    margin-right:10px;
    border-right:1px solid #c0c0c0;
    padding-right:10px;
    letter-spacing:1px;
}

.tabla-caracteristicas{
    text-align:center;
}

.tabla-caracteristicas h2{
    width:49%;
    display:inline-block;
    background:#e60000;
    font-family: 'CenturyGothic';
    color:#ffffff;
    font-size:15px;
    padding:3px 0;
    margin-bottom:0;
}

.tabla-caracteristicas h2:nth-child(1){
    margin-right:-2px;
}

.tabla-caracteristicas h2:nth-child(2){
   margin-left:-2px;
}

.tabla-caracteristicas p {
    width:48%;
    display:inline-block;
    font-size:11px;
    margin-bottom:0;
    border-bottom:1px solid #c0c0c0;
}

.tabla-caracteristicas p:nth-child(2n+1){
    margin-left:-1px;
    border-left:1px solid #c0c0c0;
    margin-top:-1px;
}

.tabla-caracteristicas p:nth-child(2n){
    margin-right:-1px;
    margin-left:-2px;
    margin-top:-1px;
    width:50%;
    border-right:1px solid #c0c0c0;
    border-left:1px solid #c0c0c0;
}

.tabla-caracteristicas p:nth-child(3), .tabla-caracteristicas p:nth-child(4){
    border-top:1px solid #ffffff;
}

.tabla-caracteristicas p:nth-child(5), .tabla-caracteristicas p:nth-child(6){
    margin-top:-3px;
}

.tabla-caracteristicas p:last-child{
    border-left:0;
}

.mob-box{
    border-bottom:2px solid #dedede;
    margin-right:20px;
    margin-left:20px;
    padding:30px 0px;
}

.habitacion{
    position: relative;
    background: #e11921;
    width:250px;
    height:250px;
}

h2.elige{
    text-align:center;
    text-transform:uppercase;
    font-size:18px;
    color:#666666;
    padding-bottom:15px;
    background-image: url(../img/simple-line.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom:20px;
    margin-top:15px;
    -webkit-animation: fadeInLeft 0.5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInLeft 0.5s ease-in-out;
}

.lista-deptos a:link, .lista-deptos a:visited{
    padding: 5px;
    border:1px solid #cecece;
    color: #444444;
    margin-bottom: 3px;
    cursor: pointer;
    border-radius:5px;
    display:block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-animation: fadeInLeft 0.5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInLeft 0.5s ease-in-out;
}

.lista-deptos a:hover{
    background:#e60000;
    color: #ffffff;
    border:1px solid #e60000;
}

.lista-deptos a:nth-child(1) {
    animation-duration: 0.5s;
}

.lista-deptos a:nth-child(2) {
    animation-duration: 0.8s;
}
.lista-deptos a:nth-child(3) {
    animation-duration: 1.1s;
}
.lista-deptos a:nth-child(4) {
    animation-duration: 1.4s;
}
.lista-deptos a:nth-child(5) {
    animation-duration: 1.7s;
}
.lista-deptos a:nth-child(6) {
   animation-duration: 2s;
}
.lista-deptos a:nth-child(7) {
    animation-duration: 2.3s;
}
.lista-deptos a:nth-child(8) {
    animation-duration: 2.6s;
}
.lista-deptos a:nth-child(9) {
    animation-duration: 2.9s;
}
.lista-deptos a:nth-child(10) {
    animation-duration: 3.2s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.ani-img{
    -webkit-animation: fadeInRight 0.5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInRight 0.5s ease-in-out;
    padding-right:20px;
}

.ani-box{
    -webkit-animation: fadeInLeft 0.5s ease-in-out; /* Chrome, Safari, Opera */
    animation: fadeInLeft 0.5s ease-in-out;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.black-line{
    border-left:1px solid #111111;
    padding-left:40px;
}

.cotizar-blanco{
    background: #e60000;
    color:#ffffff;
    padding:5px 20px;
    font-size:18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:none;
}

.cotizar-blanco:visited{
    background: #e60000;
    color:#ffffff;
}

.cotizar-blanco:hover{
    background:#111111;
    color:#ffffff;
}

.modal-title {
  margin-bottom: 0;
    font-weight:bold;
    text-transform:uppercase;
  line-height: 1.5;
}

a.volver:link{
    background: #ffffff;
    color:#aaaaaa;
    border:2px solid #dedede;
    padding:5px 20px;
    border-radius:5px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    text-transform:uppercase;
    font-size:13px;
    margin-top:-15px;
}

a.volver:visited{
    color:#aaaaaa;
}

a.volver:hover{
    background:#f2f0f0;
    color:#555555;
    border:2px solid #eeeeee;
}

a.volver-blanco:link, a.volver-blanco:visited{
    padding:5px 20px;
    text-transform:uppercase;
    font-size:17x;
    background:#ffffff;
    border:1px solid #e60000;
    color:#e60000;
}

a.volver-blanco:hover{
    background: #e60000;
    color:#ffffff;
}

.modal-body input{
    display:inline;
    width:100%;
    border:1px solid rgba(255, 0, 0, 0.5);
    border-radius:5px;
    margin-bottom:20px;
    padding:0px 10px;
}

.modal-body input:focus{
    border:2px solid  rgba(0, 0, 0, 0.5);
}

.modal-body textarea{
    display:inline;
    width:100%;
    border:1px solid rgba(255, 0, 0, 0.5);
    border-radius:5px;
    margin-bottom:20px;
    height:50px;
    color:#888888;
}

.map{
    margin:0;
    position: relative;
}

.logo-map{
    position:absolute;
    width:141px;
    height:141px;
    top:96px;
    right:0;
}

.location-desktop{
    margin-left:100px;
    margin-top:-450px;
    padding-top:40px;
    font-family:'MyriadPro-Light',Sans-Serif;
    padding-bottom: 40px;
    color:#ffffff;
    height:280px;
    display:block;
    z-index:100;
}

.location-mobile{
    display:none;
}

.pp-location-mobile{
    display:none;
}

.icon-map{
    float:left;
    font-size:25px;
}

.text-map{
    float:left;
    font-size:20px;
    line-height:41px;
}

.gradient{
    background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(transparent), to(rgba(0, 0, 0, 0.6)));
    width:70%;
    height:600px;
    position:absolute;
    top:0;
    z-index:50;
}

a.informacion:link{
    background: url(../img/bg-button.jpg);
    color:#ffffff;
    padding:5px 20px;
    border-radius:15px;
    -moz-border-radius:15px;
    letter-spacing:1px;
    -webkit-border-radius:15px;
    text-transform:uppercase;
    font-size:13px;
}

a.informacion:visited{
    color:#ffffff;
}

a.informacion:hover{
   -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    border-bottom:0px; 
}

.map a:link, .map a:active, .map a:visited {
    color:#ffffff;
} 

.map a:hover{
    color:#ffffff;
}

/*.................GALERÍA LIGHTBOX.................*/


.galeria-bg{
    background-image: url(../img/bg-lightbox.jpg);
    background-size: cover;
    margin:0;
}

.galeria-bg-celeste{
    background-color:#1aacc4;
}

.galeria-bg-celeste2{
    background-color:#7dc4ed;
}

.gallery{
    margin: 0 auto;
    display: flex;
    width:100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.image-box{
    width:25%;
    margin:0;
    padding:0; 
    -webkit-filter: grayscale(100%);
    transition:filter 0.4s;
    -webkit-transition:-webkit-filter 0.7s;
}

.image-box2{
    width:33.3%;
    margin:0;
    padding:0; 
    -webkit-filter: grayscale(100%);
    transition:filter 0.4s;
    -webkit-transition:-webkit-filter 0.7s;
}

.image-box:hover, .image-box2:hover{  
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.gallery a img { width:100%; height:auto; }
.con-gallery a img { width:100%; height:auto; }

/* ------ SLIDER ------*/



/*.................SITIO CONSTRUCTORA.................*/

.socios div{
    text-align:center;
}

.socios .item{
    margin-top:150px;
    margin-bottom:150px;
}

.name{
    text-transform: uppercase;
    font-weight:bold;
    margin-top:7px;
}

.proyectos-constructora{
    margin:0 auto;
}

.proyectos-constructora p{
    text-align:center;
    margin-top:40px;
}

.lista-servicios{
    text-align:center;
    display:block;
    margin-top:40px;
}


.padding-lateral {
    padding:0 140px;
}


.lista-servicios span{
    background:#b3222b;
    color:#ffffff;
    display:inline-block;
    text-transform: uppercase;
    text-align:center;
    width:200px;
    padding:3px 0;
    font-size:13px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    margin-bottom:18px;
    margin-right:20px;
    letter-spacing:1px;
}

.lista-servicios span:hover{
    background:#6f0e0e;
    cursor:pointer;
}

.proyectos-constructora span:last-child{
    margin-right:0;
}

#galeria-constructora{
    width:100%;
    margin:20px auto 0 auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items:stretch;
    align-content:stretch;
    position:relative;
}

#galeria-constructora p {
    margin-top:0;
}

.gal-50{
    width:45%;
    background:#111111;
}

.gal-35{
    width:35%;
    background:#333333;
}

.gal-15{
    width:20%;
    background:#777777;
}

.chile-mapa{
    position:absolute;
    top:-30px;
    width:110px;
    z-index:50;
}

.titulo-modal{
    border-bottom:2px solid #b3222b;
    color:#111111;
    display:inline;
    font-weight:bold;
}

.modal-body p{
    line-height:8px;
}

/*.................ANIMACIONES.................*/

.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
   visibility: visible;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

.ani-top {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.anitop.slide {visibility: visible; animation:slide 1s;}
.anitop::after {
    /* useful when its child elements are float:left; */
    content: "";
   visibility: visible;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

#nav-global { 
  margin: 30px 0 0 30px; 
  padding: 0; 
  list-style: none; 
  font-size: 14px; 
}
#nav-global li { 
  position: relative; 
  display: block; 
  float: left; 
  padding-bottom: 9px; 
  text-transform: uppercase; 
}
#nav-global li a { 
  padding: 12px 12px 9px 12px; 
  border-right: 1px solid #000000; 
  color: #fff; 
  background: #000000; 
}
#nav-global li:hover a { 
  color: #ffffff; 
  background: #111111; }
#nav-global li ul { 
  position: absolute; 
  top: 100%; 
  display: none; 
  margin: 0; 
  padding: 0; 
  border: 1px solid #222222; 
  border-top: 0; 
}
#nav-global li ul li { 
  display: block; 
  float: none; 
  width: 235px; 
  padding: 0; 
  text-transform: none; 
}
#nav-global li ul li a,
#nav-global li:hover ul li a { 
  display: block; 
  padding: 6px 12px 3px 12px; 
  color: #fff; 
  background: #000000; 
  border-top: 1px solid #222222; 
  border-right: 0; 
}
/* drop down */
#nav-global li:hover ul { 
  display: block; 
}
#nav-global li:hover ul li a:hover { 
  color: #ffffff; 
  background: #222222; 
}


/*.................MOBILE.................*/


@media (max-width: 767px) {
    
    .menu-top, .menu-top2{
        height:95px;
    }
    
    .padding-slider{
        margin-top:-11px !important;
    }
    
    .fondo-video{
        height:100vh;
        background:#000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .navbar-collapse {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    margin-top: -2px;
    }
    
    .navbar-img{
        width:70px;
    }
    
    .show-on-mobile{
        display:inline-block;
    }
    
    .hide-on-mobile{
        display:none;
    }
    
    .location-desktop{
        display:none;
    }
    
    .location-mobile{
        margin-left:0;
        background: rgba(0, 0, 0, 1);
        margin-top:0px;
        padding:10px;
        width:100%;
        font-size:16px;
        display:block;
        color:#888888;
        text-align:center;
    }
    
    .padding-bottom{
        padding-bottom:10px;
    }
    
    .formu-contacto p{
        line-height: 18px;
    }
    
    .contacto p{line-height:21px;}
    
    .vertical { display:none; }
    .redes-sociales { display:none; }

    .gallery{
    flex-direction: column;
    }

    .image-box{
        width:100%;
    }
    
    .image-box2{
        width:100%;
    }
    
    .flex-center{flex-direction: column; width:95%;}
    
    .flex-center div{width:100%;}
    
    .tipo-depto{
    font-size:10px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    }
    
    .gradient{
        display:none;
    }
    
    .inver-img{
    width:95%;
    }
    
    .caption {
        padding: 0px 20px 20px 20px;
    }
    
    .caption h1 {
        font-size: 20px;
    }
    
    .parallax-slider p{
        font-size:18px;
        margin-left:0px;
    }
    
    .empresa-texto{
        position:absolute;
        width:300px;
        top:10px;
        right:10px;
    }
    
    .empresa-bg{
        background-image: url(../img/slider2-m.jpg);
    }
     /* Punta pacífico */
    .caracteristicas{
        padding:20px;
    }
    
    .pp-location-mobile{
        margin-left:0;
        background: #1AACC4;
        margin-top:0px;
        padding:10px;
        width:100%;
        font-size:16px;
        display:block;
        color:#ffffff;
        border-bottom:5px solid #ffffff;
    }
    
    /* Tierra Patagonia */
    .tp-location-mobile{
        margin-left:0;
        background: #624337;
        margin-top:0px;
        padding:10px;
        width:100%;
        font-size:16px;
        display:block;
        color:#ffffff;
        border-bottom:5px solid #ffffff;
    }
    
    .contacto{ padding:15px; }
    
    .mm-location-mobile{
        margin-left:0;
        background: #7DC4ED;
        margin-top:0px;
        padding:10px;
        width:100%;
        font-size:16px;
        display:block;
        color:#ffffff;
        border-bottom:5px solid #ffffff;
    }
    
    .con-gallery{
        flex-direction: column;
    }
    
    .image-con{
        width:100%;
    }
    
    .ctexto-inicio{
        line-height:18px;
        font-size:14px;
    }
    
    #promociones{
        flex-direction: column;
    }
    
    .promo-flex2, .promo-flex1{
        width:100%;
    }
    
    .promo-flex2{
        height:400px;
    }
    
    .inv-texto{
        width:350px;
    }
    
    .socios .item{
        margin-top:20px;
        margin-bottom:0px;
    }
    
    #galeria-constructora{
        flex-direction: column;
    }
    
    .gal-50, .gal-35, .gal-15{
        width:100%;
    }
    
    .chile-mapa{
        display:none;
    }
    
    .padding-lateral {
        padding:10px;
    }
    
    .lista-servicios span{
    background:#b3222b;
    color:#ffffff;
    display:block;
    text-transform: uppercase;
    text-align:center;
    width:230px;
    padding:3px 5px;
    font-size:14px;
    margin:0 auto 25px auto;
    }
    
    .proyectos-constructora span:last-child{
    margin-right:auto;
    }
    
 .boton-inicio{
    background: url(../img/bg-button.jpg);
    color:#ffffff;
    width:250px;
    text-align:center;
    margin:0 auto;
    font-weight:bold;
    letter-spacing: 3px;
    padding:10px 20px;
    font-size:15px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    text-transform:uppercase;
    border:none;
     display:block;
    }
    
    .boton-inicio:last-child{
        margin-top:20px;
    }
    
    .ht-text h1{
    font-size:20px;
    line-height:15px;
    }
    
    .inver-img{
    margin-top:0px;
    }
    
    .logo-link{
    margin-top:20px;
    }
    
    .parallax-section span, .inversion span{
    font-size:25px;
    color:#000000;
    font-weight:bold;
    width:60%;
    text-align:center;
    margin-top:30px;
    }
    
    .espaciador{ /* Espacio blanco */
    width:100%;
    height:90px;
    }
    
    .black-line{
    border-left:0px solid #111111;
    padding-left:0px;
    }
    
    .slide1 {
        background: url("../img/slider1-m.jpg") top center;
    }
    
    .slide2 {
        background: url("../img/slider6.jpg") top center;
    }
    
    .slide3 {
        background: url("../img/slider2-m.jpg") top center;
    }
    
    .content {
        vertical-align:middle;
    }
    
    .ani-img{
        padding-top:20px;
        padding-bottom: 20px;
        padding-left: 20px;
    padding-right:20px;
    }
    
    .volver{
        margin-top:0;
    }
    
    .links-inicio img{
        width:70px;
        height:auto;
    }
    
    .first-space{
    margin-top:95px;   
    }
    
    .gallery-m img{
        margin-bottom:10px;
    }
    
    .nav-item{
    margin-bottom:0px;
    font-size:15px;
    line-height:25px;
    }

    
   #proyecto{
    margin-top:-80px;
    padding-top:70px;
    }
    
    .inver-text{
    text-transform:uppercase;
    text-align:center;
        padding-top:150px;
}

.textoinv-1{
    font-size:25px;
    line-height:50px;
    font-weight:bold;
}

.textoinv-2{
    font-size:35px;
    line-height:45px;
    margin-bottom:40px;
    font-weight:bold;
}

.inv-ribbon {
    position:absolute;
    top:90px;
    left:0px;
}
    
    .boton-inv{
    background: #1d9cc5;
    color:#ffffff;
    padding:5px 20px;
    font-size:15px;
    border-radius:5px;
    font-weight:bold;
}
    
    .contenedor-caption h1{
        font-size:30px;
    }
    
    .contenedor-caption h2{
        font-size:20px;
    }
    
    .contenedor-caption p {
        font-size:14px;
    }

    .contenedor-caption-inv h1{
        font-size:20px;
    }

}

.toplace {

    margin-left: 1%;
    margin-top: 3%;
    position: absolute;
    z-index: 1;

}
.toplace img {

    max-width: 130px;
    height: auto;
    width: 100%;

}