body{
    padding-top: 50px;
}

.Site-content{
    display: block;
    padding: 0;
}
.container {
    max-width: 100%;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.collapsed{
	display: block;
}

.home_vh{
	height: auto;
}
.home_vh .vimeo-wrapper{
    height: 20vh;
}

header{
	background: #335169;
    position: fixed;
    height: auto;
    width: auto;
    max-width: none;
    padding: 0;
    max-width: none;
    height: auto;
    top: 0;
    overflow: scroll;
    bottom: auto;
    max-height: 100vh;
}

h1 {
    font-size: 33px;
    line-height: 34px;
    text-align: left;
    margin-bottom: 15px;
}
h2{
  font-size: 28px;
}
h3{
    font-size: 19px;
    line-height: 21px;
    
}
p{
    font-size: 15px;
}

p.dos_columnas{
    column-count: 1;
}


.logo_home {
    text-align: center;
    margin-top: 50px;
}
.logo_home img{
    max-width: 200px;
}
.logo_home h3{
    font-size: 14px;
}

/*****************************************************************************/





.navbar-toggler{
  position: relative;
  display: inline-block !important;
  right: 0;
  width: auto;
  top: 0;
  padding: 20px;
  z-index: 50;
}
.nav-button{
    border: none !important;
}
.nav-button {
  width: 30px;
}
.nav-button:hover {
  cursor: pointer;
}

.nav-bar {
  height: 2px;
  background: rgb(255, 255, 255);
}
.nav-bar:nth-of-type(2) {
  margin: 6px 0;
}
.nav-bar:nth-child(2) {
  transition: opacity 0.1s linear;
}
.nav-bar:nth-child(1), .nav-bar:nth-child(3) {
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.nav-button.active .nav-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0px);
          transform: rotate(45deg) translate3d(6px, 6px, 0px);
}
.nav-button.active .nav-bar:nth-child(2) {
  opacity: 0;
}
.nav-button.active .nav-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(6px, -6px, 0px);
          transform: rotate(-45deg) translate3d(6px, -6px, 0px);
}

.box_header{
    display: none;
}

.navbar {
    max-width: none;
    padding: 0px;
}

.box_menu_inner{
    height: auto !important;
    width: 100%;
}
.logo_promocion {
    width: 100%;
    width: 60px;
}

.logo_foot{
    display: none;
}
.menu_foot {
    width: 100%;
    bottom: 0;
}

.share_box {
    display: inline-block;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}

.menu_izquierda {
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    top: 0;
    transform: translate(0,0);
    position: relative;
    max-height: 0;
    overflow: hidden;
    height: 0;
    width: 100vw;
    max-height: 100vh;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    opacity: 0;
}

header{
    -webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
header.open_menu{
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.open_menu{
    height: 100vh;
    width: 100vw;
    opacity: 1;
    display: inline-block;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* .col_branding{
    display: none;
}
.open_menu .col_branding{
    display: block;
} */


.backButton{
    bottom: 20px;
    left: 20px;
}

/*************************************************************************/

.menu_izquierda .secciones ul li a svg {
  fill: white;
  width: 36px;
}

.menu_izquierda .secciones ul li a, .idioma a{
	text-align: left;
}
.menu_izquierda .secciones ul li a span {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    background: transparent;
    padding: 5px 10px;
    border-radius: 20px;
    min-width: auto;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 15px;
    display: inline-block;
    width: auto;
    height: auto;
}
.menu_izquierda .secciones ul li a span::before {
    display: none;
}
.menu_izquierda .secciones ul li a:hover span {
 display: inline-block;

}


.menu_izquierda .secciones ul{
  padding-top: 20px;
    display: block !important;
}
.menu_izquierda .secciones ul li {
    text-align: center;
    justify-content: center;
    display: block;
    width: 100%;
}
.col_branding {
    width: auto !important;
}

.brand_logo {
    width: 100%;
    display: block;
    margin: 0 0 0 10px;
}

.icono_home p {
    font-family: 'Abel', sans-serif;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
}


.texto_info {
    bottom: 0;
    width: 80%;
  }
.texto_info h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 52px;
    padding: 5px 0;
  }
  .contenedor_galeria {
    height: 80vh !important;
    min-height: 50vh;
    display: inline-block;
  }
  .texto_info p {
    font-size: 17px;
    font-weight: 600;
  }

  .filas_activas {
    background: #ffffffb0;
  }
  .filas_tabla_planos:hover{
    background: #ffffffc7;
  }


  .contenedor_galeria {
    height: auto !important;
    min-height: 50vh;
    display: inline-block;
  }

  .contenedor_galeria .uk-slider-container ul {
    transform: translate3d(0px, 0px, 0px);
    display: block;
    height: auto;
    width: 100%;
  }


  .galeria_info li {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .contenedor_galeria img {
    height: 100%;
    object-fit: inherit;
    min-width: 100%;
    height: auto !important;
    width: 100%;
  }
  .uk-slidenav{
      display: none;
  }

  .contenedor_galeria .uk-dotnav{
      display: none !important;
  }


  .lista_doble {
    width: 100% !important;
    display: inline-block;
    margin-left: 0;
  }
.filas_tabla_planos{
    height: auto;
}
.filas_tabla_planos div{
    height: 50px;
}
.filas_tabla_planos .vivienda{
    border-top: 1px solid rgb(255, 255, 255);
    margin-top: 2px;
}

.filas_tabla_planos .pdf{
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 1px;
}
.mostrar_lista.lista_doble .ancho_tabla{
    padding: 100px 0;
}

.mostrar_lista.lista_doble .ancho_tabla .container{
    padding: 0;
}


.soldout::after{
    display: none;
}
  .soldout:before {
    position: absolute;
    top: auto;
    bottom: 10px;
    transform: translate(-50%, 0%);
    display: inline-block;
    margin: 20px 0 0;
    left: 50%;
  }
  

  .mini_galeria {
    width: 100%;
  }
  .mini_galeria .uk-slider-items {
    will-change: transform;
    position: relative;
    height: auto;
  }


  .content_info_point {
    position: relative;
    transform: none;
    z-index: 0;
    display: block;
    opacity: 1;
    top: auto !important;
    left: auto !important;
  }
  .tolltip_datos .cerrar {
    display: none;
  }
  .content_info_point{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 3px;
    width: 100%;
  }
  
.bg_masterplan{
  padding-top: 100px;
	background-color: #ffffff;
}


.boton_360{
  display: inline-block;
  padding: 20px 35px;
  background: white;
  color: black;
  font-size: 16px;
  border-radius: 50px;
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.boton_360.azul{
  background: #00122c;
  color: white;
  margin: 20px 0;
}
.gallery .pics {
  width: 100%;
  margin: 5px 0;
  height: auto;
}
.gallery .pics img {
  object-fit: cover;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

#formContacto {
  position: relative;
  padding: 20px;
  background: white;
}
.boton_mailme {
  padding: 15px 25px 15px 25px;
  
}
.boton_mailme svg{
  display: none;
}

