/**
Theme Name: Miradores de ordesa
Author: Kebes
Author URI: https://www.kebes.es
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miradoresdeordesa2023
Template: astra
*/

/*global*/

.h2 {
    font-size: 2rem;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

#content {
    padding-bottom: 50px;
}

/*excursiones*/

#excursiones-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 4em;
}

.excursion {
    background: #fff;
    position: relative;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 16px -4px rgb(0 0 0/0%);
}

.excursion img {
    width: 100%;
    aspect-ratio: 1.5;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.excursion-content {
    padding: 20px;
    transition: all 0.2s ease-in-out;
    background: #fff;
    position: relative;
    top: 0;
}

.excursion h3 {
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    max-width: 75%;
}

.excursion h3 a {
    color: var(--ast-global-color-3);
}

.excursion-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.excursion-info-precio {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.excursion-desde span {
    font-size: 3em;
    font-weight: bold;
    color: var(--ast-global-color-1);
}

.excursion:hover {
    box-shadow: 0 0 16px -4px rgb(0 0 0/25%);
}

.excursion:hover .excursion-content {
    top: -10px;
}

.excursion:hover img {
    transform: scale(1.1);
}

/*excursion-single*/
#excursion-header {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

#excursion-header>h1 {
    font-size: 2em;
    margin: 0;
}

#excursion-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

#excursion-header-right .precio-desde a {
    color: var(--ast-global-color-2);
}

#excursion-header-right .precio-desde {
    font-size: 2em;
}

#excursion-header-right .precio-desde span {
    font-weight: bold;
    color: #ff7a3d;
    font-size: 2em;
}

#excursion-header-right>a {
    margin-top: 0.5em;
}

#excursion-galeria {
    padding: 0;
    height: 400px;
    background: #f1f1f1;
}

#excursion-galeria ul {
    margin: 0;
    list-style: none;
}

#excursion-galeria img {
    height: 400px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#excursion-galeria li {
    margin: 0 4px;
    position: relative;
}

#excursion-galeria li p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 20px;
    background: #00000077;
    color: #fff;
    width: 100%;
    margin: 0;
    font-size: 12px;
}

#excursion-menu ul {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
}

#excursion-resumen {
    display: flex;
    gap: 40px;
    margin-bottom: 4em;
}

.excusion-resumen-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.excusion-resumen-item>div {
    display: flex;
    flex-direction: column;
}

#excursion-info {
    background: #f8f5f4;
}

#excursion-info>div {
    max-width: var(--wp--custom--ast-content-width-size);
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--wp--custom--ast-default-block-right-padding);
    padding-left: var(--wp--custom--ast-default-block-left-padding);
    gap: 30px;
}

.excursion-info-box {
    display: flex;
    margin-bottom: 1em;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1em;
}

.excursion-info-box,
#descripcion {
    padding-top: 74px;
    margin-top: -74px;
}

#excursion-opiniones {
    padding-top: 122px;
    margin-top: -74px;
}

.excursion-info-box>strong {
    display: block;
    width: 150px;
}

.excursion-info-box ul {
    margin: 0;
    list-style: none;
}

#opiniones-container>div>div {
    display: flex;
    align-items: center;
}

.opinion {
    width: 450px;
    border: 1px solid;
    padding: 2em;
    margin: 2em;
}

#excursion-opiniones .h2,
#excursion-otras>h2 {
    text-align: center;
    display: block;
    line-height: 1.3em;
}

#excursiones-container,
#excursion-menu>div {
    max-width: var(--wp--custom--ast-content-width-size);
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: var(--wp--custom--ast-default-block-right-padding);
    padding-left: var(--wp--custom--ast-default-block-left-padding);
}

#excursion-menu {
    padding: 20px;
    box-shadow: 0 0 16px -4px rgb(0 0 0/25%);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}

#excursion-menu>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#excursion-menu li a {
    padding: 4px 10px;
    display: block;
    white-space: nowrap;
}

#excursion-menu li:first-of-type a {
    padding-left: 0;
}

#excursion-menu a.ast-custom-button-link {
    display: none;
}

#excursion-menu.sticky a.ast-custom-button-link {
    display: block;
    -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

#punto-encuentro>strong {
    margin-bottom: 1em;
    display: block;
}

#excursion-opiniones {
    padding-left: 0;
    padding-right: 0;
}

#excursion-opiniones-links {
    text-align: center;
}

#excursion-otras {
    background: #f8f5f4;
}

@media (max-width: 980px) {
    #excursiones-container {
        grid-template-columns: 1fr;
    }

    #excursion-header {
        display: flex;
        flex-direction: column;
    }

    #excursion-header-right {

        margin-top: 2em;
    }

    #excursion-menu ul {

        max-width: calc(100% - 120px);
        overflow: scroll;
        align-items: center;
    }

    #excursion-resumen {
        display: flex;
        flex-direction: column;
    }

    .excursion-info-box {

        flex-direction: column;
    }

    .excursion-info-box>strong {

        margin-bottom: 1em;
        width: auto;
    }

    .opinion {
        width: 80vw;
    }

    #excursion-menu a.ast-custom-button-link {
        display: block;
    }

    #excursion-galeria {

        height: 250px;
    }


    #excursion-galeria img {
        height: 250px;
    }

}

/*home*/

#home-opiniones-header {
    padding-bottom: 0;
}

#home-opiniones {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

/*materiales*/

.lista-materiales img {
    aspect-ratio: 1;
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
}

.lista-materiales .wp-block-image {
    text-align: center;
}

/*footer*/

#footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    padding-top: 40px;
    padding-bottom: 20px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-above-footer-wrap[data-section="section-above-footer-builder"] h4,
.site-above-footer-wrap[data-section="section-above-footer-builder"] a {
    color: #fff;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .widget {
    margin: 0 0 1em;
}

@media (max-width: 980px) {
    ul.wp-block-social-links {
        display: flex;
        justify-content: center;
    }
}

/*sidebar*/

#reservas-sidebar {
    position: fixed;
    top: 0;
    right: -550px;
    width: 550px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 1001;
    overflow: auto;
}

#close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#close-sidebar>svg {
    width: 20px;
}

#close-sidebar:hover {
    color: #777;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    display: none;
}

#reservas-sidebar>span {
    margin-top: 50px;
    display: block;
    text-align: center;
    text-transform: none;
    line-height: 1.3;
    font-size: 1.5em;
    max-width: 380px;
    margin: 50px auto;
}

.datos-contacto {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 40px 0;
}

.datos-contacto img {
    width: 30px;
    height: 30px;
}

.rgpd>label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wpcf7 .rgpd .wpcf7-form-control-wrap {
    width: auto !important;
    float: left;
}

.rgpd .wpcf7-list-item {
    margin-left: 0;
}

@media (max-width: 980px) {

    #reservas-sidebar {

        max-width: 100%;
    }
}

/*whatsapp*/
#whatsapp-float,
#phone-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

#phone-float {
    right: 110px;
}

#whatsapp-float>img,
#phone-float>img {
    margin-top: 13px;
    width: 30px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

#phone-float>img {
    margin-top: 16px;
}

/*slider*/


.slick-prev:before,
.slick-next:before {

    background-size: contain;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.slick-next:before {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23000' stroke-linecap='square' d='m5 14 7-6.5L5 1'/%3E%3C/svg%3E");

}

.slick-prev:before {

    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo  www.svgrepo.com  Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 14L3 7.5L10 1' stroke='%23000000' stroke-linecap='square'/%3E%3C/svg%3E");

}