/* General */
:root {
    --first: #8FC9C7;
    --second: #3C8B88;
    --third: #4C5358;
    --gray: #e5e5e5;
    --light-gray: #e9e9e9;
    --dark-gray: #2D2D2D;
    --img-filter: rgba(45, 45, 45, 0.85);
    --video-filter: rgba(45, 45, 45, 0.75);
    --img-header: rgba(45, 45, 45, 0.3);
    --gradiant: rgba(255,255,255,0);
    --img-filter-green: rgba(60, 139, 136, 0.8);
    --dark-blue: #14517E;
    --light-blue: #c2d2e2;
    --ultralight-blue: #e1e8ee;
    --medium-blue: #4e78a0;
    --bg-fondo-social: #6e87a1;
}

* {
	box-sizing: border-box;
}

html {
    height: 100%!important;
    scroll-behavior: smooth;
}

body {
	font-family: 'Lato', sans-serif;
	font-style: normal;
    font-size: 16px;
	font-weight: 400;
    width: 100%;
    line-height: 1;
    background-color: #fff;
    color: #6b6b6b;
    min-height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

.home {
    color: #000;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}

a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
	transition: linear 0.3s;
}

a:hover {
    text-decoration: none;
    transition: linear 0.3s;
    color: var(--first);
}

.enlace {
    color: var(--second);
    font-weight: 600;
}

.enlace:hover {
    color: var(--first);
}

.lighted {
    font-weight: 600;
    color: var(--second);
    font-size: 1.2em;
}

.bg_corp {
    background-color: var(--first);
    color:#ffffff;
}

.bg_seco {
    background-color: var(--second);
    color:#ffffff;
}

.bg_third {
    background-color: var(--third);
    color:#ffffff;
}

button {
    border: none;
}

.grecaptcha-badge {
    display: none !important;
}

/* Mapa */
.container_mapa {
    min-height: 600px;
}

#canarias
{
    width: 28%;
    height: 12%;
    left: 0%;
    top: 76%;
    cursor: pointer;
}

#andalucia
{
    width: 35%;
    height: 16%;
    left: 20%;
    top: 57%;
    cursor: pointer;
}

#andalucia_1
{
    width: 23%;
    height: 4%;
    left: 31%;
    top: 55%;
    cursor: pointer;
}

#andalucia_2
{
    width: 6%;
    height: 11%;
    left: 55%;
    top: 61%;
    cursor: pointer;
}

#extremadura
{
    width: 16%;
    height: 20%;
    left: 21%;
    top: 38%;
    cursor: pointer;
}

#castilla
{
    width: 18%;
    height: 15%;
    left: 38%;
    top: 40%;
    cursor: pointer;
}

#castilla_1
{
    width: 9%;
    height: 13%;
    left: 50%;
    top: 27%;
    cursor: pointer;
}

#castilla_2
{
    width: 8%;
    height: 13%;
    left: 54%;
    top: 40%;
    cursor: pointer;
}

#leon
{
    width: 16%;
    height: 20%;
    left: 25%;
    top: 20%;
    cursor: pointer;
}

#leon_1
{
    width: 9%;
    height: 12%;
    left: 41%;
    top: 22%;
    cursor: pointer;
}

#leon_2
{
    width: 8%;
    height: 6%;
    left: 50%;
    top: 28%;
    cursor: pointer;
}

#murcia
{
    width: 10%;
    height: 13%;
    left: 56%;
    top: 53%;
    cursor: pointer;
}

#baleares
{
    width: 21%;
    height: 15%;
    left: 79%;
    top: 36%;
    cursor: pointer;
}

#madrid
{
    width: 9%;
    height: 8%;
    left: 41%;
    top: 35%;
    cursor: pointer;
}

#valencia
{
    width: 6%;
    height: 20%;
    left: 64%;
    top: 38%;
    cursor: pointer;
}

#valencia_2
{
    width: 5%;
    height: 6%;
    left: 70%;
    top: 37%;
    cursor: pointer;
}

#galicia
{
    width: 14%;
    height: 13%;
    left: 10%;
    top: 15%;
    cursor: pointer;
}

#aragon
{
    width: 11%;
    height: 15%;
    left: 62%;
    top: 21%;
    cursor: pointer;
}

#aragon_1
{
    width: 9%;
    height: 14%;
    left: 59%;
    top: 28%;
    cursor: pointer;
}

#aragon_2
{
    width: 4%;
    height: 18%;
    left: 68%;
    top: 14%;
    cursor: pointer;
}

#cataluna
{
    width: 17%;
    height: 16%;
    left: 74%;
    top: 22%;
    cursor: pointer;
}

#pais_vasco
{
    width: 9%;
    height: 5%;
    left: 49%;
    top: 17%;
    cursor: pointer;
}

#navarra
{
    width: 10%;
    height: 5%;
    left: 55%;
    top: 19%;
    cursor: pointer;
}

#navarra_1
{
    width: 3%;
    height: 7%;
    left: 59%;
    top: 21%;
    cursor: pointer;
}

#la_rioja
{
    width: 9%;
    height: 6%;
    left: 50%;
    top: 22%;
    cursor: pointer;
}

#cantabria
{
    width: 10%;
    height: 5%;
    left: 39%;
    top: 17%;
    cursor: pointer;
}

#asturias
{
    width: 15%;
    height: 5%;
    left: 24%;
    top: 15%;
    cursor: pointer;
}

tbody tr {
    transition: all linear 0.2s;
}

#table_mapa_wrapper .row .col-sm-12 .col-md-6 {
    display: flex;
    justify-content: start;
}

#table_mapa_filter {
    display: flex;
    align-items: center;
}

#table_mapa td, #table_mapa th {
    border: none !important;
}

#table_mapa tbody td {
    font-weight: 300;
    color: #fff;
    font-size: 0.8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0.75rem 1rem;
}

#table_mapa tbody td:first-child {
    font-weight: 600;
    color: #fff;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 1rem 1rem 0 1rem;
}

#table_mapa tbody tr {
    float: left !important;
    width: 100%;
    margin: 0.5rem 0;
    background-color: #4c5458;
    border-radius: 10px;
    transition: all linear 0.2s;
}

#table_mapa tbody tr:hover {
    transform: translateX(5px);
    transition: all linear 0.2s;
}

.page-link {
    width: fit-content;
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: var(--second);
    cursor: pointer;
    margin: 0px 2px;
    border: none;
}

.page-item.active .page-link {
    background-color: var(--first);
}

.page-link:hover {
    background-color: var(--dark-gray);
    transition: all linear 0.3s;
    color: #fff;
}

/* Navigation */
.top {
	background-color: var(--third);
}

.top a:hover {
	color: var(--first);
}

.social {
	font-size: 15px;
}

.socios_btn {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
    letter-spacing: 0.5px;
}

.main_menu  {
	width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.main_menu .navbar {
	background-color: #fff;
}

.nav-link {
	color: var(--third);
}

.nav-link {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: initial;
}

.nav-link:hover {
	color: var(--first);
}

.search a {
	color: var(--second);
}

.search a:hover {
	opacity: 0.5;
}

#cambiaidioma {
    white-space: nowrap;
    font-size: 0.8em;
}

.language {
	color: var(--second);
}

.language span {
	font-weight: 800;
}

.language a {
	font-weight: 400;
}

.language a:hover {
	opacity: 0.5;
}

.logo {
	max-width: 180px;
}

.dropdown-toggle::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.255em;
    vertical-align: 0em;
    border-top: 0em;
    border-right: 0em;
    border-bottom: 0;
    border-left: 0em;
	font-size: 16px;
}

.dropdown-top {
	position: fixed!important;
    left: 0;
    top: 0;
    padding-top: 150px;
    padding-bottom: 20px;
    z-index: -1;
    width: 100vw;
	background-color: var(--first);
}

.dropdown-item-top {
    display: block;
    padding: 0.35rem 1rem;
    border: 0;
    width: fit-content;
	color: #fff;
    white-space: inherit;
    text-align: left;
}

.dropdown-item-top:hover {
    background-color: transparent;
    color: var(--second);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ccc
}

.dropdown-menu {
    width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #ced4da !important;
    border-radius: 0;
}

.drop_title[href] {
    display: block;
    border: 0;
    width: fit-content;
	color: var(--second);
    white-space: inherit;
    text-align: left;
}

.drop_title[href]:hover {
    background-color: transparent;
    color: #fff;
}

.dropdown-login {
    position: absolute !important;
    width: initial !important;
    z-index: 1000 !important;
    padding: 1.5rem 1.5rem !important;
    width: 25vh !important;
    border-radius: 0px 0px 10px 10px;
    border: 0px;
}

.dropdown-login a:hover {
    color: var(--second);
}

.socios_btn::after {
    content: none;
}

.drop_title {
    padding: 0rem 1rem 0.8rem 1rem;
    width: fit-content;
    color: var(--second);
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.navbar .container {
	justify-content: center;
}

.navbar-toggler {
    padding: 0;
    font-size: 1.5rem;
    background-color: transparent;
    border: 0px;
    border-radius: 0rem;
    color: var(--dark-gray);
    transition: all linear 0.3s;
}

.navbar-toggler:hover {
    color: var(--first);
    transition: all linear 0.3s;
}

button:focus {
    outline: none;
}

.mobile {
    padding: 20px 0px;
    background-color: var(--first);
    max-height: 87vh;
    overflow-y: scroll;
}

.mobile .navbar-nav .nav-link {
    display: block;
    color: var(--second);
}

.mobile .navbar-nav .nav-link:hover {
    color: #fff;
}

.mobile .dropdown-menu {
    position: static!important;
    transform: none!important;
    border-radius: 0;
    border: 0px;
    padding: 5px 0px 20px 0px;
    margin-top: 0px;
    text-align: center;
}

.mobile.show {
    position: sticky;
}

.menu_con_scroll {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.4);
    transition: ease-in 0.3s;
}
.menu_sin_scroll {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: ease-in 0.3s;
}

.search_box {
    position: absolute;
    background-color: var(--dark-gray);
    display: none;
}

.borrar_busqueda {
    display: none;
    transition: all 0.25s;
}

.banner_eventos {
    background: -webkit-linear-gradient(var(--first), var(--first));
    color: #ffffff;
    font-size: large;
}

.banner_eventos > svg {
height: 24px;
width: 24px;
/*   transform: scale(5); */
}

.banner_eventos > svg path#on-air-out {
animation: on-air-out 2s infinite;
}

.banner_eventos > svg path#on-air-in {
animation: on-air-in 2s infinite;
}

.banner_eventos > svg ellipse {
transform-origin: 50% 50%;
animation: on-air-circle 2s infinite;
}

.banner_enlace {
    color: #ffffff !important;
}

.banner_enlace:hover {
    color: var(--second) !important;
}


@keyframes on-air-circle {
0% {
    opacity: .1;
    transform: scale(1);
}
25%  { opacity: 1;
transform: scale(2.4);}
50%  { opacity: 1;}
75%  { opacity: 1;
transform: scale(1)}
100% { opacity: .3; }
}

@keyframes on-air-in {
0%   { opacity: .3; }
25%  { opacity: .3; }
50%  { opacity: 1; }
75%  { opacity: 1; }
100% { opacity: .3; }
}

@keyframes on-air-out {
0%   { opacity: .3; }
50%  { opacity: .3; }
75%  { opacity: 1; }
100% { opacity: .3; }
}

/* Footer */
.footer {
    margin-top: auto;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.footer a:hover {
    color: var(--second);
}

.footer_rrss {
    background-color: var(--first);
    font-size: 1.5em;
}

.footer_location {
    background-color: var(--second);
}

.footer_location img {
    max-width: 230px;
}

.footer_legal {
    background-color: var(--dark-gray);
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.5px;
}


/* Items generales */
.button {
    width: fit-content;
    padding: 15px 40px !important;
    background-color: var(--first) !important;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff !important;
    cursor: pointer;
}

.button:hover {
    background-color: var(--dark-gray) !important;
    transition: all linear 0.3s;
    color: #fff;
}

.btn-primary {
    width: fit-content;
    padding: 15px 40px !important;
    background-color: var(--first) !important;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff !important;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: var(--dark-gray) !important;
    transition: all linear 0.3s;
    color: #fff;
}

.btn-info {
    width: fit-content;
    padding: 15px 40px !important;
    background-color: var(--second) !important;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff !important;
    cursor: pointer;
}

.btn-info:hover {
    background-color: var(--dark-gray) !important;
    transition: all linear 0.3s;
    color: #fff;
}

.button_disabled {
    width: fit-content;
    padding: 15px 40px;
    background-color: var(--first);
    opacity: 0.75;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff;
    cursor: pointer;
    border: none;
}

.button_secondary {
    width: fit-content;
    padding: 15px 40px;
    background-color: var(--second);
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff;
    border: none;
    cursor: pointer;
}

.button_secondary:hover {
    background-color: var(--dark-gray);
    transition: all linear 0.3s;
    color: #fff;
}

.button_dark {
    width: fit-content;
    padding: 15px 40px !important;
    background-color: var(--third) !important;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff !important;
    border: none;
    cursor: pointer;
}

.button_dark:hover {
    background-color: var(--dark-gray) !important;
    transition: all linear 0.3s;
    color: #fff !important;
}

.button_invert {
    padding: 10px 15px;
    background-color: var(--secondary);
    width: fit-content;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid var(--first);
}

.button_invert:hover {
    background-color: var(--first);
    border: 1px solid var(--secondary);
    color: #fff !important;
    transition: linear 0.3s;
}

.circle_button {
    background-color: rgba(255, 255, 255, 0.5);
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    z-index: 1;
}

.circle_button:hover {
    background-color: var(--first);
    transition: all linear 0.3s;
    color: #fff;
}

.circle_button_big {
    background-color: rgba(255, 255, 255, 0.5);
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    z-index: 1;
}

.circle_button_big:hover {
    background-color: var(--first);
    transition: all linear 0.3s;
    opacity: 0.75;
}

.title {
    color: var(--second);
    font-size: 1.8em;
    letter-spacing: 0.5px;
    font-weight: 800;
    line-height: 1.2em;
}

.title_white {
    font-size: 1.8em;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
}

.bg_dark .text {
    color: #fff;
}

.grey {
    background-color: var(--gray);
    transition: all linear 0.2s;
}

.text_dark 
{
    color: var(--third) !important;
}

.full_section:hover {
    color: #fff!important;
    background-color: var(--first);
    transition: all linear 0.2s;
}

.full_section .circle_button_big {
    background-color: var(--light-gray);
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    z-index: 1;
}

.full_section:hover .circle_button_big {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all linear 0.3s;
}

.section_title {
    color: var(--second);
    text-transform: uppercase;
    font-weight: 600;
}

.section_title_dark {
    color: var(--dark-gray);
    text-transform: uppercase;
    font-weight: 600;
}

.section_subtitle {
    color: var(--dark-gray);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
}

.section_subtitle_white {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
}

.text {
    line-height: 1.5em;
    text-align: justify !important;
}

.large_text {
    font-size: 1.2em;
    line-height: 1.5em;
}

.text a {
    color: var(--first);
}

.text a:hover {
    color: var(--second);
}

.bordered {
    border-radius: 10px;
    border: 1px solid var(--gray);
}

.bordered-black {
    border-radius: 10px;
    border: 1px solid var(--dark-gray);
    transition: all linear 0.2s;
}

.bordered-black:hover {
    scale: 1.05;
    transition: all linear 0.2s;
}

.back {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
}

.back_news {
    background-repeat: no-repeat!important;
    background-size: contain!important;
    background-position: center!important;
    background-color: #ffffff;
}

.fondo-blur{
    position: relative;
    overflow: hidden;
  }
  
  .fondo-blur::before{
    content: '';
    display: block;
    background: inherit;
    position: absolute;
    width: 100%; height: 100%;
    left: 0; top: 0;
    filter: blur(15px);
    transform: scale(1.2,1.4);
  }

.card {
    border: 0px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

.card_admin {
    border: 0px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

.card_video {
    border: 0px;
    border-radius: 10px;
    text-align: left;
    height: 24vh;
    display: flex;
}

.card_photo {
    border: 0px;
    border-radius: 10px;
    text-align: left;
    height: 17vh;
    display: flex;
}

.documents .card.back {
    height: 400px;
    background-size: contain!important;
}

.documents .card:hover {
    transition: all linear 0.2s;
    transform: none;
}

.card:hover {
    transition: all linear 0.2s;
    transform: translateX(6px);
}

.card_video:hover {
    transition: all linear 0.2s;
    transform: translateX(6px);
}

.card_photo:hover {
    transition: all linear 0.2s;
    transform: translateX(6px);
}

.videoWrapper iframe {
    width: 100%;
    height: 48vh;
    border-radius: 0;
}

.card .opacity_layer {
    opacity: 0;
    background: -webkit-linear-gradient(var(--img-filter), var(--img-filter));
    transition: all linear 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 10px;
}

.card:hover .opacity_layer {
    opacity: 1;
    transition: all linear 0.3s;
}

.opacity_layer .circle_button {
    height: 40px;
    width: 40px;
}

.card_btn {
    height: fit-content;
}

.card_title {
    color: var(--first);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.card_subtitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
    z-index: 1;
}

.card_subtitle svg {
    color: var(--first);
}

.card_subtitle_photo {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.green_section_tittle {
    color: var(--first);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
}

.video_block .text {
    color: #fff;
}

.play_icon {
    width: 120px; 
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_icon:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.play_icon .triangulo {
    width: 0; 
    height: 0; 
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 10px;
    transition: all linear 0.2s;
}

.play_icon:hover .triangulo {
    border-left: 40px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    transition: all linear 0.2s;
}

.breadcrumb_container {
    height: 280px;
    color: #fff;
}

h1.title {
    font-size: 2.3em;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.breadcrumb {
    display: inherit;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: .1px;
    line-height: 1.3em;
}

.breadcrumb a:hover {
    color: var(--first);
}

.breadcrumb .active_section {
    font-weight: 700;
    color: var(--first);
    letter-spacing: .5px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.breadcrumb .section {
    font-weight: 600;
}

.decoration_img {
    border-radius: 10px;
}


/* HOME */
#home_slider {
    height: 300px;
    width: 100%;
    color: #fff;
}

.img-contain {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

.box-text {
    background-color: var(--img-header);
}

.carousel-inner {
    height: 100%;
    text-align: center;
}

#home_slider .carousel-item {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;
    height: 100%;
}

#home_slider .title {
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    line-height: 1em;
}

#home_slider .subtitle {
    line-height: 1.2em;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
    background-clip: padding-box;
    opacity: .5;
    transition: all .3s linear;
    border-radius: 50%;
    border: solid 2px #fff;
}

.carousel-indicators .active {
    background-color: #fff;
    opacity: 1;
}

.carousel-indicators li:hover {
    background-color: #fff;
    opacity: 1;
    transition: all .3s linear;
}

.slider_socios {
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.animation {
    width: auto;
    height: 100px;
    font-size: 0px;
}

.animation div {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
}

.news_card {
    border-radius: 10px;
}

.news .news_card {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.news .news_card:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(143,201,199, 0.9);
    -moz-box-shadow: 0px 0px 15px 0px rgba(143,201,199, 0.9);
    box-shadow: 0px 0px 15px 0px rgba(143,201,199, 0.9);
}

.news_card:hover .news_card_img {
    filter: grayscale(100%);
    transition: all linear 0.2s;
}

.news_card:hover .button {
    background-color: var(--dark-gray);
    transition: all linear 0.3s;
    color: #fff;
}

.news_card_img {
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    transition: all linear 0.2s;
}

.news_card_prev {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.news_card_date {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2D2D2D;
}

.news_card_title {
    color: var(--second);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 60px;
}

.social_zone, .banner_container {
    background-color: var(--gray);
}

.video_card {
    border-radius: 0px 10px 10px 0px;
    margin-top: -100px;
    min-height: 535px;
}

.social_button {
    color: #fff;
    background-color: var(--second);
    border-radius: 50%;
    padding: 15px;
    font-size: 1.6em;
    height: 55px;
    width: 55px;
}

.social_button:hover {
    color: #fff;
    background-color: var(--dark-gray);
}

.banner {
    min-height: 300px;
}

.banner .title {
    font-size: 2.3em;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
}

.banner_button {
    border-radius: 10px;
    min-height: 200px;
    height: 100%;
}

/* .banner_button img {
    max-width: 80%;
} */

.banner_button:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.banner_button .title {
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
}

.white {
    background-color: #fff;
}

.dark_gray {
    background-color: #4C5358;
}

.light_green {
    background-color: var(--first);
}

.dark_green {
    background-color: var(--second);
}

.white .title {
    color: var(--first);
}

.white .circle_button_big {
    background-color: rgba(143, 201, 199, 0.5);
    height: 50px;
    width: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    z-index: 1;
}

.white .circle_button_big:hover {
    background-color: rgba(143, 201, 199, 1);
    color: #fff;
    transition: all linear 0.3s;
}

.light_green .title, .dark_gray .title, .dark_green .title {
    color: #fff;
}

.slick-prev {
    left: -4.6% !important;
    z-index: 999;
    width: initial;
    height: initial;
}

.slick-next {
    right: -4.6% !important;
    z-index: 999;
    width: initial;
    height: initial;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 1;
    opacity: 1;
    color: var(--first) !important;
    -webkit-font-smoothing: antialiased;
}

.slick-prev:hover,
.slick-next:hover {
    color: var(--second) !important;
}

/* COOKIES */
.cookies {
    position: fixed;
    bottom: 0;
    background-color: var(--second);
    color: #fff;
    z-index: 99;
}

.cookies p {
    font-size: 0.9em;
    line-height: 1.2em;
}


/* TWITTER */
.twitter_card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.twitter_name {
    font-weight: 700;
}

.twitter_icon {
    color: var(--gray);
}

.body_twitter {
    font-size: 0.9em;
    line-height: 1.1em;
    margin-top: 15px;
}

.img_twitter {
    border-radius: 5px;
    margin-top: 15px;
    max-height: 120px;
    align-items: center;
    overflow: hidden;
    display: flex;
}

.img_twitter img {
    border-radius: 5px;
}


/* Who We Are */
.objetivos {
    position: relative;
}

.obj_center {
    border-left: 1px solid #B8BDC3;
    border-right: 1px solid #B8BDC3;
}

.objetivos_img {
    position: absolute;
    left: -80px;
    top: 50px;
    width: 26%;
}

.obj_title {
    text-transform: uppercase;
    color: var(--first);
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 1.8em;
    text-align: left;
}

.circle {
    border: 1px solid #B8BDC3;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 9px;
    z-index: 9;
}

.small_circle {
    border-radius: 50%;
    background-color: var(--first);
    height: 20px;
    width: 20px;
    transition: all linear 0.3s;
}

.circle:hover .small_circle {
    transform: scale(1.4);
    transition: all linear 0.3s;
}

.obj_right {
    margin-right: -20px;
    font-size: 0.9em;
}

.obj_left {
    margin-left: -20px;
    font-size: 0.9em;
}

#item_1 {
    margin-top: 300px;
}

#item_2 {
    margin-top: 240px;
}

.rounded_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
}

#img_one {
    margin-right: -20px;
    margin-top: 200px;
}

.col_obj {
    padding-top: 100px;
    padding-bottom: 100px;
}

.box {
    border-radius: 10px;
    background-color: var(--second);
    height: 100%;
    position: relative;
    min-height: 200px;
}

.box .title {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff!important;
}

.box .section_title {
    color: #fff!important;
}

.box_img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.box_img img {
    height: 70px;
}


/* Noticias */
.news_info {
    color: #B8BDC3;
}

.news_info svg {
    color: var(--first);
}

.additional_info {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    background-color: #fff;
    position: relative;
}

.label {
    position: absolute;
    height: 40px;
    width: 4px;
    top: 30px;
    left: -2px;
    background-color: var(--first);
}

.additional_info_img {
    transition: all linear 0.3s;
    border-radius: 5px;
}

.additional_info .date {
    font-size: 0.8em;
    color: #B8BDC3;
}

.additional_info_title {
    font-weight: 700;
    color: var(--second);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    transition: all linear 0.3s;
}

.additional_info a:hover .additional_info_title {
    color: var(--dark-gray);
    transition: all linear 0.3s;
}

.additional_info a:hover .additional_info_img {
    filter: grayscale(1);
    transition: all linear 0.3s;
}

.lane {
    margin: 15px 0px;
    height: 1px;
    background-color: #E9E9E9;
}

.tag {
    color: #B8BDC3;
    padding: 10px 20px;
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    white-space: nowrap;
    border-radius: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tag:hover {
    color: #fff;
    background-color: var(--first);
    border: 1px solid var(--first);
}

.archive a {
    color: #B8BDC3;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.archive a:last-child {
    margin-bottom: 0px;
}

.archive a:hover {
    color: var(--second);
}

.archive a svg {
    color: var(--first);
}

.quote_box {
    position: relative;
    border-radius: 10px;
    background-color: #f8f8f8;
    z-index: 0;
}

.quote_box .decoration {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #e9e9e9;
    font-size: 8em;
    z-index: -1;
}

.quote {
    font-size: 1.3em;
    font-weight: 400;
    color: #707070;
    font-style: italic;
    text-align: center;
    line-height: 1.2em;
    z-index: 2;
}

.author {
    text-align: center;
    color: var(--second);
    font-size: 1.2em;
    font-weight: 600;
}

.position {
    text-align: center;
    color: var(--first);
    font-size: 1em;
    font-weight: 400;
}

.img_gallery {
    border-radius: 10px;
    height: 150px;
}

.img_gallery .opacity_layer {
    opacity: 0;
    background: -webkit-linear-gradient(var(--img-filter), var(--img-filter));
    transition: all linear 0.3s;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
}

.img_gallery:hover .opacity_layer {
    opacity: 1;
    height: 100%;
    transition: all linear 0.3s;
}

.news_img {
    border-radius: 10px;
    min-height: 200px;
}

.comentario {
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
}

.comentario:last-child {
    border-bottom: 0px;
}

.comentario .name {
    font-weight: 600;
}

.comentario .date {
    font-size: 0.8em;
    color: #B8BDC3;
}

textarea, input {
    padding: 15px!important;
    border-radius: 5px;
    border: 1px solid #B8BDC3;
    color: #707070;
}

textarea::placeholder, input::placeholder {
    color: #B8BDC3;
}

textarea:focus-visible, input:focus-visible {
    border: 1px solid var(--first);
    outline: none;
}

/* Agenda */
.month_agenda {
    font-size: 2em;
    color: var(--dark-gray);
    font-weight: 800;
    transform: rotate(-90deg);
    width: fit-content;
}

.day_agenda {
    font-size: 4em;
    font-weight: 800;
}

.day .hour_agenda {
    font-size: 16px;
    width: 100%;
    display: block;
    font-weight: 400;
}

.month {
    color: var(--second);
}

.year {
    color: var(--dark-gray);
    font-weight: 800 !important;
}

/* Legislacion */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--dark-gray);
}

#legislation .nav-link {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    padding: 15px 20px!important;
}


/* Forms */
select {
    padding: 10px !important;
    color: var(--first);
    border: 1px solid var(--first);
    border-radius: 5px;
    background-color: transparent;
}

.select_admin {
    padding: 0px 10px !important;
    border: 1px solid var(--first);
    border-radius: 5px;
    background-color: transparent;
}

input {
    padding: 11.3px !important;
    color: var(--first);
    border: 1px solid var(--first);
    border-radius: 5px;
    background-color: transparent;
}

input::placeholder {
    color: var(--first);
}

.individual input::placeholder, .company input::placeholder {
    color: var(--second);
}

select:focus-visible, input:focus-visible {
    outline: none;
}

label {
    color: var(--first);
}

.shadowed {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}

.rounded-all {
    border-radius: 10px;
}



/* Listados */
.listado_header {
    background-color: var(--dark-gray);
    color: var(--light-gray);
    font-weight: 600;
    text-transform: uppercase;
}

.company_position {
    font-weight: 700;
    color: var(--first);
}

.company_info {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; /* number of lines to show */
}

.document a {
    color: var(--first);
    font-size: 1.5em;
}

.document a:hover {
    color: var(--second);
}

.download a {
    color: var(--second);
    font-size: 1.5em;
}

.download a:hover {
    color: var(--first);
}

.documents_header {
    background-color: var(--first);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

table td, table th {
    padding: 25px 10px;
    vertical-align: middle;
    font-size: 13px;
    border-top: 1px solid #dee2e6;
}

.admin_table th {
    background-color: var(--second) !important;
    color: #fff !important;
    padding: 24px 0.75rem !important;
}

.table td, .table th {
    vertical-align: middle;
    font-size: 13px;
}

.table thead th {
    vertical-align: middle;
    line-height: 1.3em;
}

.table td, .table th {
    padding: 25px 10px;
}

table {
    table-layout:fixed;
}

.table_pages .td_nowrap {
    white-space: nowrap;
}

.table_agenda .td_nowrap {
    white-space: nowrap;
}

.table_carrusel .td_nowrap {
    white-space: nowrap;
}

.paginador {
    background-color: var(--dark-gray);
    color: var(--first);
}

.paginador .page {
    cursor: pointer;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 5px;
    transition: all linear 0.2s;
    display: inline-block;
}

.paginador .page:hover {
    color: var(--second);
    transition: all linear 0.2s;
}

.paginador .page.active {
    background-color: var(--first);
    color: var(--dark-gray);
}



/* Socios */
.socio_card {
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    height: 100%;
}

.socio_card .opacity_layer {
    opacity: 0;
    background: -webkit-linear-gradient(var(--img-filter), var(--img-filter));
    transition: all linear 0.3s;
    position: absolute;
    top: 0;
    display: flex;
    left: 0;
    z-index: 0;
    border-radius: 10px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.socio_card:hover .opacity_layer {
    opacity: 1;
    transition: all linear 0.3s;
}

.contact_info {
    color: #8F8F8F;
    line-height: 1.3em;
}

.contact_info .title, .contact_info svg, .card-body svg {
    color: var(--second);
}

.contact_info a, .card-body a {
    color: #8F8F8F;
}

.contact_info a:hover, .card-body a:hover {
    color: var(--first);
}

.pregunta input, .pregunta textarea {
    width: 100%;
}

.pregunta.text input {
    width: fit-content;
}

.collapse_card .card-header {
    padding: 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #B8BDC3;
}

.btn_card {
    border: 0;
    background-color: transparent;
    font-size: 1.2em;
    color: var(--second);
    font-weight: 500;
}

.card-body {
    line-height: 1.3em;
}

.card-body .card {
    border: 1px solid var(--first);
    border-radius: 10px;
    min-height: 100%;
    text-align: center;
}

.card-body .card .title, .back .section_title, .back .title {
    color: var(--first);
}

.card-body .card .section_title {
    line-height: 1.2em;
}

.breadcrumb_container .title {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.org_card {
    background-color: var(--dark-gray);
    border-radius: 10px;
}

.contenido {
    color: var(--dark-gray);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.conv_card:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(143 201 199 / 90%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(143,201,199, 0.9);
    box-shadow: 0px 0px 15px 0px rgb(143 201 199 / 90%);
}


/* Consejeros */
.con_card .name {
    font-weight: 600;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con_card .position, .con_card_invert .position {
    font-weight: 400;
    font-size: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.con_card_invert {
    background-color: var(--dark-gray);
}

.con_card_invert .name {
    font-weight: 600;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.con_card .company {
    color: #AAAAAA;
}

.third_btn {
    padding: 15px;
    border: 1px solid var(--first);
    border-radius: 5px;
    color: var(--first);
    transition: all linear 0.3s;
}

.third_btn:hover {
    border: 1px solid var(--first);
    background-color: var(--first);
    color: var(--dark-gray);
    transition: all linear 0.3s;
}


/* Estadísticas */
.stats {
    background-image: url(../img/circles_back.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 35vh;
}

.grey_circles {
    background-image: url(../img/circles_gray_back.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 35vh;
}

.filtros {
    background-color: var(--dark-gray);
}

.filtros .button {
    border: 1px solid var(--first);
}

.stats .card {
    min-height: inherit;
    height: 100%;
}

.input_tag {
    border-radius: 5px 0px 0px 5px;
}

.button_tag {
    width: fit-content;
    padding: 14px;
    background-color: var(--first);
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff;
    border: none;
    cursor: pointer;
}

.button_tag:hover {
    background-color: #fff;
    transition: all linear 0.3s;
    color: var(--first);
}

.document_action {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
}

#tabla_estadisticas_wrapper > .row:first-child {
    border-top: 1px solid var(--gray);
    background-color: var(--dark-gray);
    /* padding: 1rem; */
}


.buttons-html5, .buttons-print {
    width: fit-content;
    padding: 15px 20px !important;
    margin: 10px;
    background-color: var(--first) !important;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    transition: all linear 0.3s;
    color: #fff !important;
    cursor: pointer;
}

.buttons-html5:hover, .buttons-print:hover {
    background-color: var(--dark-gray) !important;
    transition: all linear 0.3s;
    color: #fff;
}

.dt-buttons {
    display: flex;
    justify-content: end;
}

/* Docs */

.doc_card_alt {
    background-color: var(--dark-gray);
    border-radius: 10px;
}

.doc_card {
    background-color: var(--dark-gray);
    border-radius: 10px;
    transition: all linear 0.2s;
}

.doc_card_photo {
    background-color: var(--dark-gray);
    border-radius: 10px;
    transition: all linear 0.2s;
    height: 12vh;
}

.doc_card_photo_second {
    background-color: var(--second);
    border-radius: 10px;
    transition: all linear 0.2s;
}


.doc_card .card_subtitle {
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 1;
}

.doc_card:hover {
    transform: translateX(5px);
    transition: all linear 0.2s;
}

.doc_card:hover .circle_button{
    background-color: var(--first);
}

.doc_card_photo:hover {
    transform: translateX(5px);
    transition: all linear 0.2s;
}

.doc_card_photo_second:hover {
    transform: translateX(5px);
    transition: all linear 0.2s;
}

.doc_card_photo:hover .circle_button{
    background-color: var(--first);
}

.doc_card_photo_second:hover .circle_button{
    background-color: var(--dark-gray);
}

.ent_container .doc_card {
    background-color: #4c5458;
}

.entity_name {
    font-weight: 600;
    color: #fff;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.entity_adress {
    font-weight: 300;
    color: #fff;
    font-size: 0.8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.ent_pag {
    background-color: transparent;
    color: var(--first);
}

.ent_pag .page {
    cursor: pointer;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 5px;
    transition: all linear 0.2s;
    display: inline-block;
}

.ent_pag .page:hover {
    color: var(--second);
    transition: all linear 0.2s;
}

.ent_pag .page.active {
    background-color: var(--first);
    color: #fff;
}


/* Go top */
.ir-arriba {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    background: var(--corporative);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    z-index: 998;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 9999999;
}

.ir-arriba:hover {
    background-color: #fff;
    color: var(--corporative);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    transition: all ease 0.3s;
}

/* Admin */

.card-bee:hover {
    transform: none !important;
}

#bee-holder {
  position: relative;
  /* border: 1px solid#777; */
  height: 1000px;
}
#bee-editor {
  position: absolute;
  top: 0;
  left: 0;
  height: 1000px;
  width: 100%;
}

#design.tab-pane {
  margin: -2rem -1.25rem;
}

.card.card-custom > .card-body #bee-holder.no-margin {
  margin: -2rem -1.25rem;
}

.highcharts-credits {
    display:none !important
}

#canvas {
    height: 600px !important;
    width: 550px !important;
    background-color: #ffffff;
    cursor: default;
    border: 1px solid black;
}

.cropper-canvas img 
{
    max-width: 100%;
}

.colorpicker {
    border: 1px solid #ced4da !important;
    cursor: pointer;
    height: 62% !important;
}

.colorpicker:hover {
    opacity: 0.75;
}

.MsoListParagraphCxSpFirst, .MsoListParagraphCxSpMiddle, .MsoListParagraphCxSpLast, .MsoListParagraph {
    text-indent: initial !important;
  }

/* =========================================================
   HERO
   ========================================================= */
.hero-box {
    background: var(--dark-blue);
    color: #fff;
    border-radius: 10px;
    padding: 3rem 2rem;
}

.hero-title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 2rem;
}

.hero-btn {
    background: #fff;
    color: #295a7a !important;
    border: 0;
    font-size: 1.25rem;
    border-radius: 5px;
    padding: 1rem 3.4rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.hero-img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Carrusel inferior */
.carousel-box {
    background: var(--medium-blue);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1.5rem;
    position: relative;
}

.carousel-item img {
    border-radius: 10px;
    object-fit: cover;
}

.carousel-caption-custom {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: .6rem;
}

/* Flechas tipo cuadrado */
.carousel-control-prev,
.carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-arrow {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s ease;
}

.carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.35);
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.news-card {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    height: 100%;
    overflow: hidden;
    min-height: 110px;
    transition: transform 0.2s ease;
}

.news-card:hover {
    transform: translateY(-2px);
}

/* === Imagen: misma medida siempre === */
.news-thumb {
    width: 40%;
    min-width: 150px;      /* ancho mínimo */
    height: 100px;               /* alto fijo */
    border-radius: 10px;
    object-fit: cover;          /* recorta sin deformar */
    object-position: center;    /* centra la imagen */
    margin-right: 1rem;
    display: block;
}

/* === Texto === */
.news-text {
    flex: 1 1 auto;
    color: #fff;
    line-height: 1.25;
    font-size: 0.98rem;
    margin: 0;
    width: 60%;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* columnas de igual altura */
.carousel-item .row {
    align-items: stretch;
}
.carousel-item .col-md-4 {
    display: flex;
}
.carousel-item .col-md-4 > .news-card {
    width: 100%;
}

/* separaciones laterales */
.carousel-item .col-md-4 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
.carousel-box .carousel-inner {
    padding: 0.2rem 0.4rem;
}


/* =========================================================
   ESTADÍSTICAS
   ========================================================= */
.stats-es{
    background: var(--light-blue);
}

.stats-title{
    font-weight: 800;
    font-size: 2rem;
    color: #0a0a0a;
}

.stats-item{
    max-width: 300px;
    margin: 0 auto;
}

.stats-icon{
    width: 170px;
    height: auto;
}

.stats-value{
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--dark-blue);
    line-height: 1.2;
}

.stats-label{
    font-size: 1rem;
    color: #25313b;
    margin-top: 1rem;
}

/* Botón */
.stats-btn{
    background: var(--dark-blue);
    color: #fff !important;
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    border-radius: 4px;
    font-weight: 700;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.stats-btn:hover{
    background: #234f6b;
}

.social-title{
    font-size: 2.3rem;
    font-weight: 700;
}

.social-subtitle{
    font-size: 1.6rem;
    width: 50%;
    margin: 0 auto;
}

.informe-title{
    font-size: 2.6rem;
    font-weight: 700;

}

.btn-informe{
    border: 2px solid black;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.15rem 3.2rem;
}

/* =========================================================
   VIDEO TEASER
   ========================================================= */
.video-teaser{
    /* fondo por defecto: desktop */
    background-image: url("../img/new_home/bg-impulsamos-moderacion-desktop.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;

    /* altura cómoda; ajusta según tu imagen */
    width: 100%;
}

/* Tipografías */
.video-title{
    font-weight: 700;
    line-height: 1.2;
    font-size: 2.6rem;
    margin: 0;
}
.video-subtitle{
    font-size: 1.5rem;
    margin: 0;
}

/* Botón */
.btn-video {
    background-color: #ffffff;
    color: #000000 !important;
    font-weight: 600;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
    padding: 1rem 3.4rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

.btn-video:hover {
    background-color: #f5f5f5;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.btn-video:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(41, 90, 122, 0.25);
}

/* ===== Responsive ===== */


/* =========================================================
   DIÁLOGO INSTITUCIONAL
   ========================================================= */
.dialogo-section {
    background-color: #fff;
}

.dialogo-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
}

.dialogo-subtitle {
    color: #333;
    font-size: 1rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Tarjetas */
.dialogo-card {
    border: 4px solid #7da0bb;
    border-radius: 10px;
    padding: 2rem 3rem;
    transition: all 0.25s ease;
    height: 100%;
    background-color: #fff;
}

.dialogo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.dialogo-icon {
    width: 48px;
    height: auto;
}

.dialogo-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin: 0;
}


/* ===== Actualidad (namespaced act-*) ===== */
.act-header {
    display: flex;
    align-items: flex-end; /* alinea la línea con la parte inferior del texto */
    margin-bottom: 1.5rem;
}

.act-title {
    font-weight: 800;
    font-size: 2rem;
    color: #000;
    margin: 0;
    padding: 0;
}

.act-line {
    flex: 1;
    height: 2px;
    background-color: #000;
    margin-left: 10px; /* separación entre texto y línea */
    position: relative;
    bottom: 3px; /* ajusta la altura para que quede justo al nivel del texto */
}


/* =========================================================
   ACTUALIDAD
   ========================================================= */
.act-sec{
    background:#dfe8ef;
}
.act-title{
    font-weight:800;
    font-size:2rem;
    color:#000;
    margin:0;
}
.act-line{
    height:2px;
    background:#000;
}

/* Card */
.act-card{
    background:#dfe8ef;
    border-radius:8px;
    overflow:hidden;
    text-decoration:none !important;
    color:inherit;
    transition:transform .2s ease, box-shadow .2s ease;
    display:block;
}
.act-card:hover{
    transform:translateY(-3px);
    box-shadow:0 4px 10px rgba(0,0,0,.08);
}

/* Imagen arriba: todas igual */
.act-thumb{
    width:100%;
    height:200px;
    background:#cfd8e3;
    overflow:hidden;
    border-radius:6px;
}
.act-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block; }

/* Contenido debajo */
.act-body{
    padding:.8rem 1rem 1rem;
    margin-top: 10px;
}
.act-date{
    font-size:1rem;
    font-weight:700;
    color:#1e4f73;
    margin-bottom: 0.8rem;
}

/* Descripción larga con elipsis multi-línea */
.act-desc{
    font-size:1.15rem;
    color:#000; margin:0;
    font-weight:700;
    line-height:1.45;
    text-align:left;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
}


/* ===== SOCIOS ===== */

.partners-header {
    align-items: baseline;
}

.partners-title {
    font-weight: 800;
    font-size: 2rem;
    color: #000;
    margin: 0;
    white-space: nowrap;
}

.partners-line {
    height: 2px;
    background: #000;
    position: relative;
    bottom: 4px;
}

/* FLEX GRID */
.partners-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centra las filas incompletas */
    gap: 24px;
}

/* Caja de cada logo */
.logo-box {
    background: #fff;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    flex: 1 1 calc(12.5% - 24px);
    max-width: calc(12.5% - 24px);
}

.logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.aula-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 6px 16px rgba(0,0,0,.08);
}

/* Imagen izquierda */
.aula-media{
    height:100%;
    min-height:260px;
    background:#ddd;
}
.aula-media img{
    width:100%; height:100%;
    object-fit:cover; display:block;
}

/* Panel derecho */
.aula-body{
    background:var(--dark-blue);
    color:#fff;
    padding:2.5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
}

.aula-badge{
    position:absolute;
    top:1.5rem;
    right:2.5rem;
    width:75px;
    height:75px;
    object-fit:contain;
}

/* Tipografías */
.aula-title{
    font-weight:900;
    line-height:1.2;
    font-size:2.85rem;
}
.aula-text{
    font-size:1.25rem;
}

/* Botón blanco tipo mock */
.aula-btn{
    background:#fff;
    color:#000!important;
    font-size: 1.25rem;
    font-weight:600;
    border-radius: 5px;
    padding: 1.15rem 3.4rem;
    border:none;
    box-shadow:0 1px 3px rgba(0,0,0,.08);
    display:inline-block;
}
.aula-btn:hover{
    background:#f5f5f5;
    box-shadow:0 3px 8px rgba(0,0,0,.12);
}


/* =========================================================
   FONDO SOCIAL EUROPEO
   ========================================================= */
.fse-sec{
    background:var(--light-blue);
}

.fse-badge{
    height:75px;
    width:auto;
}

/* Tipos */
.fse-title{
    color:var(--dark-blue);
    font-weight:800;
    line-height:1.15;
    font-size:2.5rem;
    margin-top: 20px;
}
.fse-subtitle{
    color:#2a3b46;
    font-size:1.5rem;
    max-width:32rem;
}

/* Botón */
.fse-btn{
    background:var(--dark-blue);
    color:#fff !important;
    font-weight:700;
    font-size:1.5rem;
    border:none;
    border-radius: 5px;
    padding: 1rem 3.4rem;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.fse-btn:hover{
    opacity:.95;
}

/* Panel derecha */
.fse-panel{
    background:var(--bg-fondo-social);
    color: #fff;
    border-radius:14px;
    padding:1.6rem 1.4rem;
}
.fse-item{
    display:flex;
    align-items:center;
    padding:1rem 0;
}

.fse-ico{
    width:100px;
    height:100px;
    object-fit:contain;
    margin-right:3rem;
    margin-left:1rem;
    filter: brightness(100%);
}

.fse-kpi{
    font-size:2rem;
    font-weight:700;
    line-height:1.1;
}
.fse-kpi-sub{
    font-size:1.5rem;
    opacity:.95;
    margin-top:.15rem;
}


/* ===== Destacados ===== */

/* =========================================================
   DESTACADOS
   ========================================================= */
.feat-sec{ background:#fff; }

.feat-header{
    align-items:baseline;
}
.feat-title{
    font-weight:800;
    font-size:2rem;
    color:#000;
    margin:0;
    white-space:nowrap;
}
.feat-line{
    height:3px;
    background:#000;
    position:relative;
    bottom:6px;
}

/* Items */
.feat-item{
    max-width:340px;
    margin:0 auto;
}

.feat-img{
    width:100%;
    max-width:260px;
    height:140px;       /* ajusta al arte */
    object-fit:contain;
    object-position:center;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.feat-link{
    font-size:1.25rem;
    font-weight:600;
    color:#1a1a1a;
    text-decoration:underline;
}

.feat-link:hover{
    color:#000;
    text-decoration:underline;
}

/* Querys */

@media (max-width: 1080px) {
    .card_subtitle {
        font-size: 1em;
        line-height: 1.2em;
    }
}

@media (max-width: 991px) {
    .mobile .dropdown-item, .mobile .drop_title {
        width: auto;
    }
    .mobile .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .mobile .navbar-nav .nav-link {
        /* border-bottom: 1px solid #fff; */
        display: inline-block;
        width: fit-content;
    }

    .mobile .dropdown-toggle::after {
        content: none;
    }
    .banner_button .title {
        font-size: 1.2em;
    }
    .banner .title {
        font-size: 1.5em;
        line-height: 1.2em;
        margin: 10px 0px;
    }
    #img_one {
        margin-top: 150px;
    }
    .obj_title {
        font-size: 1.5em;
    }
    .documents .card.back {
        height: 300px;
    }
}

@media (max-width: 1600px) {

    .videoWrapper iframe {
        width: 100%;
        height: 68vh;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {

    #table_mapa tbody td:first-child {
        -webkit-line-clamp: 1;
    }

    .videoWrapper iframe {
        width: 100%;
        height: 70vh;
        border-radius: 0;
    }
}

@media (max-width: 810px) {

}

@media (max-width: 767px) {
    .drop_title, .dropdown-item {
        text-align: center;
    }
    .video_card {
        border-radius: 0px;
        min-height: initial !important;
    }
    #home_slider .title {
        font-size: 1.4em;
    }
    #home_slider {
        height: 400px;
    }
    h1.title {
        font-size: 2em;
    }
    .obj_right {
        margin-right: 0px;
    }
    .obj_left {
        margin-left: 0px;
    }
    #item_1 {
        margin-top: 0px;
    }
    #item_2 {
        margin-top: 0px;
    }.obj_center {
        border-left: 0px;
        border-right: 0px;
    }
    .col_obj {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #table_mapa_wrapper>.row>.col-sm-12 .col-md-6 {
        display: flex;
        justify-content: end;
        margin: 5px 0;
    }
    .documents .card.back {
        height: 600px;
    }
    .slick-prev {
        display: none !important;
    }
    
    .slick-next {
        display: none !important;
    }
    .pagination .previous, .pagination .next {
        display: none;
    }
    .text {
        text-align: inherit!important;
    }
}

@media (max-width: 450px) {
    .logo {
        max-width: 130px;
    }
    h1.title {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 2200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1450px;
    }
}

@media (min-width: 2800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1650px;
    }
}

/* Responsive */
@media (min-width:992px){
    .feat-title{
        font-size:3rem;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .stats-icon{
        width: 220px;
        height: auto;
    }
    .stats-title{
        font-size: 2.3rem;
    }
    .stats-value{
        font-size: 2.6rem;
    }
    .stats-label{
        font-size: 1.5rem;
    }
    .dialogo-title {
        font-size: 2.8rem;
    }
    .dialogo-subtitle {
        font-size: 1.5rem;
    }
    .dialogo-icon {
        width: 75px;
    }
    .dialogo-text {
        font-size: 1.4rem;
    }
    .act-title{
        font-size:2.3rem;
    }
    .fse-title{
        font-size:3rem;
    }
    .fse-panel{
        padding:2rem 1.8rem;
    }
    .fse-kpi{
        font-size:2.6rem;
    }
    .fse-kpi-sub{
        font-size:2rem;
    }
}
@media (max-width:575.98px){
    .feat-img{
        height:120px;
        max-width:220px;
    }
    .fse-title{
        font-size:1.9rem;
    }
    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .logo-box {
        flex: 1 1 calc(50% - 24px); /* 2 por fila */
        max-width: calc(50% - 24px);
    }
}
@media (max-width: 576px) {
    .carousel-control-prev {
        left: 5px;
    }
    .carousel-control-next {
        right: 5px;
    }
}
/* Responsive */
@media (max-width: 1199.98px) {
    .partners-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .logo-box {
        flex: 1 1 calc(16.66% - 24px); /* 6 por fila */
        max-width: calc(16.66% - 24px);
    }
    /* Cambiamos a la imagen vertical en mobile */
    .video-teaser{
        background-image: url("../img/new_home/bg-impulsamos-moderacion-mobile.jpg");
        background-position: center top;
        min-height: 520px;       /* más alta para la vertical */
        padding: 2.5rem 0;
    }
}
@media (max-width: 991.98px) {
    .partners-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .logo-box {
        flex: 1 1 calc(25% - 24px); /* 4 por fila */
        max-width: calc(25% - 24px);
    }
}

@media (max-width: 767.98px) {
    .news-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.8rem;
    }
    .news-thumb {
        width: 100%;
        height: 160px;
        margin: 0 0 0.6rem 0;
    }
    .news-text {
        max-width: 100%;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        font-size: 0.95rem;
        width: 100%;
    }

    .video-title{
        font-size: 1.8rem;
    }
    .video-subtitle{
        font-size: 1.05rem;
    }
    /* velo más uniforme en móvil */
    .video-teaser::before{
        background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%, rgba(255,255,255,.5) 40%, rgba(255,255,255,0) 100%);
    }
    .aula-media{
        min-height:200px;
    }
    .aula-badge{
        width:40px;
        height:40px;
    }
    .partners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .logo-box {
        flex: 1 1 calc(33.33% - 24px); /* 3 por fila */
        max-width: calc(33.33% - 24px);
    }
}