@font-face {
    font-family: 'dinlight';
    src: url('../fonts/din-light-webfont.woff2') format('woff2'),
        url('../fonts/din-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'margarineywordsregular';
    src: url('../fonts/margarineywords-webfont.woff2') format('woff2'),
        url('../fonts/margarineywords-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'margarineywordsalt';
    src: url('../fonts/margarineywordsalt-webfont.woff2') format('woff2'),
        url('../fonts/margarineywordsalt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'qtsandiegomedium';
    src: url('../fonts/qtsandiego-webfont.woff2') format('woff2'),
        url('../fonts/qtsandiego-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'margarineywordsbold';
    src: url('../fonts/margarineywordsbold-webfont.woff2') format('woff2'),
        url('../fonts/margarineywordsbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-stretch: 150%;
}


@font-face {
    font-family: 'margarineywordsbold-alt';
    src: url('../fonts/margarineywordsboldalt-webfont.woff2') format('woff2'),
        url('../fonts/margarineywordsboldalt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EduSABeginner';
    src: url('../fonts/EduSABeginner-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lifeslim';
    src: url('../fonts/likeslim-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-principal1: #00a3e0;
    --color-principal2: #125daa;
}
.logo-image {
    height: 60px !important;
}

.com-osolidaria #sp-main-body,
.com-salacero #sp-main-body {
    padding-top: 50px;
}

/*** MENU DESPLEGABLE ***/
#sp-header.full-header {
    padding-left: 0px;
    padding-right: 0px;
}


#sp-header .sp-module {
    margin-left: 0;
}

#sp-header .parent .mod-menu__sub {
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    background-color: #fff;
    position: absolute;
    padding: 10px 0px 10px 3px;
}

#sp-header .parent .mod-menu__sub a {
    font-size: 16px;
    line-height: 30px;
}

#sp-header .parent::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#sp-header .parent:hover .mod-menu__sub {
    display: block;
}

/*** FIN MENU DESPLEGABLE ***/

/*** AREA VIDEO ***/

.area-video .btn.dropdown-toggle {
    color: #fff;
}

/*** FIN AREA VIDEO ***/

/*** BLOG ***/

.articulo-principal .article>a {
    width: 30%;
    padding: 0;
    margin: 0;
    float: left;
}

.articulo-principal .article>.article-body {
    width: 70%;
    padding: 0 40px;
    margin: 0;
    float: left;
}

.articulo-principal {
    clear: both;
    overflow: auto;
    padding-top: 50px;
    margin-bottom: 50px;
}

.article-list .article {
    border: none;
}

.articulo-principal .article-introtext b {
    font-weight: normal;
}

.readmore a {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.2), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
    padding: 0.2em -0.1em;
    background-color: #fcf8e3;
}

.readmore {
    text-align: right;
}

h1.sppb-addon-title {
    font-family: "qtsandiegomedium";
}

.subheading-category {
    font-family: "qtsandiegomedium";
}

.breadcrumb {
    background-color: transparent;
}

.float-start {
    padding-right: 5px;
}

.view-category.layout-blog #sp-main-body {
    padding-top: 50px;
}

.blog-olimpiada .article-full-image>img:nth-child(1) {
    width: 100%;
    height: 600px;
    object-fit: contain;
}


/*** FIN BLOG ***/

h2 {
    font-size: 70px;
}

.mark {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg,
            rgba(255, 224, 0, 0.2),
            rgba(255, 224, 0, 0.7) 95%,
            rgba(255, 224, 0, 0.1));
}

.btn1 {
    background: var(--color-principal1);
    color: white;
    padding: 20px 30px 20px 30px;
    margin: 0px 0px 0px 0px;
    font-size: 28px;
    border: none;
    border-radius: 10px;
    font-weight: 200;
    font-family: "qtsandiegomedium", "margarineywordsalt";
    cursor: pointer;
}

.btn1:hover {
    background: var(--color-principal2);
    color: white;
}

.btn2 {
    color: var(--color-principal1);
    padding: 20px 30px 20px 30px;
    margin: 0px 0px 0px 0px;
    font-size: 30px;
    border: 3px solid var(--color-principal1);
    border-radius: 10px;
    font-weight: 200;
    font-family: "qtsandiegomedium", "margarineywordsregular";
    cursor: pointer;
}

.btn2:hover {
    color: white;
    background: var(--color-principal1);
}

.btn3 {
    color: black;
    padding: 0px 6px 5px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 25px;
    border: none;
    border-radius: 0px;
    font-weight: lighter;
    cursor: pointer;
}

.btn3:hover {
    color: black;
    font-weight: 400;
    padding: 0px 4px 5px 3px;
}

/*SUBRRAYADO*/
section {
    position: relative;
    z-index: 1;
    /* needed for setting pseudo-element z-index */
    overflow: hidden;
    backface-visibility: hidden;
}

section a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #404d5b;
    vertical-align: bottom;
    text-decoration: none;
    white-space: inherit;
}

section a::before,
section a::after {
    pointer-events: none;
    backface-visibility: hidden;
    font-smoothing: antialiased;
}

.link-svgline a svg.link-svgline {
    stroke-dashoffset: 0px;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 20px;
    transition: stroke-dashoffset 0.3s ease-in-out;
    transform: translateY(-90%);
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 400px;
    stroke-dashoffset: 400px;
}

.link-svgline a svg.link-svgline {
    stroke-dashoffset: 0px;
}

/********************************/


/*LETRAS GENERALES*/

.title-font {
    font-family: "qtsandiegomedium"
}

.text-font {
    font-family: "dinlight"
}

.text2-font {
    font-family: "EduSABeginner"
}

.number-font {
    font-family: "lifeslim"
}

/**********************************/

/*
*******************************************************************************************
Menu superior
Inicio
*******************************************************************************************
*/
.icon-fw.icon-eye {
    font-family: Font Awesome\ 5 Free;
}
span.icon-eye.icon-fw:before {
    content: "\f06e";
}

.claim-animado {
    padding-top: 50px;
    padding-bottom: 10px;
}

.claim-animado h1 {
    text-transform: uppercase;
}

.claim-animado h1 .animated-text-words-wrapper {
    color: #000;
    font-weight: 300;
}

.claim-animado h1 strong {
    display: block;
    font-weight: bold;
}

.claim-animado .animated-heading-text.text-clip .animated-text-words-wrapper::after {
    background-color: #d4f3ff;
}

.pag-inicio #sp-header {
    background-color: transparent;
    position: absolute;
    box-shadow: none;
}

.pag-inicio #sp-header a {
    color: white;
}

.pag-inicio #sp-header .parent .mod-menu__sub,
.pag-inicio #sp-header .dropdown-menu {
    background-color: transparent;
}

.pag-inicio #sp-header .parent::after {
    color: #fff;
}

.pag-inicio #sp-header.header-sticky {
    background-color: #fff;
    position: fixed;
}

.pag-inicio #sp-header.header-sticky a {
    color: inherit;
}

.pag-inicio #sp-header.header-sticky .parent .mod-menu__sub,
.pag-inicio #sp-header.header-sticky .dropdown-menu {
    background-color: #fff;
}

.pag-inicio #sp-header.header-sticky .parent::after {
    color: inherit;
}

.pag-inicio #sp-header.header-sticky {
    display: block;
}

#sp-header .container-fluid {
    width: 100%;
}

#sp-header .container-fluid #sp-menu .sp-module .navbar ul {
    gap: 15px;
}

#sp-header .container-fluid #sp-menu .sp-module .navbar ul li {
    font-weight: lighter;
}

#sp-header .container-fluid #sp-menu .sp-module .navbar .mod-menu>li:last-child a {
    border: 2px solid var(--color-principal1);
    padding: 10px 10px 10px 10px;
    color: var(--color-principal1);
    border-radius: 6px;
}

#sp-header .container-fluid #sp-menu .sp-module .navbar .mod-menu>li:last-child a:hover {
    color: white;
    background: var(--color-principal1);
}

#sp-menu .sp-sign-in {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pag-inicio .header-modules .sp-profile-wrapper .sp-profile-dropdown li a {
    color: black !important;
}

#sp-menu .sp-sign-in .user-text {
    width: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.com-users #sp-header a {
    color: black;
}

/*
*******************************************************************************************
Menu superior
Fin
*******************************************************************************************
*/

.mod-languages .btn-group {
    float: right;
}

/*
*****************************************************************************************************************************************
Inicio
Home
page-4 .pag-inicio
*****************************************************************************************************************************************
*/
.pag-inicio .header {
    min-height: 770px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 55px 100%;
    background-size: 740px;
}

.pag-inicio .header .logo {
    padding: 15px 0px 0px 35px;
}

.pag-inicio .header .logo img {
    width: 100%;
}

.pag-inicio .header-text {
    position: relative;
    top: 25%;
    width: 400px;
    /*
    box-shadow: 0px 0px 21px 47px rgb(247, 247, 247,0.9) !important;
    background: rgba(247, 247, 247, 0.9);*/
}

.pag-inicio .header-text .cabecera-text .tittle {
    text-align: center;
}

.pag-inicio .header .header-text .cabecera-text .title {
    text-align: left;
    padding-left: 35px;
}


.pag-inicio .header .header-text .cabecera-text .title1 {
    font-size: 80px;
    margin-bottom: 0px;
}

.pag-inicio .header .header-text .cabecera-text .title2 {
    font-size: 96px;
    font-weight: bold;
    line-height: 65px;
}

.pag-inicio .header .header-text .cabecera-text .text {
    padding: 40px 20px 0px 20px;
    font-size: 28px;
}


.pag-inicio .description {
    /*min-height: 100vh;*/
    padding: 15%;
}

.pag-inicio .description .sppb-container-inner {
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    min-height: 425px;
    padding: 5% 5% 0px 5%;
}

.pag-inicio .description .sppb-container-inner .text-box {
    font-size: 35px;
    padding: 0px 30px 0px 0px;
    font-weight: normal;
}

.pag-inicio .volunteer {
    min-height: 1000px;
    /*min-height: 620px;*/

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 100%;
    background-size: 100%
}

.pag-inicio .volunteer .title-text {
    margin-top: 40px;
}

.pag-inicio .volunteer .title-text h2 {
    font-size: 70px;
}

.pag-inicio .volunteer .text-box {
    margin-top: 85px;
    font-size: 30px;
}

.pag-inicio .volunteer .text-box p {
    font-weight: lighter;
    width: 80%;
}

.pag-inicio .volunteer .text-box ul {
    list-style: none;

}

.pag-inicio .volunteer .html-btn {
    text-align: right;
    width: 80%;

}

.pag-inicio .participation {
    min-height: 620px;
}

.pag-inicio .participation .sppb-addon-animated-number {
    font-size: 35px;
    margin-top: 50px;
}

.pag-inicio .participation .sppb-addon-animated-number .sppb-animated-number {
    font-size: 95px;
    font-weight: bold;
}

.stars-student {
    animation: slide-slow 1s infinite;
    animation-iteration-count: infinite;


}

.billete-olimpio .sppb-image-holder {
    background-repeat: no-repeat;
    background-size: contain;
}

@keyframes slide-slow {
    0% {
        background: url("/images/home/estrellas1.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 80%;
        background-position: top;
    }

    100% {
        background: url("/images/home/estrellas2.png");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 80%;
        background-position: top;
    }
}

.pag-inicio .participation .stars-student .students {
    margin-bottom: 70px;
}

.pag-inicio .participation .stars-student .students img {
    position: relative;
    top: 120px;
    width: 70%;
}

.pag-inicio .participation .text-box .text-cooperas {
    font-size: 40px;
    padding: 0px 6% 0px 6%;
    margin-top: 45px;
    margin-bottom: 55px;
    text-align: center;
}

.pag-inicio .participation .text-box .text-cooperas .cooperas {
    font-weight: bold;
    font-size: 40px;
    color: black;
}

.pag-inicio .map .title {
    margin-top: 40px;
    margin-bottom: -96px;
}

.pag-inicio .map .mapa-svg {
    width: 1035px;
    margin: 0 auto;
}

.pag-inicio .blog .title {
    font-size: 30px;
    margin-bottom: 60px;
}

.pag-inicio .blog .logo {
    position: absolute;
    bottom: 10px;
    width: 365px;
}

.pag-inicio .blog .articulos {
    min-height: 430px;
    margin-bottom: 30px;
}

.pag-inicio .blog .articulos .sppb-addon-article .sppb-article-img-wrap img {
    border-radius: 20px;
    width: 330px;
    object-fit: contain;
}

.pag-inicio .blog .articulos .sppb-addon-article .sppb-article-info-wrap {
    width: 80%;
    margin-top: 30px;
    height: 180px;
}

.pag-inicio .blog .articulos .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 25px;
    font-weight: 600;
}

.pag-inicio .blog .articulos .sppb-addon-article .sppb-article-info-wrap a {
    white-space: normal;
}

.pag-inicio .blog .articulos .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
    font-size: 15px;
}

.pag-inicio .blog .html-btn {
    text-align: right;
}

/*
*****************************************************************************************************************************************
Fin
Home
page-4
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Quienes somos
page-5 .pag-quienessomos
*****************************************************************************************************************************************
*/
.pag-quienessomos .cabecera .cabecera-titulo {
    padding: 0px 9% 0 9%;
}

.pag-quienessomos .cabecera .cabecera-titulo .titulo {
    font-size: 65px;
    max-width: 570px;
}

.pag-quienessomos .cabecera .cabecera-titulo .subtitulo {
    font-size: 25px;
    max-width: 800px;
}

.pag-quienessomos .cabecera .cabecera-text {
    padding: 0px 9% 0 9%;
}

.pag-quienessomos .cabecera .cabecera-text p {
    margin-top: 15px;
}

.pag-quienessomos .cabecera .osd-icon {
    width: 200px;
    margin: 0 auto 20px;
}

/*
*****************************************************************************************************************************************
Fin
Quienes somos
page-5
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Como participar
page-7 .pag-comoparticipar
*****************************************************************************************************************************************
*/
.pag-comoparticipar .cabecera .cabecera-titulo .titulo {
    font-size: 65px;
}

.pag-comoparticipar .cabecera .cabecera-titulo .subtitulo {
    font-size: 29px;
    width: 600px;
    margin-top: 35px;
}

.pag-comoparticipar .cabecera .cabecera-datos .cabecera-text {
    font-size: 20px;
    width: 90%;
}

.pag-comoparticipar .participar .participar-titulo {
    font-size: 65px;
    margin: 40px 0px 25px 0px;
    width: 400px;
}

.pag-comoparticipar .participar .participar-texto {
    font-size: 20px;
}

.pag-comoparticipar .participar .participar-texto ul {
    font-size: 20px;
    line-height: 35px;
    padding-left: 5rem;
}

.pag-comoparticipar .participar .participar-texto ul li {
    margin-bottom: 20px;
}

.pag-comoparticipar #sppb-addon-1669048641567 .subtitulo {
    font-size: 20px;
}

/*
*****************************************************************************************************************************************
Fin
Como participar
page-7
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Las cuentas claras
page-9 .pag-cuentasclaras
*****************************************************************************************************************************************
*/
.pag-cuentasclaras .cabecera .cabecera-text .titulo {
    font-size: 50px;
}

.pag-cuentasclaras .cabecera .cabecera-text .subtitulo {
    font-size: 25px;
    line-height: 75px;
}

.pag-cuentasclaras .cabecera .cabecera-text .texto {
    font-size: 20px;
}

.pag-cuentasclaras .descargas .descargas-listado .descargas .opcion {
    display: flex;
    font-size: 20px;
}

.pag-cuentasclaras .descargas .descargas-listado .descargas .opcion .sub {
    font-weight: bold;
    border-bottom: var(--color-principal1) 2px solid;
    padding-bottom: 6px;
}

.pag-cuentasclaras .descargas .descargas-listado .descargas .opcion .text {
    margin: 0px 20px 0 20px;
}

.pag-cuentasclaras .descargas .descargas-listado .descargas .opcion a img {
    width: 40px;
}

/*
*****************************************************************************************************************************************
Fin
Las cuentas claras
.page-9 .pag-cuentasclaras
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Manuales
page-61 .pag-manuales
*****************************************************************************************************************************************
*/
 .descargas{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
 .descargas .box {
    display: flex;
    flex-direction: column;
}
 .descargas .opcion {
    display: flex;
    font-size: 20px;
}

.descargas .opcion .sub {
    font-weight: bold;
    border-bottom: var(--color-principal1) 2px solid;
    padding-bottom: 6px;
}

.descargas .opcion .text {
    margin: 0px 20px 0 20px;
}

.descargas .opcion a img {
    width: 40px;
}
/*
*****************************************************************************************************************************************
Fin
Manuales
page-61 .pag-manuales
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Hazte voluntario
page-45 hazte-voluntario
*****************************************************************************************************************************************
*/
.hazte-voluntario .cuerpo {
    padding: 0 0 45% 0px;
}

.hazte-voluntario .cuerpo .titulo-pag .header-text h1 {
    font-size: 50px;
    margin: 40px 0 50px 0;
}

.hazte-voluntario .cuerpo .img-1 img {
    width: 70%;
}

.hazte-voluntario .cuerpo .img-2 img {
    width: 55%;
}

.hazte-voluntario .cuerpo .imagenes {
    margin: 0 0 40px 0;
}

.hazte-voluntario .cuerpo .colum-text {
    align-items: center;
}

.hazte-voluntario .cuerpo .text {
    font-size: 20px;
}

.hazte-voluntario .cuerpo .texto3 .razones .titulo-razones h2 {
    font-size: 40px;
    margin: 30px 0 30px 0;
}

.hazte-voluntario .cuerpo .texto3 .razones .listado ul li {
    line-height: 45px;
}

.hazte-voluntario .cuerpo .texto4 .titulo h2 {
    font-size: 40px;
    width: 240px;
}

.hazte-voluntario .cuerpo .contacto .texto5 {
    font-size: 25px;
}

.hazte-voluntario .cuerpo .contacto .texto5 p {
    margin: 0px 0 30px 0px;
}

.hazte-voluntario .cuerpo .contacto .sppb-btn {
    background: var(--color-principal1);
    color: white;
    width: 100%;
    padding: 10px 0px 10px 0;
    font-size: 20px;
    cursor: pointer;
}

.hazte-voluntario .cuerpo .contacto .sppb-btn:hover {
    background: var(--color-principal2);
}

/*
*****************************************************************************************************************************************
Fin
Hazte voluntario
page-45 hazte-voluntario
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Por quien estudias
page-11 pag-porquienestudias
*****************************************************************************************************************************************
*/
.pag-porquienestudias .text-font {
    font-size: 20px;
    line-height: 35px;
}

/*
*****************************************************************************************************************************************
Fin
Por quien estudias
page-11 pag-porquienestudias
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Ediciones anteriores (pagina blog)
itemid-247
*****************************************************************************************************************************************
*/
.pag-edicionesanteriores .subheading-category {
    border: none;
    font-family: "qtsandiegomedium"
}

.pag-edicionesanteriores .category-desc {
    font-family: "dinlight";
    font-size: 30px;
}

.pag-edicionesanteriores .article-list .article {
    border: none;
    font-family: "dinlight"
}

.pag-edicionesanteriores .article-list .article .article-header a {
    color: var(--color-principal1);
    font-weight: bold;
    width: 65%;
}

/*
*****************************************************************************************************************************************
Fin
Ediciones anteriores (pagina blog)
itemid-247
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Banner Aula 0
*****************************************************************************************************************************************
*/

.room0 {
    height: 540px;
    padding: 40px 10% 0px 10%;
    background-position: 50% 65%;
}

.room0 .text-sala {
    text-align: center;
}

.room0 .text-sala p {
    font-size: 30px;
}

.room0 .sppb-btn {
    padding: 10px 60px 10px 60px;
    margin-top: 10px;
}

/*
*****************************************************************************************************************************************
Fin
Banner Aula 0
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Banner Unete
*****************************************************************************************************************************************
*/
.unete {
    min-height: 400px;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50% 0%;
}

.unete .unete-btn {
    background: white;
    font-size: 31px;
    color: var(--color-principal1);
    font-family: "qtsandiegomedium", "margarineywordsregular";
    cursor: pointer;
    font-weight: lighter;
    background-position: 10% 15%;
}

.unete .unete-btn:hover {
    background: var(--color-principal1);
    color: white;
}

/*
*****************************************************************************************************************************************
Fin
Banner Unete
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Banner Patrocinadores
*****************************************************************************************************************************************
*/
.sponsors {
    padding: 30px 0px 90px 0px;
}

.sponsors .title {
    margin-bottom: 35px;
}

.sponsors h3 {
    font-weight: bold;
    font-family: "qtsandiegomedium"
}

.sponsors .organiza .sponsor-logo {
    margin-top: 20%;
}

.sponsors .organiza {
    border-right: 2px solid var(--color-principal2);
    padding: 50px 0px 100px 0px;
    height: 565px;
}

.sponsors .sponsor-logo .sppb-addon-single-image-container {
    float: none;
}

.sponsors .sponsor-logo .sppb-addon-single-image-container img {
    height: 240px;
    width: 240px;
    object-fit: contain;
}

.sponsors .colabora .colab1 img {
    width: 450px;
}

.sponsors .colabora .colab2 img {
    width: 410px;
}

.sponsors .colabora .colab3 img {
    width: 120px;
}

/*
*****************************************************************************************************************************************
Fin
Banner Patrocinadores
*****************************************************************************************************************************************
*/

/*
*****************************************************************************************************************************************
Inicio
Banner Footer
*****************************************************************************************************************************************
*/
.footer {
    min-height: 450px;
    padding: 3% 4% 0px 4%;
}

.footer .footer-izq {
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.footer .footer-izq .footer-logo {
    height: 150px;
}

.footer .footer-izq .footer-logo img {
    height: 120px;
}

.footer .footer-izq .footer-text {
    font-size: 25px;
    padding: 25px 0px 0px 0px;
}

.footer .rrss {
    font-size: 25px;
    padding: 45px 0px 0px 0px;
    text-align: left;
}

.footer .rrss ul li {
    margin-right: 40px;
}

.footer .footer-der {
    height: 330px;
    width: 100%;
}

.footer .footer-der .contact-title {
    margin-bottom: 30px;
}

.footer .footer-der .contact-title h3 {
    font-size: 55px;
}

.footer .footer-der .contact1 {
    width: 310px;
    font-size: 30px;
    margin: 0 auto;
}

.footer .footer-der .contact1 .sppb-icon-container {
    font-size: 40px;
    line-height: 80px;
}

.footer .footer-der .contact2 {
    width: 310px;
    font-size: 20px;
    margin: 25px auto;
}

.footer .footer-der .contact2 .sppb-icon-container {
    font-size: 40px;
    line-height: 25px;
}

/*
*****************************************************************************************************************************************
Fin
Banner Footer
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
Componente Pago (Sala 0 y salas)
*****************************************************************************************************************************************
*/
#form-oculto-redsys {
    display: none;
}

.form-salas .form-control,
.form-salas .form-select {
    border-color: #4a4a4a;
    border-radius: 0.15rem;
}

.form-salas .control-group .seccion-botonessala0 {
    margin-left: 0;
    float: right;
}

.form-salas .btn-sala0 {
    font-family: 'qtsandiegomedium';
    font-size: 25px;
    border: 1px solid #00a0de;
    text-transform: uppercase;
    padding: 0.375rem 4.75rem;
}

.form-salas .btn-enviarSala0,
.form-salas .btn-cancelarSala0:hover {
    background: #00a0de;
    color: white;
    transition: 0.5s ease all;
}

.form-salas .btn-cancelarSala0,
.form-salas .btn-enviarSala0:hover {
    color: #00a0de;
    background: white;
    transition: 0.5s ease all;
}

.choices__button_joomla {
    display: none;
}

#section-id-1666345208981 .sppb-col-md-1 {
    display: none;
}

.com-osolidaria h2,
.com-salacero h2 {
    font-size: 35px;
}

.layout-redsysko #sp-header,
.layout-redsysok #sp-header {
    position: inherit;
}

.layout-redsysko #sp-header a,
.layout-redsysok #sp-header a {
    color: #252525;
}

/*
*****************************************************************************************************************************************
Fin
Componente Pago (Sala 0 y salas)
*****************************************************************************************************************************************
*/
/*
*****************************************************************************************************************************************
Inicio
insetar-horas (movil)
insertar_horas (pc)
*****************************************************************************************************************************************

#insertar-horas,
#insertar_horas {
    display: none;
}
*/
/*
*****************************************************************************************************************************************
Fin
insetar-horas (movil)
*****************************************************************************************************************************************
*/
.grecaptcha-badge {
    z-index: 99;
    display: block;
    position: fixed;
}



/*
@media screen and (min-width: 1400px) {
    #sp-header .container-fluid #sp-logo #offcanvas-toggler {
        display: none !important;
    }
}
*/
@media screen and (min-width: 1300px) {
    #sp-logo>div:nth-child(1)>a:nth-child(1) {
        display: none !important;
    }

}

@media screen and (max-width: 1300px) {
    #sp-header .container-fluid #sp-menu .menu-with-offcanvas .sp-module {
        display: none !important;
    }
}

@media screen and (max-width: 1040px) {
    .pag-inicio .map {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 55px;
    }

    .btn1 {
        font-size: 20px;
    }

    .btn2 {
        font-size: 20px;
    }

    .pag-inicio .header {
        height: 840px;
        background-size: 80%;
    }

    .pag-inicio .header-text {
        margin: 0 auto;
        width: 325px;
        top: 0%;
    }

    .pag-inicio .header .header-text .cabecera-text .title1 {
        font-size: 60px;
    }

    .pag-inicio .header .header-text .cabecera-text .text {
        font-size: 20px;
    }

    .pag-inicio .description .sppb-container-inner .text-box {
        font-size: 25px;
    }

    .pag-inicio .volunteer {
        min-height: 1060px;
    }

    .pag-inicio .blog .logo {
        display: none;
    }

    .room0 {
        height: 683px;
    }

    .room0 .text-sala p {
        font-size: 25px;
    }

    .sponsors .organiza {
        border-right: none;
    }

    .sponsors h3 {
        text-align: center;
    }

    .footer .footer-izq .footer-logo img {
        height: 100px;
    }

    .footer .footer-izq .footer-text {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    .pag-inicio .articulos .sppb-addon-article {
        width: 330px;
        height: 430px;
        margin: 0 auto 30px auto;
    }

    .articulo-principal .article>a {
        width: 100%;
    }

    .articulo-principal .article>.article-body {
        width: 100%;
        padding: 0 0;
    }

    .pag-cuentasclaras .descargas .descargas-listado .descargas .opcion {
        /* font-size: 20px; */
        font-size: 15px;
        line-height: 35px;
    }

    .pag-cuentasclaras .descargas .descargas-listado .descargas .opcion a img {
        /* width: 40px; */
        width: 39px;
    }

    .pag-cuentasclaras .descargas .descargas-listado .descargas .opcion .sub {
        /* padding-bottom: 6px; */
        padding-bottom: 0px;
    }
}

/* 
==========================================================================
        salas-de-estudio
========================================================================== 
*/
/* cambiar visual del boton de "añadir sala nueva" */
#sp-component .sp-column .btn-salasAdd {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 13px 20px 13px;
    outline: 0;
    /* border: 1px solid black; */
    cursor: pointer;
    position: relative;
    /* background-color: rgba(0, 0, 0, 0); */
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: 10px;
}

 #sp-component .sp-column .btn-salasAdd:after {
    content: "";
    /* background-color: #09a4df; */
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

#sp-component .sp-column .btn-salasAdd:hover:after {
    top: 0px;
    left: 0px;
}

#sp-component .sp-column .btn-primarySalas.btn-salasAdd:hover {
    color: #09a4df;
}

@media (min-width: 768px) {
    #sp-component .sp-column .btn-salasAdd {
        padding: 13px 50px 13px;
    }

}

/* 
==========================================================================
        cambiar tamaño a las palabras en textos para que sean mas grades
========================================================================== 
*/
/* p {
    font-size: 20px;
} */
/* 
==========================================================================
        las cuentas claras boton descarga
========================================================================== 
*/
/* boton descarga azul en las cuentas claras */
.btn-descarga-azul {
    height: 40px;
    margin-left: 10px;
    display: inline;
}

/* 
==========================================================================
        pop up inscripciones
========================================================================== 
*/

#popup {
    overflow: hidden;

}

.ui-widget.ui-widget-content {
    position: fixed;
    max-width: 630px;
    left: 50% !important;
    transform: translate(-50%, 0);
    top: 10% !important;
    padding: 1% !important;
}

.ui-widget.ui-widget-content .header.popupjt {
    min-height: 0px;
}

.ui-widget.ui-widget-content .popup-box .popup-text h1 {
    width: min-content;
    margin: 0 auto 25px auto;
    font-size: 35px;
    font-weight: bold;
}

.ui-widget.ui-widget-content .popup-box .logo img {
    width: 75%;
    margin-top: 40px;
}

.ui-widget.ui-widget-content .popup-box .popup-btn {
    background: var(--color-principal2);
    color: white;
    /*padding: 3% 15% 3% 15%;*/
    font-size: 20px;
    width: 160px;
}

@media screen and (max-width: 992px) {
    .ui-widget.ui-widget-content {
        width: 300px !important;
        top: 10% !important;
    }
}

/* intento de dejarlo bien para disitants ventanas y tamaños */
/*###Desktops, big landscape tablets and laptops(Large, Extra large)####
@media screen and (max-width: 1200px) {
    .ui-widget.ui-widget-content {
        position: absolute;
        left: 7% !important;
        width: 80% !important;
        height: 1% !important;
    }
}

@media screen and (max-width: 999px) {
    .ui-widget.ui-widget-content {
        position: absolute;

    }
}*/

#buscador-salas .filtro-salas {
    width: 20%;
    float: left;
}

#buscador-salas .chosen-container,
#buscador-salas .chosen-container .chosen-single {
    background: none;
    background-color: #fff;
    border-radius: 0;
}

#buscador-salas .btn.filtro-sala,
#buscador-salas .btn.filtro-limpiar {
    margin: 20px 0 0 10px;
    padding: 5px 15px;
    border-radius: 0;
}

#buscador-salas .btn.filtro-sala {
    background-color: #09a4df;
    border-color: #09a4df;
    color: #fff;
}

#buscador-salas .btn.filtro-limpiar {
    background-color: #fff;
    border-color: #09a4df;
    color: #09a4df;
}

.view-salas h2 {
    padding-top: 40px;
}

.view-salas .table-responsive {
    min-height: 500px;
}

.view-sala #tablaHoras  {
    display: block;
    max-height: 470px;
    overflow-y: scroll;
}

.view-sala .btn-salasAdd  {
    height: 55px;
}

.view-sala #tablaHoras  tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/**** QUITAR PAGOS BYZUM TEMPORALMENTE ****/

.view-salaform #jform_forma_pago option:nth-child(3),
.view-pagoform #jform_forma_pago option:nth-child(2) {
    display: none;
}

/* MAPA DE INICIO */
#marcador {
    position: absolute;
    z-index: 9999;
}

#caja-marcador {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 10px;
    border: 1px solid rgba(99, 99, 99, 0.7);
    border-radius: 5px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.sp-page-builder .page-content #section-id-1666170433626 {
    box-shadow: none !important;
}