#home-servicios .tablet-icon {
    font-size: 35px;
    width: 50px;
}

#resenas,
#testimonios .carousel-inner {
    /* padding-right: 5rem !important;
    padding-left: 5rem !important; */
    background-color: white;
}

#testimonios .carousel-control-prev,
#testimonios .carousel-control-next {
    width: 8%;
}

#testimonios .carousel-control-prev-icon,
#testimonios .carousel-control-next-icon {
    /* background-color: var(--bs-secondary); */
    filter: invert(92%) sepia(19%) saturate(335%) hue-rotate(110deg) brightness(96%) contrast(86%);
}

#resenas img {
    padding-bottom: 2px;
}

#resenas #resenas-inner {
    background-color: white;
    padding-top: 15px;
    display: block;
    margin: auto;
    width: 316px;
}

#resenas a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #1a0dab;

}

#testimonios .carousel-item .card-body {
    height: 365px;
}

.display-7 {
    font-size: 2rem !important;
}

@media only screen and (max-width: 419px) {
    #cabecera h1,
    #cabecera .btn-lg {
        font-size: 1rem;;
    }
}

@media only screen and (max-width: 599px) {
    .bg-overlay {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("https://nutrimer.com/assets/img/maria-guanter-nutricionista-valencia-sm.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 600px;
        position: relative;
    }

    #home-cabecera-mensajes {
        position: absolute;
        bottom: 0;
    }

    #cabecera .card {
        background-color: rgba(255, 255, 255, .6);
    }

    #home-iconos .feature-box h6 {
        font-size: 8px;
    }

    #home-iconos .feature-box .feature-box-icon {
        font-size: 25px;
        padding: 15px 0 5px 0;
    }

    #home-iconos .col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .process-advance .border-end:after {
        width: 50% !important;
        right: -10px !important;          
      }
      
      .process-advance .border-start:before {            
        width: 50%;             
        left: -30px;      
      
      }

}

@media only screen and (min-width: 600px) {
    .bg-overlay {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("https://nutrimer.com/assets/img/maria-guanter-nutricionista-valencia-lg.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 500px;
        padding-top: 70px;
    }

    #cabecera .card {
        background-color: rgba(255, 255, 255, .8);
    }

    #testimonios .carousel-item .card-body {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .bg-overlay {        
        height: 750px;
        padding-top: 325px;
    }    

    #testimonios .carousel-item .card-body {
        height: 215px;
    }

}

/* Solo tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    #img-tablet-sobre-mi {
        display: block !important;
        max-width: 50%;
        height: auto;
        border-radius: 50%;
        float: left;
        margin: 0 15px 15px 0;
    }

    #sobre-mi h2 {
        font-size: 1.5rem !important;
    }

    #home-servicios h6 {
        font-size: 0.9rem;
    }

    #home-servicios .tablet-icon {
        font-size: 25px;
        width: 35px;
    }

}