/* contenedor */
.contenedor-cara {
	display: block;
	margin: auto;
    overflow: hidden;
    border-radius: 20px;
}

.map-cara {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* puntos */

.cara_dots_items , .map-dots-movil .cara_dots_items {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0px!important;
    background-color: rgba(0,0,0,0);
}

.dots_item_icon:after,
.map-dots-movil .dots_item_icon:after {
    display: block;
    opacity: 0.8;
    content: "";
    background: url(/wp-content/uploads/2024/04/btn-mas-blanco.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    animation-name: animarbtn;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function:ease;
    transition: var(--all-transition);
}

.cara_dots_items .u-screen-reader-text {
    display: none;
}


button.cara_dots_items:hover{
    opacity: 1;
    animation-name: animarbtnhover;
    animation-iteration-count: 1;
    animation-timing-function:ease;
    animation-duration: 1s;
    transition: all 0.4s ease;
    background-color: transparent !important;
}


.carabtn-1{top: 37%;left: 54%;}
.carabtn-2{top: 47%;left: 40%;}
.carabtn-3{top: 40%;left: 47%;}
.carabtn-4{top: 55%;left: 57%;}
.carabtn-5{top: 69%;left: 57%;}
.carabtn-6{top: 68%;left: 42%;}
.carabtn-7{top: 17%;left: 46%;}


.c-carousel-ventajas_slide {
    display: none;
}

#btn-1{top: -153%;left: 144%; }
#btn-2{ top: -133%;left: -1160%;}
#btn-3{top: -114px;left: -320px;}
#btn-4{top: -133%;left: 137%;}
#btn-5{top: 140%;left: 0px;}
#btn-6{top: -20px;left: -320px;}
#btn-7{top: -28px;left: 45px;}

.c-carousel-ventajas_slide.mostrar_block{
	display: block;

}

.c-carousel-ventajas_slide .container-descrip  {
    background-color: #ffffff9c;
    border-radius: 15px;
    /* border: 1px solid #ffffffcd; */
    padding: 10px !important;
}

.mostrar_flex{
	display: flex;
}

.map-dots-movil,.swiper-scrollbar{
	display: none;
}

/* Container tratamiento */

.c-carousel-ventajas {
	position: absolute;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.35,.755,.42,.95);
    top: 0;
}

.c-carousel-ventajas.carrusel_visible,
.c-carousel-ventajas_slide.carrusel_visible
{ 
    opacity: 1;
    transition: opacity .4s cubic-bezier(.35,.755,.42,.95);
}

.c-carousel-ventajas_slide {
    position: absolute;
    max-width: 300px;
}


.c-carousel-ventajas_slide .container-descrip {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* align-items: flex-start; */
    width: 300px;
    gap: 2%;
}

.c-carousel-ventajas_slide .container-descrip .bloq-img-descrip img {
    display: block;
    width: 150px;
    height: auto;
    border-radius: 15px;
}

.info-consola.c-carousel-ventajas {
    top: 5%;
    right: 30%;
    max-width: 300px;
}

.c-carousel-ventajas_slide .container-descrip .bloq-img-descrip {
    flex: 0 0 38%;
}

.c-carousel-ventajas_slide .container-descrip .bloq-txt-descrip {
    flex: 0 0 58%;
    padding-top: 0px !important;
    text-align: center;
}

.bloq-txt-descrip p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2rem;
}

.cara_dots_items::before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid var(--c-white);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@keyframes animarbtn{
    0%{transform: scale(0.9);}
    50%{transform: scale(0.7);}
    100%{transform: scale(0.9);}
}

@keyframes animarbtnhover {
    0%{transform: scale(0.9);}
    100%{transform: scale(1);}
} 



@media screen and (max-width: 820px) {
    .contenedor-cara {
        overflow: visible;
    }

    .map-dots-movil {
        display: initial;
    }

    .c-carousel-ventajas_slide {
        top: initial !important;
        max-width: 80vw;
    }

    .c-carousel-ventajas_slide .container-descrip {
        width: 100%;
    }

    #mv-btn-1, #mv-btn-2, #mv-btn-3, #mv-btn-4,
    #mv-btn-5, #mv-btn-6, #mv-btn-7 {
        bottom: -180px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .c-carousel-ventajas_slide .container-descrip .bloq-img-descrip img {
        width: 100%;
        max-height: 150px;
        object-fit: cover;
    }

    .contenedor-cara.mv {
        padding-bottom: 180px;
    }
    
}

@media screen and (max-width: 600px) {
    .cara_dots_items {
        width: 25px;
        height: 25px;
    }

    .cara_dots_items::before {
        width: 25px;
        height: 25px;
        top: 14px;
        left: 9.5px;
    }

    .carabtn-1 {bottom: 38%;left: 55%;}
    .carabtn-2 {bottom: 44%;left: 36%;}
    .carabtn-3 {bottom: 39%;left: 45%;}
    .carabtn-4 {bottom: 58%;left: 57%;}
    .carabtn-5 {bottom: 71%;left: 58%;}
    .carabtn-6 {bottom: 66%;left: 37%;}
    .carabtn-7 {bottom: 14%;left: 46%;}
}

@media screen and (max-width: 500px) {
    #mv-btn-1, #mv-btn-2, #mv-btn-3, #mv-btn-4,
    #mv-btn-5, #mv-btn-6, #mv-btn-7 {
        bottom: -160px;
    }

    .c-carousel-ventajas_slide {
        max-width: 100vw;
    }

    .contenedor-cara.mv {
        padding-bottom: 160px;
    }
}