/*
    vidahogarpropiedades.cl
    main.css
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

/* g-recaptcha*/
.g-recaptcha {
    margin-top: 30px;
}

/* structure */
body {
    font-size: 15px;
    background-color: #f7f7f7; 
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
}

.separator {
    margin-top: 25px;
    display: inline-block;
}

/* global */
h1,h2,h3,h4,h5,h6 {
    color: #333333;
    font-weight: 300;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

h1, .h1 {
    font-size: 28px;
    margin-bottom: 0.4em;
}
    
h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 34px;  
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }    
}


/* input */
.form-control {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.35);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
                 -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition-duration: .5s;
}

.form-control:focus {
    border-color: #424a52;
    box-shadow: none;
}

textarea.form-control {
    resize: none;
}

/* a */
a {
    color: #333333;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #e50027;
}

/* pagination */
.pagination-wrapper {
    text-align: right;
}

.pagination-wrapper a,
.pagination-wrapper span {
    display: inline-block;
    padding: 5px 10px;
    color: #333333;
    text-decoration: none;
    font-size: 1.2em;
}

/* equal height columns */
@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}

/* btn-more */
.btn-more {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: #e50027;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.btn-more:hover {
    color: white;
}

/* header */
header {
    
}

/* header-navbar */
#header-navbar,
#header-navbar * {
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}

#header-navbar {
    background-color: #000000;
    border: none;
}

@media (min-width: 992px) {
    #header-navbar {
        /*background-color: rgba(229,0,39,0);*/
        background-color: rgba(0,0,0,0.3);
    }
    
    #header-navbar.active {
        /*background-color: rgba(229,0,39,1);*/
        background-color: rgba(0,0,0,1);
    }
}

#header-navbar .navbar-header {
    
}

@media (min-width: 992px) {
    #header-navbar .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #header-navbar.active .navbar-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#header-navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

#header-navbar .navbar-brand img {
    display: inline-block;
    width: auto;
    height: 50px;
}

@media (min-width: 992px) {
    #header-navbar.active .navbar-brand {
        height: 40px;
    }
    
    #header-navbar .navbar-brand img {
        height: 70px;
    }
    
    #header-navbar.active .navbar-brand img {
        height: 40px;
    }
}


/* main-navbar */
#main-navbar {
        
}

#main-navbar li > a {
    text-transform: uppercase;
    color: white;
}

#main-navbar li > a:hover {
    background-color: #e50027;
}
    
@media (min-width: 992px) {
    #main-navbar {
        
    }
    
    #main-navbar li > a {
        padding-top: 35px;
        padding-bottom: 35px;   
    }
    
    #header-navbar.active #main-navbar li > a {
        padding-top: 15px;
        padding-bottom: 15px;   
    }
}

/* top-wrapper */
#top-wrapper {
    position: relative;
    background-color: #e50027;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30vh;
}

#top-wrapper .filter-wrapper {
    width: 100%;
    padding: 15px 0;
    margin-top: 40px;
}

@media (min-width: 992px) {
    #top-wrapper .filter-wrapper {
        position: absolute;
        top: 40%;
        margin-top: 0px;
    }
}

#top-wrapper .filter-container {
    display: block;
    background-color: #e50027;
    padding: 25px 20px 15px 20px;
}

#top-wrapper .filter-container .form-control {
    margin-bottom: 10px;
}

#top-wrapper .top-title .title-h {
    color: white;
    font-weight: 600;
}

#top-wrapper .top-subtitle .title-h {
    color: white;
    font-weight: 300;
    font-style: italic;
    margin-top: 15px;
}

#top-wrapper.top-wrapper-in {
    margin-bottom: 90px;
}
    
#top-wrapper.top-wrapper-in .filter-wrapper {
    position: absolute;
    top: 20vh;
    margin-bottom: -50px;
}

/* main-wrapper */
#main-wrapper {
    
}

#main-wrapper .section-wrapper {
    
}

#main-wrapper .section-title {
    text-align: center;
    padding: 20px 0 35px 0;
    text-transform: uppercase;
}

#main-wrapper .section-title > .title-h {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6em;
}

#main-wrapper .section-title > .title-h.title-light {
    color: white;
}

#main-wrapper .section-title > .title-h > small {
    display: block;
    color: #e50027;
    font-size: 0.6em;
    font-weight: 500;
    margin-bottom: 10px;
}

/* footer */
footer {
    font-size: 13px;
    margin: 0px;
    background-color: #ffffff;
}

footer .footer-top {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e50027;
}

footer .footer-middle {
    background: #616161;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 15px;
}

footer .footer-middle ul {
    line-height: 1.7;
    padding: 0;
    list-style: none;
}

footer .footer-middle ul li a {
    color: #ffffff;
}

footer .footer-middle ul li a:hover {
    color: #ffffff;
}

footer .footer-middle .footer-icon span i {
    line-height: 2;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 100%;
}

footer .footer-middle .follow-us {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
}

footer .footer-middle .follow-us li {
    display: inline-block;
}

footer .footer-middle .follow-us li a {
    font-size: 20px;
    line-height: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 100%;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

footer .footer-middle .follow-us li a:hover {
    color: #333333;
    border: 1px solid white;
    background-color: white;
}

footer .footer-middle .title-footer {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

footer .footer-middle .title-footer > span {
    display: inline-block;
    color: #ffffff;
}

footer .footer-bottom {
    padding: 5px;
    color: #BABABA;
    background-color: #121316
}

footer .footer-bottom a {
    color: #e50027;
}

/* filter-wrapper */
.filter-wrapper .form-control {
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}

/* message-box */
.message-box {
    padding: 20px 0;
    background: transparent;
}

.message-box label {
    color: #222222;
}

.message-box input,
.message-box select,
.message-box textarea {
    margin-bottom: 30px;
    background: #dddddd;
    border: 0;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
       -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
         -o-transition: all 0.30s ease-in-out;
}

.message-box input:focus,
.message-box select:focus,
.message-box textarea:focus {
    background: #333333;
    color: #dddddd;
            box-shadow: none;
       -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.message-box textarea {
    padding: 10px 10px 10px 20px;
    resize: vertical;
    height: 90px;
}
 
.message-box input:focus,
.message-box select:focus,
.message-box textarea:focus {
    box-shadow: none;
    outline: none;
}

.message-box .btn {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.message-box .submit-btn {
    margin-top: 30px;
    background: #3b4448 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    padding: 0 50px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    position: relative;
}

.message-box .submit-btn::before {
    background: #e50027 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9999;
}

.message-box .submit-btn:hover::before {
    width: 100%;
}

.message-box .add-btn {
    margin-top: 5px;
    background: #3b4448 none repeat scroll 0 0;
    border: medium none;
    color: white;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    padding: 0 50px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    position: relative;
}

.message-box .table tr {
    background-color: transparent;
}

.message-box .table th {
    padding: 5px 0;
}

.message-box .table td {
    padding: 0;
}

.message-box .table .btn {
    width: 40px;
    height: 40px;
}

/* contact-box */
.contact-box {
    display: block;
    width: 100%;
    text-align: left;
    margin: 25px 5px 35px 5px;
}

.contact-box .bullet {
    display: block;
    float: left;
    padding-right: 15px;
}

.contact-box .bullet i {
    font-size: 3.6em;
    color: #e50027;
}

.contact-box h3 {
    font-weight: 300;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #e50027;
}

/* links-boxes */
.links-boxes {
    margin-top: 25px;
    margin-bottom: 30px;
}

.links-boxes .link-box {
    text-align: center;
}

.links-boxes .link-box img {
    display: inline-block !important;
}

/* nav-financial */
.nav-financial {
    
}

.nav-financial li a,
.nav-financial li a:hover {
    background-color: transparent;
    color: white;
}

.nav-financial li a > span {
    font-weight: 600;
}

/* home */
#home-a {
    background-color: #f7f7f7;
    padding-top: 55px;
    padding-bottom: 35px;
}

#home-b {
    background-color: #f7f7f7;
    padding-top: 0;
    padding-bottom: 0;
}

#home-b .home-b-left {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    min-height: 50vh;
    background-color: #f7f7f7;
    background-image: url(../images/backgrounds/context/home-b-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#home-b .home-b-right {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
    min-height: 60vh;
    background-color: #e50027;
    padding: 50px 60px;
    text-align: justify;
    font-size: 1.3em;
    color: white;
}

#home-b .section-title {
    text-align: left;
    padding: 20px 0 35px 0;
    text-transform: uppercase;
}

#home-b .section-title > .title-h {
    font-size: 1.6em;
    color: white;
}

#home-c {
    background-color: #f7f7f7;
    padding-top: 55px;
    padding-bottom: 35px;
}

/* estates */
#estates-a {
    background-color: #f7f7f7;
}

/* estate */
#estate-a {
    background-color: white;
    padding-top: 55px;
    padding-bottom: 35px;
}

#estate-b {
    background-color: white;
    padding-top: 35px;
    padding-bottom: 35px;
}

#estate-c {
    background-color: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
}

#estate-d {
    background-color: white;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* content */
#content-a {
    background-color: white;
    padding-bottom: 35px;
}

/* services */
#services-a {
    background-color: white;
    padding-bottom: 35px;
}

#services-b {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 35px;
}

#services-c {
    padding-top: 55px;
    padding-bottom: 35px;
    background-color: #f7f7f7;
}

#services-d {
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: #f7f7f7;
}

/* contact */
#contact-a {
    padding-bottom: 35px;
}

#contact-a .section-wrapper {
    background-color: white;
}

#contact-a .contact-a-left {
    padding: 0 25px 0 25px;
}

#contact-a .contact-a-right {
    padding: 25px 35px;
}