@import url("fonts/Gotham_Bold.css");
@import url("fonts/GothamHTF-Book.css");
@import url("fonts/GothamBook.css");
@import url("fonts/GothamLight.css");
@import url("fonts/GothamMedium.css");
@import url("fonts/MuseoSlab-900.css");
@import url("fonts/MuseoSlab-300.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@100&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.barra {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 50px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0, 3);
    z-index: 100;
}

.icon-wsp {
    width: 55px;
    height: 55px;
    line-height: 50px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0, 3);
    z-index: 100;
}

.icon-w {
    background: #0df053;
    width: 17vh;
    height: 17vh;
    /* padding: 15%; */
    color: #fff;
    /* margin: 15vh; */
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.icon-wsp:hover {
    text-decoration: none;
    background: #0df053;
    color: #fff;
}

p {
    font-family: 'GothamBook';
}

h1,
h2,
h3,
h4,
h4,
h5 {
    font-family: 'Gotham_Bold';
}

h6 {
    font-family: 'GothamHTF-Book';
}

a:hover {
    text-decoration: none;
}

a {
    font-family: 'GothamHTF-Book';
    text-decoration: none;
}

h2 {
    text-transform: uppercase;
    font-size: 25pt;
    font-weight: bold;
}

header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
    background: #FFF;
    z-index: 2000;
    width: 100%;
}

.headerTienda {
    position: initial!important;
}

.varinfo {
    /* background-color: #FC734A; */
    /* background-color: #ffa; */
    width: 100%;
}

.iconMedios {
    display: none;
}

.barrProductos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 12px 10px 12px;
    width: 90%;
    margin: auto;
}

.medios_contacto {
    color: #0084ff;
    padding: 10px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.spsp {
    margin: 0 15px;
}

.medios_contacto div {
    display: flex;
}

.varinfo div>a {
    /* color: #ffffff; */
    color: #C59635;
    font-family: arial;
    font-size: 9pt;
}

.iconRS {
    padding: 10px;
    width: 25px;
    height: 25px;
    background: #FFF;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3688d8 !important;
    font-size: 9pt;
    margin: 0;
}

.varinfo a {
    margin: 0 5px;
}

.varinfo a:hover {
    text-decoration: none;
}

/* .varinfo a i {} */

.navheader {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-item .nav-link {
    color: #ffff !important;
}

.icon_menu {
    display: none;
}

.headerNav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 40px;
}

nav ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
}

nav ul li {
    padding-right: 15px;
    padding-left: 15px;
}

nav ul li a {
    font-family: 'GothamMedium';
    color: #777;
    font-size: 14pt;
}

nav ul li a:hover {
    color: #53BAD1;
}

select {
    padding: 5px 19px 5px 5px;
}

.viewMenu {
    right: 0;
    transition: all 0.5s;
}

.viewMedios {
    height: auto !important;
    padding: 10px !important;
    transition: all .5s;
}

.imgLogo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 5px;
}

.imgLogo img {
    width: 100%;
}

.page {
    padding-top: 110px;
}

.titlePage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}


/*------------ Home --------------*/

.containerPage {
    width: 100%;
    margin: auto;
    background-color: #EDEEEF !important;
    /* padding-top: 25px; */
}

.item_prod {
    margin-bottom: 25px;
    padding-top: 15px;
    background-color: #f7f7f7;
    text-align: center;
}

.item_prod a {
    color: #4f4f4f;
}
/*  */
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*  */
.img_prod {
    margin-bottom: 10px;
}

.img_prod {
    width: 100%;
    height: 250px;
   overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
    /* align-items: center; */
}

.img_prod img {
    width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .img_prod img {
  transition: transform 0.4s ease;
  
} */

/* Al pasar el mouse, zoom */
/* .img_prod:hover img {
  transform: scale(1.1);
}
.container_carrito {
    width: 90%;
    margin: auto;
} */

.btnAddCarrito {
    padding: 10px 5px;
    border: 0;
    letter-spacing: 1px;
    margin-top: 20px;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 10pt !important;
}

.modalStore {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 20000;
    overflow-y: auto;
}

.bodyModalStore {
    max-width: 800px;
    width: 100%;
    height: 495px;
    background-color: #FFF;
    position: relative;
}


/*----------- PRODUCTOS -------------*/

.colseModal {
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.colseModal span {
    color: red;
    font-size: 15pt;
    cursor: pointer;
    font-weight: bold;
}

.imgProducto {
    width: 40%;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desciption {
    width: 60%;
    padding: 35px 20px;
    overflow-y: auto;
}

.desciption p {
    margin-bottom: 10px;
}

.imgProducto img {
    width: 100%;
    max-width: 275px;
}

.containerInfoProducto {
    width: 100%;
    height: 100%;
    max-width: 800px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.titleNombreProducto {
    font-size: 15pt;
    font-family: 'arial';
    margin-bottom: 10px;
}

.spanPrecio {
    display: block;
    margin-bottom: 20px;
}

#btnCotizar {
    padding: 5px 25px;
    border: 0;
    margin-bottom: 15px;
    background: #C59635;
    color: #FFF;
    font-size: 12pt;
    letter-spacing: 1px;
    cursor: pointer;
}

#txtCantidad {
    width: 60px;
    margin-bottom: 20px;
}

.alertModal {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.imgDetalleCarrito {
    width: 35px;
    display: block;
    margin: auto;
}

.btnDelDetalle {
    font-size: 10pt;
    cursor: pointer;
}

table {
    font-size: 12pt;
}

.table th {
    padding: .75rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
    /* border: red !important; */
}

.table tr {
    background: #FFF;
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
}

.table th {
    background: none;
}


/* .table td,
.table th {
    border: 1px solid #dee2e6;
} */

#formPedido {
    padding: initial !important;
    border: initial !important;
}

#contentFormCotizador {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#contentFormCotizador>div {
    width: 50%;
    height: 100%;
    padding: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contentFormCotizador>div:first-child {
    background-color: #6363ce;
}

#contentFormCotizador input {
    border: 0;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
}

#contentFormCotizador>div>div {
    width: 100%;
}

#contentFormCotizador h2 {
    font-family: 'Arial';
    font-size: 24pt;
    color: #FFF;
}

#contentFormCotizador h3 {
    font-family: 'Arial';
    font-family: 12pt;
    color: #6363ce;
    text-align: center;
}

#contentFormCotizador p {
    color: #FFF;
}

#contentFormCotizador form {
    padding: 0;
    border: 0;
}

.btnGreen {
    padding: 5px 39px;
    background: #46db56;
    border: 0;
    color: #FFF;
    font-size: 14pt;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
    margin-top: 20px;
}

#btnSendMsg {
    padding: 5px 10px;
    width: 100%;
    background: #46db56;
    border: 0;
    color: #FFF;
    font-size: 14pt;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1px;
}

.cantProducto {
    margin: auto;
    font-size: 15pt;
    text-align: center;
    width: 90px;
}

.sendOk {
    position: absolute;
    width: 100% !important;
    height: 100%;
    flex-direction: column;
}


/* CATALOGO DE PRODUCTOS */

#pag_productos h3,
.group_p h3 {
    color: #5A5B5D;
    font-family: 'GothamHTF-Book';
    font-size: 30pt;
    letter-spacing: 5px;
    padding-top: 30px;
    text-align: center;
}

#pag_productos h4 {
    font-family: 'GothamHTF-Book';
    font-size: 13pt;
    margin-bottom: 10px;
}

#listado_productos {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contenedor_listado_productos {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

#elementos_producto {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
}

.group_p {
    width: 79%;
}

.group_p>div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}

.group_p article {
    background: #FFF;
    padding: 10px;
    width: 24%;
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

.item_prod p {
    color: #1A1818;
    font-size: 9pt;
    margin-bottom: 10px;
}

.precio {
    color: #2E70AA;
    font-family: 'GothamHTF-Book';
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
}

.add_car {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.add_car a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    width: 100%;
}

.add_car span {
    background-color: #C59635;
    border-radius: 10px;
    color: white;
    font-size: 9pt;
    margin-right: 10px;
}

.add_car span:hover{
    background-color: white;
    color: #C59635;
    border: 1px solid #C59635;
}

.iconCarr {
    font-size: 13pt !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*   ASIDE  */

#offcanvasCategorias a {
    color: #6c6c6c;
}


/*   INFO PRODUCTO */

#info_productos {
    padding: 58px 0;
    background-color: #FFF;
}

#info_productos h3 {
    color: #5A5B5D;
    font-family: 'GothamMedium';
    font-size: 20pt;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 45px;
}

#detalles_producto {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #CCC;
}

.foto_rincipal {
    width: 40%;
    background: #FFF;
    text-align: center;
}

.foto_rincipal img {
    width: 75%;
}

.descripcion {
    background: #FFF;
    padding: 0px 20px 0px 0px;
    width: 35%;
    border-right: 2px solid #CCC;
}

.descripcion p {
    color: #313132;
    font-family: 'GothamHTF-Book';
    font-size: 13pt;
    letter-spacing: 1px;
    line-height: 20px;
}

.descripcion span {
    color: #313132;
    font-family: 'GothamBook';
    font-size: 12pt;
}

.descripcion ul li {
    color: #313132;
    font-family: 'GothamBook';
    font-size: 10pt;
    margin-top: 10px;
    margin-left: 15px;
}

.prod_car {
    padding: 10px;
    text-align: center;
    width: 15%;
}

.divCant {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 9px auto;
}

.compra_pro .mas,
.compra_pro .menos {
    color: #58595B;
    font-size: 14px;
    cursor: pointer;
}

.compra_pro .precio {
    font-weight: bold;
    font-size: 16pt;
    display: block;
    margin: 10px;
}

.prod_car .compra_pro input {
    width: 24px;
    height: 24px;
    border: 1px solid #E8E8E8;
    text-align: center;
    font-family: 'GothamMedium';
    font-size: 13pt;
    color: #58595B;
    margin: 0 5px;
}

.btn_action_car a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-family: 'GothamMedium';
    font-size: 9pt;
    width: 85px;
    height: 25px;
    color: #FFF;
    background: #C59635;
    /* background: #EC564D; */
    text-align: center;
    margin: auto;
    margin-top: auto;
    margin-top: 10px;
    text-decoration: none;
    transition-duration: .5s;
}

.container_pag {
    width: 95%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.container_pag a {
    background: #3abaa8;
    margin: 10px;
    padding: 8px 25px;
    color: #FFF;
    border-radius: 45px;
}

.redes {
    text-align: right;
    line-height: 30px;
}

.redes ul {
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.redes a {
    color: #FFF;
    margin-left: 10px;
}

.redes ul a {
    font-size: 18pt;
}

.prod_r {
    width: 100%;
}

footer .fcontain {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 95%;
    margin: auto;
    padding: 50px 0;
}

.modal-backdrop {
    display: none!important;
}

.fcontain>div {
    width: calc(100% / 3);
}


/*-------- INFO-BOXES --------*/

.info-boxes .info-box .text {
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}

.info-boxes .info-box {
    border: 5px solid #f2f2f0;
    padding: 22px 23px;
    margin: 25px;
}


/* Color texto-box */

.info-boxes .info-box .icon {
    font-size: 35px;
}

.info-box .info-box-heading.green {
    /* color: #F54109; */
    color: #FBA7BE;
}

.info-boxes .info-box .info-box-heading.orange {
    color: #ffb847;
}

.info-boxes .info-box .info-box-heading.red {
    color: #ff7878;
}

.info-boxes .info-box .info-box-heading {
    font-size: 35px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 300;
    margin-top: 5px;
}


/* SLIDER */

/* @keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 50px;
    margin: 0 40px;
} */


/* FOOTER */

a {
   /*  color: #F54109; */
    color: #C59635;
}

.social-icons a:hover,
.social-icons a:focus,
.social-icons a.active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.social-icons a .icon {
    line-height: 2em;
}

.module-body .social-icons a.active {
     background: #C59635; 
   /* background: #EA3B06;*/
}

.social-icons a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
}

.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
   /* background: #EA3B06;*/
     background: #C59635; 
}


/* horario de atencion */

.table {
    background: #F8F8F8 !important;
    border: #ffff;
}

.footer .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'FjallaOneRegular';
    color: #555555;
}

.footer .links-social {
    /* border-top: 1px solid #e5e5e5; */
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    /* margin-bottom: 70px; */
}

.footer .contact-timing .table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

.footer .contact-timing .table tbody tr td {
    border-top: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0px !important;
}


/*  */

ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.footer .contact-information .media .icon .fa-stack-2x {
     color:#C59635; 
   /* color: #EA3B06;*/
}

.outer-top-xs {
    margin-top: 30px;
}

.footer .contact-information .media .media-body a {
    color: #666666;
}

a {
    outline: none!important;
}

.distribuidor {
    /* z-index: 1; */
    /* position: absolute; */
    /* float: left; */
    width: 100%;
    margin-right: -100%;
}

.distribuidor img {
    width: 100%;
}

section .form-google {
    text-align: center;
    /* margin: 0 auto; */
    /* background: #0df053; */
}


@media screen and (max-width: 1000px) {
    aside ul li a {
        padding: 5px;
        font-size: 10pt;
    }
    .group_p article {
        width: 32%;
    }
    .icon_menu {
        display: block;
    }
}

@media screen and (max-width: 700px) {
    #pag_productos h3,
    .group_p h3 {
        font-size: 15pt;
    }
    #elementos_producto {
        width: 100%;
    }
    aside {
        display: none;
    }
    .group_p {
        width: 100%;
    }
    /* .img_prod {
        height: 150px;
    } */
    .item_prod .precio {
        font-size: 11pt;
    }
    .headerNav {
        padding: 10px;
    }
    .imgLogo {
        width: 75px;
    }
    .medios_contacto {
        padding: 10px 5px;
    }
    .varinfo div>a {
        font-size: 7pt;
    }
    .varinfo a {
        margin: 0 3px;
    }
    .spsp {
        margin: 0 3px;
    }
    .foto_rincipal,
    .descripcion {
        width: 150%;
        text-align: center;
    }
    .prod_car {
        width: 100%;
    }
    .container_carrito {
        width: 100%;
        overflow-x: scroll;
    }
    .containerBtnPago {
        margin-bottom: 40px;
    }
    #contentFormCotizador {
        flex-wrap: wrap;
        height: auto;
    }
    #contentFormCotizador>div {
        width: 100%;
    }
    .img_prod img {
        /* width: 60%; */
        height: auto;
        
    }
    .img_prod_rel img {
        width: 60%;
        height: auto;
        
    }
    .img_prod {
        height: auto !important;
    }
}

@media screen and (max-width: 460px) {
    .group_p article {
        width: 49%;
    }
    .fcontain {
        flex-wrap: wrap;
        text-align: center;
    }
    .fcontain>div {
        width: 100%;
    }
    footer .imgLogo {
        margin: auto;
    }
    .direccion,
    .footerMenu {
        margin-bottom: 15px;
    }
    .redes {
        text-align: center;
    }
    .redes ul {
        justify-content: center;
    }
    #info_productos h3 {
        font-size: 13pt;
        margin-bottom: 10px;
    }
    .foto_rincipal,
    .descripcion {
        width: 90%;
        margin: auto;
    }
    .container_pag a {
        font-size: 9pt;
    }
    footer {
        margin-top: 10px;
    }
}