.carousel-indicador-redondo{
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    background-color: #155E40 !important;
    opacity: 0.5;
    margin: 0 4px;
    z-index: 2100;
}
.carousel-picture{
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.carousel-texto{
    position: absolute;
    top: 50%;
    right: 0;;
    transform: translate(-5%, -50%);
    z-index: 1000;
    width: 38%;
    transition: all 0.5s ease-in-out;
}
.carousel-titulo{
    font-family: 'Montserrat';  
    font-weight: bold;
    line-height:1.1; 
    color:#155E40; 
    text-shadow: 0px 3px 6px #00000029;
}

.carousel-descripcion{
    font-family:'Montserrat' ; 
    font-size:16px; 
    color:#000000; 
    text-align: justify;
}
.texto-blanco{
    color: white !important;
}
.rolado-descripcion{
    font-weight: bold;
}

.agricola-texto{
    background-color: #00000020;
}
.rolado-texto{
    background-color: #00000049;
}
.tratamiento-texto{
    background-color: #002f5e5f;
}


@media (max-width: 1225px) {
    .carousel-picture{
        height: 55vh;
    }
    .carousel-texto{
        transform: translate(-15%, -50%);
        width: 45%;
    }
    .mascotas-texto{
        left: 10%;
        top:5%;
        transform: translate(0, 0);
        width: 80%;
    }
    .humano-texto{
        right: 1%;
        top:50%;
        transform: translate(0, -50%);
        width: 45%;
    }
}


@media (max-width: 768px) {
    .carousel-texto{
        top: 65%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 90%;
        background-color: #73737317;
        border-radius: 3px;
    }
    .mascotas-texto{
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .carousel-titulo{
        font-size: 24px;
    }
    .carousel-descripcion{
        font-size: 14px;
    }
    .acuicola-texto{
        top:auto;
        bottom: 4vw;
    }
    .agricola-texto{
        width: 60%;
        top: 50%;
        right: 1%;
        transform: translate(0, -50%);
        background-color: #21212171;
    }
    .rolado-texto{
        background-color: #21212171;
    }
    .humano-texto{
        right: 1%;
        top:50%;
        transform: translate(0, -50%);
        width: 50%;
    }
}

@media (max-width: 550px) {
    .carousel-picture{
        height: 40vh;
    }
    .carousel-texto{
        top: 70%;
        width: 95%;
        padding: 10px !important;
    } 
    .carousel-titulo{
        font-size: 18px;
    }
    .carousel-descripcion{
        font-size: 12px;
        line-height: 1.1;
    }
    .mascotas-img{
        height: auto;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .mascotas-texto{
        bottom: 0;
        left: 1%;
        width: 98%;
        transform: translate(0, -40vw);
    }
    .agricola-texto{
        width: 98%;
    }
    .humano-texto{
        left: 50%;
        top: 50%;
        transform: translate(0, -50%);
        width: 49%;
        background-color: #21212171;
    }
}

@media (max-width: 450px) {
    .mascotas-texto{
        height: 28vw;
    }
    .carousel-picture{
        height: 45vh;
    }
    .carousel-texto{
        padding: 5px 10px !important;
    } 
}

@media (max-width: 350px) {
    .carousel-texto{
        top: 70%;
        width: 99%;
    }
    .carousel-titulo{
        font-size: 15px;
    }
    .carousel-descripcion{
        font-size: 11px;
        line-height: 1.1;
    }
    .mascotas-texto{
        height: 35vw;
        transform: translate(0, -45vw);
    }
    .humano-texto{
        left: 50%;
        top:50%;
        transform: translate(0, -50%);
        width: 50%;
    }
}


.entrar-derecha {
    animation: slideInRight 2s ease-in-out;
}

@keyframes slideInRight {
    from {
        transform: translate(100%, 0);
        opacity: 0;
    }
    to {
        transform: translateX(0, -50%);
        opacity: 1;
    }
}
