/**
 * --------------------------------------------------------------
 * FONTS
 * --------------------------------------------------------------
 *
 */
@font-face {
    font-family: GothamRnd;
    src: url("fonts/GothamRnd-Bold.otf") format("opentype");
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap');


/**
 * --------------------------------------------------------------
 * GENERAL
 * --------------------------------------------------------------
 *
 */
html, body {
    font-family: 'Poppins', sans-serif;
}

.main-color{
    color: #48bfea;
}

.navbar-light {
    background-color: #fff !important;
}
.fullscreen.collapse, .mobilecollapse{
    display: unset;
}

.wrapper-body {
    margin-top: 00px;
}

.mt-navbar {
    margin-top: 62px;

}

.bg-withe {
    background-color: #fff;
}

.product-header-display {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-header-display input {
    width: 50px;
    font-size: 16px;
    outline: none;
    -webkit-appearance: none;
    border: 1px solid #969696;
    line-height: 31px;
}

.product-header-display h6 {
    font-family: 'GothamRnd';
    font-size: 13px;
}

.product-header-display h5 {
    font-family: 'GothamRnd';
    font-size: 15px;
    margin: 0;
}

.product-header-display h6 {
    font-size: 15px;
    color: #888;
}

.product-header-display .little-image-product {
    width: 100%;
    max-width: 30px;
    margin: auto;display: block;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

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

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

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

.bg-dark-gray {
    background-color: #363636;
}

.bg-light-blue {
    background-color: #48bfea;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.bg-light-blue a {
    color: #fff;
}

.bg-light-gray {
    background-color: #f8f8f8;
}

.bg-deep-blue {
    background-color: #28638f;
}

.bg-deep-blue h2 {
    color: #fff;
    font-family: 'GothamRnd';
    letter-spacing: 1px;
    font-size: 28px;
    padding-bottom: 20px;
    padding-top: 30px;
}

.h2 {
    color: #48bfea !important;
    font-weight: 700 !important;
    font-size: 45px !important;
}

.h-blue {
    color: #48bfea;
    font-weight: 700;
    font-size: 40px;
}

.h-blue-2 {
    color: #48bfea;
    font-weight: 700;
    font-size: 40px;
}

.blue-subtitle {
    color: #48bfea;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.card {
    border: none !important;
}

.card-body {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    width: 90%;
}

.card-title {
    font-weight: 700;
    font-size: 15px;
    color: #777;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #659baf;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    background: #48bfea;
    color: white;
    transition: background-color 0.5s ease;
}

.card-square:hover .card-title {
    background: white;
    color: #48bfea;
}

.bx-wrapper {
    border: none !important;
}

.nav-fill .active {
    background-color: #48bfea !important;
}

.nav-fill a {
    color: #777;
    font-weight: 700;
    font-size: 14px;
}

.link-fav {
    color: #48bfea !important;
}

.product-name {
    margin-top: 10px;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-weight: bold;
}

.price, .icon-add-cart {
    font-family: 'GothamRnd';
    color: #48bfea;
    font-size: 21px;
    line-height: 25px;
}

.price-discount {
    color: #666;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
}

.product-header-add-to-cart {
    margin-top: 10px;
    background-color: #ffe361;
    color: #28638f;
    padding: 15px 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    display: inline-block;
}

.add-to-cart {
    background-color: #ffe361;
    color: #28638f;
    padding: 10px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    display: inline-block;
    line-height: 15px;
}

.add-to-cart:hover, .product-header-add-to-cart:hover {
    text-decoration: none;
}

.product-header-add-to-cart {
    font-size: 14px;
    padding: 7px 15px;
}

.input_quantity {
    font-size: 15px;
    outline: none;
    line-height: 31px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 60px;
    text-align: center;
}

.product-header-price-discount {
    color: #666;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    margin-bottom: 2px;
}

.product-header-price {
    font-family: 'GothamRnd';
    font-size: 23px;
    color: #48bfed;
    line-height: 24px;
    margin-bottom: 0px;
}

.precio-detalle {
    font-size: 33px;
    line-height: 35px;
    font-weight: 700;
    padding-top: 0;
    color: #48bfea;
    display: inline-block;
    margin: 0;
}

.mtk-card-body p {
    font-size: 15px;
    font-family: 'GothamRnd';
    padding-left: 30px;
    color: #464646;
}

.mtk-card-body {
    margin-bottom: 30px;
}


.price span {
    font-size: 15px;
}

.title-title {
    color: #48bfea;
    font-weight: 700;
    font-size: 1.65rem;
    background-color: #cbeffb;
    padding: 5px 0px;
}

.title-title span {
    background-color: #fff;
    padding: 5px 15px 5px 0px;
}

.icon-add-cart {
    font-size: 20px;
}

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

.branch-office h5 {
    font-family: 'GothamRnd';
    color: #48bfea;
    margin-bottom: 5px;
    font-size: 23px;
}

.branch-office p {
    font-family: 'GothamRnd';
    font-size: 16px;
    color: #666;
}

.branch-office ul {
    font-family: 'GothamRnd';
    font-size: 15px;
    list-style: none;
    padding-left: 0;
}

.branch-office ul li {
    padding-bottom: 5px;
}

.branch-office ul a {
    color: #999;
}

.branch-office ul a:hover {
    background-color: #ccc;
    text-decoration: none;
}

.branch-office-jump {
    margin-top: 10px;
}

.navbar {
    font-family: 'GothamRnd';
    padding-bottom: 0 !important;
}

.nav-link {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all 0.7s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.nav-link:hover {
    background-color: #48bfea;
    color: #fff !important;
}

.form-control {
    font-size: 14px;
    color: #777;
    outline: none;
}

.btn-primary {
    background-color: #48bfea;
    border: none;
    font-weight: 700;
}

.color-change {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47bfea+0,48bfea+46,53cbf1+100,47bfeb+100 */
    background: #47bfea; /* Old browsers */
    background: -moz-linear-gradient(top, #47bfea 0%, #48bfea 46%, #53cbf1 100%, #47bfeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #47bfea 0%, #48bfea 46%, #53cbf1 100%, #47bfeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #47bfea 0%, #48bfea 46%, #53cbf1 100%, #47bfeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47bfea', endColorstr='#47bfeb', GradientType=0); /* IE6-9 */
}

.has-search-link {
    color: #fff !important;
    background-color: #48bfea;
    /*-webkit-border-top-left-radius: 10px;*/
    /*-webkit-border-top-right-radius: 10px;*/
    /*-moz-border-radius-topleft: 10px;*/
    /*-moz-border-radius-topright: 10px;*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/

    /*-webkit-border-bottom-right-radius: 0px;*/
    /*-webkit-border-bottom-left-radius: 0px;*/
    /*-moz-border-radius-bottomright: 0px;*/
    /*-moz-border-radius-bottomleft: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/
}

.table-h6 {

    font-size: 13px;

    color: #444;

    font-weight: 700;

    margin-bottom: 0;

}

.table-p {

    font-size: 12px;

    color: #6b6b6b;

    margin: 0;

}

.mtk-thead th {

    color: #48bfea;

    font-family: 'GothamRnd';

    font-size: 18px;

}

.table-price {

    color: #48bfea;

    font-family: 'GothamRnd';

    font-size: 14px;

}


.subtotal {

    padding: 25px 5%;

    width: 90%;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);

    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);

    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);

}

.sbt-title {

    text-transform: uppercase;

    color: #333;

    font-size: 14px;

    font-weight: 700;

}

.sbt-price {

    color: #48bfea;

    font-family: 'GothamRnd';

    font-size: 26px;

    padding-bottom: 20px;

}

.subtotal table {

    font-size: 11px;

    color: #434343;

}

.sbt-x {

    color: #48bfea;

    font-family: 'GothamRnd';

    font-size: 18px;

}

.btn-sbt {

    margin-top: 20px;

    background-color: #48bfea;

    color: #fff;

}


.btn-sbt:hover {

    color: white !important;

}


.btn-mtk-success {

    background-color: #48bfea;

    color: #fff;

}


.phonebook {

    background-color: #48bfea;

    padding-top: 30px;

    padding-bottom: 30px;

    margin-bottom: 50px;

    font-family: 'GothamRnd';

}

.phonebook a {

    color: #fff;

    font-size: 18px;

    letter-spacing: 1px;

    border: 1px solid #fff;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    padding: 10px 25px;

    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);

    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3);

}


.slide {

    width: 100%;

    /*height: 510px;*/

}


.slide .container-fluid {

    padding: 13% 0;

}


.slide04 {

    background: url(../img/envio-gratis-water-technologies.webp) center bottom no-repeat;

    background-size: cover;

}


.slide05 {

    background: url(../img/meses-sin-intereses-water-technologies.webp) center bottom no-repeat;

    background-size: cover;

}


.slide06 {

    background: url(../img/mejor-calidad-en-nuestros-productos-water-technologies.webp) center bottom no-repeat;

    background-size: cover;

}





.slide01 {

    background: url(../img/agua-de-excelente-calidad-libre-de-virus-y-bacterias.webp) center bottom no-repeat;

    background-size: cover;

}

.slide02 {

    background: url(../img/agua-de-alta-calidad-baja-ensales-y-sodio.webp) center bottom no-repeat;

    background-size: cover;

}

.slide03 {

    background: url(../img/desinfecta-el-agua-por-medio-de-rayos-ultravioleta.webp) center bottom no-repeat;

    background-size: cover;

}

.slider-contact {

    background: url(../img/banner-contacto.webp) no-repeat;

    background-size: cover;

    min-height: 360px;

}

.slide h2 {

    font-family: 'GothamRnd';

    font-size: 50px;

    color: #fff;

    line-height: 50px;

}

.p-slider {

    color: #fff;

    font-family: 'Poppins', sans-serif;

    font-size: 25px;

    font-size: 300;

}

.slide a {

    background-color: #fff;

    padding: 10px 25px;

    font-family: 'GothamRnd';

    font-size: 16px;

    color: #48bfea;

}


.filter-description {

    color: #777;

}


.purificador-bg {

    background-image: url(../img/watertech-bg-splash1.jpg), url(../img/watertech-bg-splash2.jpg);

    background-position: left top, right bottom;

    background-repeat: no-repeat, no-repeat;

    background-color: white;

}

.small-title, .mtk-card-title {

    font-family: 'GothamRnd';

    color: #48bfea;

    padding-top: 0px;

}


.subtitle-product {

    color: #7f7f7f;

    padding-top: 0px;

}


.mtk-card-title {

    /*background-color: #f6fafb;*/

    padding-top: 14px;

    padding-bottom: 14px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    border-radius: 20px;

    padding-left: 30px;

    cursor: pointer;


    background-color: #f6fafb !important;

    border: 0;

    background: url("../img/row-right.webp") center right no-repeat;

    background-size: 10px;

    background-position-x: 97%;


}


.mtk-card.inactive .mtk-card-title {

    border: 1px solid #48bfea;

    background-color: #fff !important;

    background: url("../img/row-bottom.webp") center right no-repeat;

    background-size: 18px;

    background-position-x: 97%;

}


.mtk-card .mtk-card-body {

    display: none;

}


.mtk-card .mtk-card-body.show {

    display: block;

}


.mtk-card {

    margin-bottom: 15px;

}


.ficha-tecnica {

    font-family: 'GothamRnd';

    font-size: 13px;

    padding-top: 20px;

    color: #fff;

    background-color: #48bfea;

    padding-bottom: 20px;

    padding: 20px;

    margin-top: 20px;

}


.lnkBluepy {

    font-family: 'GothamRnd';

    letter-spacing: .5px;

    padding-right: 30px;

    padding-left: 30px;

    padding-bottom: 7px;

    padding-top: 7px;

}

.lnkBluepy:hover {

    background-color: #fff !important;

    color: #48bfea !important;

    text-decoration: none;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

}


/**

 * --------------------------------------------------------------

 * CALL TO ACTION

 * --------------------------------------------------------------

 *

 */

.call-to-action {

    background: url(../img/watertech-bg-cta.jpg) no-repeat;

    background-size: cover;

    padding-bottom: 90px;

    display: inline-block;

    width: 100%;

    padding-top: 90px;

}

.call-to-action h4 {

    color: #fff;

    font-size: 35px;

    font-family: 'GothamRnd';

    line-height: 40px;

    padding-top: 0px;

    padding-bottom: 15px;

}

.call-to-action a {

    background-color: #48bfea;

    color: #fff;

    font-family: 'GothamRnd';

    font-size: 25px !important;

    letter-spacing: 1.5px;

    padding: 10px 25px;

    transition: font-size .1s;

}


.call-to-action a:hover {

    font-size: 26px !important;

    text-decoration: none;

    color: #fff;

}


/**

 * --------------------------------------------------------------

 * BOTTOM

 * --------------------------------------------------------------

 *

 */

.top-bottom {

    padding-top: 30px;

    padding-bottom: 50px;

}

.top-bottom h5 {

    color: #48bfea;

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 20px;

}

.top-bottom ul {

    list-style-type: none;

    padding-left: 0;

    font-size: 14px;

}

.top-bottom ul li a {

    color: #b9b9b9;

    font-weight: 600;

    line-height: 26px;

    font-size: 15px;

}

.top-bottom ul li a:hover {

    color: #fff;

    text-decoration: none;

}

.top-bottom address, .phones, .emails, .icon-phone {

    color: #b9b9b9;

    font-size: 13px;

    line-height: 22px;

    clear: both;

}

.icon-phone {

    font-size: 18px;

}

.social-media li {

    float: left;

}

.social-media li a {

    /*display: block;*/

    /*padding-right: 15px;*/

}

.footer-logo {

    padding-bottom: 40px;

}


.mouse-scroll {

    position: fixed;

    top: 250px;

    right: 10px;

    z-index: 5000;

    width: 60px;

}

.mousito {
    width: 100%;
    height: auto;
}


.tippy-tooltip {

    background-color: #007bff !important;

}


.bg-white-transparency {

    background: rgba(255, 255, 255, .7);

}


.content-product-description {

    /*margin-top: 155px;*/

}


.search-bar {

    display: none;

}


.font-30 {

    font-size: 30px;

}


.pb-20 {

    padding-bottom: 20px;

}


.row_especificacion {


}


.row_especificacion .label {

    font-weight: bold;

    margin: 0;

    width: 100%;

    font-size: 14px;

}


.row_especificacion p {

    margin: 0;

    font-size: 14px;

    margin-bottom: 7px;

}


.slider_products .bx-wrapper, .slider_products_interior .bx-wrapper {

    box-shadow: none;

    margin: 0;

}


.slider_products .bx-wrapper .bx-viewport, .slider_products_interior .bx-wrapper .bx-viewport {

    height: auto !important;

}


.bx-viewport .parent_slide_product {

    margin-left: 15px !important;

    margin-right: 15px !important;
    padding-right: 15px;
    padding-left: 15px;

}


.buttons_slides {

    text-align: right;

}


.buttons_slides div {

    display: inline-block;

}


.buttons_slides img {

    height: 32px;

}


.buttons_slides div:first-child img {

    margin-right: 20px;

}


.product_detail .bx-wrapper {

    box-shadow: none;

    border: 1px solid #ccc !important;

    margin-bottom: 0;

}


.product_detail .bx-pager {

    padding: 0;

    bottom: 7px;

}


.bx-wrapper .bx-controls-direction a {

    z-index: 999;

}


.bx-wrapper {

    margin-bottom: 0;

}


.top_banner {

    background: url(../img/banner-purificador-agua.jpg) center center no-repeat;

    background-size: cover;

    min-height: 360px;

}

.top_banner_purificador {
    background: url(../img/purificador-agua.webp) center center no-repeat;
    background-size: cover;
    min-height: 360px;
}


.top_banner_filtro_agua {
    background: url(../img/filtro-agua.webp) center center no-repeat;
    background-size: cover;
    min-height: 360px;
}


.top_banner h2 {

    font-family: 'GothamRnd';

    font-size: 65px;

    color: #fff;

    line-height: 60px;

    margin: 0;

    padding: 130px 0;

}


.interior_purificador_agua {

    background: white;

}


.product-hover {

    padding-bottom: 35px;

    display: inline-block;

    width: 100%;

}


.preguntas-frecuentes-solid .mtk-card.inactive .mtk-card-title, .preguntas-frecuentes-solid .mtk-card-title {

    background-color: #47beea !important;

    color: white;

    border-radius: 0;

    padding-left: 20px;

    background: url(../img/row-bottom-white.webp) center right no-repeat;

    background-size: 18px;

    background-position-x: 97%;

}


.preguntas-frecuentes-solid .mtk-card .mtk-card-title {

    background: url(../img/row-right-white.webp) center right no-repeat;

    background-size: 10px;

    background-position-x: 97%;
    padding-right: 20px;

}


.preguntas-frecuentes-solid .mtk-card:nth-child(1) .mtk-card-title {

    background-color: #47beea !important;

}


.preguntas-frecuentes-solid .mtk-card:nth-child(2) .mtk-card-title {

    background-color: #44b1da !important;

}


.preguntas-frecuentes-solid .mtk-card:nth-child(3) .mtk-card-title {

    background-color: #3c9dc1 !important;

}


.preguntas-frecuentes-solid .mtk-card:nth-child(4) .mtk-card-title {

    background-color: #3c9dc1 !important;

}


.preguntas-frecuentes-solid .mtk-card:nth-child(5) .mtk-card-title {

    background-color: #318ec1 !important;

}


.card-square {

    text-align: center;

    width: 100%;

    /*height: 50%;*/

}


.card-square:after {

    content: "";

    display: block;

    padding-bottom: 100%;

    margin-top: -100%;

}


.buttons_slides_product {

    display: inline-block;

    float: right;

}


.buttons_slides_product .bx-next, .buttons_slides_product .bx-prev {

    display: inline-block;

    margin-right: 10px;

}


.buttons_slides_product .bx-next img, .buttons_slides_product .bx-prev img {

    max-width: 100%;

    height: 32px;

    width: 32px;

    display: block;

}


.buttons_slides_product .prev_custom_button, .buttons_slides_product .next_custom_button {

    display: inline-block;

}


.product_detail .bx-wrapper .bx-prev, .product_detail .bx-wrapper .bx-next {

    background: none !important;

}


.product_name {

    font-family: 'GothamRnd';

    font-size: 21px;

    margin: 0;

    line-height: 21px;

}


.product_border {

    border-bottom: 1px solid #e2e2e2;

    padding-bottom: 30px;

    margin-bottom: 30px;

}


.product_code {

    font-size: 16px;

    color: #888;

    font-family: 'GothamRnd';

    margin-bottom: 5px;

    line-height: 21px;

}


.product_description {

    font-size: 17px;

    margin-bottom: 30px;

}


.label_product {

    font-size: 16px;

    line-height: 20px;

    margin: 0;

    font-weight: bold;

    color: #505050;

}


.label_product_information {

    font-size: 15px;

    line-height: 16px;

    margin: 0;

    margin-bottom: 10px;

}


.always_open .mtk-card-body {

    display: block !important;

}


.always_open .mtk-card-title {

    background: none !important;

    border: 0px solid white !important;

    padding: 0;

    font-size: 19px;

}


.always_open .mtk-card-body p {

    padding: 0;

}


.fixed-top {

    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.14);

    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.14);

}


.bg-descount {

    background: url(../img/ofert_bg.webp) center center no-repeat;

    background-size: 100% 100%;

    width: 65px;

    display: inline-block;

    position: absolute;

    top: 10%;

    right: 3px;

    font-family: 'GothamRnd';

    color: white;

    line-height: 55px;

    text-align: center;

    font-size: 18px;

    padding-bottom: 10px;

}


.bx-wrapper .bg-descount {

    right: -5% !important;

}


.product_item_image {

    max-width: 100%;

    transition: transform .2s; /* Animation */

    margin: 0 auto;

}


.product_item_image:hover {

    transform: scale(1.05);

}


.fa-shopping-cart.mtk-tooltip {

    transition: transform .2s; /* Animation */

    outline: none;

    cursor: pointer;

    margin: 0 auto;

    padding: 3px 0;

}


.fa-shopping-cart.mtk-tooltip.disabled {

    color: rgba(72, 191, 234, 0.5);

}


.fa-shopping-cart.mtk-tooltip:hover {

    transform: scale(1.2);

}


.nav-item a {

    font-size: 14px !important;

}


.navbar {

    position: relative;

    padding: 5px 20px !important;

}


.fixed-bottom, .fixed-top {

    position: fixed;

    right: 0;

    left: 0;

    z-index: 1030;

}


.nav-link {

    display: block;

    padding: 8px 0px;

}


.total_in_cart {

    margin: 0;

    font-size: 14px !important;

}


.sub-number {

    position: absolute;

    top: 2px;

    background: #00c0eb;

    color: white;

    font-size: 8px;

    font-family: Arial;

    line-height: 15px;

    width: 15px;

    text-align: center;

    border-radius: 1000px;

    font-weight: normal;

    right: 7px;

}


.carrito_icon_menu a {

    position: relative;

}


.carrito_icon_menu a:hover, .price_menu p:hover {

    background: initial;

    color: rgba(0, 0, 0, .5) !important;

}


.trash_icon {

    width: 25px;

    cursor: pointer;

}


.empty_cart {

    width: 100%;

    max-width: 250px;

}


.empty_cart_url {

    color: #48bfea;

}


.empty_cart_url:hover {

    text-decoration: none;

    color: #48bfea;

}


.table_resume td, .table_resume th {

    padding: .75rem;

    vertical-align: top;

    border-bottom: 1px solid #dee2e6;

}


.table_resume th {

    font-size: 13px !important;

}


.no-border-top {

    border-top: 0px solid white !important;

}


.no-border {

    border: 0px solid white !important;

}


.subtotal_label p {

    margin: 0;

    font-size: 13px;

    margin-bottom: 3px;

}


.subtitle_shipping {

    color: #a0a0a0;

    margin: 0;

    width: 100%;

    display: inline-block;

    border-bottom: 1px solid rgba(161, 161, 161, 0.35);

    font-size: 13px;

    font-family: 'GothamRnd';

    margin-bottom: 10px;

}


.input_form {

    display: inline-block;

    width: 100%;

}


.input_form label {

    color: #a0a0a0;

    margin: 0;

    width: 100%;

    display: inline-block;

    font-size: 13px;

}


.input_form input, .input_form select, .input_form textarea {

    width: 100%;

    border: 1px solid #cccccc;

    outline: none;

    background: white;

    color: black;

    border-radius: 0 !important;

    margin-bottom: 10px;

    line-height: 15px;

    font-size: 14px;

    font-family: inherit;

    padding: 5px;

    /*font-weight: 300;*/

    resize: none;

}


.input_form .select select {

    border: 0;

    margin: 0;

    height: 29px;

}


.input_form .select {

    border: 1px solid #cccccc;

    margin-bottom: 10px;

}


.input_form input::placeholder,
.input_form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #b1b1b1;

    opacity: 1; /* Firefox */

}


.input_form input:-ms-input-placeholder,
.input_form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: #b1b1b1;

}


.input_form input::-ms-input-placeholder,
.input_form textarea::-ms-input-placeholder { /* Microsoft Edge */

    color: #b1b1b1;

}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {

    color: #fff !important;

}


.slider-contact .content_banner {

    margin: 0;

    padding: 150px 0;

}


.slider-contact h2 {

    margin: 0;

}


#map_places {

    height: 400px;

    width: 100%;

    display: inline-block;

}


.blog_banner {

    background: url(/img/banner-purificador-agua.jpg) center center no-repeat;

    background-size: cover !important;

    text-align: left;

}


.blog_banner h2 {

    font-family: 'GothamRnd';

    font-size: 50px;

    color: #fff;

    line-height: 50px;

    margin: 0;

    padding: 90px 0;

    text-shadow: 1px 1px 1px black;
}


.blog .title {

    margin: 0;

    font-size: 24px;

    font-family: 'GothamRnd';

    color: #48bfea;

}


.blog .image_thumb {

    width: 100%;

    display: inline-block;

}


.blog .title_post, .blog .title_post:hover {

    text-decoration: none;

    font-weight: 600;

    color: #212631;

    padding: 0;

    font-size: 16px;

    line-height: 18px;

    margin: 0;

}


.blog .categoria {

    padding: 0;

    text-align: left;

}


.blog .categoria p {

    font-size: 12px;

    font-weight: 100;

    margin: 0;

    padding: 2px 6px;

    display: inline-block;

    background: #00c0eb;

    color: white;

}


.blog .date_post {

    font-size: 12px;

    font-weight: 100;

    padding: 0;

    margin: 0;

    text-align: left;

    color: black;

}


.blog .description_post {

    font-size: 16px;

    font-weight: 300;

    color: #3d455c;

    padding: 0;

    margin: 10px 0 5px 0;

}


.blog .single_post {

    padding-bottom: 40px;

    text-decoration: none;

}


.single_category {

    /*border-bottom: 1px solid #e2e0e0;*/

    padding: 8px 0;

}


.single_category .category_label {

    margin: 0;

    text-align: left;

    font-size: 16px;

}


.single_category .number_post {

    margin: 0;

    text-align: right;

}


.single_category .border-category {

    margin: 0;

    margin-top: 10px;

}


.cintilla {

    background: #d8d8d8;

    padding-top: 14px;

    padding-bottom: 14px;

}


.cintilla .title {

    margin: 0;

    font-size: 19px;

    font-family: 'GothamRnd';

    color: #00a9e3;

    line-height: 25px;

}

.cintilla .question {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
}

.cintilla a, .cintilla a:hover {
    font-size: 14px;
    line-height: 25px;
    color: #009ec2;
    font-weight: normal;
    text-decoration: none;
}

#slider_filtros_agua .slider_filter {
    background: #f8f8f8;
}

#slider_filtros_agua .image_slider {
    height: 400px;
    width: auto !important;
}

.bg-slider {
    background: #f8f8f8;
    display: inline-block;
}

.text_for_slider {
    margin-top: -410px;
    min-height: 400px;
}

.bg-slider .bx-wrapper {
    box-shadow: none !important;
}

.blog_title {
    font-family: 'GothamRnd';
    color: #48bfea;
    font-size: 40px;
}

.blog_category {
    font-size: 17px;
    font-weight: bold;
}

.product_not_stock {
    font-weight: bold;
    font-size: 19px;
    margin: 0;
    line-height: 20px;
    color: #ea4848;
    margin-bottom: 4px;
}

.product_not_stock_little {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: black;
}

.product_not_stock_medium {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: black;
    margin-bottom: 5px;
}

.product_not_stock_little:hover {
    color: black;
}

.doted_line {
    border-style: dashed;
    margin-bottom: 26px;
}

.option_delivery {
    width: 100%;
    display: inline-block;
    background-color: #f2f4f3;
    opacity: 0.5;
    cursor: pointer;
    padding: 15px 0;
    margin-bottom: 10px;
}

.option_delivery input {
    display: none;
}


.option_delivery .icon {
    background-size: cover !important;
    height: 20px;
    width: 20px;
    margin: 10px auto;
}

.option_delivery.active {
    border: 1px solid #f2f4f3;
    background-color: white;
    opacity: 1;
}


.option_delivery .title {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
}

.option_delivery .description_delivery {
    font-size: 14px;
    margin: 0;
}

.option_delivery.active .icon {
    background: url("../img/icon_checked.webp") center center no-repeat;
    border: 0px solid black;
}

.option_delivery .icon {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 1000px;
}

.bg-pago {
    background: #f7f7f7;
}

.loading_screen {
    background: rgba(0, 0, 0, 0.28);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    top: 0;
    left: 0;
    padding-top: 30%;
    display: none;
}

.loading_screen img {
    max-height: 40px;
    max-width: 40px;
}

.loading_screen p {
    margin-top: 15px;
}


.image_gracias {
    width: 100%;
    max-width: 100px;
}

.title_gracias {
    color: #48bfea;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
    display: inline-block;
}

.subtitle_big_gracias {
    color: #48bfea;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 0px;
    margin: 0;
    line-height: 29px;
    display: inline-block;
}

.subtitle_medium_gracias {
    color: #666;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.order_gracias {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: dimgrey;
}

.email_thanks {
    font-size: 20px;
}


.czc_title {
    margin: 0;
    font-size: 220px;
    line-height: 220px;
    display: inline-block;
    font-weight: bold;
}

.czc_subtitle {
    margin: 0;
    font-weight: bold;
    font-size: 28px;
}

.czc_description {
    margin: 0;
    font-size: 20px;
}

.czc_button, .czc_button:hover {
    background-color: #48bfea;
    color: #fff;
    font-family: 'GothamRnd';
    font-size: 25px !important;
    letter-spacing: 1.5px;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 20px;
}


.hover_image_title .container {
    position: relative;
    width: 100%;
    padding: 0;
}

.hover_image_title .image {
    display: block;
    width: 100%;
    height: auto;
}

.hover_image_title .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(72, 191, 234, 0.95);
}

.hover_image_title .container:hover .overlay {
    opacity: 1;
}

.hover_image_title .text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

    font-weight: 700;
    font-size: 15px;
    width: 90%;
}

.padding-top-0 {
    padding-top: 0;
}

.total_productos_encontrados {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 15px;
}

.color-black {
    color: black !important;
}

.mtk-card-body {
    /*margin-top: -30px !important;*/
}


.table-price {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 12px !important;
}

.input_form_check label {
    font-size: 14px;
}

#form_facturacion {
    display: none;
}

.iva_no_included {
    margin: 0;
    font-size: 11px;
    font-family: Raleway, sans-serif;
    color: black;
    line-height: 15px;
    display: inline-block;
}

.m-b-10 {
    margin-bottom: 10px;
}

.gray_cinta {
    background: #727272;
    text-align: center;
}

.gray_cinta p {
    width: 95%;
    margin: 0;
    display: inline-block;
    color: white;
    /*text-transform: uppercase;*/
    font-weight: bold;
    padding: 13px 0;
    font-size: 14px;
    line-height: 17px;
}

.gray_cinta p i {
    margin-right: 5px;
}


.blue_cinta {
    background: #47bfeb;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 6px;
}

.blue_cinta p {
    margin: 0;
    color: white;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    display: inline-block;
}

.blue_cinta a, .blue_cinta a:hover {
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
}

.blue_cinta .content_blue_cinta {
    width: 95%;
    margin: auto;
}

/*********************** WiredIT ***********************/
/* Footer */
.widget-footer{margin-top: 20px;}
.widget-footer .widget-title{color: white;font-weight: bold;margin-bottom: 40px;position: relative;}
.widget-footer .widget-title:after{position: absolute;content:"";bottom: -10px;left: 0;width: 50px;height: 3px;background-color: white;}

.widget-footer ul.widget-list li{margin-bottom: 5px;}

.widget-footer ul.widget-list-contact li{display: flex;margin-bottom: 15px;}
.widget-footer ul.widget-list-contact li span{min-width: 25px;}
.widget-footer ul.widget-list-contact li span i{color: #b9b9b9;font-size: 18px;margin-right: 10px;margin-top: 3px;}
.widget-footer ul.widget-list-contact li address{margin:0;}
.widget-footer ul.widget-list-contact li a{display: block;line-height: 1.4;text-align: left;}

.widget-footer ul.widget-list-social{}
.widget-footer ul.widget-list-social li{display: inline-block;margin-right: 15px;}
.widget-footer ul.widget-list-social li a{display: flex;font-size: 18px;background: #47bfeb;color: white;width: 35px;height: 35px;align-items: center;justify-content: center;border-radius: 50%;}

.widget-footer-logo{}
.widget-footer-logo img.logo{max-width: 100%;}
.widget-footer-logo .list-image{display: flex;flex-wrap: wrap;border-top: solid 1px #514d4d;padding-top: 30px;margin-top: 30px;justify-content: center;}
.widget-footer-logo .list-image img{max-width: 80px;height: 100%;margin-right: 7px;margin-left: 7px;}

/* Shop */
#search_product .btn-primary{background-color: #007bff;border-color: #007bff;font-weight: bold;font-family: 'Poppins', sans-serif;font-size: 1rem;padding: .375rem .75rem;}

/* Blog */
#mainWrapper .content_blog img{width: 100%;height: auto;}

@media only screen and (max-width:991px){

    /*********************** WiredIT ***********************/
    /* Footer */
    .widget-footer-logo{display: flex;align-items: center;margin-bottom: 10px;border-bottom: solid 1px #514d4d;padding-bottom: 20px;}
    .widget-footer-logo > a{width: 50%;}
    .widget-footer-logo .list-image{border-top:none;border-left: solid 1px #514d4d;width: calc(100% - 50%);justify-content: space-evenly;margin-left: 20px;margin-top: 0;padding-left: 20px;padding-top: 0;}
}

@media only screen and (max-width:767px){
    /*********************** WiredIT ***********************/
    /* Footer */
    .widget-footer-logo{display: block;}
    .widget-footer-logo .list-image{padding-left: 0;margin-left: 0;border-left: none;width: 100%;border-top: solid 1px #514d4d;padding-top:20px;margin-top:20px;}

    /* SHOP ================ */
    /* Home */
    /* .bg-slider .filter-description{font-size: 14px !important;} */

    /* Blog */
    .blog .single_post{max-width: 100%;margin-right: auto;margin-left: auto;}
    .blog .single_post > .col-md-5{padding: 0;margin-bottom: 10px;}

    /* Detail product */
    .bg-light-blue a{display: block;}
}

@media only screen and (max-width: 820px) and (min-width: 760px) {
    .slide h2 {
        font-size: 32px;
        line-height: 33px;
    }

    .p-slider {
        font-size: 21px;
        line-height: 26px;
    }

    .h-blue {
        font-size: 24px;
    }

    .title-title {
        font-size: 1.10rem;
    }

    .buttons_slides_product .bx-next img, .buttons_slides_product .bx-prev img {
        height: 21px;
        width: 21px;
    }

    .product-name {
        font-size: 11px;
    }

    .price {
        font-size: 12px;
    }

    .blue-subtitle {
        font-size: 21px;
        padding-top: 0;
    }

    #slider_filtros_agua .image_slider {
        height: 310px;
    }

    .text_for_slider {
        margin-top: -310px;
        min-height: 310px;
    }

    .call-to-action h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .call-to-action a {
        font-size: 20px !important;
    }

    .image_footer_logo {
        max-height: 85px !important;
    }

    .sub-number {
        position: initial;
        right: initial;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        margin-left: -5px;
    }

    .carrito_icon_menu {
        text-align: center;
    }

    .total_in_cart {
        display: inline-block;
    }

    .mouse-scroll {
        top: 370px;
    }

    .nav-item .bg-light-blue {
        background-color: white;
    }

    .product-header-display h5 {
        font-size: 16px;
    }

    .product-header-display input, .input_quantity {
        margin: 3px;
    }

    .small-title, .mtk-card-title {
        font-size: 23px;
    }

    .cintilla .title {
        font-size: 15px;
    }

    .cintilla a, .cintilla a:hover {
        font-size: 12px;
    }

    .top_banner_purificador, .top_banner_filtro_agua, .slider-contact {
        min-height: 230px;
    }

    .h2 {
        font-size: 27px !important;
    }

    .blog_title {
        font-size: 24px;
    }

    .slider-contact .content_banner {
        padding: 100px 0;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }

    .pt-60 {
        padding-top: 20px;
    }

    .branch-office h5 {
        font-size: 16px;
    }

    .branch-office p {
        font-size: 14px;
    }

    .form-addres {
        margin-top: 45px;
    }

    .blog_banner h2 {
        font-size: 33px;
        line-height: 35px;
        padding: 52px 0;
    }

    /*.wrapper-body {*/
    /*margin-top: 165px;*/
    /*}*/

}


@media only screen and (max-width: 759px) and (min-width: 400px) {
    .slide h2 {
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        padding: 0 50px;
    }

    .p-slider {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        padding: 0 50px;
    }

    .h-blue {
        font-size: 17px;
    }

    .nav-fill.pt-40 {
        padding-top: 0;
    }

    .nav-item a {
        font-size: 8px !important;
    }

    .title-title {
        font-size: 14px;
    }

    .buttons_slides_product .bx-next img, .buttons_slides_product .bx-prev img {
        height: 16px;
        width: 16px;
    }

    .tab-content .row.pt-20 {
        padding-top: 5px;
    }

    .product-name {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .price-discount {
        padding-left: 20px !important;
    }

    .price {
        font-size: 15px;
        padding-left: 20px !important;
        padding-right: 0 !important;
    }

    .fa-shopping-cart.mtk-tooltip {
        font-size: 15px;
    }

    .blue-subtitle {
        font-size: 21px;
        padding-top: 0;
        line-height: 22px;
    }

    #slider_filtros_agua .image_slider {
        height: 310px;
    }

    .text_for_slider {
        /*margin-top: -310px; *!*/
        /* min-height: 310px; */
        margin-top: 0px;
        min-height: 0px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .bg-slider {
        display: none;
    }

    .call-to-action h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .call-to-action a {
        font-size: 14px !important;
    }

    .top-bottom ul li a {
        text-align: center;
        padding: 0;
    }

    .image_footer_logo {
        max-height: 85px !important;
    }

    .sub-number {
        position: initial;
        right: initial;
        display: inline-block;
        vertical-align: top;
        margin-top: 5px;
        margin-left: -5px;
    }

    .carrito_icon_menu {
        text-align: center;
    }

    .total_in_cart {
        display: inline-block;
    }

    .mouse-scroll {
        /*top: 370px;*/
        display: none;
    }

    .nav-item .bg-light-blue {
        background-color: white;
    }

    .product-header-display h5 {
        font-size: 11px;
    }

    .product-header-display h6 {
        font-size: 12px;
    }

    .product-header-display input, .input_quantity {
        margin: 3px;
    }

    .small-title, .mtk-card-title {
        font-size: 16px;
        line-height: 17px;
    }

    .title_product {
        margin-top: 20px;
    }

    .precio-detalle {
        font-size: 23px;
        line-height: 25px;
    }

    .cintilla .title {
        font-size: 15px;
    }

    .cintilla a, .cintilla a:hover {
        font-size: 12px;
    }

    .top_banner_purificador, .top_banner_filtro_agua, .slider-contact {
        min-height: 130px;
        background-size: contain;
    }

    .preguntas-frecuentes-solid .mtk-card.inactive .mtk-card-title, .preguntas-frecuentes-solid .mtk-card-title {
        padding-right: 20px;
    }

    .h2 {
        font-size: 19px !important;
        padding-left: 5px;
    }

    .preguntas-frecuentes-solid .h2 {
        padding-bottom: 10px;
    }

    .blog_title {
        font-size: 19px;
        line-height: 20px;
    }

    .slider-contact .content_banner {
        padding: 53px 0;
    }

    .content_contact {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .content_offices {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }

    .pt-60 {
        padding-top: 20px;
    }

    .branch-office h5 {
        font-size: 16px;
    }

    .branch-office p {
        font-size: 14px;
    }

    .form-addres {
        margin-top: 45px;
    }

    .title-title span {
        padding: 10px 15px 10px 0px;
    }

    .purificador-bg .bg-white-transparency.pt-40 {
        padding-top: 0 !important;
    }

    .call-to-action {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .social-media li {
        text-align: center;
    }

    .top-bottom ul {
        margin: 0;
    }

    /*.price_menu, .lnkSearch_button {
        display: none;
    }*/

    .navbar-light .navbar-nav .nav-link {
        font-size: 17px !important;
        padding-bottom: 10px;
    }

    .blog_banner h2 {
        font-size: 25px;
        line-height: 27px;
        padding: 41px 0;
    }

    .blog .title_post, .blog .title_post:hover, .blog .categoria, .blog .description_post, .blog .date_post {
        padding: 0 15px;
    }

    .blog .title_post, .blog .title_post:hover {
        padding-top: 10px;
    }

    .blog .description_post {
        font-size: 14px;
        line-height: 17px;
    }

    .hide_small {
        display: none;
    }

    .image_gracias {
        max-width: 60px;
    }

    .title_gracias {
        font-size: 26px;
    }

    .subtitle_big_gracias {
        font-size: 19px;
        line-height: 20px !important;
    }

    .order_gracias strong {
        display: inline-block;
        width: 100%;
    }

    .bg-deep-blue h2 {
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .product-header-add-to-cart {
        font-size: 12px;
    }

    .product-header-price {
        font-size: 18px;
        line-height: 19px !important;
    }

    .lnkBluepy {
        letter-spacing: 0;
        padding-right: 5px;
        padding-left: 0px;
    }

    .lnkBluepy-icon {
        font-size: 16px !important;
    }

    .hover_image_title .text {
        font-size: 10px;
    }

    /*.wrapper-body {*/
    /*margin-top: 210px;*/
    /*}*/

}
