
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

/* ------------------------------------ */
a { text-decoration: none;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #e65540;
}

.text-primary {color: #e65540 !important;}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	
	font-size: 15px;
	line-height: 1.7;
	color: #888888;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
	outline: none;
}

textarea {
  outline: none;
}

.bg-primary {background-color: rgba(185,19,22,.8) !important; color: #fff}
.bg-primary:hover {background-color: rgba(185,19,22,1) !important; color: #fff}
.btn-primary { border-radius: 2rem; background-color: rgba(185,19,22,.8); border: none }
.btn-primary:hover { border-radius: 2rem; background-color: rgba(185,19,22,1); }
.link1 {color: rgba(185,19,22,.6);}
.fs-12 {font-size:12px}

/* textarea:focus, input:focus {
  border-color: transparent !important;
} */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
  outline: none !important;
}


.btn-sinstock button { background-color: #a1a1a1 !important;}
.textCupon { position: relative;}
.textCupon dt { color: #B90000; opacity: 0.7;}
.textCupon dd { color: #B90000; opacity: 0.7;}
.textCupon .btnBorrar { position: absolute; right: -20px;}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-loader='ball-scale'] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    background-color: #e65540;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

/*[ Restyle Select2 ]
///////////////////////////////////////////////////////////
*/
/* Select2 */
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: none;
  position: relative;
}

/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;
}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #e65540;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #e65540;
  color: white;
}

.select2-results__options {
  font-size: 13px;
  color: #888888;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-size: 13px;
  color: #888888;
}

/*[ rs1-select2 ]
-----------------------------------------------------------
*/
.rs1-select2 .select2-container {
  margin-left: 26px;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 20px;;
}

/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
  background-color: white;
  height: 50px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #555555;
  padding-left: 22px ;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

#dropDownSelect2 .select2-results__options {
  color: #555555;
}

#dropDownSelect2 .select2-search--dropdown .select2-search__field {
  color: #555555;
}



/*[ rs3-select2 ]
-----------------------------------------------------------
*/
.rs3-select2 .select2-container .select2-selection--single {
  height: 45px;
}

.rs3-select2 .select2-selection__arrow b {
  display: block;
}

.rs3-select2 .select2-selection__arrow:after {
  display: none;
}

/*[ rs4-select2 ]
-----------------------------------------------------------
*/
.rs4-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px ;
}

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}


/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 {
  height: 125px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-header {height: 110px;}


/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 
}

/*[ Top bar ]
===========================================================*/
.topbar {
  height: 45px;
  background-color: #f5f5f5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ------------------------------------ */

.topbar-social {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.topbar-social-item {
  font-size: 18px;
  color: #888888;
  padding: 10px;
}

/* ------------------------------------ */
.topbar-email,
.topbar-child1 {
  font-size: 13px;
  color: #888888;
  line-height: 1.7;
}

/* ------------------------------------ */
.topbar-child2 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 38px;
}


/*[ Menu ]
===========================================================*/
.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: white;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-header .wrap_header {
  height: 65px;
}

.wrap-search {
  position: fixed;
  width: 300px;
  top: 60px;
  right: 0;}

.botsearch {color: #fff}
.botsearch::before {content: "\f502"; font-family: "bootstrap-icons"; font-size: 22px;
  position: relative;
  top: 2px;} 
.botsearch.is-active::before {content:"\f5ee"}

@media (max-width: 750px) {
.wrap-search {z-index: 9;
  top:133px}
}

/*[ Logo ]
-----------------------------------------------------------*/
.logo {
  display: block;
  position: absolute;
  left: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo img {
  height: 60px;
}

.bg-dark .logo img {
  filter: brightness(100)
}

/*[ Menu ]
-----------------------------------------------------------*/
.main_menu {
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main_menu > li {
  display: block;
  position: relative;
  padding-top: 20px;  
  padding-bottom: 20px; 
  padding-left: 15px;
  padding-right: 15px;
}

.main_menu > li > a {
  font-size: 18px;
  color: #333333;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.main_menu > li > a:hover,
.main_menu > li > a.active {color: #e65540 !important;}

.bg-dark .main_menu > li > a {color: #fff}

li.sale-noti > a {
  color: #e65540;
}

.main_menu > li:hover > a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.main_menu li {
  position: relative;
}

.main_menu > li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}

.sub_menu {
  list-style-type: none;
  position: absolute;
  z-index: 1100;
  top:0;
  left:100%;
  width: 225px;
  background-color: #222222;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.sub_menu li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
} 

.sub_menu li { 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sub_menu li, .sub_menu a {
  padding: 5px;
  font-size: 13px;
  color: white;
}

.sub_menu > li:hover > a {
  color: #e65540;
  text-decoration: none;
}

nav .megamenu .content h3 a:hover {color: #e65540 !important;}

/* ------------------------------------ */
.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  right: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bg-dark .header-icons {color: #fff}

.header-wrapicon1,
.header-wrapicon2 {
  position: relative;
}
.bg-dark .header-wrapicon1,
.bg-dark .header-wrapicon2 {color: #FFFFFF}

.header-wrapicon1 img,
.header-wrapicon2 img {
  height: 100%;
}

.header-icon1:hover,
.header-icon2:hover {
  cursor: pointer;
}

.header-icons-noti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(234,67,70,1.00);
  color: white;
  font-family: Montserrat-Medium;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -10px;
}

.linedivide1 {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #e5e5e5;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 5px;
}

.bg-dark .hamburger-inner, .bg-dark .hamburger-inner::after, .bg-dark .hamburger-inner::before {background: #fff}

/*[ Header cart ]
-----------------------------------------------------------
*/
.header-cart {
  position: absolute;
  z-index: 1100;
  width: 339px;
  top: 190%;
  right: -10px;
  padding: 20px;
  border-top: 3px solid #e6e6e6;
  background-color: white;

  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.show-header-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fixed-header .header-cart {
  top: 160%;
}

.header-cart-wrapitem {
  max-height: 270px;
  overflow: auto; padding: 0;
}

.header-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* ------------------------------------ */
.header-cart-item-img {
  width: 80px;
  position: relative;
  margin-right: 20px;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after {
  content: '\e870';
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  cursor: pointer;
  opacity: 1;
}

/* ------------------------------------ */
.header-cart-item-txt {
  width: calc(100% - 100px);
}

.header-cart-item-name {
  display: block;
  font-size: 15px;
  color: #555555;
  line-height: 1.3;
  margin-bottom: 12px;
}

.header-cart-item-info {
  display: block;
  
  font-size: 12px;
  color: #888888;
  line-height: 1.5;
}

.header-cart-total {
  
  font-size: 15px;
  color: #555555;
  line-height: 1.3;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 3px;
}
/* ------------------------------------ */
.header-cart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-cart-wrapbtn {
  width: calc((100% - 10px) / 2);
}



/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  display: none;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
  display: block;
}

.logo-mobile img {
  height: 60px;
}
.bg-dark .logo-mobile img {
  filter: brightness(100)
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.hamburger {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 5px;
}


/*[ Header icon mobile ]
-----------------------------------------------------------*/
.header-icons-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.linedivide2 {
  display: block;
  height: 20px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.header-icons-mobile .header-cart {
  width: 300px;
  top: 190%;
  right: -80px;  
  z-index: 1100;
  transform-origin: top right;
}

.nav .megamenu{ padding: 1rem; }
.dmenu{
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    nav .main_menu .nav-item a.show {color:rgba(234,67,70,1.00)}
  nav .has-megamenu{position:static!important;}
  nav .megamenu{left:0; right:0; width:100%; margin-top:0; border-radius: 0;  background: transparent !important; border: none}
  nav .megamenu .content {position: absolute; left: 50%; top: 25px;  transform: translateX(-50%); width: auto; background: #fff; }
    nav .megamenu .content h3 {margin-top: 0; line-height: 20px; margin-bottom: 10px }
    nav .megamenu .content h3 a {font-weight: 600; font-size: 18px; color: #000000; line-height: 20px;}
    nav .megamenu .content ul li a {font-size: 14px; }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */





/*[ Menu mobile ]
-----------------------------------------------------------*/
.side-menu {
  width: 100%;
  background-color: white;
  display: none;
  border-top: 1px solid #ececec; background-color: rgba(180,8,11,1.00);
}

.side-menu {
  width: 100%;
}

.side-menu li {
  list-style-type: none;  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.side-menu .main-menu {margin-bottom: 0; padding: 0}

.item-menu-mobile {
  
}

.side-menu .main-menu > li > a {
  padding-left: 20px;
  font-size: 15px;
  color: white;
  line-height: 2.86;
}

.side-menu .main-menu > li {
  color: white;
  position: relative;
}


.side-menu .main-menu .arrow-main-menu {
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 0px;
  padding: 10px;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.side-menu .main-menu .arrow-main-menu:hover {
  cursor: pointer;
}

.turn-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu .sub-menu {background-color: rgba(0,0,0,0.4)}
.side-menu .sub-menu li {border-bottom: none}

.side-menu .sub-menu a {
  padding-left: 20px;
  font-size: 14px; opacity: .8;
  color: #fff;
  line-height: 2.5;
}

.side-menu .sub-menu > li {
  padding-left: 12px;
  padding-top: 0;
}

.side-menu .sub-menu a:hover {
  text-decoration: none;
  padding-left: 20px;
  color: #e65540 !important;
}

.side-menu .sub-menu {
  display: none; padding: 0;
}

.side-menu .sub-menu li {padding: 0}

.subul {background-color: rgba(0,0,0,8)}
.subm:after {content: "\f105";
  font-family: "fontawesome";
  color: #fff;
  position: absolute;
  right: 20px;
  font-size: 20px;
  line-height: 40px;}
.subm.is-active:after {content: "\f107";}
.subul a {font-size: 13px !important}


@media (min-width: 992px){
  .side-menu {
    display: none;
  }
}

/* ------------------------------------ */
.item-topbar-mobile {
  border-bottom: 1px solid #ececec;
}

.topbar-child2-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-social-moblie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


/*[ Header2 ]
///////////////////////////////////////////////////////////
*/
.topbar2 {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------------ */
.logo2 {
  display: block;
}

.logo2 img {
  max-height: 27px;
}

.fixed-header2 {
  z-index: 1300;
  position: fixed;
  height: 65px;
  left: 0;
  top: -70px;
  visibility: hidden;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 
}

.fixed-header2 .header-cart {
  top: 160%;
}

.show-fixed-header2 {
  visibility: visible;
  top: 0px;
}


/*[ Header3 ]
///////////////////////////////////////////////////////////
*/
.container-menu-header-v3 {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 320px;
  height: 100vh;
  border-right: 1px solid #e5e5e7;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*[ Menu ]
===========================================================*/
.container-menu-header-v3 .wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
}


/*[ Logo ]
-----------------------------------------------------------*/
.container-menu-header-v3 .logo3 {
  display: block;
}

.container-menu-header-v3 .logo3 img {
  max-width: 120px;
}

/*[ Header Icon ]
-----------------------------------------------------------*/
.container-menu-header-v3 .header-icons3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: unset;
}

/*[ Header cart ]
-----------------------------------------------------------
*/
.container-menu-header-v3 .header-cart {
  left: -10px;
  transform-origin: top left;
}

/*[ Menu ]
-----------------------------------------------------------*/
.container-menu-header-v3 .main_menu {
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}

.container-menu-header-v3 .main_menu > li {
  padding-top: 3px;  
  padding-bottom: 3px; 
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.container-menu-header-v3 .sub_menu {
  top:0;
  left:100%;
}

.container-menu-header-v3 .main_menu > li > .sub_menu {
  top: 10px;
  left: 95%;
}

.container-menu-header-v3 .sub_menu li { 
  text-align: left;
}

.container-menu-header-v3 .topbar-social-item {
  padding: 10px 8px;
}


/*[ Page sidebar ]
-----------------------------------------------------------
*/
.container1-page {
  margin-left: 320px;
}

@media (max-width: 992px){
  .wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
  }
  .wrap_header {display: none;}

  .container-menu-header-v3,
  .container-menu-header-v2,
  .container-menu-header 
  {display: none;}

  .top-bar {display: none;}
  header {height: auto !important;}

  .container1-page {
    margin-left: 0px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ OWL ]
-----------------------------------------------------------
*/
.owl-nav {
  position: absolute;
  width: 105%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.owl-nav button {
  width: 30px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-nav button span {
  font-size: 36px;
  line-height: 1px;
}
.owl-nav button:hover {
  background-color: #B90000 !important;
}
.owl-nav button:hover span {
  color: #fff;
}

.album .producto img.foto { height: 200px; width: auto !important}
.sliderProductos .producto span {font-size: 12px; margin: 10px 0}
.sliderProductos .producto .sku {font-size: 12px; }
.sliderProductos .producto .price {font-size: 20px; font-weight: 600; color: #000 }
.sliderProductos .producto .price del {font-size: 12px; text-decoration: line-through}
.sliderProductos .producto h6  {line-height: 140%; margin-bottom: 20px}

.sliderProductos .producto .marcas,
.sliderProductos .productoLogOut .marcas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
.sliderProductos .producto .marcas img,
.sliderProductos .productoLogOut .marcas img {
  height: 48px;
  width: auto;
}
.sliderProductos .producto .marcas .discount,
.sliderProductos .productoLogOut .marcas .discount {
    margin-right: auto;
    background-color: rgba(185,19,22,.8) !important;
    color: #fff; font-weight: 600;
    width: 48px; 
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.sliderProductos .producto .marcas .float-right,
.sliderProductos .productoLogOut .marcas .float-right {
   margin-left: auto;
}

.sliderProductos .producto.sinStock .picture,
.sliderProductos .productoLogOut.sinStock .picture {
   opacity: 0.4;
}
.sliderProductos .producto.sinStock .bg-primary,
.sliderProductos .productoLogOut.sinStock .bg-primary {
    background-color: #a1a1a1 !important;
}


 
.grillaCategoria .producto .marcas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
.grillaCategoria .producto .marcas img {
  height: 42px;
  width: auto;
}
.grillaCategoria .producto .marcas .discount {
    margin-right: auto;
    background-color: rgba(185,19,22,.8) !important;
    color: #fff; font-weight: 600;
    width: 42px; 
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.grillaCategoria .producto .marcas .float-right {
   margin-left: auto;
}

.grillaCategoria .producto.sinStock .picture {
   opacity: 0.4;
}
.grillaCategoria .producto.sinStock .bg-primary {
    background-color: #a1a1a1 !important;
}


.detalleProducto { position: relative;}
.detalleProducto .marcas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
.detalleProducto .marcas img {
  height: 48px;
  width: auto;
}
.detalleProducto .marcas .discount {
    margin-right: auto;
    background-color: rgba(185,19,22,.8) !important;
    color: #fff; font-weight: 600;
    width: 48px; 
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.detalleProducto .marcas .float-right {
   margin-left: auto;
}

.detalleProducto.sinStock .picture {
   opacity: 0.4;
}
.detalleProducto.sinStock .bg-primary {
    background-color: #a1a1a1 !important;
}



/*[ rs Sweetalert ]
///////////////////////////////////////////////////////////
*/
.swal-overlay {
    overflow-y: auto;
}

.swal-icon--success {
    border-color: #66a8a6;
}

.swal-icon--success__line {
    background-color: #66a8a6;
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, 0.2);
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #e65540;
    
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #333333;
}

.swal-button:active {
    background-color: #e65540;
}

.swal-title {
  font-family: Montserrat-Medium;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  
  color: #333333;
  font-size: 15px;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*[ Block1 ]
///////////////////////////////////////////////////////////
*/
.block1-wrapbtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;

  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}


/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.block2-labelsale::before,
.block2-labelnew::before 
{
  z-index: 100;
  
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.block2-labelsale::before {
  background-color: #e65540;
  content: 'Sale';
}

.block2-labelnew::before {
  background-color: #66a8a6;
  content: 'Nuevo';
}

/* ------------------------------------ */
.block2-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
}

/* ------------------------------------ */
.block2-btn-addcart {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -45px;
}

/* ------------------------------------ */
.block2-btn-towishlist,
.block2-btn-addwishlist {
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 20px;
  color: white;
  line-height: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.block2-btn-addwishlist:hover {
  color: white;
}

.block2-btn-addwishlist .icon-wishlist,
.block2-btn-towishlist .icon-wishlist {
  line-height: 0;
}

.block2-btn-addwishlist:hover .icon_heart_alt {
  display: none;
}

.block2-btn-addwishlist:hover .icon_heart {
  display: block;
}

/* ------------------------------------ */
.block2-btn-towishlist .icon_heart_alt {
  display: none;
}

.block2-btn-towishlist .icon_heart {
  display: block;
  color: #e65540;
}

/* ------------------------------------ */
.block2-overlay:hover {
  opacity: 1;
}

.block2-overlay:hover .block2-btn-addcart {
  bottom: 20px;
}

.block2-overlay:hover .block2-btn-addwishlist,
.block2-overlay:hover .block2-btn-towishlist{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.block4 {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1360px) {
  .block4 {
    width: calc(100% / 4);
  }
}

@media (max-width: 1200px) {
  .block4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 992px) {
  .block4 {
    width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .block4 {
    width: calc(100% / 1);
  }
}

/* ------------------------------------ */
@media (max-width: 1660px) {
  .rs1-block4 .block4 {
    width: calc(100% / 4);
  }
}

@media (max-width: 1380px) {
  .rs1-block4 .block4 {
    width: calc(100% / 3);
  }
}

@media (max-width: 1200px) {
  .rs1-block4 .block4 {
    width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .rs1-block4 .block4 {
    width: calc(100% / 1);
  }
}

/* ------------------------------------ */
.block4-overlay {
  display: block;
  background-color: rgba(211,0,22,.9);
  visibility: hidden;
  opacity: 0;
}

.block4-overlay:hover {
  color: unset;
}

.block4-overlay p, .block4-overlay {color:#fff}

/* ------------------------------------ */
.block4-overlay-txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
}

/* ------------------------------------ */
.block4-overlay-heart {
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* ------------------------------------ */
.block4:hover .block4-overlay {
  visibility: visible;
  opacity: 1;
}

.block4:hover .block4-overlay-txt {
  bottom: 0;
}

.block4:hover .block4-overlay-heart {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 239px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .l-text2 {font-size: 35px;}
  .bg-title-page .m-text13 {font-size: 16px;}
}

/*[ rs NoUI ]
///////////////////////////////////////////////////////////
*/
.leftbar #filter-bar {
  margin-right: 6px;
  margin-left: 6px;
  height: 4px;
  border: none;
  background-color: #e1e1e1;
}
.leftbar #filter-bar .noUi-connect {
  background-color: #c5c5c5;
  border: none;
  box-shadow: none;
}
.leftbar #filter-bar .noUi-handle {
  width: 13px;
  height: 13px;
  left: -6px;
  top: -5px;
  border: none;
  border-radius: 50%;
  background: #999999;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.leftbar #filter-bar .noUi-handle:before {
  display: none;
}
.leftbar #filter-bar .noUi-handle:after {
  display: none;
}

/*[ Filter Color ]
///////////////////////////////////////////////////////////
*/
.color-filter1 {background-color: #00bbec;}
.color-filter2 {background-color: #2c6ed5;}
.color-filter3 {background-color: #ffa037;}
.color-filter4 {background-color: #ff5337;}
.color-filter5 {background-color: #a88c77;}
.color-filter6 {background-color: #393939;}
.color-filter7 {background-color: #cccccc;}

.checkbox-color-filter {
  display: none;
}

.color-filter {
    display:block;
    width:25px;
    height:25px;
    cursor:pointer;
    border-radius: 50%;
}

.checkbox-color-filter:checked + .color-filter {
  box-shadow: 0 0 0px 2px black;
  -moz-box-shadow: 0 0 0px 2px black;
  -webkit-box-shadow: 0 0 0px 2px black;
  -o-box-shadow: 0 0 0px 2px black;
  -ms-box-shadow: 0 0 0px 2px black;
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.pagination {
  margin-right: -6px;
  margin-left: -6px;
}

.item-pagination {
  
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #222222;
  color: white;
}

.active-pagination {
  background-color: #222222;
  color: white;
}


/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

.wrap-slick3-dots {
  width: 14.5%;
}

.slick3 {
  width: 80.64%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border: 3px solid #888888;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border: 3px solid #888888;
}


/*[ Dropdown content ]
///////////////////////////////////////////////////////////
*/
.show-dropdown-content .down-mark {
  display: block;
}

.show-dropdown-content .up-mark {
  display: none;
}


/*[ Cart ]
///////////////////////////////////////////////////////////
*/
/*[ Table ]
-----------------------------------------------------------
*/
.wrap-table-shopping-cart {
  overflow: auto;
}

.container-table-cart::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  left: 0;
}

.container-table-cart::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  right: 0;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 992px;
}

.table-shopping-cart .table-row {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 225px;
  padding-left: 50px;
}
.table-shopping-cart .column-2 {
  width: 330px;
  padding-right: 30px;
}
.table-shopping-cart .column-3 {
  width: 133px;
  padding-right: 30px;
}
.table-shopping-cart .column-4 {
  width: 355px;
  padding-right: 30px;
}
.table-shopping-cart .column-5 {
  padding-right: 30px;
}

.table-shopping-cart .table-head th {
  font-family: Montserrat-Bold;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-shopping-cart td {
  
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  padding-top: 37px;
  padding-bottom: 30px;
}

.table-shopping-cart .table-row .column-2 {
  font-size: 15px;
}


/* ------------------------------------ */
.cart-img-product {
  width: 90px;
  position: relative;
}

.cart-img-product img {
  width: 100%;
}

.cart-img-product::after {
  content: '\e870';
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.cart-img-product:hover:after {
  cursor: pointer;
  opacity: 1;
}


/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}

.tag-item {
  display: block;
  
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin: 3px;
}

.tag-item:hover {
  border: 1px solid #e65540;
}


/*[ tab01 ]
///////////////////////////////////////////////////////////
*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  margin-right: -15px;
  margin-left: -15px;
}

.tab01 .nav-tabs .nav-item {
  padding: 8px 16px;
}

.tab01 .nav-link {
  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;
  
  font-size: 15px;
  color: #888888;
  line-height: 1.1;
}

.tab01 .nav-link.active {
    color: #333333;
    border-bottom: 1px solid #6a6a6a;
}

.tab01 .nav-link:hover {
    color: #333333;
    border-bottom: 1px solid #6a6a6a;
}

@media (max-width: 480px) {
  .tab01 .nav-tabs .nav-item {
    padding: 8px 6px;
  }

  .tab01 .nav-tabs {
    margin-right: -6px;
    margin-left: -6px;
  }
}

.modal {z-index: 999999; background-color: rgba(0,0,0,0.5);}

/*[ Input NumProduct ]
///////////////////////////////////////////////////////////
*/
input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none; -moz-appearance:textfield; border: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
/*NEWSLETTER
///////////////////////////////////////////////////////////
*/
.footer-newsletter {
  padding: 50px 0;
  background: rgba(0,0,0,0.9)url("../images/join.svg");
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.footer-newsletter p {color: #fff; font-size: 20px; text-shadow: 5px 5px 5px rgba(0,0,0,0.7)}
.footer-newsletter h4 {
  font-size: 30px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: rgba(185,19,22,.8);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer-newsletter form input[type="submit"]:hover {
  background-color: rgba(185,19,22,1)
}


/*FOOTER ]
///////////////////////////////////////////////////////////
*/
footer {background-color: #000; color: #fff}
footer h3 {font-size: 13px; font-weight: 600; margin: 10px 0}
footer a {color: #fff; font-size: 13px}
footer small { font-size: 12px; line-height: 20px; display: block;}
.logo-footer {height: 100px; margin-bottom: 10px; margin-right: auto;}
.listaMediosdepago { width: 100%; flex-wrap: wrap;}
.listaMediosdepago img { width: 55px; margin-right: 8px; margin-bottom: 10px;}

@media (max-width: 768px) {
  .logo-footer { margin: auto;}
}

/*[ Categorias ]
///////////////////////////////////////////////////////////
*/
.filter-talles .btn-check + .btn {border:1px solid #ccc}
.filter-talles .btn-check:checked + .btn {color:#ff0000; border-color: #FF0000 }
.price .new {font-size: 18px; font-weight: 600}
.price .old {font-size: 13px; text-decoration: line-through; margin-right: 5%}
.cuotas {font-size: 14px; color: #888;}
.cuotas span {color: #e65540}
.card.producto {border: 1px solid white; box-sizing: border-box; overflow: hidden;}
.card.producto:hover {border:1px solid #ccc}
.card.producto .picture { }
.card.producto img { width: 100%}
.card.producto span {font-size: 12px; margin: 10px 0}
.card.producto .sku {font-size: 12px; }
.card.producto .price {font-size: 20px; font-weight: 600; color: #000 }
.card.producto .price del {font-size: 12px; text-decoration: line-through}
.card.producto h6  {line-height: 140%; margin-bottom: 20px}
.cuc {border-radius: .7rem; position: absolute; top: 0;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;}
.cuc.sale {background-color: #D16A10;
  color: #fff; }
.cuc.new {background-color: rgba(234,67,70,1.00);
  color: #fff; }
.cuc-laft {left: 0}
.cuc-right {right: 0}


#sync1 .item{
    background: #ccc;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
    background: #fff;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}



/* DETALLE */

.detalleProducto .productoColor{
  border-radius: 6px;
    margin-right: 18px;
    width: 40px;
    height: 40px;
    border: 1px solid #edecec;
}

.detalleProducto .productoColor:hover{
  opacity: 0.6;
}

.detalleProducto .productoTalles{
    color: #666666;
    display: inline-grid;
    border-radius: 6px;
    margin-right: 18px;
    width: 40px;
    height: 40px;
    border: 1px solid #666666;
    padding: 9px;
    font-weight: 800;
    text-align: center;
   font-size: 14px;
}

.detalleProducto .productoTalles:hover{
  color: #FFF;
  background-color: rgba(234,67,70,1.00);
  border: none;
}

.detalleProducto h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #333;
}
.detalleProducto span.sku {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 16px;
  color: #555;
}
.detalleProducto .price {
  color: #222;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}
.detalleProducto .price .sinStock {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
  width: 100%;
  font-size: 24px;
  line-height: 50px;
  padding-left: 30px;
}
.detalleProducto .price del {
  font-weight: 300;
  font-size: 20px;
  margin-left: 8px;
}
.detalleProducto .divider {
  width: 100%;
  height: 1px;
  background-color: #dadada;
  margin: 24px 0px;
}
.detalleProducto p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
}
.detalleProducto .pagos {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 10px 0;
}
.detalleProducto .pagos li {
  margin-right: 9px;
}
.detalleProducto .pagos img {
  width: 36px;
}
.detalleProducto .cuotas {
  font-size: 18px;
  line-height: 30px;
  display: block;
}
.detalleProducto .masinfo {
  display: flex;
  align-items: center;
}
.detalleProducto .masinfo div {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.detalleProducto .masinfo div p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #333;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 20px !important;
}

.productoDetalle {
  min-height: 340px;
  border: 1px solid #EEE;
  margin-bottom: 100px;
  position: relative;
  margin-top: 7px;
}
.data img {height: 50px}

.product-img--main {
   position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  width: 100%;
  height: 600px;
  /* margin: 10px; */
}

.product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

@media (max-width: 750px) {
    .product-img--main {width: 100%; height: inherit}
    .product-img--main__image {width: 100%; }
}

.ddarrow {position: relative}
.ddarrow:after {content: "\F286"; font-family: "bootstrap-icons"; position: absolute; right: 0}
.ddarrow.collapsed:after {content: "\F282"; }

.picture {position: relative}

.owl-carousel .owl-item .picture img.imgHo, 
.picture img.imgHo {display: none; position: absolute; top: 0; left: 0; z-index: 999} 
.owl-carousel .owl-item .picture:hover img.imgHo,
.picture:hover img.imgHo {display: block;} 

/* CARRITO */
.carritoProducto {
  border: none;
  border-bottom: 1px solid #EEE;
  padding: 12px !important;
}
.carritoProducto figure {
  margin: 0 !important;
}
.carritoProducto figcaption small {
  font-size: 12px;
}
.carritoProducto figcaption a {
  font-size: 18px !important;
  line-height: 22px;
  margin-bottom: 3px !important;
  color: rgba(234,67,70,1.00) !important;
}
.carritoProducto figcaption span {
  font-size: 12px;
  line-height: 23px;
  color: #555;
}
.carritoProducto .btnBorrar a {
  border: none !important;
}
.carritoProducto .btnBorrar a i {
  color: #888;
  font-size: 18px;
  color: rgba(234,67,70,1.00);
}
.carritoProducto .btnBorrar a:hover i {
  color: rgba(185,19,22,.8) !important;
}
.carritoProducto .precio .price {
  color: #222;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.carritoProducto .precio .price del {
  font-size: 14px;
  line-height: 22px;
  color: rgba(234,67,70,1.00);
  font-weight: 600;
}
.carritoProducto .lafoto {
  width: 100px;
}
.carritoProducto .marcas {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.carritoProducto .marcas img {
  height: 20px;
  margin-right: 5px;
}
.carritoProducto .campoCantidad {
  max-width: 140px; margin: auto; display: flex; align-items: stretch; justify-content: space-between;
  background-color: #f7f7f7;
}
.carritoProducto .campoCantidad .num-product {
  background-color: #f7f7f7;
}
.carritoProducto .campoCantidad .btn-num-product-down {
  width: 40px;
}
.carritoProducto .campoCantidad .btn-num-product-up {
  width: 40px;
}
.carritoProducto .campoCantidad .numero {
  justify-content: space-between;
}
.carritoProducto .campoCantidad .numero button {
  width: 32px;
  height: 32px;
}
.carritoProducto .campoCantidad .numero span {
  font-size: 15px;
  width: 50px;
}

.btnComprar {
  background-color: rgba(234,67,70,1.00);
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  border: none;
  white-space: pre;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.btnComprar:hover {
  background-color: #000000 !important;
}

.btnSeguir {
  background-color: #FFF;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  border: 1px solid rgba(234,67,70,1.00);
  color: rgba(234,67,70,1.00);
  white-space: pre;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.btnSeguir:hover {
  background-color: #EEE !important;
  color: rgba(234,67,70,1.00);
}
.contCarrito2 .borderBot {
  border: 1px solid #EEE;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 18px;
}
.contCarrito2 .borderBot p {
  font-size: 16px;
  line-height: 24px;
}
.contCarrito2 .campo {
  box-sizing: border-box;
  padding: 3px;
  margin-bottom: 2px;
  margin-top: 2px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #CFCFCF;
  width: 100%;
}
.contCarrito2 .campo .elcampo {
  border: none;
  width: 100%;
}
.contCarrito2 .campo .elcampo:focus {
  outline: none;
}
.contCarrito2 .campo .btnSend {
  border: none;
  background-color: rgba(234,67,70,.8);
  color: #FFF;
  font-size: 14px;
  padding: 3px 3px;
  width: 80px;
  position: absolute;
  right: 3px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.contCarrito2 .campo .btnSend:hover {
  background-color: rgba(234,67,70,1.00);
}
.contCarrito2 .cartDown {
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 18px;
}

.form-control {border: 1px solid #ced4da !important;}

@media (max-width: 750px) {
  .carritoProducto .precio .price {
      font-size: 17px;}
    .carritoProducto figcaption a {font-size: 14px !important; line-height: 120%;}
    .carritoProducto .lafoto {
      width: 60px;
  }
}

/* FAQS */
.contInternas .accordion-button:not(.collapsed) {
  color: rgba(234,67,70,.8);
  background-color: #FFF;
  box-shadow: none;
  font-size: 18px;
  font-weight: 700;
}

.contInternas .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

 .contInternas .accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b4176c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
   transform: rotate(-180deg);
}

.contInternas .accordion-body {
  padding: 1rem 1.25rem;
  font-size: 15px;
  line-height: 23px;
  padding: 18px 0px;
  padding-top: 0px;
  padding-right: 40px;
}
.contInternas .accordion-item {
  border: none;
  border-bottom: 1px solid #dededf;
}
.contInternas .accordion-button {
  color: #666;
  background-color: #FFF;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 0px;
}
.contInternas .data {
  padding-left: 20px;
  margin-left: 0px;
  width: 100%;
  margin: auto;
  flex-direction: column;
  margin-top: 16px;
}
.contInternas .data li {
  display: flex;
  align-items: flex-start;
  color: rgba(234,67,70,.8);
  margin-bottom: 18px;
}
.contInternas .data li img {
  width: 36px;
  margin-right: 12px;
}
.contInternas .data li h6 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 0px;
}
.contInternas .data li a, .contInternas .data li p {
  color: rgba(234,67,70,.8);
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
}
.contInternas .data li a:hover {
  text-decoration: underline;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto; border-radius: 0 !important;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: 0px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

.sidecarts {
  background-color: #FFF !important;
  width: 380px;
  min-width: 380px;
  height: 100vh;
  position: fixed;
  top: 0px;
  overflow: auto !important;
  right: -380px;
  z-index: 99999;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}

.sidecart h2 {
  color: rgba(185,19,22,.8);
}
.sidecart ul {
  padding-bottom: 14px;
}
.sidecart .btnPedido {
  background-color: rgba(185,19,22,.8);
  color: #FFF; font-size: 15px;
  font-weight: 600;
  padding: 10px 55px;
  width: 90%;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.sidecart .btnPedido:hover {
  background-color: #000000;
}
.sidecart .btnSeguir {
  color: rgba(185,19,22,.8);
  border: 1px solid rgba(185,19,22,.8);
  font-weight: 600;
  padding: 10px 55px;
  width: 90%;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
.sidecart .btnSeguir:hover {
  background-color: #CCC;
}
.sidecart .closeCart {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 6px;
}
.sidecart .productoCarrito {
  display: flex;
  position: relative;
  margin: auto;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
}
.sidecart .productoCarrito .foto {
  width: 65px; height: 65px;
  margin-right: 12px;
}
.sidecart .productoCarrito .info {
  width: 80%;
  margin: auto;
  text-align: left !important;
}
.sidecart .productoCarrito .info p {
  color: rgba(185,19,22,.8) !important;
    font-size: 13px;
  line-height: 18px;
  padding-top: 3px !important;
}
.sidecart .productoCarrito .info .campoCantidad {
   width: 100px; max-width: 100%; display: flex; align-items: stretch; justify-content: space-between; background-color: #f7f7f7;
}
.sidecart .productoCarrito .info .campoCantidad .num-product {
  background-color: #f7f7f7; flex: 1; margin: 0;
}
.sidecart .productoCarrito .info .campoCantidad .btn-num-product-down {
 width: 30px;
}
.sidecart .productoCarrito .info .campoCantidad .btn-num-product-up {
  width: 30px;
 }

.sidecart .productoCarrito .botBorrar {
  color: #770041 !important;
  border: none !important;
}
.sidecart .productoCarrito .botBorrar:active {
  border: none !important;
}
.sidecart .productoCarrito .botBorrar:hover {
  color: rgba(185,19,22,.8) !important;
}
.sidecart .productoCarrito .marca {
  height: 18px;
}
.sidecart .productoCarrito .price {
  color: #000;
  margin-top: 6px;
  font-size: 17px;
  line-height: 20px;
}
.sidecart .productoCarrito .price del {
  color: rgba(185,19,22,.8);
  font-size: 13px;
  font-weight: 400;
}
.sidecart .productoCarrito .qty {
}
.sidecart .productoCarrito .qty span {
  font-size: 14px;
  line-height: 20px;
}
.sidecart .productoCarrito .qty input {
  box-sizing: border-box;
  padding: 3px 6px;
  margin-left: 5px;
}
.sidecart .bordeBot {
  border-bottom: 1px solid #EEE;
  padding: 12px 0px;
}
.sidecart .bordeBot p {
  margin-bottom: 0;
  text-align: left;
}
.sidecart .bordeBot .campo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #CFCFCF;
  width: 100%;
  /*border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;*/
}
.sidecart .bordeBot .campo .elcampo {
  border: none;
  flex: 1;
  margin-left: 7px; width: 100%; max-width: 100px;
}
.sidecart .bordeBot .campo .btnSend {
  border: none;
  background-color: rgba(185,19,22,.8);
  color: #FFF;
  font-size: 14px;
  padding: 5px 12px;
  margin-right: 1px;
  /*border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;*/
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.sidecart .bordeBot .campo .btnSend:hover {
  background-color: #770041;
}
.sidecart .bordeBot2 {
  padding: 8px 0px;
}
.sidecart .bordeBot2 p {
  margin-bottom: 0;
  text-align: left;
}
.sidecart .campoCantidad .num-product {width: 30px;}
.sidecart input.num-product {border:none}

.sidecart .accordion-button:focus,
.sidecart .accordion-button:not(.collapsed) {border-color: transparent;background-color: rgba(185,19,22,.7); color: #fff; box-shadow: none}
.sidecart .accordion-button:not(.collapsed)::after {filter: brightness(100);}

.watsappbutton {position:fixed; bottom:5%; right:2%; background-color:#25d366;width: 45px;height: 45px;border-radius: 50%;z-index: 99999;}


.modalFiltros2 {
  overflow-x: hidden;
  background-color: #e5e5e5;
}
.accordion-button:not(.collapsed) {
  color: #373737;
  background-color: #ededed;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
/* .accordion-item:last-of-type .accordion-collapse {
  background-color: #f7f7f7;
} */

.filtrosNivel2 {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0px ;
  -webkit-border-radius: 0px ;
  -moz-border-radius: 0px ;
  -ms-border-radius: 0px ;
  -o-border-radius: 0px ;
}
.filtrosNivel2 .accordion-collapse {
  background-color: #f7f7f7;
}
.filtrosNivel2 .accordion-button{
   padding: 10px 16px;
}

/* NOSOTROS */
.nosotrosBloque01 { background-repeat: no-repeat; background-position: center center; background-size: cover; padding-top: 80px; padding-bottom: 90px;}
/* .bloqueNosotros .fotoNosotros1 { margin-top: -40px;} */
@media (max-width: 768px) {
  /* .bloqueNosotros .fotoNosotros1 { margin-top: 50px;} */
  .nosotrosBloque01 {
    padding-top: 30px; padding-bottom: 70px;
  }
}


.formArrepentimiento label {
  font-size: 13px; line-height: 20px; display: inline-block; font-weight: 600; color: #777; letter-spacing: 1px;
}
.formArrepentimiento .contChecks label {
letter-spacing: 0px; font-weight: 400; padding-top: 2px; font-size: 14px;
}
.formArrepentimiento small { font-size: 13px; line-height: 18px; display: inline-block; color: #666;}