#info {
    padding: 20px;
    margin-top: 40px;
    text-align: center;
}

#info h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



#info .contenedor {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 5%;
    flex-wrap: wrap;
}

.info-pet {
    text-align: center;
}

.info-pet img {
    width: 200px;
    height: auto;
    border-radius: 50%;
}

.info-pet h4 {
    font-size: 26px;
    margin-top: 10px;
    font-weight: normal;
    color: #333;
}

#contentItemsCarrusel {
    height: 200px;
    overflow: hidden;
    margin-top: 60px;
}

.itemCarrusel {
    height: 100%;
    position: relative;
}

#contePuntos {
    background-color: rgb(249, 249, 249);
    display: flex;
    justify-content: space-around;
}

#contePuntos>a {
    font-size: 1.5em;
}

#infoCarrusel .contenedor {
    margin: 30%;
    position: absolute;
    text-align: justify;
    font-size: larger;
    color: #000000;
}

#infoCarrusel a {
    display: block;
    width: 150px;
    color: #000000;
    text-decoration: none;
    padding: 7px;
    margin-top: 20px;
    border: 3px solid #418fde;
    cursor: pointer;
}

#infoCarrusel a:hover {
    background: rgba(116, 118, 120, 0.5);
    cursor: pointer;
}

h3 {
    font-family: 'Fredoka', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tarjetaCarrusel-1 {
    background-color: rgba(78, 196, 42, 0.963);
    height: 100%;
}

.tarjetaCarrusel-2 {
    background-color: rgba(116, 31, 172, 0.814);
    height: 100%;
}

.tarjetaCarrusel-3 {
    background-color: rgba(121, 0, 0, 0.889);
    height: 100%;
}

.flechasCarrusel {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.titulo {
    font-family: "Afacad Flux", sans-serif;
    font-size: 35px;
    font-weight: 800;
}

.parrafo {
    text-align: center;
    font-size: 20px;
}

#info .contenedor2 {
    margin-top: 25px;
    width: 100%;
    justify-content: center;
}

.banner-texto {
    margin-top: 0%;
    margin-bottom: 0%;
}

#banner a {
    display: block;
    width: 150px;
    color: #000000;
    text-decoration: none;
    padding: 0.5rem;
    margin-top: 1.25rem;
    border: 3px solid #419dde;
    text-align: center;
}

.boton-leer p {
    font-size: 30px;
    font-weight: 400;
    color: #363636;
    margin: 0;
}
.contenedor-servicioss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.contenedor-servicios {
    display: flex;
    max-width: 1200px;
    margin-bottom: 50px;
    margin-top: 0px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    width: 380px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    cursor: initial;
}

.contenedor-servicios ol {
    list-style-type: decimal;
    text-align: center;
}

.contenedor-servicios li {
    margin-bottom: 20px;
    text-align: center;
}

.contenedor-servicios h3 {
    font-size: 1.5rem;
    color: #002e5d;
    text-align: center;
}

.banner-texto h2 {
    font-size: 3.5rem;
    color: #002e5d;
    text-align: center;
}

.contenedor-servicios p {
    font-size: 2rem;
    color: #000000;
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .contenedor-servicios {
        width: 300px;
    }

    .contenedor-servicios h3 {
        font-size: 1.8rem;
    }

    .contenedor-servicios p {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    #info {
        padding: 10px;
    }

    .info-pet img {
        width: 150px;
    }

    .info-pet h4 {
        font-size: 24px;
        color: #130243;
    }

    #contePuntos>a {
        font-size: 1.2em;
    }

    #infoCarrusel a {
        width: 120px;
        font-size: 14px;
    }

    .titulo {
        font-size: 28px;
    }

    .parrafo {
        font-size: 16px;
    }

    h3 {
        font-size: 24px;
    }

    .contenedor-servicios {
        width: 280px;
    }

    .contenedor-servicios h3 {
        font-size: 1.6rem;
    }

    .contenedor-servicios p {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    #info {
        padding: 5px;
    }

    .info-pet img {
        width: 120px;
    }

    #infoCarrusel a {
        width: 100px;
        font-size: 12px;
    }

    .titulo {
        font-size: 24px;
    }

    .parrafo {
        font-size: 14px;
    }

    h3 {
        font-size: 20px;
    }

    .contenedor-servicios {
        width: 240px;
    }

    .contenedor-servicios h3 {
        font-size: 1.4rem;
    }

    .contenedor-servicios p {
        font-size: 1.4rem;
    }
}
