 @font-face {
     font-family: "ralewayRegular";
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url("fonts/raleway-regular-webfont.woff") format("woff");
 }

 @font-face {
     font-family: "cormorantGaramondBold";
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: url("fonts/cormorantgaramond-bold-webfont.woff") format("woff");
 }

 @font-face {
     font-style: normal;
     font-weight: 500;
     font-display: swap;
     font-family: "cormorantGaramondMedium";
     src: url("fonts/cormorantgaramond-medium-webfont.woff") format("woff");
 }

 @font-face {
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     font-family: "cormorantGaramondRegular";
     src: url("fonts/cormorantgaramond-regular-webfont.woff") format("woff");
 }

 body {
     padding: 0 !important;
     color: #212529 !important;
     background-color: #fff !important;
     overflow-x: hidden;
     font-family: "cormorantGaramondRegular" !important;
 }
 header{
    height: 235px;
 }


.customContainerError {
    margin: 200px 0;
    height: 100px;
}

.customContainerError h1{
    font-size: 80px;
}

.adStyle{
    text-align:center;
}

.cardContainerImg{
    max-height: 200px;
    height:200px;
}
.cardContainerImg img{
    object-fit: cover;
    height: 200px;
}
.container-author, .container-author-description{
    max-width:900px;
    width:100%;
    margin:auto;
}
.container-author-description{
    max-width: 1200px;
}
/*author*/
.wp-block-post-author__avatar img{
    width:150px;
    height: 150px;
}
.wp-block-post-author__name{
    padding:30px 0;
}

.containerInfoAuthor{
    background-color: #d9d2dc;
    margin: 0 0px 70px 0;
}
.containerInfoAuthor div{
    max-width:1200px;
    margin:auto;
}
.containerInfoAuthor .wp-user-avatar {
    width: 150px;
    height: 150px;
}

/* temporal abnner libro 90 respuestas*/
    .containerEditableBanner{
      position: relative;
      padding:0 5%;
      width:100%;
    }
    .btnLibro{
      background-color:#EDAF09 !important;
      color:#fff !important;
    }
    .textoLibro{
      font-size:25px;
    }
    .textoLibro strong{
        font-family: "cormorantGaramondBold";
    }
    .imgLibro{
      width:100%;
      max-width: 270px;
      position: relative;
      z-index: 1;
      margin:unset!important;
    }
    .line1{
      position: absolute;
      top:50px;
      left:0;
      right: 0;
      max-width: 80%;
      margin:auto;
    }
    .line2{
      position: absolute;
      bottom:50px;
      left:0;
      right: 0;
      max-width: 80%;
      margin:auto;
    }

    @media(max-width:1300px){
    .textoLibro{
          font-size:20px;
        }
    }
    @media(max-width:992px){
    .textoLibro{
          font-size:18px;
        }
    }
    @media(max-width:768px){
      .imgLibro {
        max-width: 150px;
        height:auto;
      }
        .logosFooter{
        height:auto;
      }
    }
    @media(max-width:300px){
      .imgLibro {
        max-width: 150px;
      }
    }
/*fin temporal*/

 .date-header p{
    position: fixed;
    top:0;
    left:50%;
    transform: translate(-50%, 0);
    font-size:16px;
    font-family: 'ralewayRegular';
 }

 a:hover {
     color: #4e282f;
 }

 .spaceSearch {
     margin-top: 150px !important;
 }

 .bannerMaster {
     max-width: 1200px;
     width: 100%;
     margin: 70px auto 0;
     display: block;
 }

 .btn {
     border-radius: 0 !important;
     text-transform: uppercase !important;
     font-family: "ralewayRegular" !important;
     letter-spacing: 2px !important;
 }

 ::-webkit-scrollbar {
     width: 10px;
 }

 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
 }

 ::-webkit-scrollbar-thumb {
     background-color: lightgray;
 }

 .web-stories-list__inner-wrapper::-webkit-scrollbar {
     height: 0px;
     background-color: #fff;
 }

 .web-stories-list__inner-wrapper::-webkit-scrollbar-thumb {
     background: #fff;
     border-radius: 10px;
 }

 .glider::-webkit-scrollbar {
     display: none;
 }

 .glider {
     -ms-overflow-style: none;
     scrollbar-width: none;
 }

 .row {
     max-width: 100%;
     width: 100%;
     margin: auto;
     margin-left: 0 !important;
     margin-right: 0 !important;
 }

 .wp-site-blocks {
     padding-top: 0px;
     padding-bottom: 0px;
 }

 .normalLink:hover {
     color: #fff;
 }

 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
     flex-basis: initial;
 }

 .wp-block-columns {
     margin-bottom: 0em;
 }

 img {
     display: block;
     margin: auto;
 }

 .btnShowMore {
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     padding: 5px 30px !important;
 }

 .bg-white {
     background-color: #fff;
 }

 .customPagination a,
 .customPagination .current {
     font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .customPagination a {
     padding: 0px 7px;
     text-decoration: none;
     color: #000;
 }

 .customPagination .current {
     padding: 0px 7px;
     border: 1px solid black;
     border-radius: 50%;
     font-weight: bold;
 }

 .wp-block-query-pagination .wp-block-query-pagination-previous-arrow,
 .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
     padding: 0px 7px;
     border: 1px solid #000;
     border-radius: 50%;
 }

 #arrowLeft {
     padding: 3px 10px !important;
 }

 #arrowRight,
 #arrowLeft {
     display: inline-flex;
     cursor: pointer;
     font-size: 22px;
     font-weight: 400;
     border-radius: 50%;
     border: 1px solid #000;
     padding: 0 10px;
 }

 .linksSemanas::-webkit-scrollbar:horizontal {
     height: 3px;
     background-color: #fff;
 }

 .linksSemanas::-webkit-scrollbar-thumb:horizontal {
     background: lightgray;
     border-radius: 10px;
 }

 button:focus:not(:focus-visible) {
     outline: 0 !important;
     box-shadow: unset !important;
 }

 .specialSuggestions {
     font-family: "cormorantGaramondMedium";
     color: #4e282f;
 }

 .textSpecialPostSuggest {
     color: #4e282f;
 }

 .textSpecialPostSuggest:hover {
     color: #4e282f !important;
 }

 .starSpecialPost {
     filter: invert(17%) sepia(15%) saturate(1758%) hue-rotate(299deg) brightness(92%) contrast(91%);
     float: left;
     margin-right: 10px;
 }

 .space {
     margin-top: 100px;
 }

 .wp-block-search__button.has-icon.wp-element-button {
     background-color: transparent;
     color: #000;
     margin-left: 0px;
     padding: 0 8px;
 }

 .search-icon {
     transform: rotateY(180deg);
     min-width: 2.5em !important;
     min-height: 2.5em !important;
     width: 55px;
     height: 55px;
     fill: #131313 !important;
 }

 a {
     text-decoration: none !important;
     cursor: pointer;
 }

 .wp-block-search__inside-wrapper {
     position: absolute;
     top: 100px;
     left: 50%;
     transform: translate(-50%, 0%);
     transition: .8s;
     max-width: 980px;
     padding-top: 30px;
 }

 .btnBackToTop {
     display: none;
     position: fixed;
     bottom: 50px;
     right: 15px;
     z-index: 99;
     font-size: 18px;
     border: none;
     outline: none;
     filter: invert(16%) sepia(1%) saturate(0%) hue-rotate(153deg) brightness(95%) contrast(86%);
     cursor: pointer;
     padding: 15px;
     border-radius: 4px;
     width: 75px;
     height: auto;
     mix-blend-mode: difference;
 }

 .wp-block-search__input {
     border: 1px solid #c1c1c1;
     height: 70px;
     border-radius: 0px;
     font-size: calc(18px + (40 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     padding-left: 30px;
 }

 .loader {
     animation: rotate 1s infinite;
     height: 50px;
     width: 50px;
     margin: 50px auto 0;
 }

 .loader:before,
 .loader:after {
     border-radius: 50%;
     content: "";
     display: block;
     height: 20px;
     width: 20px;
 }

 .loader:before {
     animation: ball1 1s infinite;
     background-color: #0f86b0;
     box-shadow: 30px 0 0 #03A9F4;
     margin-bottom: 10px;
 }

 .loader:after {
     animation: ball2 1s infinite;
     background-color: lightgray;
     box-shadow: 30px 0 0 #000;
 }

 @keyframes rotate {
     0% {
         transform: rotate(0deg) scale(0.8)
     }
     50% {
         transform: rotate(360deg) scale(1.2)
     }
     100% {
         transform: rotate(720deg) scale(0.8)
     }
 }

 @keyframes ball1 {
     0% {
         box-shadow: 30px 0 0 lightgray;
     }
     50% {
         box-shadow: 0 0 0 lightgray;
         margin-bottom: 0;
         transform: translate(15px, 15px);
     }
     100% {
         box-shadow: 30px 0 0 lightgray;
         margin-bottom: 10px;
     }
 }

 @keyframes ball2 {
     0% {
         box-shadow: 30px 0 0 #0f86b0;
     }
     50% {
         box-shadow: 0 0 0 #0f86b0;
         margin-top: -20px;
         transform: translate(15px, 15px);
     }
     100% {
         box-shadow: 30px 0 0 #0f86b0;
         margin-top: 0;
     }
 }

 [title^='YouTube video player'] {
     max-width: 100%;
     margin: auto;
     display: block;
 }

 .lds-ellipsis {
     display: none;
     position: relative;
     width: 40px;
     height: 40px;
 }

 .lds-ellipsis div {
     position: absolute;
     top: 33px;
     width: 13px;
     height: 13px;
     border-radius: 50%;
     background: #000;
     animation-timing-function: cubic-bezier(0, 1, 1, 0);
 }

 .lds-ellipsis div:nth-child(1) {
     left: 8px;
     animation: lds-ellipsis1 0.6s infinite;
 }

 .lds-ellipsis div:nth-child(2) {
     left: 8px;
     animation: lds-ellipsis2 0.6s infinite;
 }

 .lds-ellipsis div:nth-child(3) {
     left: 32px;
     animation: lds-ellipsis2 0.6s infinite;
 }

 .lds-ellipsis div:nth-child(4) {
     left: 56px;
     animation: lds-ellipsis3 0.6s infinite;
 }

 @keyframes lds-ellipsis1 {
     0% {
         transform: scale(0);
     }
     100% {
         transform: scale(1);
     }
 }

 @keyframes lds-ellipsis3 {
     0% {
         transform: scale(1);
     }
     100% {
         transform: scale(0);
     }
 }

 @keyframes lds-ellipsis2 {
     0% {
         transform: translate(0, 0);
     }
     100% {
         transform: translate(24px, 0);
     }
 }

 .bannerHeader {
     position: fixed;
     top: 0;
     right: 0;
     z-index: 100;
     width: 230px;
 }

 .bg-mediakit {
     background-color: #4e282f;
 }

 .bg-nosotros {
     background-color: #dad3de;
 }

 .navbar {
     padding: 40px 20px;
     height: 100px;
     border-bottom: 1px solid #f0f0f0;
 }
.menuHorizontal {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    z-index:10;
}
 .navbar-collapse {
     flex-grow: 0 !important;
 }

 .barResp {
     display: none !important;
}

 .barWeb {
     display: block;
 }

 nav ul li a {
     text-transform: capitalize !important;
 }

 .navbar-light .navbar-nav .nav-link.active,
 .navbar-light .navbar-nav .show>.nav-link {
     font-weight: bolder;
     border-bottom: dotted;
     padding-bottom: 3px;
 }

 .searchContainer {
/*     width: 130px;*/
    width:auto;
 }

 .searchIcon {
     width: 30px;
     margin: 0 10px;
 }

 .containerItems {
     display: flex;
     flex-direction: column;
     min-height: auto;
     justify-content: space-between;
     padding-bottom: 50px;
 }

 .menuItem {
     display: flex;
     justify-content: center;
     padding: 20px 0px;
     flex-direction: column;
     align-items: flex-start;
 }

 .header-nav {
     order: 2;
 }

 .header-nav {
     position: fixed;
     top: -1000px;
     left: 0;
     bottom: auto;
     right: 0;
     background-color: rgba(255, 255, 255, 255.97);
     z-index: 100;
     opacity: 1;
     -webkit-transition: all 0.4s linear;
     transition: all 0.4s linear;
 }

 .header-nav.active {
     top: 0;
 }

 .header-nav.active .header-nav__inner {
     display: -webkit-box;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     flex-flow: row wrap;
     -webkit-box-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     align-items: flex-start;
     align-content: flex-start;
     height: 100%;
     overflow: auto;
     padding-top: 10px;
 }

 nav.active ul {
     width: 100%;
     text-align: center;
     padding: 0;
     overflow: hidden;
     display: block;
 }

 nav.active ul li {
     padding: 10px 0;
 }

 nav ul {
     padding: 8px 0 0 0;
     display: flex;
 }

 nav ul li {
     padding: 0 0 0 13px;
     list-style: none;
 }

 nav ul li a {
     display: inline-block;
     font-family: "BrandonText", Helvetica, Arial, sans-serif;
     font-size: 16px;
     line-height: 17px;
     color: #000;
     text-transform: uppercase;
     padding: 5px 8px;
     letter-spacing: 0.9px;
     position: relative;
     text-decoration: none;
     transition: color .5s ease-in-out;
 }
 .menuHorizontal ul li a{
    font-family: "ralewayRegular";
    text-transform: uppercase !important;
 }

 nav ul li a:hover {
     color: #28cad0;
     transition: color .3s ease-in-out;
 }

 .itemTitle {
     font-size: calc(18px + (27 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     cursor: pointer;
     text-transform:uppercase;
 }

 .headerTitle {
     font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
 }

 .itemSubtitle {
     font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     transition: .5s;
 }

 a.link-dark.text-decoration-none[aria-expanded="true"] {
     border-bottom: dotted;
     padding-bottom: 7px;
     font-family: cormorantGaramondMedium;
 }

 .linkDash.:hover {
     border-bottom: dotted;
 }

 .device-menu {
     position: relative;
     z-index: 110;
     background-color: #4e282f;
     width: 35px;
     height: 35px;
     display: block;
     border-radius: 50%;
     transition: all 0s;
 }

 .device-menu.open {
     position: fixed;
     top: 180px;
     right: 50px;
 }

 .device-menu .device-menu__inner {
     width: 18px;
     height: 10px;
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .device-menu span {
     position: absolute;
     width: 100%;
     height: 2px;
     left: 0;
     background-color: white;
     top: 5px;
     left: 0;
 }

 .device-menu span:nth-child(1) {
     top: 0;
     -webkit-transition: rotate, 0.3s;
     transition: rotate, 0.7s;
 }

 .device-menu span:nth-child(2) {
     top: 50%;
 }

 .device-menu span:nth-child(3) {
     top: 100%;
     -webkit-transition: rotate, 0.7s;
     transition: rotate, 0.7s;
 }

 .device-menu.open span:nth-child(1) {
     top: 5px;
     right: 0;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
 }

 .device-menu.open span:nth-child(2) {
     opacity: 0;
 }

 .device-menu.open span:nth-child(3) {
     top: 5px;
     right: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }

 .mainSearch {
     cursor: pointer;
 }

 .overlaySearch {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     width: 100%;
     background-color: #fff;
     z-index: 1000;
 }

 .closeOverlay {
     position: absolute;
     top: 30px;
     right: 30px;
     cursor: pointer;
     transition: .8s;
 }

 .closeOverlay:hover {
     width: 40px;
     height: 40px;
 }

 .overlayToggle {
     display: block !important;
 }

 .trimestreContainer.show {
     display: flex;
     justify-content: center;
 }

 .web-stories-list.is-view-type-circles .story-content-overlay__title {
     font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .imgPost,
 .imgPost img {
     object-fit: cover;
     height: 100%;
 }

 .wp-block-post-template.is-flex-container {
     justify-content: center;
 }

 .titlePost {
     color: #000 !important;
     font-weight: 100 !important;
 }

 .titlePost p {
     font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     color: #000 !important;
     text-decoration: unset !important;
     line-height: 33px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }

 .titlePostColumns a {
     font-family: cormorantGaramondRegular !important;
 }

 .descriptionPostHome {
     font-size: calc(20px + (20 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
 }

 .imgPost {
     width: 100%;
 }

 .titlePost a {
     color: #4e282f !important;
     text-decoration: unset !important;
     font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondRegular;
     line-height: 33px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }

 .titlePost a:hover {
     color: #949494 !important;
 }

 .squareText p {
     color: #000 !important;
     text-decoration: unset !important;
     font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     line-height: 33px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }

 .squareText p:hover {
     color: #949494 !important;
 }

 .titleBlackPost {
     font-size: calc(21px + (35 - 21) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium !important;
 }

 .titlePost a:hover {
     text-decoration: none !important;
 }

 .imgPostBig {
     width: 100%;
     height: auto;
 }

 .categoryPostBig {
     background-color: #fff;
     width: auto;
     display: inline-block;
     padding: 3px 30px;
     border-radius: 0px;
     font-family: cormorantGaramondRegular;
     text-transform: uppercase;
     font-size: calc(18px + (16 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     padding: 6px 25px;
     color: #4e282f;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-family: 'ralewayRegular';
 }

 #carouselInnerHome .categoryPostBig {
     background-color: #4e282f;
     color: #fff;
 }

 .single .categoryPostBig {
     letter-spacing: 2px;
 }

 #carouselGaleria .carousel-inner{
    height:auto !important;
    margin-top:50px !important;
    margin-bottom:50px;
 }
 #carouselGaleria .carousel-item{
    height:auto !important;
 }
 #carouselGaleria .carousel-indicators {
    margin-bottom: -2rem;
}
#carouselGaleria img{
    height: auto;
    object-fit:cover;
}

 .categoryPostBig a {
     color: #fff !important;
     text-decoration: none !important;
 }

 .categoryPostBig.special a {
     color: #4e282f !important;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-family: 'ralewayRegular';
 }

 .categoryPost.special a {
     color: #4e282f !important;
     background-color: transparent;
     padding: 0;
 }

 .categoryPost a {
     color: #4e282f !important;
     text-decoration: none !important;
     background-color: transparent;
     width: auto;
     display: inline-block;
     padding: 3px 30px;
     border-radius: 15px;
     font-family: ralewayRegular;
     text-transform: uppercase;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-size: calc(20px + (14 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     padding: 6px 10px 6px 0;
 }

 .bgText {
     background-color: #fff;
     width: 85%;
 }

 .bgText a {
     font-family: cormorantGaramondMedium !important;
 }

 .titlePostBig a {
     font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }

 .specialTitlePostBig a {
     font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .titlePostBig a:hover {
     color: #949494 !important;
 }

 .textInnerPost {
     position: relative;
     width: auto;
     background-color: transparent;
     padding: 2rem 0;
     text-align: justify;
     bottom: 0;
 }

 .addVertical {
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
 }

 #containerSemanas {
     min-height: 400px;
     background-color: #f4f2f8;
 }

 #containerSemanas .card {
     background-color: #f4f2f8;
 }

 .btnBebes {
     background-color: #4e282f !important;
     color: #fff !important;
     border: 0px !important;
     padding: 5px 30px !important;
 }

 .bgBebes {
     background-color: #f4f2f8;
 }

 .categoryPostBebes {
     color: #4e282f;
     text-transform: lowercase;
     display: block;
     text-align: center;
     font-size: 40px;
     text-decoration: none;
     font-size: calc(34px + (80 - 34) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .categoryPostBebesLinks {
     font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .linksSemanas {
     padding: 10px 0 20px;
 }

 .linksSemanas small {
     text-decoration: none;
     color: #000;
     padding: 5px 0px;
     cursor: pointer;
 }

 .linksSemanas small:hover {
     background-color: #4e282f;
     color: #fff;
 }

 .linksSemanas .active {
     background-color: #4e282f;
     color: #fff;
 }

 .mailWeb {
     display: block;
 }

 .mailResp {
     display: none;
 }

 .newsletterContainer {
     background-color: #f4f3f9;
     position: relative;
 }

 .imgNewsletterContainer {
     position: relative;
 }

 .newsletterImg {
     position: absolute;
     width: 300px;
     right: 70px;
     top: 20px;
 }

 .textNewsletterContainer {
     padding: 70px 0;
 }

 .titleNewsletter {
     font-size: calc(14px + (74 - 14) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: 'cormorantGaramondMedium';
     color: #4e282f !important;
 }

 .titleNewsletterHeading {
     font-size: calc(18px + (80 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .subtitleNewsletter {
     font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: 'cormorantGaramondRegular';
 }

 .newsletterInput {
     border: none;
     border-radius: 30px;
     outline: none !important;
     padding: 0 0 0 10px;
     height: 55px;
     border-color: transparent;
     width: 300px;
     position: relative;
     z-index: 2;
 }

 .newsletterBtn {
     padding: 5px 30px !important;
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .orangeBtn {
     background-color: #4e282f !important;
     color: #fff !important;
     border: 0px !important;
 }

 .firstTextBanner {
     position: absolute;
     top: 50%;
     right: 30%;
     transform: translate(0%, -50%);
     text-align: center;
     width: 23%;
     max-width: 550px;
 }

 .firstTitleBanner {
     color: #1457a9;
     font-size: calc(28px + (80 - 28) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .firstParagraphBanner {
     color: #1457a9;
     font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .firstBtnBanner {
     background-color: #1457a9 !important;
     color: #fff201 !important;
     border-radius: 40px !important;
     font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .secondTextBanner {
     position: absolute;
     top: 50%;
     left: 18%;
     transform: translate(0%, -50%);
     text-align: center;
     width: 50%;
     max-width: 550px;
 }

 .secondTitleBanner {
     color: #fb6668;
     font-size: calc(28px + (80 - 28) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .secondParagraphBanner {
     color: #1457a9;
     font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .secondParagraphSubtitle {
     color: #000;
     font-size: calc(22px + (25 - 22) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .secondBtnBanner {
     background-color: #fb6668 !important;
     color: #fff !important;
     font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     border-radius: 40px !important;
 }

 .bannerEspecial {
     max-width: 1200px;
 }

 .figure img {
     cursor: pointer;
 }

 .categoryTitle {
     color: #4e282f;
     display: block;
     text-align: center;
     font-size: 40px;
     text-decoration: none;
     font-size: calc(34px + (80 - 34) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .web-stories-list {
     margin-bottom: 0;
     margin-top: 0;
     padding-top: 100px;
     padding-bottom: 24px;
     background-color: #fdfdfd;
 }

 .web-stories-list.is-view-type-circles .glider-track {
     width: 1000px !important;
     max-width: 1000px !important;
     display: flex;
     justify-content: space-between;
 }

 .web-stories-list.is-view-type-circles .web-stories-list__story-poster .web-stories-list__story-poster-placeholder,
 .web-stories-list.is-view-type-circles .web-stories-list__story-poster a>img,
 .web-stories-list.is-view-type-circles .web-stories-list__story-poster>img {
     border: 2px solid transparent;
     padding: 3px;
 }

 #carouselHome {
    background-color: #f1f1f1;
    max-width: 1600px;
    margin: 0px auto 0;
    margin-top:0px;
    height: auto;
 }

/* #carouselHome,*/
 .carousel-inner {
     height: auto !important;
 }

 .carousel-item {
     height: auto;
 }

 .carousel-control-next-icon {
     background-image: url("https://bbmundo.com/wp-content/uploads/2023/04/circle-chevron-right.png") !important;
     filter: invert(1);
     height: 4rem !important;
     width: 4rem !important;
 }

 .carousel-control-prev-icon {
     background-image: url("https://bbmundo.com/wp-content/uploads/2023/04/circle-chevron-left.png") !important;
     filter: invert(1);
     height: 4rem !important;
     width: 4rem !important;
 }

 .imgSlider {
     position: relative;
    height: 700px;
    max-height: 700px;
    height:auto;
    aspect-ratio: auto;
     object-fit: cover;
     object-position: top center;
 }

 .refSlide {
     display: block;
     margin: 0 auto;
 }

 .customContainerSlide {
     margin: 0 auto;
     width: 90%;
     max-width: 1500px;
     padding: 10px;
 }

 .customContainerSlide h2 {
     margin: 0;
     padding: 0;
     text-align: center;
     font-size: calc(22px + (50 - 22) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: 'cormorantGaramondMedium';
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     display: block;
 }

 .customContainerSlide h2>span {
     background-color: #fff;
     color: #4e282f;
     box-decoration-break: clone;
     padding: 10px 30px;
     border-radius: 0px;
     display: block;
 }

 .site-footer {
     background-color: #4e282f;
     padding: 20px 0;
     color: #fff;
 }
 .logosFooter{
    width:100%;
    max-width:190px !important;
 }
.logoPodcast{
    filter:invert(1);
    max-width: 120px !important;
    margin: 0 auto 0 0;
    padding-left: 20px;
}
.logoMoi{
    margin: 0 0 0 auto;
    padding-right: 20px;
}


 .textFooterContainer {
     max-width: 1000px;
     margin: auto;
 }

 .textFooterContainer p {
     font-size: calc(14px + (13 - 14) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .mmkDirection {
     font-size: calc(15px + (16 - 15) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .footer-brand {
     filter: invert(1);
 }

 .socialIcon {
     fill: #fff;
 }
 .customWidth{
    width:33%;
 }

 .socialIconContainer {
     background-color: #4e282f;
     border-radius: 50%;
     width: 35px;
     height: 35px;
     margin: 0 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px;
 }

 .socialContainer .row {
     padding: 60px 0;
     max-width: 2300px;
     margin: auto;
 }

 .containerContact {
     background-color: #fed9da;
     height: 420px;
     margin-top: 100px !important;
     margin-bottom: 0px !important;
     position: relative;
 }

 .contactTitle {
     font-size: calc(30px + (80 - 30) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .contactTitle p {
     margin: 0;
 }

 .contactSubtitle {
     font-size: calc(20px + (35 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
 }

 .contactoImg {
     position: relative;
 }

 .contactoImg img {
     position: absolute;
     left: -100px;
     top: -79px;
     width: 645px;
 }

 .emailInput,
 .msjInput {
     z-index: 1;
 }

 .mediaKitTitle {
     font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (3000 - 300))) !important;
     color: #4e282f;
 }

 .mediaKitSubtitle {
     font-size: calc(18px + (33 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .mmk-footer {
     width: 190px;
 }

 .titleArchive {
     font-size: calc(25px + (80 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .imgPostTema {
     border: 40px solid #ffffff;
     box-shadow: 5px 5px 10px #e4e4e0;
 }

 .taxonomy_titlePost {
     font-family: cormorantGaramondMedium;
     font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
     line-height: normal;
     color: #4e282f !important;
 }

 .taxonomy_excerptPost {
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
 }

 .taxonomy_excerptPost p {
     margin: 0;
 }

 .card-taxonomy {
     background-color: #e2e7eb;
 }

 .text-white.titlePost {
     ;
     color: #4e282f !important;
 }

 .taxonomyCard {
     height: 370px;
     border-radius: 0px;
 }

 .taxonomyCard .imgBorder {
     border-radius: 20px 20px 0 0;
 }

 .taxonomyCard br {
     display: none;
 }

 .taxonomyContainerCards .wp-block-post-template {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 0 30px;
 }

 .tema-title a {
     color: #fff !important;
 }

 #pagination li {
     float: left;
     border: 1px solid black;
     list-style: none;
     padding: 2px 12px;
     cursor: pointer;
     border-radius: 50% !important;
     border-radius: 4px;
     font-size: calc(16px + (33 - 16) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondMedium;
 }

 #pagination .activeItem {
     background-color: #4e282f;
     border: 1px solid #fff;
     color: #fff;
 }

 .taxonomy_temas {
     min-height: 400px;
 }

 .col-temas>p {
     margin: 0 !important;
 }

 body>div>div.container.px-3.px-md-5.pt-0.pt-md-5>div>div.col-12.col-lg-5.d-flex.flex-column.justify-content-center>p:nth-child(3) {
     margin: 0;
 }

 .ribbon1 {
     position: absolute;
     bottom: 0%;
     left: -5%;
     width: 100px;
 }

 .ribbon2 {
     position: absolute;
     top: -8%;
     right: -5%;
     width: 100px;
 }

 body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
     max-width: 1300px;
 }

 .singleTitle h2 {
     font-size: calc(25px + (80 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .titleSinglePost p {
     font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     color: #4e282f;
 }

 .titleSinglePost .wp-block-post-author__name {
     font-family: cormorantGaramondBold;
     font-size: calc(16px + (28 - 16) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .paragraphExcerpt p {
     font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     padding: 0 10%;
 }

 .customContent .wp-caption {
     max-width: 680px;
     margin: auto;
 }

 .customContent {
     padding-left: 50px !important;
 }

 .customContent ol {
     margin: 25px 0;
 }

 .customContent ol>li {
     position: relative;
     padding: 0 10px;
 }

 .customContent ol>li:before {
     content: counter(index, decimal);
     counter-increment: index;
     left: -20px;
     background-color: #f4f3f1;
     z-index: 1;
     display: inline-block;
     width: 25px;
     height: 27px;
     border-radius: 50%;
     color: #4e282f;
     text-align: center;
     margin: 6px 10px 0px 0px;
     line-height: 100%;
 }
 .customContent figure{
    width:100% !important;
 }

 .customContent ol>li:first-child {
     counter-reset: index;
 }

 .customContent ol>li {
     list-style: none;
 }

 .customContent p {
     font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-weight: 300;
 }

 p.captionImg {
     font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: ralewayRegular;
     text-transform: uppercase;
     margin-bottom: 40px;
     text-decoration: overline;
 }

 .customContent h1,
 .customContent h2,
 .customContent h3,
 .customContent h4,
 .customContent h5,
 .customContent h6 {
     font-weight: 300;
     font-size: calc(20px + (46 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: "cormorantGaramondBold";
     font-weight: bold;
 }

 .customContent {
     font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: "cormorantGaramondMedium";
 }

 .related {
     font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .singleImg,
 .singleImg img {
     height: 600px;
     object-fit: contain;
 }

 .wp-block-post-author__avatar {
     margin-right: 0em;
 }

 .titleSinglePost,
 .dateSinglePost {
     display: inline-block;
     font-size: calc(17px + (24 - 17) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .socialShareContainer {
     position: fixed;
     top: 50%;
     left: 50px;
     transform: translate(0, -50%);
     gap: 10px;
     display: flex;
     flex-direction: column;
     z-index: 2;
 }

 .socialShareContainerResp {
     position: relative;
     display: flex;
     align-content: center;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     flex-direction: row;
 }

 .imgSingle img {
     height: 800px;
     object-fit: contain !important;
 }

 .taxonomy-post_tag.wp-block-post-terms {
     display: inline;
     padding: 0 0 0 10px;
 }

 .taxonomy-post_tag.wp-block-post-terms a {
     color: #5f5f5f;
     text-decoration: none;
     font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
     text-transform: uppercase;
     padding: 0px 5px;
     text-decoration: none !important;
 }

 .taxonomy-post_tag.wp-block-post-terms a:hover {
     color: #000 !important;
 }

 .rmp-rating-widget.js-rmp-rating-widget {
     display: flex;
     align-content: center;
     justify-content: center;
     align-items: center;
 }

 .rmp-heading.rmp-heading--subtitle,
 .rmp-rating-widget__icons {
     display: inline-flex;
 }

 .postTermsCategory {
     border: 1px solid #000;
     padding: 2px 10px;
     border-radius: 2px;
     font-size: calc(20px + (20 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .related-posts-link {
     border-bottom: 2px solid #dad3de;
 }

 .related-posts-link:nth-child(4) {
     border-bottom: none;
     padding-bottom: none;
 }

 .bookmark {
     color: #000;
     text-decoration: none;
 }

 .bookmark:hover {
     color: #000 !important;
 }

 .relatedPostNumber {
     font-size: 50px;
     font-weight: bold;
     padding-right: 10px;
     font-size: calc(50px + (70 - 50) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     float: left;
     color: #00d2dd;
     display: none;
 }

 .related-post-title {
     display: inline;
     font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     display: flex;
     align-items: center;
 }

 .related-post-title:hover {
     color: #4e282f;
 }

 .postTermsCategory {
     border-bottom: 1px solid #000;
 }

 .topic {
     border-bottom: 1px solid #c5c5c5;
     padding-bottom: 20px;
 }

 .specialistTitle {
     color: #4e282f;
 }

 .specialistSubtitle {
     color: #4e282f;
 }

 .boldTextSingle,
 .rmp-heading.rmp-heading--subtitle {
     font-family: cormorantGaramondMedium !important;
     color: #4e282f;
 }

 .more {
     font-size: calc(19px + (24 - 19) * ((100vw - 300px) / (3000 - 300))) !important;
     color: color: #4e282f;
 }

 .lineDecorationPost {
     border: none;
     color: #fff;
     background-color: #fff;
     height: 0px !important;
     width: 100%;
     opacity: 1;
     margin: 0 !important;
 }

 .rmp-rating-widget .rmp-icon--ratings {
     font-size: 2rem;
 }

 .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
     padding-right: 10px;
 }

 .customContent a {
     color: #4e282f !important;
     text-decoration: underline !important;
     text-underline-position: under !important;
     text-decoration-color: #dad3de !important;
     font-family: cormorantGaramondMedium;
     border-bottom: 2px solid #dad3de;
     text-decoration: none !important;
 }

 .customContent a:hover {
     color: #000 !important;
 }

 blockquote p {
     margin: 3rem 50px !important;
     color: #00d2dd !important;
     font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     text-align: center;
 }

 .customContent strong {
     font-weight: bold;
     font-family: "cormorantGaramondBold";
 }

 .customContent iframe {
     max-width: 100%;
     margin: auto;
     display: block;
 }

 .customContent h1 {
     font-family: "cormorantGaramondBold" !important;
     font-size: calc(20px + (55 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     color: #4e282f;
     line-height: normal;
     padding-top: 20px;
 }

 .customContent h2 {
     font-family: "cormorantGaramondBold" !important;
     font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     color: #4e282f;
     line-height: normal;
     padding-top: 20px;
 }

 .customContent h3 {
     font-family: "cormorantGaramondBold" !important;
     font-size: calc(20px + (42 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     color: #4e282f;
     line-height: normal;
     padding-top: 20px;
 }

 .customContent h4 {
     font-family: "cormorantGaramondBold" !important;
     font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     color: #4e282f;
     line-height: normal;
     padding-top: 20px;
 }

 .customContent h5 {
     font-family: "cormorantGaramondBold" !important;
     font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (3000 - 300))) !important;
     color: #4e282f;
     line-height: normal;
     padding-top: 20px;
 }

 .wp-caption-text {
     text-align: left;
     background: #4e282f;
     color: #fff;
     padding: 10px;
     font-family: 'ralewayRegular';
     text-transform: uppercase;
     font-size: 10px;
 }

 .customContent blockquote {
     border-left: 0;
     margin: 1em 3em;
     padding-left: 0;
     font-style: italic;
     background-image: url("https://staging.bbmundo.com/wp-content/uploads/2023/07/Comillas.png");
     background-repeat: no-repeat;
     background-size: 50px;
     background-position: left top;
     position: relative;
     margin: auto;
 }

 .customContent blockquote p::after {
     content: "";
     background-image: url("https://staging.bbmundo.com/wp-content/uploads/2023/07/Comillas.png");
     background-repeat: no-repeat;
     background-size: 50px;
     background-position: left top;
     display: inline-block;
     width: 50px;
     height: 50px;
     position: absolute;
     bottom: auto;
     transform: rotate(180deg);
     margin-left: 20px;
 }

 .customContent blockquote strong {
     font-weight: normal;
 }

 .customContent ul {
     margin-top: 0 !important;
     margin-bottom: 0rem !important;
/*     list-style: auto !important;*/
     margin-left: 2rem !important;
 }

 .postTermsCategory a {
     color: #000;
     text-decoration: none !important;
     border: 0;
 }

 .single .categoryPostBig a {
     color: #4e282f !important;
 }

 .custom-padding {
     gap: 1.2em;
     display: flex;
     flex-direction: column;
 }

 .disabledItem {
     pointer-events: none;
     opacity: 0.4;
 }

 .specialists-title {
     color: #4e282f;
     font-size: calc(40px + (80 - 40) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .searchSpecialistsBtn {
     border-radius: 20px !important;
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f !important;
     border-color: #4e282f !important;
 }

 .searchSpecialistsBtn:hover {
     background-color: #d9d2dc !important;
 }

 .specialistName,
 .specialistTitlePost {
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .specialistTitlePost.regularText {
     font-family: cormorantGaramondRegular !important;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
 }

 .specialistNamePost {
     font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
 }

 .specialistTitle {
     font-size: calc(25px + (80 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .specialisTitleModal {
     font-size: calc(18px + (50 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .specialistSubtitle {
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .subtitleParagraph {
     font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondRegular;
 }

 .specialistPhone,
 .specialistWeb {
     font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 ..specialistTitle {
     font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 .specialistDecorationTitle {
     font-size: calc(25px + (50 - 25) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .specialistsCarousel.carousel-inner .carousel-item.active,
 .specialistsCarousel.carousel-inner .carousel-item-next,
 .specialistsCarousel.carousel-inner .carousel-item-prev {
     display: flex;
 }

 .specialistsCarousel.carousel-inner .carousel-item-end,
 .specialistsCarousel.carousel-inner .carousel-item-start {
     transform: translateX(0);
 }

 .specialistsCarousel.carousel-inner .carousel-item-end.active,
 .specialistsCarousel.carousel-inner .carousel-item-next {
     transform: translateX(25%);
 }

 .specialistsCarousel.carousel-inner .carousel-item-start.active,
 .specialistsCarousel.carousel-inner .carousel-item-prev {
     transform: translateX(-25%);
 }

 .specialistsCarousel .carousel-item {
     transition: unset !important;
 }

 .specialistsCarousel.carousel-inner {
     height: auto !important;
 }

 #recipeCarousel .carousel-control-prev-icon,
 #recipeCarousel .carousel-control-next-icon {
     filter: invert(14%) sepia(9%) saturate(3631%) hue-rotate(299deg) brightness(94%) contrast(85%);
 }

 #recipeCarousel .carousel-control-prev {
     left: -120px;
 }

 #recipeCarousel .carousel-control-next {
     right: -120px;
 }

 .wp-user-avatar {
     border-radius: 50%;
     width: 250px;
     height: 250px;
     object-fit: cover;
 }

 .active>div:nth-child(1)>div>div.card-img>.wp-user-avatar {
     border: 20px solid #d9d2dc;
 }

 .itemSlide {
     position: relative;
 }

 .specialistSlide {
     height: auto !important;
 }

 .imgInteraction{
    cursor:pointer;
 }
 #recipeCarousel>div>div.carousel-item.itemSlide.active>div:nth-child(1)>div>div.card-img>img {
     filter: grayscale(0);
 }

 .itemSlide .card-img img {
     filter: grayscale(1);
     transition:all 0.5s ease-in-out;
     aspect-ratio: 2 / 1;
 }
  .itemSlide .card-img img:hover {
     filter: grayscale(0);
     transform: scale(0.9);
 }

 .containerInfoSlider {
     padding: 80px 10% !important;
     background-color: #d9d2dc;
 }

 .itemBanner {
     display: none;
 }

 .itemBanner.active {
     display: flex;
     flex-wrap: wrap;
     max-width: 1600px;
     margin: auto;
 }

 .phoneSlider {
     fill: #4e282f;
     width: 15px;
     height: 15px;
 }

 .variantIcon {
     background-color: #4e282f;
     width: 50px;
     height: 50px;
     padding: 10px;
     border-radius: 50%;
     margin: 0 5px;
     padding: 12px !important;
 }

 .specialistDecorationTitle::before {
     content: "*********";
     font-size: 20px;
     font-weight: 100;
     vertical-align: middle;
     padding-right: 20px;
 }

 .specialistDecorationTitle::after {
     content: "*********";
     font-size: 20px;
     font-weight: 100;
     vertical-align: middle;
     padding-left: 20px;
 }

 #pageNumber li {
     float: left;
     border: none;
     list-style: none;
     padding: 4px 3px;
     cursor: pointer;
     border-radius: 4px;
     font-size: 20px;
     font-family: cormorantGaramondMedium;
     max-width: 40px;
     min-width: 40px;
     display: inline-block;
     text-align: center;
 }

 .specialLi {
     border: none;
     list-style: none;
     padding: 5px 0px;
     cursor: pointer;
     border-radius: 50%;
     font-size: 20px;
     font-family: cormorantGaramondMedium;
     max-width: 50px;
     min-width: 50px;
     display: inline-block;
     text-align: center;
 }

 .activeItem {
     background-color: transparent;
     border: 1px solid #000 !important;
     color: #000;
     pointer-events: none;
     border-radius: 50% !important;
     padding: 4px 0px !important;
 }

 .specialistModalClose {
     position: relative;
     cursor: pointer;
     margin-left: 97%;
     margin-top: -10px;
 }

 .customBorder {
     border-radius: 20px !important;
     border: 1px solid #000 !important;
     padding: 5px 30px !important;
 }

 .modal-content {
     border: 0px !important;
 }

 .categorySpecialist {
     color: #4e282f !important;
     background-color: transparent !important;
     padding: 0 !important;
     margin: 0;
 }

 .background-especial {
     background-position: center center;
     background-size: cover;
     position: absolute;
     inset: 500px 0px 0px !important;
     z-index: -1;
     height: 1000px;
 }

 .bg-especial {
     background-color: #fff;
     position: relative;
     z-index: 1;
     min-height: 50vh;
 }

 .taxonomyReports {
     font-size: calc(32px + (65 - 32) * ((100vw - 300px) / (3000 - 300))) !important;
     font-family: cormorantGaramondMedium;
 }

 #container_temas {
     gap: 15px 0;
 }

 #container_temas .card {
     box-shadow: 5px 5px 6px #f2f2f2 !important;
 }

 #container_temas>div:nth-child(1)>div>.tema_body {
     background-color: #ff6767;
 }

 #container_temas>div:nth-child(2)>div>.tema_body {
     background-color: #00c3ff;
 }

 #container_temas>div:nth-child(3)>div>.tema_body {
     background-color: #9eecfa;
 }

 #container_temas>div:nth-child(4)>div>.tema_body {
     background-color: #00c9cf;
 }

 #container_temas>div:nth-child(5)>div>.tema_body {
     background-color: #d1d1fe;
 }

 #container_temas>div:nth-child(6)>div>.tema_body {
     background-color: #717171;
 }

 .customCard {
     height: 400px;
     border-radius: 30px;
 }

 .img_especial {
     height: 300px;
     width: 100%;
     object-fit: cover;
 }

 .tema_body {
     height: 100px;
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     align-content: center;
 }

 .tema_body p {
     word-break: break-word;
 }

 .reportsTitle {
     font-size: calc(25px + (80 - 25) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .resportsTitlePost {
     font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondMedium;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
     color: #4e282f !important;
 }

 .reportsParagraphPost {
     font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondRegular;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
     display: none;
 }

 .suggestionsRibbon {
     background-color: transparent;
 }

 .titlePost .categorySpecials {
     color: #4e282f;
     text-decoration: none !important;
     background-color: transparent;
     width: auto;
     display: inline-block;
     padding: 0;
     border-radius: 15px;
     font-family: cormorantGaramondMedium;
     text-transform: uppercase;
     font-size: calc(16px + (14 - 16) * ((100vw - 300px) / (3000 - 300))) !important;
 }

 .tema_body {
     background-color: #e2e7eb;
 }

 .pagination-specials {
     width: 33px;
     height: 33px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding-bottom: 5px !important;
 }

 .btn-specialTemas {
     background-color: #4e282f !important;
     margin: 0 auto 0 0;
 }

 .blueRibbon {
     background-color: #dad3de;
     margin-top: -1px !important;
 }

 .blueRibbon p {
     font-size: calc(20px + (37 - 20) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondMedium;
     color: #4e282f;
 }

 .specialText {
     font-size: calc(17px + (33 - 17) * ((100vw - 300px) / (3000 - 300)));
     color: #4e282f;
 }

 .normalText {
     font-size: calc(17px + (33 - 17) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondRegular;
 }

 .contactName {
     font-size: calc(35px + (50 - 35) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondMedium;
     color: #fff;
 }

 .contactArea {
     font-size: calc(20px + (33 - 20) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondRegular;
 }

 .box1 {
     background-color: #cdfe03;
 }

 .box2 {
     background-color: #ffd400;
 }

 .box3 {
     background-color: #a766ff;
 }

 .box4 {
     background-color: #fb4f6e;
 }

 .box1,
 .box2,
 .box3,
 .box4 {
     border-radius: 50px;
     height: 400px;
     max-width: 350px;
     margin: auto;
 }

 .bioImg {
     border-radius: 50%;
     width: 50%;
     margin-top: -50px;
     margin-bottom: 30px;
     display: inline-block;
 }

 .teamTitle {
     margin-bottom: 100px;
     font-size: calc(25px + (80 - 25) * ((100vw - 300px) / (3000 - 300)));
     font-family: cormorantGaramondMedium;
 }

 .modal {
     background-color: rgba(0, 0, 0, .5);
 }

 .iconMail {
     width: 30px;
     height: 30px;
     fill: #fff;
     margin-top: 10px;
     cursor: pointer;
 }

 .iconMail:hover {
     width: 36px;
     height: 36px;
 }
 .canada-container{
    position: fixed;
    top: 212px;
    left: 0;
    right: 0;
 }

 .canada-container h3{
    font-family: 'ralewayRegular';
    background-color: rgb(237 238 247 / 50%);
    padding: 10px 25px;
    backdrop-filter: blur(10px);
    font-weight: 500;
    width: 100%;
 }

 .canada-container a{
    color: #750021;
    font-size: 1.5rem;
 }

 @media(min-width:2500px) {
     .titlesFont,
     .titleNewsletter,
     .contactTitle {
         font-size: 60px !important;
     }
     #carouselHome,
     .carousel-inner {
         height: auto !important;
     }
     .containerText {
         max-width: 1900px !important;
     }
     .box1,
     .box2,
     .box3,
     .box4 {
         height: 600px;
     }
 }

 @media(min-width:1920px) {
     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl,
     .container-xxl {
         max-width: 1600px !important;
     }
 }

 @media(min-width:1400px) {
     .taxonomyCard {
         height: 450px;
     }
     .custom-padding {
         max-width: 1400px !important;
     }
 }

 @media(min-width:1300px) {
     .containerSpecialistSlider {
         max-width: 1200px !important;
     }

 }

 @media(max-width:1300px) {
     .taxonomy_excerptPost {
         display: none;
     }
     #carouselGaleria img{
        height: auto;
    }
    #carouselHome, .carousel-inner{
        height: auto !important;
     }
    .carousel-item{
        height: auto !important;
    }
 }

 @media(max-width:1540px) {
     .socialShareContainer {
         left: 5px;
     }
     .containerInfoSlider {
         padding: 80px 10% !important;
     }
     #recipeCarousel .carousel-control-prev {
         left: -40px;
     }
     #recipeCarousel .carousel-control-next {
         right: -40px;
     }
     .secondTextBanner {
         top: 55%;
         left: 15%;
         width: 30%;
     }
 }

/* @media(max-width:1400px){
    #carouselHome {
        margin: 120px auto 0;
    }
 }*/

 @media(max-width:1200px) {
    .cardContainerImg{
        max-height: 140px;
        height:140px;
    }
    .cardContainerImg img{
        object-fit: cover;
        height: 140px;
    }
     .bannerHeader {
         top: 100px;
     }
     .navbar {
         padding: 40px 5%;
     }
     .web-stories-list.is-view-type-circles .glider-track {
         width: 100% !important;
         max-width: 100% !important;
         display: flex;
         gap: 0 20px;
         justify-content: flex-start;
     }
     .firstTextBanner {
         right: 15%;
         width: 45%;
         max-width: 600px;
     }
     .bannerBebe {
         height: 500px;
         object-fit: cover;
     }
     .secondTextBanner {
         left: 5%;
         width: 45%;
     }
     .imgSingle img {
         height: 450px;
     }
     .socialShareContainer {
         display: none;
     }
     .contactoImg img {
         left: -200px;
     }
     .containerInfoSlider {
         padding: 40px 5% !important;
     }
     .taxonomyCard {
         height: 320px;
     }
 }

 @media(max-width:1068px) {
     .newsletterImg {
         top: 35px;
     }
 }

 @media(max-width:1024px) {
     .squareText p {
         display: none;
     }
     .customGrid .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
         width: calc(50% - .9375em);
     }
     .customGridVariant .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
         width: calc(50% - .9375em);
     }
 }

 @media(max-width:908px) {
     .newsletterBtn {
         margin-top: 20px !important;
     }
     .imgSingle img {
         height: auto;
         object-fit: initial;
     }
 }

 @media(max-width:992px) {
     .menuItem {
         padding: 0px 0px;
     }
     .wp-block-search__inside-wrapper {
         width: 80% !important;
     }
     .header-nav.active .header-nav__inner {
         padding-bottom: 300px;
     }
     .menuItem {
         align-items: center;
     }
     .header-nav.active .header-nav__inner {
         padding-top: 40px;
     }
     .barResp {
         display: block !important;
     }
     .barWeb {
         display: none;
     }
     .searchIcon {
         margin: 0 0px;
     }
     .searchContainer {
         width: auto;
     }
     #wp-block-search__input-1.openInputSearch {
         position: absolute;
         top: 100px;
         left: 0;
         right: 0;
         width: 100%;
         max-width: 90%;
         margin: auto;
         border: 1px solid #e3e3e3;
         border-radius: 6px;
     }
     .carousel-indicators [data-bs-target] {
         background-color: #000 !important;
     }
     .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
         width: 48%;
     }
     .banner2 {
         height: 400px !important;
         object-fit: cover;
         object-position: right;
     }
     .customRowBanner {
         background-color: #d1d2ff;
     }
     .customRowBanner .position-relative {
         display: flex;
         flex-direction: column;
     }
     .secondTextBanner {
         position: relative;
         top: 0;
         left: auto;
         right: 0;
         bottom: 0;
         width: 100%;
         max-width: 100%;
         transform: unset;
         padding: 40px 0 20px;
         order: -1;
     }
     .textInnerPost {
         position: relative;
         bottom: 0;
         left: 0;
         width: 100%;
         padding: 20px 30% 20px 5%;
     }
     .titlePostBig a {
         padding: 0px;
     }
     #recipeCarousel .carousel-control-prev {
         height: 100%;
         left: -25px;
     }
     #recipeCarousel .carousel-control-next {
         right: -25px;
         height: 100%;
     }
     .ribbon1,
     .ribbon2 {
         width: 20%;
     }
     .ribbon1 {
         bottom: 8%;
     }
     .taxonomyCard {
         height: 280px;
     }
     .textFooterContainer {
         max-width: 100%;
     }
     .imgRespNosotros {
         margin-top: 60px;
     }
    .cardContainerImg{
        max-height: auto;
        height:auto;
    }
    .cardContainerImg img{
        object-fit: cover;
        height: auto;
    }
 }

 @media(max-width:767px) {
    header{
        height: 80px;
    }
     .bannerHeader {
         width: 100px;
     }
      .bannerMaster {
        margin: 30px auto 0;
     }
     .header-nav.active {
         bottom: 0;
     }
     .header-nav.active .header-nav__inner {
         padding-bottom: 10px;
     }
     .customGrid .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
         width: calc(100% - .9375em);
     }
     .customGridVariant .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
         width: calc(100% - .9375em);
     }
     .imgPostTema {
         border: 15px solid #ffffff;
     }
     .customContainerSlide h2>span {
         overflow: hidden;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         line-clamp: 2;
         -webkit-box-orient: vertical;
         padding: 0 !important;
     }
     .web-stories-list.is-view-type-circles .web-stories-list__story {
         min-width: 90px !important;
         max-width: 90px !important;
     }
     .web-stories-list.is-view-type-circles .web-stories-list__story-poster .web-stories-list__story-poster-placeholder,
     .web-stories-list.is-view-type-circles .web-stories-list__story-poster a>img,
     .web-stories-list.is-view-type-circles .web-stories-list__story-poster>img {
         height: 90px !important;
         width: 90px !important;
     }
     .customCard {
         height: 270px;
     }
     .img_especial {
         height: 150px;
     }
     .tema_body {
         height: 120px;
     }
     .especialesContainer {
         max-width: 100%;
     }
     .reportsParagraphPost {
         display: none;
     }
     .wp-block-post-template.is-flex-container {
         gap: 0px;
     }
     .socialIconFooter {
         padding: 1px;
     }
     .socialIconMenu {
         padding: 1px;
     }
     .carousel-item {
         height: 650px;
     }
     .carousel-caption {
         padding-bottom: 0rem !important;
         left: 0px !important;
         right: 0px !important;
         top: 260px;
     }
     .carousel-indicators {
         margin-bottom: 0;
     }
     #carouselHome,
     .carousel-inner {
         height: 400px !important;
     }
     .imgSlider {
         height: auto;
         object-fit: contain;
        aspect-ratio: 2 / 1;
     }
     .customContainerSlide h2>span {
         padding: 10px 0px;
         font-family: cormorantGaramondMedium !important;
     }
     .device-menu.open {
         top: 100px;
         right: 10px;
     }
     .imgFirstBannerImg {
         background-color: #c9eafd;
     }
     .containerBtnBanner {
         position: absolute;
         bottom: -15px;
         left: 50%;
         transform: translate(-50%, 0);
     }
     .customCardHome {
         flex-direction: row !important;
         grid-gap: 20px;
         align-items: center;
     }
     .customCardHome .categoryPost,
     .card-body .special {
         display: none;
     }
     .titlePost a {
         line-height: normal;
         padding: 0px !important;
     }
     .cardContainerImg,
     .cardContainerHome {
         width: 50%;
     }
     .firstTextBanner {
         background-color: #c9eafd;
         position: relative;
         top: 0;
         right: 0;
         transform: unset;
         width: 100%;
         max-width: 100%;
         margin-top: -1px;
         padding: 40px 0 100px;
     }
     .single {
         margin-bottom: 50px;
     }
     .web-stories-list.is-view-type-circles .glider-track {
         gap: 0 0px;
         padding: 0 0px;
     }
     .carousel-control-prev-icon,
     .carousel-control-next-icon {
         height: 3rem !important;
         width: 3rem !important;
     }
     .carousel-control-next,
     .carousel-control-prev {
         bottom: 150px !important;
     }
     .mailWeb {
         display: none;
     }
     .mailResp {
         display: block;
     }
     .newsletterImg {
         top: -25px;
         width: 100px;
         right: 50%;
         left: 50%;
         transform: translate(-50%, 0%);
     }
     .newsletterBtn {
         width: 300px;
         display: block !important;
         margin: auto;
         max-width: 300px;
         margin-top: 0px !important;
     }
     .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
         width: 47%;
     }
     .linksSemanas {
         gap: 40px;
     }
     .imgPost {
         height: auto;
     }
     .textInnerPost {
         padding: 20px 10% 0px 7%;
     }
     .socialIconContainer {
         width: 35px;
         height: 35px;
         margin: 0 3px;
     }
     .socialShareContainerResp {
         position: fixed;
         bottom: 0;
         background-color: #000;
         left: 0;
         right: 0;
         justify-content: space-between;
     }
     .socialShareContainerResp .socialIconContainer {
         width: 100% !important;
         border-radius: 0px;
         margin: 0px auto !important;
         padding: 0px !important;
     }
     .linkSticky {
         border-right: 1px solid #fff;
         width: 25% !important;
     }
     .linkSticky:nth-child(4) {
         border-right: 0px solid #fff;
     }
     .socialShareContainerResp .socialIconContainer:nth-child(3) {
         border-right: 0px;
     }
     .rmp-rating-widget.js-rmp-rating-widget {
         flex-direction: column;
     }
     .specialistsCarousel.carousel-inner .carousel-item>div {
         display: none;
     }
     .specialistsCarousel.carousel-inner .carousel-item>div:first-child {
         display: block;
     }
     .containerContact {
         padding: 30px 0 0 0;
     }
     .containerContact {
         height: auto;
         margin: 10px 0 0 !important;
     }
     .contactoImg img {
         position: relative;
         left: 0;
         top: 0px;
         width: 60%;
         padding: 0px 0px 0;
     }
     .specialistDecorationTitle::before,
     .specialistDecorationTitle::after {
         content: "";
     }
     .containerInfoSlider {
         padding: 40px 0% !important;
     }
     #recipeCarousel .carousel-control-prev {
         left: -25px;
     }
     #recipeCarousel .carousel-control-next {
         right: -25px;
     }
     #taxonomy_temas {
         grid-gap: 0px 0;
     }
     .taxonomyCard {
         height: 250px;
     }
     .carousel-control-prev-icon,
     .carousel-control-next-icon {
         height: 44px !important;
         width: 44px !important;
     }
     .carousel-control-prev {
         left: 10px;
     }
     .carousel-control-next {
         right: 10px;
     }
     .bioImg {
         margin-top: -60px;
     }
     .box1,
     .box2,
     .box3,
     .box4 {
         height: 400px;
         width: 80%;
         margin: auto;
     }
     .wp-block-quote {
         margin: 1em 2%;
         background-size: 20px;
         background-position: 1px top;
     }
     blockquote p {
         margin: 40px 10px !important;
     }
     .bgText {
         width: 100%;
         text-align: left;
     }
     .socialContainer .row {
         padding: 0px;
     }
     .customContent {
         padding-left: 0px !important;
     }
     .wp-user-avatar {
         width: 200px;
         height: 200px;
         max-width: 100%;
     }
     .titleNewsletterHeading {
         padding-top: 40px;
     }
      .spaceSearch {
         margin-top: 100px !important;
     }
     .logoPodcast {
        max-width: 120px !important;
    }
    .canada-container {
        top: 100px;
    }
    .mainLogo{
        max-width:170px;
    }
 }

 @media(max-width:576px) {
     .mainLogo {
         width: 120px;
     }
     .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
         width: 100%;
     }
     .newsletterInput {
         height: 38px;
     }
     .newsletterBtn {
         width: auto;
         display: block !important;
         margin: auto;
     }
     #recipeCarousel .carousel-control-prev {
         left: 7px;
         height: 100%;
     }
     #recipeCarousel .carousel-control-next {
         right: 7px;
         height: 100%;
     }
     .box1,
     .box2,
     .box3,
     .box4 {
         height: 350px;
         width: 90%;
     }
     .bioImg {
         margin-top: -80px;
     }
     .taxonomyCard {
         height: auto;
         padding-bottom: 2rem;
     }
     .specialistDecorationTitle::before,
     .specialistDecorationTitle::after {
         padding-right: 0;
         padding-left: 0;
     }
     .footer-logo-bbmundo {
         width: 120px;
         padding: 40px 0 !important;
     }
     .mmk-footer {
         width: 140px;
     }
     .web-stories-list.is-view-type-circles .web-stories-list__story {
         margin: 0 2px;
     }
     .paragraphExcerpt p {
         padding: 0 5%;
     }
 }

 @media(max-width:420px) {
     .web-stories-list {
         padding-left: 10%;
         padding-right: 10%;
     }
     .web-stories-list.is-view-type-circles.has-title .glider-next,
     .web-stories-list.is-view-type-circles.has-title .glider-prev {
         right: -12%;
     }
     .web-stories-list.is-carousel .amp-carousel-button-prev,
     .web-stories-list.is-carousel .glider-prev {
         left: -12%;
     }
 }

 @media(max-width:380px) {
     .linksSemanas {
         width: 300px;
         overflow-x: scroll;
         gap: 0 20px;
         justify-content: flex-start !important;
     }
     .linksSemanas small {
         min-width: 80px;
     }
     .wp-user-avatar {
         width: 150px;
         height: 150px;
         max-width: 100%;
     }
     .active>div:nth-child(1)>div>div.card-img>.wp-user-avatar {
         border: 10px solid #d9d2dc;
     }
 }

 .entry-content blockquote.wp-embedded-content {
     display: none;
 }

 .entry-content iframe.wp-embedded-content {
     position: static !important;
 }

 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
     .entry-content iframe.wp-embedded-content {
         max-width: 350px;
         height: 500px;
     }
 }

 @media only screen and (min-width: 1024px) {
     .entry-content iframe.wp-embedded-content {
         width: 450px;
         height: 500px;
     }
 }

 iframe.wp-embedded-content .wp-embed-excerpt {
     color: red !important;
 }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    /* Styles */
    #eclipse-broadcast iframe{
        width: 100%;
        max-width: 400px;
        height: 320px;
     }
}
/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
    /* Styles */
    #eclipse-broadcast iframe{
        width: 100%;
        max-width: 1200px;
        height: 720px;
    }
}
 