/* General */
:root {
    --primary: #3aae2a;
    --secondary: #282828;
    --naranja: #f98700;
    --black: #302d2d;
    --white: #ffffff;
    --background-nosotros: #333;
    --tipografia-primaria: 'Lato', sans-serif;
}

.whatsapp {
    width: 100px;
    margin: 0px 0px 30px 0px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 150px;
    left: 0px;
    display: none;
    z-index: 1030;
    background-color: #3aae2a;
    color: #fff;
    border-radius: 0px;
    font-size: 30px;
}

/* Botones */

.boton-custom {
    background-color: #bbec09;
    border: solid 3px #546608;
    border-radius: 50px;
    padding: 15px 50px;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
}

.boton-custom:hover {
    color: #546608;
}

.boton-gray-custom {
    background-color: #cccccc;
    border: solid 3px #fff;
    border-radius: 50px;
    padding: 15px 50px;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 900
}

.boton-gray-custom:hover {
    color: #fff;
}

.boton-black-custom {
    background-color: #333;
    border: solid 3px #000;
    border-radius: 50px;
    padding: 15px 50px;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 900
}

.boton-black-custom:hover {
    color: #fff;
}

.boton-blue-custom {
    background-color: #3a3a92;
    border: solid 3px #08084f;
    border-radius: 50px !important;
    padding: 15px 50px !important;
    color: #fff;
    text-decoration: none;
    font-size: 25px !important;
    font-weight: 900;
}

.boton-blue-custom-sm {
    background-color: #3a3a92;
    border: solid 3px #08084f;
    border-radius: 50px !important;
    color: #fff;
    text-decoration: none;
    font-size: 25px !important;
    font-weight: 900;
}

.boton-blue-custom-sumate {
    background-color: #3a3a92;
    border: solid 3px #08084f;
    border-radius: 50px !important;
    color: #fff;
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 600;
}

.boton-black-custom:hover {
    color: #fff;
}

/* Header */
.navbar-collapse {
    align-items: center !important;
    justify-content: space-between !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    /* width: 40px; */
}

.nav-link {
    font-size: 1.5rem;
    font-weight: 800;
}

.shadow_custom__navbar {
    box-shadow: 0 0 68px 10px rgba(1, 1, 1, 0.86);
}

.font {
    font-family: 'Lato', sans-serif;
}

.bg-custom {
    background-color: #3aae2a;
}

.logo-nav-custom {
    width: 150px;
    padding: 0px 0px 0px 15px;
}

.navbar-custom {
    background-color: var(--primary);
    color: var(--white);
}

.header {
    background-color: #eae8e8;
    font-family: 'Lato', sans-serif;
    background-image: url('images/cta-02.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-gray-servicios {
    background-color: #fff;
    ;
}


/* Colores */
.color-primary-custom {
    color: #3aae2a;
}

.color-secondary-custom {
    color: #3a3a92;
}

.color-secondary-custom-es {
    color: #3a3a92;
}

.color-orange-custom {
    color: #ffa01e;
}

.color-orange-2-custom {
    color: #f98700;
}

.color-black-custom {
    color: #302d2d;
}

.color-gray-custom {
    color: #585858;
}

.color-lemon-custom {
    color: #bbec09 !important;
}

.boton-gray-custom-dl {
    background-color: #cccccc;
    border: solid 3px #fff;
    border-radius: 50px;
    padding: 0.5rem 5rem;
    color: #000;
    text-decoration: none;
    font-size: 1.5rem !important;
    font-weight: 900
}

.iconos-info {
    width: 10vh;
}

/* .flecha-custom{
    text-decoration: none;
    width: 90px;
    background-color: #3aae2a;
    color: #fff;
    font-size: 30px;
    text-align: center;
    align-items: center;
    align-self: center;
    justify-content: center;
    margin: 0px 0px 20px 0px; 
} */

/* TABLETAS GRANDES */
@media (max-width: 992px) {

    .header {
        background-color: #eae8e8;
        font-family: 'Lato', sans-serif;
    }

    .bannerText {
        font-size: 40px;
        text-transform: none;
    }

    .mt-custom {
        margin-top: 100px;
    }

    .mb-custom {
        margin-bottom: 100px !important;
    }

    .mt-orange-custom {
        margin-top: 80px;
    }

    .mb-orange-custom {
        margin-bottom: 80px;
    }

    .logotipo-menu {
        width: 50%;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-collapse {
        text-align: center;
    }

    .width-btn-custom {
        width: 40px;
    }

    .w-images-estados {
        width: 200px !important;
        height: 200px !important;
    }

    .whatsapp {
        width: 115px;
        margin: 0px 0px 20px 0px;
    }

    .section-gray {
        background-color: #eae8e8;
    }

    .custom-gray-servicios {
        background-color: #f9f6fa;
        ;
    }

    .boton-blue-custom-sm {
        background-color: #3a3a92;
        border: solid 3px #08084f;
        border-radius: 50px !important;
        color: #fff;
        text-decoration: none;
        font-size: 15px !important;
        font-weight: 900;
    }

    .boton-black-custom {
        background-color: #333;
        border: solid 3px #000;
        border-radius: 50px;
        padding: 15px 50px;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 900;
    }

    .boton-gray-custom-dl {
        background-color: #cccccc;
        border: solid 3px #fff;
        border-radius: 50px;
        padding: 0.5rem 2.5rem;
        color: #000;
        text-decoration: none;
        font-size: 15px !important;
        font-weight: 900;
    }

    .iconos-info {
        width: 5vh;
    }

    .nav-link {
        font-size: 1rem;
        font-weight: 800;
    }


}

/* Inicio */

.section-gray {
    background-color: #eae8e8;
}

.section-inicio {
    background-image: url('images/cta-02.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-blue {
    background-image: url('images/Fondo_Sabiduria_Re9.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
}

.section-gray-2 {
    background-color: #f9f6fa;
}

.section-red {
    background-color: #ff6946;
}

.section-black {
    background-color: #414040;
}

.section-lemon {
    background-color: #b9ce0a;
}

.section-black-2 {
    background-color: #414040;
}

.img-banner-custom {
    width: 700px;
}

.img-banner-servicios-custom {
    width: 100%;
}

.img-banner-re9-custom {
    width: 100%;
    padding: 20px 0px;
}

.bannerText {
    font-size: 77px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.bannerText>p {
    font-size: 6.5vw;
    color: var(--primary);
    font-weight: 900;
    text-align: end;
}

.padding-subtitulos {
    padding: 2rem 5rem !important;
}

h1.bannerText {
    font-size: 4.2vw;
    text-align: end;
}

.title-sm-custom {
    font-weight: 400 !important;
}

.logotipo-menu {
    width: 100%;
}

.mt-custom {
    margin-top: 150px;
}

.mb-custom {
    margin-bottom: 150px !important;
}

.mt-orange-custom {
    margin-top: 100px;
}

.mb-orange-custom {
    margin-bottom: 100px;
}

.title-blue {
    color: #3a3a92;
}

.titles-weight {
    font-weight: 700;
}

.fw-black-custom {
    font-weight: 900 !important;
}

.countries-font {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3a3a92;
}

.color-primary-custom-title {
    font-size: 2.3rem !important;
}

.color-primary-custom-title-2 {
    font-size: 2.3rem !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: var(--primary) !important;
  }


.link-custom {
    text-decoration: none;
    color: #fff;
}

/* Clase personalizada para el card con fondo transparente */
.card-transparent-bg {
    background-color: transparent;
}

/* Clase personalizada para eliminar el padding superior del card-footer */
.card-footer-no-padding {
    padding-top: 0;
}


.link-custom:hover {
    color: #fff;
}

.shadow-custom {
    box-shadow: 10px 10px 20px 7px rgba(0, 0, 0, 0.219);
}

/* CARRUSEL */
.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}

.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/****************/
/*   BX-SLIDER  */
/****************/
section.client {
    padding: 2em 0em 1em 0em;
    /* background-color: #eee; */

}

section.client .section-title {
    margin-bottom: 6em;
}

.bx-controls {
    position: relative;
}

.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    /* *zoom: 1;
    *display: inline; */
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* servicios */
.text-image-sustentable-custom {
    font-size: 1.2rem;
    font-weight: 700;
}


/* Footer */

.icon-social {
    width: 2em;
}

.icon-contact {
    width: 15px;
    height: 15px;
    margin: 1px 5px;
}

/* PAISES */
.btn-custom {
    background-color: transparent;
    border: none;
}

.btn-custom:hover {
    border: none;
}

.logo-marcas {
    width: 150px;
    margin: 20px 30px;
}

.width-btn-custom {
    width: 50px;
}

.w-images-estados {
    width: 400px;
    height: 400px;
}

.title-footer-sm-custom {
    font-size: 1.2rem !important;
}

.font-escritorio-p {
    font-size: 1.3rem !important;
}

.font-escritorio-contacto {
    font-size: 1.2rem;
}

.font-escritorio-h5 {
    font-size: 1.2rem;
}

.font-escritorio-h4 {
    font-size: 2rem;
}

.titulo-mapa {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

/* TELEFONOS */
@media (max-width: 767.98px) {

    /* Inicio */
    .header {
        height: 200px;
        background-image: none;
    }

    .bannerText {
        font-size: 20px !important;
        text-transform: none;
        text-align: start !important;

    }

    .bannerText>p {
        font-size: 28px !important;
        text-align: start;
    }

    .img-banner-custom {
        width: 210px !important;
    }

    .logo-nav-custom {
        width: 100px;
        padding: 0px 0px 0px 15px;
    }

    .padding-subtitulos {
        padding: 1rem !important;
    }

    .boton-blue-custom {
        background-color: #3a3a92;
        border: solid 3px #08084f;
        border-radius: 50px !important;
        padding: 7px 20px !important;
        color: #fff;
        text-decoration: none;
        font-size: 25px !important;
        font-weight: 900;
    }

    .fw-black-custom {
        font-weight: 900 !important;
    }

    .font-escritorio-h4 {
        font-size: 1.2rem;
    }

    .font-escritorio-contacto {
        font-size: 0.8rem;
    }

    .color-primary-custom-title {
        font-size: 2rem !important;
    }

    .color-primary-custom-title-2 {
        font-size: 1.2rem !important;
    }

    .nav-link {
        font-size: 0.8rem;
        font-weight: 400;
    }

    .titulo-mapa {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600;
    }

    /* Clase personalizada para agregar padding inferior al card-body */
    .card-body-padding-bottom {
        padding-bottom: 5px;
        height: 100px;
        /* Altura específica, ajusta según tus necesidades */

    }
}

/* Servicios */
.b-principal-servicios {
    background-color: #f9f6fa;
    background-image: url('images/banner-servicios.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.p-lg-custom {
    padding: 0 29%;
}

.background-servicios-derecho {
    position: absolute;
    width: 85%;
    height: 80vh;
    top: 10vh;
    padding: 3rem 0;
    z-index: 1;
}

.background-servicios-izquierdo {
    position: absolute;
    width: 85%;
    height: 80vh;
    top: 10vh;
    padding: 3rem 0;
    z-index: 1;
}

.boton-gray-custom-sm {
    font-size: 1.1rem;
}

.green-1 {
    background-color: #8FB396 !important;
}

.green-2 {
    background-color: #3DAE2B !important;
}

.azul-1 {
    background-color: #3D3D8E !important;
}

.naranja-1 {
    background-color: #DF6949 !important;
}

.amarillo-1 {
    background-color: #EACB30 !important;
}

.naranja-2 {
    background-color: #DF8620 !important;
}

.height-servicios {
    height: 30rem;
}

.img-green-1 {
    right: 0;
    width: 2rem;
    top: 73em;
}

.servicios-subtitle {
    font-size: 1rem;
    color: #fff;
}

.col-servicios {
    z-index: 2;
}

.mt-n1 {
    margin-top: -5.25rem !important;
}

.me-n1 {
    margin-left: -2.5rem !important;
}

.me-n1-invertido {
    margin-right: -2.5rem !important;
}

.font-boton-sm {
    font-size: 0.7rem;
}

.font-boton-md {
    font-size: 1.2rem;
}

.section-servicios-valor-sustentable {
    background-image: url('images/hojas.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
}

.img-width {
    height: 120px;
}

.img-width-2 {
    height: 80px;
}

.boton-custom-s {
    padding: 10px 25px !important;
    font-size: 15px !important;
}

.card-header {
    height: 14rem;
    border-bottom: none;
    background-color: transparent;
}

.text-inherit {
    font-size: inherit !important;
}

.servicios-texto {
    font-weight: 600;
    font-size: 1.2rem;

}

.blog-text-truncate{
    text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
/* TELEFONOS */
@media (max-width: 767.98px) {

    /* servicios */
    .b-principal-servicios {
        background-color: #f9f6fa;
        background-image: none;
    }

    .green-1,
    .green-2,
    .azul-1,
    .naranja-1,
    .amarillo-1,
    .naranja-2 {
        height: auto;
    }

    .text-inherit {
        font-size: 0.5rem !important;
    }

    .boton-custom-s {
        padding: 5px 10px !important;
        font-size: 10px !important;
    }


    .text-image-sustentable-custom {
        font-size: 1vh;
        font-weight: 700;
    }

    .servicios-images {
        width: 100%;
        box-shadow: 10px 8px 7px 0px rgba(0, 0, 0, 0.162);

    }

    .servicios-texto {
        font-weight: 600;
        font-size: 11px;

    }

    .ul-custom-servicios {
        margin-inline-end: 25px;
        padding-inline-start: 20px;
    }

    .section-servicios-valor-sustentable {
        background-image: url('images/hojas.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: relative;
        background-size: cover;
    }

    .image-sabiduria {
        width: 50%;
    }

    .images-servicios-valor {
        width: 100%;
    }

    .p-lg-custom {
        padding: 0 !important;
    }

    .font-boton-md {
        font-size: 0.7rem;
    }

}


/* RE9 */
.backre9 {
    background-image: url('images/banner-re9.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
}

.img-re9-servicios {
    position: relative;
    display: inline-block;
    text-align: center;
}

.img-re9-servicios-texto {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-image-re9-servicios-custom {
    font-size: 1.2rem;
}

.mb-4.color-secondary-custom {
    font-size: 2.7rem;
    font-weight: 600;
}

.card-footer {
    padding: none;
    color: transparent;
    background-color: transparent;
    border-top: none;
}

.card {
    border: none;
    border-radius: 0;
}

.section-re9-imagen {
    background-image: url(images/manos.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
    height: 100%;
}

.section-re9-yellow {
    background-image: url(images/fondo-amarillo.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    background-size: cover;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.193);
}

.h5-custom {
    font-size: 2rem;
}

@media (min-width: 767.98px) and (max-width: 992px) {

    .text-image-re9-servicios-custom {
        font-size: 0.9rem;
    }

    .card-header {
        height: 18vh;
        border-bottom: none;
        background-color: transparent;
    }

}

@media (min-width: 993px) and (max-width: 1200px) {
        .card-header {
        height: 18vh;
        border-bottom: none;
        background-color: transparent;
    }
}

@media (min-width: 1400px) and (max-width: 1800px) {

    .text-image-re9-servicios-custom {
        font-size: 1.5rem;
    }

}

/* TELEFONOS */
@media (max-width: 767.98px) {

    /* RE9 */
    .backre9 {
        background-image: url('images/banner-re9.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: relative;
        background-size: cover;
    }

    .boton-blue-custom-sumate {
        background-color: #3a3a92;
        border: solid 3px #08084f;
        border-radius: 50px !important;
        color: #fff;
        text-decoration: none;
        font-size: 0.7rem !important;
        font-weight: 600;
    }

    .img-re9-servicios {
        position: relative;
        display: inline-block;
        text-align: center;
    }

    .img-re9-servicios-texto {
        position: absolute;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mb-4.color-secondary-custom {
        font-size: 0.7rem;
        font-weight: 600;
    }

    .text-image-re9-servicios-custom {
        font-size: 0.45rem !important;
        line-height: 1vh !important;
    }

    .section-re9-imagen {
        background-image: url(images/manos.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: relative;
        background-size: cover;
        height: 300px;
        margin-top: 30px;
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.193);
    }

    .section-re9-yellow {
        background-image: url(images/fondo-amarillo.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: relative;
        background-size: cover;
        box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.193);
    }

    .servicios-images {
        width: 100%;
        box-shadow: 10px 8px 7px 0px rgba(0, 0, 0, 0.162);
        z-index: 3;

    }

    .servicios-texto-der {
        font-weight: 600;
        font-size: 11px;
        color: #fff !important;
        padding-right: 0.5rem;

    }

    .servicios-texto-izq {
        font-weight: 600;
        font-size: 11px;
        color: #fff !important;
        padding-left: 2rem;
    }

    .background-servicios-derecho {
        position: absolute;
        width: 85%;
        height: 100%;
        top: -20px;
        padding: 3rem 0;
        left: 50px;
        z-index: 1;
    }

    .background-servicios-izquierdo {
        position: absolute;
        width: 85%;
        height: 100%;
        top: -20px;
        padding: 3rem 0;
        right: 50px;
        z-index: 1;
    }

    .card-footer {
        padding: none;
        color: transparent;
        background-color: transparent;
        border-top: none;
    }

    .card {
        border: none;
        border-radius: 0;
    }

    .card_columna {
        width: 90% !important;
    }

    .h5-custom {
        font-size: 1rem !important;
    }

    .green-1 {
        background-color: #8FB396;
    }

    .green-2 {
        background-color: #3DAE2B;
    }

    .azul-1 {
        background-color: #3D3D8E;
    }

    .naranja-1 {
        background-color: #DF6949;
    }

    .amarillo-1 {
        background-color: #EACB30;
    }

    .naranja-2 {
        background-color: #DF8620;
    }

    .servicios-subtitle {
        font-size: 1rem;
        color: #fff;
    }

    .col-servicios {
        z-index: 2;
    }


    /* SECCIÓN SUSTENTABLE */
    .text-image-sustentable-custom {
        font-size: 11px;
        font-weight: 700;
    }

    .title-countries {
        font-size: 11px;
        font-weight: 700;
    }

    .mt-custom {
        margin-top: 70px;
    }

    .mt-custom-servicios {
        margin-top: 30px;
    }

    .mb-custom {
        margin-bottom: 90px;
    }

    .mt-orange-custom {
        margin-top: 50px;
    }

    .mb-orange-custom {
        margin-bottom: 50px;
    }

    /* .logotipo-menu{
        width: 30%;
    } */
    .title-sm-custom {
        font-size: 20px !important;
        font-family: 'Lato' !important;
    }

    .fw-normal-custom {
        font-weight: 400 !important;
    }

    .title-sm-blue-custom {
        font-size: 17px !important;
    }

    .title-footer-sm-custom {
        font-size: 1rem !important;
    }

    .p-sm-blue-custom {
        font-size: 15px;
        font-weight: 500;
    }

    .p-sm-custom {
        font-size: 13px;
    }

    .p-sm-footer-custom {
        font-size: 10px;
    }

    .padding-sm-custom {
        padding: 0px 40px;
    }

    .padding-sm-custom-blue {
        padding: 70px;
    }

    .boton-gray-custom-blue {
        font-size: 15px;
    }

    .boton-custom {
        padding: 10px 25px !important;
        font-size: 15px !important;
    }

    .padding-text-p {
        padding: 0px 30px;
    }

    .icon-social {
        width: 30px;
        height: 30px;
        margin: 1px 3px;
    }

    .width-btn-custom {
        width: 20px;
    }

    .w-images-estados {
        width: 87px !important;
        height: 87px !important;
    }

    .whatsapp {
        width: 60px;
        margin: 0px 0px 20px 0px;
    }

    #btn-back-to-top {
        bottom: 100px;
        font-size: 20px;
    }
}

/* Nosotros */
.backnosotros {
    margin-top: -1rem;
}

.quienes_somos__nosotros {
    background-color: var(--background-nosotros);
}

.quienes_somos__title {
    font-size: 2.5rem !important;
    font-weight: 600;
}

.parrafo_quienes__nosotros {
    font-size: 1.7rem;
    padding: 2rem 0;
}

.backnosotros_flores {
    background-image: url(images/flores.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-width: 15rem;
}

.quienes_somos__sabiduriar9 {
    background-color: #eae8e8;
}

.backnosotros_accionar {
    background-image: url(images/accionar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 4rem;
}

.text_ns__custom {
    padding-top: 1.2rem;
}

.parrafo_quienes__re9 {
    font-size: 1.4rem;
    color: #605e5e;
}

.pregunta_nosotros {
    font-family: var(--tipografia-primaria);
    font-weight: 600;
    font-size: 1.3rem;
}

.justificado {
    text-align: justify;
}

.padding-filosofia {
    padding: 0 2.8rem;
}

.text-sm {
    font-size: 0.7rem;
    font-weight: 600;
}

.backnosotros_ideas {
    background-color: #80B596;
    box-shadow: 4px 14px 28px 7px rgba(1, 1, 1, 0.18);
    z-index: 2;
}

.backnosotros_ideas h3 {
    font-weight: 600;
}

.backnosotros_dudas {
    background-image: url(images/nosotros_escritorio.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 30rem;
}

@media (max-width: 767.99px) {

    .parrafo_quienes__nosotros {
        font-size: 0.85rem;
    }

    .parrafo_quienes__re9 {
        font-size: 0.7rem !important;
        color: #605e5e;
    }

    .backnosotros_accionar {
        background-image: url(images/accionar.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 3rem;
    }

    .text-filosofia {
        font-family: var(--tipografia-primaria);
        font-size: 0.7rem;
        color: #3a3a92;
    }

    .backnosotros_dudas {
        background-image: url(images/manos_nosotros.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 20rem;
    }

    .quienes_somos__title {
        font-size: 2rem !important;
        font-weight: 600;
    }

    .pregunta_nosotros {
        font-family: var(--tipografia-primaria);
        font-weight: 600;
        font-size: 1.1rem;
    }

}


/* Blog */
.backblog {
    background-image: url(images/banner-blog.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 45rem;
}

.backblog h3 {
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 5rem;
}

button.search-button {
    margin-right: -2.5rem;
    border-radius: 35px;
    z-index: 3;
    background-color: var(--naranja);
    border: none;
    box-shadow: 4px 14px 28px 7px rgba(1, 1, 1, 0.18);
}

.search {
    border-radius: 35px;
}

.hr_custom {
    border-top: 1.5rem solid #f7cd01;
    margin-top: 0;
    margin-bottom: 0.5;
    opacity: 1;
}

.text-blog-movil {
    color: #504e50;
}

.p-blog-movil {
    color: #504e50;
}

.text-blog-movil-2 {
    color: #f98700;
    font-size: 2.5rem;
}

.backblog_bg {
    background-image: url(images/blog-encabezado.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 45rem;
    padding: 0 8rem;
}

.backblog_bg h4 {
    font-weight: 700;
}

hr.blog-hr {
    border-top: 3px solid;
    border-radius: 5px;
    width: 40%;
    margin-top: 0;
    margin-bottom: 0.5;
    opacity: 1;
}

.backblog_bg h5 {
    font-size: 1rem;
}

.backblog_bg .col {
    padding-top: 5rem;
}

.backblog_banner {
    background-image: url(images/fondo_blog.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 15rem;
}

.padding-especial {
    padding: 0 20rem;
}

.backblog h3 {
    font-size: 5rem;
}

.card_columna {
    background-color: transparent;
    border: none;
    width: 50%;
}

.card_body__custom {
    padding: 0 5rem !important;
}

.card_textsm__custom,
.card_text__custom {
    font-size: 1.2rem;
}

.carousel_indicators__custom {
    margin-bottom: -1rem;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 5px !important;
}

.backblog_calltoaction {
    background-image: url(images/fondoazul_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 18rem;
}

.text_verde__custom {
    color: #3aae2a;
    font-size: 2.15rem;
}

.hr-blog {
    border: 0.1rem solid #504e50;
}



@media (min-width: 767.98px) and (max-width: 900px) {
    .section-re9-imagen {
        background-image: url(images/manos.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: relative;
        background-size: cover;
        height: 100%;
    }

    .backblog_calltoaction {
        background-image: url(images/fondoazul_1.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 12rem;
    }

    .padding-especial {
        padding: 0 10rem;
    }

    .backblog_bg {
        background-image: url(images/blog-encabezado.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 35rem;
        padding: 0 5rem;
    }

    .multiline-ellipsis {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* start showing ellipsis when 3rd line is reached */
    }

    .multiline-ellipsis_2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        /* start showing ellipsis when 3rd line is reached */
    }

    /* Clase personalizada para agregar padding inferior al card-body */
.card-body-padding-bottom {
    padding-bottom: 5px;
    height: 250px; /* Altura específica, ajusta según tus necesidades */

}

}

/* Contacto */

.text_contacto__custom {
    font-size: 2.5rem;
    font-weight: 700;
    color: #585858;
    padding-bottom: 1rem;
}

.backcontacto_mapa {
    background-image: url(images/840_560.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 25rem;
}

.backcontacto_banner {
    background-image: url(images/wireframe-recicley.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100%;
}

.redes_contacto {
    width: 10%;
    padding-bottom: 5rem;
}

.backcontacto_form {
    background-color: var(--naranja);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2rem;
}

.form_control__custom {
    border-radius: 25px;
}

.form-floating>label {
    padding: .75rem !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3rem + 2px);
}

.cursor-pointer path{
transition: all .5s;
pointer-events: visible;
}
.cursor-pointer path:hover{
    fill: #21d704 !important;
transition: all .5s;
pointer-events: visible;
}
@media (max-width: 769px) {
    .backblog {
        background-image: url(images/banner-blog.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 25rem;
    }

    .padding-especial {
        padding: 0 2rem;
    }

    .backblog h3 {
        font-size: 2rem;
        padding-top: 4.5rem;
    }

    .backblog_bg {
        background-image: url(images/blog-encabezado.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 15rem;
        padding: 0 1rem;
    }

    .card_body__custom {
        padding: 0 !important;
    }

    .card_textsm__custom,
    .card_text__custom {
        font-size: .8rem;
    }

    .text-blog-movil {
        color: #f7cd01;
    }

    .p-blog-movil {
        color: #504e50;
    }

    .text-blog-movil-2 {
        color: #f98700;
        font-size: 1.2rem;
    }

    .text_verde__custom {
        color: #3aae2a;
        font-size: 1.25rem;
    }

    .backblog_calltoaction {
        background-image: url(images/fondoazul.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 10rem;
    }

    .backcontacto_mapa {
        background-image: url(images/840_560.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        min-height: 13rem;
    }


    .multiline-ellipsis {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* start showing ellipsis when 3rd line is reached */
    }

    .multiline-ellipsis_2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        /* start showing ellipsis when 3rd line is reached */
    }

}

@media (min-width: 523px) and (max-width: 767.98px) {
    .bannerText {
        font-size: 30px;
    }


    .width-btn-custom {
        width: 40px;
    }

}

@media (max-width: 370px) {

    .align-custom {
        text-align: center;
    }

    .bannerText {
        font-size: 20px;
    }


}

@media (max-width: 350px) {

    .align-custom {
        text-align: center;
    }

    .bannerText {
        font-size: 15px;
    }



    .w-images-estados {
        width: 100px !important;
        height: 100px !important;
    }
}

/* MÁS GRANDES */
@media (min-width: 992.98px) and (max-width: 1199.98px) {

    .bannerText {
        font-size: 50px;
    }

    .bannerText>p {
        font-size: 4rem !important;
    }
}

/* TABLETAS */
@media (max-width: 768px) {
    #btn-back-to-top {
        bottom: 150px;
        font-size: 30px;
    }
}