@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');

h1,h2,h3,a{
    font-family: "Noto Serif", serif;
    font-weight: bold;
}
p,li{
    font-family: "Jaldi", sans-serif;
}

/* navbar */
.navbar{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #111;
}
.navbar .navbar-nav{
    display: flex;
    gap: 1.2rem;
    list-style: none;    
}
.navbar .navbar-nav .nav-link{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #111;
    padding: 0.5rem;
    position: relative;
}
.navbar .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #151515;
    border-radius: 5px;
    transform: scaleX(0);
    transition: all 0.6s ease;
}
.navbar .navbar-nav .nav-link:hover::before{
    transform: scaleX(1);
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row;
    justify-content: center;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: max-content;
    background: rgba(255,255,255, .7);
    backdrop-filter: blur(4px);
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
    display: flex;
    align-items: center;
    line-height: 2rem;
    padding: 0.2rem 1rem;
    margin: 0.3rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover{
    background: #3A6E36;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 1px #111;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .imgnav{
    height: 1.5rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .imgnav:hover{
    transform: scale(1.1);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    font-family: Bogart-Medium;
    font-size: 0.8rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    background: none;
    color: #FFFFFF;
}
.navbar .nav-social{
    display: flex;
}
.navbar .nav-social a i{
    color: #3A6E36;
    margin: 0rem 0.3rem;
    padding: 0.2rem 0.4rem;
}
/* fin navbar */
/* section slider */
.sliders_2{
    margin: 0;
    padding: 0;
}
.sliders_2 .row .clm-video {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}
.sliders_2 .img_videosli{
    width: 100%;
}
.sliders_2 .clm_slipri{
    position: absolute;
    top: 18rem;
}
.sliders_2 .clm_slipri .Logo-slider2{
    padding-bottom: 2rem;
}
.sliders_2 .clm_slipri h1{
    color: #3A6E36;
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 6rem;
}
.sliders_2 .clm_slipri .prrsl1{
    font-size: 1.2rem;
    font-family: "Varela Round", sans-serif;
    color: antiquewhite;
    padding-bottom: 2rem;
}
.sliders_2 .clm_slipri .btn-prima{
    padding: 0.7rem 2rem;
    border-radius: 0.3rem;
    background: #A74D0E;
    color: antiquewhite;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width:481px) and (max-width: 768px){
    .sliders_2 .clm_slipri{
        position: absolute;
        top: 11rem;
    }
    .sliders_2 .clm_slipri h1{
        color: red;
        font-weight: bold;
        font-size: 1.1rem;
    }
    .sliders_2 .clm_slipri .prrsl1{
        font-size: 0.8rem;
        font-family: "Varela Round", sans-serif;
    }
    .sliders_2 .clm_slipri p{
        color: antiquewhite;
    }
    .sliders_2 .clm_slipri .slicondi {
        padding-top: 0rem;
        color: antiquewhite;
        font-size: 0.5rem;
    }
}
@media only screen and (min-width:320px) and (max-width:480px){
    .sliders_2 .row .clm-video {
        height: 500px;
        background: url(../img/campo_background.jpg);
        background-repeat: round;
    }
    .sliders_2 .img_videosli{
        width: 100%;
        visibility: hidden;
    }
    .sliders_2 .clm_slipri{
        position: absolute;
        top: 28rem;
    }
    .sliders_2 .clm_slipri h1{
        font-size: 2rem;
    }
    .sliders_2 .clm_slipri .prrsl1{
        font-size: 0.8rem;
        font-family: "Varela Round", sans-serif;
    }
    .sliders_2 .clm_slipri p{
        color: antiquewhite;
    }
    .sliders_2 .clm_slipri .slicondi {
        padding-top: 0rem;
        color: antiquewhite;
        font-size: 0.5rem;
    }

}
/* fin section sliders */

.btnslid{
    background: #A74D0E;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 3rem;
    text-decoration: none;
    margin-left: 6.5rem;
    margin-top: 4rem;
    border-bottom: inset;
}
/* FIN slider Principal  */
/* action web */
.action{
    background-image: linear-gradient(346deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 22%,rgba(140, 140, 140,0.04) 22%, rgba(140, 140, 140,0.04) 69%,rgba(225, 225, 225,0.04) 69%, rgba(225, 225, 225,0.04) 100%),linear-gradient(31deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 42%,rgba(140, 140, 140,0.04) 42%, rgba(140, 140, 140,0.04) 85%,rgba(225, 225, 225,0.04) 85%, rgba(225, 225, 225,0.04) 100%),linear-gradient(55deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 13%,rgba(140, 140, 140,0.04) 13%, rgba(140, 140, 140,0.04) 72%,rgba(225, 225, 225,0.04) 72%, rgba(225, 225, 225,0.04) 100%),linear-gradient(90deg, rgb(58,110,54),rgb(58,110,54));
}
.action .rowval{
    display: flex;
    margin: -7rem 0rem 0rem 0rem;
    padding: 2rem 4rem;
}
.action .rowval .clm-nsval{
    background: rgba(255,255,255, .6);
    backdrop-filter: blur(5px);
    padding: 1rem 0.7rem;
    margin: 0.5rem;
    cursor: pointer;
    box-shadow: inset 0px 0px 12px 3px #484848;
    border-radius: 0.5rem;
}
.action .rowval .clm-nsval:hover{
    transform: scale(1.05);
    transition: all .80s;
}
.action .rowval:hover > :not(:hover){
    opacity: .6;
}
.action .rowval i{
    font-size: 3rem;
    color: #606121;
}
.action .rowval .tittle-nstval{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    color: #3A6E36;
}
@media screen and (min-width:481px) and (max-width: 768px){

}
@media only screen and (min-width:320px) and (max-width:480px){
    .action .rowval{
        display: flex;
        margin: 0rem;
        padding: 0;
    }
    .action .rowval .clm-nsval{
        padding: 0.5rem 0.5rem;
        margin: 0.5rem;
        cursor: pointer;
        box-shadow: inset 0px 0px 12px 3px #484848;
        border-radius: 0.5rem;
    }
    .action .rowval i{
        font-size: 2rem;
        color: #606121;
    }
    .action .rowval .tittle-nstval{
        font-size: 1rem;
    }
}
/* fin action web */
/* Nosotros index*/
.nosotros{
    background: url(../img/campo_background.jpg)center center fixed no-repeat;
    background-size: cover;
}
.nosotros .container-fluid{
    padding: 4rem 3rem 5rem 3rem;
}
.nosotros .clm-nstr-1{
    background: url(../img/Diseño_de_marca-1.png)no-repeat center;
    background-clip: content-box;
    background-size: contain;
    padding: 1rem 3rem;
}
.nosotros .clm-nstr-1 .tittle-nstr{
    padding: 1rem 0rem;
    font-weight: bold;
    font-size: 3rem;
    color: #a74d0e;
    text-shadow: 1px 0px 3px #f2f2f2;
}
.nosotros .clm-nstr-1 p{
    font-weight: bold;
    font-size: 1.2rem;
    text-align: justify;
    color: #ffffff;
}
@media screen and (min-width:481px) and (max-width: 768px){

}
@media only screen and (min-width:320px) and (max-width:480px){
    .nosotros .clm-nstr-1 {
        padding: 1rem 1rem;
    }
}
/* Fin Nosotros index*/
/* productos index */
.product{
    padding: 4rem 0rem;
    background: rgb(253, 253, 253);
}
.product .tittle-prinpr{
    font-size: 3rem;
    text-align: center;
    color: #A74D0E;
    margin-bottom: 4rem;
    font-weight: bold;
}
.product .tittle-prinpr span{
    text-decoration: overline;
    color: #606121;
    font-weight: bold;
}
.product .card_produ{
    margin: 1rem 0rem;
    align-items: center;
    border: 1px solid #111;
    border-radius: 0.3rem;
    box-shadow: 1px 1px 3px #111;
    outline: double;
    background: rgb(233 251 238 / 8%);
    backdrop-filter: blur(5px);
    height: 340px;
}
.product .card_produ .bodycardpr{
    display: flex;
    flex-direction: row-reverse;
}
.product .card_produ .imgcard{
    height: 200px;
    border-right: 1px solid #111;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.8));
}
.product .card_produ .imgcard:hover{
    transform: scale(1.06);
    transition: 0.5s;
    cursor: pointer;
}
.product .card_produ .card_body{
    padding: 0.7rem 0.5rem;
}
.product .card_produ .tittle-card{
    color: #3A6E36;
    padding: 0.7rem 0rem 0.5rem 0rem;
    font-size: 2rem;
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-variant: small-caps;
}
.product .card_produ .parrafo_card{
    font-family: Bogart-Regular;
    font-size: .9em;
    text-align: justify;
}
.product .card_produ .btn-prod{
    background: #A74D0E;
    margin: 0rem .5rem;
    color: #fff;
    padding: 0.2rem .9rem;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 0.2rem;
    outline: 1px solid #A74D0E;
    outline-offset: 1px;
}
.product .card_produ .btn-tecnic{
    background: #3A6E36;
    margin: 0rem .5rem;
    color: #fff;
    padding: 0.2rem .9rem;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 0.2rem;
    outline: 1px solid #A74D0E;
    outline-offset: 1px;
}
.product .card_produ .btn-prod:hover{
    background: #c65a0d;
    color: #e8e6e6;
    padding: 0.1rem .8rem;
}
.product .card_produ .btn-tecnic:hover{
    background: #41883c;
    color: #e8e6e6;
    padding: 0.1rem .8rem;
}
.product .card_produ .card-footer {
    position: absolute;
    bottom: 0;
    inline-size: -webkit-fill-available;
    text-align: center;
}
@media screen and (min-width:481px) and (max-width: 768px){

}
@media only screen and (min-width:320px) and (max-width:480px){
    .product .card_produ{
        margin: 1rem 0rem;
        height: auto;
    }
    .product .card_produ .imgcard {
        height: 150px;
    }
    .product .card_produ .bodycardpr{
        padding-bottom: 1rem;
    }
}
/* fin productos index */
/* colegas index */
.colegas{
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.colegas .row_colegas{
    display: flex;
    justify-content: center;
}
.colegas  img{
    width: 210px;
    margin: 0rem 2rem;
    object-fit: cover;
}
@media screen and (min-width:481px) and (max-width: 768px){

}
@media only screen and (min-width:320px) and (max-width:480px){
    .colegas .row_colegas{
        display: flex;
        flex-wrap: nowrap;
    }
    .colegas  img{
        width: 100px;
        object-fit: cover;
        margin: 0rem;
    }

}
/* fin colegas index */
/* team index */
.team{
    background: url(../img/campo_background.jpg)center center fixed no-repeat;
    background-size: cover;
    text-align: -webkit-center;
}
.team .container-fluid{
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    padding: 4rem 3rem 5rem 3rem;
}
.team .tittle-team{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 2.5rem;    
}
.team .tittle-team span {
    text-decoration: overline;
    color: #a31717;
    font-weight: bold;
}
.team .card {
    width: auto;
    background: transparent;
    padding: .4em;
    border-radius: 6px;
    border: none;
}
.team .card-image{
    width: 100%;
    height: inherit;
}
.team .card-image .imgteam{
    border-radius: 50%;
    height: 15rem;
    width: 15rem;
    border: 4px solid #3A6E36;
    outline: 2px solid #3A6E36;
    outline-offset: 3px;
}
.team .card-image:hover {
    transform: scale(0.98);
}
.team .category {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    color: #f2f2f2;
    padding: 10px 7px 0;
    font-family: Bogart-Bold;
    text-align: center;
}
.team .category:hover {
    cursor: pointer;
}
.team .heading {
    font-weight: 600;
    font-size: 1rem;
    color: rgb(245 211 47);
    padding: 7px;
    text-align: center;
}
.team .heading:hover {
    cursor: pointer;
}
.team .heading span{
    color: #ffffff;
}
.team .author {
    color: #3A6E36;
    font-weight: 400;
    margin: 0rem 4rem;
    font-size: 1rem;
    padding: 10px;
    border-radius: 0rem 2rem;
    text-align: center;
    background-color: #f2f2f28f;
}
.team .author img{
    height: .8rem;
    padding-right: 0.8rem;
}
.team .name {
    font-weight: 600;
    font-family: Bogart-Medium;
}
.team .name:hover {
    cursor: pointer;
}
@media screen and (min-width:481px) and (max-width: 768px){

}
@media only screen and (min-width:320px) and (max-width:480px){

}
/* fin team index */
/* galeria */
.galeria{
    padding: 3rem 0rem 2rem 0rem;
    background: rgb(58,110,54);
    background: linear-gradient(180deg, rgba(58,110,54,0.2912814784116772) 18%, rgba(255,255,255,1) 100%);   
}
.galeria .tittle-prites{
    font-size: 3rem;
    text-align: center;
    color: #A74D0E;
    padding-bottom: 4rem;
    font-weight: bold;
}
.galeria .tittle-prites span {
    text-decoration: overline;
    color: #606121;
    font-weight: bold;
}
.galeria .card{
    padding: 0.2rem 0.2rem;
    background: #3A6E36;
}
.galeria .cardhead{
    display: flex;
    padding: 0.2rem;
}
.galeria .cardhead .imgtesti{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.galeria .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: none;
    pointer-events: auto;
    background-color: #ffffff4f;
    border: none;
    border-radius: 0.7rem;
}
.galeria .modal .imgcardmodal {
    vertical-align: middle;
    max-width: -webkit-fill-available;
}
@media screen and (min-width:481px) and (max-width: 768px){

}
@media only screen and (min-width:320px) and (max-width:480px){
    .galeria .card{
        margin-bottom: 2rem;
    }

}
/* fin galeria */
/* testimonios */
.testimonios{
    padding: 2rem 0rem 3rem 0rem;
}
.testimonios .tittle-testi{
    font-size: 3rem;
    text-align: center;
    color: #A74D0E;
    padding-bottom: 4rem;
    font-weight: bold;
}
.testimonios .tittle-testi span {
    text-decoration: overline;
    color: #606121;
    font-weight: bold;
}
.testimonios video{
    padding: 0.3rem .3rem;
    border: 3px solid #111;
    border-radius: 0.5rem;
}
@media screen and (min-width:481px) and (max-width: 768px){
    .testimonios video{
        width: inherit;
        height: 450px;
    }    
}
@media only screen and (min-width:320px) and (max-width:480px){
    .testimonios video{
        width: inherit;
        height: 450px;
    } 
}
/* fin testimonios */
/* formulario index */
.form{
    background-image: linear-gradient(346deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 22%,rgba(140, 140, 140,0.04) 22%, rgba(140, 140, 140,0.04) 69%,rgba(225, 225, 225,0.04) 69%, rgba(225, 225, 225,0.04) 100%),linear-gradient(31deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 42%,rgba(140, 140, 140,0.04) 42%, rgba(140, 140, 140,0.04) 85%,rgba(225, 225, 225,0.04) 85%, rgba(225, 225, 225,0.04) 100%),linear-gradient(55deg, rgba(55, 55, 55,0.04) 0%, rgba(55, 55, 55,0.04) 13%,rgba(140, 140, 140,0.04) 13%, rgba(140, 140, 140,0.04) 72%,rgba(225, 225, 225,0.04) 72%, rgba(225, 225, 225,0.04) 100%),linear-gradient(90deg, rgb(58,110,54),rgb(58,110,54));
    padding: 2rem 2rem 6rem 2rem;
}
.form .tittle-priform{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 4rem;
}
.form .clm-form{
    padding: 3rem 1.5rem;
    border-radius: 0.2rem;
    background: rgba(255,255,255,.3);
}
.form .clm-form label{
    font-family: "Noto Serif", serif;
    font-weight: bold;
}
.form .clm-form button{
    font-family: "Noto Serif", serif;
    font-weight: bold;
}
.form .nav-social{
    padding: 2rem 0rem;
}
.form .nav-social a{
    font-size: 2rem;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0.6rem;
    color: #3A6E36;
    margin: 0rem .3rem;
}
.form .nav-social a:hover{
    font-size: 2.1rem;
    transition: 0.4s;
}
iframe{
    border-radius: 0.5rem;
}
@media screen and (max-width: 768px){
    iframe{
        width: auto; 
        height: 450px;
        margin-bottom: 2rem;
    }
}
/* fin formulario index */
/* footer */
footer .confootepri{
    display: flex;
    align-items: center;
    background: linear-gradient( #a74e0eea, #424242);
    border-radius: 0.3rem;
    margin-top: -6rem;
    margin-bottom: 2rem;
    padding: 2rem 0rem;
    z-index: 1;
}
footer .confootepri .titsufot{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 3rem;
    font-variant: all-small-caps;
    color: #fff;
    text-align: center;
}
footer .confootepri .btnsufot{
    text-align: center;
    background: #3A6E36;
    color: #ffffff;
    padding: 0.7rem 2rem;
    font-size: 1.5rem;
    text-decoration: none;
    border-radius: 0.3rem;
}
.footer{
    background: #424242;
    padding: 1rem 0;
    z-index: 2;
}
.footer .footer_logo{
    height: 140px;
    filter: drop-shadow(2px 4px 6px black);
}
.footer .footersocial{
    display: flex;
    margin: 0 0.2rem;
}
.footer .footersocial a{
    color: #3A6E36;
    background: #ededed;
    padding: 0.2rem 0.4rem;
    border-radius: 0.2rem;
    margin: 0.5rem 0.3rem 0.5rem 0.3rem;
    cursor: pointer;
}
.footer h3{
    padding-top: 1rem;
    color: #fff;
}
.footer ul li{
    font-family: Bogart-Medium;
    padding-left: 0.5rem;
    list-style: '°';
    color: #868224;
    font-weight: bold;
}
.footer ul li::marker{
    color: #3A6E36;
}
/* fin footer */
/* whatsapp flotante */
.socialwhat{
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 15px; /* Establecemos la barra en la izquierda */
    bottom: 20px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.socialwhat ul {
    list-style: none;
    padding: 0px;
}
.socialwhat ul li a {
    display: inline-block;
    color:#fff;
    background: rgb(22, 168, 46);
    outline: 1px solid rgb(22, 168, 46);
    outline-offset: 2px;
    margin-top: 3px;
    padding: 15px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
    border-radius: 50%;
}
.socialwhat img{
    height: 2rem;
    filter: invert(1);
    width: 2rem;
}
.socialwhat ul li .icon-whatsapp {
    box-shadow: 0rem 0rem 1rem rgb(22, 168, 46);
}
.socialwhat ul li a:hover {
    color: rgb(250, 250, 250); /* Cambiamos el fondo cuando el usuario pase el mouse */
    transform: scale(1.2);
}    
@media(max-width: 530px) {
    .socialwhat {
      position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
      left: 15px; /* Establecemos la barra en la izquierda */
      top: 600px; /* Bajamos la barra 200px de arriba a abajo */
      z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
    }
}
/* fin whatsapp flotante */
/* productos pag */
.productos_web{
    padding: 5rem 0rem 9rem 0rem;
} 
.productos_web .clmimgproducweb{
    text-align: center;
}
.productos_web .clmimgproducweb .imgproducweb{
    filter: drop-shadow(1px 0px 4px #111);
}
.productos_web .tittle-proweb{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2rem;
}
.productos_web .pqr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}
.productos_web .pqr a{
    background: #3A6E36;
    padding: 0.3rem 0.4rem
}
.productos_web .pqr .bi-star-fill{
    color: #e8e40e;
    font-size: 1.1rem;
    padding: 0rem 0.2rem 0.7rem 0.2rem;
}
.productos_web a{
    background: #3A6E36;
    color: #f2f0f0;
    border-radius: 0.3rem;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
}
.productos_web ul{
    padding-bottom: 1.5rem;
}
.productos_web ul li{
    list-style: '🪴';
}
/* fin productos pag */
/* nosotros web */
.nosotrosweb{
    padding: 3rem 3rem;
}
.nosotrosweb .clmwebnoso{
    background: url(../img/campo_background.jpg)fixed;
    background-position: center;
}
.nosotrosweb .tittleweb-nosotr{
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem 0rem;
    text-shadow: 1px 1px 5px #fff;
}
.nosotrosweb .tittle-nstr {
    padding: 1rem 0rem;
    font-weight: bold;
    font-size: 3rem;
    color: #3A6E36;
    text-shadow: 1px 0px 3px #d8d8d8;
}
.nosotrosweb p{
    font-size: 1.3rem;
    text-align: justify;
    padding-right: 4rem;
}
/* fin nosotros web */
/* distribuidores web */
.distribuidores{
    padding: 3rem 3rem;
    margin-bottom: 3rem;
}
.distribuidores .clmwebnoso{
    background: url(../img/campo_background.jpg)fixed;
    background-position: center;
}
.distribuidores .tittleweb-nosotr{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    padding: 1rem 0rem;
    text-shadow: 1px 1px 5px #fff;
}
.distribuidores .col-img-distribuido{
    contain: content;
}
.distribuidores .col-img-distribuido .img-distribuido{
    width: 500px;
    padding-bottom: 4rem;
}
/* fin distribuidores web */
/* contacto web */
.contactoweb{
    padding: 5rem 3rem;
}
.contactoweb .clmwebcontact{
    background: url(../img/campo_background.jpg)fixed;
    background-position: center;
}
.contactoweb .tittleweb-nosotr{
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    padding: 1rem 0rem;
    text-shadow: 1px 1px 5px #fff;
}
.contactoweb .rocontaweb{
    padding: 3rem 1rem;
}
.contactoweb .clm-form {
    padding: 3rem 1.5rem;
    border-radius: 0.2rem;
    background: rgba(71, 71, 71, 0.3);
}
.contactoweb .clm-form label {
    font-family: Bogart-Bold;
}
/* fin contacto web */