

.btn-warning {
    background-color: #c88224; /* naranja mostaza similar */
    border: none;
}
.btn-warning:hover {
    background-color: #b3711f;
}

.line-text-container {
    position: relative;
    text-align: center;
}

.line-text-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #0160a8;
    z-index: 1;
}

.line-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    position: relative;
    display: inline-block;
    background: white;
    padding: 0 1rem;
    color: #0160a8;
    letter-spacing: 4px;
    text-transform: capitalize;
    z-index: 2;
}

.border-color-primary{
    border-color: #5273bf !important;
}

.container-specialize h6 {
    color: #5273bf;
}

.container-specialize {
    transition: transform 0.3s ease;
}

.container-specialize:hover {
    transform: translateY(-15px);
}

.lead-text{
    font-size: 18px;
    text-align: center;
    color: #0160a8;
    font-weight: 400;
}

.swiper-slide img {
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(1);
}

.swiper-slide:hover img {
    filter: grayscale(0%);
    transform: scale(1.08);
}

.banner.home{
    background-image: url(/assets/img/index/cover-site.jpg);
}

.image-mobile{
    display: block;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    border-width: 0px;
    border-style: solid;
    background-image: url(/assets/img/index/cover-site.jpg);
}

.d-mobile{
    display: none;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .image-mobile{
        display: none;
    }

    .text-mobile{
        display: none;
    }

    .lh-0{
        line-height: 0;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .image-mobile{
        display: none;
    }

    .text-mobile{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .banner.home{
        background-image: none;
    }

    .banner.home{
        background-image: url(/assets/img/index/Cover-Home-Mobil.png);
        background-color: rgba(255, 255, 255, 0);
        background-position: center bottom;
        background-repeat: no-repeat;
        border-width: 0px;
        border-color: #fff;
        border-style: solid;
        background-size: 100% 60% !important;
        margin-top: 2rem;
        /*background-image: url(https://avnc.net/wp-content/uploads/2023/03/Cover-Home-Mobil.png);*/
    }

    span.subtitle{
        display: none;
    }

    .banner-section{
        min-height: 700px;
    }

    .d-medium{
        display: none;
    }

    .d-mobile {
        display: block;
    }
}
