/*
Theme Name: Shelfic Business
Theme URI: https://shelficsoluciones.com/
Author: Jhonatan Anco
Author URI: https://shelficsoluciones.com/
Description: Theme desarrollado para empresa especializada en la venta de Mobiliario para Minimarket.
Version: 3.0.5
License: GNU General Public v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Muebles para Minimarket
Text Domain: shelfic_business
*/

/*----- General - Style -----*/
body::-webkit-scrollbar-track {background-color: #3a3a3a;}
body::-webkit-scrollbar {width: .5rem;}
body::-webkit-scrollbar-thumb {background-color: var(--main-color-two);border-radius: .75rem;}
* {box-sizing: border-box;}
html {font-size: 16px;}
body {margin: 0px;overflow-x: hidden;position: relative;}
html,body {
  /* overflow-x: hidden; */
  position: relative;
}
main{
  overflow-x: hidden;
}
.single-post main, .error404 main{
  overflow-x: initial;
}
a {text-decoration: none;}
img {display: block;max-width: 100%!important;height: auto!important;}
p {margin: 0;}
input {outline: none;}
textarea {resize: none;}
.fixed{position:fixed!important;top:0;width: 100%;z-index: 150!important;}

@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;
}
:root {
  --main-color-one: #017BC3;
  --main-color-two: #06A8E2;
  --main-color-three: #F94429;
  --main-color-four: #FA9427;
  --main-color-five: #f3f3f3;/*#E6E6E6;*/
  --main-color-six: #333333;
  --main-color-whatsapp: #009e09;/*#44A42A;*/
}
.bg-pc {
  display: block!important;
}
.bg-mb {
  display: none!important;
}
@media screen and (max-width: 700px) {
  .bg-pc {
    display: none!important;
  }
  .bg-mb {
    display: block!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;
}
@media (min-width: 1000px) {
  .section-general{
    padding: 4rem 0;
  }
}

/*----- Section Banner - Style -----*/
.section-banner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.item-content-banner:first-of-type{
  width: 55%;
  display: none;
  margin: 1.5rem 0;
}
.item-content-banner:nth-of-type(2){
  width: 90%;
  margin: auto;
}
.item-content-banner:nth-of-type(2) .text-title-banner {
  margin: 2rem 0;
}
.item-content-banner:nth-of-type(2) .text-title-banner span{
  color: var(--main-color-six);
  font-size: .9rem;
  font-family: "R Bold";
  margin: 0;
}
.item-content-banner:nth-of-type(2) .text-title-banner > span:last-of-type{
  text-align: right;
  display: block;
  color: var(--main-color-one);
  font-size: .95rem;
}
.item-content-banner:nth-of-type(2) .text-title-banner h1{
  color: var(--main-color-six);
  font-size: 1.75rem;
  font-family: "R Bold";
  margin: 0;
  text-align: center;
}
.item-content-banner:nth-of-type(2) .text-title-banner h1 > span{
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  color: white;
  font-size: 1.75rem;
  border-radius: 0.3rem;
  padding: 0 3px;
}
/* .item-content-banner:nth-of-type(2) .text-title-banner h1{
  background-color: var(--main-color-one);
  color: white;
  font-size: 1.75rem;
  border-radius: 0.3rem;
  padding: 0 3px;
} */
.item-content-banner:nth-of-type(2) .text-title-banner p{
  color: var(--main-color-six);
  font-size: 1rem;
  font-family: "R Bold";
  margin: 0;
  text-align: center;
}
.item-content-banner:nth-of-type(2) .text-contact-banner p{
  color: white;
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  font-size: .75rem;
  font-family: "R Bold";
  padding: .5rem;
  text-align: center;
  position: relative;
}
.item-content-banner:nth-of-type(2) .text-contact-banner p span{
  font-family: "R Regular";
}
.item-content-banner:nth-of-type(2) .text-contact-banner p::before,
.item-content-banner:nth-of-type(2) .text-contact-banner p::after{
  content: '';
  background-color: var(--main-color-one);
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.item-content-banner:nth-of-type(2) .text-contact-banner p::before{
  left: -175%;
}
.item-content-banner:nth-of-type(2) .text-contact-banner p::after{
  right: -25%;
  width: 25%;
  background-color: var(--main-color-two);
  border-radius: 0 .3rem .3rem 0;
  z-index: 2;
}
.item-content-banner:last-of-type{
  width: 100%;
}
.item-content-banner:last-of-type img{
  border-radius: 0;
}
@media (min-width: 600px) {
  .item-content-banner:first-of-type{
    width: 45%;
    display: block;
    margin: 0;
    margin-top: 2rem;
  }
  .item-content-banner:nth-of-type(2){
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 1000px) {
  .item-content-banner:first-of-type{
    width: 35%;
    margin: auto;
    margin-top: 1rem;
    margin-right: 0;
  }
  .item-content-banner:nth-of-type(2){
    width: 35%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .item-content-banner:first-of-type{
    width: 20%;
    margin: 0;
  }
  .item-content-banner:nth-of-type(2){
    width: 27%;
    margin-bottom: 1.5rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner {
    margin-bottom: 2rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner span{
    font-size: .9rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner > span:last-of-type{
    font-size: .95rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1{
    font-size: 1.5rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1 > span{
    font-size: 1.5rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner p{
    font-size: 1rem;
  }
  .item-content-banner:nth-of-type(2) .text-contact-banner p{
    font-size: .9rem;
    padding: .65rem;
  }
  .item-content-banner:last-of-type{
    width: 48%;
  }
}
@media (min-width: 1300px) {
  .item-content-banner:nth-of-type(2) .text-title-banner span{
    font-size: .9rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner > span:last-of-type{
    font-size: 1rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1{
    font-size: 1.75rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1 > span{
    font-size: 1.75rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner p{
    font-size: 1.25rem;
  }
  .item-content-banner:nth-of-type(2) .text-contact-banner p{
    font-size: .95rem;
  }
}
@media (min-width: 1400px) {
  .item-content-banner:nth-of-type(2) .text-title-banner span{
    font-size: 1rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner > span:last-of-type{
    font-size: 1.1rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1{
    font-size: 2rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1 > span{
    font-size: 2rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner p{
    font-size: 1.2rem;
  }
  .item-content-banner:nth-of-type(2) .text-contact-banner p{
    font-size: .95rem;
  }
}
@media (min-width: 1500px) {
  .item-content-banner:nth-of-type(2) .text-title-banner span{
    font-size: 1rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner > span:last-of-type{
    font-size: 1.25rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1{
    font-size: 2rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner h1 > span{
    font-size: 2rem;
  }
  .item-content-banner:nth-of-type(2) .text-title-banner p{
    font-size: 1.5rem;
  }
  .page-template .item-content-banner:nth-of-type(2) .text-title-banner p{
    font-size: 1.25rem;
  }
  .item-content-banner:nth-of-type(2) .text-contact-banner p{
    font-size: .95rem;
  }
}
@media (min-width: 1700px) {
  .item-content-banner:nth-of-type(2) .text-title-banner {
    margin-bottom: 6rem;
  }
  .page-template .item-content-banner:nth-of-type(2) .text-title-banner {
    margin-bottom: 4.5rem;
  }
}

/*----- Section Menu - Style -----*/
.section-header{
  padding: .75rem 0;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.15);
  position: relative;
  z-index: 10;
  border-top: .3rem solid var(--main-color-one);
	border-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2) 1;
  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;
}

@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;
    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;
  }
}
@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 Slogan - Style -----*/
.single .section-slogan-content{
  padding: .5rem;
}
.section-slogan-content{
/*   padding: .5rem; */
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  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) {
  .single .section-slogan-content{
    padding: .6rem;
  }
  .section-slogan-content{
/*     padding: .6rem; */
    font-size: .8rem;
  }
}
@media (min-width: 1000px) {
  .section-slogan-content{
    font-size: .9rem;
  }
}
@media (min-width: 1200px) {
  .single .section-slogan-content{
    padding: .75rem;
  }
  .section-slogan-content{
/*     padding: .75rem; */
    font-size: .95rem;
  }
}

/*----- Section Banner - Style -----*/
.section-banner-general .section-imgs-banner{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 0;
}
.section-banner-general .section-imgs-banner:first-child{
  display: none;
}
.section-banner-general .section-imgs-banner:last-child{
  flex-wrap: wrap-reverse;
  width: 100%;
}
.section-banner-general .section-imgs-banner::before, .section-banner-general .section-imgs-banner::after{
  content: '';
  background-color: var(--main-color-one);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section-banner-general .section-imgs-banner::before{
  left: 2%;
  width: 30%;
  border-radius: 0 0 .75rem 0;
}
.section-banner-general .section-imgs-banner::after{
  right: 0%;
  width: 2%;
  border-radius: 0 0 0 .75rem;
}
.section-banner-general .section-imgs-banner > picture, .section-banner-general .section-imgs-banner > picture img{
  width: 100%;
  border-radius: .75rem;
}
.section-banner-general .section-imgs-banner .text-banner-one{
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: -1rem;
  margin-top: 2rem;
}
.section-banner-general .section-imgs-banner .text-banner-one .img-asesora{
  width: 45%;
  margin-left: 3%;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner{
  width: 55%;
  text-align: center;
  font-family: 'R regular';
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner h1{
  font-size: 1.25rem;
  color: var(--main-color-six);
  font-family: 'R Bold';
  margin: .5rem 0;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner h1 strong{
  background-color: var(--main-color-one);
  color: white;
  border-radius: .3rem;
  padding: 0 4px;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:first-of-type{
  font-size: .75rem;
  color: var(--main-color-six);
  font-family: 'R Bold';
  margin-bottom: 0;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:last-of-type{
  font-size: .95rem;
  color: var(--main-color-six);
  font-family: 'R Regular';
  margin-bottom: 0;
  display: none;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:last-of-type strong{
  font-family: 'R Bold';
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner a{
  width: 85%;
  display: flex;
  margin: auto;
  justify-content: center;
  background-color: var(--main-color-whatsapp);
  color: white;
  text-align: center;
  padding: .5rem 1.2rem .5rem .5rem;
  border-radius: 2.75rem;
  margin-top: 1.5rem;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner a i{
  font-size: 1.5rem;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner a p{
  color: white!important;
  margin-bottom: 0!important;
  font-size: .7rem!important;
  display: block!important;
}
.section-banner-general .section-imgs-banner .text-banner-one .contact-banner a p strong{
  font-size: .75rem;
}
.section-banner-general .section-imgs-banner .section-banner-img{
  width: 100%;
}
@media (min-width: 600px) {
  .section-banner-general .section-imgs-banner::before{
    border-radius: 0 0 .75rem .75rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner h1{
    font-size: 1.5rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:first-of-type{
    font-size: 1rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a{
    width: 55%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a i{
    font-size: 1.75rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a p{
    font-size: .75rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a p strong{
    font-size: .85rem;
  }
}
@media (min-width: 800px) {
  .section-banner-general .section-imgs-banner{
    padding-top: 1.5rem;
  }
  .section-banner-general .section-imgs-banner{
    margin-left: -2%;
    width: 100%;
  }
  .section-banner-general .section-imgs-banner:first-child{
    display: flex;
  }
  .section-banner-general .section-imgs-banner::before{
    width: 1%;
  }
  .section-banner-general .section-imgs-banner::after{
    right: 4%;
    width: 25%;
    border-radius: 0 0 .75rem .75rem;
  }
  .section-banner-general .section-imgs-banner > picture{
    width: 32.5%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one{
    width: 65%;
    margin-top: 0;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .img-asesora{
    width: 35%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner{
    width: 65%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner h1{
    font-size: 2rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:first-of-type{
    font-size: .85rem;
  }
  .section-banner-general .section-imgs-banner .section-banner-img{
    width: 32.5%;
  }
  .section-banner-general .section-imgs-banner .section-banner-img img{
    border-radius: .75rem;
  }
}
@media (min-width: 1000px) {
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a{
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .section-banner-general .section-imgs-banner{
    padding-top: 1.75rem;
  }
  .section-banner-general .section-imgs-banner{
    margin-left: -2%;
  }
  .section-banner-general .section-imgs-banner::before{
    left: 2%;
    width: 1%;
    border-radius: 0 0 .75rem 0;
  }
  .section-banner-general .section-imgs-banner::after{
    right: 4%;
    width: 25%;
    border-radius: 0 0 .75rem .75rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one{
    justify-content: space-between;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .img-asesora{
    width: 35%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner{
    width: 50%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner h1{
    font-size: 2.25rem;
    margin-bottom: 2rem;
    font-family: 'R Black';
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:first-of-type{
    font-size: 1.25rem;
    margin-bottom: .5rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner p:last-of-type{
    font-size: .85rem;
    margin-bottom: 2rem;
    display: block;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a{
    width: 45%;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a i{
    font-size: 1.75rem;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a p{
    margin-bottom: 0!important;
    font-size: .8rem!important;
  }
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a p strong{
    font-size: .9rem;
  }
  .section-banner-general .section-imgs-banner .section-banner-img{
    width: 32.5%;
  }
  .section-banner-general .section-imgs-banner .section-banner-img img{
    border-radius: .75rem;
  }
}
@media (min-width: 1600px) {
  .section-banner-general .section-imgs-banner .text-banner-one .contact-banner a{
    width: 35%;
  }
}

/*----- Section Title - Style -----*/
.title-section {
  text-align: left;
  width: 100%;
  color: var(--main-color-six);
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.title-section:before {
  content: "";
  width: .6rem;
  height: 100%;
  background-color: var(--main-color-one);
  position: absolute;
  left: 0;
  border-radius: .25rem;
  top: 0;
}
.title-section h2, .title-section h6{
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'R Bold';
  font-size: 1.2rem;
}
.title-section h2 strong, .title-section h6 strong{
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  color: white;
  border-radius: .3rem;
  padding: 0 3px;
}
.title-section p:last-of-type{
  font-family: 'R Regular';
  font-size: .8rem;
}
.title-section p:first-of-type{
  font-family: 'R Regular';
  font-size: .85rem;
  margin-bottom: .2rem;
}
.title-section p strong{
  font-family: 'R Bold';
}
@media (min-width: 600px) {
  .title-section h2, .title-section h6{
    margin-bottom: .75rem;
  }
}
@media (min-width: 800px) {
  .title-section h2, .title-section h6{
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .title-section h2, .title-section h6{
    font-size: 1.5rem;
  }
  .title-section p:first-of-type{
    font-size: .95rem;
  }
}

/*----- Section Zero, One, Two - Style -----*/
.item-group-zero, .item-group-one, .item-group-two, .item-group-three{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.5rem;
}
.item-group-zero-img{
  width: 48%;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  margin-bottom: 1.5rem;
  border-radius: .75rem;
  padding-top: 3rem;
  background-color: white;
}
.item-group-zero-img img{
  width: 100%;
  border-radius: .75rem;
}
.item-group-zero .item-group-zero-img h3 {
  font-family: "R Bold";
  font-size: .8rem;
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  color: white;
  margin-top: 0;
  border-radius: 0.25rem;
  position: absolute;
  padding: 0.25rem 0.75rem;
  text-align: left;
  width: 75%;
  left: -0.75rem;
  top: 0.75rem;
}
.item-group-one{
  margin-bottom: 2rem;
}
.item-group-one .item-group-one-img{
  width: 100%;
  border-radius: .75rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.75rem;
}
.item-group-one .item-group-one-img img{
  border-radius: .75rem;
}
.item-group-one .item-group-one-img::before, .item-group-two .item-group-two-img::before, .item-group-three .item-group-three-img::before, .item-group-four .item-group-four-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-two{
  margin-bottom: 2rem;
}
.item-group-two .item-group-two-img{
  width: 100%;
  position: relative;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
  border-radius: .75rem;
  padding-top: 2rem;
}
.item-group-two .item-group-two-img img{
  border-radius: .75rem;
}
.item-group-two .item-group-two-img h3{
  font-family: "R Bold";
  font-size: .85rem;
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  color: white;
  margin-top: 0;
  border-radius: 0.25rem;
  position: absolute;
  padding: 0.5rem 0.75rem;
  text-align: left;
  width: 55%;
  left: -0.75rem;
  top: .75rem;
}

.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);
}

.section-service-content .item-group-two-img{
  padding-top: 0!important;
}

.item-group-four{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  margin-bottom: 2rem;
}
.item-group-four .item-group-four-img{
  width: 100%;
  position: relative;
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
  border-radius: .75rem;
  padding-top: 2rem;
}
.item-group-four .item-group-four-img img{
  border-radius: .75rem;
}
.item-group-four .item-group-four-text{
  width: 100%;
}
.item-group-four .item-group-four-text p, .item-group-four .item-group-four-text ul li{
  font-size: .8rem;
  font-family: "R Regular";
  margin-top: 0;
  margin-bottom: .75rem;
  color: var(--main-color-six);
}
.item-group-four .item-group-four-text p strong, .item-group-four .item-group-four-text ul li strong{
  font-family: "R Bold";
}
.item-group-four .item-group-four-text h2{
  font-size: .95rem;
  font-family: "R Bold";
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: var(--main-color-six);
} 
.item-group-four .item-group-four-text .item-btn-download .item-data-menu{
  width: 50%;
}
.item-group-four .other-text-extra{
  display: none;
}
.item-group-four .item-group-four-text .item-btn-download{
  width: 100%;
  justify-content: space-between;
}
.item-group-four .item-group-four-text .item-btn-download .item-data-menu{
  margin: auto;
  align-items: center;
  background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
}
.item-group-four .item-group-four-text .item-btn-download .item-data-menu p{
  margin-bottom: 0;
  color: white;
}

@media (min-width: 600px) {
  .item-group-zero-img{
    width: 31%;
  }

  .item-group-two .item-group-two-img{
    width: 48.2%;
  }
  .item-group-two .item-group-two-img h3{
    width: 65%;
  }
  .item-group-three-img{
    width: 48.2%;
  }
}
@media (min-width: 800px) {
  .item-group-zero-img{
    width: 23.5%;
  }

  .item-group-two .item-group-two-img{
    width: 32%;
  }

  .section-service-content .item-group-two-img h3{
    width: 55%;
  }
  .item-group-three-img{
    width: 32%;
  }
  .item-group-four .item-group-four-img{
	width: 49%;
  }
  .item-group-four .item-group-four-text{
    width: 49%;
  }
  .item-group-four .item-group-four-text h2{
    font-size: 1.05rem;
  }
}
@media (min-width: 1000px) {
  .item-group-one .item-group-one-img{
    width: 49%;
  }

  .item-group-two .item-group-two-img:last-of-type{
    display: block;
  }
  .item-group-two .item-group-two-img{
    width: 32%;
    margin-bottom: 1.5rem;
  }

  .item-group-three-img{
    width: 23.5%;
    margin-bottom: 0;
  }
  .item-group-four .item-group-four-img{
	width: 39%;
  }
  .item-group-four .item-group-four-text{
    width: 59%;
  }  
}
@media (min-width: 1200px) {
  .item-group-zero, .item-group-one, .item-group-two, .item-group-three{
    margin-bottom: 0;
  }
  .item-group-zero, .item-group-one{
    margin-bottom: 2rem;
  }
  .item-group-zero-img{
    width: 18.70%;
  }
  .item-group-zero-img h3{
    font-size: .95rem!important;
    width: 65%!important;
  }

  .item-group-one .item-group-one-img{
    width: 49%;
  }

  .item-group-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .item-group-two .item-group-two-img{
    width: 32.25%;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .item-group-two .item-group-two-img h3{
    font-size: 1rem;
    border-radius: 0.25rem;
    position: absolute;
    padding: 0.5rem 0.75rem;
    text-align: left;
    width: 50%;
    left: -0.75rem;
    top: 0.75rem;
  }
  .section-service-content .item-group-two .item-group-two-img h3{
    width: 55%;
  }
  .section-service-content .item-data-section{
    margin-bottom: 0;
  }
  .item-group-four .other-text-extra{
    display: block;
  }
}

/*----- Section Data Seo - Style -----*/
.item-data-section{
  border-right: .5rem solid var(--main-color-one);
	border-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2) 1;
  background-color: var(--main-color-five);
  padding: 1rem;
  margin-bottom: 4rem;
  border-radius: .5rem;
  background-image: url('./img/isotipo-two.png');
  background-size: auto 300px;
  background-position: right;
  width: 100%;
  background-repeat: no-repeat;
}
.item-data-section.m-bottom{
  margin-bottom: 0;
}
.item-data-section h2, .item-data-section h4{
  font-size: .95rem;
  font-family: "R Bold";
  margin-top: 0;
  margin-bottom: .75rem;
  color: var(--main-color-six);
}
.item-data-section p{
  font-size: .8rem;
  font-family: "R Regular";
  margin: 0;
  color: var(--main-color-six);
}
.item-data-section p strong{
  font-family: "R Bold";
}
.item-data-section .items-ul-data{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.item-data-section .items-ul-data-two{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.item-data-section .items-ul-data ul{
  width: 100%;
  margin: 0;
  margin-top: 1rem;
  padding-left: 0;
}
.item-data-section .items-ul-data-two ul.locate-items{
  width: 40%;
  margin: 0;
  margin-top: 1rem;
  padding-left: 0;
}
.item-data-section ul li{
  font-family: "R Regular";
  font-size: .8rem;
  margin-bottom: .75rem;
  list-style: none;
}
.item-data-section .items-ul-data-two ul.locate-items li a{
  color: var(--main-color-six);
}
.item-data-section .items-ul-data-two ul.locate-items li a i,
.item-data-section .items-ul-data ul li i{
  color: var(--main-color-one);
  text-shadow: 1px 1px 1px var(--main-color-six);
}
.item-data-section ul li:last-of-type{
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .item-data-section .items-ul-data-two ul.locate-items{
    width: 26%;
  }
}
@media (min-width: 800px) {
  .item-data-section .items-ul-data ul{
    width: 50%;
  }
  .item-data-section h2, .item-data-section h4{
    font-size: 1.05rem;
  }
  /* .item-data-section p{
    font-size: .85rem;
  }
  .item-data-section ul li{
    font-size: .85rem;
  } */
}
@media (min-width: 1000px) {
  .item-data-section .items-ul-data ul{
    width: 40%;
  }
  .item-data-section .items-ul-data-two ul.locate-items{
    width: 13%;
    margin: 0;
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .item-data-section{
    border-right: .75rem solid var(--main-color-one);
    padding: 1.5rem;
  }
  .item-data-section h2, .item-data-section h4{
    font-size: 1.05rem;
  }
  .item-data-section p{
    /* font-size: .85rem; */
  }
  .item-data-section .items-ul-data ul{
    width: 35%;
  }
  .item-data-section .items-ul-data-two ul.locate-items{
    width: 10%;
    margin-top: 2rem;
  }
  .item-data-section ul li{
    /* font-size: .85rem; */
  }
}

/*----- Section Action - Style -----*/
.section-action-one, .section-action-two{
  background-color: var(--main-color-one);
	background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  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 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: .75rem 1.25rem .75rem 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";
}
@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: 40%;
  }
  .right-content-action{
    width: 20%;
  }
  .right-content-action .item-btn-section .item-data-menu{
    padding: .75rem 1.25rem .75rem 0;
  }
  .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 Clients - Style -----*/
.item-group-clients{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.item-group-clients img{
  width: 32%;
  margin: auto;
  padding: .5rem .75rem;
}
@media (min-width: 600px) {
  .item-group-clients img{
    width: 20%;
  }
}
@media (min-width: 800px) {
  .item-group-clients img{
    width: 16%;
  }
}
@media (min-width: 1000px) {
  .item-group-clients img{
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .item-group-clients img{
    width: 12%;
    padding: 0.5rem 0.75rem;
  }
}

/*----- Section Blog - Style -----*/
.section-blog-content{
  background-color: var(--main-color-five);
  background-image: url('./img/isotipo-two.png');
  background-size: auto 300px;
  background-position: right;
  width: 100%;
}
.item-group-blog{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-blog-min{
  width: 100%;
  position: relative;
  background-color: white;
  position: relative;
  border-radius: .25rem;
  margin-bottom: 1.5rem;
}
.item-blog-min:last-of-type{
  margin-bottom: 0;
}
.item-blog-min img{
  border-radius: .25rem .25rem 0 0;
}
.item-blog-min h3{
  font-size: 1rem;
  padding: 1rem 1rem 0 1rem;
  margin: 0;
  text-align: left;
  font-family: "R Bold";
  color: var(--main-color-one);
}
.item-blog-min p{
  font-size: .8rem;
  padding: 1rem;
  font-family: "R Regular";
}
.item-blog-min a{
  font-size: .8rem;
  padding: .5rem 1rem;
  font-family: "R Bold";
  background-color: var(--main-color-one);
  color: white;
  display: inline-block;
  position: relative;
  margin-left: 45%;
  width: 50%;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 0.25rem;
}
@media (min-width: 600px) {
  .item-blog-min{
    width: 48.2%;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1000px) {
  .item-blog-min{
    width: 24%;
    margin-bottom: 0;
  }
}

/*----- Section Footer - Style -----*/
.section-footer{
  background-color: #1a1a1a;
  background-color: Black;
  border-top: .3rem solid var(--main-color-one);
	border-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2) 1;
  overflow-x: hidden;
}
.section-footer .child-content:last-child{
  position: relative;
  padding: 1rem 0;
  background-color: #0d0d0d;
  z-index: 1;
}
.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:last-child::before{
  left: -50%;
}
.section-footer .child-content:last-child::after{
  right: -50%;
}
.section-footer .child-content:last-child{
  padding: 2rem 0;
  align-items: flex-start;
}
.section-footer .child-content:last-child .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{
  font-size: .8rem;
  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: .8rem;
  margin: auto;
  text-align: center;
  color: white;
}
@media (min-width: 600px) {
  .section-footer .child-content:last-child .sub-title-footer{
    text-align: left;
  }
  .section-footer .item-data-footer{
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 800px) {
  .section-footer .item-data-footer{
    width: 40%;
  }
}
@media (min-width: 1000px) {
  .section-footer .child-content:last-child{
    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;
	text-transform: uppercase;
    text-align: left;
	margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .section-footer .child-content:first-child {
    padding: 3rem 0;
  }
  .section-footer .child-content:last-child {
    padding: 1rem 0;
    align-items: center;
    display: flex;
  }
  .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%;
  }
}

/*----- Redes Sociales - Style -----*/
.social-media-footer{
  color: white;
  font-size: .8rem;
  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: 1.3rem;
  }
}

/*----- Section Buttons - Style -----*/
.btn-whatsapp-mobile, .btn-correo-mobile{
  position: fixed;
  top: 60%;
  right: 1%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 15;
  background-color: var(--main-color-whatsapp);
  cursor: pointer;
}
.btn-correo-mobile{
  top: 92.5%;
  right: -2%;
  background-color: var(--main-color-one);
  /* visibility: hidden; */
  z-index: 1000;
}
.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;
}
.icon-inner i{
  font-size: 38px;
  display: block;
  padding-top: 9px;
  color: white;
  padding-left: 3px;
}
.btn-correo-mobile .icon-inner i{
  font-size: 35px;
  padding-top: 12px;
  padding-left: 5px;
}
.dot-wave {
  position: absolute;
  height: 90px;
  width: 90px;
  top: -15px;
  right: -15px;
  z-index: 2;
  opacity: 0;
  background-color: var(--main-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-correo-mobile .dot-wave {
  background-color: var(--main-color-one);
}
.btn-whatsapp-mobile .msg-icon, .btn-correo-mobile .msg-icon{
  visibility: hidden;
  width: 120px;
  background-color: var(--main-color-six);
  color: white;
  font-family: 'R Bold';
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  font-size: .95rem;
  z-index: 1;
  top: -5px;
  right: 110%;
}
.btn-whatsapp-mobile .msg-icon::after, .btn-correo-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(--main-color-six);
}
.btn-whatsapp-mobile:hover .msg-icon, .btn-correo-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;
    }
}
@media (min-width: 600px) {
  .btn-correo-mobile{
    visibility: visible;
    top: 71%;
    right: 1%;
  }
}
@media (min-width: 1200px) {
  .btn-correo-mobile{
    top: 68%;
  }
}

/*----- 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;
}
.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;
  }
}
.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 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;
  }
}

/* ----- Page Blog - Style ----- */
.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: .8rem;
}
.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: .8rem;
  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;
}
.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: .8rem;
  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;
}
.content-general-article .content-blog-article h3{
  font-family: "R Bold";
  font-size: 1rem;
  color: var(--main-color-six);
}
.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: .8rem;
  margin-bottom: 1rem;
}
.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: .8rem;
  font-family: "R Regular";
  margin-bottom: 1rem;
  color: var(--main-color-six);
}
.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;
}
.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: .8rem;
  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: .8rem;
  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: .8rem;
  text-align: center;
}
.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: .7rem;
  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: 40%;
  }
  .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: .8rem;
  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: .8rem;
    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: .8rem;
  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: .8rem;
}
.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: .8rem;
  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: .8rem;
  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: .8rem;
  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: .8rem;
  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: .8rem;
    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: .8rem;
  }
  .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: .8rem;
    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: .8rem;
    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: .8rem;
    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: .8rem;
    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);
  }
}

/* ===== 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: .8rem;
  background-color: white;
  width: 100%;
}
.content-widgets-one a span{
  padding: .75rem 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;
}
.content-widgets-one img, .content-widgets-one a img , .content-widgets-two a img{
  border-radius: 0 0 .75rem .75rem;
}
.content-widgets-two {
  width: 100%;
  border-radius: 0 0 .75rem .75rem;
}
.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: .75rem;
  margin-bottom: 1.5rem;
}
.content-widgets-two p:last-of-type{
  border-radius: .75rem .75rem 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: .75rem 0 0 .75rem;
}
.content-widgets-two > img:last-of-type{
  border-radius: 0 0 .75rem .75rem;
}
.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 .75rem .75rem 0;
}
.content-widgets-two .item-articles-widgets .text-article-widgets h6{
  font-size: .8rem;
  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: 7rem;
  z-index: 10;
  display:inline-block;
}
@media (min-width: 600px) {
  .content-widgets-two .item-articles-widgets:last-of-type {
    margin-bottom: 1.5rem;
  }
}

/* ===== Modal Menu - Style ===== */
:root {
  --bounceEasing: cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
button {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  font-size: inherit;
}
.open-modal {
  font-weight: bold;
  background: var(--main-color-one);
  color: white;
  padding: 0.75rem 1.75rem;
  margin-bottom: 1rem;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 10rem;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
  z-index: 1000;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal-dialog {
  position: relative;
  overflow: auto;
  cursor: default;
}
.content-modal{
  max-width: 1150px;
  padding: 2rem .75rem 0 .75rem;
  background-color: white;
  border-radius: .75rem;
  overflow: hidden;
  border-top: .3rem solid var(--main-color-one);
}
.content-modal .item-group-two{
  margin-bottom: 0!important;
}
.content-modal .item-group-two a{
  padding-top: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.item-group-two a span, .content-modal .item-group-two a span{
  font-size: .75rem;
  font-family: "R Bold";
  color: var(--main-color-six);
  position: relative;
  width: 100%;
  text-align: right;
  display: block;
  padding: .25rem .5rem .5rem;
}
.content-modal .item-group-two a h3{
  font-size: .95rem;
  position: relative;
  width: 85%;
  left: -0.25rem;
  top: 0;
  margin-bottom: 0;
}
.content-modal .item-group-two a img{
  display: none;
}
.modal-header .close-modal{
  background-color: var(--main-color-one);
  color: white!important;
  font-family: "R Bold";
  border-radius: 0 0 0 .35rem;
  font-size: .85rem!important;
  position: absolute;
  padding: .25rem 1rem;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10;
}
.modal-header p:last-of-type{
  margin-bottom: 1rem!important;
}
.modal-content{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
}
.modal-footer{
  background-color: var(--main-color-one);
  font-size: .75rem;
  position: relative;
  font-family: "R Regular";
  margin: 0;
  text-align: center;
  color: white;
  padding: .5rem;
  z-index: 1;
}
.modal-footer::before, .modal-footer::after{
  content: '';
  background-color: var(--main-color-one);
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.modal-footer::before{
  left: -50%;
}
.modal-footer::after{
  right: -50%;
}
.modal-footer p{
  font-family: "R Bold";
}
.modal-footer span{
  font-family: "R Regular";
}
.modal p + p {
  margin-top: 1rem;
}
[data-animation] .modal-dialog {
  opacity: 0;
  transition: all 0.5s var(--bounceEasing);
}
[data-animation].is-visible .modal-dialog {
  opacity: 1;
  transition-delay: 0.2s;
}
[data-animation="slideInOutDown"] .modal-dialog {
  transform: translateY(100%);
}
[data-animation="slideInOutTop"] .modal-dialog {
  transform: translateY(-100%);
}
[data-animation="slideInOutLeft"] .modal-dialog {
  transform: translateX(-100%);
}
[data-animation="slideInOutRight"] .modal-dialog {
  transform: translateX(100%);
}
[data-animation="zoomInOut"] .modal-dialog {
  transform: scale(0.2);
}
[data-animation="rotateInOutDown"] .modal-dialog {
  transform-origin: top left;
  transform: rotate(-1turn);
}
[data-animation="mixInAnimations"].is-visible .modal-dialog {
  animation: mixInAnimations 2s 0.2s linear forwards;
}
[data-animation="slideInOutDown"].is-visible .modal-dialog,
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog,
[data-animation="zoomInOut"].is-visible .modal-dialog,
[data-animation="rotateInOutDown"].is-visible .modal-dialog {
  transform: none;
}

@keyframes mixInAnimations {
  0% {
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: rotate(20deg);
  }
  30% {
    transform: rotate(-20deg);
  }
  40% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@media (min-width: 600px) {
  .content-modal{
    padding: 2rem 3rem 0 3rem;
  }
  .content-modal .item-group-two a{
    margin-bottom: 1rem;
  }
  .content-modal .item-group-two a h3{
    width: 70%;
  }
  .modal-footer{
    font-size: .8rem;
  }
}
@media (min-width: 800px) {
  .modal-header .close-modal{
    font-size: 1.05rem!important;
    border-radius: .35rem;
    top: .75rem;
    right: .75rem;
  }
  .modal-footer{
    font-size: .85rem;
  }
}
@media (min-width: 1000px) {
  .item-group-two a span, .content-modal .item-group-two a span{
    font-size: .75rem;
    font-family: "R Bold";
    color: var(--main-color-six);
    position: absolute;
    bottom: .25rem;
    right: .5rem;
    padding: 0 0 .15rem 0;
  }
  .content-modal .item-group-two a img{
    display: block;
  }
  .content-modal .item-group-two a{
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .15);
    padding-top: 2rem;
    z-index: 1;
  }
  .content-modal .item-group-two a h3{
    position: absolute;
    left: -0.75rem;
    top: 0.75rem;
  }
  .modal-footer{
    font-size: .9rem;
  }
}
@media (min-width: 1200px) {
  .modal-header p:last-of-type {
    margin-bottom: 2rem!important;
  }
  .content-modal .item-group-two a{
    margin-bottom: 1.75rem;
  }
  .content-modal .item-group-two a h3{
    width: 55%;
  }
  .modal-footer{
    font-size: .95rem;
  }
}

/* ===== FAQ - Style ===== */
.faq-content-general{
	width: 100%;
	flex-wrap: wrap;
}
.item-faq-text{
	width: 100%;
}
.item-faq-img{
	display: none;
}
.item-accordion{
    width: 100%;
    padding: 0 5px;
    border: 2px solid var(--main-color-one);
    cursor: pointer;
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
}
.item-accordion i {
    color: var(--main-color-one);
/*     transition: all .5s ease-in; */
}
.item-accordion .fa-minus, .item-accordion .icon-minus{
    display: none;
}
.item-accordion.active, .item-accordion:hover{
    background-color: var(--main-color-one);
    color: white;
/*     transition: all .5s ease-in; */
    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: .8rem;
    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: .8rem;
    text-align: justify;
    overflow: hidden;
    transition: all .5s ease-in;
    max-height: 0;
    font-family: 'R Regular';
}
.panal p{
    margin-bottom: .45rem;
}
@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: 32%;
	}
	.item-accordion{
		width: 100%;
	}
	.item-accordion p, .item-accordion h5{
		font-size: .9rem;
	}
}
/* ===== Menu-Header Fixed ===== */
body.logged-in .header-fixed-scroll,{
  margin-top: 32px!important;
}
.menu {
  width: 60%;
  margin: auto;
}
.menu ul {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style: none;
}
.menu-navegacion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.menu-navegacion > .menu-item,
.menu-navegacion > .page_item {
/*   margin: 0 .75rem; */
}
.menu-item a,
.page_item a {
  color: white!important;
  font-family: "R Bold";
/* 	font-family: "R Regular"; */
  font-size: .8rem;
  display: block;
  padding: 1rem 0;
  text-align: center;
}
.current-menu-item a {
  color: var(--main-color-one);
}
.btn-menu-hamburguesa {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.2rem;
  padding: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  margin: auto;
  color: white;
  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: var(--main-color-five);
  width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.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);
}
.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-six);
}

@media screen and (max-width: 1100px) {
  .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;
  }
  .btn-menu-hamburguesa {
    display: block;
  }
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    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;
  }
  .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 {
    color: white;
    text-align: center;
  }
  .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) {
  .btn-menu-hamburguesa {
    font-size: .8rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-menu-hamburguesa {
    font-size: .8rem;
  }
}


/* ===== Contact-Form - Style ===== */
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
  background: var(--main-color-five);
  color: var(--main-color-six);
  width: 100%;
  padding: .85rem 1rem;
  font-family: "R Bold";
  border-radius: .4rem;
  border: 0;
}
.wpcf7-form p {
  margin: 0 0 1rem;
}
.wpcf7-text:focus, 
.wpcf7-textarea:focus {
  outline: 1px solid var(--main-color-one);
  outline-offset: 0;
}
div.wpcf7-mail-sent-ok {
  border: 0;
  background: #5471de;
  color: #fff;
  padding: 18px;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 0;
  background: #f9443b;
  color: #fff;
  padding: 18px;
}
span.wpcf7-not-valid-tip {
  color: #f9443b;
}
/*** Button Styles */
.wpcf7-form .wpcf7-submit {
  background-image: linear-gradient(to right, #017bc3, #0086cb, #0091d3, #009ddb, #06a8e2);
  border: 0;
  color: white;
  border-radius: .4rem;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
  width: 75%;
  display: block;
  padding: .75rem 1.25rem;
  font-family: "R Bold";
  font-size: .85rem;
}
.wpcf7-form .button:hover {
  cursor: pointer;
  box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
  border: 0;
}