﻿.content-header {
    height: 150px !important;
}
.content-header-item {
    height: 100px !important;
    cursor: pointer;
}

.nav-main-header a {
    color: #CC2C00 !important;
    font-size: large !important;
}

.nav-main-header li {
    border-radius: 0px;
    border-right: 1px solid #CC2C00 !important;
}
.nav-main-header li:last-child {
    border-right: 0px !important;
}

    .nav-main-header a:hover {
        color: #e5ab09 !important;
        background-color: transparent !important;
    }

.nav-main-header.w a {
    color: #FFF !important;
    font-size: large !important;
}
    .nav-main-header.w a:hover {
        color: #e5ab09 !important;
        background-color: transparent !important;
    }


body {
    background: white !important;
}



/*NAVEGACION LINKS*/
.nav-main a {
    color: #CC2C00 !important;
    font-size: x-large !important;
}

    .nav-main a:hover {
        color: #e5ab09 !important;
        background-color: transparent !important;
    }

.nav-main.w a {
    color: #0f1a26 !important;
    font-size: x-large !important;
}

    .nav-main.w a:hover {
        color: #e5ab09 !important;
        background-color: transparent !important;
    }

/*COLORES*/
.c1 {
    color: #CC2C00 !important;
}

.bc1 {
    background-color: #CC2C00 !important;
}

.c2 {
    color: #0f1a26 !important;
}

.bc2 {
    background-color: #CC2C00 !important;
}
#page-loader {
    background-color: #f0f2f5;
    
}
    #page-loader::before {
        background-color: #CC2C00;
    }
    #page-loader::after {
        background-color: #CC2C00;
    }
    /*BOTONES*/
    .btn-primary {
        background-color: #CC2C00;
        border-color: #CC2C00;
        border-radius: 1em;
        line-height: 22px;
    }

    btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        background-color: #e5ab09;
        border-color: #e5ab09;
    }

/*SELECT2 DESPLEGABLE ACEESO*/
.select2-container--default {
    border-color: white;
    background-color: transparent;
    color: #e5ab09;
    border-radius: 5px;
    border: 1px solid #56070C;
    margin: 10px !important;
    line-height: 40px;
    height: 42px;
    min-width: 125px;
}

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #56070C;
    }

    .select2-container--default.select2-container--disabled {
        border-color: #999;
    }

    .select2-container--default.select2-container--below.select2-container {
        border: 1px solid #56070C;
    }

    .select2-container--default.select2-container--open {
        border: 0px
    }

    .select2-container--default.select2-container--below.select2-container--open {
        border-radius: 5px 5px 0px 0px;
        border-bottom: 0px;
    }

.select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
    margin: -10px -10px !important;
    width: 237.062px;
    border: 1px solid #56070C;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: 0px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
        right:30px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #56070C transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 65%;
            margin-left: 20px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #CC2C00;
        line-height: 40px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #CC2C00 !important;
    color: white !important;
}

.select2-container--default .select2-results__option[aria-selected] {
    color: #CC2C00;
}


/*SELECT2 DESPLEGABLE ACEESO*/
.select2-container--acceso {
    border-color: white;
    background-color: transparent;
    color: #CC2C00;
    border-radius: 5px;
    border: 1px solid #56070C;
    margin: 10px !important;
    line-height: 40px;
    height: 40px;
}

    .select2-container--acceso.select2-container--focus .select2-selection--multiple {
        border-color: #56070C;
    }

    .select2-container--acceso.select2-container--below.select2-container--open {
        border-radius: 5px 5px 0px 0px;
        border-bottom: 0px;
    }

.select2-container.select2-container--acceso.select2-container--open .select2-dropdown--below {
    margin: -11px -11px !important;
    width: 237.062px;
    border: 1px solid #56070C;
    border-top: 0px;
    border-radius: 0px 0px 5px 5px;
}

.select2-container--acceso .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

    .select2-container--acceso .select2-selection--single .select2-selection__arrow b {
        border-color: #56070C transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 75%;
        margin-left: 20px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

/*SELECT2 DESPLEGABLE DEFECTO*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #CC2C00;
    line-height: 40px;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #999;
    line-height: 40px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #CC2C00;
    !important;
    color: white !important;
}

.select2-container--default .select2-results__option[aria-selected] {
    color: #CC2C00;
}

/*SELECT2 DESPLEGABLE ACEESO BLANCO*/
.select2-container--accesow {
    border-color: white;
    background-color: transparent;
    color: white;
    border-radius: 5px;
    border: 1px solid white;
    margin: 10px !important;
    line-height: 40px;
    height: 40px;
}

    .select2-container--accesow.select2-container--focus .select2-selection--multiple {
        border-color: #CC2C00;
        
    }
    .select2-container--accesow.select2-container--below.select2-container--open {
        border-radius: 5px 5px 0px 0px;
    }
    .select2-container.select2-container--accesow.select2-container--open .select2-dropdown--below {
        margin: -11px -11px !important;
        width: 237.062px;
        border: 1px solid white;
        border-radius: 1px 1px 5px 5px;
    }

    .select2-container--accesow .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
    }

        .select2-container--accesow .select2-selection--single .select2-selection__arrow b {
            border-color: #CC2C00 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 75%;
            margin-left: 20px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

    .select2-container--accesow .select2-selection--single .select2-selection__rendered {
        color: white;
        line-height: 40px;
    }

.select2-container--accesow .select2-results__option--highlighted[aria-selected] {
    background-color: #CC2C00 !important;
    color: white !important;
}

.select2-container--accesow .select2-results__option[aria-selected] {
    color: #CC2C00;
    
}

/*SELECT2 DESPLEGABLE IDIOMAS*/
.select2-container--langs {
    border-color: white;
    background-color: transparent;
    color: white;
    border: 0px;
    margin: 10px !important;
    line-height: 40px;
    height: 40px;
}

    .select2-container--langs.select2-container--focus .select2-selection--multiple {
        border-color: white;
    }

    .select2-container--langs.select2-container--open.select2-container--below .select2-selection--single {
        border-bottom: 0px;
    }

    .select2-container--langs.select2-container--open.select2-container--below {
        border-radius: 5px 5px 0px 0px;
    }

.select2-container.select2-container--langs.select2-container--open .select2-dropdown--below {
    margin: -11px -11px !important;
    width: 237.062px;
    border: 1px solid white;
    border-radius: 1px 1px 5px 5px;
}

.select2-container--langs .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

    .select2-container--langs .select2-selection--single .select2-selection__arrow b {
        border-color: #CC2C00  transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 40%;
        margin-left: 30px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--langs .select2-selection--single .select2-selection__rendered {
    color: #CC2C00;
    line-height: 40px;
}



.select2-container--langs .select2-results__option--highlighted[aria-selected] {
    background-color: #CC2C00 !important;
    color: white !important;
}

.select2-container--langs .select2-results__option[aria-selected] {
    color: #CC2C00;
}

/*SELECT2 DESPLEGABLE IDIOMAS BLANCO*/
.select2-container--langsw {
    border-color: white;
    background-color: transparent;
    color: white;
    border: 0px;
    margin: 10px !important;
    line-height: 40px;
    height: 40px;
}

    .select2-container--langsw.select2-container--focus .select2-selection--multiple {
        border-color: #CC2C00;
    }

    .select2-container--langsw.select2-container--open.select2-container--below .select2-selection--single {
        border-bottom: 0px;
    }
    .select2-container--langsw.select2-container--open.select2-container--below {
        border-radius: 5px 5px 0px 0px;
    }

.select2-container.select2-container--langsw.select2-container--open .select2-dropdown--below {
    margin: -11px -11px !important;
    width: 237.062px;
    border: 1px solid white;
    border-radius: 1px 1px 5px 5px;
}

.select2-container--langsw .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
    .select2-container--langsw .select2-selection--single .select2-selection__arrow b {
        border-color: #FFF transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 40%;
        margin-left: 20px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container--langsw .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: 40px;
}



.select2-container--langsw .select2-results__option--highlighted[aria-selected] {
    background-color: #CC2C00 !important;
    color: white !important;
}

.select2-container--langsw .select2-results__option[aria-selected] {
    color: #CC2C00;
}

/*MODALES*/
.modal-content {
    border-radius: 1em;
}

#modalClose {
    position: relative;
    top: 5px;
    float: right;
    right: 15px;
    z-index: 1000;
}

    #modalClose i {
        float: right;
        color:#aaa;
    }


/*OTROS*/
.cabecera {
    border-radius:1em;
}

.footer {
    height: 135px;
}


/*SCROLL*/
.slimScrollBar {
    background-color: #CC2C00 !important;
    width: 7px !important;
    border-radius: 2px !important;
}

::-webkit-scrollbar {
    width: 7px !important;
}

::-webkit-scrollbar-thumb {
    background: #CC2C00 !important;
    border-radius: 2px !important;
}

.zindex-100{
    z-index:100;
}

.zindex-1 {
    z-index: -1;
}

/* Estilos  para el popup de cookies */
#cookieConsent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #CC2C0060;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: justify;
    font-size: 16px;
}

    #cookieConsent button {
        background-color: #FFF;
        color: #0f1a26;
        border: none;
        padding: 10px 20px;
        margin-left: 10px;
        cursor: pointer;
        font-size: 16px;
    }

        #cookieConsent button:hover {
            background-color: #e5ab09;
        }

/* Fondo modal que bloquea la interacción */
#modalBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.borderColorBlue {
    border-color: #CC2C00;
}

.verticalLineAzul {
    border-left: 2px #CC2C00 solid;
}

.mapaContacto {
    max-width: 90%;
}
.userIcon {
    width: 32px !important;
    height: 32px !important;  
    background-size: cover;
    background-position: center;
}


.bg-image_inmo {
    background-color: #f8f9fa;
    background-position: 0% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
}
