/*1010.1*/
/* INDEX CONTENT */
/* 01 GLOBAL */
/* 02 HEADER */
/* 03 SLIDER */
/* 04 DESTACADOS */
/* 05 CATALOGO */
/* 06 BLOG */
/* 07 FOOTER */
/* 08 LISTADO PRODUCTOS */
/* 09 NOSOTROS */
/* 10 WHATSAPP */
/* 11 CAJA REUTILIZABLE */
/* 12 GUÍAS PRÁCTICAS */

/* 01 GLOBAL */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,500&display=swap');

/* Daxline Web font */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 29, 2023 */
@font-face {
    font-family: 'daxlineprobold';
    src: url('../fonts/daxlinepro-bold-webfont.woff2') format('woff2'),
         url('../fonts/daxlinepro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daxlineproextrabold';
    src: url('../fonts/daxlinepro-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/daxlinepro-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daxlineprolight';
    src: url('../fonts/daxlinepro-light-webfont.woff2') format('woff2'),
         url('../fonts/daxlinepro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daxlinepromedium';
    src: url('../fonts/daxlinepro-medium-webfont.woff2') format('woff2'),
         url('../fonts/daxlinepro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daxlineproregular';
    src: url('../fonts/daxlinepro-regular-webfont.woff2') format('woff2'),
         url('../fonts/daxlinepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

b, strong{
    font-weight: 700;
}

body{
    font-family: 'Roboto', sans-serif;
}

.bg-l-green{
    background-color: #78bb32;
}

.bg-m-green{
    background-color: #4d8a33;
}

.bg-d-green{
    background-color: #4a752e;
}

.bg-orange{
    background-color: #ff5e3f;
}

.bg-l-gray{
    background-color: #dadada;
}

.bg-gradient-green{
    background: rgb(74,117,46);
    background: -moz-linear-gradient(90deg, rgba(74,117,46,1) 44%, rgba(120,187,50,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(74,117,46,1) 44%, rgba(120,187,50,1) 100%);
    background: linear-gradient(90deg, rgba(74,117,46,1) 44%, rgba(120,187,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a752e",endColorstr="#78bb32",GradientType=1);
}

.color-green{
    color: #78bb32;
}

.color-m-green{
    color: #4d8a33;
}

.color-d-green{
    color: #4a752e;
}

.color-orange{
    color: #ff5e3f;
}

.color-l-gray{
    color: #dadada;
}

.color-d-gray{
    color: #222222;
}

/* 02 HEADER */
.social-top .follow label{
    color: #fff;
}

.ion-social-instagram::before {
    content: "\f351";
}

h1, h2, h3, h4, h5, h6{
    font-family: 'daxlineprobold';
    font-weight: normal;
}

.header-menu-nav{
    padding: 8.5px 0px;
}

@media only screen and (max-width: 991px) {
    .header-logo img{
        height: 70px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-menu-nav{
        padding: 0px 10px;
    }

    .header-nav .header-static-nav{
        padding: 0px 10px;
    }

    .header-nav-mobile{
        padding: 7px 0px;
    }
}

.header-menu-nav a{
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 19px;
}

.header-menu-nav span{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 27.15px;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}

.header-static-nav{
    padding: 8.5px 0px;
}

.header-static-nav a{
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 19px;
}

.header-static-nav span{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    line-height: 27.15px;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}

.social-top .follow ul.link-follow li a{
    width: auto;
    font-size: 24px;
    margin: 0px 2px;
}

.social-top .follow ul.link-follow li a:hover{
    color: #000;
}

.ptb-10px {
    padding: 10px 0;
}

.pb-20px {
    padding-bottom: 20px;
}

.mb-5px{
    margin-bottom: 5px;
}

.search-element
{
    width: 100%;
}

.text-right {
    text-align:right !important;
}

.header-nav.header-nav-mobile .header-static-nav{
    border-bottom: 0px;
}

.search-element input{
    border: none;
    border-radius: 0px;
}

.search-element button{
    border-radius: 0px;
    background: #ff5e3f;
}

.search-element button:hover{
    background: #000;
}

body.offcanvas-open{
    padding-right: 0px;
}

.header-menu .header-horizontal-menu li a{
    color: #3c3c3b;
}

.header-menu .header-menu-vertical .menu-title{
    background-color: #ff5e3f;
    font-size: 15px;
    font-weight: 500;
}

.hero-side-category .category-toggle-wrap .category-toggle{
    background-color: #ff5e3f;
    color: white;
}

.header-menu .header-menu-vertical li:hover > a{
    color: #ff5e3f;
}

.hero-slider-wrapper, .slider-area .bg-img{
    background-color: white;
}

/* 03 SLIDER */

.slider-area .container-fluid{
    padding: 0px;
}

.slider-container{
    transform: skewX(-20deg);
    background-color: #4a752e;
    /*margin-right: 30px;*/
}

.slider-container::before{
    width: 50%;
    height: 25px;
    display: block;
    background-color: #4d8a33;
    content: " ";
    position: relative;
    left: 40%;
    top: -12px;
}

.slider-container::after{
    width: 100%;
    height: 25px;
    display: block;
    background-color: #78bb32;
    content: " ";
    position: relative;
    left: -40%;
    bottom: -12px;
}

.slider-content-1{
    transform: skewX(20deg);
    padding: 30px 5% 30px 15%;
}

.slider-area .bg-img .slider-content-1 p{
    width: 100%;
}

.slider-area .bg-img .slider-content-1 a{
    border-radius: 0px;
    background-color: #ff5e3f;
}




@media only screen and (min-width:992px) and (max-width:1200px) {
    .slider-area .bg-img .slider-content-1 h1{
        font-size: 39px;
        line-height: 1;
    }
}

@media only screen and (max-width:991px){
    .slider-area .bg-img .slider-content-1 h1{
        font-size: 39px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .slider-area .bg-img .slider-content-1 a{
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:991px){
    .slider-area .container{
        background-color: #4a752e;
    }

    .slider-area .container::before{
        content: " ";
        width: 100px;
        height: 20px;
        background-color: red;
        display: block;
    }
}

@media only screen and (max-width:767px){
    .slider-container{
        transform: skewX(0deg);
    }

    .slider-content-1{
        transform: skewX(0deg);
        padding: 0px 30px;
    }

    .slider-container::before, .slider-container::after {
        transform: skewX(-20deg);
    }
}

@media only screen and (max-width:575px){   
    .slider-area .bg-img .slider-content-1 span.title{
        font-size: 14px;
    }

    .slider-area .bg-img .slider-content-1 h1{
        font-size: 30px;
    }
}


.offcanvas .inner .head .offcanvas-close::before, .offcanvas .inner .head .offcanvas-close::after{
    background-color: #4a752e;
}

.offcanvas.offcanvas-mobile-menu{
    padding: 30px 40px;
}

.offcanvas .inner .offcanvas-social li a{
    background-color: #78bb32;
}

.slider-image img{
    width: 100%;
}

.slider-area .slick-arrow{
    background: rgba(0,0,0,.15);
}

.slider-area .slick-arrow.prev:hover, .slider-area .slick-arrow.next:hover {
    background-color:#ff5e3f;
    color:#fff
}

.slider-area .slick-dots li.slick-active{
    border-color: #4a752e;
}

.slider-area .slick-dots{
    bottom: 10px;
}

.slider-area .slick-dots li{
    background: #d5d5d5;
}

.slider-area .slick-dots li:hover {
    background: #ff5e3f;
    border-color: #ff5e3f;
}

.section-title::before{
    background-color: #4a752e;
}

.section-title h2 span{
    font-family: 'daxlineprolight';
}

.slider-nav-style-1 .slick-arrow i:hover{
    color: #ff5e3f;
}

/* 04 DESTACADOS */

.list-product ul.product-flag li{
    border-radius: 0px;
    background: #fff;
    border: 1px solid #4a752e;
    color: #4a752e;
}

.product-decs h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.13rem;
    margin-bottom: 5px;
    color: #ff5e3f;
}

.product-cta {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 38px;
    background-color: #ff5e3f;
    color: #FFF;
    width: max-content;
    padding: 0px 15px;
}

.list-product a:hover{
    color: #222;
    cursor: pointer;
}

.product-name{
    color: #a2a2a2;
    font-weight: 300;
}

.product-model{
    font-weight: 700;
    -webkit-line-clamp: 3;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.product-model span{
    color: #78bb32;
    margin-left: 3px;
    margin-right: 3px;
}

.list-product .product-decs{
    padding: 5px 5px 15px 5px;
}

/* 05 CATALOGO */

.catalogue-area{
    padding: 30px 0px;
}

@media only screen and (max-width:575px){ 
    .catalogue-area{
        padding: 30px 30px;
    }
}

.catalogue-area h3{
    
}

.catalogue-area h3 span{
    font-family: 'daxlineprolight';
}

.catalogue-area p, .box-area p{
    font-size: 16px;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 20px;
}

.catalogue-area a{
    line-height: 48px;
    padding: 0 22px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: 0;
}

.catalogue-area a:hover{
    background-color: #333;
}

/* 06 BLOG */

.main-blog-slider-wrapper .blog-slider-item .blog-slider-inner .aritcles-image p.date-time-post > span{
    background-color: #78bb32;
}

.main-blog-slider-wrapper .blog-slider-item .blog-slider-inner .aritcles-content .content-inner a.articles-name{
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: none !important;
}

.main-blog-slider-wrapper .blog-slider-item .blog-slider-inner .aritcles-content .content-inner a.articles-name:hover{
    color: #ff5e3f;
}

.main-blog-slider-wrapper .blog-slider-item .blog-slider-inner .aritcles-content .content-inner a.read-more, .blog-post-content-inner .read-more-btn{
    border-radius: 0px;
    background-color: #ff5e3f;
}

.main-blog-slider-wrapper .blog-slider-item .blog-slider-inner .aritcles-content .content-inner a.read-more:hover{
    background-color: #333;
}

/* 07 FOOTER */

.footer-area{
    background-color: #4d8a33;
}

.footer-area .footer-top .single-wedge .need_help p{
    color: #fff;
}

.footer-area .footer-top .single-wedge h4{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.footer-area{
    color: #fff;
}

.footer-area .footer-top .single-wedge .footer-links a, .footer-area .footer-top .single-wedge .footer-links a:hover{
    color: #fff;
    font-weight: 700;
    text-transform: none;
}

.footer-links-social a i{
    color: #FFF;
    font-size: 20px;
    margin-right: 4px;
}

.afip {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 95px;
    background-image: url(../images/footer/dataweb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-bottom{
    background-color: #4a752e;
}

.footer-bottom .copy-text{
    color: #fff;
}

.footer-bottom .copy-text a{
    color: #fff;
    font-weight: 700;
}

.footer-area .footer-top .single-wedge .footer-logo{
    margin: 0px 0 15px;
}

.footer-logo a img.img-responsive{
    max-width: 311px !important;
}

#scrollUp{
    background-color: #ff5e3f;
    bottom: 90px;
}

/* 08 LISTADO PRODUCTOS */
.breadcrumb-area .breadcrumb-content .nav li{
    color: #ff5e3f;
}

.breadcrumb-area .breadcrumb-content .nav li a:hover{
    color: #ff5e3f;
}

.shop-category-area .shop-top-bar .shop-tab{
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-dec-slider-2 .single-slide-item.slick-slide.slick-current img, .product-dec-slider-2 .single-slide-item img:hover{
    border: 1px solid #ff5e3f;
}

.product-details-content p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-details-content h2{
    font-family: 'Roboto', sans-serif;
    color: #ff5e3f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-details-content .pro-details-list{
    border-top: none;
    padding-top: 0px;
}

.product-details-content .pro-details-list .product-name{
    font-size: 18px;
    line-height: normal;
    color: #222;
}

.product-details-content .pro-details-list .product-detail{
    margin-top: 15px;
    color: #222;
}

.product-details-content .pro-details-list .codigo-original{
    margin-top: 25px;
    color: #222;
}

.product-details-content .pro-details-list .codigo-original::before{
    content: "• ";
    color: #78bb32;
    font-weight: 700;
    margin-right: 3px;
}

.product-details-content .pro-details-list .codigo-original span{
    color: #78bb32;
}

/* ESTILO PROVISIONAL HASTA ACTUALIZAR LAS FOTOS PARA ARREGLAR PROBLEMA DE ZOOM */
.product-details-img.product-details-tab .zoompro-wrap.zoompro-2 .zoompro-border.zoompro-span img{
    width: auto;
    max-width: 100%;
}
/* Fin ESTILO PROVISIONAL */

.pro-models-comp{
    padding-top: 20px;
}

.pro-models-comp .comp-list{
    margin-top: 10px;
}

.pro-models-comp .comp-list img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pro-models-comp .comp-list p{
    display: inline-block;
    /*width: min-content;*/
    width: calc(100% - 120px);
    margin-bottom: 0px;
    vertical-align: middle;
}

.pro-models-comp .comp-list p span{
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
}

.pro-guide{
    margin-top: 30px;
    padding-top: 20px;
}

.pro-guide a{
    display: inline-block;
    margin-right: 10px;
    width: 45%;
    text-align: center;
}

.pro-guide a:hover{
    color: #fff;
}

.pro-guide a span{
    font-size: 23px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}

.category p{
    font-weight: 400;
    color: #222;
    line-height: 24px;
    margin: 0;
    margin-top: 0px;
    font-size: 14px;
}

.category p span{
    font-weight: 700;
}

.category p span::before{
    content: "|";
    color: #78bb32;
    padding: 0px 6px 0px 3px;
}

.category p span:first-child::before{
    display: none !important;
}

.category hr{
    background-color: #efefef;
    opacity: 1;
    margin: 0.6rem 0;
}

@media only screen and (max-width:1199px){
    .pro-models-comp .comp-list p{
        /*width: min-content;*/
        width: calc(100% - 120px);
    }

    /*.pro-models-comp .comp-list img{
        vertical-align: bottom;
    }*/
}

@media only screen and (max-width:991px){
    .pro-models-comp .comp-list p{
        /*width: max-content;*/
        width: calc(100% - 120px);
    }

    .pro-models-comp .comp-list img{
        vertical-align: middle;
    }
}

@media only screen and (max-width:767px){
    .product-details-content{
        padding: 0px 20px;
    }

    .pro-models-comp .comp-list p{
        /*width: min-content;*/
        width: calc(100% - 120px);
    }

    /*.pro-models-comp .comp-list img{
        vertical-align: bottom;
    }*/
}

@media only screen and (max-width:575px){
    .pro-models-comp .comp-list p{
        width: max-content;
    }

    .pro-models-comp .comp-list img{
        vertical-align: middle;
    }

    .pro-models-comp .comp-list div{
        margin-bottom: 10px;
    }
}

/* 09 NOSOTROS */
.about-area .about-content h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.about-area .about-content h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-area .about-content h4{
    font-family: 'Roboto', sans-serif;
    color: #4d8a33;
    font-size: 18px;
    width: 85%;
}

.about-area .about-content ul li{
    display: block;
    margin-bottom: 3px;
}

.about-area .about-content ul li::before{
    content: "• ";
    color: #78bb32;
    font-weight: 700;
    margin-right: 3px;
}

.inner-button{
    background-color: #ff5e3f;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
    width: fit-content;
}

.inner-button:hover{
    background-color: #333;
    color: #fff;
}

.arrow-list{
    line-height: 24px;
    color: #333;
}

.arrow-list li{
    text-indent: -6px;
    margin-left: 13px;
    margin-bottom: 7px;
    display: block;
}

.arrow-list li i{
    color: #ff5e3f;
    margin-right: 5px;
}

.contact-area .custom-row-2 .contact-info-wrap{
    padding: 120px 50px 112px 50px;
}

.contact-area .custom-row-2 .contact-info-wrap .single-contact-info .contact-info-dec p a:hover{
    color: #ff5e3f;
}

.contact-area .custom-row-2 .contact-info-wrap .single-contact-info:hover .contact-icon i{
    background-color: #4d8a33;
    border-color: #4d8a33;
}

.contact-area .custom-row-2 .contact-info-wrap .contact-social .social-info a:hover{
    color: #ff5e3f;
}

/* CONTACT */
.contact-area .custom-row-2 .contact-form .contact-title h2{
    margin-bottom: 10px;
    margin-left: 0px;
}

@media only screen and (max-width:991px){
    .contact-area .custom-row-2 .contact-info-wrap{
        padding: 120px 10px 112px 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .contact-area .custom-row-2 .contact-info-wrap{
        padding: 50px 30px 50px 30px;
    }
}

.contact-area .custom-row-2 .contact-form .contact-form-style input.btn.btn-success.btn-send{
    font-family: 'Roboto', sans-serif;
    border-radius: 0px;
    background-color: #ff5e3f;
    color: #fff;
    border: none;
    width: min-content;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-area .custom-row-2 .contact-form .contact-form-style input.btn.btn-success.btn-send:hover{
    background-color: #333;
}

.grecaptcha-badge{
    bottom: 180px !important;
}

/* 10 WHATSAPP */
.whatsapp{
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: #fff;
    right: 20px;
    bottom: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    font-size: 32px;
    line-height: 50px;
    display: block;
    position: fixed;
}

.whatsapp:hover{
    background:#333;
    color:#fff;
    -webkit-box-shadow:0 0 20px #fff;
    box-shadow:0 0 20px #fff
}

/* 11 CAJA REUTILIZABLE */
.box-area{
    background-color: #fff;
    padding-top: 30px;
}

.box-area h3{
    font-size: 56px;
    font-weight: 300;
    margin-top: 3px;
    margin-bottom: 10px;
}

.box-area p{
    margin-bottom: 10px;
}

.box-area .compromise{
    font-size: 19px;
    line-height: 20px;
    font-style: italic;
    margin-top: 5px;
    position: relative;
    top: 7px;
    margin-left: 5px;
}

.box-applications{
    width: 100%;
    max-width: 100px;
}

@media only screen and (max-width:767px){
    .box-area p{
        margin-bottom: 5px;
    }

    .box-applications{
        /*display: none;*/
        width: 32%;
        max-width: none;
    }
}

@media only screen and (max-width: 575px) {
    .box-area {
      padding: 30px 30px;
    }

    .box-area h3{
        font-size: 10vw;
    }
}

/* 12 GUÍAS PRÁCTICAS */
.single-blog-post .blog-post-media .blog-image img{
    height: auto;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.single-blog-post .blog-post-media .blog-image img:hover{
    opacity: 0.7;
    -webkit-transform: scale(1.035) rotate(.05deg);
    transform: scale(1.035) rotate(.05deg);
}

.blog-post-content-inner h4{
    line-height: 22px;
}

.blog-post-content-inner .blog-title a{
    font-size: 18px;
}

.blog-post-content-inner .blog-title a:hover{
    color: #ff5e3f;
}

.blog-post-content-inner p{
    margin: 0px 0px 20px;
    border-top: none;
    color: #777;
}

.blog-post-content-inner .read-more-btn{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 38px;
    color: #fff;
    padding: 0 15px;
}

.blog-post-content-inner .read-more-btn:hover{
    padding: 0 15px;
    color: #fff;
    background: #000;
}

.nombre{
    display: none;
}