@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --colorBeneficios: #F1CB63;
    --font-Poppins: 'Poppins', sans-serif;
}

body,
footer {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", serif;
  font-weight: 700;
}
p {
  margin: 0;
}
a {
  color: #252525;
}
button:focus,
a:focus {
  outline: 0;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:focus,
.btn:hover {
  outline: 0;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
#main-content {
  min-height: 100vh;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.modal {
  padding-right: 0 !important;
}
/*******************************************************************************
                            NAVBAR
*******************************************************************************/
#main-menu li a {
  text-transform: uppercase;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
}
.navbar-brand {
  width: 120px;
}
@media (min-width: 768px) {
  .navbar .container h1 {
    width: 40px;
  }
}
.btn__flat {
  border: 2px solid #f8c94d;
  background-color: #f8c94d;
  color: #191919;
  margin-right: 10px;
}
.btn__flat:hover,
.btn__flat:focus {
  border-radius: 2px solid #f8c94d;
  background-color: transparent;
  color: #f8c94d;
}
@media (max-width: 767px) {
  .btn__flat {
    float: right;
    border: none;
    background-color: transparent;
    color: #f8c94d;
    margin-right: 0;
  }
  .btn__flat i.fas {
    margin-right: 5px;
  }
}
.btn__flat__invert {
  border: 2px solid #f8c94d;
  background-color: transparent;
  color: #f8c94d;
}
.btn__flat__invert:hover,
.btn__flat__invert:focus {
  border: 2px solid #f8c94d;
  background-color: #f8c94d;
  color: #191919;
}
.btn {
  border-radius: 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#main-menu {
  padding-bottom: 20px;
}
.subscribe__buttons {
  display: flex;
  justify-content: flex-end;
}
/*************************** MENU - SEARCH BOX ********************************/
.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 10px !important;
  margin-top: 20px !important;
}
.search-box .submit {
  background-color: transparent;
  border: none;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .submit:hover,
.search-box .submit:focus {
  outline: 0;
  color: #ff7150;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-box .form-control {
  color: #fff;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  border-bottom: 2px solid white;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-box .form-control:focus {
  outline: 0;
  background-color: transparent;
  border-bottom: 2px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-box input::-webkit-input-placeholder {
  color: #fff;
}
.search-box input::-moz-placeholder {
  color: #fff;
}
.search-box input:-ms-input-placeholder {
  color: #fff;
}
.search-box input:-moz-placeholder {
  color: #fff;
}
/************************ SIDEBAR NAVBAR **************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  vertical-align: middle;
  z-index: 9;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (min-width: 768px) {
  header {
    padding: 10px 0;
  }
  .header-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .header-container h1 {
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .header-container h1 > a {
    margin: 0;
    padding: 0;
  }
  .header-container .subscribe__buttons {
    text-align: right;
  }
  .menu-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 5px 0;
  }
  .header-container {
    display: grid;
    grid-template-columns: 40px 1fr 1fr;
  }
  .header-container h1 {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .header-container h1 > a {
    margin: 0;
    padding: 0;
  }
}
header [class*="menu-"] {
  cursor: pointer;
  font-size: 18px;
  color: white;
}
@media (max-width: 767px) {
  header [class*="menu"] {
    float: left;
    margin-top: 4px;
  }
}
section {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
img.menu-open,
img.menu-close {
  width: 20px;
  height: 20px;
}
#menu-left .closed .menu-close:hover {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
#menu-left {
  background: #252525;
  bottom: 0;
  color: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 305px;
  z-index: 99;
  overflow: auto;
}
#menu-left .box {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#menu-left .box::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
#menu-left ul {
  margin: 0;
  padding: 10px 20px 20px 0;
}
#menu-left li {
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}
#menu-left li:last-child {
  border: 0;
}
@media (max-width: 768px) {
  #menu-left li:last-child {
    margin-top: 0 !important;
  }
}
#menu-left {
  border-right: 1px solid #161616;
  left: -405px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#menu-left .content {
  position: relative;
  height: initial;
  width: 100%;
}
header.active #menu-left {
  -webkit-transform: translate3d(396px, 0, 0);
  -moz-transform: translate3d(396px, 0, 0);
  transform: translate3d(396px, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.intro.active,
#menu-left.active {
  -webkit-transform: translate3d(205px, 0, 0);
  -moz-transform: translate3d(205px, 0, 0);
  transform: translate3d(205px, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#menu-left .closed {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 30px;
  font-size: 22px;
  cursor: pointer;
  margin-top: 11px;
}
#menu-left .closed:hover,
#menu-left .closed:focus {
  opacity: 1;
}
#menu-left a.nav-link::before {
  display: block;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
}
#menu-left .belleza a.nav-link::before {
  background: #ff9898;
  width: 63%;
}
#menu-left .moda a.nav-link::before {
  background: #9898cb;
  width: 60%;
}
#menu-left .deco a.nav-link::before {
  background: #98cbcb;
  width: 60%;
}
#menu-left .cocina a.nav-link::before {
  background: #ff6633;
  width: 63%;
}
#menu-left .agenda a.nav-link::before {
  background: #cb6698;
  width: 64%;
}
#menu-left .vidasana a.nav-link::before {
  background: #59b7e1;
  width: 67%;
}
#menu-left .beneficios a.nav-link::before {
  background: #ffcb66;
  width: 68%;
}
#menu-left .historias a.nav-link::before {
  background: #43739a;
  width: 66%;
}
.section-header,
.beneficios-header.section-header {
  width: 100%;
  height: auto;
  margin-top: 39px;
  margin-bottom: 20px;
}
.archive-header.section-header,
.search-header.section-header,
.tag-header.section-header,
.beneficios-header.section-header {
  height: 100px;
}
@media (min-width: 768px) {
  .archive-header.section-header,
  .search-header.section-header,
  .tag-header.section-header,
  .beneficios-header.section-header,
  .section-header {
    height: 200px;
  }
}
/*******************************************************************************
                                SPINNER
*******************************************************************************/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  margin: auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: white transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay_spinner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.9;
}
/*******************************************************************************
                            SWIPER SLIDES
*******************************************************************************/
#destacada-swiper .swiper-container {
  width: 100%;
  padding-top: 10px;
}
#destacada-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#destacada-swiper .swiper-slide .post-box {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  -moz-box-sahdow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
#destacada-swiper .swiper-slide .post-box:focus,
#destacada-swiper .swiper-slide .post-box:hover {
  outline: 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  -moz-box-sahdow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  #destacada-swiper .swiper-slide {
    width: 550px !important;
  }
}
#destacada-swiper .swiper-slide img.img-fluid {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.swiper-pagination {
  position: relative;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.swiper-pagination-bullet.active,
.swiper-pagination-bullet.bullet-clickeable {
  background-color: #424242;
  opacity: 1;
}
.swiper-pagination-bullet:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px !important;
}
/*******************************************************************************
                                    HOME
*******************************************************************************/
/********** BANNERS *************/
.home section.banner {
  margin: 30px auto 50px auto;
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    background: #F8C94D;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
    min-height: 230px;
    & h2 {
      text-align: center;
      font-size: 28px;
    }
    .image {
      flex: 1;
      display: flex;
      align-items: end;
      justify-content: center;
      & img {
        height: 100px;
        max-width: 100%;
      }
    }
    .btn {
      background: white;
      border-radius:20px;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
      width:250px;
      max-width:100%;
      text-transform:uppercase;
      font-size:16px;
      border-radius: 50px;
    }
  }
  &#compatibilidad .banner-content {background: #834CCA;}
  &#personalidad .banner-content {
    background: #02C9A5;
    .image {
      max-width: 230px;
      & img {
        height: 115px;
        margin-bottom: -38px;
      }
    }
  }
  &#eligeTuCarta .banner-content {
    background: #6689E1;
    .image {
      margin-bottom: -10px;
      & img {height: 85px;}
    }
  }
}
@media (min-width:1000px) {
  .home section.banner .banner-content {
    flex-direction: row;
    padding: 20px 20px 0;
    min-height: 200px;
    & h2 {
      text-align: left;
      margin-bottom: 0;
    }
    .image {
      max-width: unset !important;
      & img {
        height: unset !important;
        max-width: 280px;
        margin-bottom: 0;
      }
    }
    .btn {
      justify-self: end;
    }
  }
  #compatibilidad .banner-content .image {height: 100%;}
}
/********** BANNERS END *************/

.post-box {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post-box.moda,
  .post-box.belleza {
    margin-bottom: 20px;
  }
}
#destacada-home {
  margin: 0 auto 33px auto;
  margin-top: 83px;
}
@media (max-width: 768px) {
  #destacada-home {
    margin-top: 50px;
  }
}
#destacada-swiper .historias .box-category span {
  color: #43739a;
}
#destacada-swiper .moda .box-category span {
  color: #9898cb;
}
#destacada-swiper .cocina .box-category span {
  color: #ff6633;
}
#destacada-swiper .agenda .box-category span {
  color: #cb6698;
}
#destacada-swiper .belleza .box-category span {
  color: #ff9898;
}
#destacada-swiper .deco .box-category span {
  color: #98cbcb;
}
#destacada-swiper .vidasana .box-category span {
  color: #59b7e1;
}
#destacada-swiper .post-box .box-category span {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 18px;
}
#destacada-swiper .post-box .post-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  background-color: #393c3d !important;
}
#destacada-swiper .post-box .post-content h4 {
  color: #fff;
  font-weight: 700;
}
#destacada-swiper .post-box .post-content span {
  font-weight: bold;
}
.search-content .historias .featured-category span,
#destacada-swiper .historias .featured-category span {
  color: #43739a;
}
.search-content .belleza .featured-category span,
#destacada-swiper .belleza .featured-category span {
  color: #ff9898;
}
.search-content .cocina .featured-category span,
#destacada-swiper .cocina .featured-category span {
  color: #ff6633;
}
.search-content .moda .featured-category span,
#destacada-swiper .moda .featured-category span {
  color: #9898cb;
}
.search-content .deco .featured-category span,
#destacada-swiper .deco .featured-category span {
  color: #98cbcb;
}
.search-content .agenda .featured-category span,
#destacada-swiper .agenda .featured-category span {
  color: #cb6698;
}
.search-content .vidasana .featured-category span,
#destacada-swiper .vidasana .featured-category span {
  color: #59b7e1;
}
#destacada-swiper {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.post-box h5 {
  color: #191919;
}
@media (max-width: 767px) {
  #destacada-swiper a.post-box {
    border-radius: 10px;
    width: 90%;
    margin-right: 0px !important;
    margin-left: 0 !important;
  }
  .short-post img.img-fluid {
    display: none;
  }
  .short-post h4:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin: 40px auto;
  }
  .short-post h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin: 30px auto;
  }
  .short-post .title-mobile {
    height: auto;
    min-height: 130px;
    display: flex;
    align-items: center;
  }
  .short-post .title-mobile:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin: 15px auto;
    top: 0;
  }
  .short-post .title-mobile:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin: 15px auto;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 330px) {
  .short-post .title-mobile {
    min-height: 140px;
  }
}
/*******************************************************************************
                              PAGINATION
*******************************************************************************/
#nav-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  border-width: 1px 0px 1px 0px;
  border-style: dotted;
  border-color: #a3b2bf;
}
#nav-pagination .pagination {
  border-radius: 0;
  font-size: 13px;
}
#nav-pagination .page-item.active .page-link {
  color: #191919;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
#nav-pagination .page-link {
  color: #a3b2bf;
  background-color: transparent;
  border: none;
}
#nav-pagination .page-item.active .page-link.current {
  color: #191919;
}
#nav-pagination .page-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*******************************************************************************
                                  IMG BY DEFAULT
*******************************************************************************/
.post-box img.img-fluid {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
/*******************************************************************************
                                  POST PREMIUM
*******************************************************************************/
.post-premium {
  /*  display: none;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 240px solid #6c757d;
  border-left: 85px solid transparent;
}
#destacada-home .post-premium {
  border-top: 100px solid;
}
@media (max-width: 768px) {
  .post-premium {
    border-top: 150px solid #6c757d;
  }
}
#destacada-home .belleza .post-premium,
.belleza .post-premium,
.category-belleza .post-premium {
  border-top-color: rgba(255, 152, 152, 0.9);
}
#destacada-home .cocina .post-premium,
.cocina .post-premium,
.category-cocina .post-premium {
  border-top-color: rgba(255, 102, 51, 0.9);
}
#destacada-home .moda .post-premium,
.moda .post-premium,
.category-moda .post-premium {
  border-top-color: rgba(152, 152, 203, 0.9);
}
#destacada-home .historias .post-premium,
.historias .post-premium,
.category-historias .post-premium {
  border-top-color: rgba(67, 115, 154, 0.9);
}
#destacada-home .deco .post-premium,
.deco .post-premium,
.category-deco .post-premium {
  border-top-color: rgba(152, 203, 203, 0.9);
}
#destacada-home .agenda .post-premium,
.agenda .post-premium,
.category-agenda .post-premium {
  border-top-color: rgba(203, 102, 152, 0.9);
}
#destacada-home .vidasana .post-premium,
.vidasana .post-premium,
.category-vidasana .post-premium {
  border-top-color: rgba(89, 183, 225, 0.9);
}
.post-premium + i.fas {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
}
#destacada-home i.fas {
  right: 15px;
}
@media (max-width: 768px) {
  .recent .short-post .post-premium,
  .short-post .post-premium {
    display: none;
  }
  .category-belleza .short-post i.fas,
  .belleza .short-post i.fas {
    color: #ff9898;
  }
  .category-belleza .short-post .title-mobile:before,
  .category-belleza .short-post .title-mobile:after,
  .belleza .short-post .title-mobile:before,
  .belleza .short-post .title-mobile:after {
    background-color: #ff9898;
  }
  .category-cocina .short-post i.fas,
  .cocina.short-post i.fas {
    color: #ff6633;
  }
  .category-cocina .short-post .title-mobile:before,
  .category-cocina .short-post .title-mobile:after,
  .cocina .short-post .title-mobile:before,
  .cocina .short-post .title-mobile:after {
    background-color: #ff6633;
  }
  .category-moda .short-post i.fas,
  .moda.short-post i.fas {
    color: #9898cb;
  }
  .category-moda .short-post .title-mobile:before,
  .category-moda .short-post .title-mobile:after,
  .moda .short-post .title-mobile:before,
  .moda .short-post .title-mobile:after {
    background-color: #9898cb;
  }
  .category-historias .short-post i.fas,
  .historias.short-post i.fas {
    color: #43739a;
  }
  .category-historias .short-post .title-mobile:before,
  .category-historias .short-post .title-mobile:after,
  .historias .short-post .title-mobile:before,
  .historias .short-post .title-mobile:after {
    background-color: #43739a;
  }
  .category-agenda .short-post i.fas,
  .agenda.short-post i.fas {
    color: #cb6698;
  }
  .category-agenda .short-post .title-mobile:before,
  .category-agenda .short-post .title-mobile:after,
  .agenda .short-post .title-mobile:before,
  .agenda .short-post .title-mobile:after {
    background-color: #cb6698;
  }
  .category-vidasana .short-post i.fas,
  .vidasana.short-post i.fas {
    color: #59b7e1;
  }
  .category-vidasana .short-post .title-mobile:before,
  .category-vidasana .short-post .title-mobile:after,
  .vidasana .short-post .title-mobile:before,
  .vidasana .short-post .title-mobile:after {
    background-color: #59b7e1;
  }
  .category-deco .short-post i.fas,
  .deco.short-post i.fas {
    color: #98cbcb;
  }
  .category-deco .short-post .title-mobile:before,
  .category-deco .short-post .title-mobile:after,
  .deco .short-post .title-mobile:before,
  .deco .short-post .title-mobile:after {
    background-color: #98cbcb;
  }
  .generic.short-post i.fas {
    color: #6c757d;
  }
  .short-post {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
  }
  .short-post i.fas {
    position: static;
    order: 2;
    margin-right: 25px;
  }
}
/* @media (max-width:380px) {
  .short-posti.fas {
    top:35px
  }
} */
/*******************************************************************************
                                ARCHIVE
*******************************************************************************/
.archive-header {
  color: #fff;
  font-weight: 700;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-header .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.archive-header h2 {
  margin: 0;
  font-size: 48px;
}
@media (max-width: 767px) {
  .archive-header h2 {
    font-size: 42px;
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63);
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63);
  }
}
.category-belleza .archive-header {
  background-image: url(../img/cat-belleza.jpg);
}
.category-moda .archive-header {
  background-image: url(../img/cat-moda.jpg);
}
.category-deco .archive-header {
  background-image: url(../img/cat-deco.jpg);
}
.category-cocina .archive-header {
  background-image: url(../img/cat-cocina.jpg);
}
.category-agenda .archive-header {
  background-image: url(../img/cat-agenda.jpg);
}
.category-vidasana .archive-header {
  background-image: url(../img/cat-vidasana.jpg);
}
.category-historias .archive-header {
  background-image: url(../img/cat-historias.jpg);
}
.category-beneficios .archive-header {
  background-image: url(../img/cat-historias.jpg);
}
.archive-content {
  min-height: 100vh;
}
.archive-content .short-post h5 {
  margin-bottom: 0;
}
.archive-content .full-post h5,
.archive-content .short-post h5 {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .short-post h5 {
    width: 100%;
  }
  .full-post h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .archive-content {
    margin-bottom: 20px;
  }
}
/*******************************************************************************
                                TAG PAGE
*******************************************************************************/
.tag-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  background-color: #6c757d;
}
.tag-content {
  min-height: 100vh;
}
.tags-post {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.tags-post a {
  text-transform: uppercase;
  color: #fff;
  background-color: #6c757d;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #6c757d;
  margin: 0 5px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tags-post a:hover,
.tags-post a:focus {
  background-color: white;
  color: #6c757d;
  border: 2px solid #6c757d;
}
@media (max-width: 767px) {
  .tag-content {
    margin-bottom: 20px;
  }
  .tags-post {
    display: inline-block;
  }
  .tags-post a {
    margin: 5px;
    float: left;
    font-size: 12px;
  }
}
/*******************************************************************************
                              SINGLE POST
*******************************************************************************/
.single-format-video .single-content iframe {
  width: 100% !important;
}
.single.single-post.single-format-video .single-content .wp-video {
  width: 100% !important;
}
.single.single-post.ladyganga-moda.moda .post-categories li:nth-child(1) {
  display: none;
}
.single.single-post.valeria-belleza.belleza .post-categories li:nth-child(2) {
  display: none;
}
.single.single-post .single-header {
  height: auto;
  color: #fff;
  padding-bottom: 30px;
}
.single.single-post .single-header .top-header .date time.entry-date {
  color: #fff !important;
}
.single.single-post.belleza .single-header {
  background-color: #ff9898;
}
.single.single-post.moda .single-header {
  background-color: #9898cb;
}
.single.single-post.deco .single-header {
  background-color: #98cbcb;
}
.single.single-post.cocina .single-header {
  background-color: #ff6633;
}
.single.single-post.agenda .single-header {
  background-color: #cb6698;
}
.single.single-post.vidasana .single-header {
  background-color: #59b7e1;
}
.single.single-post.historias .single-header {
  background-color: #43739a;
}
.single.single-post .single-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single.single-post .single-header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 30px;
}
.single.single-post .single-header .top-header .category-single {
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .single.single-post .single-header .top-header {
    flex-direction: row;
    align-items: normal;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .single.single-post .single-header .top-header .category-single {
    float: right;
    margin-right: -15px;
  }
}
.single.single-post .single-header .top-header .category-single:hover,
.single.single-post .single-header .top-header .category-single:focus {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  outline: 0;
  border-color: transparent;
}
.single.single-post .single-header .middle-header {
  padding-top: 30px;
  width: 90%;
  text-align: left;
}
.single.single-post .single-header .middle-header .title-single:after {
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  width: 120px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .single.single-post .single-header .middle-header {
    padding-top: 0;
    width: 100%;
  }
  .single.single-post .single-header .middle-header h2 {
    font-size: 1.8rem;
  }
  .single.single-post .single-header .middle-header .title-single:after {
    width: 50px;
  }
}
.single.single-post .single-header .bottom-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.single.single-post .single-header .bottom-header .author-post img.img-fluid {
  width: 60px;
  height: 60px;
}
.single.single-post .single-header .bottom-header .author-post .tag-link {
  color: white;
}
.single.single-post .single-header .bottom-header .author-post .tag-link:hover,
.single.single-post .single-header .bottom-header .author-post .tag-link:focus {
  color: white;
}
.single.single-post .single-content p img.img-fluid {
  width: 100%;
  margin: 10px auto;
  height: auto;
}
.single.single-post .single-content .share {
  display: flex;
  flex-direction: row;
}
.single.single-post .single-content .share ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.single.single-post .single-content .share ul li a {
  padding-left: 10px;
  color: #707070;
}
.single-single-post .single-content .share ul li a .fa-whatsapp {
  font-size: 18px;
  font-weight: 900;
}
.single.single-post .single-content .fb-comments {
  margin: 20px auto;
  display: flex;
}
@media (min-width: 768px) {
  .single-format-video .single-content iframe {
    width: 100%;
    min-height: 500px !important;
  }
  .single.single-post .single-content .fb-comments {
    width: 550px;
  }
  .single.single-post .single-content .share ul .whatsapp {
    display: none;
  }
}
@media (max-width: 767px) {
  .single.single-post .single-content .share ul li .copy-link {
    display: none;
  }
}
#fb-share-button {
  background: transparent;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  position: static;
}
#fb-share-button:hover {
  cursor: pointer;
  background: transparent;
}
#fb-share-button svg {
  width: 19px;
  fill: #707070;
  vertical-align: middle;
  border-radius: 2px;
}
.related-content {
  border-top: 3px solid #343a40;
  display: block;
  position: relative;
}
.recent .row {
  padding-top: 15px;
}
.related-content .related {
  color: #fff;
  background-color: #343a40;
  position: absolute;
  top: 0;
  left: 90px;
  z-index: 2;
  padding: 5px 20px;
  text-transform: uppercase;
}
.related-content .related h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .related-content {
    margin-bottom: 20px;
  }
  .related-content .related {
    left: 0;
  }
  .related-content .related h4 {
    font-size: 1.2rem;
  }
  .related-content .post-box {
    margin-bottom: 0;
  }
  .single-content p a {
    font-size: 12px;
  }
}
/*******************************************************************************
                              SEARCH RESULTS
*******************************************************************************/
.search-header {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  background-image: url(../img/search.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.search-header h2 {
  margin: 0;
  padding: 0;
}
.search-content .post-box {
  margin-bottom: 30px;
}
/*******************************************************************************
                          MODAL INGRESO/SUSCRIPCION
*******************************************************************************/
.custom-modal.modal.show {padding-right: 0 !important;}
.custom-modal .modal-dialog {max-width: 800px;}
.custom-modal .modal-content {
  border-radius: 0;
  border: none;
  background-color: transparent;
  .left-content {
    background-image: url(../img/modal-bg.png);
    background-color: #191919;
    background-size: cover;
    background-position: center center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    &::after {
      content: '';
      width: 100%;
      height: 100%;
      background: rgb(30 30 30 / .5);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
    }
    & > * {
      position: relative;
      z-index: 1;
    }
    #brand {
      height: 30px;
      width: auto;
      margin-bottom: 10px;
      & svg {
        height: 100%;
        width: auto;
      }
    }
    & h1 {
      color: #fff;
      margin: 0;
    }
  }
  .right-content {
    background-color: #f8c94d;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    .inner-header {
      display: flex;
      align-items: center;
      justify-content: end;
      position: relative;
      min-height: 20px;
    }
    .close {
      opacity: 1;
      height: 25px;
      position: absolute;
      right: -20px;
      top: 0;
      & span {
        background-color: #fff;
        width: 25px;
        height: 3px;
        display: block;
        margin: 3px auto;
        &:nth-child(2) {
          transform: rotate(-45deg);
          transform-origin: 50% 100%;
        }
        &:nth-child(1) {
          transform: rotate(45deg);
          transform-origin: 15% 100%;
        }
      }
    }
    & h6 {
      margin: 0 auto 20px;
      max-width: 230px;
      text-align: center;
      font-size: 20px;
      font-family: 'Montserrat', sans-serif;
    }
    & p {font-size: 14px;}
    & form {
      width: 100%;
      margin: 15px 0;
      .form-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 20px;
        width: 100%;
        height: 40px;
        & label {
          background-color: #585858;
          border: 1px solid #585858;
          width: 22%;
          min-width: 80px;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0;
        }
        .form-control {
          width: 100%;
          height: 100%;
          border-color: white;
          border-radius: 0;
          &:focus {
            border-color: white;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
          }
        }
      }
      .info-label {
        text-align: center;
        margin: 20px 0 10px;
      }
    }
    .btn-custom {
      width: 100%;
      background-color: #494848;
      color: #FFFFFF;
      letter-spacing: 1px;
      margin-bottom: 10px;
      border-radius: 20px;
      &.v2 {
        background-color: transparent;
        border: solid 2px #494848;
        color: #494848;
      }
    }
    .tyc {
      text-align: center;
      font-weight: normal;
      font-size: 12px;
      padding: 10px 0;
    }
    .steps {
      padding: 10px 0;
      font-size: 14px;
      color: #494848;
    }
    #step2 {
      .form-group {
        display: flex;
        justify-content: center;
        gap: 10px;
      }
      .number {
        width: 40px;
        border-radius: 7px;
        font-size: 24px;
        font-weight: bold;
        border: none;
        text-align: center;
      }
      .info-label {margin-bottom: 10px;}
    }
    .paywall-error {
      text-align: center;
      font-size: 14px;
    }
  }
}
@media (min-width:780px) {
  .mobile {display: none !important;}
  
}

/*******************************************************************************
                          BENEFICIOS HOME
*******************************************************************************/
#beneficios-home {
  background-image: url(../img/beneficios_home2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
  position: relative;
  .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(0 0 0 / .66), rgb(0 0 0 / .3));
  }
  .content {
    z-index: 2;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    & h2 {
      color: #FFF;
      font-size: 24px;
      max-width: 250px;
      margin-bottom: 20px;
    }
    .btn {
      border-radius: 20px;
      width: 100%;
      max-width: 250px;
      background-color: #F1CB63;
      color: #3A3C3D;
      text-transform: uppercase;
      font-weight: 700;
    }
  }
}
@media (min-width:780px) {
  #beneficios-home {
    .overlay {background: linear-gradient(90deg, rgb(0 0 0 / .66) 50%, transparent);}
    .content {
      text-align: left;
      & h2 {
        font-size: 32px;
        max-width: 330px;
        margin-left: 0 !important;
      }
    }
  }
}

/*******************************************************************************
                            SECTION  BENEFICIOS
*******************************************************************************/
body.post-type-archive-beneficios {
    background-color: #F9F5F5;
}
.beneficios-page .banner {
    margin: 30px auto 80px;
}
@media (min-width:780px) {
    .beneficios-page .banner {
        margin: 30px auto;
    } 
}
.beneficios-page .banner .content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 10px;
    background-color: white;
    min-height: 200px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 40px;
    text-align: center;
    width: calc(100% - 30px);
}
@media (min-width:992px) {
    .beneficios-page .banner .content {
        grid-template-columns: 300px 1fr 300px;
        text-align: left;
    }
}
.beneficios-page .banner .text {
    font-size: 12px;
}
.beneficios-page .banner .text>p {
  max-width: 270px;
}
.beneficios-page .banner .btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 40px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 40px;
    background: var(--colorBeneficios);
    border: none;
    cursor: pointer;
    transition: 300ms;
}
.beneficios-page .banner .btn-custom:hover {
    filter: brightness(.85);
}
.beneficios-page .banner .imagen {
    max-width: 100%;
}
.card-beneficio {
  display: flex;
  min-height: 305px;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #343a40;
  color: white !important;
  border-radius: 20px;
}

.imagen-beneficio {
  border-radius: 10px;
  min-width: 40%;
  max-height: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
}

.detalles-beneficio {
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start;
  align-items: flex-start; */
  padding-left: 30px;
  min-width: 60%;
}

.detalle-descuento {
  text-transform: uppercase;
  color: var(--colorBeneficios);
  font-size: 1em;
  margin-bottom: 0px;
  font-family: "Poppins";
}

.titulo-beneficio {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: white;
  font-family: "Poppins";
}

.titulo-beneficio:hover {
  color: white;
}

.descripcion-beneficio {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 17px;
}

.btn-quiero {
  align-self: flex-start;
  border-radius: 5px;
  margin-top: auto;
  padding: 5px 10px;
  color: #343a40;
  border: 2px solid var(--colorBeneficios);
  background-color: var(--colorBeneficios);
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}

.btn-quiero:hover {
  border: 2px solid var(--colorBeneficios);
  background-color: #343a40;
  color: var(--colorBeneficios);
}

.fecha-caducidad,
.cobros-necesarios {
  display: block !important;
}

@media (max-width: 576px) {
  .card-beneficio {
    margin-top: 0px;
    padding: 20px;
    min-height: 205px;
  }

  .detalles-beneficio {
    padding-left: 20px;
  }

  .detalle-descuento {
    font-size: 0.8em;
    font-weight: 500;
  }

  .titulo-beneficio {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: "EB Garamond";
  }

  .descripcion-beneficio {
    font-size: 0.5em;
    line-height: 11px;
  }

  .btn-quiero {
    font-size: 0.7em;
    padding: 1px 5px;
    /* margin: 0px !important; */
  }
}

/*                   */
/* Estilos heredados */
/*                   */
.beneficios-header {
  height: 200px;
  margin-top: 60px;
  /* background-image:url(../img/cat-beneficio.jpg); */
  background-color: var(--colorBeneficios);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}
.beneficios-header h2 {
  -webkit-text-shadow: 0px 0px 17px #ed4d1799;
  -moz-text-shadow: 0px 0px 17px #ed4d1799;
  text-shadow: 0px 0px 17px #ed4d1799;
  font-size: 48px;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 100;
}
.beneficios-content {
  min-height: 100vh;
  color: white;
  padding: 20px 0;
}
.beneficios-content .row {
  display: flex;
  flex-wrap: wrap;
}
.beneficios-content .beneficios-box {
  background-color: #343a40;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08);
  -moz-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08);
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08);
}
.beneficios-content .beneficios-box img.img-fluid {
  height: 212px;
  width: 190px;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.beneficios-content .beneficios-box .box-content {
  width: -moz-available;
  padding: 5px 5px 5px 15px;
}
.beneficios-content .beneficios-box .box-content h5,
.beneficios-content .beneficios-box .box-content h3,
.beneficios-single-content h5,
.beneficios-single-content h2 {
  margin: 0;
}
.beneficios-content .beneficios-box .box-content h5,
.beneficios-single-content h5 {
  color: var(--colorBeneficios);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}
.beneficios-content .beneficios-box .box-content h3,
.beneficios-single-content h2 {
  letter-spacing: 2px;
}
.beneficios-content .beneficios-box .box-content p {
  font-size: 14px;
  padding-bottom: 3px;
}
.beneficios-content .beneficios-box .box-content .btn-custom,
.beneficios-single-content .btn-custom {
  color: #343a40;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 5px;
  background-color: var(--colorBeneficios);
  border: 1px solid var(--colorBeneficios);
}
.beneficios-content .beneficios-box .box-content .btn-custom:hover,
.beneficios-content .beneficios-box .box-content .btn-custom:focus,
.beneficios-single-content .btn-custom:hover,
.beneficios-single-content .btn-custom:focus {
  background-color: #343a40;
  color: var(--colorBeneficios);
  border: 1px solid var(--colorBeneficios);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.beneficios-single-content .btn-custom:hover,
.beneficios-single-content .btn-custom:focus {
  border: 1px solid #343a40;
}
@media (max-width: 767px) {
  .beneficios-content .beneficios-box {
    flex-direction: column;
  }
  .beneficios-content .beneficios-box img.img-fluid {
    width: 100%;
  }
  .beneficios-content .beneficios-box .box-content {
    padding: 10px 0;
  }
  .beneficios-content .beneficios-box .box-content .btn-custom {
    width: 100%;
    margin-top: 10px;
  }
}
/*******************************************************************************
                          BENEFICIOS SINGLE
*******************************************************************************/
/* Update de Estilos Seba Maciel */

/* .beneficio-single {
  border: 1px solid red
} */

.beneficio-single-container {
  display: flex;
  flex-basis: 100px;
  /* border: 1px solid blue; */
}

.beneficio-single-contenido {
  min-width: 40%;
  padding-right: 70px;
}

.beneficio-single-descuento {
  text-transform: uppercase;
  color: var(--colorBeneficios);
  font-size: 1.2em;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 700;
}

.beneficio-single-titulo {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: "Poppins";
}

.beneficio-single-descripción {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.2px;
  line-height: 20px;
}

.beneficio-single-boton {
  margin-top: 40px;
}

.btn-obtener {
  align-self: flex-start;
  border-radius: 5px;
  margin-top: auto;
  padding: 5px 10px;
  color: #343a40;
  border: 2px solid var(--colorBeneficios);
  background-color: var(--colorBeneficios);
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}

.btn-obtener:hover {
  background-color: #343a40 !important;
  color: var(--colorBeneficios);
}

.beneficio-single-imagen {
  border-radius: 10px;
  min-width: 60%;
  height: 300px;
  background-repeat: no-repeat;
  object-fit: cover;
}

.beneficio-single-tyc {
  margin: 50px 0px;
}

.beneficio-single-tyc h4 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (max-width: 576px) {
  .beneficio-single-container {
    display: flex;
    flex-direction: column;
  }
  .beneficio-single-titulo {
    font-family: "EB Garamond";
    font-weight: 600;
  }

  .beneficio-single-contenido {
    padding-right: 30px;
  }

  .btn-obtener {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 600;
  }

  .beneficio-single-boton {
    margin-top: 20px;
  }

  .beneficio-single-imagen {
    margin-top: 30px;
  }

  .beneficio-single-tyc h4 {
    font-size: 16px;
  }

  .beneficio-single-tyc p {
    letter-spacing: 1px;
  }
}


/*******************************************************************************
                              MODAL BENEFICIOS
*******************************************************************************/
#modalBeneficio .modal-content {
  background-color: #343a40;
  border-radius: 15px;
  color: white;
  padding: 20px;
}
#modalBeneficio #beneficio-error.modal-content,
#modalBeneficio #beneficio-success.modal-content {
  padding-top: 0;
}
#modalBeneficio #beneficio-error.modal-content .alert,
#modalBeneficio #beneficio-success.modal-content .alert {
  border-radius: 15px;
}
#modalBeneficio .modal-header {
  padding: 0px;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
#modalBeneficio .modal-header .close {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: white;
  opacity: 1;
  font-family: serif;
  font-weight: normal;
  font-size: 40px;
}
#modalBeneficio .modal-header .close:hover,
#modalBeneficio .modal-header .close:focus {
  opacity: 0.8;
}
#modalBeneficio .modal-body {
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 0px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
#modalBeneficio .modal-body #cod_beneficio {
  font-family: "Poppins";
  color: var(--colorBeneficios);
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  line-height: 3rem;
}
#modalBeneficio .modal-body .form__beneficio .form-control {
  border-radius: 0.4rem;
  border: none;
  height: 1.5rem;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
}
#modalBeneficio .modal-body .form__beneficio .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modalBeneficio .modal-body .btn__flat {
  width: 100%;
  border-radius: 15px;
}

.modal-dialog {
  font-family: "Poppins", sans-serif !important;
  margin-top: 100px !important;
}

.btn-enviar {
  font-size: 0.8rem;
  align-self: flex-start;
  border-radius: 5px;
  margin-top: 0.5rem;
  padding: 1px 10px;
  color: #343a40;
  border: 2px solid var(--colorBeneficios);
  background-color: var(--colorBeneficios);
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 380px;
    margin: 1.75rem auto;
  }
}

.beneficios__codigo-title {
  font-family: "poppins";
  font-weight: 400;
  font-size: 1.8rem;
}
.beneficios__codigo-text {
  font-size: 0.8rem;
}
#modal-ok {
  padding: 1em 0em 1em 1em;
}
#modal-ok label {
  font-weight: bold;
}
#err-email {
  font-size: 0.8rem;
  color: #ff3d3d;
  font-weight: 500;
  margin-top: 0.5rem;
}
.form__beneficio {
  margin-top: 1rem;
}
#modal-email-send {
  padding: 10rem 0rem 9rem 2.5rem;
}
.send-successful {
  background-image: url(../img/beneficios-codigo.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 3rem;
  background-size: 22rem;
}
#modal-email-send-content {
  font-size: 1.5rem;
  text-align: center;
}
.btn-success {
  font-size: 1rem;
  padding: 0rem 1rem;
}
#modal-email-send-err {
  padding: 10rem 0rem 8rem 2.5rem;
}
#modal-email-send-content-err {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 330px;
    margin: 1.75rem auto;
  }

  .modal-header h2 {
    font-size: 24px;
  }

  .modal-content p {
    font-size: 12px;
  }

  .modal-header {
    padding-bottom: 0px;
  }

  .modal-body {
    padding-top: 0px;
  }

  .modal-body h2 {
    font-size: 28px !important;
    line-height: 44px !important;
    letter-spacing: 1px;
  }
  .send-successful {
    background-size: 20rem;
  }
  #modal-email-send {
    padding: 10rem 0rem 7rem 2.5rem;
  }
}
/*******************************************************************************
                              NORMAL SECTION
*******************************************************************************/
#normal-section {
  min-height: 100vh;
  margin-top: 80px;
}
#normal-section h2 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#normal-section h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  margin: 10px 0;
  background-color: #212529;
}
#normal-section a,
#normal-section a:hover,
#normal-section a:focus {
  color: #212529;
  font-weight: bold;
}
/*******************************************************************************
                                  FOOTER
*******************************************************************************/
.footer {
  background-color: #ccc;
  color: #393c3d;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
}
.footer .row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#menu-footer {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #menu-footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#menu-footer li a {
  padding: 0 10px;
  font-size: 13px;
  color: #393c3d;
  font-weight: 600;
}
.footer .social-share {
  padding: 0 5px;
  font-size: 22px;
  color: #393c3d;
}
@media (max-width: 767px) {
  .footer .row {
    display: flex;
  }
  .footer .col-12 {
    order: 2;
    font-size: 12px;
    text-align: center;
  }
  .footer .col-10 {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .footer .col-2 {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .col-2 .social-share {
    font-size: 23px;
    padding: 0 8px;
  }
  .footer #menu-footer {
    display: block;
  }
  .footer #menu-footer li a {
    padding: 0;
    margin: 15px 0;
    font-size: 11px;
  }
}
.unsuscribe {
  display: none;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

#error-404-wrapper {
  background-color: #f8c94d;
  min-height: 100vh;
}
#error-404-wrapper h1 {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  margin-top: 20px;
}
#error-404-wrapper .botones {
  width: 100%;
  max-width: 250px;
  margin: 40px auto;
}
#error-404-wrapper .btn__custom {
  background-color: white;
  color: #252525;
  font-weight: bold;
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  #error-404-wrapper .botones {
    max-width: 400px;
  }
}

.error-email {
  border: 2px solid red !important;
}
/*******************************************************************************
                            TEST DE COMPATIBILIDAD
*******************************************************************************/
body:has(#testContent) {
  background-color: #f9f5f5;
}
#testContent.test-personalidad .color-main {
  color: #02C9A5 !important;
}
#testContent img {
  max-width: 100%;
}
#testContent a {
  text-decoration: underline;
}
body.page-template-tmpl-compatibilidad {
  min-height: 100vh;
  height: 100%;
  background: #faf4f5;
}
body.page-id-6627,
body.page-id-6627 * {
  box-sizing: border-box;
}
section#testContent {
  margin-bottom: 80px;
  padding-top: 55px;
  min-height: 100%;
}
body.page-id-6627 footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.custom_page .contenedor_titulo {
  color: white;
  height: 430px;
  display: flex;
  justify-content: center;
  padding-top: 110px;
  margin-top: -30px;
}
#testContent.test-compatibilidad .contenedor_titulo {background: #834CCA;}
#testContent.test-personalidad .contenedor_titulo {background: #02C9A5;}
.custom_page #contenedor {
  background: white;
  min-height: 400px;
  width: 90%;
  max-width: 800px;
  margin-top: -200px;
  margin-bottom: 80px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  padding: 40px;
}
@media (max-width:640px) {
  #testContent.test-personalidad #contenedor {
    padding: 40px 20px;
  }
}
.custom_page #contenedor .contenedor {
  height: max-content;
  min-height: 300px;
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
#testContent #contenedor .contenedor.start {
  justify-content: space-between;
}
.custom_page #contenedor .title {
  margin-bottom: 30px;
}
#testContent .descripcion {
  font-size: 12px;
  text-align: center;
  max-width: 400px;
}
#testContent.test-personalidad .descripcion {
  max-width: 600px;
}
#testContent .form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: 300px;
  max-width: 100%;
  height: 100%;
  min-height: 300px;
}
#testContent.test-personalidad .form-group {
  width: 100%;
}
#testContent .form-group .campo {
  border-radius: 7px;
  border:solid 2px #E1E1E1;
  outline: none;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
}
#testContent .btn {
  background: #F8C94D;
  color: white;
  border: none;
  width: 300px;
  max-width: 100%;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
#testContent.test-compatibilidad .btn {background: #834CCA;}
#testContent.test-personalidad .btn {background: #02C9A5;}
#testContent .title_resultado {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-bottom: 14px;
}
#testContent .title_resultado.color-main {
  font-weight: 500;
  font-size: 24px;
}
#testContent .porcentaje {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
}
#testContent fieldset {
  margin-bottom: 30px;
  font-size: 14px;
}
#testContent legend {
  font-size: 14px;
  margin-bottom: 20px;
}
#testContent .radio label {cursor: pointer;}
#testContent input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
#testContent input[type="radio"]::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  border: solid 2px white;
  outline: solid 1px #828282;
}
#testContent input[type="radio"]:checked::after {
  background-color: #02C9A5;
  outline: solid 1px #02C9A5;
}
#testContent .opciones.error input[type="radio"]::after {
  outline: solid 1px #ff7373;
}
#testContent .opciones.error label {
  color: #ff7373;
}
#testContent .message {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #727272;
}
#testContent:has(.result-page) .message {
  display: block;
}
#testContent.test-personalidad .result-page a.color-main {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 14px;
}
#testContent .message .container {max-width: 600px;}
#testContent .message p {
  margin-bottom: 10px;
}
#testContent .lista {
  padding-left: 40px;
  list-style: disc;
  margin-bottom: 10px;
}
/*******************************************************************************
                            ELIGE TU CARTA
*******************************************************************************/
#elige-tu-carta * {
    font-family: 'Poppins', sans-serif;
}
#elige-tu-carta .container {
    min-height: 400px;
    height: auto;
}
#elige-tu-carta .contenedor_titulo {
    background: #6689E1;
}
#elige-tu-carta .container .content {
    width: 75%;
    margin: 0 auto;
}
#elige-tu-carta .content h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
#elige-tu-carta .content .cards {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}
#elige-tu-carta .cards .card {
    border: solid 5px transparent;
}
#elige-tu-carta .cards .card.active {
    border-color: #6689E1;
}
#elige-tu-carta .btn {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  background: #6689E1;
  color: white;
  text-transform: uppercase;
  border-radius: 50px;
}
/**** SINGLE ****/
.single #elige-tu-carta .content {
    width: calc(100% - 50px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    justify-items: center;
}
@media (min-width:780px) {
    .single #elige-tu-carta .content {
        grid-template-columns: 2fr 1fr;
    }
}
.single #elige-tu-carta h5 {
    font-size: 14px;
}
.single #elige-tu-carta .text {
    font-size: 12px;
}
.single #elige-tu-carta .thumbnail {
    margin-bottom: 20px;
}
@media (min-width:780px) {
  .single #elige-tu-carta .thumbnail {
      justify-self: end;
      order: 2;
  }
}
#elige-tu-carta #error-msg {
    display: none;
    width: 100%;
    font-size: 14px;
    color: red;
}