@import 'fonts/raleway/importar.css';
@import 'fonts/tex-gyre-adventor/importar.css';
@import 'fonts/droid-serif/importar.css';
@import 'fonts/playfair-display/importar.css';

/* 
    ESTILOS GLOBALES
*/


*::selection { background-color: #1b1b1b; color: #fff;}
*::-moz-selection { background-color: #1b1b1b; color: #fff;}

.dropdown-nav-special-toggle {
    display: none;
}

header {
    position: relative;
    z-index: 1000 !important;
}

.telefonoCabecera a {
    margin-right: 20px;
    letter-spacing: 1px;
}

.emailCabecera a {
    letter-spacing: 1px;
}

header .header-button-inner-wrap{
    border-radius: 7px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'TeXGyreAdventor';
    text-transform: uppercase;
}

div[data-section="kadence_customizer_header_mobile_html2"] {
    margin-top: 12px;
    justify-content: center;
}

.header-html2 p,
.mobile-html2 {
    margin-bottom: 0 !important;
}

.header-html2 p a.enlace-torneo,
.mobile-html2 p a.enlace-torneo {
    padding: 7px 12px;
    background-color: #7F8563;
    color: white;
    border-radius: 3px;
    margin: 4px 0;
    text-decoration: none;
}

.mobile-html2 p a.enlace-torneo {
    margin: 10px auto;
}

.header-html2 p a.enlace-torneo:hover {
    color: #7F8563;
    background-color: white;
}

p{
    margin-bottom: 15px !important;
}

ul{
    padding-left: 15px !important;
}

.wp-block-kadence-column.full-height .kt-inside-inner-col { 
    height: 100%;
}

.fa {
    font-family: 'FontAwesome' !important;
}

/* Estilos de las cabeceras internas */

.cabeceraInterna {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.cabeceraInterna.singleEntrada { height: 250px; }

.cabeceraInterna .logoPrincipal {
    position: absolute;
    z-index: 100;
    width: 75px;
    top: calc(50% - 75px);
    left: calc(50% - 37.5px)
}

.cabeceraInterna h1 {
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    font-family: 'playfair_displayregular';
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 35px;
}


.cabeceraInterna div img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50% !important;
}

/* Slider */

.parrafoConFondoSlider mark{
    background: #454C31 !important;
    padding: 2px;
}

:root {
    /* Variables globales */
    --fuente-tex-regular: 'TeXGyreAdventor';
    --fuente-tex-bold: 'TeXGyreAdventor';
    /* Fin de variables globales */
    
    -webkit-font-smoothing: antialiased;
    font-smooth: antialiased;
}

.btnReservar{
    font-family: var(--fuente-tex-regular);
    text-transform: uppercase;
}

/* ESTILOS DE LA CABECERA */
.infoContacto, .telefonoCabecera, .emailCabecera {
    display: flex;
    align-items: center;
}

.infoContacto > div > i {
    padding: 0 10px;
    color: #fff;
}

.infoContacto > div > a {
    color: #fff;
    font-family: var(--fuente-tex-regular);
    font-size: 13px;
}

ul#primary-menu li a {
    font-family: var(--fuente-tex-regular);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 0 20px;
}

.header-menu-container ul.menu>li.kadence-menu-mega-width-custom>ul.sub-menu {
    transform: translateX(-66px) !important;
}

/* BLOQUE PERSONALIZADO BAJO BANNER */
.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

/* A PARTIR DE AQUI */

.contenedorInterior {
    overflow: hidden;
    position: relative;
    width: 33.33%;
}

.bloque1 {
    background-color: #2B2D2C;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    transition: .4s ease;
    padding: 15px 0;
}

.bloque1 div.imagen img {
    margin-right: 30px;
}

.bloque1 div h3 {
    font-family: var(--fuente-tex-regular);
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    text-align: left;
}

/* Tablas */

table{
    margin-top: 40px !important;
}

tr th{
    background: #A5B092;
    color: white;
    border: 1px solid rgba(0,0,0,0.1) !important;
}

tr td{
    border: 1px solid rgba(0,0,0,0.1) !important;

}

.site-container{
    position: sticky;
    top: 0px;
}

.bloque1 div p {
    margin: 0;
    font-family: 'Playfair Display';
    font-style: italic;
    color: #727272;
    text-align: left;
    margin-bottom: 0 !important;
}

.bloque2 {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 100%;
    min-width: 100%;
    right: 0;
    background-color: #808F66;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .4s ease;
    padding: 25px 0;
}

.bloque2 a {
    padding-left: 30px;
    color: #fff;
    text-decoration: none;
}

.bloque2 a:hover { color: #fff }

.contenedorInterior:hover .bloque1 {
    transform: translateX(-100%);
}

.contenedorInterior:hover .bloque2 {
    width: 100%;
    left: 0;
}

/* ESTILOS PERSONALIZADOS DE LA PÁGINA HOME */

.tga {
    font-family: var(--fuente-tex-regular);
}

/* ESTILOS PERSONALIZADOS DE LA PÁGINA EL CAMPO */

ul.listaBanderas li strong mark {
    background-color: transparent;
}

ul.listaBanderas li:nth-child(1) strong mark{
    color: #eb9c00;
}

ul.listaBanderas li:nth-child(2) strong mark {
    color: #c70000;
}

ul.listaBanderas li:nth-child(3) strong mark {
    color: #565656;
}
/* ESTILOS PERSONALIZADOS DE LA PÁGINA ESCUELA DE GOLF */

div.logoCabeceraInternas figure  {
    margin-bottom: 0 !important;
}

.customFeaturedText, .botonClasesdeGolf {
    font-family: var(--fuente-tex-regular);
}

.precioClasesGolf {
    border-top: 1px dotted #ddd;
}

.precioClasesGolf.ultimo {
    border-bottom: 1px dotted #ddd;
}

div.precioClasesGolf figure {
    margin: 0px auto !important;
    padding: 12px 0;
}

.columnaConBordeVerde { position: relative; z-index: 20;}

.columnaConBordeVerde::after {
    content: '';
    width: 100%;
    height: 98%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #8a8f6a;
}

.wp-block-kadence-tab.kt-tab-inner-content.kt-inner-tab-1.kt-inner-tab_dbd2cd-54 {
    border-style: dotted;
}

div.tabsClasesDeGolf ul li a:hover {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.ctaClases div a { 
    font-family: var(--fuente-tex-regular);
    font-size: 11px;
    letter-spacing: 1px;

}

/* ESTILOS ADICIONALES DE LA PÁGINA DE CONTACTO */

.kt-adv-heading_b25d1c-58.wp-block-kadence-advancedheading a {
    color: #808f66;
    text-decoration: none;
    font-family: 'Noto serif';
    font-style: italic;
}

/* NAVEGADORES DEL FOOTER */
.menuFooter {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    line-height: 24.99px;
    cursor: pointer;
    text-align: left;
    letter-spacing: normal;
}

.menuFooter a {
    color: #fff !important;
}

/* ESTILOS DE LA PÁGINA DE ERROR 404 */

.contenedorError {
    display: flex;
    max-width: 1000px;
    margin: 150px auto;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.contenedorError div {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
}

.contenedorError div i {
    font-size: 150px;
    color: #808f66;
}

.contenedorError div h2 {
    font-family: var(--fuente-tex-regular);
    padding: 0;
    margin: 0;
    font-size: 400px;
    color: rgba(0,0,0,0.05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    z-index: 10;
}

.contenedorError div p.primero, .contenedorError div p.segundo {
    font-family: 'TeXGyreAdventor-bold';
    font-size: 100px;
    color: #28262b;
}

.contenedorError div p.segundo { font-size: 40px; }

.contenedorError div p.ultimo { 
    font-family: 'Lora';
    font-style: italic;
    font-size: 18px;
}

.contenedorError div a {
    position: relative;
    z-index: 1000;
}

.contenedorError div a button {
    font-family: 'TeXGyreAdventor-bold';
    text-transform: uppercase;
    color: #fff;
    background-color: #C39F76;
    padding: 10px 35px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 35%);
}

.contenedorError div a button:hover {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
}

#splw-location-weather-19069.splw-main-wrapper {
    max-width: 900px;
    margin: 0;
    margin-bottom: 2em;
    background: #2b2b2bb2;
    backdrop-filter: blur(2px);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 35%);
    border-radius: 7px;
    transform: translateX(-50%);
}
.splw-weather-attribution { display: none; }

/* Bloque Testimonios */

.testimoniosHome .kt-testimonial-text-wrap{
    padding: 50px !important;
    margin-top: 30px;
}

.testimoniosHome .kadence-testimonial-image-intrisic{
    background: rgba(255,255,255,0.2);
}

.testimoniosHome .kt-testimonial-item-wrap.kt-testimonial-item-2.testimonial-valign-middle{
    position: relative;
}

.testimoniosHome .kt-testimonial-media-wrap{
    position: absolute;
    top: 0;
}

@media (max-width:500px){
    .testimoniosHome .kt-testimonial-text-wrap{
        padding: 15px !important;
        padding-top: 50px !important;
        /* margin-top: 20px; */
    }
}

.site-header-upper-inner-wrap {
    height: 33px !important;
}

/* Calendario torneos */

.calendarioTorneos { display: flex; align-items: center; padding-top: 50px;}

.itemTorneo { 
    gap: 10px;
    width: 33.33%; 
    box-sizing: border-box; 
    padding: 45px 20px; 
    background-color: #f4f4f4;
    border: 11px solid #fff;
    text-align: center;
    transition: all 0.3s ease;
}

.itemTorneo:nth-child(2n) { background-color: #fff;}

.itemTorneo:hover {
    position: relative;
    box-shadow: 0 4px 24px rgb(0 0 0 / 10%);
    z-index: 100;
}

.itemTorneo p:nth-child(1) {
    font-family: 'TeXGyreAdventor';
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
}

.itemTorneo div {
    display: flex;
    align-items: center; 
    padding: 12px 0;
    border: 0;
    border-top: 1px;
    border-bottom: 1px;
    border-style: dotted;
    border-color: #ddd;
    justify-content: center;
}

.itemTorneo div p {
    margin: 0 !important;
    padding-left: 7px;
}

.itemTorneo div i {
    color: #808F66;
}

#loading {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    position: absolute;
    z-index: 1;
  }