/*
    Theme Name: Produ Awards Theme 2025
    Theme URI: http://ejemplo.com/mi-tema-personalizado
    Description: Tema para Produ Awards
    Version: 5.4
    Author: claudio baldassa
    Author URI: https://premiosprodu.com/
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags:
*/
:root {
    --main-font: 'Poppins', sans-serif;
}

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--main-font);
    position: relative;
    background-position-y: 120px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left-c {
    text-align: left;
}

.align-right-c {
    text-align: right;
}

@media (max-width: 992px) {
    .align-left-c {
        text-align: center;
    }

    .align-right-c {
        text-align: center;
    }
}

.uppercase {
    text-transform: uppercase;
}

.filter-gray {
    filter: grayscale(1);
}

a.no-underline:hover {
    text-decoration: none;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

figure img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border-bottom: 2px solid #d5a55b;
    border-top: 2px solid #d5a55b;
}

.line-title4 {
    width: 100%;
    opacity: 1;
    height: 5px;
}

.myflex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

a:focus {
    outline: none;
}

a.no-decoration {
    text-decoration: none;
}

article {
    color: whitesmoke;
}

.text-white {
    color: white !important;
}

.section-jurado .jurado-content .slider-jurado .item-jurado {
    filter: grayscale(100%);
}

.search-container {
    position: fixed;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background-color: #0f1012;
    transition: top 0.3s ease-in-out;
    z-index: 3;
    padding: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom: 1px solid gold;
}

.search-container.active {
    top: 0px;
}

.search-container input[type="text"],
.search-container-fixed input[type="text"] {
    border-radius: 0;
    padding: 5px;
    margin-right: 10px;
}

.search-container .btn-yellow {
    width: 100px;
    min-width: 100px;
}

@media (max-width: 992px) {
    .search-container {
        width: 100%;
    }

    .search-container .btn-yellow,
    .search-container-fixed .btn-yellow {
        width: 50px;
        min-width: 50px;
        font-size: 0;
        font-weight: 300;
        padding: 5px 12px 4px 12px;
    }

    .search-container .btn-yellow:before,
    .search-container-fixed .btn-yellow:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f002";
        font-size: 16px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
}

.page-numbers.current {
    background-color: #333;
    color: #fff;
}

.inactive {
    opacity: 0.3;
}

.section-fechas-clave .item-fecha .active {
    border: 2px solid #434351;
}

.sec-jurado .controls {
    z-index: 3;
}

.custom-carousel .carousel-inner .item {
    border: none;
}

.item-jurado-circle {
    cursor: pointer;
}

.jurado-carrusel.loading {
    display: block;
    visibility: hidden;
    height: 140px;
    overflow: hidden;
}

.texto-ellipsis {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-patrocinadores {
    border-top: 2px solid #2c303f;
}

.banner-calltoaction {
    cursor: pointer;
}

.card-finalista-small {
    cursor: pointer;
}

.sec-resultado-bus .pagination {
    padding: 0px;
    text-align: center;
}

.sec-resultado-bus .pagination a,
.sec-resultado-bus .pagination span {
    display: inline-block;
    border: 1px solid #707070;
    padding: 5px 11px;
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    border-radius: 3px;
    margin: 0px 4px;
}

.sec-resultado-bus .pagination a {
    color: #ffffff;
}

.sec-resultado-bus .pagination a:hover {
    background-color: #2e2e2e;
    text-decoration: none;
}

.sec-resultado-bus .pagination a.next,
.sec-resultado-bus .pagination a.prev {
    color: #f1be5e;
}

#ModalRubro .modal-dialog .modal-body a.__category.active,
#ModalCategoria .modal-dialog .modal-body a.__subcategory.active {
    color: #f1be5e;
}

.sec-fin-gan .filtros .filter-edicion li a.active {
    color: #f1be5e;
}

.sec-fin-gan .filtros .filter-edicion li a:hover,
.sec-fin-gan .filtros .filter-edicion li h6,
.sec-fin-gan .filtros .filter-edicion li h6:hover {
    font-family: var(--main-font);
    font-weight: 300;
}

.sec-fin-gan .filtros .filter-edicion li a.disabled,
.sec-fin-gan .filtros .filter-edicion li a.disabled:hover,
.sec-fin-gan .filtros .filter-edicion li a.disabled:focus {
    color: #ddd;
    cursor: default;
}

.sec-fin-gan .filtros .filter-edicion li a.active {
    font-family: var(--main-font);
    font-weight: 300;
    color: #f1be5e;
}

.tab-finalistas .dataTables_filter,
.tab-finalistas .dt-buttons {
    margin: 20px 0px;
}

.nav-finalistas li > a {
    color: #f1be5e;
}

table.finalistas {
    background: transparent;
    font-size: 10px;
    color: whitesmoke;
}

table.finalistas thead > tr > th {
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: var(--main-font);
    font-weight: 600;
}

table.finalistas tbody > tr > td {
    border: none;
    padding: 8px 10px;
    color: #333333;
    font-size: 13px;
}

table.finalistas tbody > tr > td.odd {
    background-color: transparent;
}

table.finalistas tbody > tr > td.even {
    background-color: #292e4170;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.6em;
}

.sec-fin-list .tab-selection .sec-table {
    padding: 0px;
}

.sec-fin-list .tab-selection .form-group input {
    height: 34px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sec-fin-list .tab-selection .form-group input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.sec-fin-list .tab-selection .form-group label {
    font-family: var(--main-font);
}

.sec-fin-list .tab-selection .paginator a {
    display: inline-block;
    color: #ffffff;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.sec-fin-list .tab-selection .paginator a:hover,
.sec-fin-list .tab-selection .paginator a.current {
    color: #f1be5e;
    text-decoration: none;
}

.sec-fin-list .tab-selection .paginator a:focus {
    color: #f1be5e;
    text-decoration: none;
}

.sec-fin-list .tab-selection .paginator a:active {
    color: #f1be5e;
    text-decoration: none;
}

.section-filter-drop .searchbox label {
    width: 100%;
    margin-right: 0;
}

.section-filter-drop .searchbox input {
    margin-left: 0 !important;
}

.sec-fin-list .tab-selection .tab-content .tag-button div.dt-buttons {
    float: none;
}

.sec-fin-list .tab-selection .tab-content .dt-buttons button {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background-color: #f1be5e;
    height: 30px;
    padding: 5px 15px;
    border-radius: 8px;
    margin-right: 10px;
    font-family: var(--main-font);
    font-weight: 500;
    border: none;
}

.sec-fin-list .tab-selection .tab-content .dt-buttons button:hover {
    text-decoration: none;
    background-color: burlywood;
}

.sec-fin-gan .card-finalista .description .ver-mas:active:before {
    content: "";
}

.carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
    border: none;
}

#corner-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* Ajustes */
.section-estatuilla .card-estatuilla p,
.section-acerca-produ .content-informacion p,
.section-acerca-premiosprodu .content-informacion p,
.section-historia .content-informacion p .section-premio .info p,
.section-conductores p,
.section-acerca-de p,
.section-inscripcion p,
.section-premio .info p,
.section-historia .content-informacion p,
.section-historia .content-informacion-2 p,
.section-historia .content-informacion-2 li,
.sec-categorias .acordeon-sub .panel .panel-body p,
.section-nota .info p {
    font-weight: 300;
    margin-bottom: 15px;
}

.section-estatuilla .card-estatuilla p a,
.section-acerca-produ .content-informacion p a,
.section-acerca-premiosprodu .content-informacion p a,
.section-historia .content-informacion p a,
.section-premio .info p a,
.section-conductores p a,
.section-acerca-de p a,
.section-inscripcion p a,
.section-premio .info p a,
.section-historia .content-informacion p a,
.section-historia .content-informacion-2 p a,
.sec-categorias .acordeon-sub .panel .panel-body p a,
.ek-link {
    color: #febf5b;
    font-weight: 400;
}

.ek-link:hover {
    color: #febf5b;
}

.sec-fin-gan .card-finalista .description h6 {
    font-family: "Avenir Regular";
    font-weight: 300;
    font-size: 16px;
}

.sec-fin-gan .card-finalista .description h6 strong,
.sec-fin-gan .card-finalista .description p strong {
    font-family: "Avenir Regular";
    font-weight: 700;
    font-size: 18px;
}

.sec-fin-gan .card-finalista .description p {
    font-family: "Avenir Regular";
    font-weight: 700;
}

.sec-fin-gan .filtros .filter-edicion {
    display: inline-block;
    padding: 0px 30px 30px 0px;
}

.et_pb_section
.et_pb_section_0_tb_header
.et_section_regular
.et_section_transparent {
    padding: 0;
}

.fa-x-twitter,
.fa-square-x-twitter {
    font-family: "Font Awesome 6 Brands";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-square-x-twitter:before {
    content: "\e61a";
}

.sinopsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.8em;
}

.sec-fin-gan .card-finalista .description .sec-masinfo {
    margin: 0px 0px 0px 0px;
}

.ver-mas {
    display: block;
    padding-top: 10px;
}

span.custom-p {
    font-weight: 300;
    color: #ffffff;
    opacity: 1;
    margin: 0 0 10px;
}

div.scrollable-div {
    height: 500px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div.scrollable-div::-webkit-scrollbar {
    display: none;
}

.banner img {
    height: auto;
}

.sec-prensa .card-prensa img {
    height: auto;
}

.filter-prensa .btn-line-yellow {
    margin-top: -3px;
}

.font-light,
.font-light a,
.font-light h6,
.section-patrocinadores h6 {
    font-family: var(--main-font);
    font-weight: 300;
}

.sec-fin-gan .card-finalista .description h6 {
    line-height: 1.2pc;
    margin: 8.1px 0px 10px 0px;
}

.sec-fin-gan .more-finalistas .card-finalista-small h5 {
    min-height: 3em;
}

.sec-fin-gan .more-finalistas .card-finalista-small .info {
    height: auto;
}

.sec-fin-gan .more-finalistas .card-finalista-small {
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .bg-video video {
        width: 700px;
        height: 100%;
    }
}

@media (max-width: 470px) {
    .bg-video video {
        position: absolute;
        top: 0;
        right: -100px;
        width: 700px;
        height: 100%;
    }
}

.sec-fin-list .tab-selection .sec-table table tbody tr td {
    font-family: var(--main-font);
    font-weight: 300;
}

.sec-fin-list .tab-selection .sec-table table thead tr th {
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 400;
}

.sec-fin-gan .content-title a {
    padding-top: 5px;
}

/* Fin Ajustes */

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

@media (max-width: 992px) {
    .section-patrocinadores .content-patro {
        padding-right: 0;
    }
}

.section-menu ul > li {
    list-style: none;
}

.patro-container {
    padding: 0px 40px;
}

.intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    scrollbar-width: none;
}

.intro-overlay::-webkit-scrollbar {
    display: none;
}

@media (max-width: 992px) {
    .banner-container {
        width: 80%;
        margin: 0 auto;
    }
}

.final {
    background-color: #313338;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: var(--main-font);
    letter-spacing: 1px;
    border-radius: 2px;
}

.final:hover {
    background-color: #313338;
    color: #ffffff;
    border: 1px solid #f1be5e;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

/* Gran Premio */

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.content-gran-premio .controls a {
    outline: none;
    display: inline !important;
}

/* Gran Premio */

/*Countdwon*/
.simply-countdown {
    margin-top: 10px;
    margin-bottom: 0px;
}

.simply-countdown-one {
    display: flex;
    justify-content: space-between;
    width: 500px;
}

.simply-countdown > .simply-section {
    display: inline-block;
    background: inherit;
    color: white;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-align: center;
}

.simply-countdown > .simply-section > div {
    display: table-cell;
    vertical-align: middle;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
    display: block;
    color: white;
}

.simply-countdown > .simply-section .simply-amount {
    font-size: 48px;
    font-family: var(--main-font);
    font-weight: 300;
    text-align: center;
    height: 75px;
}

.simply-countdown > .simply-section .simply-word {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: light;
    color: #c19649;
}

.simply-countdown > .simply-section:not(:last-child) .simply-amount:after {
    content: ":";
    padding-left: 24px;
    padding-right: 20px;
}

.simply-countdown > .simply-section:last-child .simply-amount:after {
    content: "";
    padding-left: 20px;
}

.simply-countdown > .simply-section:not(:last-child) .simply-word:after {
    content: "";
    padding-left: 54px;
}

.simply-countdown > .simply-section:last-child .simply-word:after {
    content: "";
    padding-left: 14px;
}

@media (width <= 350px) {
    .simply-countdown-one {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 380px) {
    .simply-countdown > .simply-section .simply-amount {
        font-size: 26px;
        height: 50px;
    }

    .simply-countdown > .simply-section .simply-word {
        font-size: 10px;
    }

    .simply-countdown > .simply-section:not(:last-child) .simply-amount:after {
        content: ":";
        padding-left: 10px;
        padding-right: 8px;
    }

    .simply-countdown > .simply-section:last-child .simply-amount:after {
        content: "";
        padding-left: 5px;
    }

    .simply-countdown > .simply-section:not(:last-child) .simply-word:after {
        content: "";
        padding-right: 0px;
        padding-left: 10px;
    }

    .simply-countdown > .simply-section:last-child .simply-word:after {
        content: "";
    }

    .simply-countdown > .simply-section .simply-amount {
        font-size: 22px;
    }
}

@media (max-width: 540px) {
    .simply-countdown-one {
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .simply-countdown > .simply-section .simply-amount {
        font-size: 32px;
        height: 50px;
    }

    .simply-countdown > .simply-section .simply-word {
        font-size: 12px;
    }

    .simply-countdown > .simply-section:not(:last-child) .simply-amount:after {
        content: ":";
        padding-left: 18px;
        padding-right: 10px;
    }

    .simply-countdown > .simply-section:last-child .simply-amount:after {
        content: "";
        padding-left: 18px;
    }

    .simply-countdown > .simply-section:not(:last-child) .simply-word:after {
        content: "";
        padding-right: 0px;
        padding-left: 30px;
    }

    .simply-countdown > .simply-section:last-child .simply-word:after {
        content: "";
    }
}

@media (max-width: 411px) {
    .simply-countdown > .simply-section .simply-amount {
        font-size: 30px;
        height: 50px;
    }

    .simply-countdown > .simply-section .simply-word {
        font-size: 10px;
    }

    .simply-countdown > .simply-section:not(:last-child) .simply-amount:after {
        content: ":";
        padding-left: 12px;
        padding-right: 8px;
    }

    .simply-countdown > .simply-section:last-child .simply-amount:after {
        content: "";
        padding-left: 12px;
    }

    .simply-countdown > .simply-section:not(:last-child) .simply-word:after {
        content: "";
        padding-right: 0px;
        padding-left: 30px;
    }

    .simply-countdown > .simply-section:last-child .simply-word:after {
        content: "";
    }
}

.content-gran-premio p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500 !important;
    margin: 0px 0px 15px 0px;
    font-family: var(--main-font);
    font-weight: 700;
}

/* Gran Premio */

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.content-gran-premio .controls a {
    outline: none;
    display: inline !important;
}

/* Gran Premio */

@media only screen and (max-width: 767px) {
    .premio-listado {
        width: 20.8%;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .premio-listado {
        width: 17px;
        margin-right: 8px;
    }
 }

@media only screen and (min-width: 1301px) {
    .premio-listado {
        width: 17px;
        margin-right: 8px;
    }
}


/* Ajuste header logo a la derecha */
.flex-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search {
    margin-left: auto !important;
    margin-right: 10px;
}
/* Ajuste header logo a la derecha */

/* Ajuste banner responsive */
@media (min-width: 550px) {
    .bg-banner-mobile {
        display: none !important;
    }
}

@media (max-width: 549px) {
    .bg-banner-mobile {
        display: block !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100vh;
    }
    .bg-banner-desktop {
        display: none !important;
    }
}
/* Ajuste banner responsive */

/* Slider home responsive */
.my-home .slider-home {
    padding: 0px 0px 0px 0px;
}

/* .my-home .carousel-inner {
  padding-bottom: 68px !important;
} */

.controls-banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media only screen and (max-width: 767px) {
    .player-mobile {
        /* margin-top: 7em; */
        height: 515px;
    }
}

@media (min-width: 992px) {
    .controls-banner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .controls-banner .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .controls-banner .col-xs-6 {
        width: 50%;
    }

    /* .margin {
        margin-top: -78px;
    } */
}
/* Slider home responsive */

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

/* LISTADO GANADORES */

.open>.dropdown-menu {
    display: flex;
    flex-direction: column;
    padding: unset;
    margin: unset;
    min-width: 121px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    left: auto;
}

.dropdown-menu-right {
    right: 255px;
    left: auto;
}

/* LISTADO GANADORES */

/* .my-home .slider-home img {
    width: auto;
}

@media (max-width: 768px) {
    .my-home .slider-home img {
        width: 100%;
    }
} */

a:focus {
    color: unset;
}

/* Banner finalistas - Posicionamiento del bloque completo */
.banner-finalistas {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-finalistas img {
    width: 100%;
    height: auto;
    display: block;
}

/* Bloque de texto y contador posicionado en inferior izquierda */
.contador-block {
    position: absolute;
    bottom: 15%;           /* Distancia desde abajo */
    left: 7%;              /* Distancia desde la izquierda */
    color: white;
    text-align: center;
    z-index: 10;
    width: auto;    /* Responsive: máximo 25% del viewport */
    min-width: 200px;      /* Mínimo para legibilidad */
}

.contador-block .simply-countdown {
    margin: 0 0 15px 0;
}

/* Estilos para el texto del bloque */
.contador-text-top,
.contador-text-middle,
.contador-text-bottom {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    text-transform: uppercase;
    text-align: left;
}

.contador-text-middle {
    margin-top: 0px;
}

.contador-text-bottom {
    font-size: 48px;
    line-height: 48px;
    color: #f1bc59;
    font-weight: 700;
}

@media (max-width: 992px) {
    .contador-block {
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contador-text-top,
    .contador-text-middle,
    .contador-text-bottom {
        font-size: clamp(16px, 8vw, 84px);
        text-align: center;
        white-space: nowrap;
    }

    .contador-text-top {
        line-height: 112px;
    }

    .contador-text-middle {
        line-height: 112px;
    }

    .contador-text-bottom {
        line-height: 64px;
    }

    .contador-block .simply-countdown {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .contador-block {
        width: 100%;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contador-text-top,
    .contador-text-middle,
    .contador-text-bottom {
        font-size: clamp(16px, 8vw, 48px);
        text-align: center;
        white-space: nowrap;
    }

    .contador-text-top {
        line-height: 48px;
    }

    .contador-text-middle {
        line-height: 48px;
    }

    .contador-text-bottom {
        line-height: 24px;
    }

    .contador-block .simply-countdown {
        margin: 0 10px;
        width: 300px;
    }
}