
.row.destacados {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.row.destacados .contenedor-desplegable{
    position: relative;
}

.listado_destacados.active {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    top: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    pointer-events: all;
}
.listado_destacados {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.listado_destacados ul{
    background-color: #d5d8db;
    padding-left: 0;
    padding-top: 12px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 13px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 13px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 13px rgba(0,0,0,0.5);
    border-radius: 0 0 6px 6px;
    padding-bottom: 0;
}
.listado_destacados ul li{
    list-style: none;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #9cb5c5;
}

.listado_destacados ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.listado_destacados ul li a span.fa{
    background: #002e5d;
    border-radius: 74px;
    color: #fff;
    padding: 8px 7px 7px 8px;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.listado_destacados ul li a span.imagen-destacado{
    background: #002e5d;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: inline-block;
}

.listado_destacados ul li a span.imagen-destacado img{
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.listado_destacados ul li a span.texto-enlace{
    min-height: 30px;
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #171717;
}



#header_bot_content .btn-info.listado_destacados_toogle {
    background-color: #333f48;
}

.listado_destacados_toogle {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 83;
    padding: 8px 16px 8px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #979797;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;

}

.listado_destacados_toogle:hover, .listado_destacados_toogle:active {
    background-color: #c1c6c8cc !important;
}

#header_bot_content .btn-info.listado_destacados_toogle:focus{
    background-color: #c1c6c8cc !important;
}


.listado_destacados_toogle .txt {
    display: inline-block;
}

.listado_destacados_toogle .chevron {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 6px;
    position: relative;
}

.listado_destacados_toogle .chevron:after {
    content: url("../images/arrow-bottom.png");
    width: 17px;
    height: 17px;
    position: absolute;
    left: -4px;
    top: -3px;
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.listado_destacados_toogle .chevron.down:after {
    content: url("../images/arrow-bottom.png");
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0px;
    left: -4px;
    transform: rotate(180deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.botonera-home .contenedor-botones .fila-uno-btn{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.botonera-home .contenedor-botones .fila-dos-btn{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
}

.botonera-home .contenedor-botones{
    padding-left: 0;
    padding-right: 0;
}

#header-home-web .header_bot_content {
    padding-bottom: 110px;
}


@media (max-width: 1199px) and (min-width: 1024px){
    .row.destacados {
        justify-content: flex-start;
        width: 50%;
    }
    .contenedor-botones {
        width: 50%;
    }
    #header-home-web .header_bot_content {
        padding-bottom: 149px;
    }
    .row.destacados .contenedor-desplegable {
        position: relative;
        width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .row.destacados .contenedor-desplegable {
        width: 100%;
    }

    .contenedor-botones {
        width: 100%;
    }

    .botonera-home .contenedor-botones .fila-uno-btn {
        width: 50%;
        float: left;
    }

    .botonera-home .contenedor-botones .fila-dos-btn {
        width: 50%;
        float: left;
    }
    .boton-home {
        margin-bottom: 15px;
    }

    #header-home-web .header_bot_content {
        padding-bottom: 80px;
    }

}

@media (max-width: 767px){
    .botonera-home .contenedor-botones .fila-dos-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .botonera-home .contenedor-botones .fila-uno-btn {
        margin-bottom: 0;
    }
    .boton-home {
        margin-bottom: 10px;
    }
    .botonera-home .contenedor-botones {
        margin-bottom: -9px;
    }
    #header-home-web .header_bot_content {
        padding-bottom: 85px;
    }
}

@media (max-width: 480px){
    .botonera-home .btn.btn-block {
        margin: 0 0 0 0;
    }
}

