

.serviceBox {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
}

    .serviceBox .service-icon {
        width: 78px;
        height: 78px;
        border-radius: 3px;
        background: #fff;
        margin: 0 auto;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        z-index: 1;
        transition: all 0.3s ease-out 0s;
    }

    .serviceBox:hover .service-icon {
        transform: rotate(45deg);
    }

    .serviceBox .service-icon span {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 3px;
        background: #727cb6;
        font-size: 30px;
        color: #fff;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: all 0.3s ease-out 0s;
    }

        .serviceBox .service-icon span i {
            transition: all 0.3s ease-out 0s;
        }

    .serviceBox:hover .service-icon span i {
        transform: rotate(-45deg);
    }

    .serviceBox .service-content {
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 3px;
        padding: 55px 15px;
        position: relative;
    }

        .serviceBox .service-content:before {
            content: "";
            display: block;
            width: 80px;
            height: 80px;
            border: 1px solid #e7e7e7;
            border-radius: 3px;
            margin: 0 auto;
            position: absolute;
            top: -37px;
            left: 0;
            right: 0;
            z-index: -1;
            transition: all 0.3s ease-out 0s;
        }

    .serviceBox:hover .service-content:before {
        transform: rotate(45deg);
    }

    .serviceBox .title {
        font-size: 17px;
        font-weight: 500;
        color: #324545;
        text-transform: uppercase;
        margin: 0 0 25px 0;
        position: relative;
        transition: all 0.3s ease-out 0s;
    }

    .serviceBox:hover .title {
        color: #727cb6;
    }

    .serviceBox .description {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 0;
    }

    .serviceBox .read-more {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #e7e7e7;
        font-size: 14px;
        color: #c4c2c2;
        margin: 0 auto;
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        transition: all 0.3s ease-out 0s;
    }

        .serviceBox .read-more:hover {
            border: 1px solid #727cb6;
            color: #727cb6;
            text-decoration: none;
        }

    .serviceBox.green .service-icon span {
        background: #008b8b;
    }

    .serviceBox.blue .service-icon span {
        background: #3498db;
    }

    .serviceBox.orange .service-icon span {
        background: #e67e22;
    }

    .serviceBox.green:hover .title {
        color: #008b8b;
    }

    .serviceBox.blue:hover .title {
        color: #3498db;
    }

    .serviceBox.orange:hover .title {
        color: #e67e22;
    }

    .serviceBox:hover .read-more {
        border: 1px solid #727cb6;
        color: #727cb6;
    }

    .serviceBox.green:hover .read-more {
        border: 1px solid #008b8b;
        color: #008b8b;
    }

    .serviceBox.blue:hover .read-more {
        border: 1px solid #3498db;
        color: #3498db;
    }

    .serviceBox.orange:hover .read-more {
        border: 1px solid #e67e22;
        color: #e67e22;
    }

.navbar-principal-makeup {
    background-color: #9523c9;
    border-color: #9523c9;
}

.navbar-principal-gestorplus {
    background-color: #0000ff;
    border-color: #0000ff;
}

.fagestorplus {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-bg {
    background-image: url('../images/footer2.png'); /* Ruta de la imagen */
    background-size: cover; /* Hace que la imagen cubra todo el área del footer */
    background-position: center; /* Centra la imagen en el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    min-height: 500px; /* Establece una altura mínima */
    display: flex; /* Para alinear contenido */
    align-items: end; /* Alinea verticalmente el contenido */
    justify-content: right; /* Alinea horizontalmente el contenido */
    padding: 20px 0; /* Añade algo de espacio alrededor del contenido */
}

/* Inicio Región Carrusel*/
@media (min-width: 768px) and (max-width: 991px) {
    .containerWeb {
        width: 100%;
    }
}
.carousel {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .carousel-item.active {
        display: block;
    }

.carousel-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
}

    .carousel-controls button {
        width: 50px;
        height: 50px;
        font-size: 24px;
        cursor: pointer;
    }

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
}

    .carousel-indicators button {
        width: 100px;
        height: 2px;
        border-radius: 50px;
        background-color: rgba(255, 255, 255, .4);
        cursor: pointer;
        position: relative;
        border: none;
        padding: 0;
        margin: 5px;
    }

        .carousel-indicators button.active::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            border-radius: 0;
            background-color: #fff;
            animation: loading 3s;
        }


@keyframes loading {
    0% {
        width: 0;
    }

    100% {
        width: 100px;
    }
}

.bg-color-01 {
    background: navy;
    width: 100%;
    height: 350px;
}

.bg-color-02 {
    background: black;
    width: 100%;
    height: 350px;
}

.bg-color-03 {
    background: cornflowerblue;
    width: 100%;
    height: 350px;
}

.bg-color-04 {
    background: indigo;
    width: 100%;
    height: 350px;
}

.full-width-image {
    max-width: 100%; 
    height: auto;
    object-fit: cover; /* Asegura que la imagen ocupe todo el espacio manteniendo su proporción */
}
/* Fin Región Carrusel */

/* Inicio Región image-viewer */
.product-image-viewer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-image img {
    width: 500px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 10px;
}

.image-thumbnails {
    display: flex;
    gap: 10px;
}

    .image-thumbnails .thumbnail {
        width: 80px;
        height: auto;
        cursor: pointer;
        border: 1px solid #ddd;
        transition: border 0.3s ease;
    }

        .image-thumbnails .thumbnail:hover {
            border: 2px solid #007bff;
        }

.main-image img:hover {
    transform: scale(1.5);
    transition: transform 0.3s ease;
}
/* Fin Región image-viewer */

/* Inicio Región Tabs para image viewer */
/* Estilos del menú */
nav.menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 150px;
    padding: 0 29px 10px;
    background: #fff0;
    align-items: flex-end;
    width: 600px;
    margin: 0 auto; /* Centrar el menú horizontalmente */
}

/* Asegurar que el contenido esté separado del menú y centrado */
.tab-content {
    margin-top: 20px; /* Espacio entre el menú y las secciones de contenido */
    max-width: 600px; /* Ajustar el ancho del contenido al mismo ancho del menú */
    margin-left: auto;
    margin-right: auto;
}

    /* Estilos para ocultar todas las secciones por defecto */
    .tab-content section {
        display: none; /* Oculta todas las secciones inicialmente */
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

/* Muestra la sección correspondiente cuando se selecciona la pestaña NO ES NECESARIA ESTA CONFIGURACIÓN*/
/*input[id="m-galeria1"]:checked ~ .tab-content #content-galeria1,
input[id="m-galeria2"]:checked ~ .tab-content #content-galeria2,
input[id="m-galeria3"]:checked ~ .tab-content #content-galeria3,
input[id="m-galeria4"]:checked ~ .tab-content #content-galeria4,
input[id="m-galeria5"]:checked ~ .tab-content #content-galeria5 {
    display: block;*/ /* Muestra la sección de la pestaña activa */
/*}*/

/* Otros estilos del menú y el selector */
label {
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 100px;
    height: 100px;
    margin: 10px 10px 20px;
    text-align: center;
    display: inline-grid;
    align-items: end;
    color: #b0bfd8;
    position: relative;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    cursor: pointer;
}

:root {
    --icon: #b0bfd8;
}

/*body {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0;
    background-color: #e3efe8;
    background-image: linear-gradient(315deg, #e3efe8 0%, #96a7cf 74%);
}*/


nav.menu {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 150px;
    padding: 0 29px 10px;
    background: #fff0;
    align-items: flex-end;
    width: 600px;
}

    nav.menu:before {
        content: "";
        width: 100%;
        height: 150px;
        background: #181818;
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 20px;
        z-index: -1;
        box-shadow: 1px 1px 2px 0px #fff;
    }

input {
    display: none;
}

label {
    text-decoration: none;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 100px;
    height: 100px;
    margin: 10px 10px 20px;
    text-align: center;
    display: inline-grid;
    align-items: end;
    color: #b0bfd8;
    position: relative;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    cursor: pointer;
}

    label:hover {
        color: #fff;
        text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    }

input:checked + label {
    color: #fff;
    /*height: 130px;*/
}

.selector {
    --hole: #2196f3;
    background: radial-gradient(circle at 50% 50%, #fff8 30px, #fff0 45px, #fff 50px, #fff0 50px 100%), radial-gradient(circle at 50% 50%, var(--hole) 0 45px, #fff0 50px 100%), radial-gradient(circle at 50% 75px, #181818 0 70px, #fff0 71px 100%);
    width: 95px;
    height: 95px;
    position: absolute;
    bottom: 47px;
    left: 0;
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    border: 19px solid #181818;
    border-radius: 100%;
}

#m-galeria1:checked ~ .selector {
    left: 23px;
}

#m-galeria2:checked ~ .selector {
    left: 143px;
    filter: hue-rotate(535deg);
}

#m-galeria3:checked ~ .selector {
    left: 263px;
    filter: hue-rotate(950deg);
}

#m-galeria4:checked ~ .selector {
    left: 383px;
    filter: hue-rotate(1580deg);
}

#m-galeria5:checked ~ .selector {
    left: 502px;
    filter: hue-rotate(1850deg);
}

#m-galeria6:checked ~ .selector {
    left: 502px; /*actualizar por el valor correcto*/
    filter: hue-rotate(1850deg); /*actualizar por el valor correcto*/
}

#m-galeria7:checked ~ .selector {
    left: 502px; /*actualizar por el valor correcto*/
    filter: hue-rotate(1850deg); /*actualizar por el valor correcto*/
}

#m-galeria8:checked ~ .selector {
    left: 502px; /*actualizar por el valor correcto*/
    filter: hue-rotate(1850deg); /*actualizar por el valor correcto*/
}

.selector:after {
    content: "";
    position: absolute;
    bottom: -80px;
    width: 80px;
    height: 10px;
    background: #181818;
    left: calc(50% - 40px);
    border-radius: 5px 5px 15px 15px;
}

input:checked ~ .selector:after {
    box-shadow: 0 -17px 35px 8px var(--hole);
}


/*** ICONS ***/
label:before,
label:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
}

label:hover:before,
label:hover:after {
    /*filter: brightness(1.5) drop-shadow(0px 0px 4px #fff);
    transition: all 0.5s ease 0s;*/
}

input:checked + label:before,
input:checked + label:after {
    filter: brightness(1.5) drop-shadow(0px 0px 2px var(--sel));
    transition: all 0.5s ease 0s;
}


label[for=m-galeria1]:before {
    width: 72px;
    height: 72px;
    left: 25px;
    top: 1px;
    /*transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    border-radius: 2px;
    background-image: url('../images/ball_basketball.png');*/
    background-image: url('../images/deporte.png');
    /*background: conic-gradient(from 90deg at 65% 60%, var(--icon) 0 25%, #fff0 0 100%), conic-gradient(from 180deg at 35% 60%, var(--icon) 0 25%, #fff0 0 100%), conic-gradient(from 135deg at 50% 0%, var(--icon) 0 25%, #fff0 0 100%);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%, 100% 100%, 100% 27px;*/
    background-size: contain;
}

label[for=m-galeria1]:after {
    /*width: 72px;
    height: 72px;
    left: 25px;
    top: 1px;*/
    /*border: 6px solid var(--icon);*/
    /*border: 0px solid var(--icon);
    border-right-width: 0;
    border-bottom-width: 0;*/
    /*transform: rotate(45deg);*/
    /*border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;*/
}


label[for=m-galeria2]:before {
    /*width: 72px;
    height: 72px;
    left: 25px;
    top: 1px;*/
    /*border: 6px solid var(--icon);*/
    /*border-radius: 100%;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;*/
}

label[for=m-galeria2]:after {
    width: 72px;
    height: 72px;
    left: 25px;
    top: 1px;
    background-image: url('../images/juegos.png');
    /*transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;*/
    /*background: var(--icon);*/
    /*background-image: url('../images/infantiles.png');
    transform-origin: left top;*/
    /*transform: rotate(45deg);*/
    /*border-radius: 0 10px 10px 0;*/
    /*border-radius: 8px;*/
    background-size: contain;
}


label[for=m-galeria3]:before {
    width: 72px;
    height: 72px;
    left: 25px;
    top: 1px;
    /*z-index: 1;
    border-radius: 30px 30px 0 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;*/
    /*background: linear-gradient(90deg, #fff0 0 6px, var(--icon) 0 calc(100% - 6px), #fff0 calc(100% - 6px) 100%), conic-gradient(from 135deg at 50% 33%, var(--icon) 0 25%, #fff0 0 100%);*/
    /*background-image: url('../images/tent.png');*/
    background-image: url('../images/camping.png');
    background-size: contain;
}

label[for=m-galeria3]:after {
    width: 72px;
    height: 27px;
    left: 25px;
    top: 1px;
    /*z-index: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;*/
    /*background: radial-gradient(circle at 50% 6px, var(--icon) 3px, #fff0 4px 100%), #fff0;*/
    /*background-image: url('../images/tent.png');
    transform-origin: left top;*/
    /*border-bottom: 6px solid var(--icon);*/
    /*border-radius: 5px;*/    
}


label[for=m-galeria4]:before {
    width: 72px;
    height: 72px;
    left: 25px;
    top: 1px;
    background-image: url('../images/parrilla.png');
    /*transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;*/
    /*background: radial-gradient(circle at 16px 16px, var(--icon) 0 16px, #fff0 calc(16px + 1px) 100%), radial-gradient(circle at 34px 34px, var(--icon) 0 16px, #fff0 calc(16px + 1px) 100%), linear-gradient(45deg, var(--icon) 0 37px, #fff0 38px 100%);*/
    /*background-image: url('../images/grill.png');
    border-radius: 17px 22px 17px 4px;*/
    /*transform: rotate(-45deg);*/
    /*transform-origin: center right;*/
    background-size: contain;
}


label[for=m-galeria5]:before {
    width: 72px;
    height: 72px;
    top: 1px;
    left: 25px;
    background-image: url('../images/clubhouse2.png');
    /*background: url('https://m.media-amazon.com/images/I/61dviLTeBjL._AC_SX425_.jpg') no-repeat center center;*/
    /*background-image: url('../images/clubhouse.png');*/
    /*background: radial-gradient(circle at 50% 15px, var(--icon) 0 12px, #fff0 13px 100%), radial-gradient(circle at 50% 100%, var(--icon) 0 22px, #fff0 23px 100%);*/
    background-size: contain; /*Asegura que la imagen se ajuste al contenedor*/
    /*border-radius: 8px;*/ /*Si deseas mantener el borde redondeado */
}

label[for=m-galeria6]:before {
    width: 72px;
    height: 72px;
    top: 1px;
    left: 25px;
    background-image: url('../images/playario.png');
    /*background: url('https://m.media-amazon.com/images/I/61dviLTeBjL._AC_SX425_.jpg') no-repeat center center;*/
    /*background: radial-gradient(circle at 50% 15px, var(--icon) 0 12px, #fff0 13px 100%), radial-gradient(circle at 50% 100%, var(--icon) 0 22px, #fff0 23px 100%);*/
    /*background-image: url('../images/beach.png');*/
    background-size: contain; /* Asegura que la imagen se ajuste al contenedor */
    /*border-radius: 8px;*/ /* Si deseas mantener el borde redondeado */
}

label[for=m-galeria7]:before {
    width: 72px;
    height: 72px;
    top: 1px;
    left: 25px;
    background-image: url('../images/minizoo.png');
    /*background: url('https://m.media-amazon.com/images/I/61dviLTeBjL._AC_SX425_.jpg') no-repeat center center;*/
    /*background: radial-gradient(circle at 50% 15px, var(--icon) 0 12px, #fff0 13px 100%), radial-gradient(circle at 50% 100%, var(--icon) 0 22px, #fff0 23px 100%);*/
    /*background-image: url('../images/alpaca.png');*/
    background-size: contain; /* Asegura que la imagen se ajuste al contenedor */
    /*border-radius: 8px;*/ /* Si deseas mantener el borde redondeado */
}   

label[for=m-galeria8]:before {
    width: 72px;
    height: 72px;
    top: 1px;
    left: 25px;

    /*background: url('https://m.media-amazon.com/images/I/61dviLTeBjL._AC_SX425_.jpg') no-repeat center center;*/
    /*background: radial-gradient(circle at 50% 15px, var(--icon) 0 12px, #fff0 13px 100%), radial-gradient(circle at 50% 100%, var(--icon) 0 22px, #fff0 23px 100%);*/
    
    background-image: url('../images/pool.png');

    /*background-image: url('../images/pool.png');*/
    background-size: contain; /* Asegura que la imagen se ajuste al contenedor */
    /*border-radius: 8px;*/ /* Si deseas mantener el borde redondeado */
}


input:checked + label {
    color: var(--sel);
    /*text-shadow: 0 0 5px var(--sel), 0 0 10px var(--sel);*/
}

    input:checked + label[for=m-galeria1] {
        /*--sel: #39a1f4;*/
    }

    input:checked + label[for=m-galeria2] {
        /*--sel: #f48d4e;*/
    }

    input:checked + label[for=m-galeria3] {
        /*--sel: #84a91c;*/
    }

    input:checked + label[for=m-galeria4] {
       /* --sel: #ff6275;*/
    }

    input:checked + label[for=m-galeria5] {
       /* --sel: #9d74ff;*/
    }

    input:checked + label[for=m-galeria6] {
        /*--sel: #9d74ff;*/
    }

    input:checked + label[for=m-galeria7] {
        /*--sel: #9d74ff;*/
    }

    input:checked + label[for=m-galeria8] {
        /*--sel: #9d74ff;*/
    }


@media only screen and (orientation: portrait) {
    label {
        color: transparent !important;
        text-shadow: none !important;
    }
}
/* Fin Región Tabs para image viewer */

/*inicio Google maps*/
#map-canvas {
    height: 00px;
    width: 600px;
    background-color: #CCC;
}
/*fin Google maps*/

/*inicio Menú principal*/
/* General styles */
/*body {
    font-family: Arial, sans-serif;
}*/

.container-tab-fotos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.navbar-tab-fotos {
    background-color: #f8f8f8;
    border-bottom: 2px solid #e7e7e7;
    padding: 10px 0;
}

/* Navigation styles */
.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

    .nav-links a {
        text-decoration: none;
        color: #333;
        padding: 10px;
        font-weight: bold;
        /*text-transform: uppercase;*/
    }

        .nav-links a:hover {
            /*color: #007bff;*/
        }

/* Dropdown menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    top: 100%;
    left: 0;
    z-index: 1001;
}

    .dropdown-menu li {
        padding: 5px 20px;
    }

        .dropdown-menu li a {
            color: #333;
        }

            .dropdown-menu li a:hover {
                color: #007bff;
            }

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
/*fin Menú principal*/


/*Inicio menu con botones*/
.menu-boton {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #26ab482e;
    padding: 10px;
    border-radius: 8px;
    overflow-x: auto; /* Agrega scroll horizontal si es necesario */
    white-space: nowrap; /* Evita que los elementos se envuelvan en varias líneas */
}

    .menu-boton label {
        /*background-color: #007bff;*/
        color: black;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-family: Arial, sans-serif;
        font-size: 16px;
    }

        .menu-boton label:hover {
            /*background-color: #0056b3;*/
        }

    .menu-boton input[type="radio"] {
        display: none;
    }

        .menu-boton input[type="radio"]:checked + label {
            /*background-color: #0056b3;*/
        }


/*Fin menu con botones*/

/*Inicio modal*/
.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: flex; /* Usar flexbox para centrar */
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
}

    .modalmask:target {
        opacity: 1;
        pointer-events: auto;
    }

/*Formato de la ventana*/
.modalbox {
    width: 1000px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: white;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

/*Movimientos*/
.movedown {
    margin: 0 auto;
}

.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}

.resize {
    margin: 10% auto;
    width: 0;
    height: 0;
}

.modalmask:target .movedown {
    margin: 10% auto;
}

.modalmask:target .rotate {
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize {
    width: 400px;
    height: 200px;
}

/*Boton de cerrar*/
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

    .close:hover {
        background: #FAAC58;
        color: #222;
    }
.close2 {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

    .close2:hover {
        background: #FAAC58;
        color: #222;
    }
/*Fin modal*/

/*Inicio modal Anuncio*/
.modalmaskAnuncio {
    position: fixed;
    font-family: Arial, sans-serif;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: flex; /* Usar flexbox para centrar */
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
}

    .modalmaskAnuncio:target {
        opacity: 1;
        pointer-events: auto;
    }

/*Formato de la ventana*/
.modalboxAnuncio {
    width: 560px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: white;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.modalmaskAnuncio:target .movedown {
    margin: 10% auto;
}

.modalmaskAnuncio:target .rotate {
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmaskAnuncio:target .resize {
    width: 400px;
    height: 200px;
}

/*Boton de cerrar*/
.closeAnuncio {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    width: auto;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 14px 25px;
}

    .closeAnuncio:hover {
        background: #FAAC58;
        color: #222;
    }
.closeAnuncio2 {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    width: auto;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 14px 25px;
}

    .closeAnuncio2:hover {
        background: #FAAC58;
        color: #222;
    }
/*Fin modal Anuncio*/

/*Inicio google map*/
.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
    animation-iteration-count: 100;
    animation-delay: 1s;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.dashed {
    stroke-dasharray: 5,12;
}

#arrow {
    animation: arrow 2s linear forwards;
    opacity: 0;
}

@keyframes arrow {
    to {
        opacity: 1;
    }
}

.ifrm {
    border: none;
    width: 100%;
    margin-top: 1px;
}
/*Fin google map*/

/*Inicio Acordion*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion-faq {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    /*.active, .accordion-faq:hover {
        background-color: #ccc;
    }*/

/* Style the accordion panel. Note: hidden by default */
.panel-faq {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow:  hidden;
    transition: max-height 0.2s ease-out;
}

/*.accordion-faq:after {
    content: '\02795';*/ /* Unicode character for "plus" sign (+) */
    /*font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}*/

/*.active:after {
    content: "\2796";*/ /* Unicode character for "minus" sign (-) */
/*}*/
/*Fin Acordion*/

/*Inicio Tab*/
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #ddd;
        }

        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*Fin Tab*/

/*Inicio mapa club*/
/* Estilo para el contenedor */
.contenedor-imagen {
    width: 100%; /* Ancho del contenedor */
    height: 800px; /* Alto del contenedor */
    overflow: auto; /* Activa el scroll cuando la imagen es más grande en tamaño original */
    border: 1px solid #ccc;
    position: relative;
}

/* Imagen ajustada al contenedor inicialmente */
.imagen-ajustada {
    /*width: 100%;  La imagen se ajusta al ancho del contenedor */
    /*height: 100%;  La imagen se ajusta al alto del contenedor */
    width: 3135px; /* Tamaño original de la imagen */
    height: 954px; /* Tamaño original de la imagen */
    cursor: pointer;
}

/* Estilo para la imagen en su tamaño original */
.imagen-original {
    /*width: auto; Tamaño original de la imagen */
    /*height: auto; Tamaño original de la imagen */
    width: 3135px; /* Tamaño original de la imagen */
    height: 954px; /* Tamaño original de la imagen */
}

.AreasGenerales {
    width: 15px;
    height: 15px;
    background-color: #fad7a0;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
.Bungalows {
    width: 15px;
    height: 15px;
    background-color: royalblue;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
.Piscinas {
    width: 15px;
    height: 15px;
    background-color: #76D7C4;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
.CanchasDeportivas {
    width: 15px;
    height: 15px;
    background-color: deeppink;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
.ActividadesAireLibre {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
.Restaurantes {
    width: 15px;
    height: 15px;
    background-color: #F4D03F;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
.sshh {
    width: 15px;
    height: 15px;
    background-color: yellowgreen;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: black;
    font-size: 10px;
    pointer-events: auto; /* Permite que el div reciba clics */
}
/*Fin mapa club*/
/*Inicio Lista obras*/
.lista-obras ul {
    padding: 1em;
    margin: auto;
    border-radius: 1em;
    background-color: #444;
    list-style: none;
    max-width: 20em;
    display: block;
}

.lista-obras li {
    background-color: #ccc;
    border-radius: .5em;
    transition: all .2s;
    display: block;
}

    .lista-obras li + li {
        margin-top: 1em;
    }

    .lista-obras li > a {
        display: block;
        padding: .5em;
    }

.lista-obras ul > li:hover {
    background-color: #eee;
}

.lista-obras ul:has(li:hover) > li:not(:hover) {
    opacity: .5;
}

/*Fin Lista obras*/