/* Quienes somos */
.service {
    margin-top: 4.5rem;
}

.whatsapp-icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    background: #25D366;
    padding: .85rem;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/* Swiper */
.mySwiper h5 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-weight: 100;
}

.mySwiper h2 {
    font-size: 48px;
    font-weight: 800;
}

.mySwiper .btn {
    background: #FFC72C !important;
    border: none;
    border-radius: 30px;
    width: 400px;
    height: 60px;
    font-size: 30px;
    color: white;
}

.mySwiper .btn:hover {
    background: #dfb031 !important;
    color: white;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: transparent !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.swiper-pagination-bullet-active {
    border: 2px solid #FFC72C !important;
}

.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #FFC72C !important;
    border-radius: 50% !important;
}


/* OVERRIDES */
.custom-hr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.hide-tablet {
    display: initial;
}

.show-tablet {
    display: none;
}

.max-width-90 {
    max-width: 90vw;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* Mansory */
.masonry-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    margin-bottom: 120px;
}

.masonry-item {
    display: flex !important;
}

.latest__item {
    max-height: 440px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.latest__item img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 440px;
    border-radius: 0;
}

.card-testimonio {
    background-color: #2F2F2F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem;
}

.card-testimonio .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.card-testimonio .estrellas {
    margin-bottom: 1.75rem;
}

.card-testimonio .testimonio {
    font-style: italic;
    font-size: 16px;
    color: #F9F9F9;
    font-weight: 300;
    line-height: 1.3;
}

.card-testimonio .autor {
    font-size: 12px;
    color: #FFC72C;
    font-style: italic;
    font-weight: 300;
}

.clientes {
    margin-top: 5rem;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.clientes::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.clientes .swiper-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
}



/* --- MEDIA QUERY: MOBILE FIRST --- */
@media screen and (max-width: 1024px) {

    .hide-tablet {
        display: none !important;
    }

    .show-tablet {
        display: initial;
    }

    .swiper-slide.hero,
    .mySwiper {
        height: 450px !important;
    }

    .mySwiper h5 {
        font-size: 22px;
    }

    .mySwiper h2 {
        font-size: 22px;
        word-break: break-all;
    }

    .mySwiper .btn {
        width: 180px;
        height: 45px;
        font-size: 20px;
    }

    .latest__item {
        max-height: 250px;
    }

    .latest__item img {
        max-height: 250px;
    }

    .card-testimonio {
        padding: 3rem 2rem;
    }

    .clientes .swiper {
        max-width: 90% !important;
    }

    .service__intro .service__item-inner p {
        padding: 2.5rem 1rem;
        text-align: center;
        font-size: 20px;
    }

    .service__intro .service__item-inner .logo {
        min-width: 100%;
        height: 95px;
    }

    .service__item-inner {
        flex-direction: column;
    }

    .service__intro {
        width: 100% !important;
        min-height: 270px !important;
    }

    .service__item {
        border-right: unset;
        border-top: 10px solid #000000;
        width: 100%;
        min-height: 215px;
    }

    .whatsapp-icon {
        bottom: 10px;
        right: 10px;
        scale: .9;
    }
}