#comandante {
    background: #c8c8c81a;
}


#comandante #seccion-comandante {
    margin-bottom: 20px;
}

#comandante #seccion-comandante .az-ctnr.container {
    display: flex;
    align-items: center;
    justify-content: center;
}


#comandante #seccion-comandante #nombre-comandante {
    background: #316649;
    height: 95px;
    padding-left: 80px;
    border-radius: 50px;
    position: relative;
    left: -60px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;

}

#comandante #seccion-comandante #nombre-comandante h2 {
    color: #A8D42E;

    font-family: 'WorkSans-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

#comandante #seccion-comandante #nombre-comandante p {
    color: white;
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#comandante #seccion-comandante #foto-comandante {
    z-index: 1;
}

#comandante #seccion-comandante #foto-comandante img {
    max-width: 140px;
    max-height: 140px;
    border-radius: 50%;

}

#comandante #comandante-tabs {
    display: block;
    max-width: 850px;
    margin: 0 auto;
}

#comandante #comandante-tabs::after {
    content: var(--comilla-close);
    height: 60px;
    width: 60px;
    position: absolute;
    right: -80px;
    bottom: 0px;
}

#comandante #comandante-tabs::before {
    content: var(--comilla-open);
    height: 60px;
    width: 60px;
    position: absolute;
    left: -80px;
    top: 70px;

}


#comandante #comandante-tabs .nav.nav-tabs .nav-item.ui-sortable-handle,
#comandante #comandante-tabs .nav.nav-tabs .nav-item {
    width: 50%;
}

#comandante #comandante-tabs .nav.nav-tabs .nav-item.ui-sortable-handle,
#comandante #comandante-tabs .nav.nav-tabs .nav-item a {
    color: #4B4B4B;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    border: 1px solid #E2E2E2;
    background: #F8F8F8;
}

#comandante #comandante-tabs .nav.nav-tabs .nav-item.ui-sortable-handle a.nav-link.active,
#comandante #comandante-tabs .nav.nav-tabs .nav-item a.nav-link.active {
    color: #006937;
    font-weight: 700;
    border-bottom: 4px solid #006937;
    background: white;
}

#comandante #comandante-tabs .nav.nav-tabs {
    border: none;
}


#comandante #comandante-tabs #comandante-saludo p,
#comandante #comandante-tabs #comandante-trayectoria p {
    color: var(--azul-primario, #142749);
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 30px;
}

#comandante #btn-organigrama .ver-mas {
    margin: 0 auto;
    width: 190px;
    margin-bottom: 30px;
}

#unidades-destacados .owl-carousel.st-owl-theme .az-element.az-slide.az-ctnr.clearfix {
    display: flex;
    justify-content: center;
}

#unidades-destacados .owl-carousel.st-owl-theme .az-element.az-html {
    background-color: #134759;
    width: 232px;
    height: 201px;
    padding: 10px;
}

#unidades-destacados .owl-carousel.st-owl-theme .az-element.az-html h2 {
    color: var(--blanco, #FFF);
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    top: 23%;
    transform: translatey(-50%);
    margin: 0 auto;
}

#unidades-redes {
    background: #c8c8c81a;
}

#unidades-redes #unidades-social-iconos {
    text-align: center;
}

#unidades-redes #unidades-social-iconos div {
    margin-bottom: 40px;
}

#unidades-redes #unidades-social-iconos a {
    margin: 40px;
}

#unidades-redes #unidades-carrusel-redes {
    text-align: center;
}

#unidades-redes #unidades-carrusel-redes .twitter-timeline.twitter-timeline-rendered {
    margin: 0 auto;
}

#unidades-carrusel-redes .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

#unidades-carrusel-redes .owl-controls .owl-buttons {
    width: 100%;
}

#unidades-carrusel-redes .owl-controls .owl-buttons .owl-prev::after,
#unidades-carrusel-redes .owl-controls .owl-buttons .owl-prev::before,
#unidades-carrusel-redes .owl-controls .owl-buttons .owl-next::after,
#unidades-carrusel-redes .owl-controls .owl-buttons .owl-next::before {
    background: transparent;
}

#unidades-carrusel-redes .owl-controls .owl-buttons .owl-prev {
    height: 50px;
    width: 50px;
    background: var(--angle-left-blue) center center no-repeat;
}

#unidades-carrusel-redes .owl-controls .owl-buttons .owl-next {
    height: 50px;
    width: 50px;
    background: var(--angle-right-blue) center center no-repeat;
    transform: rotate(0);
}

#unidades-contactenos h2 {
    color: #142749;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: capitalize;
    text-align: left;
}

#unidades-contactenos p {
    color: #76777A;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
}

#unidades-contactenos a {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    transition: all 0.5s ease;
}


#unidades-contactenos a:hover {
    color: #006937;

}

#unidades-contactenos #btn-cai a {
    width: 200px;
    margin-top: 20px;
}

#menu-unidades #titulo-menu-unidad {
    background: linear-gradient(90deg, #00665F 0.81%, #134759 100%);
}

#menu-unidades #titulo-menu-unidad h1 {
    color: #FFF;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: url(/sites/default/files/2023-12/image%203_0.png?fid=400486);
    padding: 20px;
    height: 185px;
}

#menu-unidades ol {
    counter-reset: listCounter;
    list-style: none;
}

#menu-unidades ol>li {
    counter-increment: listCounter;
    margin: 20px;
    overflow: hidden;
    color: #142749;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 20px;
}

#menu-unidades ol>li>a {
    overflow: hidden;
    color: #142749;
    white-space: normal;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9;
    text-decoration-line: underline;
    margin-left: 20px;
}

#menu-unidades ol>li>a:hover,
#menu-unidades ol>li>ul>li>ul>li a:hover,
#menu-unidades ol>li>ul>li a:hover {
    color: #006937;
}

#menu-unidades ol>li::before {
    content: counter(listCounter);
    background: #006937;
    color: #FFF;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 0px;
    border-radius: 15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;

}

#menu-unidades ol>li>ul>li {
    list-style: none;
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px;
    white-space: normal;
}

#menu-unidades ol>li>ul>li::before {
    content: var(--icono-menos);
    position: relative;
    right: 10px;
    bottom: 3px;
}

#menu-unidades ol>li>ul>li>ul>li {
    margin: 5px;
    list-style: none;

}

#menu-unidades ol>li>ul>li>ul>li::before {
    content: "";
    border: 3px solid #142749;
    width: 3px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    right: 5px;
    border-radius: 3px;
}

#menu-unidades ol>li>ul>li>ul>li a,
#menu-unidades ol>li>ul>li a {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    text-decoration-line: underline;
    white-space: normal;

}


.contactenosUnidades .google-map-field .map-container {
    width: 100%;
    height: 450px;
}



.noticiasUnidades .slick-slide {
    padding: 0 20px;
}

.noticiasUnidades .views-field.views-field-field-imagen-noticia img {
    width: 342px;
    height: 232px;
}

.noticiasUnidades .views-field.views-field-view-node .field-content a,
.noticiasCoest .views-field.views-field-view-node .field-content a {
    color: #00665F;
    text-align: right;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.noticiasUnidades .views-field.views-field-view-node .field-content a::after,
.noticiasCoest .views-field.views-field-view-node .field-content a::after {
    content: var(--icono-boton);
    position: absolute;
    display: inline-block;
    padding-left: 10px;
}

.noticiasUnidades .views-field.views-field-view-node {
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

.noticiasUnidades .field-content .ciudadFecha {
    color: #007934;
    font-family: 'WorkSans-Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.noticiasUnidades .title {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-top: 5px;
}


.noticiasCoest {
    padding: 30px 30px 30px 50px;
}

.noticiasCoest .title {
    color: #134759;
    font-family: 'Montserrat-Regular';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.noticiasCoest .cuerpo {
    color: #142749;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 38px;
}

.noticiasCoest .views-field.views-field-view-node {
    margin-top: 36px;
}

/**Redes Sociales**/

.redesUnidades div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.redesUnidades .youtube {
    content: var(--youtube);
    transition: all 0.5s ease;
}

.redesUnidades .youtube:hover {
    content: var(--youtube-green);
}

.redesUnidades .facebook {
    content: var(--facebook);
    transition: all 0.5s ease;
}

.redesUnidades .facebook:hover {
    content: var(--facebook-green);
}

.redesUnidades .instagram {
    content: var(--instagram);
    transition: all 0.5s ease;
}

.redesUnidades .instagram:hover {
    content: var(--instagram-green);
}

.redesUnidades .tiktok {
    content: var(--tiktok);
    transition: all 0.5s ease;
}

.redesUnidades .tiktok:hover {
    content: var(--tiktok-green);
}

.redesUnidades .twitter {
    content: var(--twitter);
    transition: all 0.5s ease;
}

.redesUnidades .twitter:hover {
    content: var(--twitter-green);
}

.redesUnidades .spotify {
    content: var(--spotify);
    transition: all 0.5s ease;
}

.redesUnidades .spotify:hover {
    content: var(--spotify-green);
}

.redesUnidades .linkedin {
    content: var(--linkedin);
    transition: all 0.5s ease;
}

.redesUnidades .linkedin:hover {
    content: var(--linkedin-green);
}

.redesUnidades .flickr {
    content: var(--flickr);
    transition: all 0.5s ease;
}

.redesUnidades .flickr:hover {
    content: var(--flickr-green);
}

.twitterCoest .twitter-tweet.twitter-tweet-rendered {
    margin: 0 auto;
}


/**Informes de inteaccion**/

.informes::before {
    content: '';
    width: 400px;
    border: 1px solid #C8C8C8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.informes h1 {
    color: #76777A;
    text-align: center;
    ;
    font-family: 'WorkSans-Regular';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
}

.informes h2 {
    color: var(--azul-primario, #142749);
    text-align: center;
    height: 60px;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 51px;
}

.informes p {
    color: #142749;
    text-align: center;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 43px;
}

.informes .interaccion {
    background: #134759;
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.audiofield-audiojs {
    background: #142749;
    border-radius: 20px;
}

.audiofield-audiojs .loadedZ,
.audiofield-audiojs .scrubberZ {
    background: white;
}


@media (max-width: 1000px) {

    #comandante #comandante-tabs::before,
    #comandante #comandante-tabs::after {
        content: "";
    }
}

@media (max-width: 600px) {
    #comandante #seccion-comandante #nombre-comandante p {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    #comandante #seccion-comandante #nombre-comandante {
        left: -68px;
        height: 100px;
    }

    #comandante #seccion-comandante #foto-comandante img {
        max-width: 120px;
        max-height: 120px;
    }

    #comandante #seccion-comandante #nombre-comandante p,
    #comandante #seccion-comandante #nombre-comandante h2 {
        font-size: 12px;
    }

}
img#img-destacados {
    height: auto;
}

/*
background: #316649;
height: 100px;
padding-left: 80px;
border-radius: 50px;
position: relative;
left: -68px;
z-index: 0;
display: flex;
flex-direction: column;
justify-content: center;
padding-right: 40px;*/
