html {
    box-sizing: border-box;
    font-size: 62.5%;
    /* Reset para los REMS - 62.5% = 10 px de 16px */
}
*, *:before, *:after {
    box-sizing: inherit;
}

/*  Global  */
.contenedor {
    max-width: 1121px;
    margin: 0 auto 0 auto;
}
.color_gris{
    color: #9e9e9e !important;
}
img{
    max-width: 100%;
}
/*  Nav */
.barra_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}
.nav_paginas_interiores a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    padding: 0 30px;
    
}
.navbar-nav{
    width: 100%;
    justify-content: space-evenly;
}
@media (max-width: 1000px){
    .nav_paginas_interiores a{
        display: flex;
        flex-direction: column;
        margin: 15px 0;
    }
    .barra_nav {
        align-items:normal;
    }
    .nav_social_media, .nav_logo_marcorama{
        padding: 15px;
    }
}
.nav_paginas_interiores a:hover{
    color: #9e9e9e;
    transition: 0.2s;
}

.nav_social_media a img{
    padding: 0 5px;
    
}
@media (max-width: 991.5px){
    .nav_social_media_top{
        position: absolute;right: 10rem;top: 2.1rem;
    }
}
.nav_social_media a img:hover{
    transform: scale(1.2);
    transition: 0.2s;
}
/*      Boostrap     */
.carousel-control-next-icon{
    background-image: url(../img/deskop/arrow\ right.png) !important;
}
.carousel-control-prev-icon{
    background-image: url(../img/deskop/arrow\ left.png) !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3.4rem !important;
    height: 3.4rem !important;
    
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
    opacity: 1 !important;
}
.carousel-indicators{
    bottom: -39px !important;
}
.carousel-indicators [data-bs-target]{
    width: 3.8rem !important;
    height: 1.1rem !important;
    border-radius: 8px !important;
    border-top: none !important;
    border-bottom: none !important;
    background-color: #9e9e9e !important;
}
.carousel-indicators .active{
    background-color: #2637D3 !important;
}
/*  seccion categoria   */
.seccion_categoria{
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec_cat_titulo p{
    color: black;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.sec_cat_cat{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4.5rem;
    flex-wrap: wrap;
}
@media(max-width: 1060px){
    .sec_cat_cat{
        justify-content: space-evenly;
    }
}
.sec_cat_cat div{
    margin-bottom: 4rem;
}
.sec_cat_carrusel{
    margin-top: 10.3rem;
}
.img_hover_serv{
    position: absolute;
    opacity: 0;
}
.img_hover_serv:hover{
    opacity: 1;
}
.sec_desc_banner_1{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    top: 30%;
}
.sec_desc_banner_1 h2{
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.sec_desc_banner_1 p{
    color: white;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
.sec_desc_banner_1 a{
    margin-top: 5rem;
}
.carousel-inner-displayy{
    display: flex !important;
    justify-content: center !important;
}
.sec_desc_banner_2{
    position: absolute;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    top: 10%;
    left: 5%;
}
.sec_desc_banner_2 h2{
    color: white;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
/*  Articulo    */
.articulo{
    margin-top: 16.8rem;
}
.articulo-top{
    height: 4.3rem;
}
.articulo_carrusel{
    width: 555px;
}
.back-img-art{
    position: absolute;
    max-width: 45%;
}
.logo-traspa{
    position: absolute;
    z-index: 1;
}
.car-tras-centrado{
    display: flex;
    justify-content: center;
    align-items: center;
}
.descricpcion_articulo_titulo h1{
    color: black;
    font-size: 56px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
}
.descricpcion_articulo_titulo span{
    color: #2637D3;
}
.articulo_flex{
    display: flex;
}
.descricpcion_articulo{
    max-width: 50%;
    padding-left: 80px;
}
.descricpcion_articulo_general{
    max-width: 458px;
    margin-top: 56px;
}
.descricpcion_articulo_general p{
    color: black;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 32px;
}
.descricpcion_articulo_boton{
    margin-top: 56px;
}
.desc_art_bot_hov{
    position: absolute;
    opacity: 0;
}
.desc_art_bot_hov:hover{
    opacity: 1;
}
@media(max-width:1128px){
    .descricpcion_articulo {
        padding-left: 10px;
    }
}
@media(max-width:996px){
    .descricpcion_articulo {
        padding-left: 0px;
        max-width: 80%;
        padding-top: 6rem;
    }
    .articulo_flex {
        flex-direction: column;
        align-items: center;
    }
    .descricpcion_articulo_titulo h1 {
        font-size: 46px;
    }
}
@media(max-width:620px){
    .descricpcion_articulo_titulo h1 {
        font-size: 40px;
    }
}
/*  CONTACTO    */
.index_contacto{
    background: rgba(227, 238, 244, 0.5);
    height: 1246px;
    margin-top: 196px;
}
.index_cont_titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_cont_titulo img{
    width: 71.25px;
    margin-top: 136px;
}
.index_cont_titulo h2{
    margin-top: 63px;
    color: black;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}
.ind_contenido{
    margin-top: 111px;
    display: flex;
    justify-content: space-around;
}
.ind_cont_mapa{
    display: flex;
    flex-direction: column;
}
.ind_cont_mapa a{
    color: black;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    width: 362px;
    margin-top: 56px;
}
.ind_cont_form form{
    display: flex;
    flex-direction: column;
}
.ind_cont_form form label{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #000000;
}
#email, #fname{
    box-sizing: border-box;
    width: 388px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
}
#ftext{
    box-sizing: border-box;
    width: 388px;
    height: 165px;
    background: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
}
#email, #fname, #ftext{
    margin-top: 15px;
}
.ind_cont_form form input[type=submit]{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    width: 388px;
    height: 56px;
    background: #070404;
    border-radius: 8px;
    transform: rotate(-0.07deg);
    flex: none;
    order: 3;
    align-self: stretch;
    flex-grow: 0;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
}
.ind_cont_form form input[type=submit]:hover{
    background: #2637D3;
}
label[for=email], label[for="ftext"],input[type=submit]{
    margin-top: 56px;
}
@media(max-width:875px){
    .index_contacto {
        height: 1600px;
    }
    .ind_contenido {
        flex-direction: column;
        align-items: center;
    }
    .articulo_carrusel {
        max-width: 85%;
    }
}
.multi_items{
    display: flex;
    
}
.card_item_multi{
    max-width: 381px;
    max-height: 400px;
}
.card_item_multi_hober{
    position: absolute;
}
.card_item_multi_hober img{
    max-width: 400px;
    opacity: 0;
    margin-left: -18px;
    margin-top: -12px;
}
.img-banner-index-3 div{
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 10%;
    max-width: 852px;
}
.img-banner-index-3 div h1{
    color: black;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    padding-bottom: 30px;
    max-width: 590px;
}
.img-banner-index-3 div h1 span{
    color: #2637D3;
}
.card_item_multi_hober img:hover{
    
    opacity: 1;
    transition: 0.5s;
}
.coments-cards-titulo,.coments-cards-van{
    display: flex;
    justify-content: center;
    align-items: center;
}
.coments-cards-van img{
    margin-top: 147px;
}
.coments-cards-titulo h1{
    margin-top: 148px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
}
.coments-cards #carouselExample{
    padding-top: 100px;
}
footer{
    margin-top: 192px;
    background-color: #000000;
}
.nav_footer{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
.nav_footer_correo,.nav_footer_contacto{
    display: flex;
    flex-direction: column;
    
}
.nav_footer_contacto p, .nav_footer_correo p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.005em;
    color: white;
}
.nav_footer_contacto a, .nav_footer_correo a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.005em;
    color: white;
    text-decoration: none;
}
.der_res_marcorama{
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 50px 0 82px 0;
}
.img-banner-index-1 div h1{
    color: black;
    font-size: 56px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    padding-bottom: 30px;
    max-width: 590px;
}
.img-banner-index-1 div h1 span{
    color: #2637D3;
}
.img-banner-index-1 div a{
    padding: 20px 0;
}
.img-banner-index-1 div p{
    color: black;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 32px;
    padding-top: 30px;
}
.img-banner-index-1 div{
    padding: 0 10%;
}

@media(max-width:750px){
    .nav_footer {
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
    }
    .nav_footer div {
        padding: 10px 0;
    }
    .nav_footer_contacto p, .nav_footer_correo p {
        line-height: 30px;
        color: white;
    }
    .nav_footer_contacto a, .nav_footer_correo a {
        line-height: 20px;
    }
    .der_res_marcorama {
        padding: 30px 0 50px 0;
    }
    .nav_footer_correo, .nav_footer_contacto {
        align-items: center;
    }
    .sec_cat_titulo p {
        padding: 0 10%;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 15% !important;
    }
}

.img-banner-index-1{
    background-image: url(../img/deskop/banner1.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-size: cover;
    background-attachment: local;
    height: 517px;
}
.img-banner-index-2{
    background-image: url(../img/deskop/banner2.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-size: cover;
    background-attachment:local;
    height: 517px;
}
.img-banner-index-3{
    background-image: url(../img/deskop/banner3.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-size: cover;
    background-attachment: fixed;
    height: 517px;
}
.img-banner-index-b-1{
    background-image: url(../img/deskop/banner\ B-1.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-size: cover;
    height: 50vh;
}
.img-banner-index-b-2{
    background-image: url(../img/deskop/banner\ B-2.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-size: cover;
    height: 50vh;
}
@media(max-width:750px){
    .img-banner-index-1{
        background-image: url(../img/deskop/mobile/banner1.png);
        background-attachment:fixed;
        height: 80vh;
    }
    .img-banner-index-2{
        background-image: url(../img/deskop/mobile/banner2.png);
        background-attachment: local;
        height: 80vh;
    }
    .img-banner-index-3{
        background-image: url(../img/deskop/mobile/banner3.png);
        background-attachment: fixed;
        height: 80vh;
    }
    .img-banner-index-b-1{
        background-image: url(../img/deskop/mobile/Banner\ B-1.png);
        height: 65vh;
    }
    .img-banner-index-b-2{
        background-image: url(../img/deskop/mobile/Banner\ B-2.png);
        height: 65vh;
    }
    .sec_desc_banner_1 {
        padding: 0 10%;
        top: 5%;
    }
    .sec_desc_banner_1 h1{
        font-size: 30px;
    }
    .sec_desc_banner_1 p{
        font-size: 22px;
    }
    .sec_desc_banner_2 {
        font-size: 30px;
        padding: 0 8%;
        top: 8%;
    }
    .sec_desc_banner_2 h2 {
        font-size: 30px;
    }
    .ind_cont_mapa a {
        padding: 0 10% 10% 10%;
    }
}
@media(max-width:500px){
    .ind_cont_mapa iframe{
        max-width: 100% !important;
    }
    .ind_cont_mapa a{
        max-width: 362px;
    }
    #email, #fname{
        max-width: 360px;
    }
    #ftext{
        max-width: 360px;
    }
    .ind_cont_form form input[type=submit]{
        max-width: 360px;
    }
}
/*
///////////////////////
    NOSOTROS HTML
///////////////////////
*/
.fondo_banner_nosotros{
    background-image: url(../img/nosotros/banner.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
    height: 585px;
}
.fondo_banner_nosotros .contenedor{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.fondo_banner_nosotros .contenedor h1{
    font-family:'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 119.5%;
}
.seccion_nosotros{
    margin-top: 115px;
}
.historia-nosotros{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.historia-nosotros-text{
    width: 50%;
}
.historia-nosotros-text h1, .historia-nosotros-text p{
    font-family: 'Inter';
}
.historia-nosotros-text h1{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
}
.historia-nosotros-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    max-width: 540px;
}
.historia-nosotros-text p span{
    font-weight: bold;
}
.historia-nosotros-img img{
    width: 50%;
}
.historia-nosotros-img img{
    width: 100%;
}
.mision-vision-nosotros{
    margin-top: 128px;
}
.mision{
    display: flex;
    align-items: center;
}
.mision-txt{
    width: 50%;
}
.mision-img{
    width: 50%;
    text-align: center;
}
.mision-txt h2, .mision-txt p{
    font-family: 'Inter';
    font-style: normal;
    line-height: 39px;
    max-width: 483px;
}
.mision-txt h2{
    font-weight: 600;
    font-size: 32px;
    color: #DAB96E;
}
.mision-txt p{
    font-weight: 400;
    font-size: 17px;
}
.valores-fondo{
    background-color: #E6D09B;
    margin-top: 145px;
}
.valores-fondo-img{
    background-image: url(../img/nosotros/Mask\ group.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 312px;
}
.valores-cont{
    padding: 50px 0;
}
.valores-cont-txt{
    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}
.valores-cont-img{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.valores-cont-img div{
    display: flex;
}
.valores-cont-img-hov{
    position: absolute;
    opacity: 0;
    margin-left: -4px;
}
.valores-cont-img-hov:hover{
    opacity: 1;
    transition: 0.3s;
}
.title-grid-nosot{
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    margin: 15rem 0;
}
.grid-container-nosot{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 42px;
    grid-auto-rows: minmax(100px, auto);
}
.grid-item-nosot-1{
    grid-column: 1;
    grid-row: 1;
}
.grid-item-nosot-2{
    grid-column: 2;
    grid-row: 1;
}
.grid-item-nosot-3{
    grid-column: 3;
    grid-row: 1/3;
}
.grid-item-nosot-4{
    grid-column: 1/3;
    grid-row: 2/4;
}
.grid-item-nosot-5{
    grid-column: 3;
    grid-row: 3;
}
.brindar-mejor-servicio{
    display: flex;
    margin-top: 150px;
}
.brindar-mejor-servicio-text{
    width: 50%;
}
.brindar-mejor-servicio-img{
    width: 50%;
}
.brindar-mejor-servicio-text h1, .brindar-mejor-servicio-text p{
    font-family: 'Inter';
    font-style: normal;
    letter-spacing: -0.005em;
    max-width: 445px;
}
.brindar-mejor-servicio-text h1{
    font-weight: 600;
    font-size: 40px;
    color: #2637D3;
    line-height: 48px;
    max-width: 360px;
}
.brindar-mejor-servicio-text p{
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
}
.nos-img-casi-footer{
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}
.nos-img-casi-footer div{
    width: 31%;
}

/*
///////////////////////
    MOLDURAS HTML
///////////////////////
*/

.fondo_banner_molduras{
    background-image: url(../img/molduras/banner.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
    height: 777px;
}
.fondo_banner_molduras .contenedor h1{
    font-family:'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 119.5%;
    padding: 185px 0 0 65px;
    margin: 0;
}
.fondo_banner_molduras .contenedor{
    height: 100%;
}
.fondo_banner_molduras_txt{
    height: 44%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fondo_banner_molduras_txt p, .fondo_banner_molduras_txt h3{
    font-family:'Inter';
    font-style: normal;
    color: black;
    max-width: 740px;
    background: white;
}
.fondo_banner_molduras_txt p{
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
    padding: 86px 20% 0 74px;
}
.fondo_banner_molduras_txt h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 48px;
    margin: 0;
    padding: 86px 20% 0 74px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 1;
  font-size: 175px !important;
  transform: rotate(180deg);
}
.arrow-down{
    display: flex;
    justify-content: center;
    margin: 40px 0 50px 0;
}
.cat-mold-plastico, .cat-mold-madera{
    display: flex;
    flex-direction: column;
    position: relative;
}
.cat-mold-plastico{
    width: 47.5%;
}
.cat-mold-madera{
    width: 47.5%;
}
.cat-molduras{
    display: flex;
    justify-content: space-between;
}
.cat-molduras-hober-img{
    position: absolute;
    opacity: 0;
}
.cat-molduras-hober-img:hover{
    opacity: 1;
    transition: 0.7s;
}
/*
///////////////////////
    SUCURSALES HTML
///////////////////////
*/
.fondo_banner_sucursales{
    background-image: url(../img/sucursales/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo_banner_sucursales .contenedor{
    height: 376px;
}
.fondo_banner_sucursales .contenedor h1{
    padding: 112px 0 0 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 119.5%;
    color: white;
    margin: 0;
}
.section-sucursales{
    display: flex;
    justify-content: space-between;
}
.sucursales-img{
    width: 45%;
}
.sucursales-txt{
    width: 52.5%;
}
.sucursales-txt-ubi h3,
.sucursales-txt-ubi p,
.sucursales-txt h2{
    font-family: 'Inter';
    font-style: normal;
}
.sucursales-txt h2{
    font-weight: 600;
    font-size: 26px;
    line-height: 48px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.sucursales-txt-ubi h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: #2637D3;
}
.sucursales-txt-ubi p{
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
}
.sucursales-txt-ubi p span{
    font-weight: bold;
    color: #271313;
}
.sucursales-txt-ubi{
    padding: 2px 0 0 20px;
}
.mapa-sucusales-google{
    margin-top: 150px;
    margin-bottom: 423px;
}
.canvas-sucusales-marcos{
    display: flex;
    justify-content: center;
}
.canvas-sucusales-marcos img{
    position: absolute;
    padding-top: 200px;
}
.suc_cont_tit_img img{
    margin-top: 365px;
}
.suc_cont_tit_img h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 48px;
}
.sucursales_contacto_ind{
    height: 1586px;
}
.footer-sucursales{
    margin-top: 0;
}
.ind_contenido_suc{
    margin-top: 67px;
}
/*
///////////////////////
    PREGUNTAS FRECUENTES HTML
///////////////////////
*/
.article-fondo-preguntas{
    background-color: #F5F5F5;
    padding-bottom: 74px;
}
.encavezado_preguntas_frecuentes{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 78px 0;
}
.encavezado_preguntas_frecuentes h1, .encavezado_preguntas_frecuentes p{
    font-family: 'Inter';
    font-style: normal;
}
.encavezado_preguntas_frecuentes h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 119.5%;
    padding: 78px 0;
}
.encavezado_preguntas_frecuentes p{
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}
.accordion-item{
    border: none !important;
    margin-bottom: 11px;
}
.accordion-button{
    padding: 32px 40px !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}
.accordion-button::after{
    background-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
}
.accordion-body p{
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 28px !important;
    padding: 32px 40px !important;
    max-width: 810px;
}
/*
///////////////////////
    MADERA HTML
///////////////////////
*/
.fondo_banner_madera{
    background-image: url(../img/molduras/madera/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo_banner_madera .contenedor{
    height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.fondo_banner_madera .contenedor h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 119.5%;
    color: white;
    margin: 0;
}
.fondo_banner_madera .contenedor h2{
    padding-right: 185px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 119.5%;
    color: white;
    margin: 0;
}
.boton_moldura_back{
    margin-top: 130px;
}
.tipos_molduras_clasificacion {
    margin-top: 90px;
    margin-bottom: 660px;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px, 10fr));
    grid-gap: 40px;
}
  
.mold_det_two{
    display: flex;
}
.mold_img_load {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mold_det_desc{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 53px;
}
.mold_det_desc_titulo h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 119.5%;
}
.mold_det_desc_miniaturas{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(48px, 1fr));
    grid-gap: 16px;
    max-width: 315px;
    padding: 70px 0;
}
.mold_det_desc_graficos{
    max-width: 314px;
}
.fondo_banner_plastico{
    background-image: url(../img/molduras/plastico/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fondo_banner_plastico .contenedor{
    height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.fondo_banner_plastico .contenedor h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 119.5%;
    color: white;
    margin: 0;
}
.fondo_banner_plastico .contenedor h2{
    padding-right: 185px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 119.5%;
    color: white;
    margin: 0;
}
.navbar-toggler{
    border: none !important;
    font-size: 2.5rem !important;
    padding: 0 3.5rem !important;
    box-shadow: none !important;
}


@media (max-width:1180px) {
    .historia-nosotros {
        padding: 0 5%;
    }
    .mision-vision-nosotros {
        padding: 0 5%;
        margin-top: 50px;
    }
    .valores-cont {
        padding: 50px 5%;
    }
    .brindar-mejor-servicio {
        padding: 0 10%;
    }
    .mision-txt{
        padding: 0 5%;
    }
    .mapa-sucusales-google iframe{
        max-width: 100%;
    }
}



@media (max-width:1050px) {
    .valores-cont-txt {
        display: none;
    }
    .valores-cont-img {
        flex-wrap: wrap;
    }
}



@media (max-width:900px) {
    .historia-nosotros {
        flex-direction: column;
    }
    .historia-nosotros-text {
        width: 100%;
    }
    .historia-nosotros-text p {
        max-width: 100%;
    }
    .historia-nosotros-img{
        padding-top: 50px;
    }
}



@media (max-width:800px) {
    .mision {
        flex-direction: column-reverse;
    }
    .vision{
        flex-direction: column;
    }
    .mision-img {
        width: 100%;
        padding: 20px 0;
    }
    .mision-txt {
        width: 100%;
    }
    .mision-txt h2, .mision-txt p {
        max-width: 100%;
    }
    .brindar-mejor-servicio {
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    .brindar-mejor-servicio-text,.brindar-mejor-servicio-img{
        width: 100%;
    }
    .brindar-mejor-servicio-img{
        text-align: center;
    }
    .brindar-mejor-servicio-text h1, .brindar-mejor-servicio-text p{
        max-width: 100%;
    }
    .brindar-mejor-servicio-text p {
        padding: 20px 0;
    }
    .nos-img-casi-footer {
        margin: 18px 0;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .nos-img-casi-footer div {
        width: 50%;
        padding: 15px;
    }
    .fondo_banner_molduras .contenedor h1 {
        font-size: 54px;
    }
    .fondo_banner_molduras_txt p {
        padding: 20px 15%;
    }
    .fondo_banner_molduras_txt h3 {
        padding: 50px 20%;
    }
    .section-sucursales {
        flex-direction: column-reverse;
        align-items: center;
    }
    .sucursales-img {
        width: 90%;
    }
    .sucursales-txt {
        width: 90%;
    }
    .mapa-sucusales-google {
        margin: 50px 0
    }
    .index_contacto {
        margin-top: 90px;
    }
    .suc_cont_tit_img h3 {
        padding: 0 10%;
    }
}



@media (max-width:674.4px) {
    .valores-fondo-img {
        height: 520px;
    }
    .valores-fondo {
        margin-top: 45px;
    }
    .title-grid-nosot {
        margin: 9rem 0;
    }
    .grid-container-nosot {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        grid-auto-rows: minmax(100px, auto);
    }
    .grid-item-nosot-1 {
        grid-column: 1;
        grid-row: 1;
    }
    .grid-item-nosot-2 {
        grid-column: 2;
        grid-row: 1;
    }
    .grid-item-nosot-3 {
        grid-column: 1;
        grid-row: 2/3;
        height: 220px;
        overflow: hidden;
    }
    .grid-item-nosot-4 {
        grid-column: 1/3;
        grid-row: 3;
    }
    .grid-item-nosot-5 {
        grid-column: 2;
        grid-row: 2;
    }
    .arrow-down {
        margin: 120px 0 50px 0;
    }
    .cat-molduras {
        flex-direction: column;
        align-items: center;
    }
    .cat-mold-plastico a{
        display: flex;
        justify-content: center;
    }
    .cat-mold-plastico, .cat-mold-madera {
        width: 100%;
    }
    .fondo_banner_sucursales .contenedor h1 {
        padding: 115px 0 0 20px;
        font-size: 44px;
    }
    .encavezado_preguntas_frecuentes h1 {
        padding: 78px 10%;
        text-align: center;
    }
    .encavezado_preguntas_frecuentes p {
        padding: 0 10%;
    }
    .tipos_molduras_clasificacion {
        grid-template-columns: repeat(auto-fill,minmax(200px, 10fr));
        grid-gap: 20px;
        padding: 0 5%;
    }
    .tipos_molduras_clasificacion {
        margin-bottom: 200px;
    
    }
    .mold_det_two {
        flex-direction: column;
        align-items: center;
    }
    .mold_img_load{
        width: 90%;
    }
    .mold_det_desc {
        width: 90%;
        padding: 0;
    }
    .mold_det_desc_miniaturas {
        grid-template-columns: repeat(auto-fill,minmax(61px, 1fr));
        grid-gap: 33px;
    }
    .img-banner-index-1 div h1 {
        font-size: 46px;
        padding-bottom: 15px;
    }
    .img-banner-index-1 div p {
        padding-top: 15px;
        font-weight:600;
        font-family: 'Inter', sans-serif;
        line-height: 20px;
        font-size: 15px;
    }
    .img-banner-index-3 div h1{
        font-size: 35px;
    }
    .img-banner-index-3 div {
        align-items: flex-start;
    }
}



@media (max-width:500px) {
    .valores-cont-img {
        padding: 20px;
    }
    .valores-cont-img div{
        padding: 20px 0;
    }
    .valores-fondo-img {
        background-repeat: inherit;
        background-size: unset;
        height: 880px;
    }
    .grid-item-nosot-3 {
        height: 185px;
    }
    .arrow-down {
        margin: 300px 0 50px 0;
    }
    .tipos_molduras_clasificacion {
        grid-template-columns: repeat(auto-fill,minmax(150px, 10fr));
    }
    .img-banner-index-1 div h1 {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .img-banner-index-1 div p {
        padding-top: 15px;
    }
    .img-banner-index-3 div h1{
        font-size: 25px;
    }
    .descricpcion_articulo_titulo h1 {
        font-size: 35px;
    }
    .articulo {
        margin-top: 8.8rem;
    }
    .sec_cat_carrusel {
        margin-top: 8.8rem;
    }
    
}