/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/*
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    text-decoration: none;
}

li {
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

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

a:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.row {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    clear: both;
    position: relative;
}

.cont2 {
    width: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cont3 {
    width: 30%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cont4 {
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cont5 {
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cont55 {
    width: 55%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cont6 {
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}

.cont7 {
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}

.cont8 {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}

.cont9 {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

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

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.logo {
    padding: 50px 0;
    float: left;
    margin-left: 6%;
}

.menuCont {
    float: right;
    padding-right: 6%;
    padding-left: 60px;
    padding-top: 11px;
    padding-bottom: 9px;
    background-color: #fff;
}

.numeros {
    float: right;
    margin-bottom: 16px
}

.numeros ul li {
    float: left;
    padding: 0 12px;
    position: relative;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #b5b5b5;
    font-weight: 400;
}

.numeros ul li:before {
    content: "";
    width: 1px;
    height: 6px;
    background-color: #b5b5b5;
    position: absolute;
    top: 35%;
    right: 0;
}

.wppM:before {
    display: none;
}

.wppM .fa {
    font-size: 25px;
    color: #b5b5b5;
    margin-top: -8px;
}

.menu {
    float: left;
    margin-top: 13px;
}

.menu li {
    float: left;
    padding: 0 18px;
}

.menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #b5b5b5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: block;
    padding-bottom: 8px;
    letter-spacing: -1px;
}
.menu a.active,
.menu li:hover a,
.menu li.active a {
    color: #06a49d;
}

.menu li a::after,
.menu li.active a::after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #d5e135;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu a.active::after,
.menu li:hover a::after,
.menu li.active a::after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 35px;
}

.carritoCont {
    float: left;
    margin-top: 11px;
}

.carritoCont li {
    float: left;
    padding: 0 11px;
}

.carrito {
    position: relative;
    display: block;
}

.count {
    width: 20px;
    height: 20px;
    background-color: #d5e135;
    border-radius: 100%;
    color: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
}

.buscar {
    float: left;
    width: 275px;
    height: 50px;
    padding: 10px 13px;
    border: 3px solid #b5b5b5;
    border-radius: 25px;
}

.buscar button {
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.buscar input {
    padding: 0;
    margin: 0;
    border: none;
    height: 23px;
    font-size: 16px;
    color: #b5b5b5;
    text-align: right;
    font-family: 'Lato', sans-serif;
    margin-top: -3px;
    display: block;
    float: right;
    background-color: rgba(0, 0, 0, 0);
}

::-moz-placeholder {
    opacity: 1;
}

.buscar ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #b5b5b5;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

.buscar ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #b5b5b5;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

.buscar :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    color: #b5b5b5;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

.buscar :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #b5b5b5;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

#slider1 {
    position: relative;
    margin-top: 10%;
}

.redeSlider {
    position: fixed;
    top: 38%;
    right: 54px;
    z-index: 9;
}

.redeSlider li {
    margin: 15px 0;
}

.redeSlider li:nth-child(2) {
    display: none;
}

.redeSlider a {
    color: #fff;
    font-size: 25px;
}

.bookmarks {
    position: absolute;
    top: 32%;
    left: 130px;
    width: 250px;
    z-index: 9;
}

.bookmarks h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px;
}

.bookmarks p {
    font-size: 30px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.bookmarks ul li:hover {
    color: #ffd400 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bookmarks ul li {
    width: 100% !important;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bookmarks ul li:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #bbbbbb;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bookmarks ul li:last-child:before {
    display: none;
}

.bookmarks ul li.active {
    color: #ffd400 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#slider1 .txt {
    position: absolute;
    top: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    width: 50%;
    z-index: 2;
}

#slider1 .txt h3 {
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 15px;
}

#slider1 .txt h4 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -2px;
}

.scroll {
    margin: -35px auto 0;
    left: 0;
    right: 0;
    float: none;
    z-index: 9;
    display: table;
    position: relative;
    display: none;
}

.logos {
    position: absolute;
    top: 40%;
    width: 100%;
    padding: 0 15px;
    z-index: 9;
}

.logos img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    position: absolute;
    top: 0;
    padding: 0 15px;
}

.logos2 {
    position: absolute;
    top: 0%;
    width: 100%;
    padding: 0 15px;
    z-index: 9;
    left: 0;
}

.logos2 img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    position: absolute;
    top: 0;
    padding: 0 15px;
}

.paso1 {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.paso2 {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#one .item {
    cursor: pointer;
}

.backk {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.front {
    position: absolute;
    top: 0%;
    width: 100%;
    padding: 0 15px;
    z-index: 9;
}

.front img {
    width: 100%;
}

#marcas.catalogo .item {
    min-height: 400px;
}

#one .item:hover .backk {
    opacity: 1;
}

#one .item:hover .paso2 {
    opacity: 1;
}

#one .item:hover .paso1 {
    opacity: 0;
}

#marcas {
    margin-top: 80px;
}

.marcasCont {
    padding-left: 75px;
    margin-top: 120px;
}

.marcasCont h2 {
    font-size: 50px;
    color: #000000;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    position: relative;
}

.marcasCont h2:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    left: -74px;
    top: 15px;
}

.marcasCont h3 {
    font-size: 23px;
    color: #000000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
}

#popBlock {
    margin-top: 80px;
}

#popBlock .playicon {
    position: absolute;
    top: 60px;
    left: 35px;
    cursor: pointer;
}

.lastpop .playicon {
    left: 60px;
}

#popBlock .txt {
    position: absolute;
    top: 0 !important;
    width: 100%;
    text-align: left;
    padding-left: 45px;
    padding-top: 45px;
}

#popBlock .txt h2 {
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    color: #fff;
    font-size: 110px;
    font-weight: 800;
    text-shadow: 6px 6px 8px rgba(150, 150, 150, 1);
    font-family: 'Poppins', sans-serif;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin-top: 5%;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popCont {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    display: none;
}

.cerrarPop {
    position: absolute;
    top: 0;
    right: -30px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

#destacados {
    margin-top: 110px;
}

.tab1 {
    display: inline-block;
    margin-bottom: 100px;
}

.tab1 li {
    float: left;
    font-size: 23px;
    font-weight: 800;
    color: #cbcbcb;
    padding: 0 25px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tab1 li:hover,
.tab1 li.active {
    color: #040707;
}

.titulo h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    color: #b5b5b5;
    font-weight: 800;
    margin-bottom: 100px;
    line-height: 20px;
    text-align: center;
    margin-top: 75px;
}

.imgCont {
    position: relative;
    overflow: hidden;
}

.verMas {
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 30px 35px;
    background-color: #06a49d;
    font-family: 'Lato', sans-serif;
    color: #fff
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.imgCont:hover .verMas {
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.verMas p {
    float: left;
}

.verMas .mas {
    float: right;
}

.pData {
    width: 100%;
    margin-top: 35px;
}

.pData h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #040707;
    text-align: center;
    margin-bottom: 15px;
}

.pData h3 {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #06a49d;
    text-align: center;
    letter-spacing: 7px;
    margin-bottom: 32px;
    font-weight: 600;
}

.oferta {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #d81f32;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#distriHome .txt {
    position: absolute;
    top: 30%;
    width: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
}

#distriHome .txt h2 {
    color: #fff;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

#distriHome .verMas {
    position: relative;
    bottom: initial;
    width: auto;
    padding: 30px 25px;
    background-color: #ffd500;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: right;
}

.amarillo {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.amarillo:hover {
    background-color: #000 !important;
    color: #fff !important;
}

#newslatter {
    margin-top: 100px;
}

#newslatter h2 {
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #040707;
    text-align: center;
    position: relative;
    margin-top: 50px;
    padding-bottom: 30px;
}

#newslatter h2:before {
    content: "";
    width: 100px;
    height: 4px;
    background-color: #040707;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
}

#newslatter h3 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #cbcbcb;
    text-align: center;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
}

#newslatter form {
    width: 90%;
    background-color: #fff;
    border-radius: 25px;
    padding: 7px;
    padding-left: 30px;
    -webkit-box-shadow: -2px 13px 21px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 13px 21px -2px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 13px 21px -2px rgba(0, 0, 0, 0.75);
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
}

#newslatter button {
    background-color: #ffd400;
    border-radius: 25px;
    color: #040707;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    float: right;
    border: none;
    padding: 15px 0;
    width: 150px;
    cursor: pointer;
}

#newslatter input[type=email] {
    border: none;
    float: left;
    height: 45px;
}

#newslatter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #cbcbcb;
}

#newslatter ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #cbcbcb;
}

#newslatter :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #cbcbcb;
}

#newslatter :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #cbcbcb;
}

.check {
    width: 90%;
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    margin-top: 40px;
    text-align: center;
}

.check input {
    float: left;
}

.check label,
.check label a {
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    color: #aeaeae;
}

footer {
    background-color: #fbfafaa6;
    padding-top: 40px;
    margin-top: 100px;
}

footer ul {
    margin-top: 20px;
}

footer li {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    position: relative;
}

footer li:first-child:before {
    content: "";
    width: 2px;
    height: 9px;
    background-color: #d81f32;
    left: -6px;
    top: 6px;
    position: absolute;
}

footer li a {
    color: #4c6261;
}

.copy {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    margin-top: 40px;
    padding: 40px 0;
    text-align: center;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    color: #000;
}

#slider1.bannerInt .txt {
    top: 27%;
    display: none;
}

.bannerInt .redeSlider {
    top: 40%;
}

#migas ul {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 70px 0;
}

#migas ul li {
    padding-bottom: 0px;
    position: relative;
    float: left;
    margin: 0 18px;
    font-family: 'Poppins', sans-serif;
    color: #040707;
    font-size: 13px;
    letter-spacing: 2px;
    color: #06a49d;
    font-weight: 900;
}

#migas ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    letter-spacing: -1px;
    line-height: 0;
    position: relative;
}

#migas ul .active a {
    letter-spacing: 2px;
    color: #06a49d;
}

.colIz h2 {
    width: 100%;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #b5b5b5;
    margin-bottom: 30PX;
}

.colIz ul li,
.colIz ul li a {
    margin-bottom: 17px;
    padding-bottom: 5px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #bababa;
    cursor: pointer;
    padding-left: 23px;
    position: relative;
}

.colIz ul li.active a,
.colIz ul li a:hover {
    color: #040707;
}

.colIz ul li.active::before {
    content: "";
    background-image: url(../img/blackArrow.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 9px;
}

.paginador {
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    display: table;
    margin-bottom: 25px;

}

.paginador ul li {
    float: left;
    margin: 0 10px;
    position: relative;
}

.paginador ul li a {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #b5b5b5;
    padding-bottom: 4px;
    position: relative;
}

.paginador ul li:first-child a,
.paginador ul li:last-child a,
.paginador ul li a:hover {
    color: #06a49d;
}

.paginador ul li:first-child a:before,
.paginador ul li:last-child a:before {
    content: "";
    width: 43px;
    height: 2px;
    background-color: #040707;
    position: absolute;
    bottom: 0;
    left: 0;
}

#producto .verMas {
    width: auto;
    top: 0;
    left: 15px;
    z-index: 9;
}

#producto .verMas span {
    float: left;
}

#producto .verMas p {
    float: right;
}

#producto .oferta {
    z-index: 9;
    top: 50%;
    left: 70%;
}

.pInfoCont {
    padding-left: 120px;
}

.ref {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
}

.nombre {
    display: inline-block;
    width: 100%;
    clear: both;
}

.nombre h2 {
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
}

.precio {
    padding-bottom: 25px;
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
}


/* .precio:before{
  content: "";
  position: absolute;
  width: 90px;
  height: 4px;
  background-color: #000000;
  bottom: 0;
  left: 0;
} */

.precio p {
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    color: #040707;
    letter-spacing: 0;
    float: left;
    margin-top: 12%;
    font-weight: 400;
}

.precio span {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #aeafaf;
    letter-spacing: 10px;
    float: left;
    margin-right: 20px;
    text-decoration: line-through;
}

.colorC {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.tooltip__pro {
    position: absolute;
    width: auto;
    padding: 0.3rem 0.3rem;
    border-radius: 13px;
    transform: translate(-8px, -26px);
    background: #06a49d;
    color: #fff;
    transition: all .2s ease;
    opacity: 0;
}

.cont-color-options span:hover > .tooltip__pro {
    opacity: 1;
}

.tallas {
    float: left;
    margin: 50px 0;
}

.colorC h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
}

.tallas .talla {
    float: left;
    width: auto;
    height: 33px;
    padding: 0 .7rem;
    border: 1px solid #cbcbcb;
    margin-right: 15px;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #cbcbcb;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tallas .talla:hover,
.tallas .talla.active {
    background-color: #06a49d;
    border: 1px solid #06a49d;
    color: #fff;
}

.cantidad {
    display: inline-block;
    margin: 20px 12px 0 0;
}

.cantidad input[type="text"] {
    background-color: #fff;
    border: 1px solid #8d8d8d;
    color: #000000;
    width: 59px;
}

.cantidad input {
    width: 33px;
    height: 45px;
    border: 1px solid transparent;
    margin-right: 6px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #cbcbcb;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.color {
    float: left;
}

.colorCont ul {
    height: 33px;
    overflow: hidden;
}

.colorCont ul li {
    margin-bottom: 6px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #cbcbcb;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.color input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
}

.color input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.color input[type="color"]::-webkit-color-swatch {
    border: none;
}

.desc {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.desc h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
}

.desc p, .desc li {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #000000;
    line-height: 21px;
    text-align: justify;
    font-weight: bold;
}

.cuidadosC {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 30px;
}

.cuidados {
    height: 70px;
    padding: 0 25px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    letter-spacing: 7px;
    display: inline-block;
    line-height: 70px;
    background-color: #e5e5e5;
}

.cuidadosIcon {
    float: right;
    padding-top: 18px;
}

.cuidadosIcon ul li {
    float: left;
    margin-right: 8px;
}

.agregar {
    display: inline-block;
    width: 59%;
    clear: both;
    margin-top: 20px;
}

.agregar a {
    width: 100%;
    display: block;
    background-color: #06a49d;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.redeP {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 40px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 15px 0;
}

.redeP p {
    float: left;
    font-size: 24px;
    font-weight: 800;
    color: #040707;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif;
}

.redeP ul li {
    float: right;
    margin-right: 40px;
}

.redeP ul li a {
    color: #e5e5e5;
    font-size: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.redeP ul li a:hover {
    color: #ffd500;
}

#infoP {
    margin-top: 130px;
}

.infotabs {
    margin: 0 auto;
    float: none;
    display: table;
    width: 80%;
}

.infotabs li a {
    text-align: center;
}

.infotabs li {
    font-size: 24px;
    font-weight: 800;
    color: #040707;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
    width: 48%;
    display: inline-block;
    margin: 0 3px;
    text-align: center;
    padding: 10px 0;
}

.infotabs li.active {
    border-bottom: 2px solid #d5e135;
}


/* .infotabs li:before{
  content: "";
  width: 0px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} */

.infotabs li:last-child {
    margin-right: 0;
}


/* .infotabs li:hover::before,
.infotabs li.active::before{
  width: 93px;
} */

.infoCont {
    padding: 80px 200px !important;
    /* background-color: #f5f5f5; */
    border-top: 1px solid #cecece;
}

.infoCont h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #040707;
    margin-bottom: 15px;
}

.infoCont p {
    font-size: 19px;
    font-weight: 100;
    color: #040707;
    margin-bottom: 28px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}

.infoCont.row strong {
    font-weight: 600;
}

.infoCont img {
    margin-bottom: 20px;
}

#relacionados h5 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #040707;
    text-align: center;
    padding: 118px 0;
}

.preciosMyo {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.preciosMyo h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
}

.mayoCont ul {
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mayoCont ul li {
    width: 100%;
    background-color: #040707;
    padding: 0px 25px;
    margin-bottom: 6px;
    display: block;
    height: 45px;
    line-height: 45px;
}

.mayoCont ul li p {
    float: left;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.mayoCont ul li span {
    float: right;
}

.mayoCont ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #e5e5e5;
}

.mayoCont ul::-webkit-scrollbar {
    width: 5px;
    background-color: #040707;
}

.mayoCont ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #040707;
}

#distriForm {
    margin-top: 100px;
}

#distriForm h2 {
    text-align: center;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    display: table;
}

#distriForm form {
    width: 100%;
    margin-top: 60px;
}

#distriForm form input {
    width: 100%;
    border: 1px solid #cbcbcb;
    height: 43px;
    padding: 0 14px;
    margin-bottom: 30px;
}

#distriForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #262626;
}

#distriForm ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #262626;
}

#distriForm :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #262626;
}

#distriForm :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #262626;
}

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

.alertR {
    float: left;
    position: relative;
    padding: 0 13px;
    margin-right: 13px;
}

.alertR:before {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #000000;
    position: absolute;
    top: 15%;
    right: 0;
}

.alerta p {
    float: left;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #262626;
    width: 80%;
}

.alerta p a {
    color: #262626;
}

.conteForm button {
    position: relative;
    padding: 30px 25px;
    background-color: #06a49d;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 13px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    display: table;
}

.conteForm {
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
}

#distriForm form .conteForm input[type=checkbox] {
    width: 16px;
    height: 16px;
}

#distriForm form .conteForm label {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #262626;
}

#distriForm form .conteForm label a {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #262626;
}

.catalogo .item {
    cursor: pointer;
}

.catalogo .item:hover .backk {
    opacity: 1;
}

.catalogo .item:hover .paso2 {
    opacity: 1;
}

.catalogo .item:hover .paso1 {
    opacity: 0;
}

.catalogo .item img {
    width: 100%;
}

.desCata {
    width: 40%;
    float: left;
    display: inline-block;
}

.catalogo .marcasCont {
    padding-left: 75px;
    margin-top: 0;
    width: 60%;
    float: left;
    margin-bottom: 100px;
}

.desCata .verMas {
    width: auto;
    position: relative;
    display: block;
    bottom: 0;
    padding: 0 35px;
    height: 70px;
    line-height: 70px;
}

.desCata {
    margin-bottom: 100px;
}

#marcas.catalogo h2:before {
    display: none;
}

.lista {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    padding: 40px 0;
}

.fechap {
    background-color: #262626;
    height: 70px;
    padding: 0 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    margin-right: 10px;
}

.rehacer {
    background-color: #cbcbcb;
    height: 70px;
    padding: 0 35px;
    margin-right: 10px;
    width: 450px;
}

.lista .rehacer .texto {
    width: 84%;
    float: left;
    padding: 0;
}

.rehacer p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #040707;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 70px;
}

.rehacer img {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.verDetalles {
    background-color: #ffd500;
    height: 70px;
    padding: 0 35px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #040707;
    line-height: 70px;
    margin-right: 10px;
    letter-spacing: 6px;
}

.lista .texto {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    color: #090909;
    padding: 30px 40px 0;
}

.lista .texto p {
    float: left;
}

.lista .texto span {
    float: left;
    margin-left: 100px;
}


/****************************************carrito*********************************/

.cart_product img {
    float: left;
    max-width: 100px;
}

.cart_product .nombreInt {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    width: 58%;
}

.cart_product .nombreInt h2 {
    font-size: 34px;
    color: #161f26;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.cart_product .nombreInt h3 {
    font-size: 15px;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
}

#cart_summary thead tr th {
    background-color: #efeff0;
    padding: 45px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    color: #161f26;
}

.cart_envio small {
    font-size: 23px;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding-top: 43px;
    display: block;
}

.cart_unit .price {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #161f26;
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
}

.cart_total .price {
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    color: #161f26;
    padding-top: 24px;
    display: block;
    float: left;
}

.cart_total a {
    float: left;
    display: block;
    color: #fff;
    margin-left: 15px;
    margin-top: 20px;
}

.cart_total .icon-trash {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #cf992a;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}

#cart_summary thead tr .cart_quantity {
    color: #fff;
    background-color: #161f26;
}

.cupon {
    background-color: #161f26;
}

.cupon img {
    float: left;
    width: 11%;
}

.cupon input {
    float: left;
    margin-left: 20px;
    width: 80%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 15px;
    ;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.cart_total_price ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.cart_total_price ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    ;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.cart_total_price :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    ;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.cart_total_price :-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    ;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.medioForm {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    background-color: #efeff0;
    color: #a6a7a9;
}

.tituloForm {
    background-color: #161f26;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    text-align: center;
}

#cart_summary {
    font-family: 'Poppins', sans-serif;
    color: #161f26;
    font-size: 22px;
}

#cart_summary .text-left {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    letter-spacing: -2px;
}

#cart_summary .price {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    color: #000000;
    letter-spacing: 3px;
}

.masPs h2 {
    background-color: #efeff0;
    color: #a6a7a9;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    padding: 20px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.final h2 {
    background-color: #cf992a;
    color: #fff;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    padding: 20px;
    cursor: pointer;
}

.masPs h2:hover {
    color: #fff;
    background-color: #cf992a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.cart_quantity_input {
    float: left;
    background-color: #d5e135;
    color: #262626;
    font-family: 'Lato', sans-serif;
    border: none;
    text-align: center;
    margin: 2px;
    border-radius: 0;
}

.cart_quantity_button .btn {
    float: left;
    background-color: #fff;
    color: #cbcbcb;
    font-family: 'Lato', sans-serif;
    border: none;
    text-align: center;
    margin: 0 2px;
    border-radius: 0;
    width: 33px;
    height: 33px;
    padding: 0;
    line-height: 33px;
    border: 1px solid #cfcfcf;
}

.cart_quantity {
    padding-top: 40px !important;
}

.tituloRR {
    width: 100%;
}

.tituloRR .ingresa {
    float: left;
    background-color: #efeff0;
    color: #161f26;
    padding: 50px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
}

.tituloRR .rapido {
    float: left;
    background-color: #161f26;
    color: #efeff0;
    padding: 50px;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
}

#finalCompra form {
    margin: 60px auto 0;
    float: none;
    left: 0;
    right: 0;
    width: 100%;
}

#finalCompra form input[type=text] {
    width: 70%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e5e5e5;
    padding: 20px;
    float: left;
    height: 72px;
    font-size: 22px;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

#finalCompra form button {
    width: 30%;
    background-color: #cf992a;
    border: 1px solid #cf992a;
    padding: 20px;
    float: left;
    font-size: 30px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

#finalCompra ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 22px;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
}

#finalCompra ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 22px;
    ;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
}

#finalCompra :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 22px;
    ;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
}

#finalCompra :-moz-placeholder {
    /* Firefox 18- */
    font-size: 22px;
    ;
    color: #161f26;
    font-family: 'Raleway', sans-serif;
}

#finalCompra label {
    font-size: 12px;
    color: #262626;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-left: 5px;
    margin-top: 20px;
    margin: 20px auto 0;
    float: none;
    left: 0;
    right: 0;
}

#finalCompra label a {
    font-size: 11px;
    color: #cf992a;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

#finalCompra form input[type=checkbox] {
    margin-top: 20px;
}

.label {
    margin: 0px auto 0;
    float: none;
    left: 0;
    right: 0;
}

#finalCompra .pasosF {
    margin-top: 80px;
}

#finalCompra .pasosF li {
    float: left;
    width: 23%;
    margin: 2px;
}

.identificacion {
    width: 100%;
    display: inline-block;
    margin-bottom: 32px;
}

.identificacion .iden {
    float: left;
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    font-weight: 700;
    width: 50%;
    background-color: #262626;
}

.identificacion .iden .fa {
    float: left;
    margin-right: 15px;
}

.identificacion .textr {
    float: left;
    color: #ececec;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding: 15px;
    width: 50%;
    background-color: #262626;
    min-height: 60px;
}

#resumenCompra form label {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #161f26;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100%;
}

#resumenCompra form input {
    width: 100%;
    height: 43px;
    border: 1px solid #e6e6e6;
    padding: 0 25px;
    margin-bottom: 30px;
}

#resumenCompra form select {
    width: 100%;
    height: 38px;
    border: 1px solid #e6e6e6;
}

#resumenCompra form .checkR label {
    font-size: 12px;
    width: auto;
    float: left;
    color: #262626;
}

#resumenCompra form .checkR input {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 13px;
    margin-right: 5px;
}

#resumenCompra ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

#resumenCompra ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    ;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

#resumenCompra :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    ;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

#resumenCompra :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    ;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

.checkR {
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
}

.cerrarIden {
    background-color: #cbcbcb;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin-top: 35px;
    color: #fff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.direccionEnvio.dirhead {
    display: none;
}

.direccionEnvio {
    background-color: #262626;
    width: 100%;
    display: inline-flex;
    padding: 40px 26px;
    padding-right: 50px;
}

.direccionEnvio span {
    float: left;
    margin-right: 21px;
}

.direccionEnvio .texto {
    float: left;
    width: 70%;
}

.direccionEnvio .texto h2 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 700;
}

.direccionEnvio .texto p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 0;
}

.direccionEnvio .texto a {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #161f26;
    margin-bottom: 5px;
    display: block;
    margin-top: 3px;
}

.direccionEnvio .texto a:hover {
    text-decoration: underline !important;
}

.idHead {
    display: none;
}

.edit {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.idCont ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

.idCont ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    ;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

.idCont :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    ;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

.idCont :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    ;
    color: #262626;
    font-family: 'Lato', sans-serif;
}

.dirCont form {
    /*display: none;*/
    margin-top: 50px;
}

.resumenInt .textr {
    padding: 16px 20px;
    width: 80%;
    float: left;
}

.resumenInt .textr h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.resumenInt .iden {
    float: left;
    padding: 8px 15px;
}

.resumenInt {
    background-color: #262626;
}

.linkLink {
    background-color: #161f26;
    color: #fff;
    padding: 85px 130px;
    width: 100%;
    display: inline-block;
}

.linkLink h3 {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
}

.linkLink ul {
    padding: 0;
}

.linkLink ul li {
    font-family: 'Lato', sans-serif;
    font-size: 37px;
    margin-bottom: 15px;
    cursor: pointer;
}

.linkLink ul li.active {
    padding: 25px 30px;
    color: #161f26;
    background-color: #fff;
}

#links .Tab h2 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    color: #161f26;
    margin-bottom: 30px;
}

#links .Tab p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #161f26;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 30px;
}


/*CAR*/

.b_car {
    float: left;
    width: 100%;
    min-height: 200px;
    padding: 50px 10px 0 10px;
    text-align: center;
    margin: 0 0 30px 0;
}

.b_car3 {
    display: inline-block;
    width: 100%;
    max-width: 660px;
    margin: 0 0 30px 0;
    float: left;
}

.b_car3 .bcar3_cupon {
    float: left;
    width: 100%;
    height: 67px;
    margin: 0 0 20px 0;
    color: #fff;
    padding: 0 0 0 90px;
    background: #000 url("../img/cuponFor.png") 20px center no-repeat;
    border: none;
    font-size: 14px;
}

.b_car4 {
    display: inline-block;
    width: 100%;
    max-width: 487px;
    float: right;
}


/*bases sd*/


/*CAR*/

.b_car {
    float: left;
    width: 100%;
    min-height: 200px;
    padding: 50px 10px 0 10px;
    text-align: center;
    margin: 0 0 30px 0;
}

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

.bcar_list-tit {
    background-color: #262626;
    float: left;
    width: 100%;
}

.bctxt {
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: left;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: 0 0 0 10px;
    font-weight: 800;
}

.bcw1 {
    width: 90px;
}

.bcw2 {
    width: 300px;
}

.bcw3 {
    width: 140px;
}

.bcw4 {
    width: 140px;
}

.bcw5 {
    width: 140px;
}

.bcw6 {
    width: 166px;
}

.bcar_itm {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 100px;
    padding: 10px 0 10px 0;
    position: relative;
    text-align: left;
}

.bcitm {
    float: left;
    height: 34px;
    font-size: 16px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 800;
}

.bcitm.bcw1 {
    padding: 0 30px 0 0;
    overflow: hidden;
}

.bcitm.bcw1 img {
    width: 100%;
}

.bcitm.bcw2 {
    padding: 0 30px 0 0;
}

.quantity {
    position: relative;
    width: 100%;
    padding: 0 25px;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    font-family: 'Lato', sans-serif;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    width: 30px;
    position: absolute;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 40px;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.quantity-button.quantity-up {
    position: absolute;
    top: 0px;
    right: -58px;
}

.quantity-button.quantity-down {
    position: absolute;
    left: 0;
    top: 0px;
}

.bcar_itm-delete {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    background-color: #dd392d;
    top: 25px;
    right: 0;
    color: #fff;
    background: #d5e135 url("../img/icon_clss.png") center center no-repeat;
    cursor: pointer;
}

.b_car2 {
    float: left;
    width: 100%;
    padding: 0 10px 50px 10px;
    text-align: center;
}

.b_car3 {
    display: inline-block;
    width: 100%;
    max-width: 660px;
    margin: 0 0 30px 0;
}

.b_car3 .bcar3_cupon {
    float: left;
    width: 100%;
    height: 67px;
    margin: 0 0 20px 0;
    color: #fff;
    padding: 0 0 0 90px;
    background: #cbcbcb url("../img/cuponFor.png") 20px center no-repeat;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.b_car3 .bcar3_cupon::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.b_car3 .bcar3_cupon:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.b_car3 .bcar3_cupon::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.b_car3 .bcar3_cupon:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.b_car3 .bcar3_tit {
    float: right;
    width: 100%;
    min-height: 67px;
    margin: 0 0 20px 0;
    color: #fff !important;
    padding: 5px 0 0 0;
    border: none;
    background-color: #262626 !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    background-color: #efeff0;
    color: #a6a7a9;
}

.bcar3_img {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}

.bcar3_img img {
    width: 100%;
}

.b_car4 {
    display: inline-block;
    width: 100%;
    max-width: 487px;
}

.b_car4 h2 {
    float: right;
    width: 100%;
    min-height: 67px;
    color: #fff;
    padding: 5px 0 0 0;
    border: none;
    font-size: 23px;
    background-color: #262626;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
}

.bcar4_itm {
    float: left;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e5e5e5;
}

.bcar4_itm .bcar4_tx {
    float: left;
    width: 50%;
    font-size: 25px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding: 0 0 0 20px;
    font-weight: 700;
}

.bcar4_itm .bcar4_pr {
    float: left;
    width: 50%;
    font-size: 19px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: right;
    padding: 0 0 0 0;
}

.bcar4_btnm {
    float: left;
    padding: 5px 10px;
    min-height: 56px;
    width: 49%;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #040707;
    background-color: #cbcbcb;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.bcar4_btnf {
    float: right;
    padding: 5px 10px;
    min-height: 56px;
    width: 49%;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #040707;
    background-color: #d5e135;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 4px;
}


/*CAR*/


/*CAR 2*/

.w_cados {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 10px;
}

.bx_cados {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
}

.bx_cados h2 {
    float: right;
    width: 100%;
    min-height: 130px;
    color: #000;
    padding: 8px 15px;
    border: none;
    font-size: 28px;
    background-color: #e9e9e9;
    font-weight: 400;
    text-align: center;
}

.bx_cados h2 strong {
    color: #babab9;
    font-weight: 400;
}

.cados_form {
    display: inline-block;
    width: 100%;
    max-width: 850px;
    position: relative;
    margin: 30px 0 5px 0;
    padding: 0;
}

.cados_form .cados_input {
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 3px 15px 3px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 200;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px 0;
}

.cados_form .cados_input::-webkit-input-placeholder {
    color: #000;
}

.cados_form .cados_input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.cados_form .cados_input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.cados_form .cados_input:-ms-input-placeholder {
    color: #000;
}

.cados_form .cados_send {
    position: relative;
    top: 0;
    right: 0;
    height: 58px;
    line-height: 59px;
    background-color: #000;
    color: #fff;
    text-align: center;
    width: 238px;
    border: none;
    font-size: 22px;
    -webkit-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    transition: all 1s cubic-bezier(.1, .6, .4, 1);
}

.cados_form .cados_send:hover {
    width: 260px;
}

.cados_form .bx_inde4_check {
    width: 90%;
    text-align: left;
}

.cados_form .bx_inde4_check a {
    color: #dd392d;
}

.w_cados2 {
    float: left;
    width: 100%;
    padding: 20px 0 100px 0;
    text-align: center;
}

.cados2-itm {
    display: inline-block;
    width: 100%;
    max-width: 272px;
    margin: 0 15px 10px 15px;
    text-align: left;
    background-color: #000;
    color: #fff;
    padding: 25px 18px 30px 134px;
    border-radius: 18px;
    position: relative;
}

.cados2-itm h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
    margin: 0 0 5px 0;
}

.cados2-itm p {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    padding: 0 30px 0 0;
}

.cados2-itm1 {
    background: #000 url("../img/icon_pr1.png") 25px center no-repeat;
    padding: 25px 18px 30px 134px;
}

.cados2-itm2 {
    background: #000 url("../img/icon_pr2.png") 25px center no-repeat;
    padding: 25px 18px 30px 111px;
}

.cados2-itm3 {
    background: #000 url("../img/icon_pr3.png") 25px center no-repeat;
    padding: 25px 18px 30px 108px;
}

.cados2-itm4 {
    background: #000 url("../img/icon_pr4.png") 25px center no-repeat;
    padding: 25px 18px 30px 124px;
}

.cados_nmbr {
    position: absolute;
    top: 23px;
    right: -20px;
    height: 42px;
    width: 42px;
    border: 5px solid #000;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    color: #000;
    border-radius: 42px;
    font-size: 15px;
}


/*CAR 2*/


/*CAR 3*/

.w_catres {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 10px;
}

.box_catres1 {
    float: left;
    width: 100%;
    text-align: center;
}

.box_catres1 .catres1_tit {
    background-color: #e5e5e5;
    min-height: 68px;
    padding: 15px 30px;
    text-align: left;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.box_catres1 .catres1_tit h2 {
    float: left;
    font-size: 22px;
    color: #000;
    padding: 0 20px 0 50px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    background: url("../img/icon_usr.png") left center no-repeat;
}

.box_catres1 .catres1_tit p {
    float: left;
    width: 100%;
    max-width: 290px;
    position: relative;
    font-size: 12px;
    padding: 5px 0 0 20px;
}

.box_catres1 .catres1_tit p:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #ababab;
}

.box_catresform label {
    font-size: 12px;
    float: left;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
}

.box_catresform select {
    font-size: 12px;
    float: left;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    height: 37px;
    border-radius: 3px;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
}

.box_catresform input {
    font-size: 12px;
    float: left;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    height: 37px;
    border-radius: 3px;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
}

.box_catresform textarea {
    font-size: 12px;
    float: left;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    height: 120px;
    border-radius: 3px;
    resize: none;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 5px 15px;
}

.box_catresform input::-webkit-input-placeholder {
    color: #000;
}

.box_catresform input:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.box_catresform input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.box_catresform input:-ms-input-placeholder {
    color: #000;
}

.box_catresform .br_hr {
    float: left;
    width: 100%;
    background-color: #e5e5e5;
    height: 1px;
    margin: 10px 0;
}

.box_catresform .cnts_l_inpt {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0 0 18px 0;
}

.box_catresform .cnts_l_inpt2 {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0 0 18px 0;
}

.box_catresform .cnts_l_inpt3 {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0 0 18px 0;
}

.box_catresform .bx_inde4_check {
    width: auto;
}

.box_catresform .bx_inde4_check p {
    width: 80%;
    text-align: left;
}

.box_catresform .bx_inde4_check input {
    border-bottom: none;
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
}

.box_catresform .btn_envm {
    float: left;
    background-color: #262626;
    color: #fff;
    text-align: center;
    min-width: 200px;
    width: 100%;
    max-width: 48.5%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    transition: all 1s cubic-bezier(.1, .6, .4, 1);
}

.box_catresform .btn_envm:hover {
    max-width: 300px;
    letter-spacing: 1px;
}

.box_catres2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.box_catres2 .catres1_tit {
    background-color: #e5e5e5;
    min-height: 68px;
    padding: 25px 30px;
    text-align: left;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

.box_catres2 .catres1_tit h2 {
    float: left;
    font-size: 17px;
    color: #000;
    padding: 0 20px 0 50px;
    font-weight: 400;
    min-height: 40px;
    background: url("../img/icn_plc.png") left center no-repeat;
}

.box_catres2 .catres1_tit p {
    float: right;
    width: 100%;
    max-width: 350px;
    position: relative;
    font-size: 12px;
    padding: 5px 0 0 20px;
}

.box_catres2 .catres1_tit p:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #ababab;
}

.box_catres3 {
    float: left;
    width: 100%;
    text-align: center;
}

.box_catres3 .catres1_tit {
    background-color: #e5e5e5;
    min-height: 68px;
    padding: 10px 10px 10px 30px;
    text-align: left;
    margin: 0;
    float: left;
    width: 100%;
}

.box_catres3 .catres1_tit h2 {
    float: left;
    font-size: 17px;
    color: #000;
    padding: 17px 0 0 50px;
    font-weight: 400;
    min-height: 44px;
    background: url("../img/icn_car_l.png") left center no-repeat;
    width: 100%;
}

.box_catres3 .bcar4_tx {
    text-align: left;
    width: 69%;
}

.box_catres3 .bcar4_pr {
    text-align: left;
    width: 31%;
}

.box_catres3 .bcw1 {
    width: 25%;
}

.box_catres3 .bcw2 {
    width: 44%;
}

.box_catres3 .bcw4 {
    width: 31%;
}


/*CAR 3*/


/*CAR 4*/

.box_catro1 {
    position: relative;
}

.box_catro1 .catres1tit_edit {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    background: url("../img/icon_edito.png") center center no-repeat;
}

.box_catro1.box_catres1 .catres1_tit p {
    float: right;
    width: 100%;
    max-width: 90%;
    position: relative;
    font-size: 12px;
    padding: 5px 0 0 20px;
}

.box_catro1.box_catres1 .catres1_tit p a {
    color: #000;
}

.box_catro2.box_catres2 .catres1_tit p {
    float: right;
    width: 100%;
    max-width: 200px;
    position: relative;
    font-size: 12px;
    padding: 5px 0 0 20px;
}

.cnts_l_inpt_s3 select {
    width: 100%;
    margin: 0 0 15px 0;
}

.box_catresform_min {
    float: left;
    width: 100%;
}


/*CAR 4*/


/*PRODUCTOS*/

.w_product {
    background-color: #f7f8f8;
}


/*blo left*/

.bloq_left {
    width: 100%;
    padding: 80px 0 50px 0;
    float: left;
    width: 270px;
    height: 100vh;
    position: relative;
    z-index: 2;
    position: fixed;
    top: 0;
    left: -270px;
    background-color: #000;
    z-index: 99999;
    overflow: auto;
}

.bloq_left_cnt {
    float: left;
    width: 240px;
}

.bloq_left_cnt h2 {
    background-color: #000;
    color: #fff;
    font-size: 37px;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-weight: 400;
    margin: 0;
}

.bloq_left_cnt h3 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    padding: 0 20px;
    border-bottom: 1px dashed #000;
    height: 65px;
    line-height: 65px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.bloq_left_cnt h3:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 10px;
    background: url("../img/icon_arrow.png") center center no-repeat;
    height: 18px;
    width: 18px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
}

.opn_menu_cl h3:after {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.bloq_left_cnt h4 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 30px;
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.bloq_left_cnt ul {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.bloq_left_cnt ul li {
    font-weight: 400;
    font-size: 14px;
    margin: 5px 0;
    cursor: pointer;
}

.btn_filter_n {
    position: fixed;
    top: 150px;
    left: -30px;
    background-color: #fff;
    height: 50px;
    width: 80px;
    z-index: 9;
    border-radius: 0 5px 5px 0;
    background: #fff url("../img/icon_filter.png") 40px center no-repeat;
    background-size: 30px;
    z-index: 9999;
    -webkit-transition: all 1.1s ease;
    -moz-transition: all 1.1s ease;
    -ms-transition: all 1.1s ease;
    -o-transition: all 1.1s ease;
    transition: all 1.1s ease;
    transform: translate3d(-50px, 0, 0);
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
}

.btn_filter_n.sticky {
    transform: translate3d(0px, 0, 0);
}

.btn_filter_n.btn_filter_n_open.sticky,
.btn_filter_n.btn_filter_n_open {
    transform: translate3d(300px, 0, 0);
    background-size: 0px;
}

.btn_filter_n.btn_filter_n_open:after {
    content: "X";
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #53585a;
    text-align: center;
    padding: 8px 0 0 0;
}

.bx_mn_filter {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background-color: #fff;
    padding: 15px 20px 20px 10px;
    height: 100vh;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    backface-visibility: hidden;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition-timing-function: cubic-bezier(.58, .05, .27, .92);
    transform: translate3d(-101%, 0, 0);
}

.opn_menu_filter .bx_mn_filter {
    animation-name: slide_out_left_sd;
}

.opn_menu_filter_cl .bx_mn_filter {
    animation-name: slide_in_left_sd;
    z-index: 20000;
}

.bloq_left_brg {
    float: left;
    width: 90%;
}

.bloq_left_blqt {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #000;
}

.bloq_left_itm {
    float: left;
    width: 100%;
    padding: 0 0 0 20px;
    height: 30px;
    font-size: 16px;
    margin: 0 0 1px 0;
    color: #000;
}


/*SLIDE BAR*/

.slider-labels {
    margin-top: 10px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #000;
}

.noUi-background {
    background: #000;
}

.noUi-connect {
    background: #000;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #000;
    border: 8px solid #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

.rang_dv {
    float: left;
    width: 90%;
    margin: 20px 0;
    padding: 0 10px 0 30px;
    height: 20px;
}

.rang_dv_hrsd {
    float: left;
    width: 90%;
    padding: 0 0 0 0;
}

.rang_dv_hrsd span {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #000;
    margin: 0 0 0 0;
}

.rang_dv_rrd {
    float: left;
    width: 45%;
    height: 40px;
    padding: 10px 0 0 20px;
}

.rang_dv_rrd p {
    float: left;
    width: 100%;
    font-size: 14px;
}

.rang_dv_rrr {
    float: left;
    width: 45%;
    height: 40px;
    padding: 10px 0 0 0px;
    text-align: right;
}

.rang_dv_rrr p {
    float: left;
    width: 100%;
    font-size: 14px;
}


/*SLIDE BAR*/

.checkbox {
    width: 100%;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    text-align: left;
    color: #000;
    display: block;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox .helper {
    position: absolute;
    top: -2px;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox .helper::before,
.checkbox .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}

.checkbox .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #dd392d;
    border-color: #dd392d;
}

.checkbox label:hover .helper {
    color: #dd392d;
}

.checkbox input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #dd392d;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: 1rem;
}


/*blo left*/

.bloq_center {
    float: right;
    width: 100%;
    padding: 50px 0 0px 0;
    min-height: 600px;
    margin: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.bloq_center h2 {
    float: left;
    width: 100%;
    min-height: 100px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 34px;
    margin: 0 0 50px 0;
}

.w_prprdu {
    float: left;
    width: 95%;
    min-height: 500px;
    margin: 0 2.5% 50px 2.5%;
    position: relative;
    padding: 10px;
    text-align: left;
}

.w_prprdu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 0.5s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 0.5s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 0.5s cubic-bezier(.1, .6, .4, 1);
    transition: all 0.5s cubic-bezier(.1, .6, .4, 1);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.w_prprdu:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pr_prdu {
    float: left;
    width: 100%;
    min-height: 500px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    color: #000;
}

.pr_prdu:hover {
    color: #000;
}

.pr_prdu .pr_prdu-img {
    float: left;
    width: 100%;
    height: 500px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pr_prdu .pr_prdu-img img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.w_prprdu:hover .pr_prdu .pr_prdu-img img {
    -moz-transform: scale3d(1.08, 1.08, 1.08);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    -o-transform: scale3d(1.08, 1.08, 1.08);
    -ms-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
}

.pr_prdu .pr_prdu-img img {
    display: none;
}

.pr_prdu .pr_prdu-img img.pc_active {
    display: inline-block;
}

.w_prprdu .prprdu_mmnu {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.w_prprdu:hover .prprdu_mmnu {
    bottom: -50px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.prprdu_mmnu1 {
    float: left;
    width: 50%;
}

.prprdu_mmnu1 p {
    float: left;
    position: relative;
    margin: 0 20px 0 0;
}

.prprdu_mmnu1 p:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    background-color: #000;
    width: 1px;
    height: 10px;
}

.btn_prdu_color {
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #000;
    float: left;
    margin: 21px 7px 0 0;
    border: 0px solid #000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_prdu_color:hover {
    border: 2px solid #000;
    cursor: pointer;
}

.prprdu_mmnu2 {
    float: left;
    width: 50%;
}

.prprdu_mmnu2 p {
    float: left;
    position: relative;
    margin: 0 20px 0 0;
}

.prprdu_mmnu2 p:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    background-color: #000;
    width: 1px;
    height: 10px;
}

.prprdu_mmnu2 .btn_prdu_open {
    width: 30px;
    height: 30px;
    background: url("../img/ion_bg.png") center center no-repeat;
    float: left;
    margin: 8px 0 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.prprdu_mmnu2 .btn_prdu_open:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.pr_prdu-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.pr_prdu-txt h3 {
    float: left;
    width: 60%;
    font-size: 20px;
    font-weight: 400;
}

.pr_prdu-txt h3 span {
    font-size: 15px;
    width: 100%;
    float: left;
}

.pr_prdu-txt .prprdu-price {
    float: right;
    width: 40%;
    font-size: 20px;
    text-align: right;
}


/*PRODUCTOS*/


/*PRODUCTOS ampliado */

.w_pa {
    float: left;
    width: 100%;
    padding: 50px 10px 0 10px;
}

.wrp_gall {
    position: relative;
    width: 100%;
    height: 440px;
    float: left;
}

.wrp_gall_bg {
    float: right;
    width: 100%;
    height: 440px;
    position: relative;
}

.wrp_gall_bg .wrp_gall_bg-slr {
    width: 100%;
    height: 440px;
    background-color: #fff;
    text-align: center;
    float: left;
    overflow: hidden;
}

.wrp_gall_bg-slr {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrp_gall_bg-slr img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.wrp_gall_bg .wrp_gall_bg-slr .bnt_lpfn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    height: 39px;
    width: 39px;
    background-color: #262626;
    border-radius: 5px;
    background: #262626 url("../img/icon_lpt.png") center center no-repeat;
    -webkit-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    transition: all 1s cubic-bezier(.1, .6, .4, 1);
}

.wrp_gall_bg .wrp_gall_bg-slr:hover .bnt_lpfn {
    height: 60px;
    width: 60px;
}

.wrp_gall_thm {
    float: left;
    display: none;
    width: 130px;
    height: 740px;
    position: relative;
}

.wrp_gall_thm .wrp_gall_bg-thm {
    float: left;
    width: 130px;
    height: 170px;
    background-color: #ccc;
}

.wrp_gall_bg-thm {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrp_gall_bg-thm img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}

.wrp_gall_thm .swiper-slide {
    width: 100%;
    height: 170px;
    opacity: 1;
    margin: 0 0 20px 0;
}

.wrp_gall_thm .swiper-slide-active {
    opacity: 1;
}

.wrp_txt {
    float: left;
    width: 100%;
    padding: 30px 10px;
}

.wrp_txt h2 {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #000;
    font-weight: 400;
}

.wrp_txt .wrp_price {
    float: left;
    width: 100%;
    font-size: 20px;
    margin: 20px 0;
}

.wrp_txt h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

.wrp_txt p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 200;
}

.wrp_txt .wrp_size {
    float: left;
    width: 100%;
    margin: 40px 0 0px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}

.wrp_txt .wrp_size1 {
    float: left;
    width: 135px;
    margin: 0 20px 0 0;
}

.wrp_txt .wrp_size1 select {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0 5px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 22px;
    font-family: 'Donegal One', serif;
    cursor: pointer;
}

.wrp_txt .wrp_size2 {
    float: left;
    width: 250px;
}

.wrp_txt .wrp_size2 .wrp_size2-itm {
    float: left;
    width: 100%;
    background-color: #eceded;
    color: #898989;
    text-align: center;
    font-size: 15px;
    height: 45px;
    padding: 15px 10px;
    margin: 15px 0 0 0;
}

.wrp_txt .wrp_clr {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.wrp_txt .wrp_clr1 {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 20px 0 0;
}

.wrp_txt .wrp_clr1 select {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0 5px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 22px;
    font-family: 'Donegal One', serif;
    cursor: pointer;
}

.wrp_txt .wrp_clr2 {
    float: left;
    width: 50%;
    font-size: 13px;
    height: 45px;
    padding: 15px 10px 15px 40px;
    ;
    color: #000;
    background: url("../img/ico_delv.png") 5px center no-repeat;
}

.wrp_txt .wrp_fn {
    float: left;
    width: 100%;
    margin: 0px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.wrp_txt .wrp_fn1 {
    float: left;
    width: 80px;
    padding: 10px 0 0 0;
    margin: 0 30px 20px 0;
}

.wrp_txt .wrp_fn1 input {
    background-color: transparent;
}

.wrp_txt .btn_adddcarr {
    float: left;
    width: 230px;
    background-color: #000;
    color: #fff;
    padding: 17px 0;
    font-size: 22px;
    text-align: center;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.wrp_txt .btn_adddcarr:hover {
    -moz-transform: scale3d(1.08, 1.08, 1.08);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    -o-transform: scale3d(1.08, 1.08, 1.08);
    -ms-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
}

.wrp_txt .btn_favr {
    float: left;
    width: 50px;
    height: 60px;
    background: url("../img/icon_corv.png") center center no-repeat;
    margin: 0 0 0 15px;
}

.wrp_ref {
    float: left;
    width: auto;
    font-size: 20px;
    padding: 10px 20px 10px 5px;
}

.wrp_categ {
    float: left;
    width: auto;
    font-size: 17px;
    padding: 10px 5px;
    font-weight: 200;
    padding: 10px 0 0 0;
}

.wrp_categ h4 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    float: left;
    margin: 0 10px 0 0;
}

.wrp_categ p {
    font-weight: 200;
    font-size: 17px;
    float: left;
    width: auto;
    padding: 3px 0 0 0;
}

.wrp_social {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
    min-height: 100px;
}

.wrp_social_tbn {
    float: left;
    width: 43px;
    height: 43px;
    border-radius: 43px;
    border: 2px solid #000;
    margin: 0 5px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
    transition: all 0.3s cubic-bezier(.1, .6, .4, 1);
}

.wrp_social_tbn:hover {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 4px solid #000;
}

.btrn_face {
    background-image: url("../img/icn_facev.png");
}

.btrn_twt {
    background-image: url("../img/icon_twet.png");
}

.btrn_pint {
    background-image: url("../img/icon_pint.png");
}

.w_pa2 {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 10px 50px 10px;
    text-align: center;
}

.w_pa2 h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 50px 0;
}

.w_pa2 .w_prprdu {
    width: 100%;
    float: initial;
    display: inline-block;
    text-align: left;
    margin: 0;
}

.w_pa2 .w_prprdu .pr_prdu-txt h3 {
    font-size: 20px;
}

.w_pa2 .w_prprdu .pr_prdu-txt h3 span {
    font-size: 15px;
}

.w_pa2 .w_prprdu .pr_prdu-txt .prprdu-price {
    font-size: 20px;
}


/*PRODUCTOS ampliado */


/*box login*/

.box_loginn {
    display: none;
    position: absolute;
    top: 70px;
    left: 1%;
    max-width: 360px;
    width: 98%;
    min-height: 377px;
    padding: 30px 30px 80px 30px;
    background-color: #fff;
    z-index: 10000;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.box_loginn.box_loginn_opnd {
    display: inline-block;
}

.box_loginn h2 {
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    padding: 0 20px 0 50px;
    font-weight: 400;
    min-height: 40px;
    background: url("../img/icon_usr.png") left center no-repeat;
    margin: 0 0 10px 0;
}

.box_loginn .cnts_l_inpt {
    margin: 0;
}

.box_loginn input.box_loginn_env {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #262626;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 0px;
    -webkit-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -moz-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -ms-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    -o-transition: all 1s cubic-bezier(.1, .6, .4, 1);
    transition: all 1s cubic-bezier(.1, .6, .4, 1);
}

.box_loginn input.box_loginn_env:hover {
    letter-spacing: 1px;
}

.box_loginn_crr {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("../img/icon_clrr.png") center center no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.box_loginn label {
    font-size: 12px;
    float: left;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
    padding: 4px 0 0 0;
}

.box_loginn input {
    font-size: 12px;
    float: left;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    height: 37px;
    border-radius: 3px;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
}

.box_loginn a {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}


/*box login*/


/*-----  GENERALES -----*/


/*-----  GENERALES -----*/

@media (max-width: 360px) {}


/*-----  SOLO MOBILE -----*/

@media (min-width: 361px) {}

@media (min-width: 768px) {
    .ctainer {
        width: 750px;
    }
    .ctainer_m {
        width: 750px;
    }
    /*INDEX*/
    /*inde1*/
    .bx_inde1 {
        height: 641px;
    }
    .bx_inde1 h2 {
        font-size: 90px;
        line-height: 90px;
        margin: 270px 0 0 0;
        letter-spacing: -4px;
    }
    .bx_inde1 h2 b {
        float: initial;
    }
    .bx_inde1 h2 span {
        float: initial;
        width: 100px;
        height: 100px;
        background-size: 73px;
        margin: 0 -20px;
        background-position: center bottom;
    }
    .inde1_adon {
        width: 145px;
        height: 90px;
        font-size: 21px;
    }
    .inde1_adon:after {
        height: 50px;
    }
    /*inde1*/
    /*inde2*/
    .bx_inde2 .inde2_tit {
        margin: 100px 0 100px 0;
    }
    .bx_inde2 .inde2_tit h2 {
        font-size: 60px;
        width: auto;
    }
    .bx_inde2 .inde2_tit .inde2_menu {
        width: 400px;
        font-size: 33px;
        padding: 10px 0 0 10px;
    }
    .bx_inde2 .inde2_tit .inde2_menu span {
        font-size: 23px;
    }
    .bx_inde2 .inde2_tit .inde2_menu li {
        padding: 0 0 0 50px;
    }
    .bx_inde2 .inde2_tit .inde2_menu li:after {
        left: 30px;
        width: 2px;
        height: 40px;
    }
    .bx_inde2 .inde2_tit .inde2_menu li:hover:after,
    .bx_inde2 .inde2_tit .inde2_menu li.active:after {
        left: 28px;
    }
    .inde2_ctn {
        padding: 0 15px;
        margin: 0;
    }
    .inde2_ctn .inde2_ctn_1 {
        width: 100%;
        height: 1021px;
        padding: 0 5px 0 0;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr {
        height: 1021px;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_img {
        height: 1021px;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_txt h3 {
        font-size: 50px;
        line-height: 50px;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_txt h4 {
        font-size: 30px;
    }
    .inde2_ctn .inde2_ctn_2 {
        width: 50%;
        height: 1021px;
        padding: 0 5px 0 0;
    }
    .inde2_ctn .inde2_ctn_2 .bx_prodctr_prc {
        display: none;
    }
    .inde2_ctn .inde2_ctn_2 .bx_prodctr:nth-child(1) {
        height: 685px;
        margin: 0 0 6px 0;
    }
    .inde2_ctn .inde2_ctn_2 .bx_prodctr:nth-child(1) .bx_prodctr_img {
        height: 685px;
    }
    .inde2_ctn .inde2_ctn_2 .bx_prodctr:nth-child(2) {
        height: 330px;
    }
    .inde2_ctn .inde2_ctn_2 .bx_prodctr:nth-child(2) .bx_prodctr_img {
        height: 330px;
    }
    .inde2_ctn .inde2_ctn_3 {
        width: 50%;
        height: 1021px;
        padding: 0 5px 0 0;
    }
    .inde2_ctn .inde2_ctn_3 .bx_prodctr_prc {
        display: none;
    }
    .inde2_ctn .inde2_ctn_3 .bx_prodctr:nth-child(1) {
        height: 330px;
        margin: 0 0 6px 0;
    }
    .inde2_ctn .inde2_ctn_3 .bx_prodctr:nth-child(1) .bx_prodctr_img {
        height: 330px;
    }
    .inde2_ctn .inde2_ctn_3 .bx_prodctr:nth-child(2) {
        height: 685px;
    }
    .inde2_ctn .inde2_ctn_3 .bx_prodctr:nth-child(2) .bx_prodctr_img {
        height: 685px;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_txt {
        left: 5%;
        bottom: 30px;
        width: 65%;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_prc {
        bottom: 20px;
        right: 42px;
        font-size: 25px;
        width: auto;
    }
    /*inde2*/
    /*inde3*/
    .bx_inde3 {
        padding: 100px 0;
    }
    .bx_inde3_n1 {
        padding: 0 50px 20px 50px;
    }
    .bx_inde3_n2 {
        text-align: center;
        padding: 0;
    }
    .bx_inde3_n3 {
        padding: 0 50px 20px 50px;
    }
    /*inde3*/
    /*FOOTER*/
    .footer_b {
        float: left;
        height: auto;
        width: 100%;
        max-width: 25%;
        padding: 50px 0 0 0;
    }
    /*FOOTER*/
    /*FAQ*/
    .b_faq {
        float: left;
        width: 100%;
        padding: 100px 0;
    }
    .faq_l {
        width: 50%;
    }
    .faqpr_cnt p {
        float: left;
        width: 100%;
        font-size: 17px;
        text-align: justify;
        margin: 0 0 20px 0;
    }
    .faq_r {
        width: 44%;
        padding: 40px 50px;
        margin: 0;
    }
    /*FAQ*/
    /*TIENDA*/
    .box_tienda {
        float: left;
        width: 100%;
        padding: 100px 100px;
        text-align: center;
    }
    .box_tienda h2 {
        font-size: 68px;
        font-weight: 400;
        margin: 0 0 100px 0;
    }
    .box_tienda .map-responsive {
        overflow: hidden;
        padding-bottom: 40%;
        position: relative;
        height: 0;
    }
    .box_tienda2 {
        padding: 50px 0 100px 0;
    }
    .tndabx {
        float: left;
        width: 45%;
        border: 1px solid #262626;
        margin: 20px 0;
        height: 336px;
        padding: 30px;
        background-color: #fff;
    }
    .tndabx:nth-child(2n+1) {
        margin: 20px 5% 20px 0;
    }
    /*TIENDA*/
    /*CONTACTENOS*/
    .cnts_l {
        width: 45%;
        padding: 0 70px 0 0;
    }
    .conts_r {
        width: 55%;
        padding: 40px 80px;
        margin: 0;
    }
    .cnts_l_inpt2 {
        float: left;
        width: 50%;
        margin: 0 0 18px 0;
        padding: 0 18px 0 0;
    }
    .cnts_l_inpt3 {
        float: left;
        width: 50%;
        margin: 0 0 18px 0;
    }
    /*CONTACTENOS*/
    /*QUIENES SOMOS*/
    .qnsmimg {
        height: 580px;
    }
    .box_qnsm_img {
        width: 60%;
        padding: 0;
    }
    .qnsmimg_tov {
        position: absolute;
        bottom: 30px;
        left: 30px;
        z-index: 99;
        color: #fff;
        padding: 0 0 0 90px;
        height: 80px;
        width: 350px;
    }
    .box_qnsm_txt {
        width: 35.5%;
        padding: 0;
    }
    .box_qnsm2 {
        padding: 0 0 100px 0;
    }
    .box_qnsm2 .ctainer_m {
        padding: 0 80px;
    }
    .box_qnsm2_a {
        width: 50%;
        padding: 0 20px;
    }
    .box_qnsm2_b {
        width: 50%;
        padding: 0 20px;
    }
    .box_qnsm2 h2 {
        font-size: 44px;
        line-height: 44px;
        margin: 0 0 30px 0;
    }
    /*QUIENES SOMOS*/
    /*CAR*/
    .b_car {
        padding: 38px 10px 0 10px;
        margin: 0 0 30px 0;
    }
    .b_car2 {
        padding: 0 0 150px 0;
    }
    .b_car4 h2 {
        padding: 5px 0 0 0;
        font-size: 23px;
    }
    /*CAR*/
    /*CAR 2*/
    .w_cados {
        padding: 100px 0 0 0;
    }
    .bx_cados h2 {
        min-height: 130px;
        color: #000;
        padding: 5px 0 0 0;
        border: none;
        font-size: 33px;
        background-color: #e9e9e9;
        font-weight: 400;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cados_form .cados_input {
        height: 58px;
        line-height: 58px;
        padding: 3px 238px 3px 15px;
        color: #000;
        font-size: 18px;
        font-weight: 200;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        margin: 0 0 10px 0;
    }
    .cados_form .cados_send {
        position: absolute;
        top: 0;
        right: 0;
        height: 58px;
        line-height: 59px;
        background-color: #000;
        color: #fff;
        text-align: center;
        width: 238px;
        border: none;
        font-size: 22px;
    }
    .cados_form .bx_inde4_check {
        width: 70%;
    }
    /*CAR 2*/
    /*CAR 3*/
    .w_catres {
        float: left;
        width: 100%;
        position: relative;
        padding: 100px 60px;
    }
    .box_catresform .cnts_l_inpt2 {
        width: 50%;
        padding: 0 10px 0 0;
        margin: 0 0 18px 0;
    }
    .box_catresform .cnts_l_inpt3 {
        width: 50%;
        padding: 0 0 0 10px;
        margin: 0 0 18px 0;
    }
    .box_catres1 .catres1_tit h2 {
        padding: 3px 20px 0 50px;
    }
    .box_catres2 .catres1_tit h2 {
        float: left;
        font-size: 22px;
        color: #000;
        padding: 8px 20px 0 50px;
        font-weight: 400;
        min-height: 40px;
    }
    .box_catres3 .catres1_tit h2 {
        font-size: 22px;
        padding: 10px 0 0 50px;
        font-weight: 400;
        min-height: 44px;
        width: 100%;
    }
    .box_catres3 .bcar4_tx {
        text-align: left;
        width: 70%;
    }
    .box_catres3 .bcar4_pr {
        text-align: left;
        width: 30%;
    }
    .box_catres3 .bcw1 {
        width: 25%;
    }
    .box_catres3 .bcw2 {
        width: 45%;
    }
    .box_catres3 .bcw4 {
        width: 30%;
    }
    /*CAR 3*/
    /*CAR 4*/
    .cnts_l_inpt_s3 select {
        width: 18%;
    }
    .cnts_l_inpt_s3 select.cntsinpt_s1m {
        width: 30%;
        margin: 0 5% 0 0;
    }
    .cnts_l_inpt_s3 select.cntsinpt_s2m {
        margin: 0 5%;
    }
    .box_catresform_min {
        float: left;
        width: 80%;
    }
    /*CAR 4*/
    /*PRODUCTOS*/
    /*blo left*/
    .btn_filter_n {
        display: none;
    }
    .bx_mn_filter {
        transform: translate3d(0, 0, 0);
    }
    .bloq_left_cnt {
        float: left;
        width: 300px;
    }
    .bloq_left {
        padding: 60px 0 100px 10px;
        float: left;
        width: 390px;
        position: relative;
        z-index: 2;
        background-color: transparent;
        top: 0;
        left: 0;
        height: auto;
    }
    /*blo left*/
    .bloq_center {
        float: right;
        width: 100%;
        padding: 60px 10px 50px 330px;
        min-height: 600px;
        margin: -10px 0 0 -400px;
        position: relative;
        z-index: 1;
        text-align: left;
    }
    .bloq_center h2 {
        float: left;
        width: 100%;
        min-height: 100px;
        padding: 20px 0 0 0;
        text-align: center;
        font-size: 50px;
        margin: 0 0 50px 0;
    }
    .w_prprdu {
        width: 325px;
        min-height: 700px;
        margin: 0 0 50px 0;
        padding: 10px;
    }
    .pr_prdu {
        float: left;
        width: 100%;
        min-height: 700px;
        background-color: #fff;
        position: relative;
        z-index: 10;
        color: #000;
    }
    .pr_prdu .pr_prdu-img {
        float: left;
        width: 100%;
        height: 700px;
        background-color: #fff;
        overflow: hidden;
        position: relative;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .w_prprdu .prprdu_mmnu {
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 50px;
        line-height: 50px;
        padding: 0 18px;
    }
    .pr_prdu-txt h3 {
        float: left;
        width: 60%;
        font-size: 24px;
        font-weight: 400;
    }
    .pr_prdu-txt h3 span {
        font-size: 20px;
        width: 100%;
        float: left;
    }
    .pr_prdu-txt .prprdu-price {
        float: right;
        width: 40%;
        font-size: 23px;
        text-align: right;
    }
    /*PRODUCTOS*/
    /*PRODUCTOS ampliado */
    .w_pa {
        padding: 50px 10px;
    }
    .wrp_gall {
        width: 50%;
        height: 740px;
    }
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
    .wrp_txt {
        width: 50%;
        max-width: 533px;
        padding: 0 0 0 70px;
    }
    .wrp_txt h2 {
        font-size: 55px;
    }
    .wrp_txt .wrp_price {
        font-size: 26px;
        margin: 20px 0;
    }
    .wrp_txt h3 {
        font-size: 18px;
    }
    .wrp_txt p {
        font-size: 18px;
    }
    .wrp_txt .wrp_size {
        margin: 40px 0 0px 0;
        padding: 20px 20px;
    }
    .wrp_txt .wrp_size2 .wrp_size2-itm {
        font-size: 15px;
        height: 45px;
        padding: 15px 10px;
        margin: 0;
    }
    .wrp_txt .wrp_clr {
        margin: 0px 0 0 0;
        padding: 20px 20px;
    }
    .wrp_txt .wrp_fn {
        margin: 0px 0 20px 0;
        padding: 20px 0;
    }
    .wrp_txt .wrp_fn1 {
        width: 80px;
        padding: 10px 0 0 0;
        margin: 0 30px 0 0;
    }
    .w_pa2 {
        float: left;
        width: 100%;
        position: relative;
        padding: 00px 10px 100px 10px;
        text-align: center;
    }
    .w_pa2 h2 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 70px;
        font-weight: 400;
        margin: 0 0 100px 0;
    }
    .w_pa2 .w_prprdu {
        width: 24.5%;
        min-width: 332px;
        float: initial;
        display: inline-block;
        text-align: left;
        margin: 0;
    }
    /*PRODUCTOS ampliado */
    /*box login*/
    .box_loginn {
        top: 70px;
        right: 50px;
        left: initial;
        max-width: 360px;
        width: 100%;
        min-height: 377px;
        padding: 30px 30px 80px 30px;
    }
    /*box login*/
}


/*-----  768 small table or landscape phone  -----*/

@media (min-width: 992px) {
    .ctainer {
        width: 970px;
    }
    .ctainer_m {
        width: 970px;
    }
    /*inde4*/
    .bx_inde4_frm {
        height: 280px;
        margin: 0 0 50px 0;
        padding: 20px 0 0 0;
    }
    .bx_inde4_frm h2 {
        font-size: 140px;
        line-height: 140px;
    }
    .bx_inde4_frm input {
        width: 60%;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }
    .bx_inde4_check input {
        height: 20px;
        width: 20px;
        margin: 0 5px 0 0;
    }
    .bx_inde4_check p {
        width: 85%;
    }
    .bx_inde4_check {
        width: 57%;
        padding: 15px 0;
    }
    /*inde4*/
    /*FOOTER*/
    .footer_b {
        position: relative;
    }
    .footer_b:after {
        content: "";
        position: absolute;
        top: 80px;
        right: 10px;
        width: 2px;
        height: 80px;
        background: #d1d3d4;
    }
    .footer_b:nth-child(5):after {
        display: none;
    }
    /*FOOTER*/
    /*FAQ*/
    .faq_r h2 {
        font-size: 60px;
        color: #fff;
        font-weight: 400;
    }
    .faq_r a {
        font-size: 23px;
        padding: 5px 0 5px 0;
        margin: 0 0 10px 0;
    }
    /*FAQ*/
    /*CONTACTENOS*/
    .conts_r h2 {
        font-size: 60px;
        color: #fff;
        font-weight: 400;
    }
    /*CONTACTENOS*/
    /*QUIENES SOMOS*/
    .box_qnsm_img {
        width: 65%;
    }
    .box_qnsm_txt {
        width: 30.5%;
    }
    .box_qnsm_txt h2 {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: -1px;
        margin: 0 0 20px 0;
    }
    /*CAR 3*/
    .box_catres1 {
        width: 33.3%;
    }
    .box_catres2 {
        width: 33.3%;
        padding: 0 50px;
    }
    .box_catres3 {
        width: 33.3%;
    }
    /*CAR 3*/
    /*CAR 4*/
    .box_catres1.box_catro1 {
        width: 27.3%;
    }
    .box_catres2.box_catro2 {
        width: 38.3%;
        padding: 0 50px;
    }
    .box_catres3.box_catro3 {
        width: 34.3%;
    }
    /*CAR 4*/
}


/*-----  992   Table -----*/

@media (min-width: 1180px) {
    .ctainer {
        width: 1170px;
    }
    .ctainer_m {
        width: 1170px;
    }
    /*HEADER*/
    .header {
        padding: 0 110px;
    }
    .h_ctner {
        padding: 0 0 10px 0;
    }
    .hd_logo img {
        max-width: 177px;
    }
    .hd_tel {
        display: inline-block;
        position: absolute;
        top: 30px;
        left: 0;
    }
    .hd_tel a {
        color: #000;
        font-size: 14px;
        font-family: 'Donegal One', serif;
    }
    .hd_car {
        right: 15px;
    }
    .hd_social {
        position: absolute;
        top: 97px;
        left: 0;
        z-index: 20;
    }
    .hd_social .hd_fac {
        float: left;
        width: 30px;
        height: 30px;
        background: url('../img/icon_face.png') center center no-repeat;
    }
    .hd_social .hd_ins {
        float: left;
        width: 30px;
        height: 30px;
        background: url('../img/icon_insta.png') center center no-repeat;
    }
    .hd_search_w {
        width: 40px;
    }
    .hd_search {
        width: 40px;
    }
    .hd_search .search {
        z-index: 4;
    }
    .hd_search input {
        width: 50px;
        opacity: 0;
    }
    .hd_search input:focus {
        width: 300px;
    }
    /*menu*/
    .mp-back {
        display: none;
    }
    #mp-menu {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        min-height: 55px;
        z-index: 10;
        text-align: center;
    }
    #mp-menu ul li {
        display: inline-block;
        margin: 0 35px;
    }
    #mp-menu ul li a {
        color: #000;
        font-size: 19px;
        font-family: 'Donegal One', serif;
        height: 55px;
        line-height: 55px;
        position: relative;
        float: left;
    }
    #mp-menu ul li a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        width: 0%;
        height: 3px;
        background-color: #ca3831;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #mp-menu ul li:hover a:before {
        left: 0;
        width: 100%;
    }
    #mp-menu ul li a:hover {
        text-decoration: none;
    }
    #mp-menu h2 {
        display: none;
    }
    .menu-trigger {
        display: none;
    }
    .hd_menu_dos {
        position: absolute;
        top: -66px;
        right: 150px;
        max-width: 350px;
        padding: 10px 0;
    }
    /*menu*/
    /*menu 2*/
    .mp-level_wr {
        display: inline-block;
        width: 100%;
        max-width: 1525px;
        padding: 0 20px;
    }
    #mp-menu ul .mp-level.lk_dmnu_mn {
        overflow: hidden;
        height: 0px;
        top: 55px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #mp-menu ul .mp-level.lk_dmnu_mn.menu_ussr_op {
        height: 520px;
        top: 68px;
    }
    /*#mp-menu ul  .lk_dmnu_mn {  display: inline-block; }*/
    #mp-menu ul .mp-level {
        position: absolute;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 68px;
    }
    #mp-menu ul .mp-level ul {
        float: right;
        width: 65%;
        padding: 70px 0 0 0;
    }
    #mp-menu ul .mp-level ul li {
        float: left;
        width: 32.3%;
        margin: 0;
        text-align: left;
        padding: 0 0 0 10%;
    }
    #mp-menu ul .mp-level ul li a {
        font-size: 25px;
        border-bottom: 1px solid #000;
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
    }
    #mp-menu ul .mp-level ul li a:hover {
        text-decoration: none;
    }
    #mp-menu ul .mp-level ul li a:before {
        display: none;
    }
    #mp-menu ul ul .mp-level {
        position: relative;
        width: 100%;
        float: left;
        top: 0;
        min-height: auto;
    }
    #mp-menu ul ul .mp-level ul {
        float: left;
        width: 100%;
        padding: 0 0 20px 0;
    }
    #mp-menu ul ul .mp-level ul li {
        float: left;
        width: 100%;
        min-height: 30px;
        padding: 5px 0;
    }
    #mp-menu ul ul .mp-level ul li::hover {
        padding: 10px 0;
    }
    #mp-menu ul ul .mp-level ul li a {
        font-size: 14px;
        border: none;
        padding: 0;
        float: left;
        min-height: 20px;
        line-height: initial;
        margin: 0 0;
        height: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mp-menu ul ul .mp-level ul li a:hover {
        padding: 13px 10px 13px 30px;
        background-color: #ca3831;
        text-decoration: none;
        color: #fff;
        margin: 0 0;
    }
    /*slider menu*/
    .sl_mn {
        display: inline-block;
        float: left;
        width: 35%;
        max-width: 550px;
        height: 456px;
        position: relative;
        overflow: hidden;
        margin: 40px 0 0 0;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .bx1_ncrs {
        float: left;
        width: 100%;
        max-width: 478px;
    }
    .bx1_ncrs_img {
        float: left;
        width: 100%;
        height: auto;
        text-align: left;
    }
    .bx1_ncrs_img img {
        max-width: 100%;
    }
    .bx1_ncrs_txt {
        float: left;
        width: 100%;
        text-align: left;
        padding: 20px 0 0 0;
    }
    #mp-menu .bx1_ncrs_txt span {
        display: inline-block;
        float: left;
        width: 100%;
        font-size: 14px;
        padding: 0 0 0 15px;
        position: relative;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }
    #mp-menu .bx1_ncrs_txt span:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        height: 8px;
        border-radius: 8px;
        width: 8px;
        background-color: #f05757;
    }
    #mp-menu .bx1_ncrs_txt h2 {
        display: inline-block;
        float: left;
        width: 100%;
        font-size: 23px;
        font-weight: 400;
    }
    /*slider menu*/
    /*menu 2*/
    /*HEADER*/
    /*INDEX*/
    /*inde2*/
    .inde2_ctn .inde2_ctn_1 {
        width: 55%;
        padding: 0 5px 0 0;
    }
    .inde2_ctn .inde2_ctn_2 {
        width: 22.5%;
        padding: 0 5px 0 0;
    }
    .inde2_ctn .inde2_ctn_3 {
        width: 22.5%;
        padding: 0 5px 0 0;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_prc {
        bottom: 20px;
        right: 20px;
        font-size: 25px;
        width: auto;
    }
    /*inde2*/
    /*inde3*/
    .bx_inde3_n1 {
        float: left;
        width: 27.3%;
        min-height: 800px;
        padding: 0 20px 0 0;
    }
    .bx_inde3_n2 {
        float: left;
        width: 45.3%;
        min-height: 800px;
        text-align: center;
        padding: 0;
    }
    .bx_inde3_n3 {
        float: left;
        width: 27.3%;
        min-height: 800px;
        padding: 0 0 0 20px;
    }
    /*inde3*/
    /*inde4*/
    .bx_inde4_check {
        width: 475px;
        padding: 15px 0;
    }
    .bx_inde4_check p {
        width: 90%;
    }
    /*inde4*/
    /*FOOTER*/
    .footer {
        padding: 0 60px;
        margin: 0 0 50px 0;
    }
    .footer_b {
        height: 250px;
        max-width: 20%;
        width: 100%;
        padding: 50px 25px 0 25px;
    }
    .footer_b:nth-child(3) {
        max-width: 17%;
    }
    .footer_b ul {
        float: left;
        text-align: left;
        width: 100%;
        text-align: left;
    }
    .footer_b img {
        float: left;
        margin: 50px 0 0 0;
        display: inline-block;
    }
    .ancl_up {
        height: 60px;
        width: 60px;
    }
    .footer_cc {
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -34px;
        text-align: center;
        padding: 0 60px;
    }
    .footer_cc .footer_cc_p {
        font-size: 11px;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
        max-width: 1500px;
        text-align: left;
        position: relative;
    }
    .footer_cc .footer_cc_p p {
        float: left;
    }
    .footer_cc .footer_cc_p .btn_escbr {
        float: right;
        position: absolute;
        top: 1px;
        right: 0;
    }
    .footer_cw {
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -34px;
        text-align: center;
        padding: 0 60px;
    }
    /*FOOTER*/
    /*FAQ*/
    .faq_l {
        width: 48%;
    }
    .faq_r {
        width: 49%;
    }
    /*FAQ*/
    /*TIENDA*/
    .tndabx {
        width: 32%;
        padding: 40px;
    }
    .tndabx:nth-child(2n+1) {
        margin: 20px 0 20px 0;
    }
    .tndabx:nth-child(3n+2) {
        margin: 20px 2%;
    }
    /*TIENDA*/
    /*CAR*/
    .b_car2 .ctainer {
        width: 100%;
        max-width: 1000px;
    }
    .b_car3 {
        float: left;
        width: 100%;
        max-width: 560px;
        margin: 0 0 30px 0;
    }
    .b_car3 .bcar3_cupon {
        float: left;
        width: 49%;
    }
    .b_car3 .bcar3_tit {
        float: left;
        width: 49%;
        margin-top: 12px;
    }
    .b_car4 {
        float: right;
        width: 100%;
        max-width: 387px;
    }
    /*CAR*/
    /*CAR 2*/
    .w_cados2 {
        padding: 50px 0 100px 0;
        text-align: center;
        display: flex;
        align-items: top;
        justify-content: center;
    }
    .cados2-itm {
        display: inline-block;
        width: 100%;
        max-width: 313px;
        margin: 0 25px 10px 25px;
        text-align: left;
        padding: 25px 18px 30px 134px;
        border-radius: 18px;
        position: relative;
    }
    /*CAR 2*/
    /*PRODUCTOS ampliado */
    .w_pa {
        padding: 60px 10px;
    }
    .wrp_gall {
        width: 600px;
        height: 640px;
    }
    .wrp_gall_bg {
        width: 500px;
        height: 640px;
    }
    .wrp_gall_bg .wrp_gall_bg-slr {
        width: 500px;
        height: 640px;
    }
    .wrp_gall_thm {
        display: inline-block;
        width: 100px;
        height: 640px;
    }
    /*PRODUCTOS ampliado */
}


/*----- 1180   Laptop -----*/

@media (min-width: 1441px) {
    .ctainer {
        width: 1376px;
    }
    /*HEADER*/
    /*menu 2*/
    #mp-menu ul .mp-level ul li a {
        font-size: 32px;
    }
    #mp-menu ul ul .mp-level ul li a {
        font-size: 16px;
    }
    /*menu slide*/
    #mp-menu .bx1_ncrs_txt span {
        font-size: 15px;
    }
    #mp-menu .bx1_ncrs_txt h2 {
        font-size: 28px;
    }
    /*HEADER*/
    /*INDEX*/
    /*inde2*/
    .inde2_ctn {
        padding: 0 50px;
        margin: 0;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_txt {
        left: 5%;
        bottom: 30px;
        width: 65%;
    }
    .inde2_ctn .inde2_ctn_1 .bx_prodctr .bx_prodctr_prc {
        bottom: 40px;
        right: 40px;
        font-size: 25px;
        width: 300px;
    }
    /*inde2*/
    /*inde3*/
    .bx_inde3_n1 h2 {
        float: left;
        width: 100%;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: -4px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }
    /*inde3*/
    /*inde4*/
    .bx_inde4_check {
        padding: 15px 0;
    }
    /*inde4*/
    /*FOOTER*/
    .footer_b {
        float: initial;
        display: inline-block;
        max-width: 280px;
        padding: 50px 0 0 50px;
    }
    .footer_b:nth-child(3) {
        max-width: 160px;
    }
    /*FOOTER*/
    /*FAQ*/
    .faq_l {
        width: 50%;
    }
    .faq_r {
        width: 44%;
    }
    /*FAQ*/
    /*TIENDA*/
    .tndabx {
        padding: 50px;
    }
    /*TIENDA*/
    /*CAR*/
    .b_car {
        padding: 100px 0 0 0;
    }
    .bcar_list {
        width: 100%;
    }
    .bctxt {
        height: 130px;
        line-height: 130px;
        font-size: 35px;
        padding: 0 0 0 10px;
    }
    .bcitm {
        height: 82px;
        font-size: 24px;
    }
    .bcar_itm {
        height: 135px;
        padding: 25px 0 25px 0;
    }
    .bcw1 {
        width: 120px;
    }
    .bcw2 {
        width: 370px;
    }
    .bcw3 {
        width: 190px;
    }
    .bcw4 {
        width: 200px;
    }
    .bcw5 {
        width: 200px;
    }
    .bcw6 {
        width: 180px;
    }
    .bcar_itm-delete {
        height: 48px;
        width: 48px;
        top: 43px;
    }
    .b_car2 .ctainer {
        width: 100%;
        max-width: 1376px;
    }
    .b_car3 {
        width: 100%;
        max-width: 760px;
        margin: 0 0 30px 0;
    }
    .b_car3 .bcar3_cupon {
        float: left;
        width: 60%;
        margin: 0 0 20px 0;
        padding: 0 0 0 90px;
        font-size: 23px;
    }
    .b_car3 .bcar3_tit {
        float: right;
        width: 40%;
        min-height: 67px;
        margin: 0 0 20px 0;
        padding: 5px 0 0 0;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
    }
    .b_car4 {
        width: 100%;
        max-width: 560px;
    }
    .bcar4_btnm {
        padding: 0 10px;
        min-height: 56px;
        width: 49%;
        margin: 20px 0 0 0;
        font-size: 13px;
    }
    .bcar4_btnf {
        padding: 0 10px;
        min-height: 56px;
        width: 49%;
        margin: 20px 0 0 0;
        font-size: 13px;
    }
    /*CAR*/
    /*CAR 3*/
    .w_catres {
        float: left;
        width: 100%;
        position: relative;
        padding: 100px 100px;
    }
    .box_catres1 .bx_inde4_check p {
        width: auto;
    }
    /*CAR 3*/
    /*PRODUCTOS*/
    .bloq_left {
        padding: 100px 0 100px 150px;
        float: left;
        width: 570px;
        position: relative;
        z-index: 2;
        background-color: transparent;
        top: 0;
        left: 0;
        height: auto;
    }
    .bloq_left_cnt {
        float: left;
        width: 320px;
    }
    .bloq_center {
        float: right;
        width: 100%;
        padding: 100px 150px 50px 570px;
        min-height: 600px;
        margin: -10px 0 0 -570px;
        position: relative;
        z-index: 1;
        text-align: left;
    }
    .w_prprdu {
        min-width: 370px;
        width: 33.3%;
        min-height: 700px;
        margin: 0 0 50px 0;
        padding: 10px;
    }
    .w_prprdu .prprdu_mmnu {
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 50px;
        line-height: 50px;
        padding: 0 50px;
    }
    /*PRODUCTOS*/
    /*PRODUCTOS ampliado */
    .w_pa {
        padding: 100px 10%;
    }
    .wrp_gall {
        width: 50%;
        max-width: 800px;
        height: 740px;
    }
    .wrp_gall_bg {
        width: 84%;
        max-width: 641px;
        height: 740px;
    }
    .wrp_gall_bg .wrp_gall_bg-slr {
        width: 100%;
        max-width: 641px;
        height: 740px;
    }
    .wrp_gall_thm {
        display: inline-block;
        width: 16%;
        max-width: 120px;
        height: 740px;
    }
    .w_pa2 {
        padding: 0 170px 100px 170px;
    }
    .w_pa2 .w_prprdu .pr_prdu-txt h3 {
        font-size: 24px;
    }
    .w_pa2 .w_prprdu .pr_prdu-txt h3 span {
        font-size: 20px;
    }
    .w_pa2 .w_prprdu .pr_prdu-txt .prprdu-price {
        font-size: 23px;
    }
    /*PRODUCTOS ampliado */
}


/*----- 1441   Desktop  -----*/

@media (min-width: 1508px) {
    .footer_b {
        float: initial;
        display: inline-block;
        max-width: 18%;
        padding: 50px 0 0 50px;
    }
    .footer_b:nth-child(3) {
        max-width: 15%;
    }
}


/*-- 1508 --*/


/*carrito*/

.cabe {
    width: 100%;
    background-color: #262626;
    height: 130px;
    line-height: 130px;
    text-align: center;
    margin-bottom: 65px;
}

.cabe h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.cabe h2 span {
    color: #bababa;
}

#carrito form {
    width: 100%;
}

#carrito form input {
    width: 70%;
    height: 70px;
    padding-bottom: 30px;
    padding-top: 20px;
    border: none;
    border-bottom: 1px solid #262626;
    float: left;
}

#carrito ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 19px;
    color: #090909;
    font-family: 'Lato', sans-serif;
}

#carrito ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 19px;
    color: #090909;
    font-family: 'Lato', sans-serif;
}

#carrito :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 19px;
    color: #090909;
    font-family: 'Lato', sans-serif;
}

#carrito :-moz-placeholder {
    /* Firefox 18- */
    font-size: 19px;
    color: #090909;
    font-family: 'Lato', sans-serif;
}

#carrito form button {
    width: 30%;
    height: 70px;
    line-height: 70px;
    border: none;
    background-color: #d5e135;
    float: left;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

#carrito .check {
    width: 100%;
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    margin-top: 40px;
    text-align: center;
}

#carrito .check input {
    float: left;
    width: 16px;
    height: 16px;
}

#carrito .check label,
#carrito .check label a {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #262626;
    text-transform: uppercase;
}

#carrito .conteForm {
    width: 60%;
}

#pasos {
    margin-top: 55px;
}

.paso {
    width: 100%;
    display: inline-block;
    color: #fff;
    margin-bottom: 60px;
}

.numero {
    float: left;
    background-color: #262626;
    margin-right: 10px;
    height: 100px;
    padding: 0 30px;
    font-size: 35px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    line-height: 100px;
}

.pasopaso {
    background-color: #262626;
    color: #fff;
    float: left;
    height: 100px;
    padding: 0 22px;
    width: 75%;
}

.pasopaso span {
    float: left;
    margin-top: 13px;
}

.pasopaso .txt {
    margin-left: 24px;
    float: left;
    width: 70%;
    margin-top: 20px;
}

.pasopaso h2 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.pasopaso p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}


/*******************responsive**********************/

.botonMenu {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #11a8a1;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

@media(max-width: 1199px) {
    .botonMenu {
        display: block !important;
    }
}

.closeM {
    display: none;
}

@media(max-width: 575px) {
    
    .bookmarks {
        display: none;
    }
    #popBlock .txt h2 {
        font-size: 40px;
    }
    .titulo h2 {
        font-size: 25px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    footer li {
        font-size: 10px;
    }
    .scroll {
        margin: 0px auto 0;
        display: none;
    }
    header {
        position: relative;
        background-color: rgba(246, 246, 246);
    }
    .logo {
        padding: 20px 0;
    }

    .logo img {
        width: 150px;
    }

    .numeros {
        display: none;
    }
    .menu li {
        width: 100%;
    }
    .carritoCont {
        width: 50px;
        float: left;
        margin-left: 60px;
    }
    .menu {
        float: left;
        margin-top: 0px;
        width: 60%;
    }
    .carritoCont li {
        float: left;
        padding: 0 11px;
        width: 100%;
        margin-bottom: 10px;
    }
    .carritoCont li img {
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
        display: block;
    }
    .menuCont {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.9);
        padding-left: 20px;
        z-index: 99;
        display: none;
    }
    .menu li a {
        color: #000000;
    }
    #slider1 .txt {
        top: 10%;
        width: 90%;
    }
    #slider1 .txt h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #slider1 .txt h4 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .redeSlider {
        display: none;
    }
    .marcasCont {
        padding-left: 0px;
        margin-top: 0px;
    }
    .marcasCont h2:before {
        display: none;
    }
    .marcasCont h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .marcasCont h3 {
        margin-bottom: 20px;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    .tab1 li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    /* .titulo h2 {
    display: none;
  } */
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    #distriHome .txt h2 {
        font-size: 20px;
    }
    #distriHome .verMas {
        width: 100%;
        padding: 30px 25px;
        letter-spacing: 3px;
        font-size: 12px;
        margin-top: 20px;
    }
    .cont8 {
        width: 100%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    #newslatter form {
        width: 100%;
        border-radius: 6px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
    }
    #newslatter button {
        float: left;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    .paginador ul li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }
    .paginador ul li:last-child {
        width: 100%;
        margin-top: 15px;
    }
    #migas ul li {
        margin: 0 4px;
    }
    #migas ul li a {
        font-size: 15px;
        right: 0;
    }
    .pInfoCont {
        padding-left: 0px;
        margin-top: 20px;
    }
    .nombre h2 {
        font-size: 30px;
    }
    .precio p {
        letter-spacing: 4px;
    }
    .precio span {
        letter-spacing: 4px;
    }
    .tallas {
        margin-bottom: 20px;
    }
    .redeP p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .infotabs li {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .infotabs {
        margin: 0 auto 20px;
    }
    .infoCont {
        padding: 20px 10px !important;
        /*background-color: #f5f5f5;*/
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 10%;
    }
    #destacados {
        margin-top: 0px;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .catalogo .marcasCont {
        padding-left: 15px;
        width: 100%;
        margin-bottom: 50px;
    }
    .desCata {
        width: 100%;
    }
    .verMas {
        letter-spacing: 2px;
        font-size: 10px;
    }
    .bcar_itm {
        height: auto !important;
    }
    .bcitm.bcw2 {
        padding: 0 0px 0 0;
        height: auto;
        float: left;
        width: 60%;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .bcar_list-tit {
        display: none;
    }
    .bcitm.bcw1 {
        height: auto !important;
    }
    .bcw3 {
        display: none !important;
    }
    .bcw4 {
        display: none !important;
    }
    .bcw5 {
        width: auto !important;
        height: auto !important;
    }
    .quantity input {
        width: 23px !important;
        height: 23px !important;
        line-height: 23px !important;
        font-size: 16px !important;
    }
    .cart_quantity_button .btn {
        width: 23px !important;
        height: 23px !important;
        line-height: 23px !important;
        font-size: 16px !important;
        padding: 0 !important;
    }
    .quantity {
        position: relative;
        width: auto !important;
        padding: 0 0px !important;
        min-width: 80px;
    }
    .bcw6 {
        width: auto !important;
        height: auto !important;
    }
    .bcar_itm-delete {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
        font-size: 25px !important;
        top: 10px !important;
    }
    .b_car {
        padding: 0px 10px 0 10px !important;
    }
    .b_car3 .bcar3_cupon {
        padding: 0 0 0 40px;
        background: #cbcbcb url(none) 20px center no-repeat;
    }
    .b_car3 .bcar3_tit {
        font-size: 20px;
    }
    .cont5 {
        width: 90%;
    }
    #carrito form button {
        width: 100%;
    }
    #carrito form input {
        width: 100%;
    }
    #carrito .conteForm {
        width: 100%;
    }
    .cabe h2 {
        font-size: 18px;
        line-height: 25px;
        padding: 28px 40px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso {
        width: 100%;
    }
    .numero {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .pasopaso span img {
        width: 40px;
    }
    .pasopaso h2 {
        font-size: 16px;
    }
    .identificacion .iden {
        width: 100%;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cerrarIden {
        width: 100%;
        font-size: 10px;
        letter-spacing: 5px;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .mayoCont ul li p {
        font-size: 10px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .bookmarks {
        display: none;
    }
    #popBlock .txt h2 {
        font-size: 40px;
    }
    .titulo h2 {
        font-size: 25px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    footer li {
        font-size: 10px;
    }
    .scroll {
        margin: 0px auto 0;
        display: none;
    }
    header {
        position: relative;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .logo {
        padding: 20px 0;
    }
    .logo img {
        width: 150px;
    }
    .numeros {
        display: none;
    }
    .menu li {
        width: 100%;
    }
    .carritoCont {
        width: 50px;
        float: left;
        margin-left: 60px;
    }
    .menu {
        float: left;
        margin-top: 0px;
        width: 60%;
    }
    .carritoCont li {
        float: left;
        padding: 0 11px;
        width: 100%;
        margin-bottom: 10px;
    }
    .carritoCont li img {
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
        display: block;
    }
    .menuCont {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.9);
        padding-left: 20px;
        z-index: 9999;
        display: none;
    }
    .menu li a {
        color: #000000;
    }
    #slider1 .txt {
        top: 10%;
        width: 60%;
    }
    #slider1 .txt h4 {
        font-size: 50px;
        letter-spacing: 1px;
    }
    .redeSlider {
        top: 20%;
        right: 60px;
    }
    .marcasCont {
        padding-left: 0px;
        margin-top: 0px;
    }
    .marcasCont h2:before {
        display: none;
    }
    .marcasCont h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .marcasCont h3 {
        margin-bottom: 20px;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    .titulo h2 {
        display: none;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    #distriHome .txt h2 {
        font-size: 20px;
    }
    #distriHome .verMas {
        width: 100%;
        padding: 30px 25px;
        letter-spacing: 3px;
        font-size: 12px;
        margin-top: 20px;
    }
    .cont8 {
        width: 100%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    .paginador ul li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }
    .paginador ul li:last-child {
        width: 100%;
        margin-top: 15px;
    }
    #migas ul li {
        margin: 0 4px;
    }
    #migas ul li a {
        font-size: 15px;
    }
    .pInfoCont {
        padding-left: 0px;
        margin-top: 20px;
    }
    .nombre h2 {
        font-size: 30px;
    }
    .precio p {
        letter-spacing: 4px;
    }
    .precio span {
        letter-spacing: 4px;
    }
    .tallas {
        margin-bottom: 20px;
    }
    .redeP p {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .infotabs li {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .infotabs {
        margin: 0 auto 20px;
    }
    .infoCont {
        padding: 20px 10px !important;
        background-color: #f5f5f5;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 10%;
    }
    #destacados {
        margin-top: 0px;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .catalogo .marcasCont {
        padding-left: 15px;
        width: 100%;
        margin-bottom: 50px;
    }
    .desCata {
        width: 100%;
    }
    .verMas {
        letter-spacing: 2px;
        font-size: 10px;
    }
    .bcar_itm {
        height: auto !important;
    }
    .bcitm.bcw2 {
        padding: 0 0px 0 0;
        height: auto;
        float: left;
        width: 60%;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .bcar_list-tit {
        display: none;
    }
    .bcitm.bcw1 {
        height: auto !important;
    }
    .bcw3 {
        display: none !important;
    }
    .bcw4 {
        display: none !important;
    }
    .bcw5 {
        width: auto !important;
        height: auto !important;
    }
    .quantity input {
        width: 23px !important;
        height: 23px !important;
        line-height: 23px !important;
        font-size: 16px !important;
    }
    .cart_quantity_button .btn {
        width: 23px !important;
        height: 23px !important;
        line-height: 23px !important;
        font-size: 16px !important;
        padding: 0 !important;
    }
    .quantity {
        position: relative;
        width: auto !important;
        padding: 0 0px !important;
        min-width: 80px;
    }
    .bcw6 {
        width: auto !important;
        height: auto !important;
    }
    .bcar_itm-delete {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
        font-size: 25px !important;
        top: 10px !important;
    }
    .b_car {
        padding: 0px 10px 0 10px !important;
    }
    .b_car3 .bcar3_cupon {
        padding: 0 0 0 40px;
        background: #cbcbcb url(none) 20px center no-repeat;
    }
    .b_car3 .bcar3_tit {
        font-size: 20px;
    }
    .cont5 {
        width: 90%;
    }
    #carrito form button {
        width: 100%;
    }
    #carrito form input {
        width: 100%;
    }
    #carrito .conteForm {
        width: 100%;
    }
    .cabe h2 {
        font-size: 18px;
        line-height: 25px;
        padding: 28px 40px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso {
        width: 100%;
    }
    .numero {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .pasopaso span img {
        width: 40px;
    }
    .pasopaso h2 {
        font-size: 16px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cerrarIden {
        width: 100%;
        font-size: 10px;
        letter-spacing: 2px;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .colIz h2 {
        font-size: 20px;
    }
    .bannerInt .redeSlider {
        top: -5%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .bookmarks {
        display: none;
    }
    #popBlock .txt h2 {
        font-size: 40px;
    }
    .titulo h2 {
        font-size: 25px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    footer li {
        font-size: 10px;
    }
    .scroll {
        margin: 0px auto 0;
        display: none;
    }
    header {
        position: relative;
        background-color: #fff;
        z-index: 999;
    }
    .logo {
        padding: 20px 0;
    }
    .logo img {
        width: 150px;
    }
    .numeros {
        display: none;
    }
    .menu li {
        width: 100%;
    }
    .carritoCont {
        width: 50px;
        float: left;
        margin-left: 60px;
    }
    .menu {
        float: left;
        margin-top: 0px;
        width: 60%;
    }
    .carritoCont li {
        float: left;
        padding: 0 11px;
        width: 100%;
        margin-bottom: 10px;
    }
    .carritoCont li img {
        margin: 0 auto;
        left: 0;
        right: 0;
        float: none;
        display: block;
    }
    .menuCont {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.9);
        padding-left: 20px;
        z-index: 9999;
        display: none;
    }
    .menu li a {
        color: #000000;
    }
    #slider1 .txt {
        top: 10%;
        width: 60%;
    }
    #slider1 .txt h4 {
        font-size: 50px;
        letter-spacing: 1px;
    }
    .redeSlider {
        top: 20%;
        right: 60px;
    }
    .marcasCont {
        padding-left: 0px;
        margin-top: 0px;
    }
    .marcasCont h2:before {
        display: none;
    }
    .marcasCont h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .marcasCont h3 {
        margin-bottom: 20px;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    #distriHome .txt h2 {
        font-size: 42px;
    }
    .check label {
        width: 94%;
    }
    .cont8 {
        width: 100%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    #producto .oferta {
        z-index: 9;
        top: 19%;
        left: 70%;
    }
    #migas ul li {
        margin: 0 4px;
    }
    #migas ul li a {
        font-size: 15px;
        right: 0;
    }
    .pInfoCont {
        padding-left: 0px;
        margin-top: 20px;
    }
    .nombre h2 {
        font-size: 30px;
    }
    .precio p {
        letter-spacing: 4px;
    }
    .precio span {
        letter-spacing: 4px;
    }
    .tallas {
        margin-bottom: 20px;
    }
    .infotabs li {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .infotabs {
        margin: 0 auto 20px;
    }
    .infoCont {
        padding: 20px 10px !important;
        background-color: #f5f5f5;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 10%;
    }
    #destacados {
        margin-top: 0px;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .bcar_itm {
        height: auto !important;
    }
    .bcar_list-tit {
        display: none;
    }
    .bcitm.bcw1 {
        height: auto !important;
    }
    .bcw3 {
        display: none !important;
    }
    .bcw4 {
        display: none !important;
    }
    .bcw5 {
        width: 160px;
        height: auto !important;
    }
    .bcw2 {
        width: 258px;
    }
    .cont5 {
        width: 90%;
    }
    .cabe h2 {
        line-height: 35px;
        padding: 28px 40px
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso {
        width: 100%;
    }
    .numero {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .pasopaso span img {
        width: 40px;
    }
    .pasopaso h2 {
        font-size: 16px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cerrarIden {
        width: 100%;
        font-size: 10px;
        letter-spacing: 2px;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .colIz h2 {
        font-size: 20px;
    }
    .bannerInt .redeSlider {
        top: 9%;
    }
    .verMas {
        padding: 30px 25px;
        letter-spacing: 4px;
        font-size: 12px;
    }
    .desCata .verMas {
        font-size: 9px;
        letter-spacing: 3px;
    }
    #popBlock {
        margin-top: 0px;
    }
    #marcas {
        margin-top: 0px;
    }
    .cont9 {
        width: 100%;
    }
    .mayoCont ul li p {
        font-size: 13px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .botonMenu {
        display: block !important;
    }
    .logo {
        padding: 10px 0;
        float: left;
        margin-left: 6%;
    }
    .logo img {
        width: 200px;
    }
    .bookmarks {
        left: 30px;
        width: 250px;
    }
    #popBlock .txt h2 {
        font-size: 90px;
    }
    .titulo h2 {
        margin-top: 50px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    .scroll {
        margin: 0px auto 0;
        display: none;
    }
    header {
        z-index: 999;
    }
    .menuCont {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.9);
        padding-left: 20px;
        z-index: 9999;
        display: none;
    }
    .menu li a {
        color: #000000;
    }
    #slider1 .txt {
        top: 31%;
        width: 60%;
    }
    .marcasCont h2:before {
        display: none;
    }
    .marcasCont {
        padding-left: 0px;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    .check label {
        width: 94%;
    }
    .cont8 {
        width: 100%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    .#destacados {
        margin-top: 0px;
    }
    #producto .oferta {
        z-index: 9;
        top: 19%;
        left: 70%;
    }
    .pInfoCont {
        padding-left: 0px;
        margin-top: 20px;
    }
    .nombre h2 {
        font-size: 30px;
    }
    .precio p {
        letter-spacing: 4px;
    }
    .precio span {
        letter-spacing: 4px;
    }
    .tallas {
        margin-bottom: 20px;
    }
    .infotabs li {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .infotabs {
        margin: 0 auto 20px;
    }
    .infoCont {
        padding: 20px 10px !important;
        background-color: #f5f5f5;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 50%;
    }
    #destacados {
        margin-top: 0px;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .bcw2 {
        width: 220px;
    }
    .bcw5 {
        width: 190px;
    }
    .b_car3 {
        width: 40%;
    }
    .cont5 {
        width: 90%;
    }
    .cabe h2 {
        font-size: 26px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso span img {
        width: 40px;
    }
    .pasopaso h2 {
        font-size: 22px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .colIz h2 {
        font-size: 20px;
    }
    .bannerInt .redeSlider {
        top: 9%;
    }
    .verMas {
        padding: 30px 25px;
        letter-spacing: 4px;
        font-size: 12px;
    }
    #popBlock {
        margin-top: 0px;
    }
    #marcas {
        margin-top: 0px;
    }
    .cont9 {
        width: 100%;
    }
    .mayoCont ul li p {
        font-size: 13px;
    }
    .tab1 li {
        font-size: 20px;
    }
    .tab1 {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    #migas ul {
        padding: 70px 30px;
    }
    #slider1 .txt h4 {
        font-size: 50px;
    }
    .menuCont {
        padding-left: 0;
        padding-right: 0%;
    }
    .buscar {
        width: 250px;
    }
}

@media(min-width: 1200px) and (max-width: 1299px) {
    .logo {
        padding: 10px 0;
        float: left;
        margin-left: 5%;
    }
    .logo img {
        width: 200px;
    }
    .bookmarks {
        left: 30px;
        width: 250px;
    }
    #popBlock .txt h2 {
        font-size: 90px;
    }
    .titulo h2 {
        margin-top: 50px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    .scroll {
        margin: 0px auto 0;
        display: none;
    }
    header {
        z-index: 999;
    }
    .menu li a {
        font-size: 16px;
    }
    .marcasCont h2:before {
        display: none;
    }
    .marcasCont {
        padding-left: 0px;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    .check label {
        width: 94%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    #producto .oferta {
        z-index: 9;
        top: 19%;
        left: 70%;
    }
    .pInfoCont {
        padding-left: 0px;
        margin-top: 20px;
    }
    .nombre h2 {
        font-size: 30px;
    }
    .precio p {
        letter-spacing: 4px;
    }
    .precio span {
        letter-spacing: 4px;
    }
    .tallas {
        margin-bottom: 20px;
    }
    .infotabs li {
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .infotabs {
        margin: 0 auto 20px;
    }
    .infoCont {
        padding: 20px 10px !important;
        background-color: #f5f5f5;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 50%;
    }
    #destacados {
        margin-top: 0px;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .bcw2 {
        width: 220px;
    }
    .bcw5 {
        width: 190px;
    }
    .cont5 {
        width: 90%;
    }
    .cabe h2 {
        font-size: 26px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso span img {
        width: 40px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .bannerInt .redeSlider {
        top: 9%;
    }
    .verMas {
        padding: 30px 25px;
        letter-spacing: 4px;
        font-size: 12px;
    }
    #popBlock {
        margin-top: 0px;
    }
    #marcas {
        margin-top: 0px;
    }
    .mayoCont ul li p {
        font-size: 13px;
    }
    .tab1 li {
        font-size: 20px;
    }
    .tab1 {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    #migas ul {
        padding: 50px 30px;
    }
    .menuCont {
        padding-left: 0;
        padding-right: 0%;
    }
    .buscar {
        width: 250px;
    }
    #slider1 .txt h4 {
        font-size: 60px;
    }
    .b_car3 .bcar3_tit {
        font-size: 22px;
    }
}

@media(min-width: 1300px) and (max-width: 1399px) {
    .logo {
        padding: 10px 0;
        float: left;
        margin-left: 6%;
    }
    .logo img {
        width: 200px;
    }
    .bookmarks {
        left: 30px;
        width: 250px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    .check label {
        width: 94%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    #producto .oferta {
        z-index: 9;
        top: 19%;
        left: 70%;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 30%;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .bcw2 {
        width: 220px;
    }
    .bcw5 {
        width: 190px;
    }
    .cont5 {
        width: 90%;
    }
    .cabe h2 {
        font-size: 26px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso span img {
        width: 40px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .verMas {
        padding: 30px 25px;
        letter-spacing: 4px;
        font-size: 12px;
    }
    .mayoCont ul li p {
        font-size: 13px;
    }
    #migas ul {
        padding: 70px 30px;
    }
    .menuCont {
        padding-left: 0;
        padding-right: 0%;
    }
    .buscar {
        width: 250px;
    }
    #slider1 .txt h4 {
        display: none;
        font-size: 60px;
    }
    .b_car3 .bcar3_tit {
        font-size: 22px;
    }
    #newslatter .cont8 {
        width: 100%;
    }
}

@media(min-width: 1400px) and (max-width: 1499px) {
    .logo {
        padding: 10px 0;
        float: left;
        margin-left: 6%;
    }
    .logo img {
        width: 200px;
    }
    .bookmarks {
        left: 30px;
        width: 250px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    .check label {
        width: 94%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    #producto .oferta {
        z-index: 9;
        top: 19%;
        left: 70%;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
    #slider1.bannerInt .txt {
        top: 25%;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .bcw2 {
        width: 220px;
    }
    .bcw5 {
        width: 190px;
    }
    .cont5 {
        width: 90%;
    }
    .cabe h2 {
        font-size: 26px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso span img {
        width: 40px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .verMas {
        padding: 30px 25px;
        letter-spacing: 4px;
        font-size: 12px;
    }
    .mayoCont ul li p {
        font-size: 13px;
    }
    #migas ul {
        padding: 70px 30px;
    }
    .menuCont {
        padding-left: 0;
        padding-right: 0%;
    }
    .buscar {
        width: 250px;
    }
    #slider1 .txt h4 {
        font-size: 60px;
    }
    .b_car3 .bcar3_tit {
        font-size: 22px;
    }
    #newslatter .cont8 {
        width: 100%;
    }
}

@media(min-width: 1500px) and (max-width: 1799px) {
    .logo {
        padding: 10px 0;
        float: left;
        margin-left: 6%;
    }
    .logo img {
        width: 200px;
    }
    .bookmarks {
        left: 30px;
        width: 250px;
    }
    #newslatter h2 {
        font-size: 30px;
    }
    .cont7 {
        width: 100%;
    }
    .cont6 {
        width: 100%;
    }
    #popBlock .txt {
        top: 10%;
    }
    #distriHome .txt {
        top: 10%;
        width: 80%;
    }
    .check label {
        width: 94%;
    }
    #newslatter h3 {
        font-size: 13px;
    }
    .logoFoot img {
        width: 150px;
    }
    #destacados {
        margin-top: 0px;
    }
    #producto .oferta {
        z-index: 9;
        top: 19%;
        left: 70%;
    }
    #relacionados h5 {
        font-size: 30px;
        padding: 50px 0;
    }
   /* #slider1.bannerInt .txt {
        top: 50%;
    }*/
    .txt {
        margin-top: 20px;
    }
    .infoForm {
        min-height: 48px;
    }
    .infoForm img {
        float: left;
        line-height: 20px;
    }
    .txt p {
        padding-top: 10px;
    }
    #distriForm h2 {
        font-size: 30px;
        width: 90%;
    }
    .alerta p {
        float: left;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        color: #262626;
        width: 70%;
    }
    .conteForm {
        width: 100%;
    }
    #distriForm form .conteForm label {
        width: 90%;
    }
    .bcw2 {
        width: 220px;
    }
    .bcw5 {
        width: 190px;
    }
    .cont5 {
        width: 90%;
    }
    .cabe h2 {
        font-size: 26px;
    }
    #carrito .check label {
        width: 94%;
    }
    .pasopaso span img {
        width: 40px;
    }
    .identificacion .iden {
        width: 100%;
        font-size: 26px;
    }
    .identificacion .textr {
        width: 100%;
    }
    #resumenCompra form .checkR label {
        width: 85%;
    }
    .identificacion .iden .fa {
        display: none;
    }
    .resumenInt .iden {
        display: none;
    }
    .cart_product .nombreInt {
        margin-left: 0;
        width: 100%;
    }
    .cart_product .nombreInt h2 {
        font-size: 22px;
    }
    #cart_summary .text-left {
        font-size: 23px;
        color: #000000;
        letter-spacing: -2px;
    }
    .resumenInt .textr h2 {
        font-size: 25px;
    }
    .verMas {
        padding: 30px 25px;
        letter-spacing: 4px;
        font-size: 12px;
    }
    .mayoCont ul li p {
        font-size: 13px;
    }
    #migas ul {
        padding: 70px 30px;
    }
    .menuCont {
        padding-left: 0;
        padding-right: 0%;
    }
    .buscar {
        width: 250px;
    }
    #slider1 .txt h4 {
        font-size: 60px;
    }
    .b_car3 .bcar3_tit {
        font-size: 22px;
    }
    #newslatter .cont8 {
        width: 100%;
    }
}

.menuCont {
    width: 80%;
    padding: 0px 5% 30px 60px;
}

.numeros {
    float: none;
    text-align: right;
    margin: 15px 0;
}

.numeros ul li {
    float: none;
    display: inline-block;
}

.wppM .fa {
    margin: 0;
}

.menuCont>div.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menuCont>div.row .menu {
    float: none;
    display: flex;
    justify-content: space-between;
    width: 50%;
    overflow: hidden;
}

.menu li {
    float: none;
    padding: 0;
    text-align: center;
}

.menu li a {
    font-size: 1.1vw;
}

.carritoCont {
    width: 25%;
    float: none;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buscar {
    float: none;
    width: 25%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buscar input {
    display: table;
    margin: 0;
    padding: 0;
    float: none;
    height: auto;
    width: 100%;
}

.no-results {
    position: absolute;
    top: 55px;
    width: 100%;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #040707;
    text-align: center;
}

.autocomplete-results {
    position: absolute;
    top: 55px;
    width: 100%;
}

.autocomplete-result:hover {
    background-color: #ffd400 !important;
}

.autocomplete-results li a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #040707;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin: 0;
}

.autocomplete-result:hover li a {
    color: white;
}

#popBlock>div.row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popBlock .txt {
    top: auto;
}

.openk {
    position: relative;
}

.openk .playicon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popCont .cont6 {
    width: 60%;
}

.tab1 li {
    position: relative;
}

.tab1 li:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #040707;
    position: absolute;
    margin: 0 25px;
    left: 0;
    bottom: -3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tab1 li:hover:after,
.tab1 li.active:after {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 43px;
}

/* rediseno pierde peso  */


/* header  */

.content__generic {
    background-color: #fff;
}

.logo {
    margin-top: 20px;
}

.logo img {
    width: 180px;
}

.menu li a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 6px;
    background-image: url('/pierde_peso/jeanco/img/right-menu.png');
    z-index: 9999;
    background-size: contain;
    right: -16px;
    bottom: -6px;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.menu li a:hover::before {
    bottom: 10px;
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

/*.fa.fa-youtube {
    color: #dd332c;
    margin-bottom: 24%;
}

.fa.fa-instagram {
    color: #000;
}*/

#popBlock .noPadding:first-child h4,
#popBlock .noPadding:first-child h1,
.openk h1,
.openk h3,
.openk h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

#popBlock .noPadding:first-child h4 {
    font-family: 'Poppins', sans-serif;
}

#popBlock .noPadding:first-child h4,
.openk h5 {
    font-size: 11px;
    letter-spacing: 3px;
    color: #d7e037;
}

#popBlock .noPadding:first-child h1 {
    font-family: 'Poppins', sans-serif;
}

#popBlock .noPadding:first-child h1,
.openk h1 {
    font-size: 49px;
    margin: 23px 0;
    position: relative;
    color: #06a49d;
}

#popBlock .noPadding:first-child h1::before,
.openk h1::before {
    position: absolute;
    content: '';
    width: 38%;
    height: 1px;
    background-color: #d7e037;
    left: 0;
    bottom: -10px;
}

.openk h3 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.4;
    color: #06a49d;
}


/* #popBlock .playicon {
	right: 113px !important;
} */

.content_new img {
    position: relative;
    width: 90%;
    display: block;
    margin: 0 auto;
}

.new__content {
    width: 68%;
    margin: 0 auto;
    position: absolute;
    top: 12%;
    left: 15%;
}

.new_content--category {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.new__content h2 {
    margin: 39px 0 10px !important;
    padding: 0 !important;
    font-size: 20px !important;
    text-align: left !important;
    font-weight: 500 !important;
    line-height: 35px !important;
}

.new__content--info {
    font-size: 10px;
}

.content__info--date {
    color: #f84703;
}

.new__content h2::before {
    display: none;
}

.new__txtContent {
    width: 73%;
    margin: 0 auto;
    padding: 35px 0px;
}

.btn__content--new:hover {
    color: #fff !important;
}

.btn__content--new {
    display: block;
    background-color: #06a49d;
    color: #fff;
    padding: 21px 78px;
    width: 62%;
    margin: 13px 0;
    position: relative;
}

.btn__content--new::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 8px;
    background-image: url('/pierde_peso/jeanco/img/right-menu.png');
    background-size: contain;
    right: 20px;
    top: 45%;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

footer h4 {
   color:#4c6261 !important
   margin: 10px;
}

footer ul a {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0px;
}

footer li:first-child::before {
    display: none !important;
}

footer a:hover {
    color:#4c6261 !important
}

.logoFoot img {
    width: 252px;
    display: block;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

.logoFoot a {
    display: block;
}

.openPop_text {
    background-color: rgba(255, 255, 255, 0.678);
    padding: 17px 25px;
    margin-top: 8px;
}

.openPop_text p {
    font-size: 12.4px;
    text-align: center;
}

.openPop_text h5 {
    text-align: center;
    margin-top: 19px;
    font-size: 17px;
}

#migas.interna {
    /*margin-top: 11%;*/
    border-top: 1px solid #cecece;
}

#migas.interna .verMas.amarillo {
    border-radius: 50%;
    width: 45px;
    height: 45px !important;
    margin-right: 20px;
    float: left;
    padding: 0;
    position: relative;
    font-size: 29px !important;
    line-height: 38px;
    transform: none;
}

#migas.interna .cont7 ul li:first-child {
	width: auto;
}

#migas.interna .cont7 ul .first-li_products {
	width: 16% !important;
}

#migas.interna .cont7 ul li:first-child a {
    letter-spacing: 3px;
    font-size: 15px !important;
    margin-right: 10px;
}

#migas.interna .active {
    font-size: 13px;
    letter-spacing: 2px;
    color: #06a49d;
    font-weight: 900;
}

#migas.interna .active::before {
    display: none;
}

#migas.interna li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#migas.list__productos {
    margin-top: 8%;
}

#migas.list__productos ul {
    padding: 37px 30px 0 !important;
}

#migas.list__productos ul li::before {
    display: none;
}

.redeP li a {
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 1.7;
    text-align: center;
    font-size: 24px !important;
}

.redeP i {
    padding: 0 !important;
}

.share-facebook {
    background-color: #21589f;
}

.share-whatsapp {
    background-color: #0cc142;
}

.img-fluid {
    width: 100% !important;
}

.openPop img {
    width: 13%;
}

.openk .openPop img {
    left: 25px !important;
    position: absolute;
    top: 36%;
}

footer a {
    font-weight: 500;
}

.b_car2 .btn.btn-info.btn-flat {
    background-color: #d5e135 !important;
    border: 1px solid #d5e135 !important;
}

.cont-not-products a {
    color: #d5e135;
}

.imgCount.testimonios img {
	width: 100%;
}
.imgCount.testimonios {
	max-height: 400px;
	overflow: hidden;
}

.identificacion .row {
	padding: 7px 0 !important;
}

.blog.testimnonials {
	width: 33%;
	float: left;
	margin: 0 2px;
}

.textoTestimonio {
	width: 50%;
	display: inline-block;
	top: 50px;
	padding: 0 0 0 29px;
}

@media (min-width: 595px){
    .imgCount.testimonios {
        max-height: 400px;
        overflow: hidden;
        width: 50%;
        display: inline-block;
    }
    
    .texto.textoTestimonio {
        width: 49%;
        display: inline-block;
        transform: translateY(-20%);
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .openPop_text p {
        font-size: 11.4px;
        text-align: center;
    }
    .openPop img {
        width: 13%;
    }
    #popBlock .noPadding:first-child h1,
    .openk h1 {
        font-size: 38px !important;
    }
    .content__generic {
        background-color: transparent !important;
    }
    #popBlock .noPadding:first-child h4,
    .openk h5 {
        font-size: 8px !important;
    }
    .menuCont {
        top: 60px;
        right: 0;
        left: auto;
        width: calc(95% - 258px);
    }
}

@media (max-width: 940px) {
    #popBlock .playicon {
        top: 18px;
    }
    #popBlock .txt {
        padding-top: 16px;
    }
    #newslatter .container {
        max-width: 100%;
    }
    .new__content {
        top: -15%;
    }
    .new_content--category {
        font-size: 17px;
    }
    .btn__content--new {
        width: 70%;
    }
    #popBlock .noPadding:first-child h1,
    .openk h1 {
        font-size: 24px !important;
    }
    .titulo h2 {
        font-weight: 800;
        margin: 70px 0;
    }
    .openPop_text p {
        font-size: 9.4px;
    }
    .pData h2 {
        font-size: 16px;
    }
    #slider1 {
        margin-top: 0%;
    }
    .menuCont {
        top: 126px;
    }
    .menuCont {
        width: 100% !important;
        padding: 0;
    }
    .menuCont .menu {
        width: 100% !important;
        margin: 20px 0;
    }
    .menuCont li {
        margin: 15px 0;
    }
    .menu li a {
        font-size: 1.5vw !important;
    }
}

@media (max-width: 414px) {
    .openk .playicon.openPop {
        top: 0 !important;
        left: 0 !important;
    }
    .openk .playicon.openPop img {
        left: 11%;
        position: relative;
        top: 77%;
        width: 10%;
    }
    .menuCont>div.row .menu {
        flex-direction: column;
    }
    .menu li a {
        font-size: 5.5vw !important;
    }
    .carritoCont {
        margin-left: 10%;
    }
    .buscar {
        margin-right: 3%;
    }
}

/*karen*/

/*home*/

.redeFooter li{
    display: inline-block !important;
}

.redeFooter li a {
	background: #06a49d;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.redeSlider li a {
	background: #06a49d;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.verMas{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    box-sizing: border-box;
    color: #fff;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: -moz-linear-gradient(45deg,rgba(30,173,167,.9) 0,rgba(85,189,140,.95) 100%);
    background: -webkit-linear-gradient(45deg,rgba(30,173,167,.9) 0,rgba(85,189,140,.95) 100%);
    background: linear-gradient(45deg,rgba(30,173,167,.9) 0,rgba(85,189,140,.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61eada7', endColorstr='#f255bd8c', GradientType=1 );
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
}

.imgCont:hover .verMas{
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.verMas img{
	width: auto !important;
    background: white;
    padding: 7px;
    border-radius: 50px;
}

.verMas p{
	width: 100%;
	margin-top: 5px;
	font-size: 17px;
    text-align: center;
}

.empresario{
	width: 100%;
    height: 430px;
    overflow: hidden;
}

.openk .openPop img{
	width: 85px;
}

.blogHome{
	background: #06a49d;
	display: flex;
	align-items: center;
	justify-content: center;

}
.blogHome .new__content{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	padding: 0 40px;
}

.blogHome .new__content h2{
	color: white;
    line-height: inherit !important;
    margin: 20px 0 10px !important;
}

.blogHome .new__content .new__content--info{
	margin-bottom: 10px;
}

.blogHome .new__content .new__content--info span{
	color: #d5e135;
}

.blogHome .new__content h2:after{
	content: "";
	width: 100%;
	height: 1px;
	background: white;
	display: block;
	margin: 5px 0;
}

.blogHome .new__txtContent{
	width: 100%;
    margin: 0 auto;
    padding: 0px 40px;
    color: white;
}

.blogHome .new_content--category{
	width: 100%;
    color: white;
    font-size: 30px;
    padding: 0 30px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 40px;
}

.blogHome .new_content--category span:after{
	content: "";
	width: 132px;
	height: 8px;
	margin: 20px 0;
	display: block;
	background: #d5e135;
}

.blogHome .btn__content--new{
	width: auto;
    display: inline-flex;
    padding: 10px 30px 10px 30px;
    margin: 15px 0 30px;
    background: none;
    position: relative;
    color: white;
    border-radius: 100px;
    border: 1px solid white;
    align-items: center;
}

.blogHome .btn__content--new::before{
	display: none;
}

.blogHome .btn__content--new img{
	position: relative;
    display: block;
    margin-left: 5px;
    width: 23px;
    height: auto;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.blogHome .btn__content--new:hover img{
	margin-left: 10px;
}


.testiHome{
	background: #d5e135;
}

.testiHome .playicon{
	top: 0px !important;
    left: 0px !important;
    padding: 60px 0 0 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testiHome .playicon img{
	position: relative;
	left: 0 !important;
	top: auto;
	margin-top: 5px;
}
/*home*/

/*testimonios*/
.tertimoniosSectionGen{
    max-width: 95%;
    margin: 0 auto !important;
}
.tertimoniosSectionGen .blog{
    background: #06a49d;
    display: flex;
    align-items: center;
    margin-bottom: 30px !important;
    justify-content: space-between;
}
.texto.textoTestimonio{
    background: #06a49d;
    padding: 60px !important;
    box-sizing: border-box;
    transform: translateY(0%) !important;
}

.texto.textoTestimonio h3{
    color: #fff !important;
    position: relative;
    margin-bottom: 60px !important;
    display: block;
    margin: 0 !important;
    font-size: 3.2vw !important;
    font-weight: lighter !important;
}

.texto.textoTestimonio h3:after{
    display: block;
    content: "";
    background: #0db1aa;
    height: 4px;
    width: 100%;
    margin: 30px 0 30px 0px;
}

.imgCount.testimonios{
    max-height: 464px;
    height: auto;
}

.imgCount.testimonios img{
    width: 100%;
    
}

.texto.textoTestimonio .fecha{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.texto.textoTestimonio .fecha img{
    margin-right: 10px;
    border-right: 1px solid #d5e135;
    padding: 10px 10px 10px 0;
}

.texto.textoTestimonio .fecha h4{
    color: #d5e135;
}

.texto.textoTestimonio p{
    color: #fff;
    font-size: 16px;
    margin: 0 0 30px;
    font-weight: lighter;
}

.tertimoniosSectionGen .blog a img{
    float: none !important;
    margin: 0 !important;
}

.texto.textoTestimonio .txt a{
    display: flex;
    margin: 24px 0 0;
    padding: 8px 30px 8px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    background: #d5e135;
    color: #06a49d;
    width: fit-content;
    align-items: center;
}

.texto.textoTestimonio .txt a img{
    padding: 5px;
    margin-left: 15px !important;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.texto.textoTestimonio .txt a:hover img{
    margin-left: 20px !important;
}
/*fin testimonios*/

/*blog*/

.blogSectionGen{
    max-width: 95%;
    margin: 0 auto !important;
}
.blogSectionGen .blog{
    display: flex;
    align-items: center;
    margin-bottom: 30px !important;
    justify-content: space-between;
    box-shadow: 0px 0px 26px -13px black;
}
.texto.textoBlog{
    width: 50%;
    padding: 60px !important;
    box-sizing: border-box;
    transform: translateY(0%) !important;
}

.texto.textoBlog h3{
    color: #546261 !important;
    position: relative;
    margin-bottom: 60px !important;
    display: block;
    margin: 0 !important;
    font-size: 2.7vw !important;
    font-weight: lighter !important;
}

.texto.textoBlog h3:after{
    display: block;
    content: "";
    background: #f1f1f1;
    height: 4px;
    width: 100%;
    margin: 30px 0 30px -60px;
}

.blogSectionGen .imgCont.articles{
    max-height: 464px;
    height: auto;
    width: 50%;
}

.texto.textoBlog .fecha{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.texto.textoBlog .fecha img{
    margin-right: 10px;
    border-right: 1px solid #d5e135;
    padding: 10px 10px 10px 0;
}

.texto.textoBlog .fecha h4{
    color: #06a49d;
}

.texto.textoBlog p{
    color: #546261;
    font-size: 16px;
    margin: 0 0 30px;
    font-weight: lighter;
}

.blogSectionGen .blog a img{
    float: none !important;
    margin: 0 !important;
}

.texto.textoBlog .txt a{
    display: flex;
    margin: 24px 0 0;
    padding: 8px 30px 8px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    background: #d5e135;
    color: #06a49d;
    width: fit-content;
    align-items: center;
}

.texto.textoBlog .txt a img{
    padding: 5px;
    margin-left: 15px !important;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.texto.textoBlog .txt a:hover img{
    margin-left: 20px !important;
}

.blog-int > div > div > div > div:last-child{
	display: flex;
}

.blogIntCont h5{
	color: #046762 !important;
	font-size: 10px !important;
	letter-spacing: normal !important;
	margin-bottom: 10px;
	font-weight: lighter !important;
}

.blogIntCont h3{
	font-size: 1.6rem !important;
	font-family: 'Poppins', sans-serif;
	font-weight: lighter !important;
	color: #000000 !important;
	margin-bottom: 30px;
    margin-top: 30px;
	letter-spacing: normal !important;
}

.margin-top-30 {
    margin-top: 40px;
}

.blogIntCont iframe{
	margin: 0 auto;
	display: block;
}

.blogIntCont .textoTestimonio{
	padding: 0;
	width: 100%;
	display: block;
	top: auto;
	margin-top: 20px;
}

.blog-int .testimnonials{
	background: #0c7d79;
	padding: 35px 0;
	margin: 0 10px 50px;
	float: none;
	width: 100%;
}

.blog-int .testimnonials h2{
	color: white;
	line-height: inherit;
	margin: 20px 0 10px;
	padding: 0;
	font-size: 20px;
	text-align: left;
	font-weight: 500;
	padding: 0 40px;
}

.blog-int .testimnonials h2:after {
    content: "";
    width: 100%;
    height: 1px;
    background: white;
    display: block;
    margin: 5px 0;
}

.blog-int .testimnonials .fechaTestimonios{
	padding: 0 40px;
	color: #d5e135;
	font-size: 10px;
}

.blog-int .testimnonials a{
	width: auto;
	display: inline-flex;
	padding: 10px 30px 10px 30px;
	margin: 15px 0 30px 40px !important;
	background: none;
	position: relative;
	color: white;
	border-radius: 100px;
	border: 1px solid white;
	align-items: center;
	margin: 0 40px;
}

.blog-int .testimnonials a img{
	position: relative;
	display: block;
	margin-left: 5px;
	width: 23px;
	height: auto;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.blog-int .testimnonials a:hover img {
	margin-left: 10px;
}

/*fin blog*/

/*contacto*/

#distriForm{
	margin-top: 50px !important;
}

#distriForm h2{
	font-weight: lighter;
    font-size: 3.3vw;
}

#distriForm form input{
	border-radius: 100px;
	border: 1px solid #d3d5d5;
	color: #7c7c7c;
	padding: 10px 30px;
    background: 0 0;
    font-size: 15px;
    height: auto;
    outline: 0;
}

#distriForm form input::placeholder{
	color: #7c7c7c;
	font-size: 15px;
	text-transform: uppercase;
}

#distriForm form select{
	color: #7c7c7c;
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 100px;
	height: auto;
	font-weight: lighter;
	border: 1px solid #d3d5d5;
	outline: 0 !important;
	text-transform: uppercase;
}

#distriForm form select:focus{
	outline: 0;
	box-shadow: none;
}

#distriForm form .checks{
	display: inline-flex;
	align-items: center;
	margin: 2px 5px;
}

#distriForm form .checks input{
	padding: 0;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
}

#distriForm form .checks label{
	font-size: 18px;
	color: #7c7c7c;
}

.comentsForm{
	padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

#distriForm form{
	padding: 0 50px;
	margin-bottom: 50px;
}

#distriForm form textarea{
    border-radius: 15px;
    border: 1px solid #d3d5d5;
    color: #7c7c7c;
    font-size: 15px;
    padding: 10px 30px;
    width: 100%;
    height: 108px;
}

#distriForm form textarea::placeholder{
	color: #7c7c7c;
	font-size: 15px;
	text-transform: uppercase;
}

.conteForm button{
	margin: 0 0 0 20px;
	height: auto;
	padding: 10px 30px 10px 30px;
	border-radius: 50px;
	letter-spacing: normal;
	font-weight: lighter;
	background-color: #d5e135;
	color: #546261;
}

.check{
	margin: 10px auto;
	margin-top: 10px;
}

#distriForm form .conteForm input[type=checkbox]{
	margin: 0;
}

#distriForm form .conteForm label{
	text-align: left;
	width: 95%;
}

.infoContact{
	width: 95%;
	margin: 0 auto;
}

.infoContact .txt{
	display: none;
	position: absolute;
    right: 0;
    width: 50%;
    background: rgba(6,164,157,.9);
    height: 100%;
    padding: 60px;
}

.infoContact .txt .titleForm h2{
	color: #d5e135;
	font-size: 2.5vw;
	margin-bottom: 30px;
	font-weight: lighter;
	text-transform: uppercase;
}

.infoForm {
    display: flex;
    align-items: center;
}

.infoForm img {
    margin-right: 0.8rem;
}

.infoContact .infoForm{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.infoContact .infoForm img{
	border-right: 1px solid #d5e135;
	margin: 0 15px 0 0;
	padding-right: 5px;
}

.infoContact .infoForm p{
	color: white;
}

.infoContact .infoForm p span{
	font-weight: bold;
}
/*fin contacto*/

/*productos*/
#migas.list__productos{
	margin: 0;
}

#migas.list__productos ul{
	padding: 70px 30px !important
}

.pData h2{
	font-size: 16px;
	font-weight: 800;
}
.pData h3{
	letter-spacing: normal;
}

.formasPago > div > div{
	background: #06a49d;
	overflow: hidden;
}

.formasPago .forma-pago-1{
	padding: 60px;
	color: #fff;
	background: #06a49d;
}

.formasPago .forma-pago-1 h4 {
	font-size: 2.3vw;
	font-weight: lighter;
	text-transform: uppercase;
}

.formasPago .forma-pago-1 h4:after {
	display: block;
	content: "";
	background: #d5e135;
	height: 8px;
	width: 132px;
	margin: 30px 0 30px 0;
}
.formasPago .forma-pago-1 ul li{
	display: block;
	clear: both;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
	font-weight: lighter;
	font-size: 16px;
}

.formasPago .forma-pago-1 ul li:before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 4px;
	left: 0;
	background: #d5e135;
	border-radius: 50px;
}

.nombre h2{
	font-weight: 400;
}

.desc p, .desc li{
	font-size: 16px;
	font-weight: lighter;
}

.infoCont p{
	font-size: 16px;
}

.infoCont p iframe{
	margin: 0 auto;
	display: table;
}

.desc h2{
	font-weight: lighter;
}

.infotabs li{
	font-weight: lighter;
}

#relacionados h5{
	font-weight: lighter;
}

/*calificacion*/

.comment{
	width: 670px;
	margin: 0 auto;
}

.comment h2{
	font-size: 24px;
    font-weight: lighter;
    color: #040707;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin: 0 3px;
    text-align: center;
    padding: 10px 0;
}

.resulRese{
	display: flex;
	align-items: end;
	padding: 15px 0;
	border-bottom: 1px solid silver;
}

.resulRese img{
	height: auto;
	width: 45px;
	margin-right: 25px;
}

.resulRese h4{
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}

.resulRese p{
	font-size: 14px;
	font-weight: lighter;
	color: #000;
	text-align: justify;
	font-family: 'Lato', sans-serif;
}

.formRese form{
	margin-top: 15px;
}

.formRese form input, .formRese form textarea {
	border-radius: 100px;
	border: 1px solid #d3d5d5;
	color: #7c7c7c;
	padding: 3px 20px;
	background: 0 0;
	font-size: 13px;
	height: auto;
	outline: 0;
	width: 100%;
	margin: 5px 0;
}

.formRese form textarea{
	min-height: 85px;
	max-height: 85px;
	border-radius: 15px;
}

.formRese form input:placeholder{
	color: #7c7c7c;
	font-size: 13px;
}

.formRese form button{
	margin: 0px;
	height: auto;
	padding: 10px 30px 10px 30px;
	border-radius: 50px;
	letter-spacing: normal;
	font-weight: lighter;
	background-color: #d5e135;
	color: #546261;
	border: 0;
}

.fichas-listado-v2 .voto .voto-estrellas{
	direction: rtl;
	width: 100%;
	margin: 5px 0;
}
.fichas-listado-v2 .voto .voto-estrellas i{
	color: #06a49d;
	font-size: 20px;
	padding-right: 3px;
}

.fichas-listado-v2 .voto .voto-estrellas i:hover{
	cursor: pointer;
	color: #d41217;
}
.fichas-listado-v2 .voto .voto-estrellas i.fa-star,
.fichas-listado-v2 .voto .voto-estrellas:hover i{
	color: #06a49d;
}
.fichas-listado-v2 .voto .voto-estrellas:hover i:before{
	content: "\f005";
}
.fichas-listado-v2 .voto .voto-estrellas i.fa-star-o:hover:before,
.fichas-listado-v2 .voto .voto-estrellas i:hover ~ i:before{
	content: "\f005";
	color: #d5e135;
}

/*fin calificacion*/

/*fin productos*/

/*footer*/

footer{
	margin-top: 0;
}

/*fin footer*/

/*carrito*/

#resumenCompra{
	margin-bottom: 50px;
}

/*fin carrito*/
/*responsive */

@media (max-width: 1920px){
    .agregar {
        width: 90% !important;
    }
}
@media (max-width: 1199px){
	.pasopaso{
		width: 70%;
	}

	.ctainer{
		width: 100%;
	}

	.b_car3{
		width: 48%;
		padding-left: 10px;
	}

	.b_car4{
		width: 48%;
		padding-right: 10px;
	}

	.input-group{
		width: 100% !important;
	}

	.b_car3 .bcar3_tit{
		width: 100%;
		min-height: auto;
		padding: 20px 10px;
	}
}

@media (max-width: 1179px){
	.b_car3{
		width: 48%;
	}

	.b_car4{
		width: 48%;
	}

	.b_car3 .bcar3_tit{
		margin-top: 10px;
	}
}

@media (max-width: 991px){
	#migas{
		margin-top: 0 !important;
	}

	.infoContact .txt{
		padding: 20px;
	}

	.pasopaso {
		width: 100%;
	}

}

@media (max-width: 959px){

    .tertimoniosSectionGen .blog{
        flex-wrap: wrap;
    }
    .texto.textoTestimonio h3{
   		font-size: 30px !important;
    }
    .texto.textoTestimonio{
        width: 100%;
    }
    .imgCount.testimonios{
        width: 100%;
        max-height: none;
        height: auto;
    }
    .imgCount.testimonios img{
    	width: 100%;
    	transform: translateX(0px);
    }

    .blogSectionGen .blog{
        flex-wrap: wrap;
    }
    .texto.textoBlog h3{
    	font-size: 23px !important;
    }
    .texto.textoBlog{
        width: 100%;
    }
    .blogSectionGen .imgCont.articles{
        width: 100%;
        max-height: none;
        height: auto;
    }

    #distriForm h2{
    	font-size: 30px;
    }

    .formasPago .forma-pago-1 h4 {
    	font-size: 30px;
    }

    .blogIntCont iframe{
    	width: 100%;
    }

}

@media (max-width: 768px){
	.empresario .img-fluid {
    	width: auto !important;
    	height: 100%;
    	max-width: none;
	}
	.infoContact .txt{
		display: none;
		position: relative;
		width: 100%;
	}

	.formasPago .forma-pago-1{
		padding: 20px;
	}
	.comment{
		width: 100%;
		padding: 0px 15px;
	}
	.blog-int > div > div > div > div:last-child{
		flex-wrap: wrap;
	}

	.b_car3{
		width: 100%;
		padding: 0 10px;
		float: none;
	}

	.b_car4{
		width: 100%;
		padding: 0 10px;
		float: none;
    }
    
    #migas ul {
        padding: 70px 20px;
    }
}

@media (max-width: 575px){
	.testiHome .playicon{
		padding: 10px;
    }
    .redeP p {
        width: 70%;
    }
    .infotabs {

        width: 100%;
    }
    .menu li a {
        font-size: 3.0vw !important;
    }
}

@media (max-width: 414px){
	.testiHome .playicon img{
		top: 0 !important;
		width: 50px !important;
		height: auto;
	}
}

@media (max-width: 375px){

	.texto.textoTestimonio{
		padding: 20px !important;
	}

	.texto.textoTestimonio h3:after{
		margin: 20px 0 20px -20px;
	}

	.texto.textoTestimonio .txt a{
		padding: 8px 30px 8px 30px;
	}


	.texto.textoBlog{
		padding: 20px !important;
	}

	.texto.textoBlog h3:after{
		margin: 20px 0 20px -20px;
	}

	.texto.textoBlog .txt a{
		padding: 8px 30px 8px 30px;
	}

	#distriForm form{
		padding: 0 15px;
    }
    .btm__ampliar {
        width: 93% !important;
    }
}

/*fin responsive*/

/*fin karen*/

.btn-all-products{
	width: 20%;
    display: contents;
    background-color: #06a49d;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-left: 450px;
}

.testiHome .btm__ampliar {
    width: 30%;
    display: none;
    padding: 10px 30px 10px 30px;
    margin: 15px 0 30px;
    background: none;
    position: relative;
    color: #06a49d;
    border-radius: 100px;
    border: 1px solid #06a49d;
    align-items: center;
}

.btm__ampliar {

	width: 18%;
    display: block;
    background-color: #06a49d;
    height: 53px;
    line-height: 57px;
    color: #fff;
    text-align: center;
    letter-spacing: 7px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 33px;
}

.btm__ampliar a{
   color:#ffffff;
}
.realizaPedidos{
	position: relative;
    display: inline-block;
    text-align: center;
}
.textRealizaPedidos{
	position: absolute;
    top: 122px;
    left: 10px;
}
.textRealizaPedidos h3{
	font-family: inherit;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.textRealizaPedidos img{

    float: left;
    border-right: 1px solid #fff;
    margin-right: 5px;
}

.textRealizaPedidos p{
	color: #fff;
    padding-left: 47px;
    margin-bottom: 43px;
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 125%;
}

.textRealizaPedidos a{
    display: table;
    clear: both;
    background: #546261;
    padding: 10px 60px 12px 30px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    position: relative;
    color: #fff;
    margin-left: 33px;

}

.headAcordeon button {
	white-space: break-spaces;
	text-align: left;
    width: 100%;
    cursor: pointer;
}

.btn-link:hover {
	text-decoration: none !important;
}

.headAcordeon button .fa-minus{
    /*display: none;*/
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.headAcordeon button.active-btn .fa-minus{
    /*display: block !important;*/
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.headAcordeon button.active-btn .fa-plus{
    /*display: none;*/
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.btn-link {
	color: #508f85 !important;
}

@media (max-width: 1920px){
    .cont6 {
        width: 100%;
    }
}
@media (max-width: 1199px){
    .realizaPedidos {
        width: 100%;
    }
    .realizaPedidos img {
        display: block;
        max-width: 100%;
    }
    .textRealizaPedidos h3 {
        font-size: 28px;
    }
    .textRealizaPedidos a {
        margin-left: 0px !important;
        padding: 10px 32px 12px 30px !important;
    }
    .verMas p {
        font-size: 12px;
    }
}
.flotante {
    position: fixed;
    width: 70px;
    height: 75px;
    z-index: 999;
    left: 10px;
    bottom: -10px;
}

.flotante a {
    background: #25D366;
    display: block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.flotante img {
    width: 60%;
    transform: translate(12px, 11px);    
} 
.img-blog {
    height: 350px;
    object-fit: cover;
    object-position: center;
}   
.desc ul {
    list-style: disc;
    margin-left: 25px;
    margin: 15px 0px 15px 25px;
}
.desc li {
    line-height: 19px;
}