/* page styles */
.ax-hidden {
    visibility: hidden;
    position: absolute;
}

/* carousel styles */
.carousel {
    --carousel-height: 400px;
    --carousel-width: 1000px;
    --carousel-item-height: 150px;
    --carousel-item-width: 150px;
    width: 100%;
}

.carousel-container {
    align-items: center;
    display: flex;
    min-height: var(--carousel-height);
    margin: 0 auto;
    max-width: var(--carousel-width);
    position: relative;
    opacity: 80%;
}

.carousel-item {
    height: var(--carousel-item-height);
    opacity: 70%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    width: var(--carousel-item-width);
    z-index: 0;
    display: block;
}

.carousel-item-1 {
    left: 15%;
    opacity: 0.4;
}

.carousel-item-2,
.carousel-item-4 {
    height: calc(var(--carousel-item-height) * 1.5);
    opacity: 0.4;
    width: calc(var(--carousel-item-width) * 1.5);
    z-index: 1;
}

.carousel-item-2 {
    left: 30%;
    opacity: 0.4;
}

.carousel-item-3 {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    height: calc(var(--carousel-item-height) * 2);
    opacity: 0.4;
    left: 50%;
    width: calc(var(--carousel-item-width) * 2);
    z-index: 2;
}

.carousel-item-4 {
    left: 70%;
    opacity: 0.4;
}

.carousel-item-5 {
    left: 85%;
    opacity: 0.4;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin: 0px 0;
    opacity: 0;
}

/* carousel button styles */
.carousel-control {  
    background-color: transparent;
    border: 2px solid;
    border-radius: 4px;
    color: #aaa;
    cursor: pointer;
    height: 22px;
    margin: 0 20px;
    position: relative;
    transform: scale(1.5);
    transition: transform 0.5s ease-out;
    width: 22px;
}

.carousel-control:hover {
transform: scale(1.3);
}

/* previous button */
.carousel-control-previous::after,
.carousel-control-previous::before {
    box-sizing: border-box; 
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    top: 5px;
}
.carousel-control-previous::before {
    background: currentColor;
    border-radius: 2px;
    right: 11px;
    width: 2px;
}
.carousel-control-previous::after {
    border-bottom: 4px solid transparent;
    border-right: 5px solid;
    border-top: 4px solid transparent;
    right: 5px;
    width: 0;
}

/* next button */
.carousel-control-next::after,
.carousel-control-next::before {
    box-sizing: border-box;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    top: 5px;
}
.carousel-control-next::before {
    background: currentColor;
    border-radius: 2px;
    left: 11px;
    width: 2px;
}none
.carousel-control-next::after {
    border-bottom: 4px solid transparent;
    border-left: 5px solid;
    border-top: 4px solid transparent;
    left: 5px;
    width: 0;
}

/* play button */
.carousel-control-play::before {
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    border-top: 5px solid transparent;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 7px;
    top: 4px;
    width: 0;
}

/* pause button */
.carousel-control-play.playing::before {
    border-bottom: 0;
    border-left: 2px solid;
    border-right: 2px solid;
    border-top: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    left: 6px;
    top: 6px; 
    width: 6px;
}

/* add button */
.carousel-control-add::after,
.carousel-control-add::before {
    background: currentColor;
    border-radius: 5px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 4px;
    top: 8px;
    width: 10px;
}
.carousel-control-add::after {
    height: 10px;
    left: 8px;
    top: 4px;
    width: 2px;
}
.div-contenedor{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Css Whatsapp*/
.whatsappImagen{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.whatsappStyle {
    width: 70px;
    height: 70px;
    background: #0dc152;
    position: fixed;
    bottom: 88px;
    right: 15px;
    border-radius: 50%;
    z-index: 99;
}

.whatsappPulse:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    transition: opacity .3s, transform .3s;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
@keyframes pulse-animation {
    0% {
    opacity: 1;
    transform: scale(1);
    }
    50% {
    opacity: 0;
    transform: scale(1.5);
    }
    100% {
    opacity: 0;
    transform: scale(1.5);
    }
}
@media(max-width:550px){
    .btn_pagging {
        margin: 0 -8px;
    }  
    .btn_mange_pagging {
        padding: 12px 5px;
    }
    .footer_img_post_6 {
        width: 75px;
    }
    .vertical-height{
        height: 100%;
    }
    .slider_background{
        background-size: contain;
        height: 32vh;
    }
    .wrapperx{
        margin-top: 0px;
    }
    .div-contenedor {
        height: 70vh;
    }
}