@font-face {
    font-family: 'MontserratNew';
    src: url('/fonts/montserrat/Montserrat-Regular.otf') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aptos';
    src: url('./fonts/Aptos/APTOS-DISPLAY.TTF') format('embedded-opentype'),
    url('./fonts/Aptos/APTOS-DISPLAY.TTF');
    font-weight: normal;
    font-style: normal;
}

:root{
    --primary: #23474d;
    --secondary: #444;

    --bg-header: rgba(255, 255, 255, 0.15);

    --overlay-home: rgba(0, 0, 0, 0.9);
    --overlay-sections: rgba(255, 255, 255, 1);


    /** Variables para el footer*/
    --footer-bg: #fff;
    --footer-text: #333;
    --doctaforum-color: #97C579;
}

body:has(.calendario2:hover) .header-wrapper,
body:has(.atcb-link:hover) .header-wrapper,
body:has(.calendarriobarcelona:hover) .header-wrapper,
body:has(.addtocalendar:hover) .header-wrapper,
body:has(.atcb-list:hover) .header-wrapper {
    z-index: 30 !important;
}

body, .elementor-widget-text-editor {
    font-family: 'MontserratNew', sans-serif !important;
}

div.row:nth-child(2) > div:nth-child(2) > a:nth-child(1){
    display: none !important;
}
#altaasistente{
    display: block !important;
}
.background-image{
    background-image: url('https://www.doctaforum-events.org/2026/curso-abordajes-perifericos2026/wp-content/themes/bring-back/images/background.webp');
    background-position: top right;
    /* background-repeat: no-repeat; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size:contain;
}

html body.wp-singular.page-template-default.page.page-id-419.wp-theme-bring-back.no-sidebar.wide-layout.cmplz-marketing.cmplz-statistics.cmplz-preferences.cmplz-functional.cmplz-eu.cmplz-optin div#page.site-wrap main#main.site-main.main section.default-page.pt-90 div.container div.row div#post-419.col-12.post-419.page.type-page.status-publish.hentry div.entry-content div#inscripcion form#frmINS_ASIST fieldset div.form-group div.col-md-12 table.table.table-responsive.table-striped.tablecuotas tbody tr td div.radio label label.error{
        display:none !important;

}
body {
    color: #333 !important;
    font-size: 15px;
    font-family: 'Aptos', sans-serif;
    font-weight: 400;
}

* {
    scrollbar-width: thin;
    scrollbar-color: linear-gradient(var(--secondary), #3c3c3c);
    font-family: 'MontserratNew', sans-serif !important;
}

::-webkit-scrollbar {
    width: 7px !important;
    border-top: none;
    cursor: pointer !important;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(var(--secondary), #3c3c3c) !important;
    border-radius: 15px !important;
    border-top: none !important;
    transition: all 0.5s !important;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(var(--secondary), #3c3c3c) !important;
    transition: all 0.5s !important;
}

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

        PRELOADER

    ================================================ */
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: var(--secondary);
    overflow: hidden;
    top: 0;
}

.spinner-grow {
    width: 5rem;
    height: 5rem;
    color: #fff;
}

#preloader .d-table {
    height: 100%;
    width: 100%;
}

/*  ================================================
        02. Header CSS
    ================================================ */
.header {
    position: relative;
    z-index: 9998;
    /* background: rgba(255, 255, 255, 0.15); */
    background: var(--bg-header);
    box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.05), 2px 2px 50px -6px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(255, 255, 255, 0.10), -2px -2px 1px -2px #FFF inset, 2px 2px 1px -2px #FFF inset;
    backdrop-filter: blur(5px);
    width: 100%;
}

.modal{
    z-index: 10000 !important;
}

.container{
    max-width: 100vw;
    margin: 0 !important;
}

.header-wrapper {
    padding: 25px 0 !important;
}

#menu-primary {
  margin-right: 0 !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  gap: 1rem;
}

nav.navbar{
    position: relative;
}

.custom-logo{
    width: 220px; 
    height: auto;
    margin: 10px 0;
}

/**

    SECCIONES
*/
.hero-area, .site-main{
    padding: 0 !important;
    min-height: 84vh;
    z-index: 999;
}

/**
    CONTADOR
*/
.pbc-cover{
    padding: 0 !important;
    margin: 0 0 11% 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.pbc-cover .pbc-shell{
    text-align: center !important;
}

.pbc-cover .pbc-shell .pbc-unit-content, .pbc-cover .pbc-shell .pbc-label{
    background-color: transparent !important;
    height: fit-content !important;
    font-family: 'Aptos', sans-serif !important;
    text-transform: capitalize;
}

.pbc-cover .pbc-shell .pbc-unit-content{
    height: 80px !important;
}
.pbc-cover .pbc-shell .pbc-label{
    text-transform: capitalize;
    color: #133121 !important;
    font-weight: 300;
}
.pbc-num{
 
    color: #133121 !important;
}
.site-main .default-page {
    display: flex;
    justify-content: center;
    
}

.site-main .default-page .container{
    width: 50%;
    padding: 90px 0;
}

.site-main .default-page .container .entry-header .entry-title {
    text-align: center;
    font-size: 2rem;
    font-family:  'Aptos', sans-serif !important;
    color: #333;
}

.site-main .default-page .container .entry-content {
    text-align: justify;
    font-size: 1.15rem;
    font-family:  'Aptos', sans-serif !important;
    color: #333;
    font-weight: 400;
    line-height: 20px;
}

.site-main .default-page .container .entry-content p, .site-main .default-page .container .entry-content a, 
.site-main .default-page .container .entry-content li {
    text-align: justify;
    font-size: 1.15rem;
    font-family:  'Aptos', sans-serif !important;
    color: #333;
    font-weight: 400;
}

.site-main .default-page .container .entry-content span {
    text-align: justify;
    font-size: 1.15rem;
    font-family:  'Aptos', sans-serif;
    color: #333;
    font-weight: 400;
}

.site-main .default-page .container .entry-content i{
    font-size: 0.9rem;

} 

.site-main .default-page .container .entry-content strong {
    font-size: 1.15rem;
    font-family:  'Aptos', sans-serif !important;

}

.btn-platforms{
    height: 40px;
    background-color: var(--primary);
    color: #fff !important;
    width: 240px;
    animation: transform .3s ease-in-out;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 0;
    text-decoration: none !important;
    transition: all .2s ease-in-out;
}

.btn-platforms:hover{
    color: #fff;
    transform: scale(1.05);
}

.documento_desestimiento{
    color: #444 !important;
    text-decoration: underline;
}

.clase1 {
    font-family: 'Aptos' !important;
    font-weight: 800 !important;
    color: var(--primary) !important;
    font-size: 1.3rem !important;
}

.clase2 {
    font-family: 'Aptos' !important;
    color: #333 !important;
    font-size: 1.15rem !important;
}

.clase3 {
    font-family: 'Aptos' !important;
    color: #475569  !important;
    font-size: 0.95rem !important;
}

.breakColors {
    background-color: var(--secondary) !important;
    color: #fff !important;
    border-radius: 8px !important;
}

.modal .modal-dialog{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-dialog .modal-content {
    border: none !important;
}

.modal-header {
    background-color: var(--primary) !important;
}

.modal-title {
    color: #FFFFFF !important;
}

.options-contact{
    color: #333 !important;
}

/**
    Establezco el tamaño del mapa
*/
.entry-content iframe.mapa-sede{
    width: clamp(300px, 60vw + 100px, 550px);
    height: clamp(300px, 60vw, 450px);
}

.colaboradores img{
    margin: 20px 30px !important;
}

/** 
    Complianz Cookie Banner
*/
.cmplz-cookiebanner .cmplz-message{
    line-height: inherit !important;
    font-size: 14px !important;
    font-family: 'Aptos' !important;
    font-weight: 400 !important;
    text-align: justify !important;

}

.cmplz-cookiebanner .cmplz-links .cmplz-link{
    font-weight: 400 !important;
    text-decoration: none !important;
}

.oculto{
    display: none !important;
}

/***
    SITEMAP
*/
.sitemap-menu, .sitemap-menu li ul{
    list-style: none;
}

.sitemap-menu li ul{
    margin-top: 7.5px;
}

.sitemap-menu li a, .sitemap-menu li span{
    color: #333 !important;
    font-family: 'Aptos' !important;
    font-weight: 500 !important;
    text-decoration: none;
    font-size: 1.5rem;
}

.sitemap-menu li a:hover{
    text-decoration: underline !important;
}

   
.sitemap-menu li ul li::before {
    content: "└─";
    margin-right: 10px;
    color: #718096;
}


@media (max-width: 991px) {

    .background-image{
        background-image: url('https://www.doctaforum-events.org/2026/curso-abordajes-perifericos2026/wp-content/themes/bring-back/images/background_991x1170.webp');
    }

    .header {
        background: rgba(255, 255, 255, 0.15) !important;
    }

    .pbc-cover .pbc-shell .pbc-unit-content{
        height: 73px !important;
    }

    .site-main .default-page .container{
        width: 75%;
    }
    
}

@media (max-width: 660px) {

    .colaboradores img{
        margin: 0 !important;
        padding: 12px 15px !important;
    }

}

@media (max-width: 576px) {


    .background-image{
        background-image: url('https://www.doctaforum-events.org/2026/curso-abordajes-perifericos2026/wp-content/themes/bring-back/images/background_576x1000.webp');
    }

    .pbc-cover .pbc-shell .pbc-unit-content{
        height: 60px !important;
    }

    .pbc-cover .pbc-shell .pbc-num{
        font-size: 23px !important;
    }

    .site-main .default-page .container{
        width: 90%;
    }

}

