@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&family=Prata&display=swap');
* {
  box-sizing: border-box;
}
body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  background-color: #f7f7f7;
}
h1, h2, h3 {
  font-family: 'Prata', serif;
  font-weight: 300;
}
p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
input:focus, button:focus {
  outline: none;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
}
.main {
  width: 75%;
  padding: 40px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1366px) {
  .main {
    width: 100%;
    padding: 20px;
  }
}
.page-title {
  font-family: 'Prata', serif;
  font-size: 28px;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 24px;
  }
}
/*Contact*/
.main-custom {
  max-width: 950px;
  margin: 0 auto;
}
.cnt-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cnt-contact {
    flex-wrap: Wrap;
  }
}
.cnt-contact p:first-of-type {
  font-family: 'Prata', serif;
  font-size: 22px;
  max-width: 75%;
}
@media (min-width: 1920px) {
  .cnt-contact p:first-of-type {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .cnt-contact p:first-of-type {
    font-size: 16px;
    max-width: 100%;
  }
}
.cnt-contact p a {
  color: #3bbfb0;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}
.cnt-contact p a:hover {
  text-decoration: none;
}
.custom-form .custom-form_2-columns {
  display: flex;
}
@media (max-width: 768px) {
  .custom-form .custom-form_2-columns {
    flex-wrap: wrap;
  }
}
.custom-form .custom-form_2-columns span {
  width: 50%;
}
@media (max-width: 768px) {
  .custom-form .custom-form_2-columns span {
    width: 100%;
  }
}
.custom-form .custom-form_2-columns span:first-of-type input {
  margin-right: 5%;
  width: 95%;
}
@media (max-width: 768px) {
  .custom-form .custom-form_2-columns span:first-of-type input {
    width: 100%;
    margin-right: 0;
  }
}
.custom-form .custom-form_2-columns span input {
  width: 100%;
}
.custom-form p {
  margin: 0;
}
.custom-form span {
  width: 100%;
}
.custom-form span input:not([type="checkbox"]) {
  width: 100%;
  margin: 15px 0;
  border: none;
  border-bottom: 4px solid #3bbfb0;
  padding: 15px;
}
.custom-form span textarea {
  width: 100%;
  margin: 15px 0;
  border: none;
  border-bottom: 4px solid #3bbfb0;
  padding: 15px;
}
.custom-form span textarea:focus {
  outline: none;
}
.custom-form .wpcf7-submit {
  background-color: #3bbfb0;
  border: none;
  color: #fff;
  padding: 15px;
  min-width: 50%;
  text-transform: uppercase;
  float: right;
}
.custom-form .wpcf7-submit:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .custom-form .wpcf7-submit {
    min-width: 100%;
  }
}
.not-founds-container {
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.not-founds-container > p {
  font-family: 'Prata', serif;
  font-size: 1.5rem;
}
.not-founds-container form {
  display: flex;
}
.not-founds-container form .screen-reader-text {
  display: none;
}
.not-founds-container input.search-field {
  padding: 10px;
  border: 0;
  border-bottom: 4px solid #3bbfb0;
  height: 100%;
}
.not-founds-container .search-submit {
  padding: 15px;
  border: none;
  background-color: #3bbfb0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.container-page {
  max-width: 950px;
  margin: 0 auto;
}
.container-page h1, .container-page h2 {
  color: #3bbfb0;
}
.container-page h2 {
  margin: 50px 0 10px;
}
.container-page ul {
  padding-left: 0;
  list-style: none;
}
.container-page ul > li {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.container-page ul > li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #3bbfb0;
  position: absolute;
  left: 0;
  top: 9px;
}
.container-page ul > li + li {
  margin-top: 10px;
}
.pea_cook_wrapper {
  background-color: rgba(59, 191, 176, 0.85) !important;
  border-radius: 0 !important;
}
button#pea_cook_btn {
  background: white;
  border: none;
  border-radius: 0;
  color: black;
  padding: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #3bbfb0 !important;
}
.acceptance-428, .wpcf7-acceptance {
  width: auto !important;
}
.wpcf7-acceptance > span {
  width: auto !important;
}
.acceptance-428 a {
  color: #3bbfb0;
  text-decoration: underline;
}
.acceptance-428 a:hover {
  text-decoration: none;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: #ababab;
}
.swiper-container {
  overflow: hidden !important;
  position: relative;
}
.header {
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: white;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
}
.header .cnt-social {
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
}
.header .cnt-social a {
  margin: 0 7.5px;
}
.logo-header {
  max-height: 70px;
}
@media (max-width: 991px) {
  .logo-header {
    max-height: 40px;
  }
}
.menu-principal-container > .nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1366px) {
  .menu-principal-container > .nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 80px;
    left: 0;
    margin: 0;
    background-color: white;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: auto;
    flex-direction: column;
    padding: 40px 20px;
  }
  .menu-principal-container > .nav > li + li {
    margin-top: 25px;
  }
  .menu-principal-container > .nav > li > a {
    font-size: 18px;
  }
  .menu-principal-container > .nav li#menu-item-3924 {
    margin-top: 40px;
  }
  .menu-active .menu-principal-container > .nav {
    opacity: 1;
    visibility: visible;
  }
}
.menu-principal-container > .nav > li {
  padding: 0 15px;
}
.menu-principal-container > .nav > li.current-menu-item a:after {
  width: 110%;
}
.menu-principal-container > .nav a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
}
.menu-principal-container > .nav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #d4f7f3;
  top: calc(55% - 2.5px);
  left: -5%;
  z-index: -1;
}
.menu-principal-container > .nav a:hover:after {
  width: 110%;
  transition: all 0.5s ease;
}
.menu-principal-container .sub-menu {
  display: none;
}
li#menu-item-3924 {
  position: relative;
}
li#menu-item-3924:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 20px;
  background-image: url(/wp-content/uploads/2021/02/new-label-cosmetica.png);
  top: -22px;
  left: calc(50% - 21px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.button-menu {
  background: none;
  padding: 0;
  border: none;
  position: relative;
  width: 25px;
  height: 19px;
  margin-left: 8px;
  margin-bottom: 3.5px;
}
@media (min-width: 1367px) {
  .button-menu {
    display: none;
  }
}
.button-menu__top {
  top: 0;
}
.button-menu__center {
  top: calc(50% - 1.5px);
}
.button-menu__bottom {
  bottom: 0;
}
.button-menu > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3bbfb0;
  transition: all 0.2s ease;
}
.button-menu:focus {
  outline: none;
}
.menu-active .button-menu__top {
  transform: rotate(45deg) translate(5px, 6px);
}
.menu-active .button-menu__center {
  transform: rotate(-45deg);
}
.menu-active .button-menu__bottom {
  transform: rotate(-45deg) translate(5px, -6px);
}
.search-menu {
  border: none;
  background: none;
  padding: 0;
  margin-left: 7.5px;
}
@media (min-width: 1366px) {
  .search-menu {
    display: none;
  }
}
.search-mobile-container-overflow {
  overflow: hidden;
  height: 0px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  width: 100%;
  transition: all 0.2s ease;
}
@media (min-width: 1366px) {
  .search-mobile-container-overflow {
    display: none;
  }
}
.search-menu-active .search-mobile-container-overflow {
  height: 52px;
}
.search-mobile-container {
  background-color: white;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.search-mobile-container form.search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.search-mobile-container form.search-form > label {
  width: calc(100% - 60px);
}
.search-mobile-container form.search-form > label .screen-reader-text {
  display: none !important;
}
.search-mobile-container form.search-form > label input {
  width: 100%;
  border: none;
  margin: 0;
  height: 45px;
  padding: 0 20px;
  font-size: 13px;
}
.search-mobile-container form.search-form > label input::placeholder {
  text-transform: uppercase;
}
.search-mobile-container form.search-form .search-submit {
  width: 60px;
  height: 45px;
  border: none;
  background-color: #000;
  background-image: url('https://cosmeticaaprueba.com/wp-content/uploads/2021/01/lupa-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  font-size: 0px;
}
.search-mobile-container form.search-form .search-submit:hover {
  cursor: pointer;
}
input {
  font-family: 'Jost', sans-serif;
}
.subrayado-custom {
  position: relative;
  font-weight: 600;
  padding: 0 5px;
}
.subrayado-custom:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://cosmeticaaprueba.com/wp-content/uploads/2021/01/fondo-acuarela.png);
  background-size: cover;
  width: 100%;
  height: 18px;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (min-width: 2300px) {
  .subrayado-custom:after {
    top: -3px;
    height: 30px;
  }
}
.sidebar {
  width: 25%;
  border-left: 1px solid #e9e9e9;
  position: fixed;
  right: 0;
  bottom: 0;
  height: calc(100vh - 80px);
  background-color: white;
}
@media (max-width: 1366px) {
  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    border-left: none;
  }
}
.sidebar section {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 1920px) {
  .sidebar section {
    padding: 40px;
  }
}
.sidebar section.widget_search {
  padding: 0;
}
.sidebar section.widget_search form.search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar section.widget_search form.search-form > label {
  width: calc(100% - 60px);
}
.sidebar section.widget_search form.search-form > label .screen-reader-text {
  display: none !important;
}
.sidebar section.widget_search form.search-form > label input {
  width: 100%;
  border: none;
  margin: 0;
  height: 35px;
  padding: 0 20px;
  font-size: 13px;
}
@media (min-width: 1920px) {
  .sidebar section.widget_search form.search-form > label input {
    height: 50px;
  }
}
.sidebar section.widget_search form.search-form > label input::placeholder {
  text-transform: uppercase;
}
.sidebar section.widget_search form.search-form .search-submit {
  width: 60px;
  height: 35px;
  border: none;
  background-color: #000;
  background-image: url('https://cosmeticaaprueba.com/wp-content/uploads/2021/01/lupa-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  font-size: 0px;
}
@media (min-width: 1920px) {
  .sidebar section.widget_search form.search-form .search-submit {
    height: 50px;
    width: 75px;
  }
}
.sidebar section.widget_search form.search-form .search-submit:hover {
  cursor: pointer;
}
.sidebar section.custom_html-2 .custom-html-widget {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sidebar section.custom_html-2 .custom-html-widget img {
  width: 32%;
  border: 4px solid #d4f7f3;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-2 .custom-html-widget img {
    width: 30%;
  }
}
.sidebar section.custom_html-2 .custom-html-widget div {
  width: 65%;
  margin-left: 3%;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-2 .custom-html-widget div {
    margin-left: 5%;
  }
}
.sidebar section.custom_html-2 .custom-html-widget p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-2 .custom-html-widget p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.sidebar section.custom_html-2 .custom-html-widget p:last-child {
  margin-bottom: 0;
}
.sidebar section.custom_html-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #000;
  border-bottom: none;
  z-index: -2;
}
@media (max-width: 1366px) {
  .sidebar section.custom_html-3 {
    position: static;
  }
}
.sidebar section.custom_html-3 .cnt-suscribete {
  display: flex;
  justify-content: space-between;
}
.sidebar section.custom_html-3 .cnt-suscribete p {
  color: #d4f7f3;
  font-weight: 600;
  margin-bottom: 0;
}
.sidebar section.custom_html-3 .cnt-suscribete a {
  color: #fff;
  position: relative;
}
.sidebar section.custom_html-3 .cnt-suscribete a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #d4f7f3;
  bottom: -2.5px;
  left: -5%;
  z-index: -1;
}
.sidebar section.custom_html-3 .cnt-suscribete a:hover {
  text-decoration: none;
}
.sidebar section.custom_html-3 .cnt-suscribete a:hover:after {
  width: 110%;
  transition: all 0.5s ease;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-3 .cnt-suscribete a {
    font-size: 20px;
  }
}
.sidebar section.custom_html-5 {
  border-bottom: none;
}
.sidebar section.custom_html-5 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-5 a {
    flex-wrap: wrap;
  }
}
.sidebar section.custom_html-5 a img {
  max-width: 150px;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-5 a img {
    max-width: 65%;
  }
}
.sidebar section.custom_html-5 a h3 {
  margin-left: 20px;
}
@media (min-width: 2300px) {
  .sidebar section.custom_html-5 a h3 {
    margin-left: 0;
    margin: 20px 0 0;
  }
}
.sidebar section .swiper-container {
  padding-bottom: 25px;
}
.sidebar section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}
.sidebar section .title-swiper {
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
@media (min-width: 2300px) {
  .sidebar section .title-swiper {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.sidebar section .swiper-slide .swiper-slide_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 2300px) {
  .sidebar section .swiper-slide .swiper-slide_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.sidebar section .swiper-slide .swiper-slide_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar section .swiper-slide .swiper-slide_item img {
  width: auto;
  max-height: 40px;
  margin-bottom: 0;
}
@media (min-width: 1920px) and (max-width: 2299.9px) {
  .sidebar section .swiper-slide .swiper-slide_item img {
    max-height: 60px;
  }
}
@media (min-width: 2300px) {
  .sidebar section .swiper-slide .swiper-slide_item img {
    max-height: 80px;
  }
}
.sidebar section .swiper-slide .swiper-slide_item h3 {
  font-size: 16px;
  font-family: Jost, sans-serif;
  margin: 0 15px;
}
@media (min-width: 2300px) {
  .sidebar section .swiper-slide .swiper-slide_item h3 {
    font-size: 25px;
  }
}
.swiper-pagination-bullet-active {
  background: #3bbfb0;
}
.footer {
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
  width: 100%;
  padding-right: 25%;
}
@media (max-width: 1366px) {
  .footer {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-top: 0;
  }
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-top_item {
  width: calc(33.333% - 25px);
  margin-right: 25px;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .footer .footer-top_item {
    margin-right: 0;
    width: 100%;
  }
}
.footer .footer-top_item > a > img {
  max-width: 200px;
}
.footer .footer-top_item > p {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 4px solid #3bbfb0;
  padding-bottom: 5px;
}
.footer .footer-top_item ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer .footer-top_item ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .footer-top_item ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-top_item ul li {
    width: 50%;
  }
}
.footer .footer-top_item ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  background-color: #d4f7f3;
  z-index: -1;
}
.footer .footer-top_item ul li:hover:after {
  width: 35%;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .footer .footer-top_item:first-child {
    display: none;
  }
}
.footer .footer-bottom {
  border-top: 1px solid #e9e9e9;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
}
.footer .footer-bottom a {
  position: relative;
}
.footer .footer-bottom a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #d4f7f3;
  top: calc(55% - 2.5px);
  left: -5%;
  z-index: -1;
}
.footer .footer-bottom a:hover:after {
  width: 110%;
  transition: all 0.5s ease;
}
.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .list-header {
    flex-wrap: wrap;
  }
}
.list-header > div {
  width: 50%;
  font-size: 13px;
}
@media (max-width: 768px) {
  .list-header > div {
    width: 100%;
  }
}
.list-header form {
  width: 45%;
  margin-left: 5%;
}
@media (max-width: 768px) {
  .list-header form {
    width: 100%;
    margin-left: 0;
  }
}
.list-header .page-title {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .list-header .page-title {
    margin-bottom: 20px;
  }
}
.skin-type-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
}
.skin-type-filter__title {
  width: 100%;
  margin-bottom: 0.4rem;
  padding: 0 10px 10px;
}
@media (max-width: 767px) {
  .skin-type-filter__title {
    padding: 0 0 10px;
  }
}
.skin-type-filter__item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.skin-type-filter__item label {
  color: #3bbfb0;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .skin-type-filter__item label {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .skin-type-filter__item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.skin-type-filter select {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 3px 10px;
}
.skin-type-filter select:focus {
  outline: none;
}
@media (max-width: 767px) {
  .skin-type-filter select {
    flex: 1;
  }
}
.skin-type-filter__button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px 0;
}
.skin-type-filter__button button {
  border: none;
  background-color: #3bbfb0;
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}
.skin-type-filter__button button:hover {
  transition: all 0.275s ease;
  background-color: #2d9387;
}
@media (max-width: 768px) {
  .skin-type-filter__button button {
    width: 100%;
    font-size: 16px;
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 767px) {
  .skin-type-filter__button {
    padding: 10px 0 0;
  }
}
.skin-type-filter .skin-typ-filter__row {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .skin-type-filter .skin-typ-filter__row {
    flex-wrap: wrap;
  }
}
.post-grid {
  transition: all 0.275s ease;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.post-gutter {
  width: 35px;
}
@media (min-width: 2301px) {
  .post-gutter {
    width: 50px;
  }
}
.post-col, .post-sizer {
  width: 50%;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-col, .post-sizer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .post-col, .post-sizer {
    width: 33.333%;
  }
}
.post-col--double {
  width: calc(66.666% - (35px * 2 / 6));
}
@media (min-width: 2301px) {
  .post-col--double {
    width: calc(66.666% - (50px * 2 / 6));
  }
}
.post-col, .post-col--double {
  margin-bottom: 35px;
}
@media (min-width: 2301px) {
  .post-col, .post-col--double {
    margin-bottom: 50px;
  }
}
.post-item {
  background-color: white;
  border-bottom: 5px solid #d4f7f3;
  transition: box-shadow 0.275s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-new .post-item {
  border-bottom-color: #3bbfb0;
}
.post-item:hover {
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
}
.post-col--double .post-item {
  border-color: #3bbfb0;
}
.post-item__label-new {
  background-color: #3bbfb0;
  display: inline-block;
  margin-bottom: 2rem;
  color: #fff;
  padding: 13px 20px;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .post-col--double .post-item {
    display: flex;
  }
}
.post-item__img {
  position: relative;
  overflow: hidden;
}
.post-item__img > a {
  display: flex;
  align-items: center;
}
.post-item__img img {
  transition: all 0.275s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .post-col--double .post-item__img {
    width: calc(50% - 8.666px);
  }
  .post-col--double .post-item__img img {
    height: 100%;
    object-fit: cover;
  }
}
.post-item:hover .post-item__img img {
  transform: scale(1.05);
}
.post-item__categories {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 0;
  background-color: #d4f7f3;
  padding: 13px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.post-new .post-item__categories {
  background-color: #3bbfb0;
}
.post-new .post-item__categories a {
  color: #fff;
}
.post-item__categories > li + li {
  margin-top: 5px;
}
.post-item__categories a {
  transition: all 0.2s ease;
}
.post-item__categories a:hover {
  opacity: 0.7;
}
.post-item__data {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .post-col--double .post-item__data {
    flex: 1;
  }
}
.post-item__title {
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 24px;
}
.post-item__title a {
  transition: all 0.2s ease;
}
.post-item__title a:hover {
  opacity: 0.7;
}
@media (min-width: 2301px) {
  .post-item__title {
    font-size: 30px;
  }
}
.post-item__bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.post-item__bottom > span {
  display: flex;
  flex-direction: column;
}
.post-item__bottom > span > span:last-child {
  font-size: 11px;
  margin-top: 0.1rem;
}
.post-item__bottom a {
  transition: all 0.2s ease;
}
.post-item__bottom a:hover {
  opacity: 0.7;
}
.post-item p {
  color: #707070;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 2301px) {
  .post-item p {
    font-size: 16px;
  }
}
.category-item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  background-color: #d4f7f3;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.category-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(https://cosmeticaaprueba.com/wp-content/uploads/2021/01/background-decora.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
}
.category-item > p {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  padding: 15px;
  background-color: #fff;
  text-transform: uppercase;
  z-index: -2;
}
.category-item > p a {
  transition: all 0.2s ease;
  position: relative;
}
.category-item > p a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #d4f7f3;
  top: calc(55% - 2.5px);
  left: -2.5%;
  z-index: -1;
}
.category-item > p a:hover:after {
  width: 105%;
  transition: all 0.5s ease;
}
.post-load-more {
  margin: 45px 0 60px;
  text-align: center;
}
.post-load-more > button {
  background-color: transparent;
  color: #3bbfb0;
  padding: 15px 30px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.post-load-more > button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #3bbfb0;
  bottom: 0;
  left: 0;
  transition: all 0.275s ease;
  z-index: -1;
}
.post-load-more > button:hover {
  text-decoration: none;
  color: #f7f7f7;
}
.post-load-more > button:hover:after {
  height: 100%;
}
.search-query {
  font-family: 'Jost', sans-serif;
  color: #3bbfb0;
}
.post-detail {
  max-width: 950px;
  margin: 0 auto;
}
.post-detail__image > img {
  width: 100%;
  height: auto;
  margin: 0 0 1.25rem;
}
.post-detail h1.entry-title {
  margin: 0 0 5px;
}
.post-detail .entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #707070;
  margin-bottom: 40px;
}
.post-detail .entry-meta p {
  margin-bottom: 0;
}
.post-detail .entry-meta a {
  color: #707070;
}
.post-detail .entry-meta p.byline.author.vcard {
  margin-left: 10px;
}
.post-detail .entry-content p {
  line-height: 1.6;
}
.post-detail .entry-content figure {
  margin: 0;
}
.post-detail .entry-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.post-detail .entry-content ul {
  padding-left: 0;
  list-style: none;
}
.post-detail .entry-content ul > li {
  padding-left: 15px;
  position: relative;
  line-height: 1.6;
}
.post-detail .entry-content ul > li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #3bbfb0;
  position: absolute;
  left: 0;
  top: 9px;
}
.post-detail .entry-content ul > li + li {
  margin-top: 10px;
}
.comments {
  margin: 50px 0 60px;
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
}
.comment-reply-title {
  font-size: 24px;
  margin: 0 0 20px;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.comment-form span.required {
  color: red;
}
.comment-list {
  padding: 0;
  list-style: none;
  margin: 15px 0 40px;
}
.comment-list .comment-body {
  background-color: #fff;
  border-left: 5px solid #d4f7f3;
  padding: 20px;
}
.comment-list .bypostauthor > .comment-body {
  border-left-color: #3bbfb0;
}
.comment-list > li + li {
  margin-top: 10px;
}
.comment .comment-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comment .comment-metadata > a {
  color: #707070;
}
.comment .comment-reply-link {
  color: #3bbfb0;
}
.comment .children {
  padding-left: 40px;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 30px;
}
.comment .children > li + li {
  margin-top: 10px;
}
.comment .comment-content {
  padding-left: 37px;
}
.comment .reply {
  font-weight: 600;
  text-align: right;
}
.comment-notes, .comment-form-comment, .comment-form-cookies-consent, .form-submit, .logged-in-as {
  width: 100%;
  padding: 0 15px;
}
.comment-form-email, .comment-form-author {
  padding: 0 15px;
  width: 50%;
}
.form-submit {
  text-align: center;
  margin: 15px 0 10px;
}
.form-submit .submit {
  background-color: #3bbfb0;
  color: white;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 18px;
  letter-spacing: 0.3px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.form-submit .submit:hover {
  background-color: #4cc8ba;
}
.akismet_comment_form_privacy_notice {
  text-align: center;
  font-size: 12px;
  color: #707070;
}
.akismet_comment_form_privacy_notice a {
  color: #707070;
  text-decoration: underline;
}
.comment-form-comment label, .comment-form-author label, .comment-form-email label {
  display: block;
}
.comment-form-comment textarea, .comment-form-author textarea, .comment-form-email textarea, .comment-form-comment input, .comment-form-author input, .comment-form-email input {
  width: 100%;
  padding: 15px;
  border: 1px solid #e9e9e9;
}
.comment-form-comment textarea:focus, .comment-form-author textarea:focus, .comment-form-email textarea:focus, .comment-form-comment input:focus, .comment-form-author input:focus, .comment-form-email input:focus {
  outline: none;
}
.comment-form-comment textarea, .comment-form-author textarea, .comment-form-email textarea {
  resize: none;
}
.post-pagination {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 30px;
}
.post-pagination > a:hover {
  opacity: 0.8;
}
.post-pagination .dots {
  color: #bbb;
}
.post-pagination .current {
  position: relative;
  color: #3bbfb0;
}
/*Posts relacionados*/
.h2-posts-relacionados {
  border-bottom: 4px solid #d4f7f3;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
}
#posts-relacionados {
  padding-bottom: 50px;
}
#posts-relacionados .swiper-slide {
  background-color: #fff;
  border-bottom: 4px solid #d4f7f3;
  overflow: hidden;
}
#posts-relacionados .swiper-slide h3 {
  margin: 15px;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  height: 65px;
}
#posts-relacionados .swiper-slide .link-post-relacionado {
  overflow: hidden;
  height: 200px;
  width: 100%;
  display: block;
}
#posts-relacionados .swiper-slide .link-post-relacionado img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  transition: all 0.275s ease;
}
#posts-relacionados .swiper-slide:hover {
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.15);
  transition: all 0.275s ease;
}
#posts-relacionados .swiper-slide:hover .link-post-relacionado img {
  transform: scale(1.05);
  transition: all 0.275s ease;
}
.single-post strong {
  font-weight: 600;
}
.single-post .entry-content a {
  color: #3bbfb0;
  text-decoration: underline;
}
.single-post .entry-content a:hover {
  text-decoration: none;
}
.posts-block + .posts-block {
  margin-top: 2.5rem;
}
.swiper-slide {
  height: auto !important;
}
[data-swiper="posts-block"] .swiper-pagination {
  position: static;
  bottom: 0;
  margin-top: 1rem;
}
.posts_block__title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: 400;
  font-family: 'Prata', serif;
}
