/* 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)
}

* {
	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;
}

.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;
  }

/* 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: 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;
    }
}