*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body{
    background-color: var(--color-white);
}

.contenedor{
    width: 80%;
    margin: auto;
}


:root {
    --color-primario: #236084;
    --color-secundario: #1A2A36;
    --color-terciario: #81b1db;
    --color-cuarto: #6f92a8;
    --color-quinto: #444444;
    --color-black: #020202;
    --color-white: whitesmoke;
}

.section_espacio{
    padding: 50px 0;
}

.section_espacio_chiquita{
    padding: 25px 0;
}

.hidden {
    opacity: 0;
}


.flex{
    display: flex;
}

.space_between{
    justify-content: space-between;
}

.separar{
    padding: 0px 5px 0px 5px;
}

.titulos_h1{
    color: var(--color-cuarto);
    font-size: 35px;
    margin-bottom: 10px;
    text-shadow:#353535 1px 1px 1px;
}

.subtitulos_h2{
    color: var(--color-black);
    font-size: 20px;
    width: 60%;
}

a, a:visited, a:hover, a:active {
    color: var(--color-white);
    text-decoration: none; 
}

.wrapper{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(min(11.25rem,100%), 1fr));
    grid-gap: 1rem;
}

@media screen and (max-width: 1120px) {
    .contenedor{
        width: 90%;
    }

}

@media screen and (max-width: 650px) {
    .titulos_h1{
        font-size: 25px;
    }
    
    .subtitulos_h2{
        font-weight: bold;
        font-size: 14px;
        width: 80%;
    }
}


/* ACA EMPIEZA EL NAV-BAR */

.sticky{
    position: sticky;
    z-index: 1000;
    top: 0;
    background-color: whitesmoke;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky > a {
    display: flex;
    align-items: center;
    max-width: 26%;
}

header{
    width: 100%;
    height: 80px;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    height: 65px;
    margin-top: 8px;
    padding-left: 30px;
}

.bars{
    background-color: none;
    border: none;
    display: none;
}

.nav_bar_media{
    display: flex;
}

.nav-bar{
    display: flex;
    width: 85%;
    min-width: 610px;
    padding-right: 30px;
}

.nav-bar.active{
    height: 400px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.nav-bar ul{
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-bar li{
    width: 18%;
    max-width: 150px;
    min-width: 118px;
    margin: 0 2px;
}

.nav-bar_lia{
    width: 100%;
    display: flex;
    color: #020202;
    font-size: 18px;
    border-radius: 15px;
    transition: 0.2s;
    align-items: center;
    text-align: center;
    letter-spacing: 1px; 
    justify-content: center;
    padding: 10px 10px;

}


.nav-bar ul li a:visited{
    color: #020202;
    background-color: var(--color-primario);
}

.nav-bar ul li a:hover{
    color: white !important;
    background-color: var(--color-primario);
}

.nav-bar ul li a.active{
    color: white !important;
    background-color: var(--color-primario);
    font-weight: bolder;    
}

.bot_inicio{
    background-color: var(--color-terciario);
    color: var(--color-secundario) !important;
    border-radius: 15px;
    min-width: 167px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    padding: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Transición en la propiedad transform */
    display: flex;
    align-items: center;
}

.bot_inicio a:visited{
    color: white !important;
}

.bot_inicio a{
    color: white;
}

.bot_inicio a:hover{
    color: white;
}


.bot_iniciocel{
    background-color: var(--color-primario);
    color: white !important;
    border-radius: 5px;
    width: 135px;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    padding: 0 15px 3px 15px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Transición en la propiedad transform */
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    top: 30%;
    right: -11%;
    transform: rotate(-90deg);
    z-index: 1000;
    
}

.bot_iniciocel a:visited{
    color: white !important;
}

.bot_inicio:hover {
    transform: translateX(15px); /* Mueve el botón 5px hacia la derecha al pasar el cursor sobre él */
}

/* Animación para cambiar el color */
@keyframes color_anim {
    0% { color:var(--color-secundario); }
    50% { color: var(--color-white); } /* Cambia el color a la mitad de la animación */
    100% { color: var(--color-secundario) }
}

/* Estilos para los íconos de flecha */
#angleone,
#angletwo,
#anglethree {
    transition: transform 0.3s ease; /* Transición en la propiedad transform */
    margin-right: 3px ;
}

/* Estilos para el primer ícono */
#angleone {
    transform: translateX(+40%);
}
.bot_inicio:hover #angleone {
    transform: translateX(+40%);
    animation: color_anim 1s infinite 0.2s;
}

/* Estilos para el segundo ícono */
#angletwo {
    transform: translateX(-20%);

}

.bot_inicio:hover #angletwo {
    transform: translateX(-20%);
    animation: color_anim 1s infinite 0.4s;
}

/* Estilos para el tercer ícono */
#anglethree {
    transform: translateX(-90%);
}

.bot_inicio:hover #anglethree {
    transform: translateX(-90%);
    animation: color_anim 1s infinite 0.6s;
}

.redes{
    width: 18%;
    min-width: 313px;
    display: flex;
    align-items: center;
}

.redes_iconos{
    padding: 5px;
    border: solid 1px black;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}

.redes_iconos i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    font-size: 18px;
    color: black !important;
}


.redes_iconos:hover{
    background-color: var(--color-secundario);
    border: solid 1px var(--color-secundario);
    transition: 0.s;
}

.redes_iconos:hover i{
    color: var(--color-white) !important;
}


.redes_iconos2{
    padding: 5px 5px 4px 5px;
    border: solid 1px white;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}

.redes_iconos2 i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    font-size: 18px;
    color: white !important;
}

.redes_iconos2:hover{
    background-color: white;
    border: solid 1px white;
    transition: 0.s;
}

.redes_iconos2:hover i{
    color: var(--color-terciario) !important;
}


@media(max-width:1120px) {

    header{
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .bars{
        display: block;
        cursor: pointer;
        margin: auto 0;
        padding-right: 30px;
    }

    .bars .line{
        width: 30px;
        height: 3px;
        background-color: var(--color-primario);
        margin: 6px 0px;
    }

    .nav_bar_media{
        width: 100%;
        justify-content: space-between;
    }

    .nav-bar{
        display: flex;
        flex-direction: column;
        height: 0px;
        position: absolute;
        top: 79px;
        left: 0;
        right: 0;
        width: 100vw;
        background-color: var(--color-white);
        transition: 0.5s;
        overflow: hidden;
        padding: 0;
        min-width: 300px;
    }

    .nav-bar ul{
        margin-top: 20px;
        flex-direction: column;
    }

    .redes{
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        justify-content: center;
    }

    .redes_iconos{
        display: none;
    }
}

@media(max-width:450px){
    .bot_iniciocel{
        top: 30%;
        right: -14%;
    }
}


/* ACA EMPIEZA EL CARRUSEL */ 

.div3 {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.div3_imagen {
    width: 100%;
    object-fit: cover;
    max-height: 60vh;
}

.div3_boton{
    padding: 5px 10px 5px 10px;
    border-radius: 25px;
    background-color: var(--color-terciario);
}

.carrousel {
    width: 100%;
    height: 500px;
}

.carrusel_figura {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(35, 96, 132, 0.719);
    clip-path: polygon(101% -4%, -4% -288px, 0 232%);
    color: var(--color-terciario);
    top: 1px;
    bottom: -1px;
    left: 0;
    text-align: left;
    width: 650px;
    padding: 20px 0px 0px 40px;
}



.carrusel_figura h1 {
    width: 94%;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--color-white);
    text-shadow: #052335 2px 2px 5px;
}

.carrusel_figura p {
    width: 85%;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 5px 5px 0px;
    text-align: left;
    margin-bottom: 30px;
    color: white;
    letter-spacing: 1px;
    text-shadow: #353535 1px 1px 3px;   
}

.conteCarrousel {
    width: 100%;
    height: inherit;
    overflow: hidden;
    position: relative;
}

.itemCarrousel {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.itemCarrousel.active {
    opacity: 1;
    z-index: 1; 
}

.itemCarrouselTarjeta1, .itemCarrouselTarjeta2, .itemCarrouselTarjeta3 {
    width: 100%;
    height: 100%;
}

.itemCarrouselArrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.itemCarrouselArrows > i:hover {
    cursor: pointer;
}

.conteCarrouselController {
    width: 100%;
    display: flex;
    justify-content: center;
}

.conteCarrouselController > a {
    text-decoration: none;
    font-size: 2em;
    color: grey;
}

.itemCarrouselArrows > a > i {
    color: var(--color-secundario);
}

.itemCarrouselTarjeta1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: right;
}

.itemCarrouselTarjeta2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: right;
}

.itemCarrouselTarjeta3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: right;
}

.carrousel_img{
    display: flex;
}

.carrousel_img_cel{
    display: none;
}



@media(max-width:1250px) {
    .carrousel{
        height: 450px;
    }

    .carrusel_figura {
        width: 350px;
        clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
    }

    .carrusel_figura h1 {
        width: 77%;
        margin-left: 34px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .carrusel_figura p {
        width: 95%;
        font-size: 22px;
        letter-spacing: 0px;
        padding: 0px 0px 5px 34px;
    }
}


@media(max-width:1150px) {
    .carrousel{
        height: 400px;
    }

    .carrusel_figura {
        height: 150px;
        width: 100%;
        clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
        top: 250px;
    }

    .carrusel_figura h1 {
        color: white;
        font-weight: bold;
        width: 77%;
        margin-left: 35px;
        margin-bottom: 5px;
        font-size: 17px;

    }

    .carrusel_figura p {
        font-weight: bold;
        width: 95%;
        font-size: 22px;
        letter-spacing: 0px;
        padding: 0px 0px 5px 35px;

    }
}

@media(max-width:650px) {
    .carrusel_figura{
        padding: 20px 0px 0px 30px;
    }

    .carrusel_figura h1 {
        margin-left: 0px;
        font-size: 12px;
    }

    .carrusel_figura p {
        font-size: 18px;
        padding: 0px 0px 5px 0px;
        width: 92%;
    }

    .carrousel_img{
        display: none;
    }
    
    .carrousel_img_cel{
        display: flex;
    }

    .itemCarrouselTarjeta3 img, .itemCarrouselTarjeta2 img, .itemCarrouselTarjeta1 img {
        object-position: center;
    } 
    
}

/* ACÁ EMPIEZA EL DIV DATOS */

.datos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    scroll-behavior: smooth;
    padding: 20px 0px 40px 0px;
}

.tarj_datos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icono_datos{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icono_datos i{
    color: var(--color-secundario);
    font-size: 50px;
}

.datos h2{
    font-size: 35px;
    color: var(--color-primario);
    text-align: center;
    margin-bottom: 10px;
}

.datos h3{
    font-size: 20px;
    color: var(--color-quinto);
    text-align: center;
    letter-spacing: -1px;
}

@media only screen and (max-width: 1450px){
    .datos{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 650px){
    .datos{
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
}

/* ACA EMPIEZA EL DIV PISCINAS INICIO */


@keyframes aparecer {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.div_piscinas {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
    animation: aparecer 1s ease forwards;
}


.div_piscinas.aparecer {
    opacity: 1;
}


.tarjeta_imagen{
    min-width: 150px;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.tarjeta_texto{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 410px;
    background: linear-gradient(to bottom, rgb(129, 177, 219, 1), rgb(129, 177, 219, 1), rgb(129, 177, 219, 1), rgb(129, 177, 219, 1), rgb(129, 177, 219, 0));
}

.tarjeta_texto h1{
    color: var(--color-white);
}

.tarjeta_texto p{
    color: var(--color-white);
}

.tarjeta_imagen_girar{
    object-fit: cover;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.div4_servicios{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}


.div4_servicioscel{
    display: none;
}


.servicios_titulo{
    display: flex;
}


.servicios_tipos{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 450px);
    gap: 40px;
    scroll-behavior: smooth;
    padding: 20px 0px 40px 0px;
    justify-content: center
}



.title_img_tarjeta {
    padding-top: 20px;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.tarjeta_detalle{
    padding-bottom: 40px;
    font-size: 22px;
    width: 100%;
    text-align: center;
}


.icon_img_tarjeta {
    position: absolute;
    top: 4%;
    text-align: center;
    width: 15%;
}


.icon_img2 {
    width: 15%;
}


.tarjeta_icon{
    position: absolute;
    width: 150px;
    margin: 20px;
}


.plus_img_tarjeta {
    position: absolute;
    width: 10%;
    bottom: 0;
    margin: 20px;
    padding: 6px 5px 6px 5px;
    text-align: center;
    background-color: var(--color-cuarto);
    border-radius: 20px;
}


.bot_serv {
    width: 45%;
    background-color: var(--color-terciario);
    border: var(--color-cuarto) 2px solid;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    min-width: 150px;
    color: white !important;

}

.bot_servcel{
    width: 45%;
    background-color: var(--color-terciario);
    border: var(--color-cuarto) 2px solid;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    min-width: 150px;
    color: white !important;
}


.bot_serv a,
.bot_serv a:active,
.bot_serv a:visited {
    color: var(--color-white);
}


.bot_serv:hover a {
    color: var(--color-white);
}


.bot_serv:hover {
    border: var(--color-primario) 2px solid;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--color-primario);
    border-radius: 5px;
    padding: 12px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;

}


.bot_serv,.bot_serv:hover  {
    top: 200px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.tarjeta {
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 430px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.6);
    height: 400px;
    border-radius: 4px;
    background-color: whitesmoke;
    border: none;
}


.overlay_serv {
    position: relative;
    width: 100%;
    height: 100%;
}


.overlay_serv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-cuarto);
    opacity: 0.5; /* Ajusta este valor para cambiar la transparencia */
    z-index: 1;
}


.content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}


.tarjeta__image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}


.tarjeta__content {
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
/*     Acá van las animaciones    */
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.tarjeta:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}


.tarjeta:hover .tarjeta__content {
    transform: rotateX(0deg);
}


.tarjeta__title {
    background-color: #f2f2f2;
    margin-top: 30px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}


.tarjeta:hover svg {
    scale: 0;
}


.tarjeta__description {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #f2f2f2;
    margin-top: 25px;
    font-size: 18px;
    color: #777;
    line-height: 1.4;
}


/* Estos son los medias nuevos */


@media only screen and (max-width: 1500px) {
    .servicios_tipos{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 300px);
    }


    .tarjeta {
        min-width: 300px;
        height: 300px;
    }


    .tarjeta__content {
        min-width: 300px;
        height: 300px;
    }


    .tarjeta_icon {
        width: 100px;
    }


    .title_img_tarjeta {
        font-size: 25px;
        top: 45%;
    }


    .tarjeta__description {
        font-size: 13px;
        margin-top: 15px;
    }


    .bot_serv,
    .bot_servcel,
    .bot_serv:hover{
        top: 228px;
        width: 60%;
    }

    .tarjeta_texto{
        bottom: 315px;
    } 
}


@media only screen and (max-width: 1100px) {
    .div4_servicios{
        display: none;
    }

    .title_img_tarjeta{
        padding-top: 20px;
    }

    .tarjeta_detalle{
        padding-bottom: 30px;
    }

    .div4_servicioscel{
        width: 95%;
        margin: auto;
        display: flex;
        justify-content: center;
    }


    .servicios_tiposcel{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }


    .tarjeta {
        width: 300px;
    }


    .div4_titulo p {
        width: 85%;
    }
}


/* ACÁ EMPIEZA EL DIV EXPERIENCIA */

.experiencia{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.experiencia_img{
    height: 420px;
    width: 380px;
    margin: auto;
    border: solid 10px var(--color-primario);
}

.experiencia_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experiencia_texto{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.experiencia_texto h2{
    min-width: 230px;
}

.experiencia_texto p{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--color-cuarto);
    margin-bottom: 20px;
}

.experiencia_texto i{
    color: var(--color-secundario);
}

.experiencia_boton{
    background-color: var(--color-primario);
    color: white;
    border-radius: 15px;
    width: 40%;
    min-width: 330px;
    height: 35px;
    text-align: center;
    padding: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bolder;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.experiencia_boton:hover{
    background-color: var(--color-cuarto);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}



@media only screen and (max-width: 1100px){
    .experiencia_img{
        width: 330px;
        margin: auto;
    }

    .experiencia_boton{
        min-width: 300px;
    }
}

@media only screen and (max-width: 650px) {
    .experiencia{
        flex-direction: column;
    }
    .experiencia_img {
        height: 420px;
        width: 90%;
        margin: auto;
        border: solid 10px var(--color-primario);
    }

    .experiencia_texto{
        width: 100%;
    }

    .experiencia_texto a{
        margin: auto;
    }
    
    

}

/* ACA EMPIEZA EL E-COMMERCE DE INICIO */


.div_tienda{
    width: 100%;
    height: 500px;
    margin: auto;
    display: flex;
}

.div_tienda_izquierda{
    padding-left: 20px;
    display: flex;
    justify-content: center;
    width: 55%;
    background-color: #FBE3D7;
}

.div_tienda_texto{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
}


.div_tienda_texto h1{
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    color: black;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
    text-shadow: 1px -1px 3px rgba(0, 0, 0, 0.5);
}


.div_tienda_texto p {
    margin-top: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: rgb(62, 61, 61);
}

.div_boton_tienda{
    margin: 0px auto;
    margin-top: 40px;
    padding-bottom: 20px;
}

.boton_tienda{
    background-color: var(--color-terciario);
    color: var(--color-secundario) !important;
    border-radius: 15px;
    min-width: 140px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: bolder;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    padding: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease; /* Transición en la propiedad transform */
    display: flex;
    align-items: center;
}

.boton_tienda:hover{
    background-color: var(--color-primario);
    color: white !important;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
}

.div_tienda_imagen{
    display: flex;
    justify-content: center;
    width: 55%;
    padding: 5px 10px 2px 10px;
}

.div_tienda_imagen img{
    width: 325px;
    height: 100%;
    position: relative;
    object-fit: cover;
    overflow: hidden;
    object-position: top;
    filter: drop-shadow(0px -1px 4px rgba(0, 0, 0, 0.6));
}

.div_tienda_derecha{
    display: flex;
    flex-direction: column;
    width: 45%;
}

.div_tienda_derecha h1 {
    font-size: 21px;
    padding: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px 0px #ffffff, -1px -1px 0px #aaa;
}

.tienda_derecha_fila{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-between;
}

.tienda_derecha_fila a, .tienda_derecha_fila a:active, .tienda_derecha_fila a:visited, .tienda_derecha_fila a:hover{
    color: black !important;
}

.tienda_derecha1, .tienda_derecha2, .tienda_derecha3, .tienda_derecha4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    width: 50%;
}

.tienda_derecha1 {
    background: radial-gradient(circle, #E1F7F5, #A1DFD6, #23C297);
}

.tienda_derecha2 {
    background: radial-gradient(circle, #D4F1FF, #7BB6E3, #2384CE);
}

.tienda_derecha3 {
    background: radial-gradient(circle, #EAFBFF, #A3E8FF, #37cbfc);

}

.tienda_derecha4 {
    background: radial-gradient(circle, #f5eff3, #f4d2e8, #E4A6D4);
}


.div_tienda_derecha_separacion{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: space-between;
}

.tienda_derecha_imagen{
    width: 50%;
}

.tienda_derecha_imagen img{
    width: 100%;
    min-width: 112px;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(9px -3px 4px rgba(0, 0, 0, 0.6));
}

.tienda_derecha_imagen img:hover{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1120px) {

    .div_tienda{
        height: auto;
    }

    .div_tienda_izquierda, .div_tienda_derecha{
        width: 80%;
        padding: 0px;
    }

    .div_tienda_derecha h1 {
        font-size: 18px;
    }

    .tienda_derecha_imagen img{
        min-width: 80px;
        width: 80%;
    }

}

@media screen and (max-width: 900px){

    .div_tienda{
        flex-direction: column-reverse;
        height: auto;
    }

    .div_tienda_imagen{
        width: 50%;
        padding: 0px;
    }

    .div_tienda_imagen img{
        object-fit: contain;
        object-position: center;
    }

    .div_tienda_texto{
        width: 48%;
    } 

    .div_tienda_texto h1{
        font-size: 20px;
        margin-top: 20px;
    }

    .div_tienda_texto p{
        font-size: 14px;
        margin-top: 20px;
    }


    .div_tienda_izquierda, .div_tienda_derecha{
        width: 100%;
        padding: 0px;
    }

    .tienda_derecha_fila{
        height: 210px;
    } 

    .div_tienda_derecha h1 {
        font-size: 15px;
    }


    .tienda_derecha_imagen img{
        min-width: 80px;
    }

}


/* ACA EMPIEZA EL COMENTARIOS CLIENTES */

@keyframes fadeInUp {
    from {
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeOutDown {
    from {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}

.comentarios{
    text-align: center;
}

.comentarios h2{
    margin: auto;
}

.comentarios_wrapper{
    display: flex;
    width: 100%;
    overflow: hidden;
}

.base_flechas{
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.carousel::before, .carousel::after {
    background: linear-gradient(to right, var(--color-white) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 335px;
    position: absolute;
    width: 30%;
    z-index: 2;
}

.carousel::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.base_comentarios{
    display: grid;
    width: 100%;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    justify-content: center;
    transition: transform 0.5s ease; /* Agregar transición suave */
}


.comentario_contenedor {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.comentario_arriba{
    width: 40%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.comentario_arriba i{
    cursor: pointer;
    font-size: 30px;
    color: var(--color-primario);
}

.comentario_imagen{
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.comentario_imagen img {
    border-radius: 50%;
    width: 100%;
    height: inherit;
    object-fit: cover;
    overflow: hidden;
}

.comentario_texto {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 10px;
    padding: 15px 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 145px;
    justify-content: space-between
}


.cliente {
    font-weight: bold;
}

.locacion {
    color: #888;
    font-weight: lighter;
}

.comentario_flechas {
    width: 350px;
    top: -258px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
    position: relative;
    animation: fadeOutDown 0.5s forwards;
}

.base_flechas:hover .comentario_flechas {
    opacity: 1;
    animation:fadeInUp 1s forwards;
}

.comentario_flecha_izquierda, .comentario_flecha_derecha {
    border: none;
    background-color: transparent;
    position: relative;
    transition: .5s;
    cursor: pointer;
    font-size: 40px;
    color: var(--color-primario);
}

.comentario_flecha_izquierda:hover, .comentario_flecha_derecha:hover{
    color: var(--color-terciario);
} 





/* ACA EMPIEZA EL NUEVO COMENTARIOS WRAPY */


.wrapy {
    position: relative;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    padding: 5px;
}

.wrapy:hover .wrapyii{
    opacity: 1;
    animation:fadeInUp 1s forwards;
}

.wrapy .wrapyii {
    top: 17%;
    cursor: pointer;
    position: absolute;
    text-align: center;
/*     transform: translateY(-50%); */

    transition: .5s;
    cursor: pointer;
    font-size: 40px;
    color: var(--color-primario);

    opacity: 0;
    z-index: 997;
    animation: fadeOutDown 0.5s forwards;
}

/* .wrapy i:active{
    transform: translateY(-50%) scale(0.85);
} */

.wrapyii:hover{
    color: var(--color-terciario)
}

.wrapy i:first-child{
    left: 42%;
}

.wrapy i:last-child{
    right: 40%;
}

.wrapy .carousel{
    display: grid;
    width: 90%;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}
.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}
.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.carousel .card {
    scroll-snap-align: start;
    list-style: none;
    flex-direction: column;
    display: flex;
}

.card .img img {
    width: 100%;
    height: auto;
    object-fit: contain;

}

.porta_tecno {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px 0px;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
}

.card_porta1, .card_porta2, .card_porta3, .card_porta4, .card_porta5 {
    margin: 5px 5px;
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center;
    min-width: 100px;
}

.card_porta1 {
    background-color: var(--color-primario);
    color: whitesmoke;
}

.card_porta2 {
    background-color: #7d2e34;
    color: whitesmoke;
}

.card_porta3 {
    background-color: #e1231c;
    color: whitesmoke;
}

.card_porta4 {
    background-color: #b6d0de;
    color: var(--color-black);
}

.card_porta5 {
    background-color: #ffc436;
    color: var(--color-black);
}

.porta_desc {
    margin: 0px 10px 10px 10px;
    flex: 1; /* Este flex: 1 permitirá que esta sección ocupe todo el espacio disponible */
}

.porta_desc h1 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.porta_desc p {
    display: flex;
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 5px 10px;
}

.porta_desc i {
    font-size: 0.3em;
    margin-right: 5px;
}

.portafolio_visita {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    margin-top: auto; /* Este margen empujará esta sección al final de la tarjeta */
}

.portafolio_visita a {
    color: gray;
    margin: 10px 0px;
    text-decoration: underline;
}

.portafolio_visita i {
    font-size: 10px;
}

.portafolio_visita a:hover {
    color: var(--color-primario);
}


@media screen and (max-width: 1400px) {
    .wrapy .carousel {
    grid-auto-columns: 100%;
    }

    .carousel::before, .carousel::after {
        background: none;
    }

    .comentario_texto{
        max-width: 460px;
    }

    .wrapy .wrapyii {
        opacity: 1 !important;
        animation: none !important; /* Desactiva la animación */
        transition: none !important; /* Elimina transiciones */
    }

    .wrapy:hover .wrapyii {
        opacity: 1;
        animation: none; /* Desactiva animación en hover */
    }

    .wrapy i:first-child{
        left: 28%;
    }
    
    .wrapy i:last-child{
        right: 28%;
    }
}

@media screen and (max-width: 600px) {
    .wrapy .carousel {
        grid-auto-columns: 100%;
    }


    .comentario_texto {
        margin: 10px 0px;
        padding: 10px 10px;
    }

    .wrapy i:first-child{
        left: 8%;
    }
    
    .wrapy i:last-child{
        right: 8%;
    }
}





/* ACA EMPIEZA EL ALCANCE GEOGRÁFICO */
.geografico{
    text-align: center;
    width: 80%;
    margin: auto;
}

.geografico h2{
    margin: auto;
}

.geografico_grid{
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    padding: 0px 40px;
}

.geografico_regiones1, .geografico_regiones2{
    margin: auto;
    gap: 30px;
    display: flex;
}

 .geografico_region {
    display: flex;
    flex-direction: column;
    height: 350px;
    width: 350px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.geografico_region:hover {
    transform: scale(1.05); /* Zoom suave al hacer hover */
}

.region_imagen,
.region_imagen2 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    position: absolute; /* Ambas imágenes en la misma posición */
    top: 0;
    left: 0;
    transition: opacity 0.8s ease-in-out; /* Transición suave de opacidad */
}

.region_imagen {
    opacity: 1; /* La primera imagen está visible inicialmente */
    z-index: 1;
}

.region_imagen2 {
    opacity: 0; /* La segunda imagen está oculta inicialmente */
    z-index: 2;
}

.geografico_region:hover .region_imagen {
    opacity: 0; /* La primera imagen se desvanece al hacer hover */
}

.geografico_region:hover .region_imagen2 {
    opacity: 1; /* La segunda imagen aparece suavemente */
}


.region_h3{
    background-color: #4444448e;
    color: white;
    padding: 20px 10px;
    width: 100%;
    position: relative;
/*     bottom: 150px; */ /* ESTO ERA LO QUE TENÍA LA FEÑA ANTES*/
    bottom: -125px;
    margin: 0;
    z-index: 10;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .geografico_grid{
        padding: 0px 0px;
    }

    .geografico{
        width: 90%;
    }
}

@media screen and (max-width: 1250px) {
    .geografico_regiones1, .geografico_regiones2{
        flex-direction: column;
        gap: 0px;
    }
}

@media screen and (max-width: 650px) {
    .geografico_region{
        width: 335px;
        height: 335px;
    }

}



/* ACA EMPIEZA EL FORMULARIO */

.div8{
    display: flex;
    width: 100%;
    max-height: 550px;
}

.div8_imagen1{
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.div8_imagen1 img{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
}

.div8_texto1{
    background-color: rgb(179, 179, 179);
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 60px;
}

.div8_texto1 h1{
    color: var(--color-secundario) !important;
    width: 85%;
}

.div8_texto1 p{
    width: 85%;
    color: #444444;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.div8_formulario{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    width: 85%;
}

label {
    position: absolute;
    font-size: 0.9em;
    color: #555;
    padding-top: 5px;
    padding-left: 5px;
}

.div8_fila{
    display: flex;
}

.div8_item{
    width: 50%;
    padding: 0px 8px 8px 0px;
}

.texto_formulario1{
    background-color: white;
    border-radius: 5px;
    color: #020202;
    border: none;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: medium;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    border-color: gray;
    display: flex; 
}

.texto_formulario11{
    background-color: white;
    border-radius: 5px;
    color: gray;
    border: none;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: medium;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    border-color: gray;
    display: flex; 
}

.texto_formulario2{
    background-color: white;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 15vh;
    padding-left: 10px;
    padding-top: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-size: medium;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin-right: 8px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


.div8_bott{
    background-color: var(--color-primario);
    color: white;
    border-radius: 15px;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    font-size: medium;
    font-weight: bolder;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    margin: 30px 0px;
    padding: 0 15px;
    cursor: pointer;
    transition: transform 0.3s ease; 
    align-items: flex-start;
}

@media screen and (max-width: 1120px) {
    .div8 {
        flex-direction: column;
        height: auto;
        max-height: none;
    }

    .div8_imagen1 {
        width: 100%;
        height: 40vh;
    }

    .div8_texto1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .div8_texto1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media screen and (max-width: 650px) {
    .div8_texto1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .div8_texto1 h2{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: large;
    }

    .div8_texto1 p{
        font-size: medium;
    }

    .div8_formulario {
        width: 95%;
        margin: auto;
    }

    .div8_fila {
        flex-direction: column;
    }

    .div8_item {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .div8_bott {
        width: 70%;
        height: 30px;
        margin: 15px auto;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (max-height: 1366px) {
    .div8 {
        max-height: 35vh !important;
    }
}


/* FORMULARIO PRELOADER */

.swal2-confirm.custom-red-button {
    background-color: var(--color-primario) !important;
    color: white !important;
}


.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    --uib-color: var(--color-terciario);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
  }
  
  .dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  
  .dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
  }
  
  .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
  }
  
  .dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
  }
  
  .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
  }
  
  .dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
  }
  
  .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
  }
  
  .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
  }
  
  .dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
  }
  
  .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
  }
  
  .dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
  }
  
  .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
  }
  
  .dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
  }
  
  .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
  }
  
  .dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
  }
  
  @keyframes pulse0112 {
    0%,
    100% {
      transform: scale(0);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }


.modal {
    display: none; /* Oculto por defecto */
    position: fixed; /* Posición fija para el modal */
    z-index: 1000; /* Asegurarse de que esté por encima de otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Desactivar el desplazamiento */
    background-color: rgba(0, 0, 0, 0.1); /* Fondo transparente */
}



.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--color-primario) !important;
}

/* ACA EMPIEZA EL FOOTER */

.footer{
    display: flex;
    width: 100%;
    padding: 60px 5%;
    background-color:var(--color-secundario);
    justify-content: space-evenly;
}

.footer_texto{
    width: 30%;
}

.footer_texto h3{
    margin-bottom: 20px;
    color: white !important;
}


.footer_texto_datos{
    width: 85%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.footer_texto_datos .flex{
    margin: 5px 0px;
    align-items: center;
}

.footer_texto_datos p{
    width: 85%;
    color: white !important;
}

.footer_texto_datos i{
    width: 5%;
    min-width: 30px;
    color: white !important;
}


.footer_texto_redes{
    display: flex;
}


.footer_galeria{
    display: flex;
    flex-direction: column;
    width: 30%;
}

.footer_galeria h3{
    color: white !important;
    margin-bottom: 20px ;
}

.footer_galeria_imagen{
    height: 200px;
    width: 90%;
    max-width: 350px;
}

.footer_galeria_imagen img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}


.footer_logo{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_logo h3{
    color: white !important;
    margin-bottom: 20px ;
}

.footer_logo_imagen{
    height: 200px;
    width: 90%;
    max-width: 350px;
}

.footer_logo_imagen img{
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1120px) {
    .footer{
        flex-direction: column;
    }

    .footer_texto, .footer_galeria, .footer_logo{
        width: 80%;
        align-items: flex-start;
        margin: 0 auto 30px auto;
    }
}

@media screen and (max-width: 650px) {
    .footer{
        padding: 60px 5% 0px 5%;
    }

    .footer_galeria, .footer_logo{
        align-items: center;
    }

    .footer_texto, .footer_galeria, .footer_logo{
        width: 100%;
    }
}



/* ACA EMPIEZA EL Pidgan */

.pagina_pidgan {
    text-decoration: underline;
    font-weight: bold;
    font-size: 20px;
}

.div10{
    display: flex;
    align-items: center;
    background-color: var(--color-quinto);
    width: 100%;
    justify-content: flex-start;
}

.inferior1{
    display: flex;
    align-items: center;
}

.inferior1 p{
    color: white;
    padding: 0px 5px;
}

.inferior1 a{
    color: white;
    font-size: larger;
}

.miniatura_pidgan{
    width: 60px;
    margin: 5px 5px 5px 0px;
    padding-left: 20px;
}

@media screen and (max-width: 650px) {
    .div10{
        flex-direction: column;
        padding: 5px 0px;
    }

    .inferior1{
        flex-direction: column;
        align-items: center;
    }

    .miniatura_pidgan{
        width: 45px;
        margin: 0px auto;
        padding: 0px;
    }

    .inferior1 a{
        font-size: small;
    }

    .inferior1 p{
        font-size: smaller;
    }

}



/* BOTON DE WHATSAPP */

.whatsapp-button{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    text-align: center;
    line-height: 66px;
}

.whatsapp-button_imagen{
    width: 100%;
    height: 100%;
}

.whatsapp-button_imagen img{
    object-fit: contain;
    width: 100%;
    height: inherit;
}


.whatsapp-button:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}

@media screen and (max-width: 650px) {
    .whatsapp-button{
        right: 15px !important;
    }

}


/* video piscinafull */

.div_video_fondo{
    background-image: url(../img/portadas/portada_extra2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    width: 100%;
    height: 430px; 
    padding: 0px !important;
}

.div_video_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
    backdrop-filter: blur(2px);
}
    


.div_video_interior{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 60%; 
    height: 100%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    padding-bottom:10px;
}

.div_video_interior h1{
    color: white;
    font-size: 22px; 
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); 
    width: 50%;
    margin: 15px 0px;
}

.video_carac{
    position: relative;
/*     bottom: -65px; */
    min-width: 700px; 
    min-height: 390px;
    border-radius: 10px; 
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1120px) {
    .div_video_fondo{
        height: 300px; 
    }


    .video_carac{
        position: initial;
        min-width: 390px; 
        min-height: 210px;
        bottom: -30px;
    }

    .div_video_interior h1{
        font-size: 14px;
        margin-top: 20px;
        width: 80%;
    }
}



@media screen and (max-width: 650px) {
    .div_video_fondo{
        height: 280px; 
    }

    .div_video_interior{
        justify-content: flex-start;
    }

    .video_carac{
        min-width: 200px; 
        min-height: 190px;
        bottom: -30px;
    }

    .div_video_interior h1{
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
    }
}
