/*
 Theme Name:   Almoraduj
 Theme URI:    https://handyapps.es
 Description:  Almoraduj Theme
 Author:       HandyApps
 Author URI:   https://handyapps.es
 Template:     generatepress
 Version:      1.0
*/

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Gill";
    font-style: normal;
    font-weight: 300;
    src: url("/wp-content/uploads/fonts/gill-sans-w01-light.eot"); /* IE9 Compat Modes */
    src: url("/wp-content/uploads/fonts/gill-sans-w01-light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/wp-content/uploads/fonts/gill-sans-w01-light.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("/wp-content/uploads/fonts/gill-sans-w01-light.woff") format("woff"),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("/wp-content/uploads/fonts/gill-sans-w01-light.ttf") format("truetype"),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url("/wp-content/uploads/fonts/gill-sans-w01-light.svg") format("svg"); /* Legacy iOS */
}
/* mulish-medium - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Gill";
    font-style: normal;
    font-weight: medium;
    src: url("/wp-content/uploads/fonts/gill-sans-w01-medium.eot"); /* IE9 Compat Modes */
    src: url("/wp-content/uploads/fonts/gill-sans-w01-medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/wp-content/uploads/fonts/gill-sans-w01-medium.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("/wp-content/uploads/fonts/gill-sans-w01-medium.woff") format("woff"),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("/wp-content/uploads/fonts/gill-sans-w01-medium.ttf") format("truetype"),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url("/wp-content/uploads/fonts/gill-sans-w01-medium.svg") format("svg"); /* Legacy iOS */
}
/* mulish-bold - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Gill";
    font-style: normal;
    font-weight: bold;
    src: url("/wp-content/uploads/fonts/gill-sans-w01-bold.eot"); /* IE9 Compat Modes */
    src: url("/wp-content/uploads/fonts/gill-sans-w01-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/wp-content/uploads/fonts/gill-sans-w01-bold.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("/wp-content/uploads/fonts/gill-sans-w01-bold.woff") format("woff"),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url("/wp-content/uploads/fonts/gill-sans-w01-bold.ttf") format("truetype"),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url("/wp-content/uploads/fonts/gill-sans-w01-bold.svg") format("svg"); /* Legacy iOS */
}

/* Home */
#contenedorImagenHome .uagb-container__shape {
    z-index: 1000000;
    justify-content: flex-start;
}
.imagenHome img {
    animation: mymove 7s;
    /* filter: grayscale(100%); */
}

#logoAnimadoHome {
    position: absolute;
    top: 50%;
    width: 0px;
    height: 0px;
}

#tituloAnimadoHome {
    position: absolute;
    top: 80%;
}
#tituloAnimadoHome h2 {
    font-size: 0px;
}

#ciudadAnimadoHome {
    opacity: 0;
    font-size: 0px;
    position: absolute;
    top: 78%;
    color: white;
    text-align: center;
    font-family: Merriweather;
}

.entry-content p strong {
    font-weight: 800;
}

.esquinaSupIz {
    position: absolute !important;
    top: 0px;
    left: 0px;
    display: block;
}

.esquinaSupDer {
    position: absolute !important;
    top: 0px;
    right: 0px;
    justify-content: end;
    display: flex;
}

.esquinaSupDer img {
    transform: rotate(90deg);
}

.esquinaIzq_1::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Superior-Izquierda-Blanco.svg");
    width: 80px;
    height: 80px;
}
.esquinaIzq_2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Superior-Izquierda-Blanco.svg");
    width: 80px;
    height: 80px;
    z-index: 1000;
    opacity: 0.8;
}

.esquinaDcha_1::before {
    position: absolute;
    bottom: -10px;
    right: -10px;
    content: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Superior-Izquierda-Blanco-Completo.svg");
    width: 80px;
    height: 80px;
    transform: rotate(180deg);
}
.tituloEnmarcado .uagb-heading-text::before {
    position: relative;
    content: "";
    background: url(https://almoraduj.alberto-del-rio.com/wp-content/uploads/Esquina-Izquierda.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 93px;
    z-index: 1000;
    background-size: 35px 93px;
    display: inline-block;
    top: 35px;
    left: -25px;
    opacity: 0.1;
}

.tituloEnmarcado .uagb-heading-text::after {
    position: relative;
    content: "";
    background: url(https://almoraduj.alberto-del-rio.com/wp-content/uploads/Esquina-Izquierda.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 93px;
    z-index: 1000;
    background-size: 35px 93px;
    display: inline-block;
    top: 35px;
    left: 25px;
    transform: rotate(180deg);
    opacity: 0.1;
}
/*https://almoraduj.alberto-del-rio.com/wp-content/uploads/Esquina-Izquierda.svg*/

.uagb-slick-carousel .slick-prev,
.uagb-slick-carousel .slick-next {
    background-color: #f5f1eec4;
}
/* .lacasa::before {
    content: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Superior-Izquierda-Blanco.svg");
    width: 200px;
    height: 200px;
} */
/* .botonCuadricula a {
    position: relative;
}
.botonCuadricula a div::before {
    content: url("/wp-content/uploads/Superior-Izquierda-Negro-esquina.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    
    border-image: url(https://almoraduj.alberto-del-rio.com/wp-content/uploads/Marco-Esquinas.svg) 30 round;
} */

.fw900 {
    font-weight: 900 !important;
}
.fw700 {
    font-weight: 700 !important;
}
.fw300 {
    font-weight: 300 !important;
}

/* @keyframes mymove {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    50% {
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
} */
.site-info .inside-site-info {
    padding-bottom: 5px;
}
footer {
    padding-bottom: 50px;
}
.footerEmail {
    background-color: #fbf8f6;
    padding-top: 50px;
    padding-bottom: 0px;
    text-align: center;
    flex-direction: column;
}
.footerEmail .wp-block-uagb-container {
    flex-direction: column;
}
#contenedorPoliticas {
    flex-direction: row;
    width: 500px;
    margin: auto;
    margin-bottom: 50px;
    max-width: 100%;
}
#contenedorPoliticas a {
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
#logoFooter {
    margin-bottom: 30px;
    opacity: 1;
}
.site-info .grid-container {
    padding-top: 0px;
}
.contenedorSesgado {
    z-index: 999;
}
.contenedorRelativo {
    position: relative;
}
.trianguloInferior {
    position: absolute;
    top: 0;
    z-index: 1000;
    margin-top: -12px;
}

.miniaturaHome img {
    margin-top: 0px;
}

.miniaturaHome {
    padding: 0px 10px 10px 10px !important;
}

.tituloMiniatura {
    margin-bottom: 0px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #5b8858;
    background: #f5f1ee;
}

.parrafoJunto p {
    margin-bottom: 12px;
}

.listaCheck {
    list-style: none !important;
    font-size: 18px;
    margin: 20px 10px 20px 80px;
}

.listaCheck li {
    margin-bottom: 10px;
    line-height: 1em;
}

.listaCheck li::before {
    content: "✓";
    color: rgb(4, 81, 4);
    font-size: 1.3em;
    margin-right: 7px;
    vertical-align: middle;
}

.numeracion {
    position: absolute !important;
    opacity: 0.2;
    top: -66px;
    left: -63px;
    font-size: 2em;
}

.numeracionDcha {
    position: absolute !important;
    opacity: 0.2;
    top: -66px;
    right: -63px;
    font-size: 2em;
    width: fit-content !important;
}
.numeracionDcha h2 {
    width: fit-content;
}

/* .columnaLlave {
    border-left: 10px solid black;
    padding-left: 30px !important;
}
 */
.textoColumna {
    padding: 20px;
    border-radius: 5px;
}
.caracteristica h2 {
    margin-top: -50px !important;
    margin-left: 23px !important;
}

.caracteristica p {
    margin-bottom: 10px;
}
.numeracionCaracteristicas {
    opacity: 0.15;
}

/* #bloque02 {
    padding-left: 30%;
}
#bloque03 h2 {
    text-align: right;
}
#bloque03 .numeracionCaracteristicas {
    text-align: right;
}
#bloque03 .wp-block-uagb-container {
    align-items: flex-end;
}
#bloque03 p {
    max-width: 50%;
} */
.tituloFotoDerecha {
    position: absolute !important;
    bottom: -13px;
    right: 0px;
    /* transform: rotate(-6deg) skew(-10deg); */
    z-index: 1000;
    width: fit-content !important;
}
.tituloFotoDerecha p,
.tituloFotoIzquierda p {
    font-size: 14px !important;
    font-weight: 600;
}
.tituloFotoIzquierda {
    position: absolute !important;
    bottom: -13px;
    left: 0px;
    /* transform: rotate(-6deg) skew(-10deg); */
    z-index: 1000;
    width: fit-content !important;
}
.tituloFotoDerechaSlider {
    position: absolute !important;
    bottom: 15px;
    right: 0px;
    /* transform: rotate(-6deg) skew(-10deg); */
    z-index: 1000;
    width: fit-content !important;
}
.tituloFotoIzquierdaSlider {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    /* transform: rotate(-6deg) skew(-10deg); */
    z-index: 1000;
    width: fit-content !important;
}
.tituloFotoDerechaSlider p,
.tituloFotoIzquierdaSlider p {
    font-size: 14px !important;
    font-weight: 600;
}
.uagb-modal-popup-wrap::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Superior-Izquierda-Blanco.svg");
    width: 60px;
    height: 60px;
    z-index: 1000;
    opacity: 0.2;
    filter: invert(1);
}
.uagb-modal-popup-wrap::after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Superior-Izquierda-Blanco.svg");
    width: 60px;
    height: 60px;
    z-index: 1000;
    opacity: 0.2;
    transform: rotate(180deg);
    filter: invert(1);
}
.uagb-modal-popup-close {
    z-index: 1000000000000000 !important;
}
.page-id-898 .uagb-modal-popup .uagb-modal-popup-content {
    padding: 0px !important;
}
.uagb-modal-popup-content .spectra-image-gallery__layout--carousel {
    margin-bottom: 0px !important;
}
.spectra-image-gallery__media-thumbnail-caption.spectra-image-gallery__media-thumbnail-caption--bar-inside {
    width: fit-content !important;
}
.gform_required_legend {
    display: none !important;
}
#gform_submit_button_1,
#gform_submit_button_2 {
    font-size: 16px;
    border: 1px solid black;
    text-transform: capitalize;
    margin: auto;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
    background-color: black;
    color: white;
}
#map-canvas:nth-child(2) {
    background-color: #1d6736;
}

::selection {
    font-weight: bold;
    background: #f5f1ee;
}
#generate-slideout-menu {
    z-index: 100000000 !important;
}

#tablaSuperficies tbody tr td:nth-child(2) {
    text-align: right;
}

.spectra-image-gallery__media-wrapper {
    display: block !important;
}
.spectra-image-gallery .spectra-image-gallery__layout--carousel {
    margin-bottom: 0px !important;
}
/* .page-id-426 .uagb-modal-popup-wrap,
.uagb-modal-popup-content {
    background-color: transparent !important;
} */

#tablaSuperficies.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
#tablaSuperficies2.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f5f1ef !important;
}
#tablaSuperficies,
#tablaSuperficies2 {
    border-bottom: none;
}
#tablaSuperficies table,
#tablaSuperficies2 table {
    margin-bottom: 0px;
}
#fichaTecnica strong {
    font-weight: 900;
}
#precioFicha {
    position: relative;
}
#precioFicha .uagb-highlight {
    vertical-align: super;
    position: absolute;
    top: -15px;
    font-weight: 900;
}
.spectra-image-gallery__media-thumbnail-caption--bar-inside {
    width: fit-content !important;
}

@media all and (max-width: 768px) {
    .numeracion {
        position: relative !important;
        opacity: 0.2;
        top: unset;
        left: unset;
        font-size: 2em;
    }

    .numeracionDcha {
        position: relative !important;
        opacity: 0.2;
        top: unset;
        left: unset;
        font-size: 2em;
        width: 100% !important;
    }
    .numeracionDcha h2 {
        width: 100% !important;
    }
    #contenedorWrap {
        flex-wrap: nowrap;
    }
    .bloqueTexto {
        background-color: #f5f1ee;
        /* background-image: url("https://almoraduj.alberto-del-rio.com/wp-content/uploads/Almoraduj-Planta-Derecha.svg"); */
    }
    .imagenEncuadro img {
        opacity: 0.3;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
    }
    .esquinaSupIz {
        width: 30px !important;
    }
    #unabella .uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,
    .uagb-container__shape.uagb-container__invert.uagb-container__shape-top {
        display: none !important;
    }
    .esquinaSupDer img {
        width: 52px !important;
    }
    .lacasa {
        background-image: none !important;
    }
    .lacasa .uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,
    .uagb-container__shape.uagb-container__invert.uagb-container__shape-top {
        display: none;
    }
    .espacio1,
    .espacio3 {
        height: 0px !important;
    }

    .espacio2 {
        height: 30px !important;
    }
    .uagb-slick-carousel .slick-next,
    .uagb-slick-carousel .slick-prev {
        display: none !important;
    }
    .tituloFotoDerecha {
        text-align: right;
    }
    .tituloFotoDerechaSlider {
        text-align: right;
    }
    .tituloFotoIzquierda {
        text-align: left;
    }
    .listaCheck {
        margin-left: 0px;
    }
    .listaCheck li {
        line-height: 1.5em;
    }
    #viaje {
        margin-top: 30px;
    }
    #encifras {
        margin-top: 40px;
    }
    .lang-item img {
        width: 40px;
    }
    .menu-toggle {
        background-color: white !important;
    }
    .gp-icon.icon-menu-bars {
        font-size: 20px;
    }
}
