input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #00928a; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #00928a; --cmplz_button_accept_border_color: #00928a; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #00928a; --cmplz_slider_inactive_color: #afafaf; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}#cmplz-cookiebanner-container .cmplz-cookiebanner { bottom: -50vh; -webkit-animation: slideIn 1s forwards; -webkit-animation-delay: 0s; animation: slideIn 1s forwards; animation-delay: 0s;}@-webkit-keyframes slideIn { 100% { bottom: 0; }}@keyframes slideIn { 100% { bottom: 0; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}#cmplz-manage-consent .cmplz-manage-consent { display: none;}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-close { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}@font-face {
font-family: 'ST-Bauhaus';
src: url(//www.stereolikes.com/wp-content/themes/stereok/fuentes/Bauhaus-Bold.woff2) format('woff2'),
url(//www.stereolikes.com/wp-content/themes/stereok/fuentes/Bauhaus-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ST-Bauhaus';
src: url(//www.stereolikes.com/wp-content/themes/stereok/fuentes/Bauhaus-Regular.woff2) format('woff2'),
url(//www.stereolikes.com/wp-content/themes/stereok/fuentes/Bauhaus-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}  .fuente-avant, .fuente-avant-h1 h1, .fuente-avant-h2 h2, .fuente-avant-h3 h3, .fuente-avant-h4 h4, .fuente-avant-h5 h5, .fuente-avant-h6 h6 {
font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fuente-poppins, .fuente-poppins-h1 h1, .fuente-poppins-h2 h2, .fuente-poppins-h3 h3, .fuente-poppins-h4 h4, .fuente-poppins-h5 h5, .fuente-poppins-h6 h6 {
font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
}
.fuente-bauhaus, .fuente-bauhaus p {
font-family: "ST-Bauhaus", Helvetica, Arial, Verdana;
}   .color1, .color1 p, .color1-h1 h1, .color1-h2 h2, .color1-h3 h3, .color1-h4 h4, .color1-h5 h5, .color1-h6 h6, .color1-a a, .color1-p-a p a, .color1-h1-a h1 a, .color1-h2-a h2 a, .color1-h3-a h3 a, .color1-h4-a h4 a, .color1-h5-a h5 a, .color1-h6-a h6 a {
color: #01837b;
}
.gris, .gris p, .gris-h1 h1, .gris-h2 h2, .gris-h3 h3, .gris-h4 h4, .gris-h5 h5, .gris-h6 h6, .gris-h4-a h4 a {
color: #C6C3B9;
} .color2, .color2 p, .color2-h1 h1, .color2-h2 h2, .color2-h3 h3, .color2-h4 h4, .color2-h5 h5, .color2-h6 h6, .color2-h4-a h4 a {
color: #D888AD;
} .color3, .color3 p, .color3-h1 h1, .color3-h2 h2, .color3-h3 h3, .color3-h4 h4, .color3-h5 h5, .color3-h6 h6, .color3-h4-a h4 a {
color: #F7F9CA;
} .color4, .color4 p, .color4-h1 h1, .color4-h2 h2, .color4-h3 h3, .color4-h4 h4, .color4-h5 h5, .color4-h6 h6, .color4-h4-a h4 a {
color: #FE6C83;
}
.gris-oscuro, .gris-oscuro p, .gris-oscuro-h1 h1, .gris-oscuro-h2 h2, .gris-oscuro-h3 h3, .gris-oscuro-h4 h4, .gris-oscuro-h5 h5, .gris-oscuro-h6 h6, .gris-oscuro-h4-a h4 a {
color: #7F7D75;
}
.blanco, .blanco p, .blanco-h1 h1, .blanco-h2 h2, .blanco-h3 h3, .blanco-h4 h4, .blanco-h5 h5, .blanco-h6 h6, .blanco-a a, .blanco p a, .blanco-h1-a h1, a.blanco-h2-a h2, a.blanco-h3-a h3, a.blanco-h4-a h4 a,.blanco-h5-a h5 a,.blanco-h6-a h6 a{
color: #ffffff !important;
}
.negro, .negro p, .negro-h1 h1, .negro-h2 h2, .negro-h3 h3, .negro-h4 h4, .negro-h5 h5, .negro-h6 h6, .negro-a a, .negro-p-a p a, .negro-h1-a h1 a, .negro-h2-a h2 a, .negro-h3-a h3 a, .negro-h4-a h4 a, .negro-h5-a h5 a, .negro-h6-a h6 a {
color: #000000 !important;
}
.fondo-blanco {
background-color: #fff;
}
.txt12 {
font-size: 12px;
line-height: 20px;
}
.txt14, .txt14-h1 h1, .txt14-h2 h3, .txt14-h3 h3, .txt14-h4 h4, .txt14-h5 h5, .txt14-h6 h6 {
font-size: 14px;
line-height: 22px;
}
.txt16, .txt16-h1 h1, .txt16-h2 h2, .txt16-h3 h3, .txt16-h4 h4, .txt16-h5 h5, .txt16-h6 h6 {
font-size: 16px;
line-height: 26px;
}
.txt18, .txt18-h1 h1, .txt18-h2 h2, .txt18-h3 h3, .txt18-h4 h4, .txt18-h5 h5, .txt18-h6 h6{
font-size: 18px;
line-height: 26px;
}
.txt20, .txt20-h1 h1, .txt20-h2 h2, .txt20-h3 h3, .txt20-h4 h4, .txt20-h5 h5, .txt20-h6 h6  {
font-size: 20px;
line-height: 28px;
}
.txt21, .txt21-h1 h1, .txt21-h2 h2, .txt21-h3 h3, .txt21-h4 h4, .txt21-h5 h5, .txt21-h6 h6  {
font-size: 21px;
line-height: 31px;
}
.txt22, .txt22-h1 h1, .txt22-h2 h2, .txt22-h3 h3, .txt22-h4 h4, .txt22-h5 h5, .txt22-h6 h6 {
font-size: 22px;
line-height: 34px;
}
.txt24, .txt24-h1 h1, .txt24-h2 h2, .txt24-h3 h3, .txt24-h4 h4, .txt24-h5 h5, .txt24-h6 h6  {
font-size: 24px;
line-height: 32px;
}
.txt26 , .txt26-h1 h1, .txt26-h2 h2, .txt26-h3 h3, .txt26-h4 h4, .txt26-h5 h5, .txt26-h6 h6  {
font-size: 26px;
line-height: 34px;
}
.txt28, .txt28-h1 h1, .txt28-h2 h2, .txt28-h3 h3, .txt28-h4 h4, .txt28-h5 h5, .txt28-h6 h6 {
font-size: 28px;
line-height: 40px;
}
.txt30, .txt30-h1 h1, .txt30-h2 h2, .txt30-h3 h3, .txt30-h4 h4, .txt30-h5 h5, .txt30-h6 h6 {
font-size: 30px;
line-height: 38px;
}
.txt32, .txt32-h1 h1, .txt32-h2 h2, .txt32-h3 h3, .txt32-h4 h4, .txt32-h5 h5, .txt32-h6 h6 {
font-size: 32px;
line-height: 40px;
}
.txt34, .txt34-h1 h1, .txt34-h2 h2, .txt34-h3 h3, .txt34-h4 h4, .txt34-h5 h5, .txt34-h6 h6 {
font-size: 34px;
line-height: 42px;
}
.txt36, .txt36-h1 h1, .txt36-h2 h2, .txt36-h3 h3, .txt36-h4 h4, .txt36-h5 h5, .txt36-h6 h6 {
font-size: 36px;
line-height: 44px;
}
.txt40, .txt40-h1 h1, .txt40-h2 h2, .txt40-h3 h3, .txt40-h4 h4, .txt40-h5 h5, .txt40-h6 h6 {
font-size: 40px;
line-height: 48px;
}
.txt42, .txt42-h1 h1, .txt42-h2 h2, .txt42-h3 h3, .txt42-h4 h4, .txt42-h5 h5, .txt42-h6 h6 {
font-size: 42px;
line-height: 50px;
}
.txt44, .txt44-h1 h1, .txt44-h2 h2, .txt44-h3 h3, .txt44-h4 h4, .txt44-h5 h5, .txt44-h6 h6 {
font-size: 44px;
line-height: 52px;
}
.txt48, .txt48-h1 h1, .txt48-h2 h2, .txt48-h3 h3, .txt48-h4 h4, .txt48-h5 h5, .txt48-h6 h6 {
font-size: 48px;
line-height: 56px;
}
.txt52, .txt52-h1 h1, .txt52-h2 h2, .txt52-h3 h3, .txt52-h4 h4, .txt52-h5 h5, .txt52-h6 h6 {
font-size: 52px;
line-height: 60px;
}
.txt60, .txt60-h1 h1, .txt60-h2 h2, .txt60-h3 h3, .txt60-h4 h4, .txt60-h5 h5, .txt60-h6 h6 {
font-size: 60px;
line-height: 68px;
}
.centrar-no-movil {
text-align: center;
}
.centrar {
text-align: center;
}
.ocultar {
display: none !important;
}
.limpiar {
float: none;
clear:both !important;
}
.puntero-mano {
cursor:pointer;
}
.link-subrayado a{
text-decoration: underline;
}
.margen-alto-bajo-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.margen-alto-bajo-20 {
margin-top: 20px;
margin-bottom: 20px;
}
.margen-alto-bajo-40 {
margin-top: 40px;
margin-bottom: 40px;
}
.margen-alto-bajo-60 {
margin-top: 60px;
margin-bottom: 60px;
}
.margen-alto-bajo-80 {
margin-top: 80px;
margin-bottom: 80px;
}
.margen-alto-bajo-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.margen-arriba-0 {
margin-top: 0px;
}
.margen-arriba-10 {
margin-top: 10px;
}
.margen-arriba-20 {
margin-top: 20px;
}
.margen-arriba-40 {
margin-top: 40px;
}
.margen-arriba-70 {
margin-top: 70px!important;
}
.margen-arriba-80 {
margin-top: 80px;
}
.margen-arriba-100 {
margin-top: 100px;
}
.margen-debajo-0 {
margin-bottom: 0px !important;
}
.margen-debajo-10 {
margin-bottom: 10px;
}
.margen-debajo-20 {
margin-bottom: 20px;
}
.margen-debajo-30 {
margin-bottom: 30px;
}
.margen-debajo-40 {
margin-bottom: 40px;
}
.margen-debajo-45 {
margin-bottom: 45px;
}
.margen-debajo-60 {
margin-bottom: 60px;
}
.margen-debajo-80 {
margin-bottom: 80px;
}
.fuente-300, .fuente-300 p{
font-weight: 300;
}
.fuente-400, .fuente-400 p, .fuente-400-h2 h2,.fuente-400-h3 h3{
font-weight: 400;
}
.fuente-500, .fuente-500 p, .fuente-500-h2 h2,.fuente-500-h3 h3{
font-weight: 500;
}
.fuente-600, .fuente-600 p {
font-weight: 600;
}
.fuente-700, .fuente-700 p {
font-weight: 700;
}
.mayusculas, .mayusculas p, .mayusculas-h1 h1, .mayusculas-h2 h2, .mayusculas-h2 h3, .mayusculas-h4 h4, .mayusculas-h5 h5, .mayusculas-h6 h6, .mayusculas span, .mayusculas a {
text-transform: uppercase !important;
}
.mayusculas-capitalize, .mayusculas-capitalize p, .mayusculas-capitalize-h1 h1, .mayusculas-capitalize-h2 h2, .mayusculas-capitalize-h3 h3, .mayusculas-capitalize-h4 h4, .mayusculas-capitalize-h5 h5, .mayusculas-capitalize-h6 h6 {
text-transform: capitalize;
}
.solo-movil {
display: none;
}
.titulos-especiales h2{
font-size:60px;
line-height:64px;
font-weight:400;
}
.titulos-especiales2 h2{
font-size:40px;
line-height:50px;
font-weight:400;
}
.max-ancho400, .max-ancho400-p p, .max-ancho400-h1 h1, .max-ancho400-h2 h3, .max-ancho400-h3 h3, .max-ancho400-h4 h4, .max-ancho400-h5 h5, .max-ancho400-h6 h6 {
max-width: 800px;
margin: auto;
}
.max-ancho600, .max-ancho600-p p, .max-ancho600-h1 h1, .max-ancho600-h2 h3, .max-ancho600-h3 h3, .max-ancho600-h4 h4, .max-ancho600-h5 h5, .max-ancho600-h6 h6 {
max-width: 600px;
margin: auto;
}
.max-ancho800-izq {
max-width: 800px;
}
.max-ancho800, .max-ancho800-p p, .max-ancho800-h1 h1, .max-ancho800-h2 h3, .max-ancho800-h3 h3, .max-ancho800-h4 h4, .max-ancho800-h5 h5, .max-ancho800-h6 h6 {
max-width: 800px;
margin: auto;
}
.padding-lat-10 {
padding-left: 10px;
padding-right: 10px;
}
.padding-lat-20 {
padding-left: 20px;
padding-right: 20px;
}
.padding-lat-40 {
padding-left: 40px;
padding-right: 40px;
}  .boton-rosa.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
background: #D888AD;
}
.boton-rosa.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover {
background: #01837b;
}
.boton-rosa2.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
background: #fe6c83;
}
.boton-rosa2.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover {
background: #01837b;
}
.fila-flex-enlinea .vc_column_container .vc_column-inner .wpb_wrapper {
display:flex;
gap:10px;
align-items: center;
}
.fila-flex-enlinea .vc_column_container .vc_column-inner .wpb_wrapper > div {
margin-bottom:0px;
}
.ult-just-icon-wrapper .align-icon {
line-height:0px;
}
.radius-30 {
border-radius:30px;
}
.radius-img-30 img {
border-radius:30px;
}
.radius-arriba-30{
border-top-left-radius:30px;
border-top-right-radius:30px;
}
.radius-debajo-30 {
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
}
.col-radius-stereo-30 .vc_column-inner {
border-radius:30px 0px 30px 0px
}
.img-radius-stereo-30 .vc_single_image-wrapper img {
border-radius:30px 0px 30px 0px
}
.fila-radius-stereo-30 {
border-radius:30px 0px 30px 0px
}
.fila-radius-stereo-30-img {
border-radius:30px 0px 30px 0px	
}
.col-bloque-doble .vc_column-inner {
min-height:400px;
padding: 40px 40px 40px 40px;
}
.galleta-blanca {
background-color:#fff;
padding:40px;
text-align:center;
border-radius:20px;
max-width:560px;
margin: auto;
} body:not(.page-id-57428) .grecaptcha-badge  {
display: none !important;
}
a {
text-decoration: none;
}
p a:hover {
color: #D888AD !important;
}
.popup-message-style #page .wpcf7-response-output {
position: unset;
margin-left:0px;
}
.popup-message-style .wpcf7-validation-errors, .popup-message-style .wpcf7-mail-sent-ok, .popup-message-style .wpcf7-response-output {
background-color:#d888ad;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
margin-left:0px;
}
.wpcf7-number, input[type=text]:not(.elementor-field):not(.searchform-s), input[type=search]:not(.elementor-field), input[type=tel]:not(.elementor-field), input[type=url]:not(.elementor-field), input[type=email]:not(.elementor-field), input[type=number]:not(.elementor-field), input[type=date]:not(.elementor-field), input[type=range]:not(.elementor-field), input[type=password]:not(.elementor-field), select:not(.elementor-field), textarea:not(.elementor-field) {
margin-top: 6px;
margin-bottom:0px;
}
.contacto-responsable {
font-size:14px;
line-height:20px;
color:#707070;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
font-size:14px;
}
.bordecon-radius img {
border-radius: 40px 0px 40px 0px !important;
}
.bordecon-radius {
border-radius: 40px 0px 0px 0px !important;
}
.redes-cabecera {
display:flex;
}
.redes-cabecera a{
margin: 0 6px;
font-size:20px;
line-height: 26px;
}
.redes-cabecera a, .sticky-on .redes-cabecera a{
color:#333333;
}
.redes-cabecera i:hover {
transition: all 0.5s ;
color:#01837b !important;
} .dt-btn.dt-btn-m.dt-btn-submit {
border-radius:30px;
font-family: "ST-Bauhaus", Helvetica, Arial, Verdana;
font-size:20px;
font-weight:normal;
}
.header-elements-button-1.microwidget-btn-hover-bg-on:after, .dt-btn.dt-btn-m.dt-btn-submit:hover {
background:#D888AD !important ;
}
.header-elements-button-1.hover-border-on::after {
box-shadow: inset 0px 0px 0px 1px #D888AD;
}
.artistas-carro .carro-titulo {
font-family: "ST-Bauhaus", Helvetica, Arial, Verdana;
font-size:34px;
line-height:38px;
}
.artistas-carro .detalles-lista {
font-family: "Poppins", Helvetica, Arial, Verdana;
font-size:14px;
line-height:20px;
margin-bottom:20px;
}
.artistas-carro .artistas {
border-radius:44px 0px 40px 0px !important;
}
.artistas-carro .artistas img{
border-radius:40px 0px 40px 0px !important;
}
.carro-redes i {
font-size:22px;
color:#000000;
margin-right:12px;
height:22px;
margin-bottom:30px;
}
.carro-redes i:hover {
transition: all 0.5s;
color:#01837b;
}
.playlists-carro .post-thumbnail img {
border-radius: 40px 0px 40px 0px !important;
}
.playlists-carro .post-thumbnail img:hover {
transition: all 0.5s;
opacity: 0.6;
}
.playlists-carro .type-playlists{
border-radius: 44px 0px 40px 0px !important; }
.playlists-carro .post-entry-content {
padding: 10px 10px 8px 14px !important;
}
.playlists-carro .carro-titulo.playlists {
font-family: "ST-Bauhaus", Helvetica, Arial, Verdana;
font-size:22px;
line-height:26px;
margin-bottom:0px;
}
.playlists-carro .carro-titulo.playlists a {
color:#000000;
text-decoration:none;
}
.playlists-carro .carro-titulo.playlists a:hover {
transition: all 0.5s;
color:#00928a;
}
.playlists-carro .carro-credito {
font-size:12px;
color:#666666;
}
.redes-contacto .vc_column-inner .wpb_wrapper {
display:flex;
justify-content: center;
gap: 40px;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
line-height:18px;
}
.cmplz-cookiebanner .cmplz-title {
line-height:18px;
display:block !important;
justify-self: normal !important;
}
.cmplz-cookiebanner .cmplz-header {
grid-template-columns:auto !important;
}
.flotando-nube  {
position: relative;
animation: cloudFloat 4.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
backdrop-filter: blur(6px);
box-shadow:
0 10px 30px rgba(255,255,255,0.15),
0 0 40px rgba(255,255,255,0.08);
will-change: transform;
transform: translateZ(0);
}
@keyframes cloudFloat {
0% {
transform: translate3d(0, 0px, 0);
}
50% {
transform: translate3d(0, -12px, 0);
}
100% {
transform: translate3d(0, 0px, 0);
}
} .radius-base-col .vc_column-inner {
border-top-left-radius:20px;
border-bottom-right-radius:20px;
} .col-mini-sliderx .vc_column-inner{
border-radius:8px;
}
.col-mini-sliderx .vc_column-inner .wpb_wrapper {
display: flex;
min-height:400px;
}
.slideserv {
display:flex;
flex-direction: column;
justify-content: space-between; width:100%;
background-color:#fff;
border-radius:12px;
padding:30px;
margin-left:15px;
margin-right:15px;
margin-top:40px;
margin-bottom:40px;
}
.slideserv .iconoverv img {
width:36px;
height:auto;
}
.slideserv .txtserv {
font-size:24px;
line-height:32px;
font-weight:500;
} .col-caja-stereo {
min-height:400px;
}
.col-caja-stereo .vc_column-inner {
padding:40px;
} .fila-comotrab-cuadros .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_html .wpb_wrapper {
display: flex;
min-height:300px;
width:100%;
}
.fila-comotrab-cuadros .vc_column_container .vc_column-inner{
border-top-left-radius:14px;
border-bottom-right-radius:14px;
}
.comotrab-cuadros {
display:flex;
flex-direction: column;
justify-content: space-between;
width:100%;
}
.comotrab-cuadros .iconocomo img {
width:40px;
height:auto;
}
.comotrab-cuadros .txtcomo a {
color:#fff;
font-family: "ST-Bauhaus", Helvetica, Arial, Verdana;
font-size:40px;
line-height: 42px;
transition:0.5s;
position: relative; 
display: inline-block;
padding-right: 30px;
width:90%;
}
.comotrab-cuadros .txtcomo a:hover {
color:#D888AD;
}
.comotrab-cuadros .txtcomo a::after {
content: "";
position: absolute;
right: 0px;              
top: 100%;             
transform: translateY(-100%);
width: 24px;          
height: 24px;        
background-image: url(//www.stereolikes.com/wp-content/uploads/2026/06/ico-flecha1.png);
background-size: contain;
background-repeat: no-repeat;
} .imgpie1 {
margin-bottom:40px;
}
.menu-pie-2 {
margin-bottom:20px;
}
.menu-pie-2, .menu-pie-1 {
display:flex;
gap:20px;
justify-content: flex-end;
}
.redes-pie {
display:flex;
justify-content: flex-end;
margin-top:20px;
}
.hero-servicios p {
max-width:600px;
margin: auto;
}
.servicios-titular {
margin-bottom:40px;
}
.servicios-titular h1 {
margin-top: 30px;
margin-bottom:30px;
}
.distri-titular {
margin-top:100px;
} .distri-icons {
display: flex;
flex-wrap: wrap;
gap: clamp(16px, 4vw, 58px);
justify-content: center;
padding: 0 16px;
}
.distri-icons img {
width: clamp(36px, 8vw, 64px);
height: clamp(36px, 8vw, 64px);
flex-shrink: 0;
} .pitching-playlist .wpb_text_column {
margin-left:40px;
margin-top:40px
}
.stereo-tambien {
padding:60px 80px 80px 0px;
}
.stereo-tambien h3{
max-width:480px;
} .fila-suscribirme h3 {
margin-bottom:30px;
}
.fila-suscribirme {
padding:40px 40px 70px 40px;
}
.h1-paginas h1{
font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
font-size:42px;
font-weight:400;
} .fila-noticias .blog-shortcode .post {
border: #CCCCCC solid 1px;
border-top-left-radius:32px;
border-bottom-right-radius:30px;
}
.fila-noticias .blog-shortcode .post img, .post-thumbnail-rollover {
border-top-left-radius:30px;	
}
.fila-noticias .blog-shortcode .entry-title{
font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
font-size:22px;
line-height:32px;
font-weight:400;
}
.lista-noticias .wf-cell {
margin-bottom:40px;
}
.lista-noticias .blog-shortcode .entry-title a {
font-size: 18px;
}
.lista-noticias .blog-shortcode .entry-title {
line-height:26px;
}
.lista-noticias .paginator .button-load-more  {
border:	#ccc solid 1px;
border-radius:30px;
}
.lista-noticias .paginator .button-load-more:hover  {
background-color:#f2f2f2;
}
.lista-noticias .paginator .button-load-more .button-caption {
font-size:16px;
font-weight:600;
}
.lista-noticias  .paginator .button-load-more .button-caption:before  {
display:none;
}
.lista-noticias .filter-bg-decoration .filter-categories {
margin-bottom:50px;
}
.lista-noticias .filter-bg-decoration .filter-categories a {
font-size:16px;	
font-weight:400;
padding:10px 20px 10px 20px;
}
.lista-noticias .filter-bg-decoration .filter-categories a.act {
background-color: transparent;
color:#000 !important;
border: #01837b solid 1px;
}  .zz-post-categories {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
margin-bottom:20px;
}
.zz-post-categories a {
background: #F4F4F4;
border: 1px solid #CCCCCC;
border-radius: 4px;
font-size:12px;
padding:0px 12px 0px 12px;
color:#000;
transition:0.3s;
}
.zz-post-categories a:hover {
background: #fff;
}
.single-post #page .page-title .entry-title {
font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
text-align:left;
}
.single .post h2, .single .post h3, .single .post h4, .single .post h5, .single .post h6 {
font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
}
.single .post:not(.type-event) .post-thumbnail, .single .single-postlike:not(.type-event) .post-thumbnail {
margin-bottom:100px;
}
.single .post .post-thumbnail img, .single .post .wp-block-image img{
border-radius:30px;
}
.single-post .entry-content > * {
max-width: 800px; margin-left: auto;
margin-right: auto;
padding-left:20px;
padding-right:20px;
} .single-post .entry-content > .wp-block-image,
.single-post .entry-content > .wp-block-gallery,
.single-post .entry-content > .wp-block-cover,
.single-post .entry-content > .wp-block-media-text,
.single-post .entry-content > .wp-block-embed,
.single-post .entry-content > .alignwide,
.single-post .entry-content > .alignfull,
.single-post .entry-content > figure {
max-width: none;
}
.single-post .entry-content h2 {
font-size:40px;
line-height:48px;
margin-top:50px;
margin-bottom:20px;
}
.single-post .entry-content h3 {
font-size:30px;
line-height:34px;
margin-top:30px;
}
.single-post .entry-content h4 {
font-size:24px;
line-height:28px;
margin-top:30px;
}
.single-post .entry-content ul,
.single-post .entry-content ol {
margin-top: 30px;
margin-bottom:30px;
padding-left: 50px;
box-sizing: border-box;
}
.single-post .entry-content ul li,
.single-post .entry-content ol li {
margin-bottom:10px;
}
.single-post .entry-content ul li::marker {
color: #01837b;
}
.single-post .footer {
margin-top:100px;
}
.single-related-posts {
max-width:1300px;
margin:auto;
padding: 0px 20px 0px 20px;
border-bottom:none;
}
.single-related-posts>h3 {
font-size:22px;
margin-bottom:20px;
}
.single-related-posts .mini-post-img img {
border-radius:6px;
}
.single-related-posts .post-content .text-secondary {
display:none;
}  .archive .content h1{
font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
} .archive .titular-h1 {
font-size:42px;
line-height:46px;
margin-top:100px;
margin-bottom:80px;
}
.archive .content {
margin-bottom:100px;
} .conciertos-galeria {
border: #000 solid 1px;
padding:40px;
border-radius:30px
}
.compartir-redes {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin: 80px 0;
padding: 20px 0;
border:#01837b solid 1px;
border-radius: 8px;
}
.txt-compartir {
font-size: 16px;
font-weight:500;
color: #01837b;
flex-shrink: 0;
} .iconos-compartir {
display: flex;
align-items: center;
gap: 18px;
margin-left: auto;
}
.iconos-compartir a {
color: #222;
text-decoration: none;
line-height: 1;
transition: opacity .2s ease;
}
.iconos-compartir a:hover {
opacity: .6;
}
.iconos-compartir i {
font-size: 22px;
display: block;
}  .fila-contacto .wpcf7-form {
max-width:800px;
margin:auto;
}
.fila-contacto .wpcf7-form p {
margin-top:20px!important;
} form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="url"],
form input[type="number"],
form select,
form textarea {
width: 100%;
padding: 14px 16px;
border: 1px solid #ddd;
border-radius: 10px;
background: #fafafa;
font-size: 16px;
line-height: 1.5;
transition: all .25s ease;
box-sizing: border-box;
color:#000;
} form input:focus,
form select:focus,
form textarea:focus {
outline: none;
background: #fff;
border-color: #111;
box-shadow: 0 0 0 3px rgba(0,0,0,.08);
} form textarea {
min-height: 180px;
resize: vertical;
}
.bloque-acordeon .vc_tta-panel-title {
font-size:22px!important;
line-height:28px!important;
}
.fila-siguenos {
padding-top:160px;
padding-bottom:160px;
}   @media screen and (max-width: 1300px){
.main-nav > li > a .menu-text {
font-size:20px;
line-height:24px;
}
.header-elements-button-1{
font-size:16px;
line-height:24px;
}	
}
@media screen and (max-width: 1100px){
.main-nav > li > a {
margin-left:5px;
margin-right:5px;
}
} @media screen and (min-width: 993px) and (max-width: 1050px){
.redes-cabecera {
display: none;
}
}
@media (max-width: 1024px) {
.ult-vc-hide-row {
display: block !important;
visibility: visible !important;
}
} @media screen and (max-width: 992px){
.dt-mobile-header {
background-image: url(//www.stereolikes.com/wp-content/uploads/2024/04/fonmov2.jpg);
background-repeat: no-repeat;
}
.dt-mobile-header .redes-cabecera a {
color:#ffffff !important;
} .mobile-hide-footer #footer > .wf-wrap {
display: block;
}
.solo-movil {
display: block;
}
.titulos-especiales h2 {
font-size:50px;
line-height:52px;
}
.dt-mobile-header .mini-contacts {
font-family: "ST-Bauhaus", Helvetica, Arial, Verdana;
margin-top:50px;
font-size:20px;
color:#fff;
}
} @media screen and (max-width: 778px){ .txt21, .txt21-h1 h1, .txt21-h2 h2, .txt21-h3 h3, .txt21-h4 h4, .txt21-h5 h5, .txt21-h6 h6  {
font-size: 18px;
line-height: 28px;
}	
.txt22, .txt22-h1 h1, .txt22-h2 h2, .txt22-h3 h3, .txt22-h4 h4, .txt22-h5 h5, .txt22-h6 h6 {
font-size: 20px;
line-height: 28px;
}	
.txt26 , .txt26-h1 h1, .txt26-h2 h2, .txt26-h3 h3, .txt26-h4 h4, .txt26-h5 h5, .txt26-h6 h6  {
font-size: 22px;
line-height: 30px;
}	
.txt28, .txt28-h1 h1, .txt28-h2 h2, .txt28-h3 h3, .txt28-h4 h4, .txt28-h5 h5, .txt28-h6 h6 {
font-size: 24px;
line-height: 32px;
}
.txt30, .txt30-h1 h1, .txt30-h2 h2, .txt30-h3 h3, .txt30-h4 h4, .txt30-h5 h5, .txt30-h6 h6 {
font-size: 24px;
line-height: 32px;
}
.txt32, .txt32-h1 h1, .txt32-h2 h2, .txt32-h3 h3, .txt32-h4 h4, .txt32-h5 h5, .txt32-h6 h6 {
font-size: 32px;
line-height: 40px;
}
.txt34, .txt34-h1 h1, .txt34-h2 h2, .txt34-h3 h3, .txt34-h4 h4, .txt34-h5 h5, .txt34-h6 h6 {
font-size: 30px;
line-height: 38px;
}
.txt36, .txt36-h1 h1, .txt36-h2 h2, .txt36-h3 h3, .txt36-h4 h4, .txt36-h5 h5, .txt36-h6 h6 {
font-size: 32px;
line-height: 40px;
}
.txt40, .txt40-h1 h1, .txt40-h2 h2, .txt40-h3 h3, .txt40-h4 h4, .txt40-h5 h5, .txt40-h6 h6 {
font-size: 34px;
line-height: 42px;
}
.txt44, .txt44-h1 h1, .txt44-h2 h2, .txt44-h3 h3, .txt44-h4 h4, .txt44-h5 h5, .txt44-h6 h6 {
font-size: 38px;
line-height: 46px;
}
.txt48, .txt48-h1 h1, .txt48-h2 h2, .txt48-h3 h3, .txt48-h4 h4, .txt48-h5 h5, .txt48-h6 h6 {
font-size: 38px;
line-height: 46px;
}
.txt52, .txt52-h1 h1, .txt52-h2 h2, .txt52-h3 h3, .txt52-h4 h4, .txt52-h5 h5, .txt52-h6 h6 {
font-size: 42px;
line-height: 50px;
}	
.centrar-no-movil {
text-align: left;
}	
.col-mini-sliderx .vc_column-inner .wpb_wrapper {
min-height:200px;
}
.slideserv {
margin-top:0px;
margin-bottom:0px;
} .espacio-movil-50 {
height:50px!important;
}
.espacio-movil-40 {
height:40px!important;
}
.espacio-movil-30 {
height:30px;
}
.espacio-movil-20 {
height:20px!important;
}	
.espacio-movil-10 {
height:10px!important;
}	
.espacio-movil-0 {
height:0px!important;
} .fila-comotrab-cuadros .vc_column_container .vc_column-inner .wpb_wrapper .wpb_raw_html .wpb_wrapper {
min-height:120px;
}
.pitching-playlist {
min-height:500px;
}	
.banner-prox-concierto {
text-align:center;
}
.page-title .wf-wrap {
padding-top: 50px;
padding-bottom: 40px;
}
.single .post:not(.type-event) .post-thumbnail, .single .single-postlike:not(.type-event) .post-thumbnail {
margin-bottom:50px;
}
.page-title-responsive-enabled.page-title h1,
.page-title-responsive-enabled.page-title h1 *,
.page-title-responsive-enabled.page-title h1 a:hover,
#page .page-title-responsive-enabled.page-title .entry-title {
font-size:34px;
line-height:44px;
}
.single-post .entry-content h2 {
font-size: 30px;
line-height: 38px;	
}
.single-post .entry-content h3 {
font-size:26px;
line-height:34px;
}
.single-post .entry-content h4 {
font-size:20px;
line-height:26px;	
}
.archive .titular-h1 {
font-size:40px;
margin-top: 50px;
margin-bottom:50px;
}
.redes-cabecera a{
margin-right:10px;;
}
.fila-siguenos {
padding-top:80px;
padding-bottom:80px;
}	
}
@media screen and (max-width: 767px){ 
.fila-banner-stereo .vc_single_image-wrapper img {
max-width:300px;
padding-top:40px;
}
.stereo-tambien h3 {
max-width:100%;;
}
.stereo-tambien {
padding:0px 20px 80px 20px;
text-align:center;
}
} @media screen and (max-width: 480px){ 
.altura-movil-0 {
height: 0px!important;
}
.altura-movil-10 {
height: 10px!important;
}
.altura-movil-20 {
height: 20px!important;
}
.altura-movil-30 {
height: 30px!important;
}
.altura-movil-40 {
height: 40px!important;
}
.altura-movil-50 {
height: 50px!important;
}
.altura-movil-60 {
height: 60px!important;
}
.altura-movil-70 {
height: 70px!important;
}
.altura-movil-80 {
height: 80px!important;
}
.altura-movil-100 {
height: 100px!important;
}
.altura-movil-120 {
height: 120px!important;
}
.distri-icons {
max-width:220px;
margin:auto;
}
.txt46-h2 h2 {
font-size: 32px;
line-height: 40px;
}
h2 {
line-height:44px;
}
.distri-titular {
margin-top:40px;
}
.fila-noticias .vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top:20px ;
}
.lista-noticias .filter-bg-decoration .filter-categories {
margin-bottom:0px;
}
.lista-noticias .filter-bg-decoration .filter-categories a {
font-size:14px;	
font-weight:400;
padding:5px 8px 5px 8px;
}
.menu-pie-2, .menu-pie-1 {
justify-content: flex-start;
}	
.redes-pie {
justify-content: flex-start;
}
}