@media (min-width:992px) {
    .footer {
        padding-bottom: 25px
    }
}

@media (max-width:768px) {
    .text-copy {
        font-size: 11px;
        padding-left: 15px
    }

    .promo-block {
        padding-top: 80px !important
    }

    .promo-block-title {
        font-size: 50px !important;
    }

    .promo-block-text {
        font-size: 20px !important
    }
}

.promo-block-title {

    margin: 0 !important;
}

.grecaptcha-badge {
    display: none !important
}

@media (max-width:1070px) {
    .container {
        padding-left: 35px !important;
        padding-right: 35px !important
    }
}

.content.container {
    padding-top: 20px;
    padding-bottom: 20px
}

.navbar-toggle {
    margin-right: -55px !important
}

.swiper-clients-img {
    width: 190px !important
}

@media (max-width:768px) {
    .item-1 {
        order: 1
    }

    .item-2 {
        order: 0
    }

    .dflex {
        display: flex;
        flex-direction: column
    }

    .content-lg {
        padding-bottom: 40px !important;
        padding-top: 40px !important
    }

    .content-lg.image {
        padding-bottom: 0 !important
    }
}

@media (max-width:992px) {
    .iten-contact {
        width: 100% !important;
        padding-bottom: 20px
    }

    .iten-contact h4 {
        margin-bottom: 5px !important
    }
}

.img-cont {
    border: solid 2px #f1f1f1
}

.margin-b-10 {
    margin-bottom: 10px
}

.item-port {
    margin-bottom: 50px
}

h4.mb-5 {
    margin-bottom: 5px !important
}

.psmall {
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block
}

.grid-3-cols {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    align-items: stretch
}

.grid-3-cols:before,
.grid-3-cols:after {
    display: none !important
}

@media (min-width:640px) {
    .grid-3-cols {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    .grid-3-cols {
        grid-template-columns: repeat(3, 1fr)
    }
}

.grid-3-cols>* {
    padding: 0 10px 0 10px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start
}

/* --- REFINAMIENTOS UI --- */

/* Hero section: Solo centrar el texto verticalmente */
.promo-block {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .promo-block .row {
        display: flex;
    }

    .promo-block .col-sm-6:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .promo-block {
        padding-top: 80px !important;
    }
}



/* Fondo transparente por defecto (arriba) */
.header .wrap .navbar,
.header {
    background: transparent !important;
    background-color: transparent !important;
    padding-top: 0 !important;
}

/* Fondo blanco ÚNICAMENTE al navbar al scrollear (Sobrescribe al estar después) */
#body.page-on-scroll .header .wrap .navbar,
.header.top-nav-collapse .navbar {
    background: #ffffff !important;
    background-color: #ffffff !important;
}



/* Detalle azul para el cargo */
.title-tag {
    background-color: #ededed;
    color: #777777;
    padding: 0 10px;
    font-size: 0.8em;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 2px !important;
    font-weight: 500;
    font-size: 18px !important;
    border-left: solid #17bed2 4px;
}

/* Panel de resaltado en Acerca de Mi */
.highlight-panel {
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 5px solid #17bed2;
    margin-top: 10px;
    color: #727272;
    line-height: 1.6;
}