body {
    background-color: #fcfcfc;
    font-family: "Work Sans";
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #66cccc;
    font-family: "Work Sans";
}

h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #0A0A0A;
}

button:focus {
    outline: 0;
    outline: 0;
}

:focus {
    outline: 0;
}

.site-header {
    background: #3A93B8 url(../imgs/bg-siteheader.png) no-repeat;
    background-size: cover;
}

.page-home .site-header {
    min-height: 400px;
}

a.navbar-brand {
    text-indent: -99999px;
    background: url(../imgs/logo.svg) no-repeat;
    background-size: contain;
    height: 60px;
    width: 269px;
    margin-right: 3rem;
}

nav.navbar.navbar-expand-lg {
    color: #fff;
    font-weight: 400;
    padding: 13px 20px;
    max-width: 1366px;
    margin: 0 auto;
}

.navbar-nav.ml-auto.site-nav {
    align-items: center;
    margin-right: 3em;
}

.navbar-dark .navbar-nav.site-nav .nav-link {
    color: #FFF;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.312px;
}

a.nav-link {
    color: #333;
    font-family: "Work Sans";
}

ul.navbar-nav.mr-auto {
    margin-top: 12px;
    margin-left: 40px;
    font-family: "Work Sans";
}

.navbar-dark .navbar-toggler-icon {
    background: url("../imgs/icon-menu-mobile.svg") no-repeat center;
}

.shop {
    background: url(../imgs/cart.svg) no-repeat;
    background-size: 28px;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: inline-block;
    background-position: center;
    vertical-align: middle;
}

ul.lang {
    display: inline-block;
    vertical-align: middle;
}

ul.lang li {
    display: inline-block;
    color: #d1edf5;
    font-size: 12px;
    font-family: "Work Sans";
}

ul.lang li a {
    color: #d1edf5;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #c41230;
    box-shadow: 0 0 3px #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    position: relative;
    left: -13px;
    top: -9px;
    font-size: 11px;
}

span.badge.mrItems {
    aspect-ratio: 1 / 1;
    width: 20px;
    height: 20px;
    display: grid;
    align-items: center;
}

span.badge.mrItems {
    top: -20px;
    left: 27px;
}

ul.lang li:after {
    content: " / ";
    margin-left: 2px;
}

ul.lang li:last-child:after {
    content: " ";
}

.dropdown-menu {
    color: #01b6dd;
    border: 0;
    border-radius: 10px;
    background: #0A0A0A;
    box-shadow: 2px 4px 9px 0 rgba(54, 65, 83, 0.12);
}

.dropdown-toggle::after {
    font-size: 12px;
}

.dropdown-menu a {
    color: #EFF6FF;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 208.333% */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #6CC;
    text-decoration: none;
    background-color: rgb(102 204 204 / 7%);
}

.site-nav .btn.btn-outline-light {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    width: 160px;
    border-width: 2px;
    border-radius: 8px;
}

.site-nav .btn.btn-outline-light:hover {
    color: #3A93B8;
}

.intro-text {
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 113%;
    text-align: center;
    color: #ffffff;
    margin: 70px auto 35px;
}

.intro-text p {
    margin-bottom: 0;
}

.intro-text strong {
    font-weight: 600;
}

.searchForm {
    margin: 20px auto 0;
    max-width: 585px;
    padding-bottom: 50px;
}

.page-home .searchForm {
    padding-bottom: 0;
}

.form-control {
    /*display: inline-block;
    width: 83%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.25;
    font-size: 15px;
    color: #333;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d1edf5;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
}

.btn-outline-success {
    color: #d1edf5;
    background-color: transparent;
    background-image: none;
    border-color: #d1edf5;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-size: 12px;
    border-radius: 0;
    display: inline-block;
}

.btn-outline-success:hover {
    color: #333;
    background-color: #d1edf5;
    border-color: #d1edf5;
    font-weight: 700;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d1edf5;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d1edf5;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #d1edf5;
}

.form-control.input-search {
    width: 520px;
    background: white url(../imgs/icon-search.svg) no-repeat 20px center;
    border-radius: 8px;
    height: 44px;
    padding-left: 50px;
    border-width: 0;
    color: rgba(54, 65, 83, 0.50);
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
    background-size: 16px;
}

.btn.btn-search {
    background: white;
    border-radius: 8px;
    height: 44px;
    width: 130px;
    margin-left: 5px;
    color: #3A93B8;
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.312px;
}

.carousel-caption {
    background: rgb(1, 182, 220);
    background: -moz-linear-gradient(45deg, rgba(1, 182, 220, 1) 0%, rgba(0, 174, 143, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(1, 182, 220, 1) 0%, rgba(0, 174, 143, 1) 100%);
    background: linear-gradient(45deg, rgba(1, 182, 220, 1) 0%, rgba(0, 174, 143, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b6dc', endColorstr='#00ae8f', GradientType=1);
    position: absolute;
    left: 0;
    height: 100%;
    max-width: 42%;
    padding: 43px 9em;
    bottom: 0;
    text-align: left;
}

.carousel-item {
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}

.carousel-item img.w-100 {
    width: auto !important;
    height: 447px;
    position: absolute;
    right: 0;
}

.carousel-caption.d-md-block h5 {
    font-family: "Work Sans";
    font-size: 28px;
    margin-top: 3em;
}

.carousel-caption.d-md-block p {
    font-family: "Work Sans";
    font-size: 21px;
    line-height: 27px;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 1);
}

.carousel-indicators .active {
    background-color: #01b6dd;
}

.Accesos .col-md-3 {
    text-align: center;
    padding: 0 50px 50px;
    flex: 0 0 22%;
    max-width: 24%;
}

.Accesos .col-md-1 {
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 23.333333%;
    text-align: center;
    cursor: pointer;
}

.Accesos img {
    max-width: 83px;
    display: block;
    margin: 0 auto 22px;
}

.Accesos {
    padding-bottom: 63px;
}

button.btn.btn-outline-info.mx-auto,
a.btn.btn-outline-info.mx-auto {
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0;
    color: #66cccc;
    border-color: #66cccc;
    border-width: 2px;
    cursor: pointer;
    font-family: "Work Sans";
    text-align: center;
}

button.btn.btn-outline-info.mx-auto:hover,
a.btn.btn-outline-info.mx-auto:hover {
    color: #fff !important;
    background-color: #66cccc;
    border-color: #66cccc;
}

.pill-item {
    display: inline-block;
    padding: 5px 11px;
}

.pill-btn-item {
    display: flex;
    width: 265px;
    height: 60px;
    align-items: center;
    background: #ffffff;
    border: 2px solid #6fb0d0;
    box-sizing: border-box;
    box-shadow: 0px 4px 9px rgba(51, 153, 204, 0.09);
    justify-content: center;
    border-radius: 8px;
}

.pill-btn-item:hover {
    text-decoration: none;
}

.pill-btn-item img,
.slick-slide .pill-btn-item img {
    max-height: 33px;
    max-width: 33px;
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.pill-btn-item span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #303030;
}

.maincontent.container {
    max-width: 1366px;
}

.Destacados h2,
.Productos h2 {
    color: #66cccc;
    text-transform: uppercase;
    font-size: 19px;
    font-family: "Work Sans";
}

.slick-slide .productImg img {
    height: 163px;
}

.productBox {
    width: auto;
    padding: 0 20px 0 0;
}

.productBoxContent {
    width: 163px;
}

.productImg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 8px;
}

.Destacados h4,
.Productos h4 {
    color: #3399cc;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.Destacados p,
.Productos p {
    line-height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #828282;
    max-height: 200px;
}

.productBoxContent span,
.ribbon span {
    position: absolute;
    font-weight: 700;
    background: #fff;
    font-size: 13px;
    padding: 6px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 0 6px #000;
}

.btn-info {
    /*color: #fff;
    background-color: #66cccc;
    border-color: #66cccc;
    border-radius: 0;
    width: 100%;
    font-family: "Work Sans";
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px;
    letter-spacing: 1px;
    margin-top: 17px;*/
    background: #e9ecee;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #5a5a5a;
    border: none;
    width: 100%;
}

.Destacados .btn-info,
.productBox .btn-info {
    background: #e9ecee;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #5a5a5a;
    border: none;
}

.Destacados h2.section-title-slider {
    text-transform: none;
    margin-top: 16px;
    margin-bottom: 30px;
    color: #0A0A0A;
    text-align: center;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 113%;
    letter-spacing: -0.15px;
}

.Novedades h4.post-title-slider {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    color: #3399cc;
    position: relative;
    top: -8px;
}

.Novedades h2.section-title-slider {
    text-transform: none;
    color: #0A0A0A;
    text-align: center;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.07px;
}

.Destacados.card,
.Novedades.card {
    padding: 0 70px;
    border-radius: 10px;
    background: #EFF6FF;
}

.Destacados.card,
.Novedades.card {
    border-radius: 8px;
    border: none;
    min-height: inherit;
}

.Novedades.card {
    padding-bottom: 60px;
}

.Novedades h5.post-title-slider {
    color: #4A5565;
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
}

.news-slider .slick-slide .thumbCaption {
    padding: 16px 0;
    margin-bottom: 5px;
}

.page-home .card-default {
    max-width: 163px;
    margin-block: 5px;
    margin-inline: auto;
}

.news-slider .slick-slide .thumbnail img {
    width: 100%;
    height: auto;
}

.Novedades .author {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #828282;
}

.slick-arrow {
    width: 20px;
    background: url(../imgs/icon-arrow.svg) no-repeat center;
    height: 24px;
    display: block;
    text-indent: -9999px;
    border: none;
    position: absolute;
    top: calc(50% - 12px);
    overflow: hidden;
}

.slick-prev.slick-arrow {
    transform: rotate(180deg);
    left: 0;
}

.slick-next.slick-arrow {
    right: 0;
}

.Destacados .slick-prev.slick-arrow {
    transform: rotate(180deg);
    left: -48px;
}

.Destacados .slick-next.slick-arrow {
    right: -48px;
}

.cards-slider .slick-slide>div {
    width: 220px !important;
}

.cards-slider .col-md-2 {
    max-width: none;
    display: block !important;
    width: 200px !important;
}

.Destacados .col-md-4 {
    margin-bottom: 20px;
}

.Novedades .slick-arrow {
    bottom: -31px;
    top: inherit;
}

.Novedades .slick-dots {
    position: relative;
    bottom: -25px;
}

.slick-dots {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0;
    max-width: 170px;
}

.slick-dots li button {
    border: none;
    text-indent: -9999px;
    background-color: #c4c4c4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    padding: 0;
}

.slick-dots .slick-active button {
    background-color: #3A93B8;
}

.sponsors {
    padding: 40px 25px;
}

.sponsors img {
    padding: 0 30px;
}

.sponsors .slick-slide img {
    height: auto;
}

.page-productos .Productos .container {
    max-width: 1211px;
}

.page-productos .Productos .row.d-flex {
    margin-left: -20px;
    margin-right: -20px;
}

.page-productos .productBox {
    display: flex;
    width: 163px;
    flex-direction: column;
    padding: 0 0 60px;
    margin-left: 20px;
    margin-right: 20px;
}

.page-productos .productImg img {
    height: 163px;
}

.page-productos .section-title {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #0A0A0A;
}

.Newsletter {
    background: #3A93B8;
    color: #fff;
    padding: 13px;
    font-size: 1rem;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.15px;
}

.Newsletter a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

footer {
    background: #2D2D2D;
    color: #fff;
    padding: 30px;
}

img.logoFooter {
    max-width: 160px;
}

footer .col-md-4 p {
    color: #D1D5DC;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.15px;
}

ul.socials {
    padding-left: 0;
}

ul.socials li {
    display: inline-block;
    list-style: none;
    width: 23px;
    margin-right: 10px;
}

ul.socials li a {
    cursor: pointer;
}

ul.socials li:hover {
    opacity: 0.8;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

footer h5 {
    font-size: 12px !important;
    color: #e6e6e6;
    font-family: "Work Sans";
}

label.col-form-label {
    color: #333;
    font-size: 16px;
}

button.btn.btn-submit {
    background: #00ae8e;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    font-family: "Work Sans";
    font-size: 14px;
    cursor: pointer;
}

.legal.text-center {
    margin-top: 45px;
    color: #e6e6e6;
    font-size: 14px;
    font-family: "Work Sans";
}

footer .form-control {
    border-bottom: 1px solid #00ae8e;
    width: 100%;
}

.hvr-bubble-float-top:before {
    border-color: transparent transparent transparent transparent;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: transparent transparent #66cccc transparent;
}

.productImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.Productos {
    padding: 40px 0 0;
}

.Productos h2 {
    margin-bottom: 30px;
    /* color: #01b6dd; */
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #0A0A0A;
}

.Productos .col-md-2 {
    margin-bottom: 40px;
}

.modal-title {
    color: #333;
}

.modal-content {
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.modal-body {
    background: #fafafa;
    padding: 30px;
    padding-bottom: 50px;
}

.modal-footer {
    background: #ededed;
}

.single-item {
    margin-bottom: 30px;
    height: 216px;
    overflow: hidden;
}

.Productos .single-item {
    margin-bottom: 0;
    height: auto;
}

.Productos .carousel-item {
    height: auto;
    margin-bottom: 0;
}

#Ficha p {
    font-size: 17px;
    color: #666;
    line-height: 21px;
}

.Caracteristicas,
.Mercado,
.Tecnica,
.presentacion {
    margin-left: 0;
    margin-bottom: 30px;
}

.presentacion {
    margin-bottom: 30px;
}

ul.icosMercado li {
    display: inline-block;
    max-width: 76px;
    list-style: none;
    vertical-align: middle;
    margin-right: 20px;
}

ul.icosMercado li img {
    padding: 10px;
}

ul.icosMercado {
    margin-left: 0;
    padding-left: 0;
}

.Tecnica input.form-control {
    background: #fff;
    width: 96px;
    border-bottom: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.Tecnica .col-xs-6 {
    padding: 15px;
}

.Tecnica .col-xs-6 p {
    font-size: 13px !important;
    margin-bottom: 0;
}

h1.volumen {
    font-size: 26px;
    font-family: "Work Sans";
}

h1.volumen small {
    font-family: "Work Sans";
    font-size: 17px;
    vertical-align: middle;
}

.btn-success {
    /*color: #fff;
    background-color: #00ae8e;
    border-color: #00ae8e;
    border-radius: 0;*/
    background: #3399cc;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
}

#Ficha button.btn.btn-info {
    max-width: 49%;
    display: inline-block;
}

.btn-carrito {
    margin: 15px 0;
    width: 100%;
    font-family: "Work Sans";
}

.Productos .btn-carrito {
    margin-top: 25px;
}

.Productos .col-md-4 h1 {
    /*margin-bottom: 30px;*/
    font-family: "Work Sans";
}

span.Cart {
    background-image: url(../imgs/cart.svg);
    padding: 11px;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 7px;
    color: #5a5a5a;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: transparent;
}

.jumbotron-fluid {
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}

.jumbotron-fluid img {
    min-width: 100%;
}

.Nosotros li.nav-item {
    width: 100%;
}

.Nosotros .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-color: transparent;
    color: #01b6dd;
}

.nav-tabs .nav-link.active {
    font-family: "Work Sans";
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    font-family: "Work Sans";
}

.nav-tabs {
    border-bottom: 0;
}

.Nosotros h4 {
    color: #d7ebf3;
    text-transform: uppercase;
    font-family: "Work Sans";
    font-size: 20px;
}

.Nosotros h5 {
    color: #37c5e4;
    font-size: 15px;
    margin-bottom: 0;
}

.Nosotros .col-md-6 p {
    line-height: 1em;
    margin-top: 15px;
    margin-bottom: 30px;
}

.Nosotros {
    padding-bottom: 60px;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #ddd;
    border-color: #ddd;
    cursor: not-allowed;
}

.carousel-control-prev,
.carousel-control-next {
    height: 200px;
    top: 21%;
}

.slick-slide img {
    display: block;
    min-width: 100%;
    height: auto;
    height: 400px;
    width: auto;
}

.Productos .Caracteristicas p,
.Productos .Tecnica p {
    display: block;
    font-size: 17px;
    line-height: 21px;
}

footer#Contacto span img {
    max-width: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

/*suscribirse*/
#suscribirseModal .modal-header {
    background: #3A93B8;
}

#suscribirseModal .modal-title {
    color: #fff;
}

#suscribirseModal button.close {
    color: white;
    text-shadow: none;
    cursor: pointer;
}

#suscribirseModal .form-control {
    border-color: #3A93B8;
    padding: 12px;
}

#suscribirseModal .modal-body {
    background: #fff;
}

#suscribirseModal .modal-footer {
    background: #fff;
}

#suscribirseModal .btn-primary {
    background: #3399cc;
    font-family: "Work Sans";
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    border-color: #3A93B8;
}

#Newsletter input {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 16px;
    text-align: center;
    border: 0;
    font-style: initial;
    font-weight: 300;
}

#Newsletter .modal-body {
    background: #333;
}

#Newsletter button.btn {
    background: #5ec4d0;
    border: 0;
    color: #fff;
    border-radius: 11px;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#Newsletter .modal-header {
    background: #d1edf5;
    border-bottom: 0;
}

#Newsletter .modal-title {
    text-align: center;
    margin: auto;
}

.Compras .table thead th {
    text-transform: uppercase;
    font-family: "DINProBold";
    border-top: 0;
}

.Compras {
    padding: 40px 0;
}

.Compras h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #0A0A0A;
}

.imgThumb {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    margin-right: 23px;
}

.Compras h2 {
    display: inline-block;
    width: 63%;
    vertical-align: middle;
    font-size: 18px;
}

.Resume .col-md-6 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin-bottom: 12px;
}

select#carritoCantidad {
    border: 1px solid #ddd;
}

.Compras .row {
    margin-top: 20px;
}

a.btn.btn-Continuar {
    float: right;
    padding: 9px 24px;
    position: relative;
    top: -9px;
    background: #e9ecee;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #5a5a5a;
    border: none;
}

.Compras a strong {
    color: #66cccc;
}

/** compras row changuito **/
.mrrow {
    margin: 0px;
    padding: 0px;
    display: inherit;
}

/** compras row changuito - end **/

div#datosdepago .modal-body {
    color: #333;
}

div#datosdepago .modal-header {
    background: #d1edf5;
    border-bottom: 0;
}

div#datosdepago .form-control {
    width: 100% !important;
    color: #333;
    margin-bottom: 10px;
}

div#datosdepago .modal-body {
    padding: 30px;
}

div#datosdepago p {
    color: #666;
}

div#datosdepago .col-md-3 {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}

div#datosdepago .col-md-4 {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}

span.navbar-text.carrito-mobile {
    display: none;
}

#Covid19 button.btn.btn-primary {
    background-color: #66cccc;
    border-color: #66cccc;
    display: block;
    width: 100%;
}

div#datosdepago .form-group h5 {
    color: #0A0A0A;
    font-size: 22px !important;
    font-weight: bold !important;
}

div#datosdepago .modal-body h3 {
    color: #333;
}

div#datosdepago input,
div#datosdepago select {
    min-width: 100%;
}

.mrerror {
    display: none;
}

div#masinfo .col-md-6 {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#masinfo .form-control {
    background: #fff;
    border-bottom: 0;
    display: block;
    width: 100%;
}

#masinfo label.col-form-label {
    color: #333;
    font-size: 16px;
}

.slick-initialized .slick-slide {
    cursor: pointer;
}

.Accesos .col-md-1:hover a.btn {
    color: #fff !important;
    background-color: #66cccc;
    border-color: #66cccc;
}

button.btn.btn-decrement.btn-outline-secondary.btn-minus,
button.btn.btn-increment.btn-outline-secondary.btn-plus {
    border: 0;
    color: #27ae8e;
}

button.btn.btn-decrement.btn-outline-secondary.btn-minus:hover,
button.btn.btn-increment.btn-outline-secondary.btn-plus:hover {
    background: transparent;
    color: #000;
}

button.btn.btn-decrement.btn-outline-secondary.btn-minus:focus,
button.btn.btn-increment.btn-outline-secondary.btn-plus:focus {
    border: 0;
    box-shadow: 0 0 black;
    color: #000;
}

.mrpresenta {
    border: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    text-align: left !important;
    flex-flow: row-reverse;
    padding: 4px 0;
    margin-bottom: 0;
}

a.descargapdf {
    /*font-size: 18px;
    font-weight: 600;
    background: #66cccc;
    color: #fff;
    float: right;
    padding: 9px 24px;*/
    background: #e9ecee;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #5a5a5a;
    border: none;
}

.Productos h5 {
    margin-top: 18px;
    font-size: 18px;
}

input.form-control.novarcanti {
    border: 2px solid #ddd;
    border-radius: 30px !important;
    opacity: 1 !important;
    color: #333;
    font-style: normal;
    font-weight: 700 !important;
    width: 46px !important;
    margin-bottom: 0 !important;
}

.Mercado {
    border-top: 1px solid #ddd;
}

.mrpresenta .input-group {
    width: auto !important;
}

.input-group-append .btn-outline-secondary:hover {
    background: transparent;
    border: 0;
    color: #333;
    cursor: pointer;
}

.btn-minus {
    cursor: pointer;
}

.Relacionados {
    background: #EFF6FF;
    padding: 50px 0;
}

.Relacionados h3 {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
}

.Tecnica p.text-uppercase {
    font-size: 12px;
    font-family: "Work Sans";
    margin-bottom: 0;
}

.chgColor {
    animation: vrt-pulse 1s;
}

@keyframes vrt-pulse {
    0% {
        background-color: #3399cc;
    }

    50% {
        background-color: #9dd7f4;
    }

    100% {
        background-color: #3399cc;
    }
}

/*** blog***/
.publicaciones .thumbnail {
    background: #fff;
    box-shadow: 0 0 6px #bbb;
    cursor: pointer;
}

.publicaciones .cp-thumb img {
    min-width: 100%;
    padding: 0;
    object-fit: cover;
    height: 182px;
}

.publicaciones .cp-thumb {
    height: 183px;
    margin: 10px 10px 0 10px;
    border-radius: 9px;
    overflow: hidden;
}

.thumbCaption {
    padding: 16px;
    height: 138px;
    overflow: hidden;
}

.publicaciones p.date {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
}

.publicaciones .thumbnail:hover {
    text-decoration: none;
}

.publicaciones span.tag {
    opacity: 0;
    position: absolute;
}

.publicaciones .thumbnail:hover .tag {
    opacity: 1;
    position: absolute;
    background: #fff;
    color: #000;
    border-radius: 20px;
    width: 72px;
    height: 26px;
    display: inline-block;
    top: 12px;
    left: 30px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

.publicaciones a:hover {
    text-decoration: none;
}

.post-content img {
    width: 100%;
    margin-bottom: 1em;
}

.Posteos h1 {
    color: #004480;
}

.Posteos .col-md-4 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Articulo {
    padding: 40px;
    overflow: hidden;
}

h1.postTitle {
    color: #000;
}

.postData p {
    line-height: 20px;
    margin-bottom: 0;
}

.postData {
    margin: 20px 0;
}

.postData p small {
    color: #666;
    text-transform: uppercase;
}

.postData p {
    color: #004480;
}

.Blog {
    padding: 40px 0;
}

.Blog p.info {
    font-size: 16px;
    color: #3399cc;
    padding: 5px 0 15px 0;
    margin: 0;
}

p.info a {
    color: #66cccc;
    font-family: "Work Sans";
}

.Blog .content p {
    font-size: 20px;
}

ul.post-list.publicaciones li.thumbnail {
    max-width: 46%;
    display: inline-block;
    margin: 10px;
    height: auto !important;
    border-radius: 12px;
    vertical-align: top;
}

ul.post-list.publicaciones li.thumbnail .thumbCaption {
    height: auto;
}

.thumbCaption h4 a {
    color: #66cccc;
    font-size: 26px;
    font-family: "Work Sans";
}

.Blog .thumbCaption h4 a {
    color: #66cccc;
    font-size: 26px;
    font-family: "Work Sans";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*min-height: 55px;*/
}

ul.post-list.publicaciones {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
}

.box-categorias.col-md-4 {
    margin-top: 70px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.box-categorias.col-md-4 h4 {
    color: #333;
    font-size: 17px;
}

ul.category-list li {
    list-style: none;
    border-top: 0;
    border-bottom: 1px solid #666;
    padding: 10px 0;
}

ul.category-list {
    padding-left: 0;
    margin-top: 30px;
}

.category-list span.badge {
    float: right;
    margin: 10px;
    background: #333;
    box-shadow: none;
    width: auto;
    min-width: 20px;
    border-radius: 20px;
}

ul.category-list li a {
    color: #333;
    font-family: "Work Sans";
}

ul.post-list.publicaciones.categorias li.thumbnail {
    max-width: 32%;
}

.Blog h2 small {
    color: #333;
    font-size: 19px;
    vertical-align: middle;
    display: block;
    font-family: "Work Sans";
}

p.excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a.btn-blog {
    margin-top: 30px;
    color: #333;
}

.Novedades h2 {
    margin-top: 16px;
    margin-bottom: 30px;
}

/*span.presentacionvar.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.disabled .mrpresenta .input-group {
    display: none;
}
.disabled .mrpresenta.input-group-text.text-center {
    display: block;
    opacity: 0.5;
    cursor: not-allowed;
    padding: 0;
}*/
p#costoEnvioText {
    padding: 20px;
    border: 2px dashed #fff;
    line-height: 34px;
}

p#costoEnvioText i,
p#retiroMsj i {
    vertical-align: middle;
    display: inline-flex;
    margin-right: 6px;
    font-size: 20px;
    color: #000;
}

p#retiroMsj {
    padding: 20px;
    border: 2px dashed #fff;
    line-height: 34px;
}

a.remove-item {
    margin-left: 10px;
}

a.remove-item i {
    color: red;
}

.Blog h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #0A0A0A;
}

.Blog h1 {
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #0A0A0A;
}

.Contacto {
    padding: 40px 0;
}

.Contacto ul.socials li {
    width: 44px;
}

.Contacto p {
    margin: 13px 0;
    font-size: 18px;
}

.Novedades .thumbCaption {
    height: 30px;
}

ul.pagination li {
    margin: 0 7px;
}

ul.pagination li.active a {
    color: #007bff;
}

ul.pagination li a {
    color: #666;
}

/*correccion texto detalle pagina productos*/
.page-producto .Productos p {
    overflow: inherit;
    max-height: none;
}

.Productos .Relacionados .col {
    margin-bottom: 40px;
}

.Productos .Relacionados p {
    height: 30px;
    overflow: hidden;
}

.Productos .slick-slide {
    background: white;
}

.Productos .slick-slide img {
    object-fit: contain;
}

/*elementos ocultos en ficha de producto*/
.ficha-productos-1 {
    margin-bottom: 40px;
}

/*botón flotante whatsapp*/


.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: #25D366;
    border-radius: 15px 0px 15px 0;
    z-index: 100;
    font-size: 14px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
    transition: all 0.3s ease-out;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Work Sans";
    font-weight: 500;
}

.float-button:hover {
    background-color: #128C7E;
    color: #fff;
    text-decoration: none;
}

@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}


.card-relacionados {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}

.Productos .Relacionados p {
    height: 70px;
    position: relative;
}

.Productos .Relacionados p:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.productImg {
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0 0;
}

h4.card-relacionados-title {
    color: #6CC;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    padding-inline: 12px;
}

.card-relacionados p {
    color: #4A5565;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    padding-inline: 12px;
}

.card-relacionados a.btn.btn-link {
    color: #3A93B8;
    text-align: center;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin: 0 12px;
    border-top: 1px solid #EFF6FF;
    display: block;
    padding-block: 16px;
}

.card-relacionados .btn-link:focus,
.card-relacionados .btn-link:hover {
    text-decoration: none;
    color: #0A0A0A !important;
}

.page-productos .card-default,
.page-buscador .card-default,
.page-home .card-default {
    display: grid;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
}

.page-productos h4.card-title,
.page-buscador h4.card-title,
.page-home h4.card-title {
    color: #6CC;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    padding-inline: 12px;
}

.page-productos .productBox p,
.page-buscador .productBox p,
.page-buscador .card-default p,
.page-home .card-default p {
    color: #4A5565;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    padding-inline: 12px;
}

.page-productos a.btn.btn-link,
.page-buscador a.btn.btn-link,
.page-home a.btn.btn-link {
    color: #3A93B8;
    text-align: center;
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-top: 1px solid #EFF6FF;
}

.page-home a.btn.btn-link {
    display: block;
}

.page-productos .card-default .btn-link:focus,
.page-productos .card-default .btn-link:hover,
.page-buscador .card-default .btn-link:focus,
.page-buscador .card-default .btn-link:hover,
.page-home .card-default .btn-link:focus,
.page-home .card-default .btn-link:hover {
    text-decoration: none;
    color: #0A0A0A
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none !important;
}

form[name="frmCalculador"] {
  line-height: 1rem;
}
.btn.btn-dark.btn-small {
  padding: 6px 20px;
}
.Tecnica input.form-control.input-small {
  padding: 5px;
}
.icon-arrow-right {
  position: relative;
  display: block;
  padding-right: 20px;
}
.icon-arrow-right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg); /* flecha hacia abajo */
  transition: transform 0.2s ease;
}
.icon-arrow-right:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-135deg); /* flecha hacia arriba */
}
.page-producto .Productos .FichaTecnica p {
  color: #364153;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}