:root {
    --primario: #002327;
    /*--secundario: #5A8E31;*/
    --secundario: #93B54C;
    --gris: #707070;
    --blue: #012E33;
    --celeste: #68B7CC;
    --celestesecundario: #8CCFD9;
    --white: #FFFFFF;
    --bggray: #F4F4F4;
    --lightgreen: #93B54C;
    --olive: #CFDBAF;
    --darkgray: #464646;
}

body
{
    font-family: "Montserrat", sans-serif;
    color: #002327;
    font-size: 14px;
}

a
{
    text-decoration: none;
    transition: opacity .20s ease-in-out;
}

/* Common */
.\--inner-padding {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.\--lineBottom
{
    border-bottom: 1px solid rgba(112,112,112,.5)
}

.\--lineBottomLight
{
    border-bottom: 1px solid rgba(112,112,112,.2)
}

.\--lineRightLight {
    border-right: 1px solid rgba(112, 112, 112, .2)
}

.\--lineLeftLight {
    border-left: 1px solid rgba(112, 112, 112, .2)
}

.\--bigSection
{
    padding-top: 120px;
    padding-bottom: 120px;
}

.\--menuTop
{
    /*margin-top: 80px;*/
}

.\--loggedSpacer {
    margin-top: 40px;
}

.\--menuTop80 {
    margin-top: 80px;
}

.\--menuTopXL {
    margin-top: 100px;
}

.\--bgCommon
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.\--bgGray
{
    background-color: var(--bggray);
}

.\--z0
{
    z-index: 0 !important;
}

.\--z1 {
    z-index: 1 !important;
}

.\--z2 {
    z-index: 2 !important;
}

.\--rotate180
{
    transform: rotate(180deg);
}

/* Skeleton */

.\--isLoading {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    width: 100%;
}

.\--loadingBigBlock
{
    width: 100%;
    display: block;
    height: 200px;
}

.\--loadingMediumBlock {
    width: 100%;
    display: block;
    height: 100px;
}

.\--loadingLittleBlock {
    width: 100%;
    display: block;
    height: 50px;
}

.\--loadingXSBlock {
    width: 100%;
    display: block;
    height: 30px;
}

.hideme
{
    display: none;
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

/* Textos */
.text-gray
{
    color: var(--gris);
}

.text-white
{
    color: var(--white);
}

.text-primario {
    color: var(--primario) !important;
}

.text-secundario {
    color: var(--secundario) !important;
}

.text-celeste {
    color: var(--celeste) !important;
}

.text-celeste-secundario {
    color: var(--celestesecundario) !important;
}

.text-oliva {
    color: var(--olive) !important;
}

.text-green {
    color: var(--lightgreen) !important;
}

.\--primaryLink {
    font-weight: 600;
    text-decoration: none;
}

.\--secondaryLink, .\--secondaryLink:hover {
    font-weight: 600;
    text-decoration: none;
    color: var(--secundario)
}

.\--grayTag
{
    color: #969696;
    font-size: 12px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    border-radius: 0px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    
    border-right: 1px solid #969696;
    text-decoration: none;
    padding: 0;
    padding-right: 6px;
    height: auto;
    line-height: 12px;
}

.\--grayTag:last-child
{
    border-right: 0;
}

.\--grayTagBig
{
    font-size: 14px;
    height: 36px;
    border-radius: 18px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #969696;
}

.\--grayTagBordered {
    color: #969696;
    font-size: 11px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    border-radius: 12px;

    border: 1px solid #969696;
    text-decoration: none;
    padding: 5px 8px;
    padding-right: 8px;
    height: auto;
    line-height: 11px;
    margin-bottom: 6px;
}

.\--grayTagBordered:last-child
{
    border: 1px solid #969696;
}

.\--grayTagBordered.activo
{
    background-color: #969696 !important;
    color: #FFF !important;
}

.\--grayTagBig:last-child
{
    border: 1px solid #969696;
}

.\--grayTag:hover, .\--grayTag.activo
{
    background-color: transparent;
    color: #969696;
}

.\--grayTag:hover
{
    background-color: transparent;
    opacity: .8;
}

/* Títulos */
.\--titulo
{
    display: inline-block;
}

.\--titulo h2
{
    color: var(--primario);
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 5px;
}

.\--titulo h2 span
{
    color: var(--secundario);
}

.\--titulo p
{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
}

.\--titulo p::after
{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: var(--celeste);
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.\--tituloSinPunto
{
    padding-left: 0 !important;
}

.\--tituloSinPunto::after
{
    display: none;
}

.\--titulo p.inner {
    text-transform: none;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    color: #8B8B8B;
}

.\--titulo p.inner::after
{
    display: none;
}

.\--titulo.bluesubtitle p::after
{
    background-color: var(--blue);
}

.\--titleLink
{
    float: right;
}

.\--titleFont
{
    font-size: 56px;
    font-weight: 500;
    line-height: 56px;
}

.\--subtitle
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.\--subtitleSecondary
{
    color: var(--lightgreen);
    position: relative;
    font-weight: 500;
    font-size: 16px;
    padding-left: 15px;
}

.\--subtitleSecondary::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: var(--lightgreen);
    left: 0px;
    top: 8px;
    border-radius: 50%;
}

.\--beforeBall
{
    position: relative;
}

.\--beforeBall::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: var(--celestesecundario);
    left: -15px;
    top: 8px;
    border-radius: 50%;
}

/* Font Size */
.\--hXXL {
    font-size: 42px;
    font-weight: 500;
}

.\--hXL
{
    font-size: 38px;
    font-weight: 500;
}

.\--hL
{
    font-size: 28px;
    font-weight: 500;
}

.\--hL {
    font-size: 28px;
    font-weight: 500;
}

.\--hM22 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
}

.\--hM
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.\--tM
{
    font-weight: 500;
    font-size: 16px;
}

.\--tMR {
    font-weight: 400;
    font-size: 16px;
}

.hrDark
{
    border-color:#707070;
    opacity: 1;
}

/* 
    ======================
    Botones
    ======================
*/
.\--btnLyD
{
    height: 38px;
    border-radius: 19px;
    font-weight: 400;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
            box-shadow .15s ease-in-out,
            opacity .15s ease-in-out;
}

.\--btnLyD-s
{
    height: 36px;
    border-radius: 18px;
    line-height: 18px;
}

a.\--btnLyD {
    line-height: 22px;
}

a.\--btnLyD .\--btnArrow {
    margin-top: -2px;
}

.\--btnDefault
{
    color: var(--blue);
    border: 1px solid var(--gris);
}

.\--btnDefault:hover
{
    background-color: var(--primario);
    color: var(--white);
}

.\--btnDanger {
    color: #FFF;
    border: 1px solid #b53737;
    background: #b53737;
}

.\--btnPrimary {
    color: var(--white);
    background-color: var(--primario);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
        box-shadow .15s ease-in-out,
        opacity .15s ease-in-out;
}

.\--btnPrimary:hover,
.\--btnPrimary:active,
.\--btnPrimary:focus {
    opacity: .85!important;
    color: var(--white)!important;
    background-color: var(--primario) !important;
}

.\--btnSecondary {
    color: var(--white);
    background-color: var(--secundario);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
        box-shadow .15s ease-in-out,
        opacity .15s ease-in-out;
}

.\--btnSecondary:hover,
.\--btnSecondary:active,
.\--btnSecondary:focus {
    opacity: .85 !important;
    color: var(--white) !important;
    background-color: var(--secundario) !important;
}

.\--btnTerciary {
    color: var(--white);
    background-color: var(--lightgreen);
}

.\--btnTerciary:hover,
.\--btnTerciary:active,
.\--btnTerciary:focus {
    opacity: .85 !important;
    color: var(--white) !important;
    background-color: var(--lightgreen) !important;
}

#menu .\--btnTerciary,
#menu .\--btnTerciary:hover,
#menu .\--btnTerciary:active,
#menu .\--btnTerciary:focus {
    color: var(--blue);
}

.\--btnTerciaryTransparent {
    color: var(--lightgreen);
    border-color: var(--lightgreen);
    background-color: transparent;
}

.\--btnTerciaryTransparent:hover,
.\--btnTerciaryTransparent:active,
.\--btnTerciaryTransparent:focus {
    opacity: .85 !important;
    color: var(--white) !important;
    background-color: var(--lightgreen) !important;
}

.\--btnArrow
{
    background-color: var(--secundario);
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;

    /*border: 1px solid var(--blue);
    position: relative;
    transition: all .15s ease-in-out;*/
}

/*.\--btnArrow::before
{
    content: "";
    background-image: url(../img/arrow.svg);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    top: -1px;
    left: -1px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(19%) saturate(3287%) hue-rotate(148deg) brightness(102%) contrast(99%);
}*/

.btn:hover .\--btnArrow
{
    /*background-color: var(--secundario);
    margin-left: 15px;*/
}

.\--btnArrow.\--rotate180
{
    margin-left: 0;
    margin-right: 3px;
}

.\--btnArrowPrimary
{
    background-color: var(--primario);
}

.\--btnPlus
{
    background-image: url(../img/plus.svg);
    background-size: 9px auto;
}

.\--btnIcon
{
    background-color: var(--white);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    line-height: 21px;
}

.\--btnIcon i
{
    color: var(--blue);
}

.\--btnBall
{
    padding-left: 10px;
    padding-right: 10px;
}

.\--btnBall .\--btnArrow
{
    margin-left: 0;
}

td .\--btnLyD
{
    font-size: 12px;
}

.\--btnGJ, .\--btnGJ:hover
{
    border: 0px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    height: auto;
    color: var(--gris);
}

.\--btnGJ:hover
{
    text-decoration: underline;
    opacity: .8;

}

.fechaCaluga
{
    font-size: 14px;
    color: var(--gris) !important;
    font-weight: 400;
}

/* 
    ======================
    Máscaras
    ======================
*/
.\--mask
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.\--mask0
{
    z-index: 0;
}

.\--maskPrimary
{
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 28, 31, 1) 80%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 28, 31, 1) 80%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 28, 31, 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#001c1f", GradientType=1);
}

.\--maskLinearPrimary
{
    background-color: rgba(0, 46, 51, .55);
}

.\--bgImage
{
    object-fit: cover;
    z-index: 0;
    width: 100%;
}

.\--bgShadow
{
    position: absolute;
    z-index: 1;
}

.\--bgRingBanner
{
    width: 30%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.\--bgShadowBanner
{
    left: 0;
    bottom: 0;
    width: 45%;
    left: -50px;
}

/* ============================================ */

/* Sliders */
.splide__arrow
{
    background: transparent;
}

.splide__arrow--next
{
    right: 2rem;
}

.splide__arrow--prev {
    left: 2rem;
}

.splide__arrows_circle img
{
    /*filter: brightness(0) saturate(100%);*/
    width: 70%;
}

.splide__arrows_circle .splide__arrow--next
{
    border: 1px solid #464646;
    background-color: var(--blue);
    right: 1rem;
}

.splide__arrows_circle .splide__arrow--prev {
    border: 1px solid #464646;
    background-color: var(--blue);
    left: auto;
    right: 4rem;
}

.splide__arrows_circle .splide__arrow
{
    top: calc(100% - 15px);
    transform: none;
}


/* ============================================ */

/* MENU */
#navbarsExample05
{
    margin-top: 2px;
}

#menu
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    transition: background-color .30s ease-in-out;
}

#menu.coloured
{
    background-color: var(--primario);
    border-bottom-color: var(--primario);
}

#menu.colouredImportant
{
    background-color: var(--primario) !important;
    border-bottom-color: var(--primario) !important;
}

#menu-menu-principal li a
{
    color: var(--white);
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;

    transition: opacity .15s ease-in-out;
}

.navbar-brand
{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img
{
    height: 66px;
}

#menu-menu-principal li a:hover
{
    opacity: .7;
}

#menu .\--btnLyD-s
{
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
}

.zoom
{
    height: 18px;
}

.bell
{
    height: 26px;
}

.userzoom {
    height: 24px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(1%) saturate(0%) hue-rotate(31deg) brightness(103%) contrast(88%);
}

#burgerMain {
    width: 30px;
    height: 30px;
    position: relative;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

    top: 5px;
}

.burgerLink span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
}

#burgerMain div {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--white);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#burgerMain div:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#burgerMain div:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#burgerMain div:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#burgerMain.open div:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#burgerMain.open div:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#burgerMain.open div:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 34px;
    left: 8px;
}

/* ============================================ */

/* FOOTER */
footer
{
    background-image: url(../img/bg-footer.png);
    height: 450px;
}

footer img[cat="logo"]
{
    height: 150px;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer hr
{
    border-top: 1px solid rgba(255, 255, 255, 1);
    opacity: .3;
    width: 50%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

footer p
{
    color: var(--celestesecundario);
    font-size: 16px;
    font-weight: 400;
}

footer p.disclaimer
{
    color: var(--white);
    font-size: 13px;
    font-weight: 300;
}
/* ============================================ */

/* LOGIN */
#login
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/textura.jpg);
    top: 0;
    
    z-index: -1;
    opacity: 0;
    transition: opacity .25s ease-in-out, z-index .25s ease-in-out;
}

.openLogin
{
    z-index: 99999 !important;
    opacity: 1 !important;
}

#login .\--bgShadow
{
    width: 35%;
    top: -30px;
    left: -30px;
}

#loginForm
{
    height: 100%;
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
}

#loginIntro
{
    height: 100%;
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
}

#loginIntro img[cat="logo"]
{
    height: 130px;
    margin-bottom: 15px;
}

#loginIntro h4
{
    font-size: 36px;
    line-height: 36px;
    margin-top: 5px;
}

#acceso, .acceso
{
    background-color: var(--white);
    position: absolute;
    width: 70%;
    border-radius: 15px;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#acceso label, .acceso label
{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

#acceso a img, .acceso a img
{
    height: 50px;
}

#acceso .form-label, .acceso .form-label
{
    font-size: 14px;
    margin-bottom: 2px;
}

#acceso .form-control, .acceso .form-control
{
    background-color: #f7f7f7;
    border-width: 1px;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
}

#acceso h4, .acceso h4
{
    font-size: 22px;
}

#acceso h4 strong, .acceso h4 strong
{
    font-size: 28px;
}

#acceso .forgot, .acceso .forgot
{
    color: var(--secundario) !important;
}

.modalClose
{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    font-weight: 600;
    color: var(--primario);
}

.modalClose:hover
{
    color: var(--primario);
    opacity: .75;
}

.modalClose img
{
    height: 30px;
    margin-left: 5px;
}

/* ============================================ */

/* MEGAMENU */
#megamenu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-menu.jpg);
    top: 0;

    z-index: -1;
    opacity: 0;
    transition: opacity .25s ease-in-out, z-index .25s ease-in-out;
}

#megamenu .modalClose
{
    color: var(--white);
}

#megamenu .modalClose img
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(41deg) brightness(100%) contrast(104%);
}

.logoMenu
{
    position: absolute;
    left: 60px;
    top: 30px;
    height: 100px;
}

#bottomNav
{
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#bottomNav .row
{
    border-top: 1px solid rgba(207, 219, 175, .4) !important;
    padding-top: 20px;
}

#bottomNav .red-social
{
    width: 85%;
    float: right;
}

#bottomNav .red-social .rrssBall
{
    left: 0px;
    padding-left: 0;
}

#megamenuInterno
{
    padding-top: 80px;
}

#megamenuInterno .\--titulo h2
{
    color: #FFF;
    font-size: 28px;
}

#megamenuInterno label
{
    color: var(--olive);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.enlaceMegamenu
{
    display: block;
    height: 56px;
    border-radius: 28px;
    border: 1px solid var(--lightgreen);
    font-size: 28px;
    color: #FFF;
    width: 90%;
    margin-left: 5%;
    line-height: 54px;
    font-weight: 300;
    transition: background-color .20s ease-in-out;
    margin-top: 60px;
}

.enlaceMegamenu span
{
    color: var(--olive);
}

.enlaceMegamenu:hover
{
    color: #FFF;
    background-color: var(--secundario);
    border-color: var(--secundario);
}

.enlaceContacto, .enlaceContacto:hover
{
    color: #FFF;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 30px;
}

/* ============================================ */

/* HOME */
.banner
{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bannerConf
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bannerPic
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bannerContent
{
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    /*padding-left: 100px;
    padding-right: 100px;*/
}

.bannerContent .\--subtitle
{
    margin-top: 100px;
}

.video-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.video-container iframe,
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    height: calc(120vh - 5px);
    transform: translate(-50%, -50%);
    border: 0;
}

.noticiaExcerpt
{
    font-size: 18px;
}

#busqueda .tarjetaMiembro
{
    margin-top: 30px;
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 86.25vw;
    }

    #welcome {
        height: calc(56.25vw - 85px);
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}

.bannerIndicators
{
    position: absolute;
    width: 100%;
    bottom: 70px;
}

.indicator
{
    height: 44px;
    border-radius: 22px;
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid var(--lightgreen);
    color: var(--white);
    line-height: 44px;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.indicator span
{
    color: var(--olive);
    font-weight: 500;
    font-size: 24px;
    vertical-align: top;
    line-height: 42px;
}

/* ============================================ */

/* DISCUSIONES */
.discusionThumb
{
    position: relative;
    display: inline-block;
}

.discusionThumbImage
{
    background-color: var(--olive);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.discusionThumbImageMin
{
    width: 130px;
        height: 130px;
}

.discusionThumbBall
{
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: var(--secundario);
    border-radius: 50%;
    border: 3px solid #FFF;
    right: 0;
    top: 0;
    display: none;
}

.blueBall
{
    width: 18px;
    height: 18px;
    background-color: var(--primario);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.discusionTitle
{
    font-size: 20px;
}
/* ============================================ */

/* DISCUSIONES DESTACADAS */
.discusionDestacada
{
    padding-left: 5px;
}

.discusionDestacadaTitle
{
    font-size: 24px;
    line-height: 28px;
    
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.discusionDestacada p
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================ */

/* PRENSA */
.prensaThumb
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

.prensaThumb img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#salaPrensa .col-lg-4:last-child .\--lineRightLight
{
    border: 0;
}

#suscribete p
{
    line-height: 24px;
}

#suscribete p.\--hM
{
    font-size: 16px;
}

.form-control-transparent
{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(112,112,112,.5) !important;
    border-radius: 0;
    outline: 0;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

.form-control-transparent:focus
{
    background-color: transparent;
}

.calugaPrensa .\--subtitleSecondary,
.calugaPrensa .\--hM
{
    /*text-transform: uppercase;*/
}

.calugaPrensa .\--hM
{
    text-transform: uppercase;
}

.calugaPrensa .\--hM
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}

.calugaPrensa p {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.calugaPrensa:hover .\--btnDefault:not(.\--btnGJ)
{
    background-color: var(--blue);
    color: #FFF;
    border-color: var(--blue);
}

.calugaPrensa:hover .prensaThumb
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* ============================================ */

/* BANNER INTERMEDIO */
.bannerIntermedio
{
    height: 600px;
    position: relative;
    color: #FFF;
}

/* ============================================ */

/* INTEGRANTES */
.\--thumb {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    background-color: var(--bggray);
}

.\--thumb a
{
    width: 100%;
    height: 100%;
    display: block;
}

.\--thumb img {
    position: relative;
    top: 50%;
    /*left: 50%;
    transform: translate(-50%, -50%);*/
}

#mi-perfil .\--thumb img {
    left: 50%;
    transform: translate(-50%, -50%);
}

.integrante
{
    padding-bottom: 5px;
}

.integrante .\--thumb
{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 25px;
    border-radius: 5px;
}

.integrante .\--thumb img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    transition: filter .20s ease-in-out;
}

.integrante:hover .\--thumb img
{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.integrante:hover .\--thumb
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.integrante a[cat="title"]
{
    color: var(--darkgray);
}

.integrante a[cat="title"]:hover
{
    opacity: .7;
}

.integrante p
{
    color: #969696;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 5px;
}

.columnaIntegrante
{
    border-right:1px solid rgba(112,112,112,.5);
    margin-bottom: 50px;
}

#integrantes .row .columnaIntegrante:nth-child(4n+0)
{
    border-right: 0;
}

#integrantes .integrante
{
    height: 100%;
    position: relative;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#integrantes .buttonArrow
{
    display: none;
}

/*#integrantes .integrante:hover .\--btnDefault
{
    background-color: var(--primario);
    color: var(--white);
}*/

.lineaBotones
{
    bottom: 5px;
    width: 100%;
}

.columnaIntegrante .\--thumb.\--isLoading
{
    height: 250px;
}

.columnaIntegrante .\--thumb.\--isLoading img
{
    display: none;
}

.columnaIntegrante .\--hM.\--isLoading
{
    height: 30px;
    display: block;
    width: 100%;
}

.columnaIntegrante p.\--isLoading
{
    height: 20px;
    display: block;
    width: 100%;
}

.columnaIntegrante .buttons.\--isLoading
{
    display: none !important;
}

.buttonArrow
{
    background-color: var(--primario);
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    right: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.buttonArrow img
{
    width: 64%;
    margin-top: -1px;
}
/* ============================================ */

/* CONTACTO */
#contacto
{
    background-color: var(--blue);
    position: relative;
}

#contacto p
{
    height: 80px;
}

#contacto .container
{
    position: relative;
    z-index: 1;
}

#contacto img[nicename="ring"]
{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 200px;
    z-index: 0;
}

#contacto img[nicename="sombra"] {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40%;
    z-index: 0;
}

.green-transparent-form .form-control
{
    border-bottom: 1px solid rgba(207,219,175,.4) !important;
    font-size: 14px;
    color: var(--olive);
}

.green-transparent-form .form-control::placeholder
{
    color: var(--olive);
    opacity: .6;
}

.green-transparent-form textarea
{
    height: 120px;
    max-height: 120px;
    min-height: 120px;
}

.rrssContacto
{
    width: 150px;
    float: right;
}

.red-social
{
    border-bottom: 1px solid rgba(207, 219, 175, .4) !important;
    width: 150px;
    padding-bottom: 6px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
}

.rrssBall
{
    background-color: var(--olive);
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    padding-left: 1px;
    color: var(--blue);
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 13px;
}

.red-social .arrow
{
    height: 10px;
    margin-top: 6px;
    /*transform: rotate(-30deg);*/
    filter: brightness(0) saturate(100%) invert(69%) sepia(49%) saturate(334%) hue-rotate(146deg) brightness(87%) contrast(95%);
}

.arrowNoRotate
{
    transform: none !important;
}

/* ============================================ */

#conferencias iframe
{
    width: 100%;
}

/* ============================================ */

/* USER NAV */
#usernav
{
    top: 80px;
    height: 60px;
    background-color: #FAFAFA;
    border-bottom: 1px solid rgba(112,112,112,.5)
}

#usernav .integranteThumb, .respuesta .integranteThumb
{
    height: 40px;
    border-radius: 20px;
}
/* ============================================ */

/* INTERNAS */
.bloqueTexto a
{
    color: var(--secundario);
    text-decoration: underline;
}

.discusionPreviewInterna:not(.discusionNoHover):hover
{
    background-color: var(--blue);
    color: var(--white);
}

.discusionPreviewInterna:not(.discusionNoHover):hover .text-primario
{
    color: var(--lightgreen) !important;
}

.discusionPreviewInterna:not(.discusionNoHover):hover .discusionTitle
{
    color: var(--celeste) !important;
}

.discusionPreviewInterna:not(.discusionNoHover):hover .blueBall
{
    background-color: var(--lightgreen);
}

.discusionPreviewInterna:not(.discusionNoHover):hover .\--btnDefault
{
    color: var(--white);
    border-color: var(--white);
}

.discusionPreviewInterna:not(.discusionNoHover):hover .\--btnDefault:hover
{
    border-color: var(--secundario)!important;
    background-color: var(--secundario) !important;
}

.\--btnDanger:hover,
.discusionPreviewInterna:not(.discusionNoHover):hover .\--btnDanger:hover {
    border: 1px solid #b53737 !important;
    background: #b53737 !important;
    opacity: .8;
}

.discusionPreviewInterna:not(.discusionNoHover):hover .\--btnPrimary
{
    background-color: var(--lightgreen);
    color: var(--primario);
}

.discusionPreviewInterna:not(.discusionNoHover):hover .\--btnArrow
{
    background-color: var(--primario);
}

.discusionPreviewInterna
{
    transition: background-color .20s ease-in-out;
    position: relative;
}

.discusionPreviewInterna img[nicename="ring"],
.discusionPreviewInterna img[nicename="sombra"]
{
    display: none;
}

.discusionPreviewInterna:not(.discusionNoHover):hover img[nicename="ring"],
.discusionPreviewInterna:not(.discusionNoHover):hover img[nicename="sombra"] {
    display: block;
}

.discusionPreviewInterna:hover img[nicename="ring"]
{
    bottom: 0;
    left: 0;
    height: 300px;
}

.discusionPreviewInterna:hover img[nicename="sombra"]
{
    right: 0;
    top: 0;
    height: 150px;
}

.tabNav
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #707070;
}

.tabNav li
{
    display: inline-block;
    margin-right: 30px;
}

.tabNav li.activo a
{
    font-weight: bold;
}

.tabNav li:hover a
{
    opacity: .75;
}

.tabNav li a
{
    color: var(--blue);
    display: inline-block;
    padding-bottom: 10px;
}

.tabNav li.activo, .tabNav li:hover
{
    border-bottom: 3px solid var(--blue);
}

.miembro .integranteThumb
{
    border-radius: 50%;
    max-width: 90%;
}

.miembro .discusionTitle
{
    font-size: 28px;
}

.cargo
{
    color: #8B8B8B;
    font-weight: 400;
    margin-top: -5px;
}

.miembro:hover .discusionTitle, .miembro:hover .cargo
{
    color: #FFF !important;
}


/* ============================================ */

/* PROFILE */

.profilePic
{
    height: 400px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: var(--white);
}

.profileMasInformacion
{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    color: var(--blue);
}

a.profileMasInformacion:hover
{
    opacity: .75;
    color: var(--blue);
}

.profileMasInformacion .\--btnPlus
{
    margin-top: 3px;
}

.seguidores a
{
    margin-top: -10px;
}

/* ============================================ */

/* MIEMBROS */
.tarjetaMiembro
{
    margin-top: 60px;
}
.nombreMiembro
{
    font-weight: 500;
    font-size: 18px;
}
.thumbTarjetaMiembro {
    background-color: var(--bggray);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.tarjetaMiembro .cargo
{
    margin-top: 0px;
}

.tarjetaMiembro .bio
{
    font-size: 13px;
    line-height: 16px;
}

/* ============================================ */

.elemTopBotton {
    border-top: 1px solid rgba(112, 112, 112, .2);
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}

.fontW300
{
    font-weight: 300;
}

.fontW200
{
    font-weight: 200;
}

.bocadillo
{
    line-height: 32px;
}

.discusionContent p
{
    font-size: 16px;
    font-weight: 300;
}

.contentTitulo
{
    font-size: 32px;
}

.respuesta
{
    /*padding-top: 30px;
    padding-bottom: 30px;*/
}

.respuesta .container
{
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: 1px solid #ced4da;
}

.subrespuesta .container
{
    border-top: none !important;
    padding-bottom: 0px !important;
    padding-top: 20px;
}

.respuestaUser
{
    font-size: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.respuestaUser a
{
    color: var(--primario);
    font-size: 16px;
    font-weight: 500;
}

.borderResponse
{
    border-left: 3px solid #DEDEDE;
}

.calugaMiDiscusion .\--primaryLink
{
    font-size: 16px;
    margin-top: 15px;
}

.calugaMiDiscusion p
{
    font-size: 14px;
    line-height: 18px;
}

#about
{
    background-color: var(--primario);
}

#about img[nicename="ring"]
{
    right: 0px;
    width: 50%;
    top: 0;
}

#about img[nicename="sombra"] {
    left: -50px;
    width: 50%;
    bottom: 0;
}

#about .container
{
    z-index: 1;
}

#about .\--titulo p
{
    color: var(--celeste);
}

#about .\--titulo p::after
{
    background-color: var(--celeste);
}

/* ============================================ */

/* SALA DE PRENSA */
.prensa
{
    padding: 20px;
    border: 1px solid var(--white);
    /*border-bottom: 1px solid  var(--gris);*/
    margin-bottom: 35px;
    height: 100%;
    position: relative;

    -webkit-transition: border 500ms ease-out, border-radius 200ms ease-out;
    -moz-transition: border 500ms ease-out, border-radius 200ms ease-out;
    -o-transition: border 500ms ease-out, border-radius 200ms ease-out;
    transition: border 500ms ease-out, border-radius 200ms ease-out;
}

.prensa a.\--btnLyD
{
    position: absolute;
    bottom: 15px;
}

.prensa:hover a.\--btnLyD
{
    background-color: var(--blue);
    color: #FFF;
    border-color: var(--blue);
}

.prensa.publicacion a.\--btnLyD
{
    bottom: 25px;
}

.prensa .prensaThumb
{
    width: 100%;
    background-color: var(--bggray);
    height: 200px;
}

.prensa
{
    /*border: 1px solid var(--bggray);
    border-radius: 5px;*/
    cursor: pointer;
}

.prensa .\--subtitleSecondary
{
    /*margin-left: 15px;*/
}

.itemExcerpt
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.prensa .\--hM
{
    font-size: 18px;

    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rowPrensa
{
    margin-bottom: 30px;
}

.prensa .prensaThumb {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    transition: filter .20s ease-in-out;
}

.prensa:hover .prensaThumb {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.prensa.publicacion
{
    padding: 30px;
    border: 1px solid rgba(0,0,0, 0.15);
    border-radius: 5px;
}

.prensa.publicacion:hover a.\--btnLyD
{
    background-color: var(--blue);
    color: #FFF;
}

.prensa.publicacion .\--primaryLink a
{
    color: var(--blue) !important
}

.prensa:hover
{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* ============================================ */

/* PUBLICACIONES */
.publicacion .itemExcerpt
{
    -webkit-line-clamp: 3;
}

.publicacion .text-primario {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#publicacion h1
{
    text-align: center;
    font-size: 26px;
}

.fechaPublicacion
{
    font-weight: 500;
    color: var(--lightgreen);
    font-size: 18px;
}

.firmante
{
    text-align: center;
    margin-bottom: 45px;
}

.firmanteNombre
{
    font-weight: 500;
    color: var(--blue);
    font-size: 16px;
}

/* ============================================ */

/* CUENTA */

.micrologin {
    background-color: var(--white);
    position: relative;
    width: 70%;
    border-radius: 15px;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.micrologin label {
    font-size: 18px;
    font-weight: 500;
}

.micrologin a img {
    height: 50px;
}

.micrologin .form-label {
    font-size: 14px;
    margin-bottom: 2px;
}

.micrologin .form-control {
    background-color: #f7f7f7;
    border-width: 1px;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
}

.has-error .form-control
{
    border-color: crimson;
}

label.error, label.errorCustom
{
    color: crimson;
    font-size: 12px !important;
    margin-top: -18px;
    display: block;
}

label.error.hideme,
label.errorCustom.hideme
{
    display: none;
}

.\--tituloPerfil h2
{
    font-size: 30px !important;
}

#menuDOpener, #menuNotificaciones
{
    position: relative;
}

#menuDesplegable
{
    position: absolute;
    background-color: #FFF;
    padding: 0px;
    right: 0;
    left: auto;
    top: 48px;
    border: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 0;
}

#menuDesplegable ul
{
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

#menuDesplegable ul li
{
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}

#menuDesplegable ul li:last-child
{
    border-bottom: 0;
}

#menuDesplegable ul li a
{
    display: block;
    font-weight: 400;
    padding: 8px 10px;
    font-size: 13px;
    color: var(--blue);

    transition: background .15s ease-in-out;
}

#menuDesplegable ul li a:hover
{
    background-color: var(--blue);
    color: #FFF;
}

.gldform {
    background-color: var(--white);
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.gldform label {
    font-size: 18px;
    font-weight: 500;
}

.gldform .form-label {
    font-size: 14px;
    margin-bottom: 2px;
}

.gldform .form-control {
    background-color: #f7f7f7;
    border-width: 1px;
    box-shadow: none;
    font-size: 14px;
    height: 44px;
}

.gldform textarea.form-control
{
    height: auto;
}

.\--ws
{
    white-space: pre-wrap;
}

.\--thumbAvatar
{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fileDisclaimer
{
    font-size: 12px;
    font-style: italic;
    color: var(--gris);
    margin-top: 10px;
    margin-bottom: 0;
}

#comentar
{
    padding-top: 30px;
    padding-bottom: 30px;
}

#comentar .integranteThumb
{
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

#e404
{
    text-align: center;
    padding-bottom: 150px;
}

#e404 h2
{
    font-size: 182px;
    font-weight: bold;
    margin-top: 50px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
    margin-bottom: 20px;
}

.accordionGLD .accordion-button
{
    box-shadow: none !important;
}

.accordionGLD .accordion-button:not(.collapsed)
{
    background-color: rgb(0, 35, 39);
    color: #FFF;
}

.accordionGLD .accordion-button:not(.collapsed)::after
{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(113%) contrast(101%);
}

#editor
{
    width: 100%;
    display: block;
    border: 1px solid #002327;
}

#editorjs
{
    position: relative;
}

.editor
{
    background-color: #f7f7f7;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    padding-right: 5px;
}

.codex-editor__redactor
{
    padding-bottom: 100px !important;
}

.text-justify
{
    text-align: justify;
}

.\--addShine
{
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

#errConexion
{
    text-align: center;
    color: var(--gris);
    padding-top: 20px;
    padding-bottom: 20px;
    /*border: 1px dashed #CCC;*/
    background-color: var(--bggray);
    border-radius: 10px;
}

#errConexion label
{
    font-size: 16px;
    font-weight: 500;
}

#errConexion i
{
    font-size: 42px;
    color: var(--primario);
    margin-bottom: 10px;
}

#errConexion.success
{
    
}


#errConexion.success i, #errConexion.success label
{
    color: var(--secundario);
}

.text-tolower
{
    text-transform: lowercase;
}

#paginador
{
    width: 100%;
}

#paginador a.flecha
{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid var(--blue);
    line-height: 1.7rem;
    padding-left: 1px;
    text-align: center;
}

#paginador .numeral
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    color: var(--primario);
}

.numeral.activo
{
    font-weight: 700;
    text-decoration: underline;
}

#paginador label
{
    vertical-align: middle;
}

#paginador a.flecha:hover
{
    background-color: #C1DAD1;
}

#paginador a.flecha img
{
    filter: brightness(0) saturate(100%);
    width: 60%;
}

#resultadosBusqueda
{
    position: absolute;
    width: calc(100% - 42px);
    left: 42px;
    background-color: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 70px;
    border-radius: 5px;
    display: none;
    z-index: 3;
}

.resultado
{
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#resultadosBusqueda .resultado:last-child
{
    border-bottom: 0;
}

.resultado .fotoResultado
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
}

.resultado .nombreResultado
{
    display: inline-block;
    padding-left: 15px;
    width: calc(100% - 60px);
    line-height: 16px;
}

.resultado .nombreResultado strong
{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.resultado .nombreResultado span
{
    line-height: 14px;
    color: #707070;
    font-size: 12px;
}

.resultado:hover {
    background-color: rgba(0,0,0, 0.1) !important;
}

.resultadoAdicional
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 100%;
    position: relative;
}

.borrarResultado
{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #b53737;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    right: -10px;
    top: -10px;
}

.ce-block__content, .ce-toolbar__content
{
    max-width: calc(100% - 110px);
}

.blockPic
{
    margin-top: 30px;
    margin-bottom: 15px;
}

.blockPic img
{
    margin-bottom: 10px;
}

.linkResponder, .linkResponder:hover
{
    color: var(--secundario);
}

.linkResponder:hover
{
    opacity: .9;
}

#responder .gldform
{
    padding: 15px;
    padding-left: 0;
    position: relative;
}

#responder .container
{
    border-top: 0 !important;
    padding-bottom: 0px !important;
}

.subcomment
{
    margin-left: 8.33333333%;
}

.grupper .subrespuesta:last-child
{
    padding-bottom: 20px;
}

.respuesta.\--bgGray
{
    
}

#volverBtn
{
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    width: auto;
    color: var(--secundario);
}

#volverBtn img
{
    height: 44px;
    margin-left: 5px;
}

#ultimasDiscusiones
{
    padding-top: 140px;
}

.creados
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #707070;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    line-height: 39px;
    margin-top: -5px;
    margin-left: 8px;
}

.zIndex2
{
    position: relative;
    z-index: 2;
}

.extracto3
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#suscribete label.error
{
    margin-bottom: 5px;
}

#suscribete .alert-danger
{
    padding: 5px 10px;
    font-size: 12px;
}

.exitoFormulario .ball
{
    background-color: var(--blue);
    color: #FFF;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.exitoFormulario .mensaje
{
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
}

.exitoFormulario .mensaje span
{
    color: var(--secundario);
    font-weight: 600;
}

#contacto .exitoFormulario .mensaje
{
    color: #FFF;
}

#contacto .exitoFormulario .ball
{
    background-color: var(--secundario);
}

.cancelarIcon
{
    position: absolute;
    right: 30px;
    top: 10px;
    color: var(--gris);
    font-size: 22px;
}

.cancelarIcon:hover
{
    color: var(--gris);
    opacity: .9;
}

.framedebate
{
    width: 700px;
    height: 400px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.table-gld td
{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    vertical-align: middle;
}

.ballNotificaciones
{
    background-color: #b53737;
    color: #FFF;
    border-radius: 3px;
    position: absolute;
    right: -3px;
    top: -5px;
    font-size: 11px;
    padding: 0px 3px;
}

#boxNotificaciones
{
    position: absolute;
    background-color: #FFF;
    padding: 0px;
    right: -10px;
    left: auto;
    top: 41px;
    border: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 0;
    overflow-y: auto;
    max-height: 400px;
}

#boxNotificaciones ul, .boxNotificaciones ul
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

#boxNotificaciones ul li
{    
    width: 300px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.boxNotificaciones ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#boxNotificaciones ul li:last-child, .boxNotificaciones ul li:last-child
{
    border-bottom: 0;
}

#boxNotificaciones ul li a, .boxNotificaciones ul li a
{
    position: relative;
    display: block;
    padding: 10px;
}

#boxNotificaciones ul li a:hover, .boxNotificaciones ul li a:hover
{
    background-color: var(--bggray);
}

.textoNotificacion
{
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 10px;
    vertical-align: middle;
    font-size: 13px;
    color: var(--darkgray);
    line-height: 16px;   
}

.boxNotificaciones .textoNotificacion
{
    font-size: 16px;
}

.textoNotificacion p.littleP
{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.textoNotificacion span
{
    color: var(--secundario);
    font-weight: 500;
}

.noleida
{
    background-color: var(--bggray);
}

.thumbNotificacion
{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--bggray);
    display: inline-block;
    vertical-align: middle;
}

#loadingNotificaciones
{
    width: 300px;
    height: 170px;
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
}

#loadingNotificaciones i
{
    font-size: 32px;
    margin-bottom: 5px;
    color: var(--secundario);
}

.fechaNotificacion
{
    color: var(--gris);
    font-size: 11px;
}

.boxNotificaciones .fechaNotificacion
{
    font-size: 14px;
    margin-bottom: 5px;
}

.seeAllNotificaciones
{
    font-size: 12px;
    text-align: center;
    color: var(--darkgray);
}

.seeAllNotificaciones:hover
{
    background-color: #FFF !important;
    color: var(--darkgray);
    opacity: .7;
}

.nonotif
{
    text-align: center;
    font-size: 12px;
    padding: 15px;
    background-color: var(--bggray);
}

.form-check-label
{
    font-size: 14px !important;
    color: var(--gris);
    font-weight: 500 !important;
    padding-top: 4px;
}

.form-check-input:checked
{
    background-color: var(--secundario);
    border-color: var(--secundario);
}

.form-check-input
{
    width: 1.5em;
    height: 1.5em;
}

.form-check
{
    padding-left: 2em;
}

.form-check .form-check-input
{
    margin-left: -2em;
}

.image-gallery__container
{
    background-color: transparent !important;
    border: 1px dashed rgba(201, 201, 204, .48);
}

.image-gallery__items
{
    background-color: transparent !important;
}

.debate-pendiente
{
    opacity: .4;
}

.modal h5
{
    font-size: 16px;
}

.modal-footer .btn
{
    font-size: 12px;
}

.eliminaComentario
{
    font-size: 11px !important;
    color: var(--gris) !important;
    font-weight: 400;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.eliminaComentarioDeleter
{
    color: #b53737 !important;
}

#followersModal.modal h5
{
    width: 100%;
    padding-left: 15px;
}

.loadingBox {
    text-align: center;
    font-size: 14px;
}

.loadingBox i {
    font-size: 32px;
    margin-bottom: 5px;
    color: var(--secundario);
}

.seguidor
{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
}

.seguidor .discusionThumbImageMin
{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.seguidor div
{
    vertical-align: middle;
}

.seguidor a.blueLink
{
    color: var(--primario);
    font-weight: 500;
}

.seguidor span
{
    color: var(--gris) !important;
    font-size: 13px;
}

.cargo a
{
    color: var(--secundario);
}

.seguidor .\--btnDefault
{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-item .foto
{
    height: 500px;
}

.carousel-inner
{
    background-color: #222;
}

#updateAccount label.error
{
    margin-top: 3px;
}

.form-dato
{
    font-size: 14px !important;
    padding-top: 12px;
    display: block;
    font-weight: 400 !important;
}

.relacionadas
{
    line-height: 18px;
}

.relacionadas a
{
    color: var(--primario);
    line-height: 16px !important;
}

#buscador
{
    height: 0px;
    background-color: var(--blue);
    position: fixed;
    z-index: 99998;
    width: 100%;
    top: 80px;
    max-height: 70%;
}

#buscadorBox
{
    display: none;
    margin-top: -10px;
}

#searchForm
{
    padding-bottom: 15px;
    border-bottom: 1px solid #FFF;
}

#searchForm img
{
    margin-right: 10px;
}

#searchForm input[type=text]
{
    width: calc(100% - 100px);
    background-color: transparent;
    border: 0 !important;
    box-shadow: none !important;
    color: #FFF;
    outline-color: transparent !important;
    outline: none !important;
}

#searchForm input[type=submit] {
    background-color: transparent;
    color: #FFF;
    border: 0;
}

#searchForm label
{
    padding-left: 33px;
    color: #FFF;
    margin-bottom: 10px;
}

#blacklayer {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

.\--tituloBusqueda h2 {
    font-size: 22px !important;
}

#comentar .gldform .respuestaBox, #comentar .gldform .contener
{
    display: inline-block;
    vertical-align: top;
}

#comentar .gldform .contener
{
    width: calc(100% - 120px);
    float: right;
}

#comentar .gldform label.error,
#comentar .gldform label.errorCustom
{
    margin-top: 0px !important;
}

.shareon
{
    font-size: 26px;
    color: var(--lightgreen);
}

.shareon:hover
{
    color: var(--lightgreen);
    opacity: .7;
}

@media (max-width: 1024px) {
    .prensaThumb
    {
        height: 300px;
    }

    .discusionDestacada .\--lineRightLight,
    .calugaPrensa .\--lineRightLight {
        border-right: 0;
    }

    .discusionDestacadaTitle
    {
        -webkit-line-clamp: 2;
    }

    .columnaIntegrante
    {
        border-right: 0;
    }
}

@media (max-width: 600px) {
    
    .\--titleFont
    {
        font-size: 28px;
        font-weight: 500;
        line-height: 36px;
    }

    #about
    {
        display: none;
    }

    #menu.\--inner-padding
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bannerConf .\--bgImage
    {
        width: auto;
        min-width: 100%;
        object-position: center;
    }
 
    .\--inner-padding {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .\--bigSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .\--titulo h2
    {
        font-size: 32px;
    }

    .\--titulo p
    {
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 15px;
    }

    .\--hXL
    {
        font-size: 32px;
    }

    .columnaIntegrante
    {
        border-right: 0;
    }

    .discusionThumbImage
    {
        width: 80px;
        height: 80px;
    }

    .discusionThumbBall
    {
        width: 25px;
        height: 25px;
    }

    .discusionTitle
    {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
    }

    .discusionDestacada .\--subtitleSecondary {
        margin-left: 15px;
    }

    .\--subtitleSecondary
    {
        margin-left: 15px;
    }

    .discusionDestacada .\--lineLeftLight
    {
        border: 0;
    }

    #contacto
    {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .rrssContacto {
        width: 150px;
        float: left;
        margin-left: 50px;
    }

    .bannerContent
    {
        text-align: center;
    }

    .banner {
        height: 650px;
    }

    .indicator
    {
        margin-bottom: 15px;
    }

    #splideHome .splide__arrow
    {
        top: auto;
        bottom: 15px;
    }

    .navbar-toggler-icon
    {
        filter: brightness(0) saturate(100%) invert(82%) sepia(100%) saturate(2%) hue-rotate(62deg) brightness(112%) contrast(101%);
    }

    #navbarsExample05
    {
        background-color: var(--primario);
    }

    #menu .container-fluid
    {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand img
    {
        margin-left: 15px;
    }
    
    .navbar-toggler
    {
        margin-right: 15px;
    }

    #menu-menu-principal
    {
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }

    #menu-menu-principal .menu-item a
    {
        display: block;
        padding-left: 1.5rem;
        line-height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #menu-menu-principal .menu-item:last-child a
    {
        border-bottom: 0;
    }

    #menu .\--btnLyD-s
    {
        margin-left: 1.5rem;
        margin-bottom: 20px;
    }

    .\--titulo p.inner
    {
        margin-left: 0;
    }

    .\--grayTagBig
    {
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .\--bigTop
    {
        padding-top: 120px;
    }

    #e404 h2
    {
        font-size: 120px;
    }

    .codex-editor--narrow .ce-toolbar__actions {
        right: 100%;
    }

    .video-container video {
        width: auto;
        height: 100%;
    }

    .miembro .discusionTitle
    {
        font-size: 20px;
        line-height: 24px;
    }

    .miembro .\--btnLyD
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .miembro .cargo
    {
        line-height: 18px;
        font-size: 14px;
    }

    .miembro .integranteThumb
    {
        display: block;
    }

    .tabNav
    {
        text-align: center;
    }

    .tabNav li
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    #menu.colouredImportant
    {
        z-index: 1032;
    }

    .discusionPreviewInterna:hover img[nicename="ring"],
    .discusionPreviewInterna:hover img[nicename="sombra"]
    {
        display: none;
    }

    #menuDOpener,
    #menuNotificaciones
    {
        display: inline-block;
    }

    #boxNotificaciones
    {
        right: -100px;
    }

    .\--menuTopXL
    {
        margin-top: 120px;
    }

    #mi-perfil .\--hXL
    {
        font-size: 26px;
    }
    
    #mi-perfil .\--hM
    {
        font-size: 18px;
    }

    #profile
    {
        margin-top: 100px;
    }

    #loginIntro, #loginForm {
        height: auto;
        width: 100%;
        position: relative;
    }

    #acceso,
    .acceso
    {
        position: relative;
        top: unset;
        left: unset;
        transform: none;
    }

    #login
    {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    #innerLogin
    {
        position: relative;
    }

    #loginIntro img[cat="logo"] {
        height: 100px;
        margin-bottom: 15px;
        margin-top: 50px;
    }

    #loginIntro
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .modalClose
    {
        color: #FFF;
    }

    .modalClose img
    {
        filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(57deg) brightness(109%) contrast(101%);
    }

    #loginIntro .\--hXXL
    {
        font-size: 42px;
        line-height: 46px;
    }

    #loginIntro h4
    {
        font-size: 24px;
        line-height: 28px;
    }

    #loginForm
    {
        background-color: #FFF;
    }

    #acceso,
    .acceso
    {
        width: 100%;
        box-shadow: none;
    }

    #acceso h4,
    .acceso h4
    {
        font-size: 20px;
    }

    #discusion .\--btnLyD
    {
        margin-bottom: 10px;
    }

    #discusion.\--bigSection
    {
        padding-top: 120px;
    }

    #mi-perfil  .tarjetaMiembro
    {
        margin-top: 30px !important;
    }

    .boxNotificaciones .textoNotificacion
    {
        font-size: 13px;
        line-height: 17px;
    }

    #autor .integranteThumb
    {
        width: 130px;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #comentar .respuestaUser, #responder .respuestaUser
    {
        display: none;
    }

    .subcomment
    {
        margin-left: 0;
    }

    .\--btnBall
    {
        float: right;
        margin-top: 10px;
    }

    #usernav
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .bell
    {
        margin-left: 10px !important;
    }

    #menuMobileDD .menuTrigger
    {
        background-color: var(--bggray);
        border-bottom: 3px solid var(--blue);
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #menuMobileDD .menuTrigger span
    {
        color: var(--blue);
        font-weight: 500;
    }

    #menuInterno
    {
        width: calc(100% - 32px);
        border-radius: 0;
        top: -3px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #menuInterno ul
    {
        padding-left: 0px;
        margin-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }

    #menuInterno ul li
    {
        border-bottom: 1px solid var(--bggray);
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #menuInterno ul li a
    {
        font-size: 13px;
        color: var(--blue);
        display: block;
    }

    #buscador
    {
        max-height: 40%;
    }

    #buscadorBox
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    #searchForm label
    {
        padding-left: 0;
        box-shadow: none;
    }

    .navbar-toggler:hover
    {
        border: 0px !important;
        outline: 0px !important;
        box-shadow: none;
    }

    .discusionPreview a.\--btnLyD
    {
        margin-bottom: 8px;
    }

    #searchForm input[type=text]
    {
        width: calc(100% - 120px);
    }

    #tablaUsers
    {
        width: 800px;
    }
}

@media (min-width: 600px) {
    /*.codex-editor--narrow .ce-toolbar__actions {
        right: 100%;
    }

    .codex-editor--narrow .ce-toolbox .ce-popover
    {
        right: -140px;
    }*/

    .codex-editor--narrow .codex-editor__redactor {
        margin-right: 70px;
    }
}

.hideme {
    display: none;
}