/* COLORS */
/* C8uando se seleccuioin un texto */
::selection {
    background-color: #525252 !important;
    color: #FFFFFF !important; 
}
/* BACKGROUND */

.background-white {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}


.background-black {
    background: #E3A126 !important;
    background-color: #E3A126 !important;
}

.background-grey {
    background: #4c4c4c !important;
    background-color: #4d4c4c !important;
    
}

.header_background{
    background-color: #E3A126 !important;
}

.page_background{
    background-color: #FFFFFF;
}

/* Carteles hora telefono navbar2 */
.feature-box-info p {
    color: #FFFFFF !important;
}

/* PAGE 2 */
/* Navbar */
.header-body{
    background-color: #E3A126;
    height: 70px !important;
}

#header .header-nav-main.header-nav-main-square nav > ul > li a {
    color: #FFFFFF !important;
}

/* Boton navbar mobile */
#header .header-btn-collapse-nav{
    background: #525252 ;
}

/* Background menu navbar mobile */
#header .header-nav-main:before{
    background: #E3A126 !important;

}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
    background-color: #E3A126 !important;

}

/* PORTADA */
.custom-hero{
    background-color: #E3A126;
    color: #E3A126
}

.custom-main {
    background-color: #E3A126;
}

/* Color titulo relleno */
.custom-main .letters-wrapper,
.custom-hero-heading {
    color: #FFFFFF ;
}

/* Color titulo repasado */
.custom-hero-heading em {
    -webkit-text-stroke: 3.2px #FFFFFF;
}

.icon_video_color {
    color: #E3A126 !important;
}


/* Banners */
.section_banners{
    background-color: #E3A126 !important;
}

.icon_color{
    color: #FFFFFF !important;
}

.section_banners .letters-wrapper {
    color: #FFFFFF !important;
}
/* Cifras */
.section_cifras {
    background-color: #525252  !important;
}

.section_cifras .icon_color{
    color: #E3A126 !important;
}

/* BLOG */
.blog_text:hover {
    color: #E3A126 !important;
}

/* REVIEWS */
.text_color_primary_stars{
    color: #eac300 !important;
}

/* Solicita tu cita */

.btn-primary{
    background-color: #E3A126 !important;
}

.btn-primary:hover{
    background-color: #FFFFFF !important;
    color: #E3A126 !important;
}

.btn-light:hover{
    background-color: #E3A126 !important;
    color: #FFFFFF !important;
}

/* Footer */
.cartel_footer{
    background-color: #E3A126  !important;
}

/* Sombra del cartel del footer, solo formato 1 */
#footer .footer-ribbon:before{
    border-right-color: #525252 !important;
    /* border-left-color: #525252 !important; */
}

.logo_text,
.logo_pie_text{
    color: #FFFFFF;
}

/* MOBILE */
@media (max-width: 800px) {
    ul li:active{
        background-color: #525252;
    }
    .header-body,.header_background,.background-black{background-color: #FFF !important;background: #ffffff00  !important;}
}
@media (max-width: 991px) {
    #header .header-nav-main nav > ul li a:active {
        background-color: #E3A126  !important;
    }
    .header-container{padding:0px;}
    .container{padding:0px 20px;}
}
/* ============FIN HOME============== */

/* FIN COLORS */