@-webkit-keyframes Palpitos{

    0%{
        
        #preloader img{
            transform: rotate(0deg);
        }

    }

    50%{
        
        #preloader img{
            transform: rotate(180deg);
        }

    }
    
    100%{
        
        #preloader img{
            transform: rotate(0deg);
        }

    }

}

@keyframes Palpitos{

    0%{
        
        #preloader img{
            transform: rotate(0deg);
        }

    }

    50%{
        
        #preloader img{
            transform: rotate(180deg);
        }

    }
    
    100%{
        
        #preloader img{
            transform: rotate(0deg);
        }

    }

}

*{margin:0;padding:0;text-decoration:none;border:0;outline:0px;}

*::-webkit-scrollbar {
    width: 0.5em;
    padding-left:1%;
}

*::-webkit-scrollbar-track {
    background:transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #1f1f1f;
  width:50%;
  outline: 0px;
}

a:hover {
    text-decoration: none !important;
}

button:focus {
    outline: 0px !important;
}

/* @ =========== HEADER =========== */
header{
    display: flex !important;
    background: linear-gradient(#f9a543,#f7871a);
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 75px;
    width: 100%;
    min-height: 95px;
}
/* @ Logo */
header > a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
header > a figure{
    display:block;
    background:url(../img/logo.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 25% 0%; 
    margin: auto 20px; */
    height: 65px;
    width: 65px;
    margin: 0;
}

/* @ Nav Right */
[data-role="top"]{
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-end;
    align-items:center;
    flex-basis: 80%;
}

/* @ Buscador */
header [data-role="search"]{
    background: white;
    width: 60%;
    border-radius:20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 39px;
    max-width: 654px;
}
header [data-role="search"] input{
    background:transparent;
    width: 100%;
    color: #f9a543;
    padding:0.5% 5%;
    font-size: 10px;
    height: 24px;
    font-family:"Montserrat";
    font-weight:bold;
    -webkit-appearance: inherit;
}

header [data-role="search"] input::-webkit-input-placeholder{color: #f9a543;}
header [data-role="search"] input::-moz-placeholder{color: #f9a543;}
header [data-role="search"] input:-ms-input-placeholder{color: #f9a543;}
header [data-role="search"] input:-moz-placeholder{color: #f9a543;}

header [data-role="search"] button{background:transparent;color: #f9a543;margin-right: 5%;cursor: pointer;}

/* @ Categoria */
header [data-role="category"]{
    display: flex;
    margin-left: 1rem !important;
    min-width: 115px;
    height: 39px;
}
header [data-role="category"] > a.button-category{
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #E56631;
    width: 100%;
    color:white;
    font-family:"Montserrat";
    font-weight:bold;
    font-size: 10px;
    border-radius:50px;
    padding: 9% 12%;
    overflow: hidden;
    box-sizing: content-box;
    text-align: center;
}

/* @ Links */
header [data-role="links"]{display:flex;flex-basis: 25%;box-sizing: content-box;align-items:center;justify-content: space-around;}
header [data-role="links"] a{display:block;color:white;padding: 5% 0%;font-family: "Montserrat Black";}

/* @ */
header [data-role="modal@register"]{display: flex;background:#e56610;color:white !important;padding: 1.25% 16px;border-radius:20px;font-family: "Montserrat";font-weight: bold;font-size: 80%;overflow: hidden;box-sizing: content-box;cursor: pointer;margin-left: 1%;text-align: center;justify-content: center;}
header [data-role="modal@register"] i{margin-left:10%;}
#fancyCotization{width:50%;}

/* @ */
header nav menu{
    display:flex;
    min-width: 50%;
    justify-content: flex-end;
    margin-top: 0;
    margin-top: 12px;
}
header nav menu a{
    color:white !important;
    font-family: "Montserrat Light";
    font-size: 14px;
    margin-left: 34px;
    white-space: nowrap;
}
header nav menu button{display:none;}

/* @ */
header [data-role="fullscreen"] {
    display:none;
    background-image: url('../img/bc-menu-mobile.svg');
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: 340px auto;
    background-position: center top;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    text-align: center;
    z-index: 999;
}
header [data-role="fullscreen"].active {
    display: block;
}
/* @ Logo */
header [data-role="fullscreen"] > button {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background-color: transparent;
    color: #F39224;
    font-family: "Roboto";
    padding: 2px 4px;
    cursor: pointer;
    opacity: 1;
    font-size: 34px;
    font-weight: normal;
    border-radius: 100px;
}

header [data-role="fullscreen"] > button:hover,
header [data-role="fullscreen"] > button:focus {
    background-color: rgba(243, 146, 36, 0.3);
    color: #F39224;
}

header [data-role="fullscreen"] > a {
    display: flex;
    background: transparent;
    margin: 0;
    width: 96px;
    height: 96px;
    margin: auto;
    margin-top: 40px;
}

header [data-role="fullscreen"] > a img {
    height: 100%;
    object-fit: contain;
}

header [data-role] > .container-items {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

header [data-role="fullscreen"] > .container-items ul {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin: auto 0;
    margin-bottom: 40px
}

header [data-role="fullscreen"] > .container-items ul li {
    display: block;
    color: #333;
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
}

header [data-role="fullscreen"] > .container-items ul li:last-child {
    margin-bottom: 0;
}

header [data-role="fullscreen"] > .container-items ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-family: "Montserrat";
    cursor: pointer;
    padding: 0;
    padding-top: 4px;
    padding-left: 25%;
    background: linear-gradient(180deg, #F5A94E 0%, #F1851F 100%);
    box-shadow: 0px 5px 6px #00000029;
    border-radius: 24px;
    margin: 0;
}

header [data-role="fullscreen"] > .container-items ul li img {
    height: 48px;
    object-fit: contain;
    /* width: 30px;
    padding: 2px;
    margin-right: 0.5rem;
    background: linear-gradient(180deg, #F5A94E 0%, #F1851F 100%);
    box-shadow: 0px 4px 6px #363636;
    border-radius: 24px */
}

header [data-role="tabs-nav"] {
    display: inline-flex;
}

header [data-role="tabs-nav"] .link-header {
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 18px;
}

header [data-role="tabs-nav"] .link-carrito {
    margin-left: 6px;
}

header [data-role="tabs-nav"] .link-header span {
    margin-left: 5px;
}


header .dropdown-menu-mobile {
    box-shadow: 0px 3px 6px #00000029;
    background: #F1851F 0% 0% no-repeat padding-box;
    width: 100%;
    top: 98%
}

header .dropdown-menu-mobile .dropdown-item {
    color: white;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
}

header .dropdown-menu-mobile .dropdown-item:active,
header .dropdown-menu-mobile .dropdown-item:focus,
header .dropdown-menu-mobile .dropdown-item:hover {
    background: transparent linear-gradient(180deg, #f5a94e 0%, #f1851f 100%) 0% 0% no-repeat padding-box;
}

header .dropdown-menu-mobile .dropdown-item img {
    width: 20px;
    height: 18px;
    object-fit: contain;
    margin-right: 6px;
}

#preloader{
    display:flex;
    background: #f9a543;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    position:fixed;
    flex-wrap:wrap;
    top:0;
    left:0;
    z-index:9999999991;
    flex-direction: column;
}
#preloader h1{
    display:block;
    color:white;
    width:90%;
    font-family:"Montserrat";
    font-size:2rem;
    text-align:center;
    margin: 0;
}
#preloader img{
    display: block;
    max-width:100px;
    margin: 2.5% 0%;
    -webkit-animation-name: Palpito;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-name: Palpito;
    animation-delay: 0s;
    animation-duration: 1s;
    position: relative;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
#preloader p{
    display:block;
    color:white;
    width:90%;
    font-family: "Roboto";
    font-size: 1.5rem;
    text-align:center;
    margin: 0;
    padding:1% 5%;
}

/* @ */
footer {
    background: #707070;
    padding-top: 65px;
    font-family: "Montserrat";
    font-size: 14px;
}
footer * {
    color: white !important;
}

footer .footer-container {
    display: flex;
    padding: 0 65px;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .footer-container section:not(:last-child) {
    margin-right: 16px;
}

footer section h1 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 32px;
}

footer [data-role="aboutus"] {
    flex-basis: 30%;
}

footer [data-role="aboutus"] p {
    margin-bottom: 5.5%;
}
footer [data-role="aboutus"] ul {
    display:flex;
}
footer [data-role="aboutus"] ul li {
    display:block;
    margin:0% 2%;
}
footer [data-role="aboutus"] ul li:first-child {
    margin-left:0%
}

footer [data-role="links"] {
    flex-basis: 15%;
}
footer [data-role="links"] h1 {
    display: flex;
    width: 100%;
}
footer [data-role="links"] ul {
    display:flex;
    flex-wrap:wrap;
}
footer [data-role="links"] ul li {
    display:block;
    flex-basis: 100%;
    padding: 2.5% 0%;
    padding-top: 0px;
}

footer [data-role="contact"] {
    flex-basis: 15%;
}

footer [data-role="contact"] h2 {
    font-size:100%;
}
footer [data-role="contact"] p {
    font-size:100%;
    margin-bottom:5%;
}

footer [data-role="suscribe"] {
    flex-basis: 20%;
}
footer [data-role="suscribe"] form {
    display:flex;
    border-radius:20px;
    overflow:hidden;
    padding:1% 2%;
    flex-wrap:wrap;
    justify-content:space-between;
}
footer [data-role="suscribe"] form input {
    display: inline-block;
    background: transparent;
    -webkit-appearance: inherit;
    color: #000000 !important;
    width: 88%;
    font-size: 0.75rem;
    vertical-align: middle;
}
footer [data-role="suscribe"] form button {
    display: inline-block;
    background:transparent;
    color: #888;
    cursor: pointer;
    -webkit-appearance: inherit;
    vertical-align: middle;
    font-size: 0.9rem;
}
footer [data-role="suscribe"] form fieldset {
    display: block;
    background:white;
    width: 80%;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 3% 7%;
    border-radius: 50px;
    box-sizing: content-box;
    position:relative;
    border: 0px;
}
footer [data-role="suscribe"] form output {
    display:none;
    background: #e56610;
    color: white;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
    overflow:hidden;
    z-index: 2;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-size: 0.75rem;
}
footer [data-role="suscribe"] form output.active {
    display: flex;
}
footer [data-role="suscribe"] form ul {
    display:none;
    flex-basis:100%;
    justify-content:space-around;
    margin-bottom:2.5%;
}
footer [data-role="suscribe"] form ul li {
    display:block;
}

footer [data-role="suscribe"] p::before {
    display:block;
    width: 100%;
    content:" ";
    border-top:2px solid #C1C1C1;
    margin-bottom:5%;
}
footer [data-role="suscribe"] p {
    display:block;
    width: 100%;
    margin-top:5%;
    margin-left: 0%;
}

footer [data-role="suscribe"] p[data-role="afip"] {
    display: block !important;
    background: white;
    width: 68%;
    font-family: "Montserrat";
    border-radius: 50px;
    padding: 7% 12%;
    text-align: center;
    margin: 20px 2px 0 6px;
    color: #404040;
    font-size: 140%;
}

footer [data-role="suscribe"] p[data-role="afip"]::before {
    border-top: 0;
    margin-bottom: 0;
}

footer [data-role="suscribe"] .dots-container {
    padding: 0 32px;
    justify-content: space-evenly;
    margin: 24px 0;
    display: none;
}

footer [data-role="aboutus"] .dots-container {
    padding: 0 32px;
    justify-content: space-evenly;
    margin: 24px 0;
    display: flex;
}

footer [data-role="suscribe"] .dots-container div {
    width: 21px;
    height: 21px;
    background: white;
    border-radius: 100%;
}

/* @ */
footer [data-role="copyright"] {
    display:flex;
    background: #3C3C3C;
    flex-basis:100%;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
    margin-top: 16px;
}

footer [data-role="copyright"] p {
    margin-bottom: 0;
}

footer [data-role="copyright"] [data-role="links"] {
    flex-basis: 65%;
}

footer [data-role="copyright"] [data-role="links"] a {
    padding: 0 16px;
}

footer [data-role="copyright"] [data-role="links"] a:not(:last-child) {
    border-right: 1px solid white;
}


.afip {
    text-align: right;
}





/* */
[data-role="privacy"],
[data-role="termsAndConditions"] {max-width:50%;max-height:87.55%;overflow-y:scroll;}
[data-role="privacy"] h1,
[data-role="termsAndConditions"] h1{color:#e56610;font-family:"Montserrat";font-size:1.75rem;margin-bottom:25px;}
[data-role="privacy"] h2,
[data-role="termsAndConditions"] h2{color: #333;font-family:"Montserrat";font-size:1.25rem;margin-bottom:5px;}
[data-role="privacy"] p,
[data-role="termsAndConditions"] p{color: #666;font-family: "Roboto";font-size:1rem;margin-bottom:20px;}




@media (max-width:1440px){

    /* @ Header */
    /* @ Header > Nav Right */
    header [data-role="search"]{width: 60%;}
    header [data-role="links"]{width:24%;}
    #fancyCotization{width:60%;max-height:400px;}

    header [data-role="category"] > a{
        padding: 10px 16px;
    }

    
    /* @ ====== Slide */
    main [data-role="slide"] [data-role="item"]{
        min-height: 366px !important;
        height: 366px !important;
    }

    /* @ ===== Categorys.Products */
    /* main [data-role="categorys@products"]{padding-bottom: 0% !important;margin-bottom: 0% !important;}
    main [data-role="categorys@products"] h1{margin:2%;}
    main [data-role="categorys@products"] a{margin-bottom: 2% !important;padding:1% 3% !important;}
    main [data-role="categorys@products"] a[data-role="vertodos"]{margin-top: 2% !important; margin-bottom: 0px !important;}
    main [data-role="categorys@products"] ul{width: 70% !important;margin-left: 15% !important;margin-bottom: 0% !important;}
    main [data-role="categorys@products"] ul li{flex-basis:16% !important;} */

    /* @ ===== Categorys.Services */
    main [data-role="categorys@services"]{padding-bottom: 0% !important;margin-bottom: 0% !important;}
    main [data-role="categorys@services"] h1{margin:2%;}
    main [data-role="categorys@services"] a{margin-bottom: 2% !important;padding:1% 3% !important;}
    
    main [data-role="categorys@services"] ul{width: 70% !important;margin-left: 15% !important;margin-bottom: 0% !important;}
    main [data-role="categorys@services"] ul li{flex-basis:16% !important;}

    /* @ ===== Partners */
    main [data-role="paterns"] h1{margin-bottom:2.5% !important;}
    main [data-role="paterns"] button{width: 48px;height: 48px;}
    main [data-role="paterns"] button[data-role="slide@prev"]{left:-76px !important;}
    main [data-role="paterns"] button[data-role="slide@next"]{right:-76px !important;}
    main [data-role="paterns"] ul{width: 70% !important;margin-left: 15% !important;}
    main [data-role="paterns"] button{top:30% !important;}
    /* @ ====== Products */
    /* main [data-role="highlight"] h1{font-size:102% !important;}
    main [data-role="highlight"] div[data-role="stars"] i{font-size:120% !important;}
    main [data-role="highlight"] [data-role="item"] menu span > *{font-size: 0.95rem !important;}
    main [data-role="highlight"] [data-role="item"] menu sub{font-size:100% !important;padding: 3% 5% !important;padding-top: 0% !important;}
    main [data-role="highlight"] ul h1{font-size:0.75rem !important;min-height: 35px !important;} */

    /* @ ====== Cards*/
    main [data-role="cards"] [data-role="container"] [data-role="frontface"] h1{font-size:225% !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] h1{font-size:200% !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] h3{font-size:95% !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] p{font-size:90% !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] button{font-size:90% !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] a{font-size:90% !important;}

    /* @ ====== Pie de pagina */
    /* footer [data-role="aboutus"] p {font-size:90%;}
    footer [data-role="links"] ul li a{font-size:90%;}
    footer [data-role="contact"] h2{font-size:100%;}
    footer [data-role="contact"] p{font-size:85%;}
    footer [data-role="suscribe"] p{font-size:85%;}
    footer [data-role="suscribe"] form input{font-size:0.60rem;}
    footer [data-role="copyright"] p{font-size:85%;}
    footer [data-role="copyright"] div{flex-basis:25%;}
    footer [data-role="copyright"] a{font-size:85%;} */

    [data-role="privacy"],
    [data-role="termsAndConditions"]{max-width:1000px;}
}

@media (max-width:1366px){

    #fancyCotization{width:60%;}

    /* @ ====== Slide */
    main [data-role="slide"] [data-role="item"]{
        min-height: 366px !important;
        height: 366px !important;
    }
    
    /* @ ====== */
    /* main [data-role="highlight"] ul h1{font-size:0.75;} */

}

@media (max-width: 1280px){


    /* @ */
    main [data-role="slide"] [data-role="item"]{
        min-height: 366px !important;
        height: 366px !important;
    }
    main [data-role="slide"] > button{display:block !important;}
 
    /* main [data-role="highlight"] ul h1{min-height:62px !important;} */

    [data-role="privacy"],
    [data-role="termsAndConditions"]{max-width:950px;}

}


@media (max-width: 1024px){

    /* @ Header */
    header nav menu{min-width: 50px;}
    #fancyCotization{width:80%;}
    header [data-role="top"]{flex-basis: 90%;}
    /* @ Header > Nav Right */
    header [data-role="search"]{width: 60%;}
        /* @ */
        header menu a{font-size:90%}
        /* @ */
        header [data-role="modal@register"]{padding: 10px 2.5%;margin-left:2% !important;}
        /* @ */
        header [data-role="category"]{flex-basis:15%;padding-top: 0% !important;}
        /* @ */
        header [data-role="links"]{flex-basis:27.5%;}

    /* @ */
    main [data-role="slide"] [data-role="item"]{
        min-height: 366px !important;
        height: 366px !important;
    }
    main [data-role="slide"] > button{display:none !important;}

    /* @ ===== Categorys.Products */
    /* main [data-role="categorys@products"]{padding-top: 0% !important;}
    main [data-role="categorys@products"] h1{margin:2%;margin-bottom: 0%;margin-bottom: 0% !important;}
	main [data-role="categorys@products"] ul{flex-basis:90%;width: 80% !important;margin-left: 10% !important;}
    main [data-role="categorys@products"] ul li{flex-basis: 17% !important;}
    main [data-role="categorys@products"] ul li figure{background-size: auto 60% !important;}
    main [data-role="categorys@products"] a{padding: 1.5% 4% !important;margin-top: 0% !important;}
    main [data-role="categorys@products"] button{top: 40% !important;}
    main [data-role="categorys@products"] button[data-role="slide@next"]{left: inherit !important;} */

    /* @ ===== Categorys.Services */
    main [data-role="categorys@services"]{padding-top: 0% !important;}
    main [data-role="categorys@services"] h1{margin:2%;margin-bottom: 0%;margin-bottom: 0% !important;}
	main [data-role="categorys@services"] ul{flex-basis:90%;width: 80% !important;margin-left: 10% !important;}
    main [data-role="categorys@services"] ul li{flex-basis: 17% !important;}
    main [data-role="categorys@services"] ul li figure{background-size: auto 60% !important;}
    main [data-role="categorys@services"] a{padding: 1.5% 4% !important;margin-top: 0% !important;}
    main [data-role="categorys@services"] button{top: 40% !important;}
    main [data-role="categorys@services"] button[data-role="slide@next"]{left: inherit !important;}

    /* @ ===== Partners */
    main [data-role="paterns"] ul{width:90% !important;margin-left:5% !important;}
    main [data-role="paterns"] h1{margin-bottom:2.5% !important;}
    /* @ ====== Products */
    /* main [data-role="highlight"]{padding:5% 0% !important;}
    main [data-role="highlight"] h1{font-size:102% !important;}
    main [data-role="highlight"] ul{width:90% !important;margin-left:5% !important;}
    main [data-role="highlight"] ul h1{min-height: 35px !important;}
    main [data-role="highlight"] ul [data-role="item"]{flex-basis:33% !important;}
    main [data-role="highlight"] div[data-role="stars"] i{font-size:120% !important;}
    main [data-role="highlight"] [data-role="item"] menu span > *{font-size: 0.8rem !important;}
    main [data-role="highlight"] [data-role="item"] menu sub{font-size:100% !important;padding: 3% 5% !important;padding-top: 0% !important;} */

   /* @ ====== actions@kripo */
   /* main [data-role="actions@kripto"] ul{flex-basis:90%;width: 80% !important;margin-left: 10% !important;} */

    /* @ ====== Ads*/
    main [data-role="ads"]{padding:0% !important;}
    main [data-role="ads"] img{max-width: 100% !important;}

    /* @ ====== Cards*/
    main [data-role="cards"] [data-role="container"] [data-role="frontface"] h1{font-size: 175% !important;}
    /* @ */
    main [data-role="cards"] [data-role="container"] [data-role="backface"] p{font-size:125% !important;}
    /* @ */
    main [data-role="cards"] [data-role="container"]{flex-basis: 100% !important;height: 100vh !important;}

    /* @ ====== Pie de pagina */
   
    /* footer [data-role="suscribe"] form fieldset{padding:2% 4%;} */

    /* @ */
    /* footer [data-role="aboutus"]{margin-bottom:2.5%;}
    footer [data-role="aboutus"] h1{margin-bottom:2.5%;}
    footer [data-role="aboutus"] p{margin-bottom:1%;}
    footer [data-role="aboutus"] ul{margin-top:5%;} */
    /* @ */
    /* footer [data-role="copyright"]{margin-bottom:0;flex-basis: 100% !important;}
    footer [data-role="copyright"] h1{margin-bottom:2.5%;} */
    /* @ */
    /* footer [data-role="contact"]{margin-bottom:0;}
    footer [data-role="contact"] h1{margin-bottom:2.5%;} */
    /* @ */
    /* footer [data-role="suscribe"]{margin-bottom:0;}
    footer [data-role="suscribe"] h1{margin-bottom:2.5%;} */

    footer [data-role="suscribe"] p[data-role="afip"] {
        width: 62%;
        padding: 5% 12%;
        margin: 20px 2px 0 11px;
    }
    /* @ */
    /* footer [data-role="links"]{margin-bottom:2.5% !important;}
    footer [data-role="links"] h1{margin-bottom:2.5%;} */
    /* @ */
    /* footer [data-role="copyright"] div{
        flex-basis:33%;
        margin-bottom: 0% !important;
    } */


}

@media (max-width: 800px){
    
    /* @ ====== Slide */
    main [data-role="slide"] [data-role="item"]{
        min-height: 261px !important;
        height: 261px !important;
    }

    /* main [data-role="highlight"] ul h1{} */

    [data-role="privacy"],
    [data-role="termsAndConditions"]{max-width:90%;}
    [data-role="privacy"] h1,
    [data-role="termsAndConditions"] h1{font-size:1.25rem;margin-bottom: 15px;}
    [data-role="privacy"] h2,
    [data-role="termsAndConditions"] h2{font-size:1rem;}
    [data-role="privacy"] p,
    [data-role="termsAndConditions"] p{font-size:0.8rem;}

    /* @ */
    /* main [data-role="actions@kripto"] ul [data-role="item"] [data-role="back"] p{ font-size: 74% !important; } */
}


@media (max-width: 768px){

    /* @ */
    header{padding:11px 20px;}
    header [data-role="top"]{flex-basis: 90%;}
    header [data-role="search"]{
        width: 60%; 
        margin-right: 0%;
        flex: 1;
    }
    header [data-role="category"]{
        margin-right: 0%; 
        min-width: 90px;
        height: auto;
    }

    header [data-role="category"] + [data-role="category"] {
        border-left: 1px solid white;
    }

    header [data-role="category"] a.button-category{
        padding: 0px !important;
        font-size: 10px;
        width: 100%;
        background-color: transparent;
    } 
    header [data-role="links"]{display:none;}
    header [data-role="modal@register"]{padding: 7px 20px;align-items: center;height: 21px;margin-top: 2%;margin-left: 0%;}
    header > a figure {
        width: 59px;
        height: 59px;
    }
   

    /* @ */
    /* @ */
    main [data-role="slide"] [data-role="item"]{
        min-height: 261px !important;
        height: 261px !important;
    }
    main [data-role="slide"] [data-role="item"] .slide_desktop{display:none !important;}
    main [data-role="slide"] [data-role="item"] .slide_mobile{display:block !important;}
    main [data-role="slide"] > button{display:none !important;}

    /* @ */
    /* main [data-role="categorys@products"]{min-height: !important;}
    main [data-role="categorys@products"] button{top: 35% !important; display: none !important;}
    main [data-role="categorys@products"] h1{margin:0% !important;margin-top:2.5% !important;margin-bottom: 2.5% !important;line-height:125%;}
    main [data-role="categorys@products"] ul{margin:0 auto !important;width: -webkit-calc(100% - 120px) !important;width: calc(100% - 132px) !important;}
    main [data-role="categorys@products"] ul li figure{padding-top:70% !important;} */
    
    /* @ */
    main [data-role="categorys@services"]{min-height: !important;}
    main [data-role="categorys@services"] button{top: 35% !important}
    main [data-role="categorys@services"] h1{margin:0% !important;margin-top:2.5% !important;line-height:125%;}
    main [data-role="categorys@services"] ul{margin:0 auto !important;width: -webkit-calc(100% - 120px) !important;width: calc(100% - 132px) !important;}
    main [data-role="categorys@services"] ul li figure{padding-top:70% !important;}

    /* main [data-role="actions@kripto"] button{top: 35% !important; display: none !important;} */
    /* */
    main [data-role="paterns"]{min-height:25vh;}

    /* @ */
    /* main [data-role="highlight"] ul [data-role="item"]{flex-basis:48% !important;} */

    /* @ */
    main [data-role="cards"] [data-role="container"]{flex-basis: 100% !important;}

    /* @ */
    /* footer [data-role="links"]{margin-bottom:0% !important;} */
    /* footer [data-role="links"] h1{margin-bottom:2.5%;} */
    /* footer [data-role="suscribe"] { padding: 0 5px; } */
    /* footer [data-role="suscribe"] form input{font-size:0.65rem;} */

    /* @ */
   
    footer section h1 {
        font-size: 14px;
    }
    footer [data-role="aboutus"] {
        display: none;
    }

    footer [data-role="links"],
    footer [data-role="contact"] {
        flex-basis: 40%;
    }

    footer [data-role="suscribe"] {
        flex-basis: 100%;
        margin-top: 16px;
    }

    footer [data-role="suscribe"] h1 {
        margin-bottom: 8px;
    }

    footer [data-role="suscribe"] form fieldset {
        padding: 8px 16px;
        width: 100%;
    }

    footer [data-role="suscribe"] p {
        margin-top: 8px;
    }

    footer [data-role="suscribe"] p::before {
        margin-bottom: 8px;
    }

    footer [data-role="suscribe"] .dots-container {
        display: flex;
    }

    footer [data-role="copyright"] {
        flex-direction: column;
        text-align: center;
    }
    footer [data-role="copyright"] p {
        margin-bottom: 10px;
    }

    footer [data-role="copyright"] [data-role="links"] {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }

    footer [data-role="copyright"] [data-role="links"] a {
        padding: 0 16px;
    }
    
    footer [data-role="copyright"] [data-role="links"] a:not(:last-child) {
        border-right: 0;
    }
}

@media (max-width:426px){

    /* @ */
    header{padding:18px 20px; min-height: 103px;}
    header nav menu { min-width: auto; }
    
    header [data-role="top"]{flex-basis: 80%; margin-right: 0;}

    header [data-role="search"]{width: 94%; flex: auto; height: 35px;}
    
    header [data-role="modal@register"]{width:auto !important;margin-left: 0% !important;padding: 8px 20px;font-size: 50%;height: 16px;}
    
    header [data-role="tabs-nav"] {
        margin-top: 12px;
    }
    
    header [data-role="tabs-nav"] .link-header:not(.link-carrito) span {
        display: none;
    }
    
    header [data-role="tabs-nav"] .link-carrito span {
        display: none;
    }
    
    header nav menu a{display:none;}
    header nav menu button{
        display:block !important;
        background: transparent;
        color:white;
        height: auto;
        width: auto;
        line-height:0;
        font-size: 2rem;
        position:relative;
        cursor: pointer;
    }
    
    header > a figure {
        width: 56px;
        height: 56px;
    }

    /* @ */
    main [data-role="slide"] [data-role="item"]{
        min-height: 231px !important;
        height: 231px !important;
    }
    main [data-role="slide"] [data-role="item"] .slide_desktop{display:none !important;}
    main [data-role="slide"] [data-role="item"] .slide_mobile{display:block !important;}
    
    
    
    /* @ */
    /* main [data-role="categorys@products"] h1{margin: 0% !important;margin-top: 5% !important;font-size: 1.5rem !important;}
    main [data-role="categorys@products"] ul{margin: 0% !important;width: 100% !important;margin-left: 0% !important;}
    main [data-role="categorys@products"] ul li figure{background-size: auto 60% !important;padding-top: 100% !important;margin: 0% 94px !important;}
    main [data-role="categorys@products"] ul li figure figcaption{margin-bottom: 5% !important;font-size: 0.80rem;}
    main [data-role="categorys@products"] button{width:45px !important;height:45px !important;font-size:0.5rem;}
    main [data-role="categorys@products"] button[data-role="slide@prev"]{left: 5px !important;top: 40% !important;}
    main [data-role="categorys@products"] button[data-role="slide@next"]{right: 5px !important;top: 40% !important;}
    main [data-role="categorys@products"] > a{padding:3% 7% !important;}
    main [data-role="categorys@products"] a[data-role="vertodos"]{margin-top: 10% !important;font-size: 70% !important;} */

    /* @ */
    /* main [data-role="actions@kripto"] h1{margin: 0% !important;margin-top: 5% !important;font-size: 1.5rem !important;}
    main [data-role="actions@kripto"] ul{margin: 0% !important;width: 100% !important;margin-top: 1% !important;}
    main [data-role="actions@kripto"] button{width:45px !important;height:45px !important;font-size:0.5rem;}
    main [data-role="actions@kripto"] button[data-role="slide@prev"]{left: 5px !important;top: 40% !important;}
    main [data-role="actions@kripto"] button[data-role="slide@next"]{right: 5px !important;top: 40% !important;}
    main [data-role="actions@kripto"] ul [data-role="item"] figure{width: 73% !important; padding: 26% 0% !important; margin: 1em 40px !important; margin-left: 14% !important}
    main [data-role="actions@kripto"] ul [data-role="item"] [data-role="back"]{width:73% !important;height:88% !important;top:6% !important;left:14% !important;}
    main [data-role="actions@kripto"] ul [data-role="item"] [data-role="back"] p{font-size:78% !important} */
      

    /* @ */
    main [data-role="categorys@services"] h1{margin: 0% !important;margin-top: 5% !important;font-size: 1.5rem !important;}
    main [data-role="categorys@services"] ul{margin: 0% !important;width: 100% !important;margin-left: 0% !important;}
    main [data-role="categorys@services"] ul li figure{background-size: auto 60% !important;padding-top: 100% !important;margin: 0% 94px !important;}
    main [data-role="categorys@services"] ul li figure figcaption{margin-bottom: 5% !important;font-size: 0.80rem;}
    main [data-role="categorys@services"] button{width:45px !important;height:45px !important;font-size:0.5rem;}
    main [data-role="categorys@services"] button[data-role="slide@prev"]{left: 5px !important;top: 40% !important;}
    main [data-role="categorys@services"] button[data-role="slide@next"]{right: 5px !important;top: 40% !important;}
    main [data-role="categorys@services"] > a{padding:3% 7% !important;}
    main [data-role="categorys@services"] a{
    margin: 0px !important;
}
    /* @ */
    main [data-role="categorys@services"] > a{font-size:90%;padding:12px 30px !important;margin: 5% auto !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] p{font-size:100% !important;}
    main [data-role="cards"] [data-role="container"] [data-role="backface"] h3{width:80%;}

    /* @ */

    /* @ */

    footer {
        padding-top: 30px;
        font-size: 12px;
    }

    footer .footer-container {
        padding: 0 30px;
    }
    footer [data-role="contact"] {
        margin-right: 0 !important;
    }

    footer [data-role="suscribe"] p[data-role="afip"] {
        width: 74%;
        padding: 4% 12%;
        margin: 20px 0px 0 6px;
        font-size: 120%;
    }

    footer [data-role="copyright"] {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    /* @ */

    .afip {
        padding: 0 2%;
    }
}
@media(max-width:375px){

    header [data-role="category"]{
        min-width: 80px;
    }
    
    header [data-role="top"]{flex-basis: 75%; margin-right: 0;}

    /* @ ====== Slide */
    main [data-role="slide"] [data-role="item"]{
        min-height: 231px !important;
        height: 231px !important;
    }

    /* main [data-role="categorys@products"] ul li figure{padding-top:100px !important;} */
    main [data-role="categorys@services"] ul li figure{padding-top:100px !important;}
    /* main [data-role="categorys@products"] ul li figure figcaption{margin-top:25px;} */
    main [data-role="categorys@services"] ul li figure figcaption{margin-top:25px;}

    /* main [data-role="categorys@products"] button[data-role="slide@next"]{right: 5px !important;top: 35% !important;width: 32px !important;height: 32px !important;} */
    main [data-role="categorys@services"] button[data-role="slide@next"]{right: 5px !important;top: 35% !important;width: 32px !important;height: 32px !important;}
    /* main [data-role="categorys@products"] button[data-role="slide@prev"]{left: 5px !important;top: 35% !important;width: 32px !important;height: 32px !important;} */
    main [data-role="categorys@services"] button[data-role="slide@prev"]{left: 5px !important;top: 35% !important;width: 32px !important;height: 32px !important;}

    /* main [data-role="actions@kripto"] button[data-role="slide@prev"]{top: 43% !important; width: 32px !important; height: 32px !important;}
    main [data-role="actions@kripto"] button[data-role="slide@next"]{top: 43% !important; width: 32px !important; height: 32px !important;} */

    /* header nav menu button{margin-top:10px;} */

    /* main [data-role="categorys@products"] ul{
        width: 100%;
    } */
    /* main [data-role="categorys@products"] div.slick-list{
        width: -webkit-calc( 100% - 10px );
        width: calc( 100% - 92px );
        margin: 0px 52px;
        padding: 0 !important;
    } */

    main [data-role="categorys@services"] ul{
        width: 100%;
    }
    main [data-role="categorys@services"] div.slick-list{
        width: -webkit-calc( 100% - 10px );
        width: calc( 100% - 92px );
        margin: 0px 52px;
        padding: 0 !important;
    }


}

@media(max-width:360px){

    /* @ */
    main [data-role="slide"] [data-role="item"]{
        min-height: 231px !important;
        height: 231px !important;
    }
    main [data-role="slide"] [data-role="item"] .slide_desktop{display:none !important;}
    main [data-role="slide"] [data-role="item"] .slide_mobile{display:block !important;}

    header [data-role="category"]{margin-left: 0% !important;padding: 0px !important;}
    header [data-role="category"] a{padding: 8px 20px !important;font-size: 10px !important;box-sizing:content-box;width: 55px;overflow:hidden;}
    header [data-role="search"]{width: 94% !important;}

    header [data-role="modal@register"]{padding-right: 18px !important;font-size: 0.5rem;height: 12px;}

    /* main [data-role="categorys@products"] ul li{
        margin: 0% !important;
        padding-right: 20px;
        margin-left: -15px !important;
    } */
    /* main [data-role="categorys@products"] ul li figure{
        padding-top: 75% !important;
    } */
    main [data-role="categorys@services"] ul li{
        margin: 0% !important;
        padding-right: 20px;
        margin-left: -30px !important;
    }
    main [data-role="categorys@services"] ul li figure{
        padding-top: 75% !important;
    }

    /* main [data-role="categorys@products"]{padding-top:5% !important;min-height: 30vh;}
    main [data-role="categorys@products"] h1{line-height:120% !important;} */
    main [data-role="categorys@services"]{min-height:30vh !important;}
    main [data-role="categorys@services"] h1{line-height:120% !important;}
    
    /* @ */
    
}

@media (max-width:320px){

    
    /* */
    /* main [data-role="categorys@products"] h1{font-size: 1.2rem !important;}
    main [data-role="categorys@products"] ul li figure figcaption{font-size:0.6rem;margin-top:30px;} */
    main [data-role="categorys@services"] ul li figure figcaption{font-size:0.6rem;margin-top:30px;}

    /* */
    /* main [data-role="categorys@products"] button[data-role="slide@prev"]{left: 5px !important;width: 32px !important;top: 35% !important;height: 32px !important;} */
    main [data-role="categorys@services"] button[data-role="slide@prev"]{left: 5px !important;width: 32px !important;top: 35% !important;height: 32px !important;}

    /* main [data-role="actions@kripto"] h1{font-size: 1.2rem !important;}
    main [data-role="actions@kripto"] ul [data-role="item"] [data-role="back"] p{font-size:66% !important} */

    /* header [data-role="search"]{margin-bottom:5px;} */
    header [data-role="category"]{margin-top:0px;}
    /* header nav menu button{margin-top:10px;} */
    #fancyCotization{width:98%;}

    /* */
    footer [data-role="links"],
    footer [data-role="contact"] {
        flex-basis: 30%;
    }
}
