@import url('https://fonts.cdnfonts.com/css/conthrax');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@font-face {
    font-family: conthrax;
    src: url(../fonts/conthrax-sb.ttf);
}

body {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: 'Cabin';
}
.mt_t_t_2{
    margin-top:0.4rem;
}

.mt_t {
    margin-top: 30px;
}

.mt_t_t {
    margin-top: 25px;
}

.mb_b {
    margin-bottom: 30px;
}

.mb_b_b {
    margin-bottom: 25px;
}

.mb_b_b_b {
    margin-bottom: 15px;
}

.p_total {
    padding: 30px 30px 30px 30px;
}

.pt_t {
    padding-top: 30px;
}

.fuentecoh {
    font-family: conthrax;
}

.fuentcabin {
    font-family: 'Cabin';
    letter-spacing: 4pt;
}

body {
    background-color: #f8f9fe;
}

.amarillo {
    color: #ffcd00;
}

.plomo {
    color: #9ea3a5;
}

.azul {
    color: #031d40;
}

.azulRegular{
    color: #031d40;
}

.negro {
    color: black;
}

.bolder {
    font-weight: bold;
}

.nobolder {
    font-weight: normal;
}

.blanco {
    color: #ffffff;
}

.justificado {
    text-align: justify;
}

.np {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nm {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.self_center {
    align-self: center;
}


/*Header*/

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #031d40 !important;
}

.header2 {
    background-color: #fff;
}

.header2 .logo-header {
    transition: all .3s;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: inline-block;
    padding: 0 1rem;
    transition: all .3s;
}

.header .navbar {
    align-items: center;
    padding: .5rem 1rem;
    transition: all .3s;
}

.header .navbar {
    align-items: center;
    padding: .5rem 1rem;
    transition: all .3s;
}

.nav-item-2 {
    align-self: center;
}

.h-opcs-li.active a:before {
    opacity: 1;
    width: 20px;
}

.h-opcs-li a:before {
    content: "";
    position: absolute;
    width: 5%;
    height: 5px;
    background: green;
    bottom: -7px;
    left: 90%;
    transform: translateX(-50%);
    transition: 0.4s;
    opacity: 0;
}


/*Footer*/

footer {
    overflow:hidden;
    background-color: #f8f2f2;
}

.ico-foot {
    width: 2.5rem;
}

.wws-popup-container {
    width: auto;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9999999;
}

.wws-popup-container--position {
    right: 12px;
    bottom: 12px;
}

.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}

.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wws-gradient--position {
    bottom: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, .2) 0, rgba(29, 39, 54, 0) 72%);
}

.wws-popup {
    display: none;
    max-width: 320px;
    width: 100%;
    height: 0px;
    margin-right: 65px;
}

.wws--text-color {
    color: #fff;
}

.wws--bg-color {
    background-color: #00e155;
}

.wws-popup__close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
    user-select: none;
}

.wws-shadow {
    box-shadow: 0 0 50px rgba(0, 0, 0, .2);
}

.wws-clearfix {
    clear: both;
}

.wws-popup__support-wrapper {
    margin-top: 8px;
    border-radius: 8px 8px 0 0;
}

.wws-popup__support {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.wws-popup__support-about {
    font-size: 13px;
    text-align: center;
    padding: 18px 12px;
    line-height: 16px;
    user-select: none;
}

.wws-popup__support-person-container {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.wws-popup__support-person-wrapper {
    padding: 1rem 1rem 1rem 4rem;
    border-radius: 0 0 8px 8px;
    min-height: 100px;
    max-height: 237px;
    /*overflow-y: scroll;*/
}

.wws-popup__support-person-link {
    text-decoration: none !important;
    color: transparent !important;
    background-color: transparent !important;
}

.wws-popup__support-person {
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
}

.wws-popup__support-person-img-wrapper {
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin-right: 14px;
}

.wws-popup__support-person-img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.wws-popup__support-person-available,
.wws-popup__support-person-away {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999999;
    bottom: 3px;
    right: 3px;
    border-radius: 50%;
}

.wws-popup__support-person-available {
    background-color: #4caf50;
}

.wws-popup__support-person-info-wrapper {
    margin-left: 2px;
}

.wws-popup__support-person-title {
    color: #777;
    font-size: 12px;
    line-height: 16px;
}

.wws-popup__support-person-name {
    color: #444;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.wws-popup__support-person-status {
    font-size: 11px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
    line-height: 18px;
}

.wws-popup__open-btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
    margin-right: 10px;
}

.wp-open {
    cursor: pointer;
    text-align: right;
}


/* .wws-popup__open-btn {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 14px;
    cursor: pointer;
}

.wws-popup__open-btn {
    float: right;
} */


/* Home */

.home_caja {}

.card1 {
    background-color: #031d40;
}

.card2 {
    background-color: #9fa1a1;
}

.card3 {
    background-color: #031d40;
}

.carousel-caption_2 {
    background-color: white !important;
    right: 30%;
    left: 30%;
}

/* .txthome {
    letter-spacing: 4pt;
} */

.home4 {
    align-self: center !important;
}

.img-home4 {
    text-align: -webkit-right;
}


/*Nosotros */

.visionrp {
    background-color: #9ea3a5;
    /* height: 19.5rem; */
}

.misionrp {
    background-color: #9ea3a5;
  
}

.rp_vision {
    padding: 3rem 20px !important;
}

.rp_mision {
    padding: 4rem 20px !important;
}

.section2nos {
    background-color: #031d40;
}

.nos_container2 {
    padding: 0rem 3rem 0rem 3rem;
}

.borde_nos {
    border-top: 1px solid white;
    padding-top: 20px;
    font-size: 16px;
}

.card_nos {
    background-color: #9ea3a5;
}

.card_nos {
    display: flex;
    align-items: center;
    text-align: center;
}

.card_nos {
    padding: 2rem;
}

.vision {
    padding-left: 2rem;
}

.mision {
    padding-right: 0rem;
}


/*Galeria */

.contiene_imagen_galeria {
    margin-top: 30px;
    transition: 0.5s;
    /* border-bottom: 2px solid black; */
}

.galeria_imagen {
    margin-top: 30px;
}

.text-gale-img {
    margin-top: 2rem;
}


/* Contacto */

.btn_enviar {
    text-align: -webkit-right;
}

.carita {
    width: 20px;
}

.contac1 {
    border-bottom: 1px solid;
}

.correos {
    padding-inline-start: 0px !important;
}

.correos li {
    list-style: none;
    color: black;
}

.correos {
    line-height: 2;
}

.correos {
    margin-bottom: 0px;
}
.alert-success {
    color: #ffffff !important;
    background-color: #031d40 !important;
    border-color: #031d40 !important;
    text-align:center;
    margin: 0rem 30px 0rem 30px;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #031d40 !important;
    border-color: #031d40 !important;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff !important;
    background-color: #031d40 !important;
    border-color: #031d40 !important;
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 9%) !important;
}
.alert-dismissible .btn-close {
    padding: 1rem 1rem !important;
}

/* SERVICIOS */

.servicio1 {
    padding: 25px 2rem 28px 2rem;
    border-bottom: 0.1rem solid white;
}

.sectionservice {
    background-color: #031d40;
}


/*Productos*/

.fondo-producto {
    background-color: #9fa1a1;
}

.sectionproducto {
    background-color: #031d40;
}

.text-producto {
    align-self: center;
}

.text-producto2 {
    text-align: end;
}


/* otros  */

.hvr-grow {
    display: block !important;
}

.btn-primary {
    color: #fff;
    background-color: #031d40;
    border-color: #031d40;
    font-weight: bold !important;
}

.card {
    border: 0px;
    border-radius: 0rem;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}

.galeria_rp{
    overflow:hidden;    
}
.contac_container{
     overflow:hidden;  
}
.section_distribuidor{
    overflow:hidden;
}
.sectionproducto{
    overflow:hidden;
}
.title-producto{
    overflow:hidden;
}
.sectionservice{
    overflow:hidden;
}
.espace_sd3 {
    overflow:hidden;
}
.service2rp{
    overflow:hidden;
}
.service2desk{
    overflow:hidden;
}
.container_sd1{
    overflow:hidden;
}
.service2rp{
     overflow:hidden;
}
.nos1rp{
    overflow:hidden;
}

.nos_container{
    overflow:hidden;
}

.nos_container2{
    overflow:hidden;
}

.nosrp{
    overflow:hidden;
}
.nos1desk{
    overflow:hidden;
}

.home_responsive{
    overflow:hidden;
}
.home_desk{
    overflow:hidden;
}
.conten_service{
    overflow:hidden;
}
.section3home{
    overflow:hidden;
}

.section4home{
    overflow:hidden;
}

.mtrvs{
    margin-top:-4.3rem;
}
.linetitle{
    line-height: 0.7;
}

.linep{
    line-height: 0.8;
}

.mt-mm{
    padding-top: 1rem;
}
.fs32{
    font-size: 32px;
}
.fs36{
    font-size: 36px;
}
@media (min-width: 300px) {
    .mt_tvw{
        margin-top:10px;
    }
    .mt-mm{
        padding-top: 0.6rem;
    }
    .mt_t_t_1{
    margin-top:30px;
}
    .producto_espaciado {
        padding: 35px 26px 35px 26px;
    }
    .row_contacto {
        margin: 0px 4px !important;
    }
    .m_liderzago {
        margin-top: 25px;
    }
    .sd1,
    .sd2,
    .sd3 {
        padding: 15px 15px 15px 15px !important;
    }
    .sd1,
    .sd2,
    .sd3 {}
    .servicios-p {
        padding: 26px 15px 0px 15px !important;
        background-color: #052D59;
    }
    .home_caja h2 {
        font-size: 28px;
    }
    .mt_contact_1 {
        margin-top: 28px;
    }
    .mt_contact_2 {
        margin-bottom: 1rem;
    }
    .logo_foot_rp {
        display: block;
    }
    .logo_foot_desk {
        display: none;
    }
    .txt-liderazgo {
        text-align: center;
    }
    .margin_mail {
        margin-right: 0.2rem!important;
        margin-left: 0rem!important;
    }
    .rp_vision {
        padding: 3rem 20px !important;
    }
    .rp_mision {
        padding: 2rem 20px !important;
    }
    .card_nosrp {
        padding: 1rem 0rem 1rem 0rem;
    }
    .galeria_rp {
        display: block;
    }
    .galeria_desktop {
        display: none;
    }
    .contain_distribuidor {
        padding: 0rem 3rem 0rem 3rem;
    }
    .img-distribuidor {
        padding: 25px 1rem 0rem 1rem;
    }
    .logo_footer_rp {
        width: 90%;
    }
    .sectionservice {
        padding-bottom: 0px;
    }
    .sd1 h4,
    .sd2 h4,
    .sd3 h4 {
        text-align: center;
    }
    .nos__row {
        --bs-gutter-x: 0rem !important;
    }
    .txt-liderazgo {
        font-size: 36px;
    }
    .txt_sub_lider {
        padding-top: 20px;
        font-size: 18px;
    }
    .txthome {
        letter-spacing: 1pt;
    }
    header {
        position: sticky;
        top: 0;
        z-index: 9999999;
    }
    .wsp-icon {
        position: fixed;
        right: 35px;
        bottom: 35px;
        z-index: 9999;
    }
    .wsp-desk {
        display: none;
    }
    .wsp-display {
        display: block;
    }
    .txt-font-title {
        font-size: 0.85rem;
    }
    .txt-font-sub {
        font-size: 1.15rem;
    }
    .txt-font-titledesk {
        font-size: 1.05rem;
    }
    .txt-font-subdesk {
        font-size: 1.05rem;
    }
    .carousel_rp_caja {
        right: 7% !important;
        left: 7% !important;
    }
    .item1rp::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #031d40;
        opacity: 0.55;
    }
    .item2rp::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #031d40;
        opacity: 0.55;
    }
    .item3rp::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #031d40;
        opacity: 0.55;
    }
    .carousel-caption_2 {
        right: 4% !important;
        bottom: 30px !important;
        left: 4% !important;
        padding-top: 0.65rem !important;
        padding-bottom: 0.45rem !important;
    }
    .contac1 p {
        padding: 0rem 1rem 25px 1rem;
    }
    iframe {
        width: 100%;
        height: 50vh;
    }
    .home_caja {
        /* height: 18rem; */
    }
    .img-home4 {
        text-align: -webkit-center;
    }
    .home_responsive {
        display: block;
    }
    .home_desk {
        display: none;
    }
    .sec3rp {
        display: block;
    }
    .sec3desk {
        display: none;
    }
    .servdesk {
        display: none;
    }
    .servrp {
        display: block;
    }
    .service2rp {
        display: block;
    }
    .service2desk {
        display: none;
    }
    .header2 .logo-header {
        width: 150px;
    }
    .logo1-rp {
        display: block;
    }
    .nos1rp {
        display: block;
    }
    .nos1desk {
        display: none;
    }
    .barras {
        display: none;
    }
    .title-nos-desk {
        display: none;
    }
    .title-nos-rp {
        display: block;
    }
    .tit-prod {
        font-size: 32px;
    }
    .img-producto img {
        width: 100%;
    }
    .img-servicio img {
        width: 100%;
    }
    .text-producto {
        padding: 25px 30px 25px 30px;
    }
    /* .galeria_imagen {
        margin-top: 0rem;
    } */
    .galtxt3web {
        display: none;
    }
    .galtxt3rp {
        display: block;
    }
    .servicios-p {
        padding: 3rem 2rem 2rem 2rem;
    }
    .nosrp {
        display: block;
    }
    .nosdesk {
        display: none;
    }
    .nos_container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .nosotros_title {
        padding: 25px 30px 25px 30px;
    }
    .nos-descripcion {
        padding: 0rem 30px 25px 30px;
    }
    .txthome1 {
        padding: 2rem 2rem;
    }
    .txthome2 {
        padding: 2rem 2rem;
    }
    .txthome3 {
        padding: 2rem 2rem;
    }
    .img-home4 img {
        width: 100%;
    }
    .title-home1 {
        font-size: 39px;
    }
    .title-home2 {
        font-size: 16px;
    }
    .logoweb_1 {
        display: none;
    }
    .correo_grande {
        display: none;
    }
    .title_nos_rp {
        font-size: 2.5rem;
    }
    .title_nos_rp {
        text-align: center;
    }
    .logo_rp_foot {
        width: 8rem;
    }
    .img_item_home_c {
        padding: 0px;
    }
    .sd1 h4,
    .sd2 h4,
    .sd3 h4 {
        font-size: 23px;
    }
    .home4 {
        padding: 0px 30px 0px 30px;
    }
    .container_logo_rp {
        padding: 0px 30px 0 30px !important;
    }
    .container_logo_rp_nav {
        padding: 30px 0px 30px 0px !important;
    }
    .txt-liderazgo {
        margin: 0px;
    }
    .navbar-toggler {
        padding: 0.2rem 0.4rem !important;
    }
    .fotter_contain hr {
        margin: 25px 0;
    }
    .home4 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .img_s1_desk {
        display: none;
    }
    .img_s1_rp {
        display: block;
    }
    .img_s3_rp {
        display: block;
    }
    .img_s3_desk {
        display: none;
    }
    .img_s2_rp {
        display: block;
    }
    .m_escribe_contac {
        margin-top: 15px;
    }
    .mt_t_t_2 {
    margin-top: 1.7rem;
    }
    .cajaserviciohome2desk{
    display: none;
    }
   .cajaserviciohome2rp{
     display: block;
    }
    .espace_rp_nav{
        padding-top:30px;
    }
    
}
.linkbienvida{
    padding-left: 0px !important;
}

.linkbienvidacc{
    padding-right: 0px !important;
}

@media(min-width:330px){
    .alert-dismissible .btn-close {
   padding: 2.5rem 0.5rem !important;
}

.mrpfb{
    margin-top: 22px;
   }
}

@media (min-width: 360px) {
    .alert-dismissible .btn-close {
    padding: 2rem 0.5rem !important;
}
    
    .rp_vision {
        padding: 3rem 20px !important;
    }
    .rp_mision {
        padding: 3rem 20px !important;
    }
    .text-distribuidor {
        font-size: 1.1rem;
    }
}

@media (min-width: 375px) {
    .text-distribuidor {
        font-size: 1.2rem;
    }
}

@media (min-width: 425px) {
    .text-distribuidor {
        font-size: 1.5rem;
    }
    .correo_grande {
        display: block;
    }
    .contac1 p {
        padding: 2rem;
    }
}

@media (min-width: 600px) {
     .espace_rp_nav{
        padding-top:0px;
    }
    .mt_t_t_1{
    margin-top:30px;
}
    .mt_contact_1 {
        margin-top: 0px;
    }
    .mt_contact_2 {
        margin-bottom: 0px;
    }
    .logo_foot_rp {
        display: none;
    }
    .logo_foot_desk {
        display: block;
    }
    .galeria_rp {
        display: none;
    }
    .galeria_desktop {
        display: block;
        display: flex;
    }
    .logo_footer_rp {
        width: 75%;
    }
    .sectionservice {
        padding-bottom: 4rem;
    }
    .nos__row {
        --bs-gutter-x: 1.5rem !important;
    }
    .home_responsive {
        display: none;
    }
    .home_desk {
        display: block;
    }
    .sec3rp {
        display: none;
    }
    .sec3desk {
        display: block;
    }
    .servdesk {
        display: block;
    }
    .servrp {
        display: none;
    }
    .service2rp {
        display: none;
    }
    .service2desk {
        display: block;
    }
    .logo1-rp {
        display: none;
    }
    .nos1rp {
        display: none;
    }
    .nos1desk {
        display: block;
    }
    .barras {
        display: block;
    }
    .title-nos-desk {
        display: block;
    }
    .title-nos-rp {
        display: none;
    }
    .img-servicio img {
        border-radius: 4%;
    }
    .img-producto img {
        border-radius: 4%;
    }
    .text-producto {
        padding: 2rem 1rem 2rem 1rem;
    }
    .img-producto img {
        width: 95%;
    }
    .img-item-gal_home {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .img-item-gal {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }
    .img-item-gal_2 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .txtFtgal{
        font-size: 28px;
    }
    .galeria_imagen {
        margin-top: 2rem;
    }
    .galtxt3web {
        display: block;
    }
    .galtxt3rp {
        display: none;
    }
    .nosrp {
        display: none;
    }
    .nosdesk {
        display: block;
    }
    .nos_container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* .txthome {
        letter-spacing: 4pt;
    } */
    .txt-liderazgo {
        margin: 0px;
    }
    .img_s1_desk {
        display: block;
    }
    .img_s1_rp {
        display: none;
    }
    .img_s3_rp {
        display: none;
    }
    .img_s3_desk {
        display: block;
    }
    .img_s2_rp {
        display: none;
    }
    .cajaserviciohome2desk{
    display:block;
}
.cajaserviciohome2rp{
    display:none;
}
}

@media (min-width: 768px) {
    .alert-dismissible .btn-close {
    padding: 1rem 1rem !important;
}
.ft18pxcont{
    font-size:18px;
}
.mrpfb{
     margin-top: 0px;
}
    .mt_t_t_2 {
    margin-top: 0.9rem;
}
.ft18{
    font-size: 18px;
}
.ft28{
    font-size: 28px;
}
    .producto_espaciado {
        padding: 2rem 30px;
    }
    .sub_prod_desk {
        padding-top: 0px;
    }
    .row_contacto {
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }
    .home4 {
        padding-right: calc(var(--bs-gutter-x)/ 2) !important;
        padding-left: calc(var(--bs-gutter-x)/ 2) !important;
    }
    .m_liderzago {
        margin-top: 25px;
    }
    .container_logo_rp_nav {
        padding: 8px 0px 8px 0px !important;
    }
    .servicios-p {
        padding: 0rem;
    }
    .servicios-p_2 {
        padding: 0rem 0rem 0rem 30px !important;
    }
    .sd1 h4,
    .sd2 h4,
    .sd3 h4 {
        text-align: left;
    }
    .img_s1 {
        text-align: -webkit-right;
    }
    .img_s2 {
        text-align: -webkit-left;
    }
    .img_s3 {
        text-align: -webkit-right;
    }
    .img-1-nos {
        padding-right: 15px;
        padding-left: 0px;
    }
    .img-2-nos {
        padding-left: 15px;
        padding-right: 0px;
    }
    .vision {
        padding-right: 15px;
    }
    .txt-liderazgo {
        text-align: start;
    }
    .galeria_imagen {
        margin-top: 0rem;
    }
    .logo_footer_rp {
        width: 15%;
    }
    
    .contac1 p {
        padding: 0rem;
    }
    .img-1-nos {
        padding-top: 30px;
    }
    .img-2-nos {
        padding-top: 30px;
    }
    .carousel-caption_2 {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
        right: 30% !important;
        left: 30% !important;
        bottom: 30px !important;
    }
    .img-home4 {
        text-align: -webkit-right;
    }
    .nos_container {
        padding: 0rem 3rem 0rem 3rem;
    }
    .nos_container2 {
        padding: 0rem 1.6rem 0rem 1.6rem;
    }
    .card_nos {
        height: 22rem;
    }
    .card_nos {
        padding: 1rem;
    }
    .vision {
        padding-left: 0rem;
    }
    .mision {
        padding-right: 0rem;
    }
    .mision {
        padding-left: 15px;
    }
    .txthome1 {
        padding: 4rem 1rem 1rem 1rem;
    }
    .txthome2 {
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .txthome3 {
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .title-home-3 {
        font-size: 22px;
    }
    .title-home-3-p {
        font-size: 16px;
    }
    .item5:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #031d40;
        opacity: 0.55;
    }
    .item6:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #031d40;
        opacity: 0.55;
    }
    .item7:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #031d40;
        opacity: 0.55;
    }
    .cajaslide {
        bottom: 0.0rem !important;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        right: 13% !important;
        left: 13% !important;
    }
    .title-home1web {
        font-size: 2rem;
    }
    .wsp-display {
        display: none;
    }
    .wsp-desk {
        display: block;
    }
    .servicio1 {
        margin: 0rem 0rem 30px 0rem;
    }
    .sd1,
    .sd2,
    .sd3 {
        padding: 30px 30px 30px 30px !important;
    }
    .sd1,
    .sd2,
    .sd3 {
        background-color: #052D59;
    }
    .espace_sd3 {
        padding-top: 30px;
    }
}

@media (min-width: 1024px) {
    .home4 {
        padding-left: 30px !important;
    }
    .sd1,
    .sd2,
    .sd3 {
        padding: 30px 30px 30px 30px !important;
    }
    .sd1,
    .sd2,
    .sd3 {
        background-color: #052D59;
    }
    .card_nos {
        height: 250px;
    }
    .text-distribuidor {
        font-size: 1.7rem;
    }
    .logo_footer_rp {
        width: 10%;
    }
    .linea {
        position: relative;
    }
    .linea.active::before {
        content: "";
        bottom: -10px;
    width: 12px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #031d40;
    height: 12px;
    color: #031d40;
    border-radius: 100%;
    }
    .card_nos {}
    .logoweb_1 {
        display: block;
    }
    .contaniner_productos {
        padding: 5rem;
    }
    .img-servicio img {
        width: 100%;
    }
    /* .img-item-gal {
        align-self: normal;
    } */
    .nos-img-descripcion {
        align-self: center;
        padding: 0rem 2rem 0rem 0rem;
    }
    .txthome1 {
        padding: 2rem;
    }
    .txthome2 {
        padding: 2rem;
    }
    .txthome3 {
        padding: 2rem;
    }
    .img-home4 img {
        width: 78.847%;
    }
    .borde_logo {
        margin-right: 3rem;
        padding-right: 3rem;
        border-right: 2px solid #031d40;
    }
    .title-home1web {
        font-size: 2.7rem;
    }
    .subtitle-home {
        font-size: 1.1rem;
    }
    .servicio1 {
        margin: 0px 5rem 30px 5rem;
    }
    iframe {
   width: 100%;
    height: 35rem;
    padding-right: 20px;
  }
  .img-home4 img {
    width: 63%;
}
 .sd1 h4 {
        text-align: center;
    }
    .sd2 h4 {
        text-align: center;
    }
    .sd3 h4 {
        text-align: center;
    }
    .servicios-p {
    padding: 0rem 30px 0rem 0rem !important;
}
.img-distribuidor img{
    width:80%;
    margin-left:4rem;
}
.contac1 {
    padding-bottom: 24.5px;
    padding-top: 12px;
}
.row_section4{
    margin-right: 8rem;
}
.img-item-gal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.sectionservice {
    padding-bottom: 30px;
}
.mt_contact_2 {
    margin-bottom: 30px;
}
.m_liderzago {
    margin-top: -2px;
}
.mt-mm{
    padding-top: 1rem;
}
}

@media (min-width: 1200px) {
    .nosotros_title {
    padding: 40px 30px 25px 30px;
}
    .txthome2 {
    padding: 2rem;
}
    .container_sd1, .container_sd2, .container_sd3 {
        max-width: 60rem !important;
    }
    .txt-font-subdesk {
        font-size: 1.65rem;
    }
    .pt_lr {
        padding: 0px;
    }
    .contac1 {
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .contaniner_productos {
        padding: 3px 7rem 3px 5rem;
    }
    .img-producto {
        text-align: -webkit-center;
    }
    .gal_container {
        padding: 0rem 6rem 2rem 6rem;
    }
    .tit-prod {
        font-size: 45px;
    }
    .img-producto img {
        width: 360px;
        height: 360px;
        margin-left: 5rem;
    }
    .nos__row {
        --bs-gutter-x: -2rem !important;
    }
    .nos__row {
        padding-bottom:50px;
    }
    .carousel-caption_2 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .txt-font-titledesk {
        font-size: 1.45rem;
    }
    .section_distribuidor{
        margin-top:0px;
    }
    .txthome3{
        padding: 3rem 1rem 1rem 1rem;
    }
    .logoNavbar{
        width: 260px;
    }
    .row_section4{
    margin-right: 10rem;
}
.text-distribuidor {
    font-size: 1.5rem;
    padding-top: 20px;
}
.img-distribuidor img {
    width: 75%;
    margin-left: 4rem;
}
}

@media (min-width: 1440px) {
    .img-distribuidor img{
    width:50%;
     margin-left:0rem;
    
}
.txtprdoc{
    font-size: 32px;
}
.tamprod{
    font-size: 32px;
}
    .section_distribuidor{
    margin-top:8px;
}
    .img-home4 img {
    width: 78.847%;
}
    .nos__row {
        padding-bottom:0px;
    }
    .nos__row {
    --bs-gutter-x: 1.5rem !important;
}
    .mapa_contact {
        padding-right: 18px;
    }
    /* .subtitulo {
        padding-bottom: 0.8rem;
    } */
    .img-distribuidor {
        padding: 1.8rem 5rem 0rem 1rem;
    }
    .text-distribuidor {
        font-size: 16px;
        padding-left: 20rem;
    }
    .ser_interlinado {
        line-height: 1.2;
        font-size: 18px;
    }
    .logo_footer_rp {
        width: 10%;
    }
    .logoNavbar {
        width: 320px;
    }
    .sdimg1,
    .sdimg3 {
        margin-right: 0rem;
    }
    .sdimg2 {
        margin-left: 0rem;
    }
    .card_nos {}
    .txt-font-subdesk {
        font-size: 1.85rem;
    }
    .txt-font-titledesk {
        font-size: 1.85rem;
    }
    iframe {
        width: 100%;
        height: 35rem;
        padding-right: 18px;
    }
    .contaniner_productos {
        padding: 0rem 6rem 0rem 6rem;
    }
    .img-producto {
        text-align: -webkit-center;
    }
    
    .img-producto img {
    width: 65%;
    height: 373.8px;
    margin-left: 5rem;
}
/* .sd1 h4,
.sd2 h4,
.sd3 h4 {
    font-size: 36px;
} */
.producto_espaciado {
    padding: 3rem 30px;
}
    .tit-prod {
        font-size: 64px;
    }
    .gal_container {
        padding: 2rem 6rem 2rem 6rem;
    }
    .servicio1 {
        margin: 0rem 10.5rem 30px 10.5rem;
    }
    .img-servicio img {
        width: 100%;
    }
    .nos-img-descripcion {
        align-self: center;
        padding: 0rem 4rem 3rem 3rem;
    }
    .nos-descripcion {
        padding: 0rem 1rem 0rem 4rem;
    }
    .title-nos-desk {
        padding-left: 4rem;
    }
    .mision {
        padding-right: 0rem;
    }
    .vision {
        padding-left: 0rem;
    }
    .home_caja {
        height: 15.5rem;
    }
    .title-home-3 {
        font-size: 30px;
    }
    .title-home-3-p {
        font-size: 18px;
    }
    .txthome1 {
        padding: 2rem;
    }
    .txthome3 {
        padding: 2rem;
    }
    .title-home1web {
        font-size: 64px;
    }
    .subtitle-home {
        font-size: 1.3rem;
    }
    .text-producto {
        padding: 2rem 4.75rem 2rem 0rem;
    }
    .text-producto {
        font-size: 18px;
    }
    .servicios-p {
        padding: 0rem 30px 0rem 0rem !important;
    }
    .sd1 h4 {
        text-align: center;
    }
    .sd2 h4 {
        text-align: center;
    }
    .sd3 h4 {
        text-align: center;
    }
    .sd1 img {
        margin-bottom: -1px;
    }
    .sd2 img {
        margin-bottom: -1px;
    }
    .sd3 img {
        margin-bottom: 8px;
    }
    .row_section4{
        margin-right: 0rem;
    margin-left: 6rem;
}
.contnors{
    display: flex;
    justify-content: center;
}
    .section2nos{
        width: 88%;
    }
    .sect2mps{
        width: 88%;
    }

    .titlvis{
        margin-top: -1.4rem;
    }
    .space_navrd {
        margin-left: 3rem;
    }
}

@media(min-width: 1600px){
    .logoNavbar{
        width: auto;
    }    
    .row_section4{
            margin-right: 0rem;
    margin-left: 5.4rem;
}
.contaniner_productos {
    padding: 0rem 6rem 0rem 6rem;
   
}
.img-producto img {
   
    margin-left: 8rem;
}
}

@media(min-width: 1800px){
    
    .section2nos{
        width: 100%;
    }
    .sect2mps{
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .row_section4{
            margin-right: 0rem;
    margin-left: 5.6rem;
}
    .img-servicio img {
        width: 384.8px;
        height: 373.8px;
    }
    .img-item-gal_home {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .img-item-gal {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sd1 h4,
    .sd2 h4,
    .sd3 h4 {
        font-size: 36px;
    }
    .text-distribuidor {
        padding: 0rem 0rem 0rem 9rem;
        font-size: 28px;
    }
    .img-distribuidor {
        padding: 0rem 12rem 0rem 1rem;
    }
    .space_nav {
        margin-left: 1rem;
    }
    .space_navrd{
        margin-left: 3rem;
    }
    .logo_footer_rp {
        width: 10%;
    }
    .tit-prod {
        font-size: 64px;
    }
    .sub_prod_desk {
        font-size: 32px;
    }
    .sd1 {
        padding: 30px 30px 12px 30px !important;
    }
    .sd2 {
        padding: 30px 30px 12px 30px !important;
    }
    .sd3 {
        padding: 25px 30px 18px 30px !important;
    }
    .sd1,
    .sd2,
    .sd3 {
        background-color: #052D59;
    }
    .servicio1 {
        margin: 0rem 4.5rem 2rem 4.5rem;
    }
    .text-nos-vis {
        font-size: 36px;
    }
    .card_nos {}
    .title-nos1 {
        font-size: 56px;
    }
    .txt-font-subdesk {
        font-size: 2.45rem;
    }
    .txt-font-titledesk {
        font-size: 2.25rem;
    }
    iframe {
        width: 100%;
        height: 33.4rem;
        padding-right: 18px;
    }
    .home_caja {
        height: 15.5rem;
    }
    .carousel-caption_2 {
        padding-top: 1.45rem !important;
        padding-bottom: 1.45rem !important;
        right: 30% !important;
        left: 30% !important;
    }
    .contaniner_productos {
    padding: 0rem 6rem 0rem 6rem;
}
    .borde_logo {
        margin-right: 4rem;
        padding-right: 4rem;
        border-right: 2px solid #031d40;
    }
    .subtitle-home {
        margin-bottom: 1rem;
    }
    .subtitle-home {
        font-size: 2rem;
    }
    .txthome1 {
        padding: 2rem;
    }
    .txthome2 {
        padding: 2rem;
    }
    .txthome3 {
        padding: 2rem;
    }
    .sdimg1,
    .sdimg3 {
        margin-right: 0rem;
    }
    .sdimg2 {
        margin-left: 0rem;
    }
    .servicio1 {
        padding: 4rem;
        border-bottom: 0.1rem solid white;
    }
    .txt-liderazgo {
        font-size: 36px;
    }
    .nos_container {
        padding: 0rem 5rem 0rem 5rem;
    }
    .section2nos {
        margin: 0rem 6.5rem 0rem 6.5rem;
    }
    .nos-descripcion {
        padding: 0rem 0rem 0rem 5rem;
    }
    .title-nos-desk {
        padding: 48px 2rem 0.2rem 5rem;
    }
    .nos-img-descripcion {
        align-self: center;
        padding: 1.7rem 5rem 4rem 2rem;
    }
    .nos_container2 {
        padding: 0rem 8.1rem 0rem 8.2rem;
    }
    .vision {
        padding-right: 15px;
    }
    .mision {
        padding-left: 15px;
    }
    .img-1-nos {
        padding-right: 15px;
        padding-left: 0px;
    }
    .img-2-nos {
        padding-left: 15px;
        padding-right: 0px;
    }
    .card_nos {
        padding: 1.4rem;
    }
    .gal_container {
        padding: 0rem 9rem 2rem 9rem;
    }
    .contac1 {
        padding-bottom: 24.5px;
    }
    .container_sd1,
    .container_sd2,
    .container_sd3 {
        max-width: 72rem !important;
    }
}