/* menu color */

.rh_header .rh_header__wrap {
    padding: 0.5rem 10rem;
    background-color: #18998e;
}

.flex-viewport {
    max-height: 656px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/*hover menu */

ul.rh_menu__main li a:hover, ul.rh_menu__main > .current-menu-item > a, ul.rh_menu__main li:hover, .rh_menu--hover {
    background: #ffffff40 !important;
}

/* linea separadora menu*/
.main-menu ul li {
    float: left;
    position: relative;
    border-right: 0px solid !important;
}

/* hover submenu */

ul.rh_menu__main ul.sub-menu li:hover, ul.rh_menu__main ul.sub-menu li.current-menu-item {
    background: #3ADDCF;
    cursor: pointer;
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

/* display info header slide 

.rh_slide__desc .rh_slide__desc_wrap {
    display: block;
    padding: 5rem;
    bottom: 7rem;
    right: 10rem;
}*/

/* menos altura al backgorund header cover 
.rh_slider .flexslider ul.slides .slide {
    height: 80vh;
}*/

/*texto venta o arriendo cuadros de propiedades */

.rh_prop_card .rh_prop_card__details .rh_prop_card__priceLabel .rh_prop_card__status {
    font-size: 3.3rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0.5rem;
}

.rh_section__partners:after {
    bottom: -90px;
    border-left-width: 100vw;
    border-bottom-width: 180px;
}

/* footer sin angulos feos */

.rh_footer:before {
    top: -90px;
    border-right-width: 100vw;
    border-top-width: 180px;
    display: none;
}

.rh_section__partners:after {
    bottom: -90px;
    border-left-width: 100vw;
    border-bottom-width: 180px;
    display: none;
}

.rh_cta {
    top: -90px;
    height: calc(100% + 9rem);
}

/* altura footer */
.rh_footer {
    padding: 3rem 0 0rem 0;
}


/* call to action */

.rh_section--props_padding:after {
    bottom: 0px;
    border-left-width: 100px;
    border-bottom-width: 0px;
}

.rh_section__cta:after {
    bottom: 0px;
    border-right-width: 100px;
    border-top-width: 5px;
}

.rh_cta--contact .rh_cta__wrap {
    padding: 5rem 8rem;
}


/* textos secccion */

.rh_section .rh_section__head .rh_section__subtitle {
    display: block;
    color: #1ea69a;
    font-size: 3.5rem;
    font-weight: 500;
}


.rh_section--props_padding .rh_section__head {
    padding: 0 10rem 2rem;
    background-image: url(http://www.renacerpropiedades.cl/wp-content/uploads/2018/08/bg-edificios-2.png);
		background-size: contain;
    margin-bottom: 27px;
}

/* blog */

.rh_blog__post .entry-header {
    margin: 0 3rem;
    margin-top: 0rem;
}

/* sacar sidebar de lista de propiedades ventas y arriendos 

.rh_page__sidebar {
    width: 30%;
    max-width: 100%;
    display: none;  
}  */

/* fuera enviar en menu al ultimo */

.rh_menu__user .rh_menu__user_submit {
    padding: 0 0 0 1rem;
  	display: none;
}



/*banner*/

.textwidget img {
    margin-top: 9rem;
}

/*ver mas arriendos y ventas home*/

.rh_cta--featured .rh_cta__title {
    color: #464646!important;
}

.rh_cta__wrap .rh_cta__title {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.rh_cta--featured .rh_cta__wrap {
    padding-top: 2rem;
    padding-right: 10rem;
    padding-bottom: 15rem;
    padding-left: 10rem;
}

.rh_cta__wrap .rh_cta__btns .rh_btn--greyBG {
    background: rgb(0, 130, 119)!important;
}
.page-head h1.page-title span {
    background-color: #ff9966!important;
}
.main-menu ul li a {
    
    font-size: 17px;
    display: block;
    text-decoration: none;
    padding: 14px 10px;
}
/*ajuste slider home*/
.flexslider .slides img {
    height: 500px;
}
@media (max-width: 1200px) {
    .flexslider .slides img {
        height: auto;
    }
}