.caja-admin {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 15px 25px;
    margin: 0 15px;
    cursor: pointer;
}

.caja-admin h4 {
    font-weight: 500;
    font-size: 0.8em;
}

.caja-admin p em {
    font-size: 14px;
    font-weight: 300;
} 

.carrusel-container {
    max-width: 1200px;
    margin: -150px auto 0 auto;
    padding-bottom: 120px;
}

.carrusel-custom {
    position: relative;
}
.carrusel-container .item-carrusel{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 25px;
}

.carrusel-container .col1,
.carrusel-container .col2 {
    flex-basis: 50%;
    font-family: 'Archivo', sans-serif;
}
 
.carrusel-container .col1 {
    padding: 45px;
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 8px;
    background-color: white;
}

.carrusel-container .col1 span {
    color: #98C23A;
    font-size: 15px;
    font-weight: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.carrusel-container .col1 h3 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.carrusel-container .col1 p {
    font-size: 16px;
    font-style: italic;
}

.carrusel-container .col2 img {
    max-width: 500px;
    max-height: 365px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.carrusel-container .testimonio {
    display: flex;
    gap: 7px;
    margin-top: 50px;
}

.carrusel-container .testimonio p {
    font-style: normal;
    margin: 0;
    margin-bottom: 0;
}

.nav-slider {
    position: absolute;
    bottom: 25%;
    right: 22%;
    font-size: 25px;
    display: flex;
    gap: 15px;
    z-index: 1000;
    cursor: pointer;
    color: #C2C2C2;
    margin: 25px 0;
}

.nav-slider i:hover {
    color: #98C23A;
}

/*

    Responsive del bloque

*/


@media only screen and (max-width: 1440px) {
    .nav-slider {
        right: 15%;
    }
}

@media only screen and (max-width: 1366px) {
    .nav-slider {
        right: 12%
    }
}

@media only screen and (max-width: 1280px) {
    .nav-slider {
        right: 9%;
    }
}

@media only screen and (max-width: 1080px) {
    .nav-slider {
        bottom: 35%;
        right: 6%;
    }
}

@media only screen and (max-width: 1024px) {
    .nav-slider {
        bottom: 38%;
        right: 6%;
    }
}

@media only screen and (max-width: 768px) {
    .nav-slider {
        bottom: 60%;
        right: 8%;
    }
}

@media only screen and (max-width: 700px) {

    .carrusel-container {
        margin: 0px auto 0 auto;
        padding-bottom: 70px;
    }
   
    .carrusel-custom .item-carrusel {
        flex-direction: column;
    }

    .carrusel-custom .item-carrusel .col2 {
        display: none;
    }

    .nav-slider {
        bottom: 21%;
        right: 8%;
    }
}

@media only screen and (max-width: 525px) {
    .nav-slider {
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        gap: 60px;
    }
}

@media only screen and (max-width: 425px) {
    
}

@media only screen and (max-width: 375px) {

}





