/*
Theme Name: Theme - Shelfic
Theme URI: https://shelficsoluciones.com/
Author: Jonatan Anco
Author URI: https://shelficsoluciones.com/
Description: Plantilla Personalizada para Sitio Web de Equipamiento Comercial.
Version: 1.1.8
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-shelfic
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* ******************** Tipografias - Style ******************** */
@font-face {
  font-family: "R Thin";
  src: url("font-text/Roboto-Thin.ttf") format('woff'); /* thin */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "R Regular";
  src: url( "font-text/Roboto-Regular.ttf") format('woff'); /* regular */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "R Bold";
  src: url( "font-text/Roboto-Bold.ttf") format('woff'); /* bold */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "R Black";
  src: url("font-text/Roboto-Black.ttf") format('woff'); /* black */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ******************** Colores - Style ******************** */
:root {
  --main-color-one: #0e9fcf;
  --main-color-one-dark: #DB5C04;
  --main-color-two: #E74596;
  --main-color-two-dark: #C70074;
  --main-color-three: #01A9E2;
  --main-color-three-dark: #0092CC;
  --main-color-four: #808080;

  --main-color-five: #E6E6E6;/*#F3F3F3;*/
  --main-color-six: #343434;

  --main-color-whatsapp: #009E09;/*#44A42A;*/
}
/* ******************** Css General - Style ******************** */
*::selection {
  background-color: var(--main-color-six);
  color: white;
  text-shadow: none;
}
* {margin:0px;padding:0px;border:none;outline:none;box-sizing: border-box;}
a{text-decoration:none;cursor:pointer;}
a:hover,a:focus,a:visited{text-decoration:none;outline:none;}
ul,li{
  padding:0px;
  margin:0px;	
  list-style: none;
}
img {display: block;max-width: 100%!important;height: auto!important;}
body::-webkit-scrollbar-track {background-color: #3a3a3a;}
body::-webkit-scrollbar {width: .5rem;}
body::-webkit-scrollbar-thumb {background-color: var(--main-color-one);border-radius: .75rem;}

html {font-size: 16px;}
body {margin: 0px;overflow-x: hidden;position: relative;}
html,body {
/*   overflow-x: hidden; */
  position: relative;
}
body {
  line-height: 1.5;
}
main{
/*   overflow-x: hidden; */
}
.post main{
  overflow-x: initial;
}
h1{font-size: 2.5rem;}
h2{font-size: 2rem;}
h3{font-size: 1.75rem;}
h4{font-size: 1.5rem;}
h5{font-size: 1.25rem;}
h6{font-size: 1rem;}
p {margin: 0;}
input {outline: none;}
button:focus {
  outline: none;
  /* outline: 5px auto -webkit-focus-ring-color; */
}
textarea {resize: none;}
.fixed{position:fixed!important;top:0;width: 100%;z-index: 150!important;}

.child-content{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 992px) {
  .child-content{
    max-width: 1200px;
  }
}
.section-general{
  padding: 2.5rem 0;
}
.section-general-only-top{
    padding: 2.5rem 0 0 0;
}
@media (min-width: 1000px) {
  .section-general{
    padding: 4rem 0;
  }
  .section-general-only-top{
    padding: 4rem 0 0 0;
  }
}

h1, h2, h3, h4, h5, h6 {
    position:relative;
	margin:0px;
	background:none;
	line-height: 1.2;
}
@media screen and (max-width: 980px) {
  h1 {font-size: 2rem;}
  h2 {font-size: 1.5rem;}
  h3 {font-size: 1.4rem;}
  h4 {font-size: 1.2rem;}
  h5 {font-size: 1.1rem;}
  h6 {font-size: 1rem;}
}
@media screen and (max-width: 520px) { 
  h1 {font-size: 1.7rem;}
  h2 {font-size: 1.4rem;}
  h3 {font-size: 1.3rem;}
  h4 {font-size: 1.2rem;}
  h5 {font-size: 1.1rem;}
  h6 {font-size: 1rem;}
}
@media screen and (max-width: 320px) {
  h1 {font-size: 1.1rem;}
  h2 {font-size: 1rem;}
  h3 {font-size: 1rem;}
  h4 {font-size: 1rem;}
  p {
    font-size: .9rem;
    margin-bottom: 1rem;
/*     line-height: 1.4rem; */
  }
}
/* ******************** Section Top Header - Style ******************** */
.main-attributes-header {
  padding: .5rem 1rem;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--main-color-five);
  overflow: hidden;
}
.main-attributes-header::before , .main-attributes-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-five);
  z-index: -1;
}
.main-attributes-header::before {
  left: -100%;
}
.main-attributes-header::after {
  right: -100%;
}
.child-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main-date-before-header {
  display: none;
}
.top-header-menu{
  display: none;
}
.top-header-date{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.main-date-before-header.hour-atencion {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}
.icon-date {
  font-size: .9rem;
  color: var(--main-color-six);
}
.text-date {
  font-family: "R Regular";
  font-size: .9rem;
  color: var(--main-color-six);
}
@media screen and (min-width: 980px) {
  .main-attributes-header {
    padding: .5rem 0;
	overflow: visible;
  }
  .child-header {
    max-width: 95%;
    margin: auto;
  }
  .top-header-menu{
    width: 40%;
    display: block;
  }
  .top-header-menu .top-menu-header .top-menu-navegacion{
    margin: 0;
  }
  .top-header-menu .top-menu-header .top-menu-navegacion li{
    display: inline-block;
  }
  .top-header-menu .top-menu-header .top-menu-navegacion li a{
    display: inline-block;
    font-size: .85rem;
    color: var(--main-color-six);
    padding: 0 .8rem;
    border-right: 2px solid var(--main-color-six);
    font-family: "R Regular";
  }
  .top-header-menu .top-menu-header .top-menu-navegacion li:last-child a{
    border-right: none;
  }
  .top-header-date{
    width: 40%;
  }
  .main-date-before-header p {
    margin: 0;
  }
  .main-date-before-header {
/*     padding: .2rem 0; */
  }
  .main-date-before-header,
  .main-date-before-header a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-color-six);
  }
  .main-date-before-header a {
    padding: 0 .8rem;
  }
  .main-date-before-header.email a {
    border-right: 2px solid var(--main-color-six);
  }
  .main-date-before-header.hour-atencion {
    display: none;
  }
  .icon-date {
    font-size: .95rem;
    text-align: center;
    padding: 0 .1rem;
    border-radius: 3px;
  }
  .text-date {
    font-size: .85rem;
  }
  .btn-call-version-movil-header {
    display: none;
  }
}
@media screen and (min-width: 1380px) {
  .child-header {
    max-width: 1200px;
    margin: auto;
  }
  .top-header-menu{
    width: 30%;
    display: block;
  }
  .top-header-date{
    width: 35%;
  }
}
/* ******************** Section Menu - Style ******************** */
body.logged-in .header-fixed-scroll,{
  margin-top: 32px!important;
}
.header-fixed-scroll {
  position: fixed!important;
  top: 0!important;
  width: 100%;
  z-index: 150!important;
}
.header-landing {
  display: none;
}
.main-header {
  width: 100%;
  z-index: 100;
  position: relative;
}
.logo {
  max-width: 250px;
  padding: .75rem 0;
}
.logo-link {
  font-size: 1.4rem;
  font-family: "R Bold";
  text-transform: uppercase;
}
.menu {
  width: 78%;
}
.menu-navegacion {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.menu-navegacion > .menu-item,
.menu-navegacion > .page_item {
  margin: 0 .75rem;
}
.menu-item a,
.page_item a {
  color: var(--main-color-six);
  display: block;
  padding: .8rem 0;
  text-align: center;
}
.current-menu-item a {
  color: var(--main-color-one);
}
.page-template-page-tipo-tienda-especializada .current-menu-item a,
.page-template-page-productos-general .current-menu-item a,
.productos .current-menu-item a,
.formato-tienda-especializada .current-menu-item a {
  color: var(--main-color-two);
}
.btn-menu-hamburguesa {
  border: 1.5px solid black;
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 4px;
  font-size: 1.2rem;
  padding: .5rem;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.menu-item .arrow-bottom {
  display: none;
}
.menu-item a + span {
  color: black;
  margin-left: 0;
  cursor: pointer;
}
.menu-item.menu-item-has-children > .arrow-bottom {
  display: block;
}
.menu-item.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.sub-menu {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s linear;
  background-color: white;
  width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.page-template-page-tipo-tienda-especializada .sub-menu,
.page-template-page-productos-general .sub-menu,
.productos .sub-menu,
.formato-tienda-especializada .sub-menu {
  /* background-color: rgba(231,69,150,.85); */
  background-color: rgba(255,255,255,.85);
  background-color: rgba(47,47,47,.85);
}
.sub-menu .menu-item {
  /* border-bottom: 1px solid rgba(255,255,255,.85); */
  border-bottom: 1px solid rgba(231,69,150,.85);
  border-bottom: 1px solid white;
  padding: 0 .5rem;
}
.sub-menu .menu-item:last-of-type {
  /* border-bottom: none; */
}
.sub-menu .menu-item a {
  color: var(--main-color-six);
  color: white;
}
.view-sub-menu {
  transform: scaleY(1);
  display: block !important;
}
.view-menu {
  transform: scaleY(1) !important;
}
.menu-item a:hover, .menu-item a:hover + span {
  color: var(--main-color-one);
}
.page-template-page-tipo-tienda-especializada .menu-item a:hover,
.page-template-page-tipo-tienda-especializada .menu-item a:hover + span,
.page-template-page-productos-general .menu-item a:hover,
.page-template-page-productos-general .menu-item a:hover + span,
.productos .menu-item a:hover,
.productos .menu-item a:hover + span,
.formato-tienda-especializada .menu-item a:hover,
.formato-tienda-especializada .menu-item a:hover + span {
  color: var(--main-color-two);
}
.page-template-page-tipo-tienda-descuento .menu-item a:hover,
.page-template-page-tipo-tienda-descuento .menu-item a:hover + span,
.page-template-page-servicios-general .menu-item a:hover,
.page-template-page-servicios-general .menu-item a:hover + span,
.formato-tienda-de-descuento .menu-item a:hover,
.formato-tienda-de-descuento .menu-item a:hover + span{
  color: var(--main-color-three);
}

@media screen and (max-width: 1000px) {
  .menu {
    width: 74%!important;
  }
}
@media screen and (max-width: 1100px) {
  .main-header {
    background-color: white;
    width: 100%;
    box-shadow: 0 5px 5px 1px rgba(0,0,0,.1);
    /* z-index: 1; */
    position: relative;
  }
  .logo {
    max-width: 200px;
  }
  .menu {
    width: 78%;
  }
  .menu-navegacion > .menu-item,
  .menu-navegacion > .page_item {
    margin: 0 .5rem;
  }
}
@media screen and (max-width: 980px) {
  body.logged-in .header-fixed-scroll {
    margin-top: 0;
  }
  .child-header {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-around;
  }
  .header-landing {
    display: initial;
    background-color: var(--main-color-one-dark);
    display: flex;
    justify-content: center;
    width: 100%;
    padding: .5rem 0;
  }
  .main-header .logo {
    display: initial;
  }
  .btn-menu-hamburguesa {
    display: block;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
/*     background-image: url(./img/fondos-generales/Isotipo-White.png); */
    background-size: 31%;
    background-position: center top;
    background-repeat: repeat;
    background-color: var(--main-color-one);
    transform: scaleY(0);
    transition: transform .4s linear;
    transform-origin: top;
    z-index: 100;
  }
  .page-template-page-tipo-tienda-especializada .menu, .page-template-page-productos-general .menu, .productos .menu, .formato-tienda-especializada .menu {
    background-color: var(--main-color-two);
  }
  .page-template-page-tipo-tienda-descuento .menu, .page-template-page-servicios-general .menu, .formato-tienda-de-descuento .menu {
    background-color: var(--main-color-three);
  }
  .menu-navegacion {
    flex-direction: column;
    padding: 0 2rem;
  }
  .menu-navegacion .menu-item {
    width: 100%;
  }
  .menu-item a,
  .page_item a {
    color: white;
    padding: 1rem 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.5);
  }
  .post .menu-item:first-of-type a {
    margin-top: 1rem;
  }
  .menu-item:last-of-type a {
    border-bottom: none;
  }
  .menu-item.menu-item-has-children {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }
  .menu-item.menu-item-has-children a{
    padding-right: 1rem;
  }
  .menu-item.menu-item-has-children > .arrow-bottom {
    border: 1px solid white;
    color: white;
    width: 10%;
    text-align: center;
    border-radius: 2px;
  }
  .sub-menu {
    transform: scaleY(1);
    position: initial;
    display: none;
    width: 100%;
    background-color: rgba(255,255,255,.1);
  }
  .sub-menu .menu-item {
    border-bottom: 1px solid rgba(255,255,255,.25);
  }
  .sub-menu .menu-item:last-of-type {
    border-bottom: none;
  }
  .sub-menu .menu-item:first-of-type a {
    margin-top: 0;
  }
  .sub-menu .menu-item a {
    color: white;
  }
  .menu-item a:hover {
    color: white;
  }
  .menu-item a:hover + span {
    color: white;
  }
}
@media screen and (max-width: 520px) {
  .page-template-template-page-landing .logo,
  .page-template-template-page-not-menu .logo {
    margin: auto;
  }
  .logo {
    max-width: 200px;
  }
  .logo-link {
    font-size: 1rem;
  }
  .btn-menu-hamburguesa {
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .logo-link {
    font-size: 1rem;
  }
  .btn-menu-hamburguesa {
    font-size: .8rem;
  }
}
/* ******************** Section Menu Aditional - Style ******************** */
.section-header{
  padding: .75rem 0;
  position: relative;
  z-index: 10;
  background-color: white;
}
.logo-menu-content{
  width: 50%;
}
.data-menu-content, .data-menu-content .item-data-menu{
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-menu-content .item-data-menu{
  justify-content: center;
  color: var(--main-color-six);
  padding-right: .75rem;
}
.data-menu-content .item-data-menu i{
  font-size: 1.6rem;
  color: var(--main-color-one);
  margin-bottom: -.1rem;
}
.data-menu-content .item-data-menu p{
  font-family: 'R Regular';
  font-size: .65rem;
}
.data-menu-content .item-data-menu p strong{
  font-family: 'R Bold';
  font-size: .7rem;
}
.data-menu-content .item-data-menu:first-child{
  width: 49%;
  display: none;
}
.data-menu-content .item-data-menu:nth-child(2){
  width: 100%;
  border-left: 1px solid var(--main-color-one);
}
.data-menu-content .item-data-menu:last-child{
  width: 22%;
  background-color: var(--main-color-whatsapp);
  color: white;
  text-align: center;
  padding: .5rem .5rem .5rem 0;
  border-radius: .4rem;
  display: none;
}
.data-menu-content .item-data-menu:last-child i{
  color: white;
}
.data-menu-content.menu-blog-top .item-data-menu:nth-child(2){
  display: none;
}
.data-menu-content.menu-blog-top .item-data-menu:last-child{
  background-color: white;
  display: flex;
  border-left: 1px solid var(--main-color-one);
  font-family: 'R Regular';
  font-size: .65rem;
  color: var(--main-color-six);
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.data-menu-content.menu-blog-top .item-data-menu:last-child i{
  color: var(--main-color-one);
  font-size: 1.5rem;
}
.category-novedades .data-menu-content .item-data-menu i,
.category-novedades .data-menu-content.menu-blog-top .item-data-menu:last-child i{
  color: var(--main-color-two);
}
.category-novedades .data-menu-content .item-data-menu:nth-child(2),
.category-novedades .data-menu-content.menu-blog-top .item-data-menu:last-child{
  border-left: 1px solid var(--main-color-two);
}
.category-consejos .data-menu-content .item-data-menu i,
.category-consejos .data-menu-content.menu-blog-top .item-data-menu:last-child i{
  color: var(--main-color-three);
}
.category-consejos .data-menu-content .item-data-menu:nth-child(2),
.category-consejos .data-menu-content.menu-blog-top .item-data-menu:last-child{
  border-left: 1px solid var(--main-color-three);
}
@media (min-width: 600px) {
  .logo-menu-content{
    width: 38%;
  }
  .data-menu-content, .data-menu-content .item-data-menu{
    width: 55%;
  }
  .data-menu-content .item-data-menu{
    width: 65%!important;
    margin-left: auto;
  }
  .data-menu-content .item-data-menu:first-child{
    display: none;
  }
  .data-menu-content .item-data-menu:nth-child(2){
    display: flex;
    width: 95%;
  }
  .data-menu-content .item-data-menu i{
    font-size: 1.75rem;
  }
  .data-menu-content .item-data-menu p{
    font-size: .75rem;
  }
  .data-menu-content .item-data-menu p strong{
    font-size: .85rem;
  }
}
@media (min-width: 850px) {
  .logo-menu-content{
    width: 25%;
  }
  .data-menu-content, .data-menu-content .item-data-menu{
    width: 45%;
  }
  .data-menu-content .item-data-menu:first-child{
    width: 70%;
  }
  .data-menu-content .item-data-menu:nth-child(2){
    width: 49%;
    border: none;
  }
  .data-menu-content .item-data-menu:last-child{
    display: flex;
    width: 49%;
  }
}
@media (min-width: 1050px) {
  .logo-menu-content{
    width: 22%;
  }
  .data-menu-content, .data-menu-content .item-data-menu{
    width: 60%;
  }
  .data-menu-content .item-data-menu i{
    font-size: 1.75rem;
    color: var(--main-color-one);
  }
  .data-menu-content .item-data-menu p{
    font-size: .8rem;
  }
  .data-menu-content .item-data-menu p strong{
    font-size: .9rem;
  }
  .data-menu-content .item-data-menu:first-child{
    display: flex;
    width: 32%;
    border-right: 2px solid var(--main-color-one);
  }
  .data-menu-content .item-data-menu:nth-child(2), .data-menu-content .item-data-menu:last-child{
    display: flex;
    width: 32%;
    border: none;
  }
  .data-menu-content.menu-blog-top .item-data-menu:nth-child(2){
    display: flex;
  }
  .data-menu-content.menu-blog-top .item-data-menu:last-child{
    background-color: var(--main-color-one);
    border-left: none;
    color: white;
    text-align: center;
    padding: .5rem .5rem .5rem 0;
    border-radius: .4rem;
  }
  .data-menu-content.menu-blog-top .item-data-menu:last-child i{
    color: White!important;
    font-size: 1.75rem;
  }
  .data-menu-content.menu-blog-top{
    width: 65%;
  }
  .data-menu-content.menu-blog-top .item-data-menu:first-child {
    width: 38%!important;
  }
  .data-menu-content.menu-blog-top .item-data-menu:nth-child(2) {
    width: 30%!important;
  }
  .data-menu-content.menu-blog-top .item-data-menu:last-child {
    width: 32%!important;
  }
  .data-menu-content.menu-blog-top .item-data-menu p{
    text-align: center;
    padding-left: .3rem;
  }
  .category-novedades .data-menu-content .item-data-menu i,{
    color: var(--main-color-two);
  }
  .category-novedades .data-menu-content .item-data-menu:first-child{
    border-right: 2px solid var(--main-color-two);
  }
  .category-novedades .data-menu-content.menu-blog-top .item-data-menu:last-child{
    background-color: var(--main-color-two);
  }
  .category-consejos .data-menu-content .item-data-menu i,{
    color: var(--main-color-three);
  }
  .category-consejos .data-menu-content .item-data-menu:first-child{
    border-right: 2px solid var(--main-color-three);
  }
  .category-consejos .data-menu-content.menu-blog-top .item-data-menu:last-child{
    background-color: var(--main-color-three);
  }
}
@media (min-width: 1200px) {
  .logo-menu-content{
    width: 20%;
  }
  .data-menu-content, .data-menu-content .item-data-menu{
    width: 55%;
  }
  .data-menu-content .item-data-menu:first-child{
    width: 30%;
  }
  .data-menu-content .item-data-menu:last-child{
    width: 30%;
  }

  .data-menu-content.menu-blog-top{
    width: 55%;
  }
}
@media (min-width: 1350px) {
  .data-menu-content, .data-menu-content .item-data-menu{
    width: 50%;
  }
  .data-menu-content .item-data-menu {
    width: 29%!important;
  }
}
/* ******************** Section Title - Style ******************** */
.title-section-one{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.title-section-one .icon-title{
  width: 12%;
  background-color: var(--main-color-one);
  border-radius: .5rem;
  text-align: center;
}
.title-section-one .icon-title i{
  font-size: 1.75rem;
  color: white;
}
.title-section-one .text-title{
  width: 84%;
  margin-bottom: 1.5rem;
}
.title-section-one .title-h2{
  margin-bottom: .5rem;
  font-family: 'R Bold';
  font-size: .9rem;
  color: var(--main-color-six);
}
.title-section-one h2{
  margin: 0;
  font-size: 1.25rem;
  color: var(--main-color-one);
  font-family: "R Bold";
  
  margin-bottom: 2rem;
}
.title-section-one h2 span{
  color: var(--main-color-six);
}
.title-section-one p{
  font-size: .85rem;
  font-family: 'R Regular';
  color: var(--main-color-six);
}
.title-section-one strong{
  font-family: 'R Bold';
}
.title-section-two h3{
  font-family: 'R Bold';
  color: var(--main-color-six);
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.section-color-two .title-section-one .icon-title,
.formato-tiendas-especializadas .title-section-one .icon-title,
.page-template-page-productos-general .title-section-one .icon-title{
  background-color: var(--main-color-two);
}
.section-color-three .title-section-one .icon-title,
.formato-tiendas-de-descuento .title-section-one .icon-title{
  background-color: var(--main-color-three);
}
.section-color-two .title-section-one h2,
.formato-tiendas-especializadas .title-section-one h2,
.page-template-page-productos-general .title-section-one h2{
  color: var(--main-color-two);
}
.section-color-three .title-section-one h2,
.formato-tiendas-de-descuento .title-section-one h2{
  color: var(--main-color-three);
}
@media (min-width: 600px) {
  .title-section-one .icon-title{
    width: 8%;
  }
  .title-section-one .icon-title i{
    font-size: 1.75rem;
  }
  .title-section-one .text-title{
    width: 89%;
  }
  .title-section-one .title-h2{
    font-size: .95rem;
  }
  .title-section-one h2{
    font-size: 1.4rem;
  }
  .title-section-one p{
    font-size: .85rem;
  }
}
@media (min-width: 800px) {
  .title-section-one .icon-title{
    width: 6%;
  }
  .title-section-one .icon-title i{
    font-size: 2rem;
  }
  .title-section-one .text-title{
    width: 91%;
  }
  .title-section-one .title-h2{
    font-size: 1rem;
  }
  .title-section-one h2{
    font-size: 1.4rem;
  }
  .title-section-one p{
    font-size: .85rem;
  }
}
@media (min-width: 1000px) {
  .title-section-one .icon-title{
    width: 5%;
  }
  .title-section-one .text-title{
    width: 93%;
  }
}
@media (min-width: 1200px) {
  .title-section-one .icon-title{
    width: 4%;
  }
  .title-section-one .text-title{
    width: 94%;
  }
}
/* ******************** Section Item Design - Style ******************** */
.item-design{
  border-radius: .75rem;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 .75rem rgba(0,0,0,.1);
}
.item-design::before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  bottom: -.4rem;
  right: -.3rem;
  border-radius: .75rem;
  width: 60%;
  height: 4rem;
  z-index: 0;
}
.item-design h3{
  font-size: .95rem;
  background-color: var(--main-color-one);
  padding: .5rem 1rem;
  color: white;
  font-family: "R Bold";
  text-align: center;
  width: 70%;
  position: absolute;
  top: .75rem;
  left: -.75rem;
  border-radius: .25rem;
  z-index: 3;
}
.item-design h4{
  font-size: .9rem;
  background-color: var(--main-color-one);
  padding: .5rem 1rem;
  color: white;
  font-family: "R Bold";
  text-align: center;
  width: 80%;
  position: absolute;
  top: .75rem;
  left: -.75rem;
  border-radius: .25rem;
  z-index: 3;
}
.item-design img {
  opacity: 1;
  border-radius: .75rem;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
}
.item-design .middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: url('./img/logo-hover.png');
  background-size: auto 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.4);
  border-radius: .75rem;
  z-index: 2;
  text-align: center;
  background-size: auto 60%;
  background-position: center;
}
.item-design:hover .middle {
  opacity: 1;
}
.item-design .text {
  color: white;
  font-size: .85rem;
  font-family: "R Bold";
  position: absolute;
  bottom: 2%;
  right: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-color-two .item-design::before,
.section-color-two .item-design h3,
.section-color-two .item-design h4,
.formato-tiendas-especializadas .item-design::before,
.formato-tiendas-especializadas .item-design h3,
.section-formato-de-tiendas-general .item-design:nth-child(2)::before,
.section-formato-de-tiendas-general .item-design:nth-child(2) h3{
  background-color: var(--main-color-two);
}
.section-color-three .item-design::before,
.section-color-three .item-design h3,
.section-color-three .item-design h4,
.formato-tiendas-de-descuento .item-design::before,
.formato-tiendas-de-descuento .item-design h3,
.section-formato-de-tiendas-general .item-design:last-child::before,
.section-formato-de-tiendas-general .item-design:last-child h3{
  background-color: var(--main-color-three);
}
@media (min-width: 600px) {
  .item-design{
    width: 48%;
  }
  .item-design h3{
    font-size: .95rem;
  }
  .item-design:last-child{
    margin: 0 auto 1.5rem;
  }
}
@media (min-width: 800px) {
  .item-design h3{
    font-size: 1rem;
  }
}
@media (min-width: 1000px) {
  .item-design{
    width: 32%;
  }
  .item-design:last-child{
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .item-design h3{
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .item-design{
    margin-bottom: 2rem!important;
  }
  .item-design h3{
    font-size: 1.05rem;
  }
}
/* ******************** Section Front - Page - Style ******************** */
.item-productos-home img{
  margin-top: 3rem;
}
.item-productos-home h3{
  width: 60%;
}
.item-productos-home .middle{
  background-size: auto 75%;
}
/* ******************** Section Proyectos - Style ******************** */
.item-productos-general{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.item-productos-general > .item-proyectos-page,
.item-productos-general > .item-productos-home,
.item-productos-general > .item-servicios-home {
  width: 100%;
}
.item-productos-general > .data-proyectos-page{
  width: 100%;
  position: relative;
}
.item-productos-general > .data-proyectos-page .logo-proyecto{
  width: 50%;
  margin: auto;
  padding: 1rem 0;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 25%;
}
.item-productos-general > .data-proyectos-page ul{
  margin: 0;
  z-index: 2;
  position: relative;
  padding-left: 2rem;
}
.item-productos-general > .data-proyectos-page ul li{
  font-family: "R Regular";
  font-size: .85rem;
  list-style: disc;
  color: var(--main-color-six);
}
.item-productos-general > .data-proyectos-page p strong{
  font-family: "R Bold";
  font-size: .85rem;
}
.item-productos-general > .data-proyectos-page p {
  margin-bottom: .5rem;
  color: var(--main-color-six);
}
.data-proyectos-page .location-proyecto{
  color: var(--main-color-six);
  font-size: .9rem;
  display: block;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-family: "R Bold";
}
.type-proyectos .wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
  gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 1.5em ) ) )!important;
}
.type-proyectos figure.item-design {
  margin-bottom: .5rem!important;
}
.type-proyectos .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-family: "R Bold";
  z-index: 100;
  border-radius: 0 0 0.75rem 0.75rem;
}
.data-productos-page,
.data-proyectos-page{
  align-items: flex-start;
  justify-content: space-between;
}
.info-productos-page, .img-productos-page,
.info-proyectos-page, .img-proyectos-page{
  width: 100%;
  margin-top: 2rem;
}
.info-productos-page span,
.info-proyectos-page span{
  background-color: var(--main-color-one);
  color: white;
  font-size: .9rem;
  font-family: "R Bold";
  display: inline-block;
  border-radius: 0 .25rem .25rem 0;
  position: relative;
  padding: .25rem 1rem .25rem 0;
}
.info-productos-page span:before,
.info-proyectos-page span:before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
}
.info-productos-page span,
.info-productos-page span:before{
  background-color: var(--main-color-two);
}
.page-template-page-servicios-general .info-proyectos-page span,
.page-template-page-servicios-general .info-proyectos-page span:before{
  background-color: var(--main-color-three);
}
.info-productos-page h1,
.info-productos-page h2,
.info-servicios-page h1,
.info-servicios-page h2{
  color: var(--main-color-six);
  font-family: "R Bold";
}
.info-productos-page h1,
.info-servicios-page h1{
  font-size: 1.6rem;
}

.info-servicios-page h2,
.info-productos-page h2{
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}
.info-proyectos-page h1{
  color: var(--main-color-six);
  font-size: 1.7rem;
  font-family: "R Bold";
}
.info-productos-page p,
.info-proyectos-page p,
.info-servicios-page p{
  color: var(--main-color-six);
  font-size: .85rem;
  font-family: "R Regular";
  margin-bottom: 1rem;
}
.info-productos-page p:last-of-type,
.info-proyectos-page p:last-of-type,{
  margin-bottom: 0!important;
}
.info-productos-page p strong,
.info-proyectos-page p strong{
  font-family: "R Bold";
}
.info-productos-page ul,
.info-proyectos-page ul{
  padding-left: 2.5rem;
}
.info-productos-page ul li,
.info-proyectos-page ul li{
  color: var(--main-color-six);
  font-size: .85rem;
  font-family: "R Regular";
  list-style: disc;
}
.info-productos-page ul li strong,
.info-proyectos-page ul li strong{
  font-family: "R Bold";
}
.info-proyectos-page .logo-proyecto{
  width: 35%;
  margin: auto;
  margin-bottom: 1rem;
}
.img-proyectos-page{
  margin-bottom: 0!important;
}
.img-productos-page::before{
  background-color: var(--main-color-two)!important;
}
.page-template-page-servicios-general .img-proyectos-page::before{
  background-color: var(--main-color-three)!important;
}
.info-productos-page .wp-block-table {
  border-radius: 0.75rem;
}
.info-productos-page table {
  width: 75%;
  margin: auto;
}
.info-productos-page tr, .info-productos-page td {
  text-align: left;
  padding: 0.3em;
  color: var(--main-color-six);
  font-size: .85rem;
  font-family: "R Bold";
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid var(--main-color-five);
}
.info-productos-page td:first-child {
  text-align: center;
  width: 20%;
}
.info-productos-page td:nth-child(2),
.info-productos-page td:last-child{
  width: 40%;
  padding: .25rem 1rem;
}
.info-productos-page tr:first-child td:first-child,
.info-productos-page tr:nth-child(2) td:first-child,
.info-productos-page tr:last-child td:first-child{
  color: white;
  font-size: 1rem;
  font-family: "R Bold";
}
.info-productos-page tr:first-child td:first-child{
  background-color: #b2295a!important;
}
.info-productos-page tr:nth-child(2) td:first-child{
  background-color: #804293!important;
}
.info-productos-page tr:last-child td:first-child{
  background-color: #57285b!important;
}
.info-productos-page tr:first-child{
  border-radius: .75rem .75rem 0 0;
}
.info-productos-page tr:last-child{
  border-radius: 0 0 .75rem .75rem;
}
.formato-tiendas-especializadas .info-proyectos-page span,
.formato-tiendas-especializadas .info-proyectos-page span:before,
.formato-tiendas-especializadas .item-text-recomendados{
  background-color: var(--main-color-two);
}
.formato-tiendas-de-descuento .info-proyectos-page span,
.formato-tiendas-de-descuento .info-proyectos-page span:before,
.formato-tiendas-de-descuento .item-text-recomendados{
  background-color: var(--main-color-three);
}
@media (min-width: 600px) {
  .info-productos-page, .img-productos-page,
  .info-proyectos-page, .img-proyectos-page{
    width: 48%;
	margin-top: 0;
  }
  .info-productos-page h1{
    font-size: 1.6rem;
  }
  .info-proyectos-page h1{
    font-size: 1.9rem;
  }
  .info-productos-page span,
  .info-proyectos-page span{
    padding: .5rem 1rem .5rem 0;
  }
  .item-productos-general{
    width: 100%;
  }
  .item-productos-general > .item-proyectos-page, .item-productos-general > .item-productos-home, .item-productos-general > .item-servicios-home {
    width: 65%;
  }
  .item-productos-general > .data-proyectos-page{
    width: 32%;
  }
  .item-productos-general > .data-proyectos-page .logo-proyecto{
    width: 100%;
    margin: auto;
    padding: 1rem .75rem .75rem;
    position: relative;
  }
  .data-proyectos-page .location-proyecto{
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .type-proyectos  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(32% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)!important;
  }  
}
@media (min-width: 800px) {
  .info-productos-page h1{
    font-size: 1.8rem;
  }
  .info-proyectos-page h1{
    font-size: 2.1rem;
  }
}
@media (min-width: 1000px) {
  .info-productos-page h1{
    font-size: 2rem;
  }
  .info-proyectos-page h1{
    font-size: 2.3rem;
  }
  .item-productos-general{
    width: 49%;
  }
  .item-productos-general > .item-proyectos-page, .item-productos-general > .item-productos-home, .item-productos-general > .item-servicios-home {
    width: 65%;
  }
  .item-productos-general > .data-proyectos-page{
    width: 32%;
  }
  .item-productos-general > .data-proyectos-page .logo-proyecto{
    width: 100%;
    margin: auto;
    padding: 1rem .75rem .75rem;
  }
  .info-productos-page{
    width: 60%;
  }	
  .img-productos-page{
    width: 36%;
  }
  .info-productos-page table {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .info-proyectos-page h1{
    font-size: 2.5rem;
  }
  .item-productos-general > .data-proyectos-page p strong{
    font-family: "R Bold";
    font-size: .9rem;
  }
  .item-productos-general > .data-proyectos-page .logo-proyecto{
    padding: 1rem 2.25rem .5rem
  }
}
/* ******************** Section Productos New - Style ******************** */
.section-slider-items-products{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1.5rem;
}
.item-slider-products{
  width: 88%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item-product-page{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-product-page, .item-text-product-page{
  width: 100%;
}
.item-downloads-products{
  width: 8%;
  background-color: var(--main-color-two);
  color: white;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: .5rem;
}
.item-downloads-products a{
  color: white;
  font-family: "R Bold";
  font-size: 1.5rem;
  display: inline-block;
  text-align: center;
  padding: 2rem .1rem;
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg); 
}
.item-child-other{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.item-child-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* ******************** Section Productos - Style ******************** */
/* .text-productos-extra{
  margin-bottom: 2rem;
} */
.text-productos-extra p{
  margin-bottom: 1rem;
}
.text-productos-extra p:last-child{
  margin-bottom: 0;
}
.text-productos-extra p{
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: "R Regular";
}
.text-productos-extra p strong{
  font-family: "R Bold";
}
.section-productos-page .item-productos-page::before{
  background-color: var(--main-color-two);
}
.section-productos-page .item-productos-page h3{
  background-color: var(--main-color-two);
}
.section-productos-page .item-productos-page,
.section-servicios-page .item-servicios-page{
  margin-bottom: 1.5rem;
}
.item-productos-page, .item-servicios-page{
  display: flex;
  width: 100%;
  background-color: white;
}
.item-productos-page h3, .item-servicios-page h3{
  font-size: 1rem;
}
.item-productos-page img, .item-servicios-page img{
  padding-top: 4rem;
}
.item-productos-page .middle, .item-servicios-page .middle {
  background-size: auto 60%;
  background-position: center;
}
.item-productos-page:last-child, .item-servicios-page:last-child {
/*   background-color: var(--main-color-two); */
  color: white;
  font-family: "R Bold";
  border-radius: .75rem;
  align-content: 100%;
  justify-content: center;
  display: inline-block;
  text-align: center;
/*   padding: 1.5rem; */
}
.item-servicios-page:last-child {
  background-color: var(--main-color-three);
}
.item-productos-page span, .item-servicios-page span {
  margin-top: 0;
  text-transform: uppercase;
  color: white;
  margin-bottom: .5rem;
  font-family: "R bold";
  font-size: 1rem;
  display: block;
}
.item-productos-page:last-child p, .item-servicios-page:last-child p {
  font-family: "R Regular";
  font-size: .85rem;
  text-align: left;
  margin-bottom: .5rem;
}
.item-productos-page:last-child p strong, .item-servicios-page:last-child p strong{
  font-family: "R Bold";
}
.referencia-item-tiendas figure{
  margin-bottom: 0;
}
.referencia-item-tiendas, .referencia-item-productos, .referencia-item-servicios{
  margin-top: .75rem;
}
.referencia-item-tiendas .item-referencia, .referencia-item-productos .item-referencia, .referencia-item-servicios .item-referencia{
  width: 100%;
  border-radius: .75rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.referencia-item-tiendas .item-referencia:last-of-type, .referencia-item-productos .item-referencia:last-of-type, .referencia-item-servicios .item-referencia:last-of-type{
  margin-bottom: 0;
}
.referencia-item-tiendas .item-referencia::before, .referencia-item-productos .item-referencia::before, .referencia-item-servicios .item-referencia::before {
  content: '';
  background-color: var(--main-color-two);
  position: absolute;
  bottom: -0.4rem;
  right: -0.3rem;
  border-radius: .75rem;
  width: 60%;
  height: 4rem;
  z-index: 0;
}
.referencia-item-servicios .item-referencia::before {
  background-color: var(--main-color-three);
}
.referencia-item-tiendas .item-referencia::before {
  background-color: var(--main-color-one);
}
.referencia-item-tiendas .item-referencia img, .referencia-item-productos .item-referencia img, .referencia-item-servicios .item-referencia img{
  position: relative;
  border-radius: .75rem;
}
@media (min-width: 600px) {
  .item-productos-page, .item-servicios-page{
    width: 48%;
  }
  .referencia-item-tiendas .item-referencia, .referencia-item-productos .item-referencia, .referencia-item-servicios .item-referencia{
    width: 48%;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .item-productos-page, .item-servicios-page{
    width: 23%;
  }
  .referencia-item-tiendas .item-referencia, .referencia-item-productos .item-referencia, .referencia-item-servicios .item-referencia{
    width: 32%;
    margin-bottom: 1.5rem!important;
  }
}
/* .page-template-page-productos-general .section-general{
  padding-bottom: 0;
} */
/* ******************** Section Beneficios - FrontPage - Style ******************** */
.item-group-three{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.5rem;
}
.item-group-three .item-group-three-img::before{
  content: '';
  width: 40%;
  height: 40%;
  background-color: var(--main-color-one);
  border-radius: .75rem;
  position: absolute;
  bottom: -.5rem;
  left: 30%;
  z-index: -1;
}
.item-group-three-img{
  width: 48%;
  background-color: var(--main-color-one);
  position: relative;
  border-radius: .75rem;
  margin-bottom: 2rem;
}
.item-group-three-img img{
  width: 100%;
  border-radius: .75rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 600px) {
  .item-group-three-img{
    width: 48.2%;
  }
}
@media (min-width: 800px) {
  .item-group-three-img{
    width: 32%;
  }
}
@media (min-width: 1000px) {
  .item-group-three-img{
    width: 23.5%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .item-group-three{
    margin-bottom: 0;
  }
}
/* ******************** Section Btn Mas Detalles - Style ******************** */
.btn-ver-detalles{
  font-family: 'R Bold';
  color: white!important;
  font-size: .85rem;
  background-color: var(--main-color-one-dark);/*#db5c04;*/
  border-radius: .25rem;
  margin-left: auto;
}
.section-color-two .btn-ver-detalles,
.section-color-two .btn-ver-detalles:hover span{
  background-color: var(--main-color-two-dark);
}
.btn-ver-detalles:hover{
  color: White;
  background-color: var(--main-color-one);
}
.section-color-two .btn-ver-detalles:hover,
.section-color-two .btn-ver-detalles span{
  background-color: var(--main-color-two);
}
.btn-ver-detalles:hover span{
  background-color: var(--main-color-one-dark);
}
.btn-ver-detalles span{
  background-color: var(--main-color-one);
  padding: 0.5rem 1.25rem;
  border-radius: .25rem;
}
.page-template-page-servicios-general .btn-ver-detalles span,
.page-template-page-servicios-general .btn-ver-detalles:hover{
  background-color: var(--main-color-three);
}
.page-template-page-servicios-general .btn-ver-detalles:hover span,
.page-template-page-servicios-general .btn-ver-detalles{
  background-color: var(--main-color-three-dark);
}
.btn-ver-detalles i{
  padding: .4rem .4rem .4rem .2rem;
  display: inline-block;
}
/* ******************** Section Productos Recomendados en Productos y Proyectos - Style ******************** */
.productos-recomendados .item-design{
  display: flex;
  width: 100%;
  background-color: white;
  padding-top: 4rem;
}
.productos-recomendados, .productos-relacionados{
  margin-top: 2.5rem;
  align-items: flex-start;
}
.productos-recomendados > .item-productos-page:last-child, 
.productos-recomendados > .item-productos-page h3, 
.productos-recomendados > .item-productos-page::before {
  background-color: var(--main-color-one)!important;
}
.type-productos .productos-recomendados > .item-productos-page:last-child,
.type-productos .productos-recomendados > .item-productos-page h3, 
.type-productos .productos-recomendados > .item-productos-page::before{
    background-color: var(--main-color-two)!important;
}
.productos-recomendados ul{
  margin-bottom: 0;
}
.productos-recomendados ul li{
  text-align: left;
}
.item-text-recomendados {
  background-color: var(--main-color-one);
  color: white;
  font-family: "R Bold";
  border-radius: .75rem;
  align-content: 100%;
  justify-content: center;
  display: inline-block;
  text-align: center;
  padding: 1.5rem;
}
.item-text-recomendados h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: white;
  font-size: 1rem;
  font-family: "R Bold";
}
.item-text-recomendados p {
  font-family: "R Regular";
  font-size: .85rem;
  text-align: left;
  margin-bottom: .5rem;
}
.item-text-recomendados p strong{
  font-family: "R Bold";
}
.item-text-recomendados ul {
  padding-left: 2.5rem
}
.item-text-recomendados ul li {
  font-family: "R Regular";
  font-size: .85rem;
  list-style: disc;
}
@media (min-width: 600px) {
  .productos-recomendados .item-design, .item-text-recomendados{
    width: 48%!important;
  }
}
@media (min-width: 1000px) {
  .productos-recomendados .item-design, .item-text-recomendados{
    width: 23.5%!important;
  }
}
@media (min-width: 1000px) {
  .productos-recomendados .item-design, .item-text-recomendados{
    margin-bottom: .5rem!important;
  }
}
/* ******************** Section Breadcrumbs - Style ******************** */
.section-breadcrumbs-page{
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   margin-top: 5rem; */
  flex-wrap: wrap;
}
.section-breadcrumbs-page .breadcrumbs-page-img{
  background-color: var(--main-color-two);
  padding: .5rem .5rem 1.5rem .5rem;
  width: 100%;
  border-radius: 0 0 .75rem .75rem;
  position: relative;
}
.section-breadcrumbs-page .breadcrumbs-page-img img{
  border-radius: .75rem;
}
.home .section-breadcrumbs-page .breadcrumbs-page-img img{
  display: none;
}
.section-breadcrumbs-page .breadcrumbs-page-img-referencia{
  width: 100%;
  position: relative;
  height: 15rem;
  background-size: 100% auto;
  background-position: center;
}
.section-breadcrumbs-page .breadcrumbs-page-img-referencia:after{
  content: '';
  height: 2rem;
  width: 50%;
  position: absolute;
  bottom: -1rem;
  right: 0;
  z-index: 2;
  background-color: var(--main-color-two);
  border-radius: .35rem 0 0 .35rem;
}
.section-breadcrumbs-page .breadcrumbs-page-text{
  width: 100%;
  padding: 1.5rem 1rem;
}
.section-breadcrumbs-page .breadcrumbs-page-text h1,
.section-breadcrumbs-page .breadcrumbs-page-text h2,
.section-breadcrumbs-page .breadcrumbs-page-text span{
  font-family: 'R Bold';
  margin-bottom: 0rem;
  color: var(--main-color-six);
}
.section-breadcrumbs-page .breadcrumbs-page-text span{
  font-size: 1.75rem;
}
.section-breadcrumbs-page .breadcrumbs-page-text h1{
  color: var(--main-color-two);
}
.section-breadcrumbs-page .breadcrumbs-page-text h1 span,
.section-breadcrumbs-page .breadcrumbs-page-text h2 span{
  color: var(--main-color-two);
}
.home .section-breadcrumbs-page .breadcrumbs-page-text{
  text-align: center;
}
.home .section-breadcrumbs-page .breadcrumbs-page-text h1,
.home .section-breadcrumbs-page .breadcrumbs-page-text h2{
  font-size: 1.5rem;
}
.home .section-breadcrumbs-page .breadcrumbs-page-text h1 span,
.home .section-breadcrumbs-page .breadcrumbs-page-text h2 span{
  color: var(--main-color-one);
  font-size: 1.75rem;
}
.section-breadcrumbs-page .breadcrumbs-page-text a{
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: 'R Regular';
}
.section-breadcrumbs-page .breadcrumbs-page-text p span{
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: 'R Bold';
}
.home .section-breadcrumbs-page .breadcrumbs-page-text > p {
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: 'R Regular';
}
.home .section-breadcrumbs-page .breadcrumbs-page-img,
.home .section-breadcrumbs-page .breadcrumbs-page-img-referencia:after{
  background-color: var(--main-color-one);
}
.home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content{
  width: 100%;	
}
.home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu{
  width: 45%;
}
.home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:first-child{
  display: flex;	
}
.home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:nth-child(2){
  width: 55%;
}
@media (min-width: 800px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    display: none;
  }
}
@media (min-width: 1000px) {
  .home .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 1rem;
    width: 25%;
    border-radius: 0 0.75rem 0.75rem 0;
    display: block;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img img{
    display: block;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    width: 40%;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 20.75rem!important;
	background-size: auto 100%;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(238,120,38,0) 15%);	
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text{
    width: 35%;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2{
	font-size: 1.5rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1 span,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2 span{
    font-size: 2rem!important;
  }
  .section-breadcrumbs-page .breadcrumbs-page-text a{
    font-size: .85rem;
  }
  .section-breadcrumbs-page .breadcrumbs-page-text p span{
    font-size: .85rem;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content{
    width: 100%!important;
	margin-top: 3rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu{
	width: 100%!important;
	margin: 0!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:nth-child(2),
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:last-child{
	display: none;	
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:last-child p{
	color: white!important;	
  }
}
@media (min-width: 1100px) {
  .home .section-breadcrumbs-page .breadcrumbs-page-img{
    width: 23%;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 22rem!important;
	background-size: auto 100%;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text{
    width: 37%;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2{
	font-size: 1.5rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1 span,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2 span{
    font-size: 2rem!important;
  }
  .section-breadcrumbs-page .breadcrumbs-page-text a{
    font-size: .85rem;
  }
  .section-breadcrumbs-page .breadcrumbs-page-text p span{
    font-size: .85rem;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content{
    width: 100%!important;
	margin-top: 3rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu{
	width: 49%!important;
	margin: 0!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:nth-child(2){
	display: flex;	
  }
}
@media (min-width: 1200px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 1rem 0.5rem 4rem!important;
    width: 27%!important;
    border-radius: 0 0.75rem 0.75rem 0;
    display: block;
  }
  .section-breadcrumbs-page .breadcrumbs-page-img img{
    border-radius: .75rem
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img img{
    background-color: white;
	display: block;
  }
  .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    width: 40%!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 23rem!important;
  }
  .section-breadcrumbs-page .breadcrumbs-page-img-referencia:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(238,120,38,0) 15%);	
  }
  .section-breadcrumbs-page .breadcrumbs-page-text{
    width: 30%!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text{
    text-align: center;
  }
/*   .section-breadcrumbs-page .breadcrumbs-page-text h1,
  .section-breadcrumbs-page .breadcrumbs-page-text h2{
    margin-bottom: 1.5rem;
  } */
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2{
    text-transform: normal;
	font-size: 1.8rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1 span,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2 span{
    font-size: 2.3rem!important;
  }
  .section-breadcrumbs-page .breadcrumbs-page-text a{
    font-size: .85rem;
  }
  .section-breadcrumbs-page .breadcrumbs-page-text p span{
    font-size: .85rem;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text p{
    color: var(--main-color-six);
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content{
    width: 100%!important;
	margin-top: 5rem;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu{
	width: 49%!important;
  }	
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:nth-child(2){
	display: flex!important;	
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu:last-child p{
	color: white!important;	
  }
}
@media (min-width: 1300px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 1rem 0.5rem 4.5rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 25rem!important;
  }
}
@media (min-width: 1400px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 1rem 0.5rem 4rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 27rem!important;
  }
}
@media (min-width: 1500px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 2rem 0.5rem 5rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2{
	font-size: 2rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text h1 span,
  .home .section-breadcrumbs-page .breadcrumbs-page-text h2 span{
    font-size: 2.75rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 29rem!important;
  }
}
@media (min-width: 1600px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 2rem 0.5rem 6rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-img-referencia{
    height: 32rem!important;
  }
}
@media (min-width: 1700px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 2rem 0.5rem 7rem!important;
  }
}
@media (min-width: 1800px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 2rem 0.5rem 8rem!important;
  }
  .home .section-breadcrumbs-page .breadcrumbs-page-text .data-menu-content .item-data-menu{
	display: flex!important;
    width: 32%!important;
  }
}
@media (min-width: 1900px) {
  .section-breadcrumbs-page .breadcrumbs-page-img{
    padding: 0.5rem 2rem 0.5rem 9rem!important;
  }
}
/* ******************** Section Slogan General - Style ******************** */
.section-slogan-principal{
  background-color: var(--main-color-five);	
}
.slogan-general-one{
  text-align: center;
  color: white;
  padding: 1.5rem;
  width: 90%;
  margin: auto;
  color: var(--main-color-six);
  background-color: white;
}
.slogan-general-one p{
  font-family: "R Regular";
  font-size: .85rem;
}
.slogan-general-one .slogan-title span{
  font-size: 1.7rem;
  padding: .1rem .25rem;
  color: var(--main-color-one);
}
.slogan-general-one .slogan-title{
  font-family: "R Bold";
  font-size: 1.05rem;
  line-height: 1.4;
}
@media (min-width: 1000px) {
  .slogan-general-one{
    width: 40%;
  }
  .slogan-general-one p{
    font-size: .9rem;
  }
  .slogan-general-one .slogan-title span{
    font-size: 2rem;
  }
  .slogan-general-one .slogan-title{
    font-size: 1.25rem;
  }
}

/* ******************** Section Banner Category - Style ******************** */
.section-banner-category{
  padding: 2rem 0 0 0;
}
.banner-category-general{
  width: 48%;
  margin: 1rem 0 0 0;
  padding: 1rem;
  background: white;
  border-radius: .75rem;
  box-shadow: 0 0 .75rem rgba(0,0,0,.1);
  text-align: center;
}
.banner-category-general img{
  width: 75%;
  margin: auto;
  display: block;
}
.banner-category-general span{
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: "R Bold";
}
.banner-category-general p{
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: "R Regular";
  display: none;
}
.banner-category-general.item-active{
  background-color: var(--main-color-one);
}
.banner-category-general.item-active img{
  border-radius: 50%;
}
.banner-category-general.item-active span, .banner-category-general.item-active p{
  color: white;
}
@media (min-width: 600px) {
  .banner-category-general{
    width: 24%;
  }
}
@media (min-width: 800px) {
  .banner-category-general p{
    display: block;
  }
}
@media (min-width: 1200px) {
  .section-banner-category{
    padding: 0;
  }
  .banner-category-general{
	margin: 2.5rem 0 0 0;
    width: 23.5%;
  }
  .banner-category-general img{
    width: 50%;
  }
  .banner-category-general span{
    font-size: 1rem;
  }
  .banner-category-general.item-active img{
    margin-bottom: 1rem;
  }
}
/* ******************** Section Clientes - Style ******************** */
.group-clientes-page{
  margin-bottom: 2rem;
}
.item-clientes{
  position: relative;
  padding: 0 1.75rem;
}
.section-clientes-page{
  padding-top: 0!important;
}
/* ******************** Section Testimonios - Style ******************** */
.section-testimonios-page{
/*   padding-bottom: 0; */
}
.section-testimonios-page .slider-testimonios.owl-carousel .owl-dots.disabled,
.section-testimonios-page .slider-testimonios.owl-carousel .owl-nav {
  display: none;
}
.section-clientes-page .owl-carousel .owl-nav{
  display: none;
}
.item-testimonios{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 1.5rem;
  position: relative;
}
.item-testimonios::before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  bottom: -.4rem;
  right: -.3rem;
  border-radius: .75rem;
  width: 40%;
  height: 4rem;
  z-index: 0;
}
.item-testimonios .text-testimonios{
  width: 100%;
  text-align: center;
  background-color: white;
  border-radius: .75rem .75rem 0 0;
  padding: 5rem 1.5rem 2rem 1.5rem;
  box-shadow: 0 0 .75rem rgba(0,0,0,.1);
  position: relative;
}
.item-testimonios .text-testimonios i:first-child, .item-testimonios .text-testimonios i:nth-child(2){
  position: absolute;
  color: var(--main-color-one);
}
.item-testimonios .text-testimonios i:first-child{
  font-size: 2.5rem;
  top: 10%;
  left: 5%;
}
.item-testimonios .text-testimonios i:nth-child(2){
  font-size: 1.5rem;
  bottom: 28%;
  right: 5%;
}
.item-testimonios .text-testimonios p, .item-testimonios .text-testimonios span{
  font-size: .85rem;
  font-family: 'R Regular';
  color: var(--main-color-six);
}
.item-testimonios .text-testimonios span strong{
  font-family: 'R Bold';
}
.item-testimonios .text-testimonios p{
  margin-bottom: 2rem;
}
.item-testimonios .img-testimonios{
  width: 100%;
  border-radius: 0 0 .75rem .75rem;
  position: relative;
}
.item-testimonios .img-testimonios img{
  border-radius: 0 0 .75rem .75rem;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .item-testimonios{
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .item-testimonios::before{
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .item-testimonios{
  }
  .item-testimonios::before{
    width: 50%;
  }
  .item-testimonios .text-testimonios{
    width: 40%;
    border-radius: .75rem 0 0 .75rem;
    padding: 2.25rem .75rem 0;
    position: relative;
  }
  .item-testimonios .text-testimonios i:first-child, .item-testimonios .text-testimonios i:nth-child(2){
    position: absolute;
    color: var(--main-color-one);
  }
  .item-testimonios .text-testimonios i:first-child{
    font-size: 1.5rem;
    top: 4%;
    left: 5%;
  }
  .item-testimonios .text-testimonios i:nth-child(2){
    font-size: 1rem;
    bottom: 28%;
    right: 5%;
  }
  .item-testimonios .text-testimonios p{
    margin-bottom: 1rem;
  }
  .item-testimonios .img-testimonios{
    width: 60%;
    border-radius: 0 .75rem .75rem 0;
    position: relative;
  }
  .item-testimonios .img-testimonios img{
    border-radius: 0 .75rem .75rem 0;
  }
}
@media (min-width: 1100px) {
  .item-testimonios .text-testimonios{
    padding: 3.75rem .75rem 0;
  }
  .item-testimonios .text-testimonios i:first-child{
    font-size: 2rem;
    top: 8%;
    left: 5%;
  }
  .item-testimonios .text-testimonios i:nth-child(2){
    font-size: 1rem;
    bottom: 28%;
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .item-testimonios::before{
    width: 40%;
  }
  .item-testimonios .text-testimonios{
    width: 45%;
    padding: 4rem 1.5rem 0;
  }
  .item-testimonios .text-testimonios i:first-child{
    font-size: 2rem;
    top: 10%;
    left: 5%;
  }
  .item-testimonios .text-testimonios i:nth-child(2){
    font-size: 1.25rem;
    bottom: 28%;
    right: 5%;
  }
  .item-testimonios .text-testimonios p{
    margin-bottom: 2rem;
  }
  .item-testimonios .img-testimonios{
    width: 55%;
    position: relative;
  }
  .item-testimonios .img-testimonios img{
  }
}
@media (min-width: 1300px) {
  .item-testimonios{
    width: 99%;
  }
  .item-testimonios::before{
    width: 40%;
  }
  .item-testimonios .text-testimonios{
    width: 45%;
    padding: 5rem 1.5rem 0;
  }
  .item-testimonios .text-testimonios i:first-child{
    font-size: 2.5rem;
    top: 10%;
    left: 5%;
  }
  .item-testimonios .text-testimonios i:nth-child(2){
    font-size: 1.5rem;
    bottom: 28%;
    right: 5%;
  }
  .item-testimonios .text-testimonios p{
    margin-bottom: 2rem;
  }
  .item-testimonios .img-testimonios{
    width: 55%;
  }
  .item-testimonios .img-testimonios img{
  }
}
/* ******************** Section Action General One - Style ******************** */
.section-action-one, .section-action-two{
  background-color: var(--main-color-one);
  position: relative;
}
.section-action-one>img, .section-action-two>img{
  position: absolute;
  width: 300px;
  top: -150%;
  z-index: 2;
  display: none;
}
.section-action-one>img{
  left: -1%;
}
.section-action-two>img{
  right: -1%!important;
  left: 85%;
}
.section-action-two>.child-content{
  flex-wrap: wrap-reverse;
}
.left-content-action{
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
}
.left-content-action p{
  font-size: .95rem;
  font-family: "R Bold";
  color: white;
}
.left-content-action p:last-of-type{
  font-family: "R Regular";
  font-size: .85rem;
}
.left-content-action span, .left-content-action h4{
  font-size: 1.5rem;
  margin: .25rem 0;
  font-family: "R Bold";
  color: white;
}
.left-content-action span strong, .left-content-action h4 strong{
  background-color: white;
  color: var(--main-color-six);
  border-radius: .3rem;
  padding: 0 3px;
}
.right-content-action{
  width: 100%;
  background-color: white;
  text-align: center;
}
.right-content-action .item-btn-section{
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-content-action .item-btn-section .item-data-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem .5rem 0;
  border-bottom: 1px solid var(--main-color-one);
}
.right-content-action .item-btn-section .item-data-menu:first-of-type{
  border-bottom: 1px solid var(--main-color-one);
}
.right-content-action .item-btn-section .item-data-menu i{
  font-size: 1.6rem;
  color: var(--main-color-one);
}
.right-content-action .item-btn-section .item-data-menu p{
  color: var(--main-color-six)!important;
  font-family: "R Regular";
  margin-bottom: 0!important;
  font-size: .65rem!important;
}
.right-content-action .item-btn-section .item-data-menu p strong{
  font-size: .7rem;
  font-family: "R Bold";
}
.formato-tiendas-especializadas .section-action-one,
.formato-tiendas-especializadas .section-action-two,
.page-template-page-productos-general .section-action-one,
.page-template-page-productos-general .section-action-two{
  background-color: var(--main-color-two);
}
.formato-tiendas-de-descuento .section-action-one,
.formato-tiendas-de-descuento .section-action-two{
  background-color: var(--main-color-three);
}
.formato-tiendas-especializadas .right-content-action .item-btn-section .item-data-menu:first-of-type,
.formato-tiendas-especializadas .right-content-action .item-btn-section .item-data-menu,
.page-template-page-productos-general .right-content-action .item-btn-section .item-data-menu:first-of-type,
.page-template-page-productos-general .right-content-action .item-btn-section .item-data-menu{
  border-bottom: 1px solid var(--main-color-two);
}
.formato-tiendas-de-descuento .right-content-action .item-btn-section .item-data-menu:first-of-type,
.formato-tiendas-de-descuento .right-content-action .item-btn-section .item-data-menu{
  border-bottom: 1px solid var(--main-color-three);
}
.formato-tiendas-especializadas .right-content-action .item-btn-section .item-data-menu i,
.page-template-page-productos-general .right-content-action .item-btn-section .item-data-menu i{
  color: var(--main-color-two);
}
.formato-tiendas-de-descuento .right-content-action .item-btn-section .item-data-menu i{
  color: var(--main-color-three);
}
@media (min-width: 600px) {
  .right-content-action .item-btn-section .item-data-menu i{
    font-size: 1.75rem;
  }
  .right-content-action .item-btn-section .item-data-menu p{
    font-size: .75rem!important;
  }
  .right-content-action .item-btn-section .item-data-menu p strong{
    font-size: .85rem;
  }
}
@media (min-width: 1000px) {
  .left-content-action{
    width: 75%;
    padding: 1rem;
  }
  .right-content-action{
    width: 25%;
  }
  .right-content-action .item-btn-section{
    flex-wrap: wrap;
  }
  .right-content-action .item-btn-section .item-data-menu:last-of-type{
    border-bottom: none;
  }
  .right-content-action .item-btn-section .item-data-menu:first-of-type{
    border-bottom: 2px solid var(--main-color-one);
  }
  .right-content-action .item-btn-section .item-data-menu i{
    font-size: 1.75rem;
  }
  .right-content-action .item-btn-section .item-data-menu p{
    font-size: .8rem!important;
  }
  .right-content-action .item-btn-section .item-data-menu p strong{
    font-size: .9rem;
  }
}
@media (min-width: 1200px) {
  .section-action-one .child-content{
    justify-content: space-around;
  }
  .section-action-two .left-content-action{
    width: 55%;
  }
  .left-content-action{
    width: 52%;
  }
  .right-content-action{
    width: 20%;
  }
  .right-content-action .item-btn-section .item-data-menu p{
    font-size: .8rem!important;
  }
  .right-content-action .item-btn-section .item-data-menu p strong{
    font-size: .9rem;
  }
}
@media (min-width: 1400px) {
  .section-action-one>img, .section-action-two>img{
    display: block;
  }
}
/* ******************** Section Action Aditional One - Style ******************** */
.action-aditional-one{
  position: relative;
  margin: 1.5rem auto 3rem;
}
.action-aditional-one::before{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  z-index: 2;
  background: rgb(255,121,22);
  background: linear-gradient(180deg, rgba(255,121,22,1) 55%, rgba(238,120,38,0) 75%);
}
.section-color-two .action-aditional-one::before{
  background: rgb(231,69,150);
  background: linear-gradient(180deg, rgba(231,69,150,1) 55%, rgba(238,120,38,0) 75%);
}
.action-aditional-one .btn-ver-detalles{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.action-aditional-one .action-aditional-text{
  width: 100%;
  background-color: var(--main-color-one);
  padding: 1rem;
  text-align: center;
  color: white;
  border-radius: .75rem .75rem 0 0;
  z-index: 3;
}
.section-color-two .action-aditional-one .action-aditional-text{
  background-color: var(--main-color-two);
}
.page-template-page-servicios-general .action-aditional-one .action-aditional-text{
  background-color: var(--main-color-three);	
}
.page-template-page-servicios-general .action-aditional-one::before{
  background: rgb(1,169,226);
  background: linear-gradient(180deg, rgba(1,169,226,1) 55%, rgba(238,120,38,0) 75%);
}
.action-aditional-one .action-aditional-text p{
  font-family: "R Regular";
  font-size: .85rem;
  margin-bottom: .5rem;
  color: white;
}
.action-aditional-one .action-aditional-text p:last-child{
  font-family: "R Bold";
  font-size: .95rem;
}
.action-aditional-one .action-aditional-img{
  width: 100%;
  height: 100%;
  background-color: var(--main-color-five);
  border-radius: 0 0 .75rem .75rem;
}
.action-aditional-one .action-aditional-img .item-back{
  height: 5rem!important;
  background-position: center!important;
  border-radius: 0 0 .75rem .75rem;
  background-size: 100% auto!important;
}
@media (min-width: 600px) {
  .action-aditional-one::before{
    background: linear-gradient(90deg, rgba(255,121,22,1) 55%, rgba(238,120,38,0) 75%);
  }
  .section-color-two .action-aditional-one::before{
    background: linear-gradient(90deg, rgba(231,69,150,1) 55%, rgba(238,120,38,0) 75%);
  }
  .page-template-page-servicios-general .action-aditional-one::before{
    background: linear-gradient(90deg, rgba(1,169,226,1) 55%, rgba(238,120,38,0) 75%);
  }
  .action-aditional-one .action-aditional-text{
    width: 50%;
    border-radius: .75rem 0 0 .75rem;
  }
  .action-aditional-one .action-aditional-text p{
    margin-bottom: .5rem
  }
  .action-aditional-one .action-aditional-text p:last-child{
    margin-bottom: 0;
  }
  .action-aditional-one .action-aditional-img{
    width: 50%;
    border-radius: 0 .75rem .75rem 0;
  }
  .action-aditional-one .action-aditional-img .item-back{
    height: 7.5rem!important;
    border-radius: 0 .75rem .75rem 0;
    background-size: 100% auto!important;
	background-position: center!important;
  }
}
@media (min-width: 1000px) {
  .action-aditional-one .action-aditional-img .item-back{
    height: 5.55rem!important;
  }
}
@media (min-width: 1200px) {
  .action-aditional-one::before{
    background: linear-gradient(90deg, rgba(255,121,22,1) 55%, rgba(238,120,38,0) 75%);
  }
  .section-color-two .action-aditional-one::before{
    background: linear-gradient(90deg, rgba(231,69,150,1) 55%, rgba(238,120,38,0) 75%);
  }
  .page-template-page-servicios-general .action-aditional-one::before{
    background: linear-gradient(90deg, rgba(1,169,226,1) 55%, rgba(238,120,38,0) 75%);
  }
  .action-aditional-one .action-aditional-text{
    width: 50%;
    padding: 1.5rem 1rem;
    border-radius: .75rem 0 0 .75rem;
  }
  .action-aditional-one .action-aditional-text p{
    font-size: .85rem;
    margin-bottom: 0;
  }
  .action-aditional-one .action-aditional-text p:last-child{
    font-size: 1.2rem;
  }
  .action-aditional-one .action-aditional-img{
    width: 50%;
    border-radius: 0 .75rem .75rem 0;
  }
  .action-aditional-one .action-aditional-img .item-back{
    height: 6rem!important;
    border-radius: 0 .75rem .75rem 0;
  }
}
/* ******************** Section Blog - Style ******************** */
.item-blog{
  border-radius: .75rem;
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  color: var(--main-color-one);
  font-family: 'R Bold';
  font-size: .85rem;
  text-align: right;
  box-shadow: 0 0 .75rem rgba(0,0,0,.1);
}
.item-blog::before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  bottom: -.4rem;
  right: -.3rem;
  border-radius: .75rem;
  width: 60%;
  height: 4rem;
  z-index: 0;
}
.box-img-blog{
  position: relative;
  z-index: 1;
}
.item-blog .box-img-blog .middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-image: url('./img/logo-hover.png');
  background-size: auto 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.4);
  border-radius: .75rem .75rem 0 0;
  z-index: 2;
  text-align: center;
}
.item-blog:hover .middle {
  opacity: 1;
}
.item-blog .box-img-blog .text{
  padding: 0.25rem 1.25rem;
  border-radius: 0.25rem;
  background-color: var(--main-color-one);
  color: white;
  font-size: 1rem;
  font-family: "R Bold";
  position: absolute;
  top: 12%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
}
.item-blog .box-img-blog .text ul {
  padding: 0;
  margin: 0;
}
.item-blog .box-img-blog .text ul li, .item-blog .box-img-blog .text ul li a {
  color: white;
  font-size: 1rem;
  font-family: "R Bold";
  list-style: none;
}
.item-blog .box-img-blog img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  border-radius: .75rem .75rem 0 0;
}
.item-blog .box-text-blog{
  padding: 1.5rem;
  background-color: white;
  border-radius: 0 0 .75rem .75rem;
  z-index: 1;
  position: relative;
}
.item-blog .box-text-blog h3{
  text-align: center;
  font-size: 1.2rem;
  font-family: 'R Bold';
  margin-top: 0;
  color: var(--main-color-one);
}
.item-blog .box-text-blog p{
  font-size: .85rem;
  font-family: 'R Regular';
  text-align: justify;
  margin-top: 0;
  margin-bottom: .5rem;
  color: Black;
}
.item-blog .box-text-blog .text{
  background-color: var(--main-color-one);
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  display: inline-block;
}
.item-blog-home:first-of-type img.thumbnail-category{
  position: relative;
  z-index: 1;
  border-radius: .75rem;
} 
.section-blog-home .item-blog:nth-child(2)::before,
.section-blog-home .item-blog:nth-child(2) .box-img-blog .text,
.section-blog-home .item-blog:nth-child(2) .box-text-blog .text,
.section-color-two .item-blog::before,
.section-color-two .item-blog .box-img-blog .text,
.section-color-two .item-blog .box-text-blog .text{
  background-color: var(--main-color-two);
}
.section-blog-home .item-blog:last-child::before,
.section-blog-home .item-blog:last-child .box-img-blog .text,
.section-blog-home .item-blog:last-child .box-text-blog .text,
.section-color-three .item-blog::before,
.section-color-three .item-blog .box-img-blog .text,
.section-color-three .item-blog .box-text-blog .text{
  background-color: var(--main-color-three);
}
.section-blog-home .item-blog:nth-child(2) .box-text-blog h3,
.section-color-two .item-blog .box-text-blog h3{
  color: var(--main-color-two);
}
.section-blog-home .item-blog:last-child .box-text-blog h3,
.section-color-three .item-blog .box-text-blog h3{
  color: var(--main-color-three);
}
@media (min-width: 600px) {
  .item-blog{
    width: 48%;
  }
  .item-blog:last-child{
    margin: auto;
    margin-bottom: 1.5rem;
  }
  .item-blog .box-text-blog{
    padding: 1rem;
  }
  .item-blog .box-text-blog h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1000px) {
  .item-blog{
    width: 32%;
  }
  .item-blog:last-child{
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .item-blog .box-text-blog{
    padding: 1.5rem;
  }
  .item-blog .box-text-blog h3{
    font-size: 1.2rem;
  }
}
/* ******************** Section Single-Post - Style ******************** */
.title-blog-article{
  margin-top: 2rem;
}
.section-blog-article-item .title-blog-article span, .section-blog-article-item .title-blog-article span strong{
   font-size: .9rem;
   font-family: "R Regular";
   color: var(--main-color-six);
}
.section-blog-article-item .title-blog-article span strong{
   font-family: "R Bold"
}
.section-blog-article-item .title-blog-article h1{
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: -1.15px;
  line-height: 110%;
  font-family: "R Bold";
  color: var(--main-color-six);
}
.section-blog-article-item .data-blog-article{
  padding: .25rem;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.section-blog-article-item .data-blog-article .author-article{
  width: 70%;
}
.section-blog-article-item .data-blog-article .date-and-share-article{
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-blog-article-item .data-blog-article .date-and-share-article .data-article{
  width: 100%;
  text-align: center;
  border-right: none;
  font-family: "R Regular";
  font-size: .85rem;
}
.section-blog-article-item .data-blog-article .date-and-share-article .share-article{
  width: 55%;
  display: none;
  align-items: center;
}
.section-blog-article-item .data-blog-article .date-and-share-article .share-article ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section-blog-article-item .data-blog-article .date-and-share-article .share-article ul li{
  list-style: none;
}
.section-blog-article-item .data-blog-article .date-and-share-article .share-article ul li i{
  font-size: 1.15rem;
  width: 35px;
  height: 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  border-radius: 50%;
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two);
}
.section-blog-article-item .data-blog-article .date-and-share-article .share-article ul li:first-child i{
  border: 1px solid #3b5998;
  color: #3b5998;
}
.section-blog-article-item .data-blog-article .date-and-share-article .share-article ul li:last-child i{
  border: 1px solid Black;
  color: Black;
}
.section-blog-article-item .data-blog-article .author-article, .section-blog-article-item .data-blog-article .author-article strong{
  font-size: .85rem;
  font-family: "R Regular";
  color: var(--main-color-six);
}
.section-blog-article-item .data-blog-article .author-article strong{
  font-family: "R Bold"
}

.content-general-article{
  padding: 2rem 0;
  align-items: stretch;
}
.content-general-article .aside-blog-article{
  width: 100%;
}
.content-general-article .content-blog-article{
  width: 100%;
}
.content-general-article .content-blog-article .image-article, .image-article {
  border-radius: .75rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
.content-general-article .content-blog-article .image-article img, .image-article img{
  border-radius: .75rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.content-general-article .content-blog-article .image-article::before, .image-article::before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  bottom: -.4rem;
  right: -.3rem;
  border-radius: .75rem;
  width: 40%;
  height: 5rem;
  z-index: 0;
}
.category-novedades .content-general-article .content-blog-article figure::before,
.category-novedades .content-widgets-two p,
.category-novedades .content-widgets-two p:last-of-type,
.category-novedades .author-coments-one .text-author-coments span i,
.category-novedades .content-general-article .content-blog-article .image-article::before,
.category-novedades .image-article::before{
  background-color: var(--main-color-two);
}
.category-consejos .content-general-article .content-blog-article figure::before,
.category-consejos .content-widgets-two p,
.category-consejos .content-widgets-two p:last-of-type,
.category-consejos .author-coments-one .text-author-coments span i,
.category-consejos .content-general-article .content-blog-article .image-article::before,
.category-consejos .image-article::before{
  background-color: var(--main-color-three);
}
.content-general-article .content-blog-article .author-image-article span{
  padding: .75rem;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.2);
  font-family: "R Bold";
  font-size: .85rem;
  margin-bottom: 1rem;
  color: var(--main-color-six);
}
.content-general-article .content-blog-article h2{
  font-family: "R Bold";
  font-size: 1.3rem;
  text-align: center;
  color: var(--main-color-six);
  margin-top: 1.75rem;
  margin-bottom: .5rem;
}
.content-general-article .content-blog-article h3{
  font-family: "R Bold";
  font-size: 1rem;
  color: var(--main-color-six);
  margin-bottom: .5rem;
}
.content-general-article .content-blog-article h4{
  font-family: "R Bold";
  color: var(--main-color-six);
}
.content-general-article .content-blog-article ul, .content-general-article .content-blog-article ol{
  padding-left: 1.5rem;
}
.content-general-article .content-blog-article ul li, .content-general-article .content-blog-article ol li{
  font-family: "R Regular";
  font-size: .85rem;
  margin-bottom: 0.25rem;
  list-style: disc;
}
.content-general-article .content-blog-article ul li strong, .content-general-article .content-blog-article ol li strong{
  font-family: "R Bold";
}
.content-general-article .content-blog-article p{
  font-size: .85rem;
  font-family: "R Regular";
  margin-bottom: 1rem;
  color: var(--main-color-six);
/*   text-indent: 1rem; */
}
.category-tips .content-general-article .content-blog-article p a{
  color: var(--main-color-one);
}
.category-novedades .content-general-article .content-blog-article p a{
  color: var(--main-color-two);
}
.category-consejos .content-general-article .content-blog-article p a{
  color: var(--main-color-three);
}
.content-general-article .content-blog-article figure{
  border-radius: .75rem;
  position: relative;
}
.content-general-article .content-blog-article figure::before{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  bottom: -0.4rem;
  right: -0.3rem;
  border-radius: 0.75rem;
  width: 40%;
  height: 5rem;
  z-index: -1;
}
.content-general-article .content-blog-article ul, .content-general-article .content-blog-article ol{
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  color: var(--main-color-six);
}
.content-general-article .content-blog-article img{
  border-radius: .75rem;
}
.content-general-article .content-blog-article img.emoji{
  border-radius: 0;
}
.content-general-article .content-blog-article p strong{
  font-family: "R Bold";
}
.content-general-article .content-blog-article p:first-of-type::first-letter{
  float: left;
  margin-right: 5px;
  font-size: 2.3rem;
  font-family: "R Bold";
  line-height: 85%;
}
.tags-articles-content{
  border-top: 1px solid rgba(0,0,0,.2);
  margin-top: 2rem;
}
.items-tags-articles{
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 0!important;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,.2);
  font-family: "R Bold";
  font-size: .95rem;
  color: var(--main-color-six);
}
.items-tags-articles > a{
  font-size: .85rem;
  font-family: "R Regular";
  color: var(--main-color-one);
}
.items-tags-articles > a:first-of-type{
  margin-left: .25rem;
}
.tags-articles-content > a{
  font-size: .85rem;
  color: var(--main-color-one);
  font-family: "R Regular";
  padding: .5rem 1rem;
  border-radius: 5rem;
  display: block;
}
.author-coments-one{
  width: 100%;
  border-radius: .75rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-five);
  padding: 1rem .5rem;
  margin-bottom: 2rem;
}
.author-coments-one .img-author-coments{
  width: 25%;
}
.author-coments-one .img-author-coments img{
  border-radius: 50%;
  margin-bottom: 1rem;
}
.author-coments-one .text-author-coments{
  width: 100%;
  font-family: "R Regular";
  font-size: .85rem;
  text-align: center;
  color: var(--main-color-six);
}
.author-coments-one .text-author-coments strong{
  font-family: "R Bold";
}
.author-coments-one .text-author-coments span{
  display: block;
  margin: 0;
}
.author-coments-one .text-author-coments span:first-child{
  margin-bottom: .5rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
.author-coments-one .text-author-coments span:first-child strong{
  font-size: 1rem;
  text-decoration: underline;
}
.author-coments-one .text-author-coments span i{
  color: white;
  border-radius: 50%;
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: .75rem;
  margin-left: .25rem;
  background-color: var(--main-color-one);
}
@media (min-width: 600px) {
  .section-blog-article-item .data-blog-article .author-article{
    width: 55%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article{
    width: 45%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article .share-article{
    display: block;
    width: 50%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article .data-article{
    border-right: 1px solid Black;
    width: 45%;
  }

  .author-coments-one .img-author-coments{
    width: 20%;
  }

  .content-general-article .aside-blog-article{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-general-article .aside-blog-article .content-widgets-one{
    width: 49%;
  }
  .content-general-article .aside-blog-article .content-widgets-two{
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-blog-article-item .title-blog-article span, .section-blog-article-item .title-blog-article span strong{
     font-size: 1.1rem;
  }
  .section-blog-article-item .title-blog-article h1{
/*     font-size: 2.75rem; */
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .section-blog-article-item .data-blog-article .author-article{
    width: 20%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article{
    width: 20%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article .data-article{
    width: 43%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article .share-article{
    width: 55%;
  }
  .section-blog-article-item .data-blog-article .date-and-share-article .share-article ul li i{
    font-size: 1.15rem;
  }

  .content-general-article .aside-blog-article{
    width: 25%;
    display: block;
  }
  .content-general-article .aside-blog-article .content-widgets-one{
    width: 100%;
  }

  .content-general-article .content-blog-article{
    width: 72%;
  }
  .content-general-article .content-blog-article .image-article, .image-article {
    border-radius: .75rem;
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .content-general-article .content-blog-article .image-article img, .image-article img{
    border-radius: .75rem;
    z-index: 1;
  }
  .content-general-article .content-blog-article h2{
    text-align: left;
  }
  .tags-articles-content h5{
    font-size: .95rem;
  }
  .items-tags-articles{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  .items-tags-articles li{
    display: inline;
    padding: .5rem 1rem;
    border-radius: 5rem;
  }
  .tags-articles-content > a{
    padding: .5rem 1rem;
    border-radius: 5rem;
    display: block;
  }
  .author-coments-one{
    width: 80%;
    margin: auto;
    padding: 1rem;
  }
  .author-coments-one .img-author-coments{
    width: 11%;
  }
  .author-coments-one .img-author-coments img{
    border-radius: 50%;
    margin-bottom: 0;
  }
  .author-coments-one .text-author-coments{
    width: 83%;
  }
  .author-coments-one .text-author-coments span{
    display: block;
    margin: 0;
  }
  .author-coments-one .text-author-coments span:first-child{
    margin-bottom: .5rem;
    align-items: center;
    display: flex;
  }
}

.wp-block-latest-posts__list.wp-block-latest-posts{
  background-color: var(--main-color-five);
  padding: 1.5rem;
  border-radius: .75rem;
  width: 90%;
  margin: auto;
}
.wp-block-latest-posts__list.wp-block-latest-posts li{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0!important;
}
.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image{
  width: 100%;
}
.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
  border-radius: .5rem;
}
.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__post-title{
  width: 100%;
  color: var(--main-color-six);
  font-size: 1rem;
  font-family: "R Bold";
  margin-top: .5rem;
}
.wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt{
  width: 100%;
  color: var(--main-color-six);
  font-size: .85rem;
  font-family: "R Regular";
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .wp-block-latest-posts__list.wp-block-latest-posts{
    background-color: var(--main-color-five);
    padding: 1.5rem;
    border-radius: .75rem;
    width: 80%;
    margin: auto;
  }
  .wp-block-latest-posts__list.wp-block-latest-posts li{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0!important;
  }
  .wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image{
    width: 25%;
  }
  .wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
    border-radius: .5rem;
  }
  .wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__post-title{
    width: 65%;
    color: var(--main-color-six);
    font-size: 1rem;
    font-family: "R Bold";
  }
  .wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt{
    width: 65%;
    color: var(--main-color-six);
    font-size: .85rem;
    font-family: "R Regular";
    position: absolute;
    bottom: 0;
    left: 27%;
    margin-bottom: 0;
  }
}
/* ******************** Form and Section Comments - Style ******************** */
.comments-area{
  margin-top: 2rem;
}
.comments-area > .comments-title, .comment-respond > .comment-reply-title{
  text-align: center!important;
  font-size: 1.2rem!important;
  font-family: "R Bold";
  color: var(--main-color-six);
}
.comments-area .comment-list{
  padding: 0;
}
.comments-area .comment-list li.comment{
  margin-bottom: 0!important;
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.comments-area .comment-list > li.comment:first-of-type{
  padding-top: 1rem;
}
.comments-area .comment-list li.comment:last-of-type{
  border-bottom: none;
}
.comments-area .comment-list li.comment .comment-body{
  display: flex;
  position: relative;
  justify-content: space-between;
}
.comments-area .comment-list li.comment .comment-body .comment-meta{
  width: 15%;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author{
  text-align: center;
  font-size: .85rem;
  font-family: "R Bold";
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img{
  margin: auto;
  margin-bottom: .75rem;
  border-radius: 5rem;
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: .75rem 1rem;
  font-family: "R Regular";
}
.comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata a{
  color: var(--main-color-six);
  font-size: .85rem;
}
.comments-area .comment-list li.comment .comment-body .comment-content{
  width: 80%;
  padding: 1rem;
  background-color: var(--main-color-five);
  border-radius: .75rem;
  display: flex;
  align-items: center;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body .comment-content::before{
  content: '';
  width: 0;
  height: 0;
  border-top: .75rem solid transparent;
  border-right: .75rem solid var(--main-color-five);
  border-bottom: .75rem solid transparent;
  position: absolute;
  left: -.75rem;
  top: 1rem;
}
.comments-area .comment-list li.comment .comment-body .comment-content p {
  margin: 0;
}
.comments-area .comment-list li.comment .comment-body .comment-content p::first-letter {
  font-size: .85rem;
  font-family: "R Regular";
  margin: 0;
  float: none;
}
.comments-area .comment-list li.comment .reply{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .75rem 1rem;
  font-family: "R Bold";
}
.comments-area .comment-list li.comment .children > li.comment{
  margin-bottom: 0!important;
  border: none;
}

.comment-respond{
  background-color: var(--main-color-five);
  padding: 1.5rem;
  border-radius: .75rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.comment-respond .comment-form{
  font-family: "R Regular";
  font-size: .85rem;
  text-align: center;
}
.comment-respond .comment-form p.logged-in-as::first-letter{
  float: none;
  margin: 0;
  font-family: "R Regular";
  font-size: .8rem!important;
}
.comment-respond div textarea, .comment-respond div input{
  font-family: "R Regular";
  font-size: .85rem;
  padding: .75rem;
  background-color: White;
  border-radius: .75rem;
  margin-bottom: 1rem;
  width: 100%;
  border: none;
}
.comment-respond div:first-of-type input{
  margin-top: 1rem;
}
.comment-respond div textarea::placeholder, .comment-respond div input::placeholder{
  font-family: "R Regular";
  font-size: .85rem;
  color: var(--main-color-six)
}
.comment-respond .comment-form p.form-submit > input{
  font-family: "R Bold";
  background-color: var(--main-color-one);
  color: white;
  font-size: .9rem;
  margin-top: 1rem;
  width: 80%;
}

@media (min-width:678px){
	#commentform #email{
		width:48%;
		float:left;
	}
	#commentform #url{
		width:49%;
		float:right;
	}
	#commentform .fields-wrap:after{
		content:"";
		display: block;
		clear:both;
	}
}
@media (min-width: 1200px) {
  .comments-area{
    width: 60%;
    margin: auto;
    margin-top: 2rem;
  }
  .comments-area > .comments-title, .comment-respond > .comment-reply-title{
    text-align: center!important;
    font-size: 1.2rem!important;
    font-family: "R Bold";
    color: var(--main-color-six);
  }
  .comments-area .comment-list{
    padding: 0;
  }
  .comments-area .comment-list li.comment{
    margin-bottom: 0!important;
    list-style: none;
    padding: 2rem 1rem 1rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
  }
  .comments-area .comment-list > li.comment:first-of-type{
    padding-top: 1rem;
  }
  .comments-area .comment-list li.comment:last-of-type{
    border-bottom: none;
  }
  .comments-area .comment-list li.comment .comment-body{
    display: flex;
    position: relative;
  }
  .comments-area .comment-list li.comment .comment-body .comment-meta{
    width: 15%;
  }
  .comments-area .comment-list li.comment .comment-body .comment-meta .comment-author{
    text-align: center;
    font-size: .85rem;
    font-family: "R Bold";
  }
  .comments-area .comment-list li.comment .comment-body .comment-meta .comment-author img{
    margin: auto;
    margin-bottom: .75rem;
    border-radius: 5rem;
  }
  .comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: .75rem 1rem;
    font-family: "R Regular";
  }
  .comments-area .comment-list li.comment .comment-body .comment-meta .comment-metadata a{
    color: var(--main-color-six);
    font-size: .85rem;
  }
  .comments-area .comment-list li.comment .comment-body .comment-content{
    width: 85%;
    padding: 1rem;
    background-color: var(--main-color-five);
    border-radius: .75rem;
    display: flex;
    align-items: center;
    position: relative;
  }
  .comments-area .comment-list li.comment .comment-body .comment-content::before{
    content: '';
    width: 0;
    height: 0;
    border-top: .75rem solid transparent;
    border-right: .75rem solid var(--main-color-five);
    border-bottom: .75rem solid transparent;
    position: absolute;
    left: -.75rem;
    top: 1rem;
  }
  .comments-area .comment-list li.comment .comment-body .comment-content p {
    margin: 0;
  }
  .comments-area .comment-list li.comment .comment-body .comment-content p::first-letter {
    font-size: .85rem;
    font-family: "R Regular";
    margin: 0;
    float: none;
  }
  .comments-area .comment-list li.comment .reply{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .75rem 1rem;
    font-family: "R Bold";
  }
  .comments-area .comment-list li.comment .children > li.comment{
    margin-bottom: 0!important;
    border: none;
  }

  .comment-respond{
    background-color: var(--main-color-five);
    padding: 1.5rem;
    border-radius: .75rem;
    margin-top: 3rem;
  }
  .comment-respond .comment-form{
    font-family: "R Regular";
    font-size: .85rem;
    text-align: center;
  }
  .comment-respond .comment-form p.logged-in-as::first-letter{
    float: none;
    margin: 0;
    font-family: "R Regular";
    font-size: .85rem!important;
  }
  .comment-respond div textarea, .comment-respond div input{
    font-family: "R Regular";
    font-size: .85rem;
    padding: .75rem;
    background-color: White;
    border-radius: .75rem;
    margin-bottom: 1rem;
    width: 100%;
    border: none;
  }
  .comment-respond div:first-of-type input{
    margin-top: 1rem;
  }
  .comment-respond div textarea::placeholder, .comment-respond div input::placeholder{
    font-family: "R Regular";
    font-size: .85rem;
    color: var(--main-color-six)
  }
  .comment-respond .comment-form p.form-submit > input{
    font-family: "R Bold";
    background-color: var(--main-color-one);
    color: white;
    font-size: .9rem;
    margin-top: 1rem;
  }
  .category-tips .comment-respond .comment-form p.form-submit > input{
    background-color: var(--main-color-one);
  }
  .category-novedades .comment-respond .comment-form p.form-submit > input{
    background-color: var(--main-color-two);
  }
  .category-consejos .comment-respond .comment-form p.form-submit > input{
    background-color: var(--main-color-three);
  }
}
/* ******************** Section Aside - Style ******************** */
.content-widgets-one{
  background-color: var(--main-color-one);
  border-radius: .75rem;
  margin-bottom: 1.5rem;
}
.content-widgets-one p, .content-widgets-two p{
  padding: .75rem 1rem;
  font-family: "R Bold";
  font-size: .9rem;
  color: white;
  width: 100%;
}
.content-widgets-one a{
  font-family: "R Bold";
  font-size: .85rem;
  background-color: white;
  width: 100%;
}
.content-widgets-one a span{
  padding: .75rem 1rem 0 1rem;
  display: block;
  background-color: white;
  text-align: center;
  color: var(--main-color-six);
}
.content-widgets-one a.item-sidebar-img{
  font-size: 1rem;
}
.content-widgets-two .sidebar-img a.item-sidebar-img span{
  font-size: 1rem;
  text-align: center;
  display: block;
  color: var(--main-color-six);
  font-family: "R Bold";
  padding: .75rem 1rem 0 1rem;
}
.content-widgets-one img{
  border-radius: 0 0 .5rem .5rem;
}
.content-widgets-two {
  width: 100%;
  border-radius: 0 0 .5rem .5rem;
}
.content-widgets-two .item-articles-widgets {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: var(--main-color-five);
  border-radius: .75rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.content-widgets-two p{
  background-color: var(--main-color-one);
  border-radius: .5rem;
  margin-bottom: 1.5rem;
}
.content-widgets-two p:last-of-type{
  border-radius: .5rem .5rem 0 0;
  margin-bottom: 0;
  background-color: var(--main-color-one);
}
.content-widgets-two .item-articles-widgets img{
  width: 50%;
  display: block;
  position: relative;
  border-radius: .5rem 0 0 .5rem;
}
.content-widgets-two > img:last-of-type{
  border-radius: 0 0 .5rem .5rem;
}
.content-widgets-two .item-articles-widgets.image-article::before{
  height: 3rem;
}
.content-widgets-two .item-articles-widgets .text-article-widgets{
  width: 50%;
  font-size: .95rem;
  font-family: "R Bold";
  text-align: left;
/* padding: 1rem 0.75rem; */
  padding: 1rem 0.55rem;
  margin: 0;
  color: var(--main-color-six);
  position: relative;
  z-index: 1;
  background-color: var(--main-color-five);
  border-radius: 0 .5rem .5rem 0;
}
.content-widgets-two .item-articles-widgets .text-article-widgets h6{
  font-size: .85rem;
  font-family: "R Bold";
  margin: 0;
  /* color: var(--main-color-one); */
}
.content-widgets-two .item-articles-widgets:hover, .content-widgets-two .item-articles-widgets:hover h6{
  text-decoration: underline;
  color: var(--main-color-one);
}
.Fijo{
  position: sticky;
  left: 0;
  top:10rem;
  z-index: 10;
  display:inline-block;
}
.sidebar-img{
  background-color: var(--main-color-one);
}
.category-novedades .sidebar-img{
  background-color: var(--main-color-two);
}
.category-consejos .sidebar-img{
  background-color: var(--main-color-three);
}
@media (min-width: 600px) {
  .content-widgets-two .item-articles-widgets:last-of-type {
    margin-bottom: 1.5rem;
  }
}
/* ******************** Section FAQ - Style ******************** */
.faq-content-general{
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.item-faq-text{
  width: 100%;
}
.item-faq-img{
  display: none;
  border-bottom: 1rem solid var(--main-color-one);
  border-radius: .75rem;
}
.item-accordion{
  width: 100%;
  padding: 0 5px;
  border: 2px solid var(--main-color-one);
  cursor: pointer;
  display: flex;
  margin: .75rem 0;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  border-radius: .35rem;
}
.item-accordion i {
  color: var(--main-color-one);
}
.item-accordion:hover i {
  color:white!important;
}
.item-accordion .fa-minus, .item-accordion .icon-minus{
  display: none;
}
.item-accordion.active, .item-accordion:hover{
  background-color: var(--main-color-one);
  color: white;
  border: 2px solid var(--main-color-one);
}
.item-accordion.active .fa-minus, .item-accordion.active .icon-minus{
  display: block;
}
.item-accordion.active .fa-plus, .item-accordion.active .icon-plus{
  display: none;
}
.item-accordion p, .item-accordion h5{
  font-size: .85rem;
  margin: 0;
  font-family: 'R Bold';
  color: var(--main-color-six);
  text-align: center;
  padding-left: 5px;
}
.item-accordion.active i, .item-accordion.active h5 , .item-accordion:hover i , .item-accordion:hover h5, .item-accordion:hover p, .item-accordion.active p{
  color: white;
}
.panal{
  padding: 0 1.75rem 0 0.5rem;
  border-left: 1px solid var(--main-color-one);
  margin-left: 1.25rem;
  font-size: .85rem;
  text-align: justify;
  overflow: hidden;
  transition: all .5s ease-in;
  color: var(--main-color-six);
  max-height: 0;
  font-family: 'R Regular';
}
.panal p{
  margin-bottom: .45rem;
 color: var(--main-color-six);
}
.panal ul{
  padding-left: 2rem;
}
.panal ul li{
  font-size: .85rem;
  list-style: disc!important;
}
.panal p strong{
  font-family: 'R Bold';
}
.page-template-page-productos-general .item-accordion i{
  color: var(--main-color-two)!important;
}
.page-template-page-productos-general .item-accordion:hover i{
  color: white!important;
}
.page-template-page-productos-general .item-accordion.active,
.page-template-page-productos-general .item-accordion:hover{
  background-color: var(--main-color-two)!important;
}
.page-template-page-productos-general .item-faq-img,
.page-template-page-productos-general .item-accordion,
.page-template-page-productos-general .item-accordion.active, .item-accordion:hover,
.page-template-page-productos-general .panal{
  border-color: var(--main-color-two)!important;
}
@media (min-width: 600px) {
	.faq-content-general{
		width: 75%;
		margin: 0 auto;
	}
}
@media (min-width: 800px) {
	.faq-content-general{
		width: 100%;
		margin: 0 auto;
	}
	.item-faq-text{
		width: 69%;
	}
	.item-faq-img{
		width: 29%;
		display: block;
	}
}
@media (min-width: 1000px) {
	.faq-content-general{
		width: 80%;
	}
}
@media (min-width: 1200px) {
	.faq-content-general{
		width: 70%;
	}
	.item-faq-text{
		width: 65%;
	}
	.item-faq-img{
		width: 28%;
	}
	.item-accordion{
		width: 100%;
	}
	.item-accordion p, .item-accordion h5{
		font-size: .9rem;
	}
}
/* ******************** Section Slogan Menu - Style ******************** */
.section-slogan-content{
  padding: .5rem;
  background-color: var(--main-color-one);
  color: white;
  font-size: .75rem;
  text-align: center;
}
.section-slogan-content p span{
  font-family: 'R Regular';
}
.section-slogan-content p{
  font-family: 'R Bold';
  margin: auto;
}
@media (min-width: 600px) {
  .section-slogan-content{
    padding: .6rem;
    font-size: .8rem;
  }
}
@media (min-width: 1000px) {
  .section-slogan-content{
    font-size: .85rem;
  }
}
@media (min-width: 1200px) {
  .section-slogan-content{
    padding: .75rem;
    font-size: .9rem;
  }
}
/* ******************** Section Page - Seo - Style ******************** */
.item-content-page-seo{
  width: 100%;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.text-content-page-seo{
  width: 100%;
  background-color: var(--main-color-five);
  padding: 1rem 1.5rem;
  border-radius: .75rem;
  margin-bottom: 2rem;
  order: 1;
}
.text-content-page-seo h3{
  font-size: 1.25rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  margin-bottom: .75rem;
}
.text-content-page-seo p{
  font-size: .85rem;
  color: var(--main-color-six);
}
.text-content-page-seo p strong{
  font-family: "R Bold";
}
.text-content-page-seo ul{
  padding-left: 2rem;
  margin: .75rem 0;
}
.text-content-page-seo ul li{
  font-size: .85rem;
  color: var(--main-color-six);
  font-family: "R Regular";
  list-style: disc;
}
.img-content-page-seo{
  width: 100%;
  order: 2;
}
.img-content-page-seo.item-design::before{
  background-color: var(--main-color-two)!important;
}
@media (min-width: 1000px) {
  .text-content-page-seo{
    width: 65%;
  }
  .img-content-page-seo{
    width: 34%;
  }
  .item-content-page-seo:nth-child(3) .text-content-page-seo{
	order: 2;
  }
  .item-content-page-seo:nth-child(3) .img-content-page-seo{
	order: 1;
  }
}
@media (min-width: 1200px) {
  .text-content-page-seo{
    width: 65%;
  }
  .img-content-page-seo{
    width: 33%;
  }
}
/* ******************** Section Page Seo Minimarket - Style ******************** */
.section-two-seo{
  background-color: var(--main-color-six);
}
.text-seo-general{
  width: 100%;
  margin-bottom: 2rem;
}
.text-seo-general h2{
  font-size: 1.4rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  margin-bottom: 1rem;
}
.text-seo-general p{
  font-size: .85rem;
  font-family: "R Regular";
  color: var(--main-color-six);
  margin-bottom: 1rem;
}
.text-seo-general p strong{
  font-family: "R Bold";
}
.section-two-seo .img-seo-general{
  background-size: auto 100%;
  background-position: center;
  height: 30rem;
  position: relative;
}
.section-two-seo .img-seo-general .slogan-seo{
  padding: 1rem;
  color: var(--main-color-six);
  font-family: "R Bold";
  background-color: white;
  bottom: 0;
  width: 70%;
  position: absolute;
  font-size: .85rem;
  text-align: center;
}
.section-two-seo .img-seo-general:before{
  content:'';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -90%;
  background-color: var(--main-color-one);
}
.img-seo-general img{
  border-radius: .75rem;
}
/* .img-seo-general .img-details{
  margin-bottom: 1.5rem;
} */
.title-seo-general{
  width: 100%;
}
.text-seo-general .title-seo-general .sub-title,
.title-seo-general .sub-title{
  font-style: italic;
  font-size: .85rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  margin-bottom: .25rem;
  text-align: center;
}
.text-seo-general .title-seo-general h2,
.title-seo-general h2{
  font-size: 1.75rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  margin-bottom: 1rem;
  text-align: center;
}
.text-seo-general h3{
  font-size: 1.1rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  margin-bottom: .5rem;
}
.text-seo-general ul{
  padding-left: 1rem;
}
.text-seo-general ul li{
  font-size: .85rem;
  margin-bottom: 1rem;
  color: var(--main-color-six);
  font-family: "R Regular";
  list-style: disc;
}
.section-two-seo .text-seo-general ul li{
  color: white;
}
.section-two-seo .text-seo-general .title-seo-general h2,
.section-two-seo .text-seo-general p{
  color: white;
}
.text-seo-general .title-seo-general h2 span,
.title-seo-general h2 span{
  color: var(--main-color-one);
}
/* .item-text-content{
  padding: 1rem 0;
} */
.item-text-content p{
  margin-bottom: 1rem!important;  
}
.item-text-content.item-color-alt{
  background-color: var(--main-color-five);
  padding: 1rem 1.5rem;
  border-radius: .75rem;
}
@media (min-width: 1000px) {
  .text-seo-general{
    width: 65%;
  }
  .img-seo-general{
    width: 33%;
  }
}
/* ******************** Section Footer - Style ******************** */
.section-footer{
  background-color: #1a1a1a;
  background-color: Black;
  border-top: .3rem solid var(--main-color-one);
  overflow-x: hidden;
}
.category-novedades .section-footer,
.page-template-page-productos-general .section-footer{
  border-top: .3rem solid var(--main-color-two);
}
.category-consejos .section-footer{
  border-top: .3rem solid var(--main-color-three);
}
.section-footer .child-content:first-child, .section-footer .child-content:last-child{
  position: relative;
  padding: 1rem 0;
  background-color: #0d0d0d;
  z-index: 1;
}
.section-footer .child-content:first-child::before, .section-footer .child-content:first-child::after, .section-footer .child-content:last-child::before, .section-footer .child-content:last-child::after{
  content: '';
  background-color: #0d0d0d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section-footer .child-content:first-child::before, .section-footer .child-content:last-child::before{
  left: -50%;
}
.section-footer .child-content:first-child::after, .section-footer .child-content:last-child::after{
  right: -50%;
}
.section-footer .logo-content{
  width: 65%;
  margin: auto;
  margin-bottom: 1rem;
}
.section-footer .slogan-footer{
  width: 100%;
  color: white;
  text-align: center;
  font-family: "R Bold";
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.section-footer .slogan-footer .slogan-footer-one {
  font-size: 1.1rem;
  margin: 0;
  margin-top: .5rem;
  text-transform: uppercase;
  font-family: 'R Black';
  text-align: center;
}
.section-footer .slogan-footer .slogan-footer-two {
  font-size: .9rem;
  margin-top: 0;
}
.section-footer .other-footer{
  width: 100%;
  color: white;
  font-family: "R Bold";
  padding-top: 1rem;
	text-align: center;
}
.section-footer .other-footer ul{
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: .25rem;
  padding: 0;
}
.section-footer .other-footer ul li {
  list-style: none;
  font-family: "R Bold";
}
.section-footer .other-footer ul li a {
  font-size: .9rem;
  display: inline-block;
  padding: .5rem .75rem;
  text-align: center;
  color: white;
}
.section-footer .other-footer ul li:hover a {
  color: var(--main-color-one);
  transition: all 1s;
}
.section-footer .child-content:nth-child(2){
  padding: 2rem 0;
  align-items: flex-start;
}
.section-footer .child-content:nth-child(2) .sub-title-footer{
  text-align: center;
  text-decoration: underline;
}
.section-footer .item-data-footer{
  width: 100%;
  margin: auto;
}
.section-footer .item-data-footer:last-of-type{
  display: block;
}
.section-footer .item-data-footer ul{
  margin-top: 0;
  margin-bottom: .25rem;
  padding: 0;
  font-family: "R Regular";
}
.section-footer .item-data-footer ul li{
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: .85rem;
}
.section-footer .item-data-footer ul li i{
  font-size: 1.3rem;
  color: white;
  margin-right: .25rem;
}
.section-footer .item-data-footer ul li a,
.section-footer .item-data-footer ul li a:hover{
  font-size: .85rem;
  color: white;
}
.section-footer .item-data-footer ul li a strong{
  font-family: "R Bold";
}
.section-footer .sub-title-footer {
  font-size: 1rem;
  font-weight: 100;
  font-family: "R Bold";
  margin: 0;
  margin-top: .5rem;
  text-align: center;
  color: white;
}
.section-footer .child-content:last-child{
  padding: 1.5rem 0;
  background: black;
}
.section-footer .copy-footer{
  font-family: "R Regular";
  font-size: .85rem;
  margin: auto;
  text-align: center;
  color: white;
}
@media (min-width: 600px) {
  .section-footer .logo-content{
    width: 40%;
  }
  .section-footer .child-content:nth-child(2) .sub-title-footer{
    text-align: left;
  }
  .section-footer .item-data-footer{
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .section-footer .logo-content{
    width: 30%;
    margin: auto!important;
  }
  .section-footer .slogan-footer{
    width: 70%;
    border-top: none;
    border-bottom: none;
  }
  .section-footer .other-footer{
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .section-footer .item-data-footer{
    width: 40%;
  }
}
@media (min-width: 1000px) {
  .section-footer .child-content:first-child{
    padding: 0;
  }
  .section-footer .logo-content{
    width: 20%;
	margin: 0 auto 0 0!important;
  }
  .section-footer .slogan-footer{
    width: 50%;
  }
  .section-footer .slogan-footer .slogan-footer-one {
    font-size: 1rem;
  }
  .section-footer .slogan-footer .slogan-footer-two {
    font-size: .9rem;
  }
  .section-footer .other-footer{
    width: 28%;
    border: none;
    padding-top: .5rem;
  }
  .section-footer .child-content:nth-child(2){
    padding: 2rem 0;
    align-items: flex-start;
    display: flex;
  }
  .section-footer .item-data-footer{
    width: 25%;
    margin: 0;
  }
  .section-footer .sub-title-footer {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .section-footer .child-content:first-child{
    padding: 1.5rem 0;
  }
  .section-footer .child-content:last-child{
    padding: 1rem 0;
  }
  .section-footer .child-content:nth-child(2){
    padding: 2.5rem 0;
  }
  .section-footer .slogan-footer{
    width: 48%!important;
    padding: 0;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .section-footer .slogan-footer .slogan-footer-one {
    font-size: 1.2rem;
  }
  .section-footer .other-footer{
    width: 27%!important;
  }
  .section-footer .item-data-footer:first-of-type{
    width: 27%;
  }
  .section-footer .item-data-footer:nth-child(2), .section-footer .item-data-footer:nth-child(3){
    width: 22%;
  }
  .section-footer .item-data-footer:last-of-type{
    width: 24%;
  }
}
/* ******************** Section Redes Sociales - Style ******************** */
.social-media-footer{
  color: white;
  font-size: .85rem;
  display: none;
  font-family: "R Regular";
  align-items: center;
}
.social-media-footer p{
  margin-right: .5rem;
}
.social-media-footer p strong{
  font-family: "R Bold";
}
.list-rrss {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.list-rrss li {
  margin-right: .5rem;
  background: rgba(255,255,255,.1);
/*   padding: .2rem 0; */
  border-radius: .5rem;
}
.list-rrss li a {
  font-size: 1.5rem;
  color: white;
}
@media screen and (min-width: 980px) {
  .list-rrss {
    justify-content: center;
  }
  .list-rrss li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .social-media-footer{
    display: flex;
  }
  .list-rrss {
    justify-content: flex-start;
  }
  .list-rrss li a {
    font-size: 0.9rem;
  }
}
/* ******************** Section Back to top - Style ******************** */
.back-to-top{
  position: fixed;
  bottom: 55px;
  right: 15px;
  color: white!important;
  text-shadow: 0 0 5px 1px rgba(0,0,0,.5);
  font-size: 15px;
  line-height: 32px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--main-color-one);
  background: var(--main-color-one);
  text-align: center;
  z-index: 150;
  cursor: pointer;
  display: none;
  font-family: "R Bold";
  border-radius: 17px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.back-to-top i{
  font-size: 1rem;
  text-shadow: 0 0 5px rgba(0,0,0,.25);
}
.page-template-page-tipo-tienda-especializada .back-to-top,
.page-template-page-productos-general .back-to-top,
.productos .back-to-top,
.category-novedades .back-to-top,
.formato-tienda-especializada .back-to-top {
  background-color: var(--main-color-two);
  border: 1px solid var(--main-color-two);
}
.page-template-page-tipo-tienda-descuento .back-to-top,
.page-template-page-servicios-general .back-to-top,
.category-consejos .back-to-top,
.formato-tienda-de-descuento .back-to-top {
  background-color: var(--main-color-three);
  border: 1px solid var(--main-color-three);
}

/* ******************** Error 404 - Style ******************** */
.section-page-404 {
  width: 100%;
  padding: 8rem 0;
  margin: auto;
  background-color: var(--main-color-five);
  background-image: url(./img/isotipo-two.png);
  background-size: auto 300px;
  background-position: right;
}
.main-box-error-404 {
  margin: auto;
  background-color: white;
  padding: 2rem 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
}
.box-404 {
  display: flex;
  justify-content: center;
  font-family: "R Bold";
  font-size: 6.5rem;
  color: var(--main-color-six);
}
.box-title-404 {
  text-transform: uppercase;
  font-size: .85rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  text-align: center;
}
.number-404 {
  color: var(--main-color-one);
}
.btn-to-home{
  width: 100%;
  text-align: center;
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-to-home a{
  background-color: var(--main-color-one);
  color: white;
  font-family: "R Bold";
  font-size: .9rem;
  padding: .75rem 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .25rem;
}
.btn-to-home a i{
  font-size: 1.25rem;
}
.btn-to-home a span{
  margin: 0;
}
@media (min-width: 600px) {
  .main-box-error-404 {
    padding: 2rem 3rem;
  }
}
@media (min-width: 1000px) {
  .box-404 {
    font-size: 7.5rem;
  }
  .box-title-404 {
    font-size: .9rem;
  }
}
@media (min-width: 1200px) {
  .main-box-error-404 {
    padding: 2rem 6rem;
  }
  .box-404 {
    font-size: 9rem;
  }
  .box-title-404 {
    font-size: 1rem;
  }
}
/* ******************** Boton de WhatsApp General - Style ******************** */

/*----- Section Aditional - Style -----*/
.btns-mobile {
  background-color: var(--main-color-one);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}
.category-novedades .btns-mobile {
  background-color: var(--main-color-two);
}
.btns-mobile a{
  font-family: "R Bold";
  color: white;
  padding: .6rem 0;
  font-size: 1rem;
  text-shadow: 0 0 5px rgba(0,0,0,.2);
  text-align: center;
  width: 50%;
  margin-right: 25%;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.btns-mobile a i{
  font-size: 1.75rem;
  /* transform: rotate(45deg); */
}
.btns-mobile button{
  color: white;
  padding: 3px 0;
  border: none;
  background: var(--main-color-one);
  font-size: 1.5rem;
  text-shadow: 0 0 5px rgba(0,0,0,.2);
  width: 20%;
  margin-right: 30%;
  z-index: 3;
  border-left: 2px solid rgba(255,255,255,.4);
}
.btn-blog-bottom a{
  width: 100%!important;
  justify-content: center;
  margin-right: 0!important;
}
@media screen and (max-width: 600px) {
  body {
    margin-bottom: 55px;
  }
  .btns-mobile, .btn-whatsapp-mobile {
    display: flex;
  }
}
.btn-user-shelfic{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 35%;
  z-index: 2;
  display: block;
}
@media (min-width: 600px) {
  .btn-user-shelfic{
    display: none;
  }
}
/* ******************** Aditional Ads Baner - Style ******************** */
.ads-banner{
    display: none;
}
.ads-banner-mobile{
    display: block;
}
.ads-banner-mobile:hover,.ads-banner:hover{
    filter: brightness(95%);
    transition: ease .5s;
}
@media screen and (min-width: 600px) {
    .ads-banner{
        display: block;
    }
    .ads-banner-mobile{
        display: none;
    }
}
.item-ads-general-big{
  position: relative;
  background-color: var(--main-color-one);
}
.category-novedades .item-ads-general-big,
.item-ads-general-big.item-color-two{
  background-color: var(--main-color-two);
}
.item-ads-general-big.item-color-two{
  margin-top: 3.5rem;
}
.category-consejos .item-ads-general-big,
.item-ads-general-big.item-color-three{
  background-color: var(--main-color-three);
}










/* ================================================== Style - CSS ================================================== */
:root {
	--color-one: #0e9fcf;
    --color-two: #E74596;
    --color-three: #00A9E0;
    --color-four: #818181;
    --color-five: #EFEFEF;
    --color-six: #303030;
    --color-seven: #1E1E1E;
    --color-whatsapp: #00A23B;
}
* {
    margin: 0;
    padding: 0;
	border:none;
	outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    margin: 0;    
    font-family: "Roboto Condensed", sans-serif;
    color: var(--color-seven);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
@media (min-width: 992px) {
    html, body{font-size: 15px;}
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    line-height: 1.2;
}
h1,.h1{font-size: 2.5rem;}
h2,.h2{font-size: 2rem;}
h3,.h3{font-size: 1.75rem;}
h4,.h4{font-size: 1.5rem;}
h5,.h5{font-size: 1.25rem;}
h6,.h6{font-size: 1rem;}
p,.p{margin-top: 0;margin-bottom: 1rem;line-height: 1.5;}
a{text-decoration: none;}
img{max-width: 100%;display: block;}
ul { list-style-type: none;}
img {
    object-fit:cover;
}
/* ================================================== Template - CSS ================================================== */
.child-content{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.d-flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 1400px) { 
    .child-content {
        max-width: 1320px;
    }
}
/* ================================================== Top - Menu CSS ================================================== */
.section-top-header{
    background-color: var(--color-seven);
    padding: .35rem 0;
    color: white;
    position: relative;
}
.section-top-header::before, .section-top-header::after{
    content: '';
    background-color: var(--color-seven);
    height: 100%;
    width: 100%;
    position: absolute;
}
.section-top-header::before{
    left: -100%;
}
.section-top-header::after{
    right: -100%;
}
.section-top-header .l-top-header{
    width: 100%;
    text-align: center;
}
.section-top-header .l-top-header a{
    color: white;
}
.section-top-header .r-top-header{
    display: none;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
}
.section-top-header .r-top-header li a{
    color: white;
    border-left: 1px solid;
    padding: 0 1rem;
}
.section-top-header .r-top-header li:first-of-type a{
    border-left: none;
}
@media (min-width: 1200px) {
    .section-top-header .l-top-header{
        width: 45%;
        text-align: left;
    }
    .section-top-header .r-top-header{
        width: 40%;
        display: flex;
    }
}
@media (min-width: 1400px) {
    .section-top-header .l-top-header{
        width: 40%;
    }
    .section-top-header .r-top-header{
        width: 31%;
    }
}

/* ================================================== Center - Menu CSS ================================================== */
.section-center-header{
    background-color: white;
    padding: 1rem 0;
	position: relative;
}
.section-center-header::before, .section-center-header::after{
	content: '';
    background-color: white;
    position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.section-center-header::before{
	left: -50%;
}
.section-center-header::after{
	right: -50%;
}
.section-center-header.child-content{
    align-items: flex-start;
}
.section-center-header .menu-brand-header{
    width: 80%;
    display: flex;
    align-items: center;
}
.section-center-header .menu-brand-header .menu-button{
    width: 20%;
    text-align: center;
    border-right: 2px solid var(--color-seven);
}
.section-center-header .menu-brand-header .menu-button.add-fixed{
    border-right: none;
}
.add-fixed{
    position: fixed;
    bottom: 1.5rem;
    left: 7.25%;
    z-index: 1002;
}
.section-center-header .menu-brand-header .menu-button p{
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    z-index: 1002;
}
.section-center-header .menu-brand-header .menu-button .menu {
    position: relative;
    z-index: 1002;
	margin: auto;
    margin-bottom: 2.25rem;
	transform: none;
}
.section-center-header .menu-brand-header .menu-button .menu .menu-circle {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transform: scale(1);
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}
.section-center-header .menu-brand-header .menu-button .menu:hover .menu-circle {
    transform: scale(1.5);
}
.section-center-header .menu-brand-header .menu-button .menu .menu-icon {
    position: absolute;
    width: 35px;
    height: 25px;
    margin: .35rem auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.section-center-header .menu-brand-header .menu-button .menu .menu-line {
    background-color: var(--color-six);
    height: 3px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.25s ease-in-out;
}
.section-center-header .menu-brand-header .menu-button .menu .menu-line-2 {
    top: 0;
    bottom: 0;
    margin: auto;
}
.section-center-header .menu-brand-header .menu-button .menu .menu-line-3 {
    bottom: 0;
}
.section-center-header .menu-brand-header .menu-button .menu.open .menu-line-1 {
    transform: translateY(12px) translateY(-50%) rotate(-45deg);
}
.section-center-header .menu-brand-header .menu-button .menu.open .menu-line-2 {
    opacity: 0;
}
.section-center-header .menu-brand-header .menu-button .menu.open .menu-line-3 {
    transform: translateY(-12px) translateY(50%) rotate(45deg);
}
.section-center-header .menu-brand-header .menu-logo-header{
    width: 80%;
    padding-left: 1rem;
}
.section-center-header .menu-data-header{
    display: none;
}
.section-center-header .menu-data-header .item-data-phone,.item-data-phone,
.section-center-header .menu-data-header .item-data-whatsapp, .item-data-whatsapp{
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: .2rem 0;
}
.section-center-header .menu-data-header .item-data-phone i, .item-data-phone i,
.section-center-header .menu-data-header .item-data-whatsapp i, .item-data-whatsapp i{
    font-size: 2rem;
    margin-right: .5rem;
}
.section-center-header .menu-data-header .item-data-phone p, .item-data-phone p,
.section-center-header .menu-data-header .item-data-whatsapp p, .item-data-whatsapp p{
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}
.section-center-header .menu-data-header .item-data-whatsapp, .item-data-whatsapp{
    background-color: var(--color-whatsapp);
    color: white;
    border-radius: .35rem;
}
.section-center-header .menu-data-header .item-data-phone i, .item-data-phone i{
    color: var(--color-two);
}
@media (min-width: 576px) {
    .section-center-header .menu-brand-header{
        width: 70%;
    }
}
@media (min-width: 768px) {
    .section-center-header .menu-brand-header{
        width: 40%;
    }
    .section-center-header .menu-data-header{
        display: flex;
        width: 40%;
    }
}
@media (min-width: 992px) {
    .section-center-header .menu-brand-header{
        width: 30%;
    }
    .section-center-header .menu-data-header{
        width: 30%;
    }
}
@media (min-width: 1200px) {
    .section-center-header .menu-brand-header{
        width: 25%;
    }
    .section-center-header .menu-data-header{
        width: 25%;
    }
}

/* ================================================== Bottom - Menu CSS ================================================== */
.section-bottom-header{
    margin-top: -2%;
    display: none; 
}
.section-bottom-header .menu-general{
    width: 60%;
    margin-left: 40%;
    position: relative;
}
.section-bottom-header .menu-general::after{
    content: '';
    width: 100%;
    height: 67%;
    position: absolute;
    background-color: var(--color-two);
    right: -100%;
    bottom: 0;
}
.section-bottom-header .menu-general p{
    margin-bottom: 0;
    font-weight: bold;
}
.section-bottom-header .menu-general .menu-main{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .25rem 0;
    margin: 0;
    background-color: var(--color-two);
    border-radius: .25rem 0 0 .25rem;
}
.section-bottom-header .menu-general .menu-main li a{
    color: white;
    padding: .5rem 1rem;
    display: block;
}
.section-bottom-header .menu-general .menu-main li:first-of-type a{
    border-left: none;
}
@media (min-width: 1200px) {
    .section-bottom-header{
        display: block; 
    }
}

/* ================================================== Titles - CSS ================================================== */
.section-title-general{
    width: 100%;
	margin-bottom: 2rem;
}
.section-title-left{
	width: 100%;
}
.section-title-general span, .section-title-left span{
    font-size: 1.25rem;
}
.section-title-general h2 strong, .section-title-left h2 strong{
    text-transform: uppercase;
}
.section-title-general span, .section-title-general h2, .section-title-general p,
.section-title-left span, .section-title-left h2, .section-title-left p{
    margin: 0;
    text-align: center;
    display: block;
}
@media (min-width: 992px) {
	.section-title-left{
		width: 24%;
	}
	.section-title-left span, .section-title-left h2, .section-title-left p{
		text-align: left!important;
	}
}

/* ================================================== Front Page - CSS ================================================== */
@media (min-width: 992px) {
	.category-front-page{
		width: 23.5%!important;
		margin-bottom: 0!important;
	}
}
.category-front-page{
	margin-bottom: 2rem;
    width: 100%;
    padding: 23rem 0 0 0;
    padding: 19rem 0 0 0;
    border-radius: .5rem;
    color: white;
    position: relative;
    background-size: 100% auto;
}
.category-front-page:last-child{
	margin-bottom: 0;
}
.category-front-page:before{
	content: '';
	width: 8px;
	height: 150px;
	position: absolute;
	right: -8px;
	top: 30px;
	border-radius: 0 4px 4px 0;
}
.category-front-page:first-child:before{
	background-color: var(--color-one);
}
.category-front-page:nth-child(2):before{
	background-color: var(--color-four);
}
.category-front-page:nth-child(3):before{
	background-color: var(--color-three);
}
.category-front-page:last-child:before{
	background-color: var(--color-two);
}
.category-front-page .details-category-front-page{
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    border-radius: 0 0 .35rem .35rem;
	
	background-repeat: no-repeat;
	background-position: -40px 80px;
	background-size: 200px auto;
}
.category-front-page h3{
	margin-bottom: 2.25rem;
    color: var(--color-one);
    font-size: 1.5rem;
    background-color: white;
    padding: .75rem 1rem;
    text-align: center;
}
.category-front-page:nth-child(2) h3{
	color: var(--color-four);
}
.category-front-page:nth-child(3) h3{
	color: var(--color-three);
}
.category-front-page:last-child h3{
	color: var(--color-two);
}
.category-front-page .details-category-front-page ul{
	color: var(--color-seven);
    margin-bottom: 2.5rem;
    padding-left: 1rem;
}
.category-front-page p.button-details,
.category-front-page a.button-details{
	background-color: var(--color-one);
	color: white;
	margin-bottom: 0;
	z-index: 1;
}
.category-front-page:nth-child(2) p.button-details,
.category-front-page:nth-child(2) a.button-details{
	background-color: var(--color-four);
}
.category-front-page:nth-child(3) p.button-details,
.category-front-page:nth-child(3) a.button-details{
	background-color: var(--color-three);
}
.category-front-page:last-child p.button-details,
.category-front-page:last-child a.button-details{
	background-color: var(--color-two);
}

/* ================================================== Banner - CSS ================================================== */
.section-banner-general, .page-of-products{
	padding-top:2.5rem;
}
.section-banner-general .child-content{
    align-items: flex-end;
    position: relative;
    flex-wrap: wrap;
}
.section-banner-general .text-banner{
    width: 90%;
    margin-left: 6%;
    margin-right: 4%;
    text-align: right;
}
.section-banner-general .text-banner span{
    font-weight: bold;
    margin: 0;
}
.section-banner-general .text-banner h1{
    margin-top: 0;
	margin-bottom: .75rem;
}
.section-banner-general .text-banner > p{
    width: 100%;
}
.section-banner-general .text-banner .item-data-phone{
    margin-left: 45%;
}
.section-banner-general .text-banner span.slogan-banner{
    font-weight: 400;
    margin: 0;
    margin-left: 9rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    display: block;
    font-size: 1.25rem;
    position: relative;
}
.section-banner-general .text-banner span.slogan-banner::before{
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    left: -120%;
    background-color: var(--color-three);
    border-radius: 0 .25rem .25rem 0;
}
.section-banner-general .text-banner .ventas-banner{
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 40%;
}
.section-banner-general .img-banner{
    width: 100%;
    border-radius: .75rem;
    position: relative;
}
.section-banner-general .img-banner::before{
    content: '';
    width: 100px;
    height: 100%;
    left: 4%;
    bottom: -2%;
    background-color: var(--color-one);
    position: absolute;
    border-radius: 0 0 .75rem .75rem;
    transform: rotate(45deg);
    z-index: -1;
}
.section-banner-general .img-banner img{
    width: 100%;
    display: block;
    border-radius: .75rem;
}
@media (min-width: 768px) {
	.section-banner-general, .page-of-products{
		padding-top: 0;
	}
    .section-banner-general .text-banner{
        width: 40%;
    }
    .section-banner-general .text-banner > p{
        display: none;
    }
    .section-banner-general .text-banner .item-data-phone{
        margin-left: 30%;
    }
    .section-banner-general .text-banner span.slogan-banner{
        margin-bottom: 0;
        margin-top: 5rem;
        margin-left: 8rem;
    }
    .section-banner-general .text-banner .ventas-banner{
        width: 20%;
        bottom: 0;
    }    
    .section-banner-general .img-banner{
        width: 50%;
    }  
    .section-banner-general .img-banner::before {
        left: 8%;
        bottom: -4%;
    }  
}
@media (min-width: 992px) {	
    .section-banner-general .text-banner{
        width: 40%;
        margin-left: 6%;
        margin-right: 4%;
        text-align: right;
    }
    .section-banner-general .text-banner > p{
        width: 100%;
        display: block;
    }
    .section-banner-general .text-banner span.slogan-banner{
        margin-top: 2rem;
        margin-left: 9rem;
        margin-bottom: 0;
    }
    .section-banner-general .text-banner span.slogan-banner::before{
        left: -110%;
    }
    .section-banner-general .text-banner .ventas-banner{
        bottom: 0;
        width: 200px;
    }
    .section-banner-general .img-banner{
        width: 50%;
    }
    .section-banner-general .img-banner::before{
        width: 125px;
    }
    .section-banner-general .img-banner img{
        border-radius: 0 0 .75rem .75rem;
    }
}
@media (min-width: 1200px) {
    .section-banner-general .text-banner > p{
        width: 70%;
        margin-left: 30%;
    }
    .section-banner-general .text-banner .item-data-phone {
        margin-left: 40%;
    }
    .section-banner-general .text-banner span.slogan-banner{
        margin-top: 4rem;
        margin-left: 5rem;
    }
    .section-banner-general .text-banner span.slogan-banner::before{
        left: -100%;
    }
    .section-banner-general .text-banner .ventas-banner{
        bottom: 0;
        width: 250px;
    }
    .section-banner-general .img-banner::before{
        width: 150px;
        left: 4%;
        bottom: -2%;
    }
}
@media (min-width: 1400px) {
    .section-banner-general .text-banner .item-data-phone {
        margin-left: 45%;
    }
    .section-banner-general .text-banner span.slogan-banner{
        margin-top: 10rem;
        margin-left: 3rem;
    }
    .section-banner-general .text-banner span.slogan-banner::before{
        left: -90%;
    }
    .section-banner-general .img-banner::before{
        width: 200px;
    }
}

/* ================================================== Page of Products (List-Category)- CSS ================================================== */
.section-of-products-general{
    position: relative!important;
    clear: both;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    font-size: .9rem;
    padding: .3rem .5rem;
    border-radius: .25rem;
    color: white;

    position: absolute;
    z-index: 1;
    width: 90px;
    text-align: center;
    line-height: 1.1;
    cursor: pointer;
}
input[type="radio"] + label.tab-forro-liso,
input[type="radio"] + label.tab-forro-troquelado,
input[type="radio"] + label.tab-forro-malla,
input[type="radio"] + label.tab-forro-trupan{
    left: 2%;
}
input[type="radio"] + label.tab-forro-liso.other,
input[type="radio"] + label.tab-forro-troquelado.other,
input[type="radio"] + label.tab-forro-malla.other,
input[type="radio"] + label.tab-forro-trupan.other{
    right: 2%!important;
    left: auto;
}
input[type="radio"] + label.tab-forro-liso{
    top: 16%;
    background-color: var(--color-one);
}
input[type="radio"] + label.tab-forro-troquelado{
    top: 26%;
    background-color: var(--color-four);
}
input[type="radio"] + label.tab-forro-malla{
    top: 36%;
    background-color: var(--color-three);
}
input[type="radio"] + label.tab-forro-trupan{
    top: 46%;
    background-color: var(--color-two);
}

#forro-liso-central:checked ~ label.tab-forro-liso,
#forro-troquelado-central:checked ~ label.tab-forro-troquelado,
#forro-malla-central:checked ~ label.tab-forro-malla,
#forro-trupan-central:checked ~ label.tab-forro-trupan,

#forro-liso-de-pared:checked ~ label.tab-forro-liso,
#forro-troquelado-de-pared:checked ~ label.tab-forro-troquelado,
#forro-malla-de-pared:checked ~ label.tab-forro-malla,
#forro-trupan-de-pared:checked ~ label.tab-forro-trupan{
    width: 140px;
    margin-left: -50px;
    padding: .3rem .5rem .3rem 3.75rem;
}
#forro-liso-de-pared:checked ~ label.tab-forro-liso.other,
#forro-troquelado-de-pared:checked ~ label.tab-forro-troquelado.other,
#forro-malla-de-pared:checked ~ label.tab-forro-malla.other,
#forro-trupan-de-pared:checked ~ label.tab-forro-trupan.other{
    margin-left: 0;
    margin-right: -50px;
    padding: .3rem 3.75rem .3rem .5rem;
}
#forro-liso-central:checked ~ .forro-troquelado-central,
#forro-liso-central:checked ~ .forro-malla-central,
#forro-liso-central:checked ~ .forro-trupan-central,
#forro-liso-de-pared:checked ~ .forro-troquelado-de-pared,
#forro-liso-de-pared:checked ~ .forro-malla-de-pared,
#forro-liso-de-pared:checked ~ .forro-trupan-de-pared {
    display: none;
}
#forro-troquelado-central:checked ~ .forro-liso-central,
#forro-troquelado-central:checked ~ .forro-malla-central,
#forro-troquelado-central:checked ~ .forro-trupan-central,
#forro-troquelado-de-pared:checked ~ .forro-liso-de-pared,
#forro-troquelado-de-pared:checked ~ .forro-malla-de-pared,
#forro-troquelado-de-pared:checked ~ .forro-trupan-de-pared {
    display: none;
}
#forro-malla-central:checked ~ .forro-liso-central,
#forro-malla-central:checked ~ .forro-troquelado-central,
#forro-malla-central:checked ~ .forro-trupan-central,
#forro-malla-de-pared:checked ~ .forro-liso-de-pared,
#forro-malla-de-pared:checked ~ .forro-troquelado-de-pared,
#forro-malla-de-pared:checked ~ .forro-trupan-de-pared {
    display: none;
}
#forro-trupan-central:checked ~ .forro-liso-central,
#forro-trupan-central:checked ~ .forro-troquelado-central,
#forro-trupan-central:checked ~ .forro-malla-central,
#forro-trupan-de-pared:checked ~ .forro-liso-de-pared,
#forro-trupan-de-pared:checked ~ .forro-troquelado-de-pared,
#forro-trupan-de-pared:checked ~ .forro-malla-de-pared {
    display: none;
}
@media (min-width: 576px) {
    input[type="radio"] + label.tab-forro-liso,
    input[type="radio"] + label.tab-forro-troquelado,
    input[type="radio"] + label.tab-forro-malla,
    input[type="radio"] + label.tab-forro-trupan{
        left: 1.75%;
    }
    input[type="radio"] + label.tab-forro-liso.other,
    input[type="radio"] + label.tab-forro-troquelado.other,
    input[type="radio"] + label.tab-forro-malla.other,
    input[type="radio"] + label.tab-forro-trupan.other{
        right: 1.75%!important;
        left: auto;
    }
}
@media (min-width: 768px) {
    input[type="radio"] + label.tab-forro-liso,
    input[type="radio"] + label.tab-forro-troquelado,
    input[type="radio"] + label.tab-forro-malla,
    input[type="radio"] + label.tab-forro-trupan{
        left: 2.5%;
    }
    input[type="radio"] + label.tab-forro-liso.other,
    input[type="radio"] + label.tab-forro-troquelado.other,
    input[type="radio"] + label.tab-forro-malla.other,
    input[type="radio"] + label.tab-forro-trupan.other{
        right: 2.5%!important;
        left: auto;
    }
}
@media (min-width: 992px) {
    input[type="radio"] + label.tab-forro-liso,
    input[type="radio"] + label.tab-forro-troquelado,
    input[type="radio"] + label.tab-forro-malla,
    input[type="radio"] + label.tab-forro-trupan{
        left: 2.75%;
    }
    input[type="radio"] + label.tab-forro-liso.other,
    input[type="radio"] + label.tab-forro-troquelado.other,
    input[type="radio"] + label.tab-forro-malla.other,
    input[type="radio"] + label.tab-forro-trupan.other{
        right: 2.75%!important;
        left: auto;
    }
}
@media (min-width: 1200px) {
    input[type="radio"] + label.tab-forro-liso,
    input[type="radio"] + label.tab-forro-troquelado,
    input[type="radio"] + label.tab-forro-malla,
    input[type="radio"] + label.tab-forro-trupan{
        left: 3.75%;
    }
    input[type="radio"] + label.tab-forro-liso.other,
    input[type="radio"] + label.tab-forro-troquelado.other,
    input[type="radio"] + label.tab-forro-malla.other,
    input[type="radio"] + label.tab-forro-trupan.other{
        right: 3.75%!important;
        left: auto;
    }
}
@media (min-width: 1400px) {
    input[type="radio"] + label.tab-forro-liso,
    input[type="radio"] + label.tab-forro-troquelado,
    input[type="radio"] + label.tab-forro-malla,
    input[type="radio"] + label.tab-forro-trupan{
        left: 11.5%;
    }
    input[type="radio"] + label.tab-forro-liso.other,
    input[type="radio"] + label.tab-forro-troquelado.other,
    input[type="radio"] + label.tab-forro-malla.other,
    input[type="radio"] + label.tab-forro-trupan.other{
        right: 11.5%!important;
        left: auto;
    }
}
/* ================================================== Page of Products (List)- CSS ================================================== */
.container-of-products,.container-of-products-reverse{
    /*margin-top: 3rem;*/
    flex-wrap: wrap;
}
.container-of-products{
    margin-bottom: 3rem;
}
.miniature-of-products{
    width: 35%;
    height: 450px;
	height: 500px;
    background-image: url(img/bg-02.jpg);
    background-size: auto 100%;
    background-position: center;
    border-radius: .5rem;
    position: relative;
}
.miniature-of-products::before {
    content: '';
    width: 100px;
    height: 50%;
    left: 6%;
    bottom: -.5%;
    background-color: var(--color-one);
    position: absolute;
    border-radius: .75rem;
    transform: rotate(45deg);
    z-index: -1;
}
.list-of-products{
    width: 68%;
    margin-left: -3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.list-of-products::before{
    content: '';
    width: 100%;
    height: 25%;
    background-color: var(--color-five);
    top: 40%;
    right: -1rem;
    border-radius: .4rem;
    position: absolute;
    z-index: -1;
}
.list-of-products h3{
    width: 100%;
    text-align: right;
    margin: 0;
    font-size: 1.5rem;
}
.container-of-products-reverse .list-of-products > p{
	text-align: left!important;
}
.list-of-products > p{
	margin-left: auto;
    width: 90%;
    margin-bottom: .5rem;
    text-align: right;
}
.list-of-products .owl-nav{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.list-of-products .owl-nav .owl-prev{
    position: absolute;
    left: -55%;
    bottom: 40px;
}
.list-of-products .owl-nav .owl-next{
    position: absolute;
    top: -40px !important;
    right: 301px;
}
.list-of-products .owl-nav i{
    background-color: var(--color-one);
    color: white;
    font-size: 1.25rem;
    padding: .25rem .5rem .2rem;
    border-radius: .25rem;
    display: inline-block;
}
.container-of-products-reverse .miniature-of-products{
    order: 2;
}
.container-of-products-reverse .miniature-of-products::before {
    left: 8%;
    bottom: -.5%;
    transform: rotate(-45deg);
}
.container-of-products-reverse .list-of-products{
    width: 68%;
    margin-right: -3%;
    margin-left: 0;
}
.container-of-products-reverse .list-of-products::before{
    left: -1rem;
}
.container-of-products-reverse .list-of-products h3{
    text-align: left;
}
.container-of-products-reverse .list-of-products > p{
    margin-right: auto;
    margin-left: 0;
}
.container-of-products-reverse .list-of-products .owl-nav .owl-prev{
    left: 300px;
    bottom: 10px;
}
.container-of-products-reverse .list-of-products .owl-nav .owl-next{
    top: -75px !important;
    right: -55%;
}
.content-of-products-x2{
    display: flex;
    align-items: center;
    width: 100%;
	margin: auto;
    margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
    .content-of-products-x2{
        width: 47%;
    }
    .content-of-products-x2 .miniature-of-products{
        width: 61.5%;
    }
    .content-of-products-x2 .list-of-products{
        width: 46%;
        margin-left: -7%;
    }
}
@media (min-width: 992px) {
    .miniature-of-products{
        width: 25%;        
        height: 445px;
        height: 475px;/*miniature-big*/
    }
    .miniature-of-products::before {
        content: '';
        height: 100%;
        left: 24%;
        bottom: -7%;
        left: 27%;
        bottom:-8%;        
    }
    .list-of-products{
        width: 78%;
        margin-left: -3%;
    }
    .list-of-products .owl-nav .owl-prev{
        position: absolute;
        left: -32%;
        bottom: 35px;
        bottom: 50px;
        bottom: 45px;
    }
    .content-of-products-x2 .list-of-products .owl-nav .owl-prev{
        left: -133%;
        bottom: 35px;
        bottom: 50px;
    }
    .list-of-products .owl-nav .owl-next{
        position: absolute;
        top: -115px !important;
        right: -50px;
    }
    .container-of-products-reverse .miniature-of-products::before{
        height: 100%;
        left: 46%;
        bottom: -7%;
        left: 43%;
        bottom:-8%;        
    }
    .container-of-products-reverse .list-of-products{
        width: 78%;
        margin-right: -3%;
        margin-left: 0;
    }
    .container-of-products-reverse .list-of-products .owl-nav .owl-prev{
        left: -50px;
        bottom: 75px;
    }
    .container-of-products-reverse .list-of-products .owl-nav .owl-next{
        top: -70px !important;
        right: -32%;
        top: -85px !important;
        top: -80px !important;
    }
}
@media (min-width: 1200px) {
    .content-of-products-x2{
        width: 40.75%;
        margin-bottom: 0;
    }
}
.item-of-list {
    position: relative;
    background-color: white;
    border-radius: .5rem;
    padding: 0.3rem;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .1);
    transition: all 0.5s ease-in-out;
    margin: 1rem 0 0;
    text-align: center;
}
.item-of-list .img-of-product{
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
}
.item-of-list .img-of-product .zoom-img {
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-color: white;
    color: var(--color-one);
    font-size: 1.5rem;
    padding: .25rem .5rem .15rem;
    border-radius: 1rem;
}
.item-of-list .title-of-product{
    padding: 0 1.5rem;
}
.item-of-list .title-of-product h4{
    color: var(--color-seven);
    margin-bottom: 0;
    font-size: 1.2rem;
}
.item-of-list .title-of-product p{
    margin-bottom: .5rem;
}
.item-of-list:hover{
    transform: scale(1.03);
}
@media (min-width: 992px) {
	.item-of-list {		
		margin: 1rem 0;
	}
}

/* ================================================== Page Item (Buttoms)- CSS ================================================== */
.button-details{
    color: white;
	color: var(--color-one);
    padding: .5rem 0;
    width: 140px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: .35rem 0;
}
.button-details.button-one,
.button-details.Tips,
.button-details.tiendas-de-conveniencia{
	background-color: white;
	border: 1px solid var(--color-one);
}
.button-details.Novedades,
.button-details.tiendas-de-descuento{
    background-color: white;
	border: 1px solid var(--color-three);
}
.button-details.Consejos,
.button-details.tiendas-especializadas{
	background-color: white;
    border: 1px solid var(--color-two);
}

.item-of-list .button-of-product {
    display: flex;
    gap: 0.3rem;
}
.button-app {
    display: grid;
    place-content: center;
    width: 50px;
    background-color: var(--color-whatsapp)!important;
    border-radius: 1.4rem 1.4rem .7rem .7rem;
    border: none;
    padding: .5rem 0 .4rem;
    color: white;
    cursor: pointer;
}
.button-details:hover {
    background: var(--color-seven)!important;
	border: none;
	background-color: var(--color-one)!important;
	color: white;
}
/* ================================================== Page of Products (Category)- CSS ================================================== */
.category-of-products{
	padding: 4rem 0 0;
}
.item-category-of-product{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-right: 2rem;
}
.group-category-title{
	width: 40%;
	background-color: var(--color-five);
    padding: 1rem;
    border-radius: .4rem 0 0 .4rem;
}
.group-category-image{
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item-category-image{
	text-align: center;
	border-radius: .25rem;
	background-color: white;
	border: 1px solid var(--color-five);
	width: 49%;
}
.item-category-image img{
	border-radius: .5rem;
}
.item-category-image .title-category-of-product{
	padding: .75rem 0 .5rem;
	font-size: .95rem;
	color: var(--color-seven);
}
@media (min-width: 992px) {
	.group-category-title{
		width: 30%;
	}
	.group-category-image{
		width: 70%;
	}
	.item-category-image{
		width: 24%;
	}
}

/* ================================================== Page of Products (Linea)- CSS ================================================== */
.linea-of-products{
	padding: 0 0 4rem 0;
}

/* ================================================== Page of Products (Content-One)- CSS ================================================== */
.page-of-products > .child-content{
    flex-wrap: wrap;
}
.text-page-of-products{
    width: 100%;
}
.text-page-of-products h1{
    font-size: 2rem;
    margin-bottom: .5rem;
}
.text-page-of-products h2{
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.text-page-of-products ul, .text-page-of-products p, .text-page-of-products table{
    margin-bottom: 1rem;
}
.text-page-of-products > p > a{
    color: var(---color-seven);
}
.text-page-of-products ul{
    padding-left: 3rem;
}
.text-page-of-products ul li{
    list-style: disc;
}
.text-page-of-products table{
    width: 90%;
    margin: auto;
	margin-bottom: .5rem;
    border: 1px solid var(--color-five);
    border-radius: .5rem;
    padding: 0;
    border-spacing: 0;
}
.text-page-of-products table tbody tr:first-of-type td:first-of-type {
    background-color: #b2295a;
    border-bottom: 1px solid white;
    width: 15%;
}
.text-page-of-products table tbody tr:nth-of-type(2) td:first-of-type {
    background-color: #804293;
    border-bottom: 1px solid white;
}
.text-page-of-products table tbody tr:last-of-type td:first-of-type {
    background-color: #57285b;
}
.text-page-of-products table tbody tr td {
    text-align: left;
    vertical-align: top;
    padding: .3rem .3rem .3rem 1.25rem;
}
.text-page-of-products table tbody tr td:first-of-type {
    padding: .3rem;
    text-align: center;
    font-weight: 700;
    color: white;
}
.text-page-of-products table tbody tr td:nth-of-type(2),
.text-page-of-products table tbody tr td:last-of-type {
    border-bottom: 1px solid var(--color-five);
    border-right: 1px solid var(--color-five);
}
.text-page-of-products table tbody tr td:last-of-type {
    border-right: none;
}
.text-page-of-products table tbody tr:last-of-type td:nth-of-type(2),
.text-page-of-products table tbody tr:last-of-type td:last-of-type {
    border-bottom: none;
}
.text-page-of-products figcaption{
	margin-bottom: 1.5rem;
	text-align: center;
}
.contact-page-of-products{
    display: flex;
    flex-wrap: wrap;    
    padding: 0;
    margin: auto;
}
.contact-page-of-products .item-data-whatsapp p,
.contact-page-of-products .item-data-phone p{
    margin-bottom: 0;
}
.contact-page-of-products .item-data-phone{
    margin-bottom: 1.5rem;
}
.contact-page-of-products .ruc-page-product{
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}
.image-page-of-products{
    width: 100%;
    padding: 3rem 0;
    border-radius: .5rem;
}
.image-page-of-products span{
	text-align: center;
	display: block;
	margin-bottom: .5rem;
}
[class^="number-slide"],[class*=" number-slide"] {
  background: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-seven);
  font-weight: 500;
  height: auto;
  max-height: 100vh;
}
.thumbnail .keen-slider__slide {
  font-size: 30px;
  margin-top: 10px;
  height: auto;
}
.thumbnail .keen-slider__slide {
  cursor: pointer;
}
@media (min-width: 992px) {
    .text-page-of-products{
        width: 58%;
		margin-top: 2rem;
    }	
    .image-page-of-products{
        width: 40%;		
    }	
    .text-page-of-products table{
        width: 45%;
        margin-left: 0;
    }
    .contact-page-of-products {
        padding: 1rem 0 0 0;
        width: 50%;
    }
    .contact-page-of-products .item-data-phone{
        margin-bottom: 0;
    }    
}

/* ================================================== Page of Products (Finish)- CSS ================================================== */
.finish-of-products .group-finish-of-products{
	position: relative;
}
.finish-of-products .group-finish-of-products::before{
	content: '';
    position: absolute;
    left: -3%;
    top: 55%;
    background-color: var(--color-five);
    width: 106%;
    height: 50%;
    border-radius: .25rem;
}
.finish-of-products .group-finish-of-products .owl-nav button.owl-prev{
	border-radius: .25rem;
    position: absolute;
    left: -4rem;
    top: 0;
    background-color: var(--color-one);
    color: white;
    padding: .5rem .75rem !important;
}
.finish-of-products .group-finish-of-products .item-finish-of-product img{
	border-radius: .25rem;	
}
.finish-of-products .group-finish-of-products .item-finish-of-product span{
	padding: .5rem 2rem;
	text-align: center;
	display: inline-block;	
	margin-top: .5rem;
}

/* ================================================== Page of Products (Gallery)- CSS ================================================== */
.gallery-page-of-products > .child-content{
    flex-wrap: wrap;
}
.gallery-page-of-products,
.finish-of-products,
.related-of-products{
    padding: 4rem 0;
}
.gallery-page-of-products .section-title-general{
    margin-bottom: 2rem;
}
.gallery-page-of-products .item-gallery-of-products{
    width: 100%;
    margin-bottom: 1.5rem;
}
.gallery-page-of-products .item-gallery-of-products:last-of-type{
    margin-bottom: 0;
}
.gallery-page-of-products .item-gallery-of-products img{
    border-radius: .5rem;
}
@media (min-width: 768px) {
    .gallery-page-of-products .item-gallery-of-products{
        width: 32%;
        margin: auto;
        margin-bottom: 1rem;
    }
}
@media (min-width: 992px) {
    .gallery-page-of-products .item-gallery-of-products{
        width: 24.25%;
        margin-bottom: 0;
    }
}

/* ================================================== Page of Proyects (List) - CSS ================================================== */
.section-proyects-page{
	background-color: var(--color-five);
	padding: 4rem 0;
	position: relative;
}
.item-proyects-page{
	border-radius: .5rem;
	border: 1px solid var(--color-five);
	background-color: white;
	position: relative;
	background-repeat: no-repeat;
	background-position: -40px 365px;
	background-size: 200px auto;
}
.item-proyects-page h3{
	text-align: center;
	font-size: 1.35rem;
	padding: 1.5rem 0 .5rem 0;
}
.item-proyects-page .line-proyects-page{
	text-align: center;
	margin-top: 1.5rem;
	font-size: 1.15rem;
}
.item-proyects-page .data-proyects-page{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.5rem 3.5rem;
}
.item-proyects-page .data-proyects-page .text-data-proyects > p{
	font-size: 1.1rem;
}
.item-proyects-page .data-proyects-page .text-data-proyects ul{
	padding-left: 1.25rem;
}
.item-proyects-page .data-proyects-page .text-data-proyects ul li{
	list-style: disc;
}
.item-proyects-page .data-proyects-page .text-data-proyects{
	width: 55%;
}
.item-proyects-page .data-proyects-page .brand-data-proyects{
	width: 45%;
}
.item-proyects-page .location-proyect{
	text-align: center;
	color: var(--color-six);
}

/* ================================================== Section Aassembly of Products - CSS ================================================== */
.section-assembly-of-products{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section-assembly-of-products .item-img-video{
    width: 100%;
    height: 275px;
    
    background-size: 100% auto;
    position: relative;
	background-position: center;
}
.section-assembly-of-products .item-img-video i{
    font-size: 4rem;
    color: white;
    position: absolute;
    bottom: .5rem;
    right: 1.5rem;
}
.section-assembly-of-products .item-text-video{
    width: 100%;
    background-color: var(--color-five);
    position: relative;
    background-image: url(img/icon-white-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 70%;
}
.section-assembly-of-products .item-text-video .text-content-video{
    width: 80%;
    padding: 3rem 2rem 0;
}
.section-assembly-of-products .item-text-video .text-content-video .h4{
    margin-bottom: 1rem;
    display: block;
}
.section-assembly-of-products .item-text-video .text-content-video > p{
    margin-bottom: 1rem;
}
.section-assembly-of-products .item-text-video h5{
    margin: 0;
}
.section-assembly-of-products .item-text-video .text-content-video .item-data-phone{
    width: 60%;
    margin: 0;
}
.section-assembly-of-products .item-text-video .text-content-video-bottom{
    background-color: var(--color-seven);
    padding: 1rem 2rem 2rem;
    color: white;
    margin: 0;
    margin-top: .4rem;
}
.section-assembly-of-products .item-text-video .text-content-video-bottom p{
    margin: 0;
}
.section-assembly-of-products .item-text-video .img-content-video{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
}
@media (min-width: 768px) {
    .section-assembly-of-products .item-text-video .img-content-video{
        max-width: 25%!important;
    }  
    .section-assembly-of-products .item-text-video{
        width: 100%;        
        background-position: -50% 80%;
    }
}
@media (min-width: 992px) {
    .section-assembly-of-products{
        flex-wrap: nowrap;
    }
    .section-assembly-of-products .item-img-video{
        width: 50%;
        height: 420px;
    }
    .section-assembly-of-products .item-text-video{
        width: 50%;
        height: 420px;
        background-position: -35% 215%;
    }
    .section-assembly-of-products .item-text-video .text-content-video{
        width: 75%;
        padding: 3.51rem 2rem 0;    
    }
    .section-assembly-of-products .item-text-video .img-content-video{
        right: 10%;
    }
    .section-assembly-of-products .item-text-video .text-content-video-bottom{
        margin-top: 2rem;
    }  
}
@media (min-width: 1100px) {
    .section-assembly-of-products .item-img-video{
        height: 384px;
    }
    .section-assembly-of-products .item-text-video{
        height: 384px;
    }
}
@media (min-width: 1200px) {
    .section-assembly-of-products .item-img-video{
        height: 473px;
    }
    .section-assembly-of-products .item-text-video{
        height: 473px;
        background-position: -35% 215%;
    }
    .section-assembly-of-products .item-text-video .text-content-video{
        width: 45%;
        padding: 5.51rem 2rem 2rem;    
    }
    .section-assembly-of-products .item-text-video .text-content-video{
        width: 45%;
        padding: 6.51rem 2rem 2rem;    
    }
    .section-assembly-of-products .item-text-video .img-content-video{
        right: 30%;
    }
    .section-assembly-of-products .item-text-video .text-content-video > p{
        margin-bottom: 0;
    }
    .section-assembly-of-products .item-text-video .text-content-video-bottom{
        margin-top: 0;
    }  
}
@media (min-width: 1400px) {
    .section-assembly-of-products .item-text-video .text-content-video > p{
        margin-bottom: 2rem;
    }
    .section-assembly-of-products .item-text-video .text-content-video{
        width: 45%;
        padding: 4.51rem 2rem 2rem;    
    }
}
@media (min-width: 1600px) {
    .section-assembly-of-products .item-text-video .text-content-video-bottom{
        margin-top: 1.5rem;
    }    
}
@media (min-width: 1830px) {
    .section-assembly-of-products .item-text-video .text-content-video{
        padding: 6.45rem 2rem 2rem;    
    }
    .section-assembly-of-products .item-text-video .text-content-video-bottom{
        margin-top: 2rem;
    }    
}

/* ================================================== Call to Action - CSS ================================================== */
.section-call-to-action---one .child-content{
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.section-call-to-action---two .child-content{
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.text-action{
    width: 100%;
    text-align: right;
}
.text-action > span{
    font-weight: bold;
}
.text-action .h2{
    margin: 0 0 .25rem 0;
    position: relative;
}
.text-action .h2::before{
    content: '';
    width: 250%;
    height: 52%;
    background-color: var(--color-one);
    position: absolute;
    right: -250%;
    bottom: 0;
    z-index: -1;
}
.text-action .h2 strong{
    background-color: var(--color-three);
    color: white;
    padding: .1rem;
    border-radius: .25rem 0 0 .25rem;
    display: inline-block;
}
.text-action span.h4{
    margin-bottom: 2rem;
    display: block;
    position: relative;
}
.text-action span.h4::before{
    content: '';
    width: 140%;
    width: 300%;
    height: 100%;
    border-radius: 0 .25rem .25rem 0;
    background-color: var(--color-one);
    position: absolute;
    left: -100%;
    left: -265%;
    z-index: -1;
}
.text-action p {
    width: 80%;
    margin-left: 20%;
    margin-bottom: 0;
}
.img-action{
    width: 50%;
    margin-left: 0;
    margin-top: -2.5rem;
    z-index: 1;
}
.data-action{
    width: 50%;
    margin-left: 0;
    margin-bottom: 1rem;
    background-color: white;
}
.section-call-to-action---two .data-action{
    order: 3;
}
.section-call-to-action---two .img-action{
    order: 2;
}
.section-call-to-action---two .text-action{
    order: 1;
}
@media (min-width: 576px) {
    .text-action{
        width: 45%;
        margin-right: 1%;
    }
    .text-action .h2::before{
        height: 52%;
    }
    .img-action{
        width: 30%;
    }
    .data-action{
        width: 20%;
    }
    .section-call-to-action---two .data-action{
        order: 1;
    }
    .section-call-to-action---two .img-action{
        order: 2;
    }
    .section-call-to-action---two .text-action{
        order: 3;
    }
}
@media (min-width: 992px) {
    .text-action{
        width: 35%;
        text-align: right;
    }  
    .text-action span.h4::before{
        left: -255%;
    }  
    .img-action{
        width: 25%;
        margin-left: 3%;
    }
    .data-action{
        width: 200px;
        margin-left: 10%;
        margin-bottom: 100px;
        background-color: white;
    }
    .section-call-to-action---two .data-action{
        margin-left: 0;
        margin-right: 10%;
        margin-bottom: 65px;
    }
}
@media (min-width: 1300px) {
    .text-action .h2::before{
        height: 100%;
    }
}
/* ================================================== Action Simple - CSS ================================================== */
.section-action-simple{
    background-color: var(--color-one);
}
.section-action-simple .child-content{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.section-action-simple .l-action-simple{
    width: 100%;
    color: white;
    text-align: center;
    padding: .75rem 0;
}
.section-action-simple .l-action-simple h5{
    font-weight: normal;
    background-color: var(--color-one);
    color: white;
}
.section-action-simple .r-action-simple{
    width: 200px;
    width: 100%;
    border-radius: .5rem .5rem 0 0;
    padding: 1rem 0 0 0;
    background-color: white;
}
.section-action-simple .r-action-simple a{
    color: var(--color-seven);
}
@media (min-width: 992px) {
    .section-action-simple .l-action-simple{
        width: 45%;            
        text-align: right;
        padding: 0;
        padding-right: 2rem;
    }
    .section-action-simple .r-action-simple{
        width: 200px;
        border-radius: 0;
        padding: 0;
    }
}

/* ================================================== FAQ - CSS ================================================== */
.section-faq-one{
	padding: 0 0 3rem 0;
}
.section-faq-one > .child-content{
    flex-wrap: wrap;
	align-items: flex-start;
}
.faq-img{
    width: 100%;
    border-radius: .5rem;
}
.faq-group {
    width: 100%;
    background-color: var(--color-five);
    background-color: white;
    border-radius: .5rem;
}
.faq-group > p {
    margin-bottom: 2rem;
}
.faq-group li {
    margin-bottom: .5rem;
}
.faq-group .top-title-faq {
    cursor: pointer;
    display: block;
    padding: .5rem;
    background-color: var(--color-five);
    color: var(--color-seven);
    font-weight: 700;
    border-radius: .5rem;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.faq-group .top-title-faq i:first-of-type{
    color: var(--color-one);
    font-size: 2rem;
}
.faq-group .top-title-faq p,.faq-group .top-title-faq .h6{
    margin-bottom: 0;
    text-align: center;
    width: 77%;
}
.faq-group li:last-child .top-title-faq { border-bottom: 0; }
.faq-group li i {
    color: var(--color-seven);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 8%;
    text-align: center;
}  
.faq-group li.open .top-title-faq { color: var(--color-seven); }
.faq-group li.open i { color: var(--color-seven); }
.faq-group li.open i.bi-caret-down-fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bottom-text-faq {
    display: none;
    background-color: var(--color-five);
    background-color: white;
    text-align: center;
    padding: 1rem 2.5rem;
    border-bottom: .5rem solid var(--color-five);
    border-radius: .5rem;
}
.bottom-text-faq ul {
    padding-left: 3rem;
}
.bottom-text-faq ul li { 
    list-style: disc;
    text-align: left;
}
.bottom-text-faq a {
    display: block;
    text-decoration: none;
    color: var(--color-seven);
    padding: 1rem;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.bottom-text-faq a:hover {
    background-color: var(--color-one);
    color: white;
}
.bottom-text-faq p {
    text-align: left;
}
@media (min-width: 768px) {
    .faq-img{
        width: 50%;
    }
    .faq-group {
        width: 45%;
    }
    .faq-group .top-title-faq {
        padding: .5rem 1.5rem;
    }
    .faq-group .top-title-faq p, .faq-group .top-title-faq .h6{
        text-align: left;
        width: 80%;
    }
}
/* ================================================== Clients - CSS ================================================== */
.section-clients-page{
	padding-top: 4rem;
}
.section-clients-page > .child-content:last-of-type{
	background-color: var(--color-five);
	position: relative;
}
.section-clients-page > .child-content:last-of-type:before,
.section-clients-page > .child-content:last-of-type:after{
	content: '';
	width: 150%;
	height: 100%;
	background-color: var(--color-five);
	position: absolute;
	top: 0;
	z-index: -1;
}
.section-clients-page > .child-content:last-of-type:before{
	left: -100%;
}
.section-clients-page > .child-content:last-of-type:after{
	right: -100%;
}
.section-clients-page .group-clients-page{
	padding-bottom: 4rem;
}
.section-clients-page .item-clients-page{
	padding: 1rem 1.75rem;
    margin: 0 .5rem;
    background-color: white;
	border-radius: 0 0 .25rem .25rem;
}
/* ================================================== Section National Attention - CSS ================================================== */
.section-national-attention{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    background-image: url(https://shelficsoluciones.com/wp-content/themes/template-shelfic/img/bg-national-attention.webp) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.left-item-national-attention, .center-item-national-attention, .right-item-national-attention{
	width: 100%;
}
.left-item-national-attention .btn-national-attention{
	display: flex;
}
.left-item-national-attention .btn-national-attention .item-data-whatsapp, .left-item-national-attention .btn-national-attention .item-data-phone{
	margin: 0;
}
.right-item-national-attention{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.right-item-national-attention ul li{
	margin-bottom: .25rem;
}
.right-item-national-attention ul li i{
	color: var(--color-one);
}
@media (min-width: 992px) {
	.section-national-attention{
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.left-item-national-attention, .center-item-national-attention, .right-item-national-attention{
		width: 30%;
	}
}
/* ================================================== Blog - CSS ================================================== */
.section-blog-preview > .child-content{
    display: flex;
    flex-wrap: wrap;
}
.section-blog-preview label{
	left: 30px!important;
	top: !important;
}
.blog-thumbnail{
    width: 100%;
    background-color: var(--color-one);
    color: white;
    font-weight: bold;
    font-size: 2rem;
    height: 125px;
    padding: 1rem;
    text-align: center;
    border-radius: .5rem;
    text-transform: uppercase;    
    position: relative;
    margin-bottom: 1.5rem;
}
.group-blog-post-preview{
	margin: auto;
}
.blog-post-preview{
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, .1);
    background: white;
    border-radius: .5rem;
    position: relative;
    transition: 250ms all ease-in-out;
    cursor: pointer;
    margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
    .blog-thumbnail{     
        height: 625px;
        width: 19%;
        padding: 5rem 6rem 5rem 0;
        border-radius: .5rem 0 0 .5rem;
        font-size: 2.75rem;
        writing-mode: vertical-rl;
        text-orientation: sideways;
        transform: rotate(180deg);
        margin-bottom: 0;
    }
    .blog-thumbnail::before{
        content: '';
        width: 200%;
        height: 100%;
        background-color: var(--color-one);
        position: absolute;
        top: 0;
        right: -150%;
        z-index: -1;
    }
    .group-blog-post-preview{
        width: 79%!important;
    }
    .blog-post-preview{
        width: 100%;
        margin: .75rem 0;
    }
}
.blog-post-preview:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, .1);
}
.blog-post-preview .blog-post-image .post-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
}
.blog-post-preview .blog-post-image .post-tag {
    font-size: .9rem;
    font-weight: bold;
    color: white;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 .25rem .25rem 0;
}
.blog-post-preview .blog-post-image .post-tag.Tips {background-color: var(--color-one);}
.blog-post-preview .blog-post-image .post-tag.Novedades {background-color: var(--color-three);}
.blog-post-preview .blog-post-image .post-tag.Consejos {background-color: var(--color-two);}
.blog-post-preview .blog-post-body {
    margin: 1rem 1.5rem 1rem 1.5rem;
}
.blog-post-preview .blog-post-body .blog-hashtag.Tips {color: var(--color-one);}
.blog-post-preview .blog-post-body .blog-hashtag.Novedades {color: var(--color-three);}
.blog-post-preview .blog-post-body .blog-hashtag.Consejos {color: var(--color-two);}
.blog-post-preview .blog-post-body .blog-hashtag{
    margin-bottom: .5rem;
}
.blog-post-preview .blog-post-body .blog-title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--color-seven);
}
.blog-post-preview .blog-post-body .blog-description {
    color: var(--color-four);
}
.blog-post-preview .blog-post-body .card-profile {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    width: 50%;
}
.blog-post-preview .blog-post-body .card-profile .profile-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.blog-post-preview .blog-post-body .card-profile .card-profile-info {
    margin-left: 1rem;
}
.blog-post-preview .blog-post-body .card-profile .card-profile-info .profile-name {
    font-size: 1.25rem;
    margin-top: 1rem;
    color: var(--color-seven);
}
.blog-post-preview .blog-post-body .card-profile .card-profile-info .profile-followers {
    color: var(--color-four);
}

/* ================================================== Footer - CSS ================================================== */
.section-top-footer{
    background-color: var(--color-seven);
    color: white;
    position: relative;
    padding: 2rem 0;
    flex-wrap: wrap;
}
.section-top-footer::before, .section-top-footer::after,
.section-bottom-footer::before, .section-bottom-footer::after{
    content: '';
    width: 150%;
    height: 100%;
    position: absolute;
    background-color: var(--color-seven);
    z-index: -1;
}
.section-top-footer::before,
.section-bottom-footer::before{
    left: -150%;
}
.section-top-footer::after,
.section-bottom-footer::after{
    right: -150%;
}
.section-top-footer .l-top-footer{
    width: 60%;
    margin: auto;
    margin-bottom: 2rem;
}
.section-top-footer .c-top-footer{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}
.section-top-footer .c-top-footer span{
    margin-bottom: .25rem;
    display: block;
}
.section-top-footer .r-top-footer{
    width: 100%;
    text-align: center;
}
.section-top-footer .c-top-footer .h5, .section-top-footer .r-top-footer .h5{
    margin: 0;
    font-weight: normal;
}
.section-center-footer{
    align-items: flex-start!important;
    color: white;
    background-color: #282828;
    position: relative;
    padding: 2.95rem 0;
    flex-wrap: wrap;
}
.section-center-footer::before, .section-center-footer::after{
    content: '';
    width: 150%;
    height: 100%;
    background-color: #282828;
    position: absolute;
    z-index: -1;
    top: 0;
}
.section-center-footer::before{
    left: -100%;
}
.section-center-footer::after{
    right: -100%;
}
.section-center-footer .group-center-footer{
    width: 75%;
    margin: auto;
    margin-bottom: 2rem;
}
.section-center-footer .group-center-footer:nth-of-type(2),
.section-center-footer .group-center-footer:nth-of-type(3){
    display: none;
}
.section-center-footer .group-center-footer:last-of-type{
    margin-bottom: 0;
}
.section-center-footer .group-center-footer .h5{
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.section-center-footer .group-center-footer .item-center-footer{
    display: flex;
    align-items: center;
    margin-top: 1rem;
	color: white;
}
.section-center-footer .group-center-footer .item-center-footer i{
    font-size: 1.35rem;
}
.section-center-footer .group-center-footer .item-center-footer p{
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: .5rem;
}
.section-bottom-footer{
    padding: 1rem 0;
    background-color: var(--color-seven);
    color: white;
    position: relative;
    flex-wrap: wrap;
}
.section-bottom-footer p{
    margin: 0;
}
.section-bottom-footer a{
    color: white;
    background-color: var(--color-six);
    padding: .15rem .25rem;
    border-radius: .25rem;
}
.section-bottom-footer .l-bottom-footer,
.section-bottom-footer .c-bottom-footer,
.section-bottom-footer .r-bottom-footer{
    width: 100%;
    text-align: center;
}
.section-bottom-footer .l-bottom-footer,
.section-bottom-footer .r-bottom-footer{
    display: none;
}
@media (min-width: 576px) {
    .section-top-footer .l-top-footer{
        width: 40%;
    }
    .section-center-footer .group-center-footer{
        width: 45%;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .section-top-footer{
        padding: 1.5rem 0;
    }
    .section-top-footer .l-top-footer{
        width: 25%;
        margin: 0;
    }
    .section-top-footer .c-top-footer{
        width: 70%;
        border-left: 1px solid white;
        margin: 0;
    }
    .section-top-footer .r-top-footer{
        display: none;
    }
    .section-center-footer .group-center-footer{
        width: 32%;
        margin: 0!important;
    }
    .section-center-footer .group-center-footer:nth-of-type(2){
        display: block;
    }
}
@media (min-width: 992px) {
    .section-top-footer{
        padding: 1rem 0;
    }
    .section-top-footer .l-top-footer{
        width: 19.5%;
    }
    .section-top-footer .c-top-footer{
        width: 55%;
        border-left: 1px solid white;
        border-right: 1px solid white;
        margin-bottom: 0;
    }
    .section-top-footer .r-top-footer{
        width: 20%;
        display: block;
    }
    .section-center-footer{
        flex-wrap: nowrap;
    }
    .section-center-footer .group-center-footer{
        width: 25%;
    }
    .section-center-footer .group-center-footer:nth-of-type(2),
    .section-center-footer .group-center-footer:nth-of-type(3){
        display: block;
    }
    .section-bottom-footer{
        flex-wrap: nowrap;
    }    
    .section-bottom-footer .r-bottom-footer{
        display: block;
    }
}
@media (min-width: 1200px) {
    .section-top-footer .r-top-footer{
        width: 15%;
    }
    .section-bottom-footer .l-bottom-footer{
        display: block;
    }
}

/* ================================================== Buttom Fixed WhatsApp - CSS ================================================== */
.btn-whatsapp-mobile{
    position: fixed;
    bottom: 15%;
    right: 2%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 15;
    background-color: var(--color-whatsapp);
}
.whatsapp-icon {
    position: relative;
    width: 60px;
    height: 60px;
}
.icon-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.icon-inner i{
    font-size: 2.25rem;
    display: block;
    color: white;
    display: flex;
    justify-content: center;
}
.dot-wave {
    position: absolute;
    height: 90px;
    width: 90px;
    top: -15px;
    right: -15px;
    z-index: 2;
    opacity: 0;
    background-color: var(--color-whatsapp);
    border-radius: 50%;
    -webkit-animation: wlb-flash 1s infinite ease-out;
    -moz-animation: wlb-flash 1s infinite ease-out;
    animation: wlb-flash 1s infinite ease-out;
}
.btn-whatsapp-mobile .msg-icon{
    visibility: hidden;
    width: 120px;
    background-color: var(--color-six);
    color: white;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    padding: .25rem 0;
    position: absolute;
    font-size: 1rem;
    z-index: 1;
    top: -5px;
    right: 110%;
}
.btn-whatsapp-mobile .msg-icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--color-six);
}
.btn-whatsapp-mobile:hover .msg-icon{
    visibility: visible;
}
@keyframes wlb-flash{
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .0;
    }
    20% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .2;
    }
    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
    }
    60% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: .7;
    }
    80% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .2;
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .0;
    }
}
/* ================================================== Back to Top - CSS ================================================== */
.go-top {
    position:fixed;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    color: white!important;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid var(--color-one);
    background-color: var(--color-one);
    z-index: 150;
    display: flex;
    justify-content: center;
}  
.go-top i{
    font-size: 2rem;
    text-shadow: 0 0 5px rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.go-top:hover {
    transition: all .4s linear;
    transform: scale(1.1);
}