html, body{
    overflow-x: hidden;
    width: 100vw;
}


.slider-desarrollo, .slider-desarrollo .slide{
	height: calc(100vh - 84px);
	width: 100vw;
	overflow: hidden;
}

.slider-desarrollo .slide{
	background-position: center;
	background-size: cover;
}

header{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo{
	display: inline-block;
}

header .logo img{
    height: 60px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
}

.slick-arrow{
    z-index: 999;
    width: 40px;
    height: 40px;
}

.slick-prev {
    left: -25px;
    left: 25px;
}

.slick-next {
    right: -25px;
    right: 25px;
}

.slick-dots {
    bottom: 5px;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 8px;
    opacity: .5;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.description-desarrollo h1{
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}
.description-desarrollo h2{
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
}

.description-desarrollo p{
    font-size: 16px;
}

.logo-desarrollo-img{
	width: 90%;
	max-width: 350px;
}
.logo-desarrollo{
	display: flex;
	align-items: center;
	justify-content: center;
}

.miniatura-departamento .miniatura{
	height: 240px;
    background-position: center;
    background-size: cover;
}

.tarjeta{
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    padding: 0px 10px;
    padding-bottom: 1px;
}

.tarjeta .location{
    font-size: 12px;
    margin: 10px 0px;
}

.tarjeta .info{
    padding: 0px 10px;
}

.tarjeta .location span{
    margin-left: 5px;
}

.tarjeta h3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 5px;
}
    
.tarjeta p{
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.1px;
    margin-left: 5px;
}

.tarjeta p.precio {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    align-items: center;
    justify-content: flex-start;
    vertical-align: baseline;
    display: flex;
}
.tarjeta p.precio span{
    font-size: 16px;
    margin-bottom: 3px;
    margin-right: 2px;
    height: 14px;
    display: inline-block;
}
.amenities {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row;
}
.amenities .amenity{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 33.3%;
    padding: 0px 5px;
    flex-flow: row;
}
.amenities .amenity img{
    height: 30px;
}

.amenities .amenity p{
    margin: 0px; 
}

.tarjeta a.button {
    width: 100%;
    display: inline-block;
    padding: 5px;
    margin: 20px 0px;
    text-align: center;
    text-decoration: none;
}

footer{
    padding: 20px;
    margin-top: 20px;
}

footer h4 {
    font-size: 15px;
    margin-bottom: 14px;
}

footer p {
    font-size: 13px;
}

.footer-phone, .footer-mail, .footer-dir{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-phone img, .footer-mail img, .footer-dir img{
    margin-top: 5px;
    margin-right: 10px;
}

footer p {
    margin-bottom: 0px;
}
.container.footer-top {
    padding-bottom: 20px;
}
.container.footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 10px;
}

.container.footer-bottom a{
    margin-left: 20px;
    font-size: 13px;
    text-decoration: none;
}

.description-departamento p{
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 6px;
    line-height: 22px;
    font-weight: 100;
    margin-top: 8px;
}

.description-departamento h1{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #597a96;
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    margin-left: 5px;
}

.description-departamento h2{
    display: inline-block;
    font-family: Montserrat, sans-serif;
    color: #97a4b4;
    font-size: 8.5px;
    line-height: 11px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    font-weight: 100;
    margin-left: 5px;
}


.description-departamento .location{
    margin: 10px 0px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    color: #97a4b4;
    font-size: 8.5px;
    line-height: 11px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    font-weight: 100;
}

.description-departamento .location span{
    margin-left: 5px;
}

.description-departamento {
    margin-top: 20px;
}

.departamento h3{
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.mapa iframe{
    width: 100%;
    height: 400px; 
    margin-bottom: 10px;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.text-field {
    height: 50px;
    margin-bottom: 15px;
    border: 2px solid #efeff0;
    border-radius: 3px;
    -webkit-transition: border-color 350ms ease;
    transition: border-color 350ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #97a4b4;
    font-size: 13px;
    line-height: 20px;
}

.text-field.fecha, .text-field.hora {
    display: inline-block;
    width: 49%;
    padding-left: 42px;
    border-width: 1px;
    border-color: #597a96;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-position: 8px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
}


.text-field.fecha{
    background-image: url('../images/calendar.png');
}

.text-field.phone{
    background-image: url('../images/phone.png');
}
 
.text-field.hora {
    background-image: url('../images/clock.png');
}

.text-field.last-name {
    position: relative;
    left: -2px;
    display: inline-block;
    width: 49.5%;
    padding-left: 20px;
    float: right;
    border-width: 1px;
    border-color: #597a96;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.text-field.phone {
    padding-left: 42px;
    border-width: 1px;
    border-color: #597a96;
    background-position: 8px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.text-field.email {
    padding-left: 42px;
    border-width: 1px;
    border-color: #597a96;
    background-position: 15px 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.w-select {
    background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
    background-image: linear-gradient(white 0, #f3f3f3 100%);
}

.select-field {
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #597a96;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    color: #aeaeae;
    font-size: 13px;
    line-height: 20px;
}

.text-area {
    min-height: 133px;
    margin-bottom: 15px;
    padding-top: 12px;
    padding-left: 42px;
    border: 1px solid #597a96;
    border-radius: 3px;
    background-position: 15px 14%;
    background-size: 17px;
    background-repeat: no-repeat;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #97a4b4;
    font-size: 13px;
    line-height: 20px;
}

textarea.w-input, textarea.w-select {
    height: auto;
}

.submit-button {
    border: none;
    color: #ffffff;
    margin-bottom: 80px;
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 20px;
}

.container-button-info{
    width: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.container-button-info button{
    margin: auto;
    width: 90%; 
    max-width: 350px;
    border: none;
    color: #fff;    
    padding: 5px;
    margin-bottom: 20px; 
}

#form-depa{
    margin-top: 40px;
}
.w-clearfix{
    display: flex;
    justify-content: space-between;
}
.w-form-done, .w-form-fail, .w-form-pending{
    display: none;
}
.w-form-done.active, .w-form-fail.active, .w-form-pending.active{
    display: block;
}

a.button-data-depa {
    margin-left: 10px;
    font-size: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

a.button-data-depa + hr{
    margin-top: 4px;
}

a.button-data-depa i{
    font-size: 8px;
    margin-bottom: 0px;
    height: 8px;
    margin-bottom: 0px;
    margin-left: 10px;    
}
.amenities-departamento-content {
    width: 95%;
    margin: auto;
    max-width: 300px;
    border: 2px solid #f6f6f6;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
}

.precio-depa{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-bottom: 2px solid #f6f6f6;
    padding: 15px 0px;
}


.precio-depa p{
    margin: 5px auto;
    display: inline-block;
    font-size: 8.5px;
    line-height: 11px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    font-weight: 700;
}

.precio-depa p.precio{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.5px;
    margin: 10px 0px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.precio-depa p.precio span{
    font-size: 17px;
    margin-right: 5px;
}

.amenities-departamento-content .main-amenities {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.amenities-departamento-content .main-amenities .amenity{
    width: 50%;
    padding: 10px;
    height: 120px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #f6f6f6;
}

.amenities-departamento-content .main-amenities .amenity:nth-child(odd){
    border-right: 2px solid #f6f6f6; 
}

.amenities-departamento-content .main-amenities .amenity img{
    height: 35px;
    margin-bottom: 10px;
}


.amenities-departamento-content .main-amenities .amenity p{
    margin-bottom: 7px;
    font-size: 14.5px;
    text-align: center;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.1px;
}

.adition img{
    width: 15px;
    margin: 0px 5px 0px 10px;
}
    
.button-masdetalles{
    color: #fff;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px;
    width: calc(100% + 4px);
    margin-left: -2px;
}

form#wf-form-Forma-propiedad {
    width: 90%;
    margin: auto;
    padding-top: 20px;
}
.slider-container{
    position: relative;
}
.slider-container .container {
    position: absolute;
    bottom: 0px;
    display: flex;
    height: 50px;
    left: 0;
    right: 0;
}

.slider-container{
    margin-bottom: 30px;
}
.slick-dotted.slick-slider {
    /*margin-bottom: 0px;*/
}

.slider-container .container .button-container {
    height: 50px;
    margin: 0px;
    padding: 0px 5px;
    position: relative;
    overflow: hidden;
}

.slider-container .container .button-container button{ 
    position: relative;
    top: 14px;
    width: 100px;
    padding-bottom: 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    opacity: .8;
}


.slider-container .container .button-container button.buttom-form-info{ 
    width: 150px;
}


.slider-container .container .button-container:hover button{ 
    top: 6px;
    opacity: 1;
}






























































































.row-eq-height.description{
	margin-bottom: 20px; 
}





















@media(min-width: 900px){
	.row-eq-height.description {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	}	

}

@media(max-width: 900px){
    .slider-desarrollo, .slider-desarrollo .slide {
        height: 300px;
        width: 100vw;
        overflow: hidden;
    }
    a.button-data-depa, a.button-data-depa + hr{
        display: none;
    }
    .footer-top h4{
        margin-top: 20px;
    }
    .container.footer-bottom {
        flex-flow: column;
        padding-top: 0px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .container.footer-bottom a {
        margin-left: 0px;
        margin-top: 15px;
    }
    .container.footer-top {
        padding-bottom: 20px;
        text-align: center;
    }
    .footer-phone, .footer-mail, .footer-dir {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer {
        padding: 20px;
        margin-top: 0px;
    }
    input.submit-button.w-button {
        margin-bottom: 20px;
    }
    div#mapa {
        margin-bottom: 20px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .departamento h3, .departamento h3 + p{
        width: 100%;
        text-align: center;
    }
    .adition {
        text-align: center;
    }
    .slider-container {
        margin-bottom: 0px;
    }

    .description-desarrollo h1 {
        font-size: 22px;
        margin-bottom: 0px;
        font-weight: 600;
        margin-top: 30px;
    }
    .description-desarrollo h2 {
        font-size: 17px;
        margin-top: 5px;
        font-weight: 600;
    }
    .description-desarrollo p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .col-md-7.description-desarrollo {
        padding: 0px 30px;
    }
    .logo-desarrollo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0px;
    }












    



}





























































