/*
Theme Name: Central
Theme URI: https://them.es/starter
Author: Paola Ponce
Author URI: https://them.es/
Description: Tema para Central.
Version: 3.5.0
Requi© at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: central
*/


/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*////////////.     CUSTOM.    ////////////*/

body {
    background-color: #eae8d7 !important;
    font-size: 19px !important;
    color: #101920 !important;
}

body,
main#main,
p {
    font-family: "Vollkorn", serif;
}

#main #footer {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Public Sans", sans-serif;
}

h3 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 24px 0;
    color: #ff5900;
}

a {
    color: #ff5900;
}

a:hover {
    color: #ff5900;
}

#text-2 p {
    font-family: "Public Sans", sans-serif !important;
    text-align: center;
    font-size: 14px;
}

#media_image-4 {
    text-align: center;
}

h1.entry-title {
    margin-bottom: 32px;
}

h2 .ep-title {
    line-height: 1.2;
}

.title-container {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-container {
    display: flex;
    gap: 0.6rem;
    width: max-content;
    flex-wrap: nowrap;
    margin: 0;
}

.scroll-container.scroll {
    animation: scroll 10s forwards linear infinite;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}


/* header */

header #header a,
header #header a .fas {
    color: #eae8d7;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

main,
#main {
    margin-top: 150px !important;
}

nav#header {
    font-family: "Public Sans", sans-serif;
}

.bg-coal {
    background-color: #101920;
}

.bg-orange {
    background-color: #ff5900;
}

.navbar {
    background-image: none;
}

.nav-link {
    color: #eae8d7 !important;
    display: block;
    font-size: 18px;
    font-weight: 900 !important;
}

a.nav-link:focus,
a.nav-link:hover,
.link-item:hover {
    color: #ff5900 !important;
}

.btn-white {
    background-color: white;
    border-left: 1px solid #ff5900;
}

.btn-link {
    color: #eae8d7 !important;
}

.form-control {
    color: #101920;
    line-height: 2;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
}

ul#language-id {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #eae8d7;
}

#navbar .fas {
    font-size: 28px;
}

#navbar .fas {
    font-size: 28px;
}

#navbar a .fas:hover {
    color: #eae8d7;
}

.navbar-toggler {
    border: transparent;
    color: #eae8d7;
    font-size: 26px;
    line-height: 1;
}

.menu-content {
    justify-content: end;
}

.other-links {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.other-links div:not(:last-child)::after,
#toggle-search::after,
#toggle-search::before {
    content: " |";
    color: #eae8d7;
    padding: 0 16px;
}

#search-form {
    position: fixed;
    top: 68px;
    height: 60px;
    transition: all 0.7s;
    z-index: 9999;
    width: 100%;
}

#search-form .input-group {
    height: 63px;
}

#search-form.el-hidden {
    height: 0;
    transition: all 0.7s;
    z-index: -1;
}

.fas {
    font-size: 24px;
}

#toggle-search.btn {
    padding: 0;
}

.dropdown-toggle:after {
    border-left: 0 transparent;
    border-right: 0 transparent;
    border-top: 0 solid;
}

i.fas.fa-solid.fa-bag-shopping:hover,
i.fas.fa-search:hover {
    color: #ff5900 !important;
}

a.navbar-brand {
    padding: 6px 0 8px;
}


/* footer */

#footer {
    background-color: transparent !important;
}

#media_image-3 img {
    margin-top: 9px;
}

.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-top: 0 !important;
}

ul.zoom-social-icons-list.zoom-social-icons-list--without-canvas.zoom-social-icons-list--round.zoom-social-icons-list--no-labels {
    border-right: 2px solid #eae8d7;
    padding-right: 15px;
}

#img_hilo {
    width: 59px;
    height: 35px;
    background-image: url("https://centralseries.audio/wp-content/uploads/2023/11/logo-el-hilo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 32px 0 0;
}

#img_hilo:hover {
    background-image: url("https://centralseries.audio/wp-content/uploads/2023/11//logo-el-hilo-over.svg");
}

#img_hilo a,
#img_ra a {
    display: block;
    width: 100%;
    height: 100%;
}

#img_ra {
    width: 150px;
    height: 32px;
    background-image: url("https://centralseries.audio//wp-content/uploads/2023/11/logo-radio-ambulate.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-top: 9px;
}

#img_ra:hover {
    background-image: url("https://centralseries.audio/wp-content/uploads/2023/11/logo-radio-ambulate-over.svg");
}

.custom-html-widget {
    display: flex;
}

.txt-beige {
    color: #eae8d7;
}

.txt-beige i:hover {
    color: #eae8d7 !important;
}

.txt-orange {
    color: #ff5900;
}

.txt-italic {
    font-style: italic;
}

.btn.btn-main {
    background-color: #ff5900;
    color: #eae8d7;
}

.btn.btn-main.donation {
    width: 70%;
    box-shadow: 2px 2px 5px #909090;
}

a.btn.btn-main.donation:hover {
    background: #101920;
}

a.btn.btn-main div {
    width: 45%;
    text-align: left;
}

figure.wp-block-image.size-large {
    margin-bottom: 8px;
}

#block-10 .wp-block-image {
    margin: 0;
}

#block-9 {
    display: flex;
    align-self: flex-end;
    margin-bottom: 10px;
}

div#custom_html-2 {
    padding-bottom: 24px;
}

.social-icon-link:first-child {
    padding-right: 20px;
}

ƒ #footer p {
    margin-top: 0;
}

div#block-10 img {
    width: 50%;
    display: block;
    margin: 0 auto 6px auto;
}

div#text-2 {
    margin-bottom: 20px;
}


/* Content */

h1.txt-serif {
    font-family: "Vollkorn", serif;
}

.txt-sanserif {
    font-family: "Public Sans", sans-serif;
}

.fs-7 {
    font-size: 0.875rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-60 {
    font-size: 3rem !important;
}

.txt-black {
    font-weight: 900 !important;
}

.txt-noir {
    color: #101920;
}


/* HOME */

.featured-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 -30px;
    background-size: cover;
    padding: 0;
}

.bck-degrade-beige {
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 38%, rgb(234, 232, 215) 50%);
    height: 450px;
}

.title-image img {
    max-width: 70%;
}

.title-main {
    font-size: 1.5rem;
    width: 70%;
}

.border-b {
    border-bottom: 3px solid #ff5900;
}

#hear-us img {
    margin-right: 16px;
    width: 72px;
}

i.fa-solid.fa-circle-play {
    color: #ff5900;
    font-size: 4.64rem;
}

ul#icon-square {
    list-style: none;
    padding: 10px 0 17px 0;
}

ul#icon-square li {
    width: 25px;
    height: 25px;
    background-color: #eae8d7;
    margin-right: 12px;
    text-align: center;
    border-radius: 4px;
}

ul#icon-square li {
    background-color: #101920;
}

ul#icon-square li:hover {
    background-color: #ff5900;
}

ul.brand-support-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.brand-support-list li {
    text-align: center;
}

ul.brand-support-list li img {
    max-height: 80px;
}

ul.brand-support-list li img:last-child {
    width: 130px;
    height: auto;
}

ul.brand-support-list li a:hover {
    opacity: 0.7;
}

p.zoom-social-icons-legacy-widget-title.widget-title.title.heading-size-3 {
    font-family: "Public Sans";
    text-align: center;
    font-weight: 700;
    color: #ff5900;
}


/* main slider home*/

.carousel-indicators [data-bs-target] {
    background-color: #101920;
    border-bottom: 0;
    border-top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}

.carousel-image {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100vh;
}


/* swiper */

span.swiper-pagination-bullet {
    height: 40px;
    width: 40px;
    border-radius: 3px;
    color: #eae8d7;
    background: transparent;
    border: 2px solid #eae8d7;
    padding: 4px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff5900;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #ff5900;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

#pagination-bullets {
    bottom: 90px;
    text-align: center;
}

#pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active,
#pagination-bullets span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 25px;
}

#pagination-bullets span.swiper-pagination-bullet {
    background-color: #101920;
    border: 1px solid #101920;
}

#pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff5900;
}

#pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0 transparent;
}


/* suscripcion */

#block-11 p.has-text-align-center {
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    color: #ff5900;
}

#mc_embed_signup .mc-field-group input {
    background: #eae8d7 !important;
    border: 2px solid #ff5900 !important;
    padding: 6px 8px;
    border-radius: 4px;
    width: 100%;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: #eae8d7 !important;
}

#mc-embedded-subscribe {
    background-color: #ff5900 !important;
    border: 0;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
}

.content__gdpr {
    color: #ff5900;
}

#mc_embed_signup form {
    margin: 0 !important;
}

#block-7 {
    margin: 0 auto 54px;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup input#gdpr_164 {
    width: auto !important;
    margin-right: 8px;
}

.content__gdpr.fs-6.mt-2 p {
    display: inline;
}

.fs-3-5 {
    font-size: 3.5rem;
}

input#mce-EMAIL::placeholder,
.mce_inline_error {
    color: #000 !important;
}

div#mce-success-response {
    background-color: #f7f7ef;
    padding: 8px;
    margin-top: 8px;
}


/* entradas */

ul#episodios {
    list-style: none;
    padding: 0;
}

ul#episodios li {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #ff5900;
    text-align: center;
    margin-right: 16px;
}

ul#episodios li.current {
    background-color: #ff5900;
}

ul#episodios li.current a {
    color: #eae8d7;
}

ul#episodios li a {
    display: block;
    margin-left: -1px;
    line-height: 40px;
}

ul#episodios li:hover {
    background-color: #ff5900;
    color: #eae8d7;
}

ul#episodios li a:hover {
    color: #eae8d7;
}

h2.wp-block-heading {
    font-size: 26px;
    margin: 24px 0;
    color: #ff5900;
    font-weight: 900;
}

iframe {
    width: 100% !important;
}

.ico-en {
    background-color: #eae8d7;
    border-radius: 4px;
    color: #101920;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    font-family: "Public Sans";
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.ico-en:hover,
.ico-en.ico-article:hover {
    background-color: #ff5900;
}

.ico-en.ico-article {
    background: transparent;
    color: #eae8d7;
    padding: 0 0 5px 0;
}

#boton-donar {
    width: 53%;
    margin: 0 auto;
}


/* bloque carrusel*/

.carousel {
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    border: 2px solid #ff5900;
    width: 44px;
    height: 44px;
    top: unset !important;
    color: #ff5900;
    border-radius: 4px;
    z-index: 999;
}

.carousel-indicators [data-bs-target="#carouselPhotos"] {
    background-color: #101920;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    background-image: unset;
}

.carousel-control-prev {
    left: 30%;
}

.carousel-control-next {
    right: 30%;
}

.carousel-inner {
    height: 500px;
}

.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: -62px;
    text-align: left;
    color: #101920 !important;
}

.carousel-indicators {
    bottom: -10px;
}

.carousel-indicators .active {
    background-color: #ff5900;
}

#mainCarousel .carousel-indicators {
    bottom: 2px;
}

#mainCarousel .carousel-control-prev {
    left: 3%;
}

#mainCarousel .carousel-control-next {
    right: 3%;
}

#mainCarousel .carousel-control-next,
#mainCarousel .carousel-control-prev {
    border: 0;
    width: 60px;
    height: 60px;
    top: 45% !important;
    border-radius: 0;
}

#mainCarousel .carousel-control-prev-icon,
#mainCarousel .carousel-control-next-icon {
    background-image: none;
}

#mainCarousel .carousel-inner {
    height: auto;
}


/* paginas */

form#form_contact-form input,
form#form_contact-form textarea {
    color: #000 !important;
    font-size: 16px;
}


/**/

form#form_contact-form input {
    height: 40px;
    background-color: #eae8d7;
    color: #999;
    border: 2px solid #ff5900;
}

form#form_contact-form textarea {
    background-color: #eae8d7;
    color: #999;
    border: 1px solid #ff5900;
}

form#form_contact-form label {
    font-size: 26px;
    color: #ff5900;
    font-family: "Public Sans", sans-serif;
    font-weight: 900;
}

span.frm_required {
    color: #ff5900 !important;
}

div#frm_desc_field_p4e9k {
    font-size: 14px;
    color: #ff5900 !important;
}

button.frm_button_submit {
    background-color: #ff5900 !important;
    color: #101920 !important;
    border-color: #ff5900 !important;
    font-family: "Public Sans", sans-serif !important;
}

button.frm_button_submit:hover {
    background-color: #101920 !important;
    color: #eae8d7 !important;
    border-color: #101920 !important;
}


/* bloque */

h3.team-title {
    font-size: 24px;
    font-weight: 900;
    color: #ff5900;
    margin-bottom: 14px;
}

h4.cargo {
    font-size: 14px;
    font-style: italic;
    color: #ff5900;
    width: 80%;
    margin-bottom: 14px;
}

img.attachment-thumbnail.size-thumbnail {
    border-radius: 25px;
    margin-bottom: 16px;
}

ul#team {
    list-style: none;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}


/* acordeon */

.accordion-item {
    background-color: transparent;
    border: 0 transparent;
    color: #101920;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #ff5900;
    padding: 16px 0;
    font-weight: 900;
}

.accordion-body {
    padding: 16px 0;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: unset;
}

.accordion-button:after {
    margin-left: 8px;
}

.icono {
    width: 25px;
    height: 25px;
    padding: 4px 4px 4px 5px;
    background-color: #ff5900;
    font-size: 18px;
    margin-right: 16px;
    border-radius: 4px;
}


/* Redes sociales */

.share {
    position: relative;
    width: 150px;
    height: 70px;
    overflow: hidden;
}

.share-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eae8d7;
    text-transform: uppercase;
    cursor: pointer;
}

.social-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 32px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin-top: 3px;
}

.share:hover .social-buttons {
    opacity: 1;
}

.social-buttons a {
    line-height: 25px;
    width: 25px;
    text-align: center;
    display: inline-block;
    color: #ff5900;
    font-size: 20px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.social-buttons a:hover {
    background-color: #eae8d7;
    color: #101920;
    padding-top: 5px;
}

ul#menu-principal li ul.dropdown-menu.show {
    background-color: #101920 !important;
}

.dropdown-menu {
    box-shadow: unset !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ff5900 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #ff5900;
}

i.fa-solid.fa-bars:hover {
    color: #101920;
}


/*compartir*/

.item-top {
    z-index: 99;
}

header.card-body,
header.entry-header,
header.page-header {
    position: static;
    z-index: 0;
}

#post-372 span.fs-20.txt-orange.txt-black,
.swiper article.swiper-slide:first-child .body-1 span.fs-20.txt-orange.txt-black {
    display: none;
}

button.btn.btn-secondary {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    background-image: unset;
}

input.form-control {
    background-color: #eae8d7;
}

#redes-sociales-footer i.fa-brands.fa-x-twitter,
#redes-sociales-footer i.fa-brands.fa-instagram {
    font-size: 30px;
    color: #101920;
}

#redes-sociales-footer i.fa-brands.fa-x-twitter:hover,
#redes-sociales-footer i.fa-brands.fa-instagram:hover {
    color: #ff5900;
}

li#menu-item-112 {
    padding-right: 8px;
}

i.fas.fa-solid.fa-heart {
    color: #ff5900 !important;
}

i.fas.fa-solid.fa-heart:hover {
    color: #eae8d7;
}

.tool-tip {
    position: relative;
    display: inline-block;
}

.tool-tip:before {
    content: attr(data-text);
    position: absolute;
    bottom: -125%;
    margin-left: -15px;
    width: auto;
    padding: 8px;
    border-radius: 5px;
    background: #101920;
    color: #eae8d7;
    text-align: center;
    display: none;
    z-index: 99999;
    font-size: 12px;
    font-family: "Public Sans", sans-serif;
}

.tool-tip:hover:before {
    display: block;
}

a.btn-more {
    padding: 2px 6px 2px 4px;
    border: 2px solid #ff5900;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    margin-top: 8px;
    float: right;
    color: #ff5900;
}

a.btn-more:hover {
    background-color: #ff5900;
    color: #eae8d7;
}

.article-wrapper {
    padding: 0 32px;
}

.thumbnail-container {
    width: 100%;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}


/* Ocultar el span dentro del primer article */

article.post-372 .fs-20 {
    display: none;
}


/* Ocultar los dos elementos li dentro del primer article */

article.post-372 .item-top {
    display: none;
}

button.btn.btn-white:hover {
    background-color: #ff5900;
}

i.fas.fa-solid.fa-heart:hover {
    color: #eae8d7 !important;
}

#mainCarousel {
    border-bottom: 2px solid #ff5900;
}

#post-cont {
    width: 40%;
}

.pl-15 {
    padding-left: 15px !important;
}

img.image-logo-width {
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 56px;
}

#tooltipElement {
    position: absolute;
    content: attr(tooltip);
    width: 55px;
    bottom: 10px;
    right: 0;
    transform: translateX(-50%);
    padding: 2px;
    border-radius: 4px;
    font-size: 10px;
    background-color: #101920;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
    transition: visibility 0.5s ease;
    font-family: "Public Sans", sans-serif;
    display: table;
}

#copyLinkButton:active #tooltipElement {
    visibility: visible;
}

.bck-square {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 4px;
}


/*/ //////////RESPONSIVE/////////////*/

@media only screen and (min-width: 1440px) {
    .pod-title {
        min-height: 77px;
    }
}


/* Estilos para desktop */

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
    .thumbnail-container {
        height: 299px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .pod-title {
        min-height: 114px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .thumbnail-container {
        height: 260px;
    }
}


/* Estilos para dispositivos móviles y tablets */

@media only screen and (max-width: 1024px) {
    .offcanvas {
        background-color: #101920;
    }
    .offcanvas-header {
        justify-content: space-between;
        padding: 32px 16px;
    }
    .other-links div:not(:last-child)::after,
    #toggle-search::after {
        content: "";
    }
    a.nav-link,
    .other-links {
        font-size: 1.8rem;
    }
    .other-links div {
        padding-bottom: 16px;
    }
    ul#menu-principal {
        padding-left: 17px;
        padding-bottom: 9px;
    }
    ul.dropdown-menu {
        display: flex;
        background: #101920;
        font-size: 1.3rem;
    }
    .dropdown-menu li.menu-item {
        margin-right: 8px;
    }
    .dropdown-menu li.menu-item a {
        border: 1px solid #eae8d7;
        border-radius: 5px;
    }
    .dropdown-menu li.menu-item a.dropdown-item:hover {
        background-color: #ff5900 !important;
        border: 1px solid #ff5900;
    }
    .offcanvas.offcanvas-end {
        width: 100%;
    }
    .menu-content {
        justify-content: start;
        flex-direction: column;
    }
    .other-links {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 17px;
    }
    .swiper-pagination {
        top: 10px;
        text-align: left;
    }
    .swiper-pagination-bullet {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 3px;
        background: #101920;
        opacity: 1;
        color: #eae8d7;
        text-align: center;
        border: 2px solid #eae8d7;
    }
    .carousel-caption {
        bottom: -90px;
    }
    a.btn.btn-main div {
        width: 58%;
    }
    .custom-grid {
        column-count: 1 !important;
        column-gap: 0;
    }
    .column {
        margin-bottom: 32px;
    }
    ul#icon-square {
        margin-bottom: 24px;
    }
    ul#icon-square li {
        width: 35px;
        height: 35px;
        margin-right: 16px;
        text-align: center;
        border-radius: 4px;
    }
    .share-icon,
    i.fa-solid.fa-bars,
    .ico-en.ico-article,
    .ico-en {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .share {
        width: 250px;
    }
    .social-buttons {
        margin-top: 8px;
    }
    #mainCarousel .carousel-indicators {
        bottom: 0;
    }
    #search-form {
        top: 60px;
    }
    .ico-en.ico-article {
        padding: 0;
    }
    .home article {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Estilos para tabletas */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-image img {
        width: 70%;
    }
    .title-main {
        font-size: 1rem;
        width: 80%;
    }
    .bck-degrade-beige {
        height: 300px;
    }
    .featured-image {
        background-position: 0 0;
    }
    .article-wrapper {
        display: flex;
        flex-direction: column;
    }
    .carousel-inner {
        height: 460px;
    }
    figure.wp-block-image.size-large {
        width: 54%;
        margin: 0 auto;
    }
    #pagination-bullets {
        bottom: 540px;
    }
    #boton-donar {
        width: 70%;
    }
    div#mainCarousel {
        padding-top: 0;
    }
    #post-cont {
        width: 46%;
    }
    .article-wrapper {
        padding: 0 16px;
    }
    ul.brand-support-list {
        flex-wrap: wrap;
    }
    ul.brand-support-list li {
        flex: 0 0 calc(33.333% - 10px);
        margin: 0 0 24px 0;
    }
    .thumbnail-container {
        height: 316px;
    }
}


/* Estilos para pantallas más pequeñas, como teléfonos */

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #111;
        transition: right 0.5s ease;
    }
    .navbar-toggler {
        position: static;
        right: 10px;
        top: 10px;
    }
    .navbar-toggler:focus+.navbar-collapse {
        right: 0;
    }
    .zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
        margin: 4px 0 !important;
    }
    .title-main {
        font-size: 1.1rem;
    }
    .featured-image {
        background-position: 2px 0;
        background-size: 178%;
    }
    .bck-degrade-beige {
        background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 38%, rgb(234, 232, 215) 50%);
        height: 500px;
    }
    .title-image {
        margin-top: 240px;
    }
    .title-image img {
        max-width: 95%;
    }
    .flex-sm-column {
        flex-direction: column;
    }
    #hear-us img {
        margin-right: 8px;
        width: 52px;
    }
    ul.brand-support-list {
        flex-direction: column;
        flex-wrap: wrap;
    }
    ul.brand-support-list li {
        width: 50%;
        margin-bottom: 24px;
    }
    a.btn.btn-main div {
        width: 90%;
    }
    .carousel-inner {
        height: 340px;
    }
    #mc_embed_signup_2 .button {
        margin-top: 16px;
    }
    .btn.btn-main.donation {
        width: 100%;
    }
    .fs-60 {
        font-size: 2.1rem !important;
    }
    #block-9 {
        padding-right: 8px;
    }
    #img_hilo {
        margin: 0 12px;
    }
    div#block-10 img {
        width: 100%;
    }
    .px-2.txt-sanserif {
        margin-bottom: 16px;
    }
    #pagination-bullets {
        display: none;
    }
    /*ul#icon-square li {
        margin-right: 16px;
        text-align: center;
        border-radius: 4px;
    }*/
    .share-icon,
    i.fa-solid.fa-bars,
    .ico-en.ico-article {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .carousel-indicators {
        bottom: 49px;
    }
    #boton-donar {
        width: 100%;
        margin: 0 16px 0 14px;
    }
    .p-sm-0 {
        padding: 0 2px 0 0;
    }
    #post-cont {
        width: 100%;
    }
    #mainCarousel .carousel-control-prev {
        left: 0%;
    }
    #mainCarousel .carousel-control-next {
        right: 0%;
    }
    .article-wrapper {
        padding: 0;
    }
    main,
    #main {
        margin-top: 90px !important;
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .other-links div:not(:last-child)::after {
        padding: 0;
    }
    .bck-square {
        width: 35px;
        height: 35px;
    }
}

@media screen and (min-width: 430px) and (max-width: 431px) {
    .thumbnail-container {
        height: 383px !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .thumbnail-container {
        height: 354px;
    }
}

@media only screen and (max-width: 375px) {
    .title-image {
        margin-top: 189px;
    }
    .featured-image {
        background-position: 0 0;
        background-size: 190%;
    }
    .thumbnail-container {
        height: 316px;
    }
}