.box-blur {
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, .50);
    backdrop-filter: blur(20px);
}

.testimonial-content p .testimonial-item p,
.testimonial-item li,
.testimonials-section .item p {
    font-size: 18px !important;
}

.testimonial-item,
.testimonial-content {
    height: 100%;
}

.center-content {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials-section .item img {
    width: 190px;
    height: 190px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.testimonial-item li {
    list-style: none;
}

.testimonials-section .item p {
    font-style: normal;
}

a#logo {
    font-size: 14px;
    text-align: left;
}

.home-logo {
    width: 120px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.welcome-box {
    padding-top: 5rem;
    margin-top: 2rem;
}

.section-inner.custom {
    padding-left: 0;
    padding-right: 0;
}

.title-home {
    font-size: 18px;
}

.logo-empresa{
     height: 80px;
}

@media screen and (min-width:480px) {
    a#logo {
        font-size: 34px;
    }

    .home-logo {
        width: 180px;
    }

    .welcome-box {
        padding-top: 0rem;
        margin-top: -3rem;
        
    }
    .title-home.pt-custom-title{
        padding-top: 1rem;
    }

    .section-inner.custom {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#formulario {

    padding: 1rem;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, .10);
    backdrop-filter: blur(20px);
}

.scroll-box {
    max-height: 220px;
    overflow-y: auto;
}

.scroll-box.alter {
    max-height: 330px;
    overflow-y: auto;
}

.scroll-box.nosotros {
    max-height: 355px;
}

.scroll-box::-webkit-scrollbar,
.scroll-box.alter::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

.scroll-box::-webkit-scrollbar-track,
.scroll-box.alter::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 15px;
}

.scroll-box::-webkit-scrollbar-thumb,
.scroll-box.alter::-webkit-scrollbar-thumb {
    background-color: #fa900550;
    border-radius: 15px;
}

.scroll-box::-webkit-scrollbar-thumb:hover,
.scroll-box.alter::-webkit-scrollbar-thumb:hover {
    background-color: #fa9005;
}

.bg-rounded {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
}

.bg-rounded::after {
    content: '';
    width: 99%;
    height: 98%;
    background: #353e4650;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 1rem;
}

#header {
    background-color: #fff !important;
}

.navigation-menu li a {
    color: #007bff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #FFFFFF20;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -2.5rem;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -3rem;
}

.menu-link {
    padding: .2rem .5rem;

}

.menu-link.active {
    background-color: #028ad8f8;
    color: #fcfbfa !important;
    border-radius: .25rem;
    font-weight: 800;
}

.menu-link.active::after {
    content: none;
    background-color: #f8f8faf6;
}

#header {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width:1024px) {
    .title-home.pt-custom-title{
        padding-top: 1rem;
    }
    
.logo-empresa{
     height: 80px;
}
}
@media screen and (min-width:1440px) {
    .welcome-box {
        padding-top: 0rem;
        margin-top: -7rem;
    }
    .title-home.pt-custom-title{
        padding-top: 7rem;
    }
}