@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
    --font-body: "Roboto", sans-serif;
    --font-title: "Montserrat", sans-serif;
    --font-awesome: "Font Awesome 6 Pro";
    --color-primary: #7AA22C;
    --color-primary-rgb: 41, 98, 255;
    --color-white: #fff;
    --color-white-rgb: 255, 255, 255;
    --color-black: #000;
    --color-black-rgb: 0, 0, 0;
    --color-border: #e5e5e5;
    --color-border-rgb: 229, 229, 229;
    --color-cat-normal: #7a7e83;
    --color-cat-normal-rgb: 122, 126, 131;
    --color-meta-normal: #a5a6aa;
    --color-meta-normal-rgb: 165, 166, 170;
    --color-gray: #f7f7f7;
    --color-gray-rgb: 247, 247, 247;
    --color-body: #6c6f72;
    --color-body-rgb: 108, 111, 114;
    --color-body-bg: #fff;
    --border-radius-xs: 4px;
    --border-radius-sm: 6px;
    --border-radius-md: 10px;
    --border-radius-lg: 15px;
    --border-radius-xl: 20px;
    --color-fb: #1559c2;
    --color-tw: #1ea9e9;
    --color-in: #3f729b;
    --color-vm: #2cc0eb;
    --color-pn: #3b5998;
    --color-wh: #43ce13;
    --color-dr: #f65e97;
    --color-dw: #ff6b10;
    --color-yu: #ed1d25;
}

:root[data-theme=dark] {
    --color-white: #000;
    --color-white-rgb: 0, 0, 0;
    --color-black: #fff;
    --color-black-rgb: 255, 255, 255;
    --color-body: #d7d7d7;
    --color-body-rgb: 215, 215, 215;
    --color-body-bg: #101213;
    --color-border: #222121;
    --color-dark-bg_2: #171818;
}

@font-face {
    font-family: Agenor;
    src: url('../css/fonts/agenor-regular.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    color: #1f1f1f;
    /* background */
    background-image: url(../images/background/web.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: top center;
}

.open>.offcanvas-mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 150;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

a:hover {
    color: #AD0002;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
    padding: 0;
    border: 0;
    font-size: 30px;
}


.navbar-toggler i {
    color: #FD0D1E;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
}

section {
    background: #fff;
}

.container {
    /* background: #fff; */
    width: 95%;
}

.container.container-inner {
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 0;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

.header-wrap .navbar .container-fluid {
    padding: 0 0 0 0;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eb8c5;
    border-color: #2eb8c5;
}

main {
    background: transparent;
    position: relative;
    z-index: 1;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.header-wrap {
    background: rgb(255 255 255 / 0%);
}

.header-wrap .header-wrap-bottom {
    padding: 10px 0 10px 0;
    background: #FD0D1E;
    background-image: linear-gradient(to bottom, #36D1DC, #063291 );
    position: relative;
    z-index: 2;
}

.header-wrap .header-wrap-bottom .dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #eaeaea;
}

.header-wrap .header-wrap-bottom .dropdown-item.active,
.header-wrap .header-wrap-bottom .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #FD0D1E;
}

.header-wrap .header-wrap-bottom .dropdown-menu li:hover .dropdown-item {
    color: #fff;
    text-decoration: none;
    background: #FD0D1E;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.aside-ads-1,
header,
main,
footer {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-top {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.navbar-brand {
    margin-right: 45px;
    display: block;
    text-align: center;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.navbar-light .navbar-nav .nav-link.dropdown-toggle {
    color: #ffda34;
}

.navbar-light .navbar-nav.dark .nav-link {
    background-color: #000;
    color: #fff !important;
}

#header-sticky .navbar-light .navbar-nav .nav-link {
    color: #222222;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #222222;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #222222;
}

#navbarSalusLaboris .d-flex a.search {
    color: #222222;
    font-size: 20px;
    padding-right: 20px;
}

#navbarSalusLaboris .d-flex a.contact {
    color: #257fb7;
    border: 1px solid #257fb7;
    padding: 10px 20px;
}

.btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 0;
    min-width: 280px;
}

.head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 15px;
}

.head .text h2 {
    color: #333;
    font-family: 'Agenor';
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.head .text h4 {
    color: #FD0D1E;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.head .text h4 .line {
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #FD0D1E;
    margin-left: 10px;
    display: none;
}

.head .text p {
    color: #000;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.btn-contact {
    background: transparent;
    border: 1px solid #201f1f;
    font-weight: 800;
    color: #201f1f;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
}

.btn-search {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-cart {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-quote {
    box-shadow: none;
    background: #e5007e;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 15px 50px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
}

.btn-quote:hover {
    background: #e5007e;
}

.btn-white {
    border-radius: 5px;
    border: 3px solid #FFF;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-white:hover {
    border: 3px solid #0070CC;
    background: #0070CC;
    color: #fff;
}

.btn-yellow {
    border-radius: 5px;
    border: 3px solid #FFDA34;
    background: #FFDA34;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-yellow:hover {
    border: 3px solid #0070CC;
    background: #0070CC;
    color: #fff;
}

.btn-green {
    border-radius: 5px;
    border: 3px solid #0070CC;
    background: #0070CC;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-green:hover {
    border: 3px solid #80026D;
    background: #80026D;
    color: #fff;
}

.btn-grey {
    border-radius: 5px;
    border: 3px solid #333;
    background: #333;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-grey:hover {
    border: 3px solid #333;
    background: #333;
    color: #fff;
}

.btn-yellow-outline {
    border-radius: 5px;
    border: 3px solid #FFDA34;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-yellow-outline:hover {
    border: 3px solid #AD0002;
    background: #AD0002;
    color: #fff;
}

.btn-red {
    border-radius: 5px;
    border: 3px solid #FD0D1E;
    background: #FD0D1E;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-red:hover {
    border: 3px solid #AD0002;
    background: #AD0002;
    color: #fff;
}

.btn-red-outline {
    border-radius: 5px;
    border: 3px solid #FD0D1E;
    background: #FFF;
    color: #FD0D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.btn-red-outline:hover {
    border: 3px solid #AD0002;
    background: #AD0002;
    color: #fff;
}

.top-header-wrap .dropdown-menu {
    z-index: 9999;
}

footer.padding {
    padding-top: 0;
    padding-bottom: 0;
}


footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul li a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

footer ul li a:hover {
    color: #117378;
}

footer ul li a i {
    padding-right: 5px;
    color: #117378;
}

footer ul li a:hover i {
    color: #117378;
}

footer .social a {
    font-size: 42px;
    color: #ffffff;
    margin-right: 10px;
    padding: 0 0 0 0;
}

footer .info li a {
    font-size: 18px;
}

footer .info li a i {
    font-size: 24px;
    margin-right: 5px;
}

footer .links {
    display: flex;
}

footer .links li {
    margin-bottom: 0;
}

footer .links li a {
    font-size: 14px;
}

footer .links li {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #117378;
}

footer .links li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.social {
    display: flex;
    align-items: center;
}

.top-header-wrap .text-start ul li {
    margin-right: 10px;
}

.top-header-wrap .text-start ul li a {
    color: #fff;
    font-size: 20px;
}

.top-header-wrap .text-end ul {
    display: inline-flex;
    align-items: center;
    margin-left: 100px;
}

.top-header-wrap .text-end ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.top-header-wrap .text-end ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.top-header-wrap .text-end a,
.top-header-wrap .text-end ul li a {
    color: #fff;
}

.header-wrap.scroll-menu {
    background: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.col-radio {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.col-radio::before {
    content: "";
    /* width: calc(100% - 1.5rem); */
    width: 100%;
    height: 0.5px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
}

.col-radio::after {
    content: "";
    /* width: calc(100% - 1.5rem); */
    width: 100%;
    height: 0.5px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
}


/* Secction Slider */
.banner-section {
    position: relative;
    z-index: 1;
}

.banner-section .title-text {
    font-size: 48px;
}

.banner-section .social-links-text>ul>li:after {
    background-color: #000000;
}

.banner-section p {
    font-size: 16px;
}

.banner-section .absolute-social-wrap {
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.banner-section .absolute-social-wrap .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.banner-section .text-white h1,
.banner-section .text-white h2,
.banner-section .text-white h3,
.banner-section .text-white h4,
.banner-section .text-white h5,
.banner-section .text-white h6 {
    color: #ffffff;
}

.banner-section.text-white .title-text {
    color: #ffffff;
}

.banner-section.text-white h1,
.banner-section.text-white h2,
.banner-section.text-white h3,
.banner-section.text-white h4,
.banner-section.text-white h5,
.banner-section.text-white h6 {
    color: #ffffff;
}

.banner-section.text-white .btn-border {
    line-height: 43px;
    border: 2px solid #ffffff;
}

.banner-section.text-white .social-links-text>ul>li:after {
    background-color: rgba(255, 255, 255, 0.6);
}

.main-carousel .item {
    position: relative;
    min-height: 650px;
}

.main-carousel .item.image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-carousel .item .caption {
    position: absolute;
    left: 0%;
    bottom: 20%;
    width: 100%;
    z-index: 2;
    margin: auto;
}

.main-carousel .item::before {
    content: "";
    background-image: url(../images/background/degraded.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-carousel .item .caption h1 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-wrap.scroll-menu .top-header-wrap {
    border: 0;
}

.header-wrap.scroll-menu .navbar-light .navbar-nav .nav-link {
    color: #113d4b;
    position: relative;
}

.header-wrap.scroll-menu .navbar-light .navbar-nav .nav-link::before {
    content: "";
    width: 80%;
    height: 2px;
    background: #117378;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.navbar-brand .logo .scroll {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}

.navbar-brand .logo {
    max-width: 300px;
    display: table;
    overflow: visible;
}

.navbar-brand .logo a {
    display: table-cell;
    vertical-align: middle;
    overflow: visible;
}

.navbar-brand .logo img {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    height: 100%\9;
    height: auto\9;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.navbar-brand .logo a>img {
    opacity: 0;
    filter: alpha(opacity=0);
}

header .logo img {
    padding: 10px 0;
}

.header-wrap.scroll-menu .navbar-brand .logo .scroll {
    opacity: 1;
    max-height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}

.header-wrap.scroll-menu .navbar-brand .logo img {
    opacity: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover::before,
.navbar-light .navbar-nav .nav-item .nav-link.active::before {
    opacity: 1;
}

b,
strong {
    color: #000;
    font-weight: 700;
}

.btn-wsp {
    position: fixed;
    right: 50px;
    bottom: 90px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 12.5px;
    border-radius: 50px;
    z-index: 199;
}

/* @media screen and (min-width: 1920px) {

    .top-header-wrap,
    .aside-ads-1,
    header,
    main,
    footer,
    #copyright {
        max-width: 1920px;
        background: #fff;
        margin: auto;

    }
} */


.aside-ads-1 .container {
    background: transparent;
}

.aside-ads-2 {
    width: 150px;
    position: absolute;
    left: 0;
    background: transparent;
    -webkit-transition: .4s;
    transition: .4s;
}

.aside-ads-3 {
    width: 150px;
    position: absolute;
    right: 0;
    background: transparent;
    -webkit-transition: .4s;
    transition: .4s;
}

/* .aside-ads-1 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 9;
} */

.header-wrap-top {
    /* margin-top: 100px; */
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.radio-box .flex-shrink-0 {
    z-index: 1;
    position: relative;
    margin-right: 0;
}

.radio-box .flex-grow-1 {
    margin-left: 0;
    position: relative;
}

.radio-box .radio-status h3 {
    border-radius: 25px;
    background: #fff;
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 10px;
    text-align: left;
    margin-left: 5px;
    margin-bottom: 0;
}

.radio-box .flex-grow-1 .radio-info {
    background: #FFDA34;
    box-shadow: 2px 2px 4px 0px rgba(28, 27, 31, 0.25);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 25px 10px 10px 40px;
}

.radio-box .flex-grow-1 .radio-info p {
    margin: 0 0 0 0;
    font-weight: 500;
    text-align: left;
    color: #000;
}

.dropdown-toggle::after {
    content: "\f078";
    border: none !important;
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
    vertical-align: 0;

}

.navbar-nav-social li {
    display: inline-block;
}

.navbar-nav-social li:not(:last-child) {
    margin-right: 10px;
}

.navbar-nav-social li a {
    color: #0070CC;
    font-size: 18px;
}

.schedule-section {
    background-image: url(../images/background/schedule.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 900px;
    margin-top: -200px;
    padding-top: 250px;
    padding-bottom: 300px;
}

.schedule-carousel.owl-carousel .owl-item img {
    width: 90%;
}

.schedule-carousel.owl-carousel {
    padding: 0 40px;
}

.owl-arrows.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-arrows.owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 35px;
    top: -45px;
    background: #FD0D1E;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.owl-arrows.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -45px;
    background: #FD0D1E;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.owl-arrows.owl-theme .owl-nav .owl-prev:hover,
.owl-arrows.owl-theme .owl-nav .owl-next:hover {
    background: #AD0002;
}

.blog-content {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;
    -o-border-radius: 15px 15px 15px 15px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.blog-content .blog-content-image {
    position: relative;
    overflow: hidden;
}


.blog-content.imagen {
    box-shadow: none;
    border-radius: 0;
}

.blog-content.imagen .blog-content-image>a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.804359243697479) 0%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
    top: 0;
    left: 0;
}

.blog-content.imagen h2 {
    font-size: 16px !important;
}

.blog-content h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 30px 30px 15px;
}

.blog-content h2 a {
    color: #fff;
}

.blog-content .blog-content-text {
    padding: 20px 20px 20px 20px;
}



.blog-content .blog-content-text .category {
    display: inline-block;
    color: #0070CC;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid #0070CC;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-content .blog-content-text .category.category-2 {
    color: #681885;
    border: 1px solid #681885;
}

.blog-content .blog-content-text .category.category-3 {
    color: #00B8AE;
    border: 1px solid #00B8AE;
}


.blog-content .blog-content-text p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.blog-content .blog-content-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.blog-content .blog-content-text .date-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-content .blog-content-text .date-link .date {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-content .blog-content-text .date-link a {
    color: #FD0D1E;
    text-align: right;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog-content.content-video .blog-content-text {
    background: #E7E7E9;
}

.blog-content.content-video .blog-content-text p {
    background: #E7E7E9;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 75px;
}

.owl-first-blog .item {
    padding: 5px;
}

.head.head-2 {
    padding-bottom: 0;
}

.head.head-2 .text h2 {
    font-family: 'Quicksand', 'Montserrat', sans-serif;
    text-transform: unset;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin-bottom: 10px;
}

.head.head-2 .btn-white {
    border-radius: 30px;
    border: 3px solid #FFDA34;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.head.head-2 .btn-white:hover {
    border: 3px solid #0070CC;
    background: #0070CC;
    color: #fff;
}

.ranking-section {
    /* background-image: url(../images/background/ranking2.png); */
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* min-height: 900px; */
    padding-top: 40px;
}

.ranking-section>.container.container-inner {
    background-color: transparent;
}

.ranking-section .head {
    padding-top: 0;
}

.ranking-section .figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.ranking-section .figure::after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ranking-section .figure img {
    margin-bottom: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ranking-section .figure .figure-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
}

.ranking-section .figure .figure-caption h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ranking-section .figure .figure-caption h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ranking-box .ranking-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ranking-box .ranking-image::after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ranking-box .ranking-image .img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ranking-box .ranking-image span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    z-index: 1;
}

.ranking-box .ranking-info {
    display: flex;
    align-items: center;
    padding-left: 15px;
    flex-wrap: wrap;
}

/* .ranking-box .ranking-info i{
    font-size: 35px;
    padding-right: 10px;
    color: #000;
} */

.ranking-box .ranking-info .info-number {
    text-align: left;
    width: 100%;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ranking-box .ranking-info .info-text p {
    margin-bottom: 0;
    color: #000;
    text-align: left;
}

.ranking-schedule {
    background: #E7E7E9;
    padding: 45px 25px;
    border-radius: 15px;
}

.ranking-schedule h3 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.ranking-schedule ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.ranking-schedule ul li:last-child {
    border-bottom: 0px solid;
}

.ranking-schedule ul li .type,
.ranking-schedule ul li .time {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ranking-schedule a {
    color: #FD0D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.row-top {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #FFF;
    margin-left: 0;
    margin-right: 0;
}

.row-bottom {
    background: #EFEFEF;
    margin: 0;
}

footer .container.container-inner {
    background: transparent;
}

.footer-top-section {
    background: #fff;
}

.footer-top-section .navbar-nav-social li a,
.footer-top-section .navbar-nav-social li a i {
    color: #FD0D1E;
    font-size: 18px;
}

.navbar-nav-social li a svg,
.footer-top-section .navbar-nav-social li a svg {
    fill: #CF5808;
}

.footer-top-section .bloq h3 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.footer-top-section .bloq h3.hidden {
    opacity: 0;
}

.footer-top-section .bloq h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.footer-top-section .bloq_4 .newsletter {
    position: relative;
}

.footer-top-section .bloq_4 .newsletter .form-control {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #000;
    padding: 25px 20px 20px 35px;
}

.footer-top-section .bloq_4 .newsletter label {
    position: absolute;
    top: -10px;
    left: 20px;
    color: #fff;
    background: #000;
    padding: 0 15px;
    font-size: 18px;
}

.footer-top-section .bloq_4 .btn-yellow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.footer-top-section .bloq_4 .btn-yellow i {
    transform: rotate(-90deg);
}

.footer-top-section .bloq_4 ::placeholder {
    color: #fff;
}

.footer-top-section .bloq_mobile .accordion-item {
    background-color: #000;
    border: 0;
}

.footer-top-section .bloq_mobile .accordion-button {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-top-section .bloq_mobile .accordion-button::after {
    content: "\f055";
    font-weight: 900;
    background-image: none !important;
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    color: #FD0D1E;
}

.footer-top-section .bloq_mobile .accordion-body {
    background: #fff;
}

.footer-top-section .bloq_mobile .accordion-body ul li {
    text-align: left;
}

.footer-bottom-section {
    background: #fff;
    padding: 20px 0;
}

.footer-bottom-section .container {
    background: #fff;
}

.footer-bottom-section .bloq_1 p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom-section .bloq_2 ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-bottom-section .bloq_2 ul li {
    margin-bottom: 0;
}

.footer-bottom-section .bloq_2 ul li:not(:last-child) {
    padding-right: 30px;
}

.whatsapp {
    position: fixed;
    bottom: 100px;
    height: auto;
    width: auto;
    /* background: #25D366;
    padding: 12.5px;
    border-radius: 50px; */
    z-index: 199;
    margin-left: 0;
}


.copyright {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#scrolltop {
    display: inline-block;
    background-color: #333;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    /* opacity: 0;
    visibility: hidden; */
    margin-left: 110px;
    z-index: 1000;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -moz-transition: background-color .3s, opacity .5s, visibility .5s;
    -ms-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    display: none !important;
}

#scrolltop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

#scrolltop:hover {
    cursor: pointer;
    background-color: #333;
}

#scrolltop:active {
    background-color: #555;
}

#scrolltop.show {
    opacity: 1;
    visibility: visible;
}

/* Banner Panamericana */
.banner-section .item {
    position: relative;
}

.banner-section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-section .item .cover {
    padding: 50px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 0%);
    display: flex;
    align-items: end;
}

.banner-section .item .cover>.container {
    background: transparent;
}

.banner-section .item .cover .header-content {
    position: relative;
    padding: 0 0 0 0;
}

.banner-section .item .cover .header-content h2 {
    color: #e5272b;
    text-align: center;
    font-family: 'Agenor';
    font-size: 56px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 56px;
    font-weight: 900;
}

.banner-section .item .cover .header-content h2 a {
    color: #fff;
}

.banner-section .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.banner-section .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}

.banner-section .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}

.banner-section .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner-section .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner-section .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner-section .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner-section .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.banner-section .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner-section .owl-nav .owl-next:focus {
    outline: 0;
}

.banner-section .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner-section:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner-section:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.banner-section .owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #CCCCCC;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FD4955;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.bookmarks-section {
    padding: 10px 0;
    /* background-image: url(../images/background/bookmarks2.png); */
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}

.bookmarks-section .list-group-item {
    border: 2px solid #FD0D1E !important;
    margin-right: 10px;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #FD0D1E;
    line-height: 16px;
    padding: 5px 20px;
    min-width: 160px;
    text-transform: uppercase;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.bookmarks-section .list-group-item i {
    padding-right: 10px;
    font-size: 20px;
}

.bookmarks-section .list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: unset;
    border-left-width: unset;
}

.bookmarks-section .list-group-horizontal>.list-group-item:first-child {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 0 !important;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: transparent;
}

.vote {
    color: #FD0D1E;
    text-align: left;
    display: block;
    font-weight: 600;
}

.pages-section .content h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.pages-section .content h3:not(:first-child) {
    margin-top: 40px;
}

.pages-section .content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.notfound-section {
    background-image: url(../images/404/bg.png);
    min-height: 600px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 80px 80px 80px;
}

.notfound-section>.container {
    background: transparent;
}

.notfound-section .head .text h2 {
    font-family: Agenor;
    color: #000;
    font-family: Agenor;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
}

.notfound-section .head .text p {
    color: #000;
}

.notfound-section .btn-yellow-outline {
    background: transparent;
    color: #000;
}

.notfound-section .btn-yellow-outline:hover {
    background: #F1E093;
    color: #000;
}

form .btn {
    min-width: 250px;
}

.gpr-section {
    padding-bottom: 20px;
}

.gpr-section form input,
.gpr-section form textarea.form-control {
    border-radius: 10px;
    border: 1px solid #707070;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    outline: 0;
}

.gpr-section form input:focus,
.gpr-section form textarea.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.gpr-section form .form-label {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gpr-section form .form-label>span {
    color: #FD0D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gpr-section form ::placeholder {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.list-group-categories ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 50px;
    flex-wrap: wrap;
    gap: 10px 0;
}

.list-group-categories ul li {
    padding-right: 15px;
}

.list-group-categories ul li a {
    border-radius: 35px;
    background: #fff;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    color: #333;
}

.list-group-categories ul li.active a,
.list-group-categories ul li a:hover {
    background: #333333;
    color: #fff;
}

.list-dropdown-categories .dropdown-toggle::after {
    content: none;
    display: none;
}

.list-dropdown-categories .dropdown-menu {
    min-width: 100%;
    text-align: center;
}

.live-bg {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.live-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.live-top .figure-caption {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.live-top .figure-caption .figure-caption-text {
    color: #fff;
}

.live-top .figure-caption .figure-caption-text h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.live-top .figure-caption .figure-caption-text p {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.live-bottom {
    position: relative;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding: 10px 30px;
}

/* .live-bottom::before {
    content: "\f2ec";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: -24px;
    font-size: 24px;
    color: #ffda34;
} */

.live-bottom p {
    margin-bottom: 0;
}

.live-bottom p b {
    display: block;
    margin-bottom: 5px;
}

.figure-live {
    position: relative;
}

.figure-live .figure-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    padding: 0 25px 30px 25px;
}


.figure-live .figure-caption h2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.figure-live .figure-caption p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.figure-live .radio-logo {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.radio-principal {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.head.head-3 .text h2 {
    color: #333;
    font-family: 'Agenor';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.radio-secundario {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.radio-secundario .live-bottom {
    position: relative;
    border-radius: 0px 0px 10px 10px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 175px;
}

.radio-secundario .live-bottom .live-bottom-title {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.radio-secundario .live-bottom h2, .radio-secundario .live-bottom h2 a {
    font-family: Agenor;
    color: #FD0D1E;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.radio-secundario .live-bottom p {
    color: #333;
    /* font-size: 18px; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.radio-secundario .live-bottom p b {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.col-right {
    width: 345px;
    padding: 0;
}

.bts-notfound {
    display: flex;
}

.bts-notfound a:first-child {
    margin-right: 15px;
}

.item-new {
    padding-bottom: 30px;
}

.blog-section .blog-content-title {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px
}

.blog-section .blog-content-title .back-page {
    padding-right: 10px;
}

.blog-section .blog-content-title h1 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.blog-section .blog-content-text .princpal {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-section .blog-content-text .extract {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.blog-section .blog-content-text .autor {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.blog-section .blog-content-text .info-actions {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-section .blog-content-text .info-actions {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.blog-section .blog-content-text .info-actions p {
    margin-bottom: 0;
}

.blog-section .blog-content-text .info-actions p.autor {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blog-section .blog-content-text .info-actions p.date {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-section .blog-content-text p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.5rem;
}

.blog-content.imagen p {
    margin-bottom: 0 !important;
}

.br-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-section .post-actions a {
    display: inline-block;
    padding-right: 5px;
}

.blog-section .post-actions a svg {
    fill: #FD0D1E;
}

.blog-section .post-actions a:last-child {
    padding-right: 0;
}

.ranking-box-primary .ranking-info .info-text h2 {
    color: #333;
    font-family: Agenor;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 260px;
}


.blog-section .info-tags a {
    border-radius: 15px;
    background: #FFF;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    margin-right: 15px;
}

.blog-section .info-tags a:last-child {
    margin-right: 0;
}

.tags-category-1 {
    border: 1px solid #00B8AE !important;
    color: #00B8AE !important;
}

.tags-category-2 {
    border: 1px solid #0070CC !important;
    color: #0070CC !important;
}

.tags-category-2 {
    border: 1px solid #681885 !important;
    color: #681885 !important;
}

.blog-section .sidebar .sidebar-related h4 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.join-event form {
    border-radius: 10px 10px 0px 0px;
    background: #E7E7E9;
    padding: 30px 30px;
}

.join-event form p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.join-event form .fields {
    margin-bottom: 30px;
}

.join-event form input,
.join-event form textarea.form-control {
    border-radius: 10px;
    border: 2px solid #000;
    background: #fff;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
    outline: 0;
}

.join-event form .form-label {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.join-event form .form-label span {
    color: #FD0D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.join-event form .btn-send {
    min-width: auto;
    width: 100%;
    margin-bottom: 20px;
}

.join-event-info .title,
.join-event-info .time,
.join-event-info .awards,
.join-event-info .more {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.join-event-info .more {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.join-event-info .more a {
    color: #FD0D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.join-event-info .title h3 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.join-event-info h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.join-event-info p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.join-event-info .awards ul {
    list-style: disc;
    padding-inline-start: 20px;
}

.join-event-info .awards ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.join-event-info .awards ul li:last-child {
    margin-bottom: 0;
}

.join-event-info .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-event-info .time h4 {
    margin-bottom: 0;
}

.join-event-info .more .accordion {
    padding-bottom: 30px;
}

.join-event-info .more .accordion .accordion-button {
    color: #333;
    padding: 0 0 0 0;
    background: #fff;
    border: 0;
    box-shadow: none;
}

.join-event-info .more .accordion .accordion-body {
    padding: 1rem 0;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.join-event-info .more .accordion .accordion-button::after {
    background: none;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    color: #FD0D1E;
    font-size: 20px;
    font-weight: 900;
}

.join-event-info .more .accordion .accordion-button:not(.collapsed)::after {
    background: none;
    content: "\2b";
    transform: rotate(-180deg);
}

.join-event form .fields .form-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.join-event form .fields .form-check .form-check-input {
    padding: 10px;
    margin-right: 10px;
    border: 0;
}

.form-check-input:checked {
    background-color: #FD0D1E;
    border-color: #FD0D1E;
    box-shadow: none;
    outline: 0;
}

.join-event form .fields .form-check a {
    color: #FD0D1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.figure-events {
    overflow: hidden;
}

.figure-events img {
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
}


.figure-events .figure-caption {
    padding: 20px 0 0 0;
    background-color: #fff;
}

.figure-events .figure-caption .figure-caption-name h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.figure-events .figure-caption .figure-caption-name h2 a {
    color: #333;
}

.figure-events .figure-caption h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.figure-events .figure-caption p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.figure-events .figure-caption-legal a {
    color: #7AA22C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.figure-events .figure-caption-name,
.figure-events .figure-caption-time,
.figure-events .figure-caption-awards,
.figure-events .figure-caption-winners,
.figure-events .figure-caption-legal {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.figure-events .figure-caption-winners {
    border-bottom: 0;
}

.figure-events .figure-caption-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.figure-events .figure-caption-time h4 {
    margin-bottom: 0;
}

.figure-events .figure-caption-awards ul {
    color: #333;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    padding-inline-start: 20px;
}

.figure-events .figure-accordion .accordion .accordion-button {
    color: #333;
    padding: 0 0 0 0;
    background: #fff;
    border: 0;
    box-shadow: none;
}

.figure-events .figure-accordion .accordion .accordion-body {
    padding: 1rem 0;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.figure-events .figure-accordion .accordion .accordion-button::after {
    background: none;
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    color: #FD0D1E;
    font-size: 20px;
    font-weight: 900;
}

.figure-events .figure-accordion .accordion .accordion-button:not(.collapsed)::after {
    background: none;
    content: "\2b";
    transform: rotate(-180deg);
}

.figure-events .figure-accordion .accordion .accordion-body ul {
    color: #333;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    list-style: disc;
    padding-inline-start: 20px;
}

.ourschedule-section .nav-pills .nav-link {
    border-radius: 30px;
    border: 1px solid #333;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 15px;
    text-transform: uppercase;
}

.ourschedule-section .nav-pills .nav-link.active,
.ourschedule-section .nav-pills .show>.nav-link {
    color: #fff;
    background: #333;
}

.figure-ourschedule {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 100%;
}

.figure-ourschedule .figure-caption {
    background: #fff;
    padding: 15px 25px 15px 25px;
}

.figure-ourschedule .figure-caption .figure-caption-name h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.figure-ourschedule .figure-caption .figure-caption-name p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.figure-ourschedule .figure-caption .figure-caption-time h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.padding.header-padding {
    padding-top: 20px;
}

.blog-content .blog-content-text h2 {
    display: block;
    position: unset;
    left: unset;
    bottom: unset;
    padding: 0;
    margin-bottom: 20px;
    min-height: 65px;
    font-size: 14px;
}

.blog-content .blog-content-text h2 a {
    color: #000;
}

.radio-song {
    max-width: 400px;
}

.info-tags-content {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.info-tags-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
}

.info-tags-content .info-tags-list {
    display: inline-block;
}

.info-tags-content .info-tags-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.info-tags-content .info-tags-list li:last-child {
    margin-right: 0;
}

.tag-section .head .text h2 {
    font-size: 24px;
}

#related .title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__overlay .searchwp-modal-form__container .searchwp-modal-form__content .searchform>div {
    display: flex;
    align-items: center;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__overlay .searchwp-modal-form__container .searchwp-modal-form__content .searchform>div #s {
    width: 100%;
    min-height: 45px;
    padding: 5px 10px;
}

.searchwp-modal-form .searchwp-modal-form-default .searchwp-modal-form__overlay .searchwp-modal-form__container .searchwp-modal-form__content .searchform>div #searchsubmit {
    margin-left: 5px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 16px;
}

.searchwp-modal-form-trigger-el {
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.searchwp-modal-form-trigger-el::after {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    padding-left: 10px;
    font-size: 16px;
}

.search-title h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.blog-content.blog-content-2 {
    display: flex;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.blog-content.blog-content-2 .blog-content-image {
    padding: 0;
}

.blog-content.blog-content-2 .blog-content-text {
    padding: 0 15px 0 20px;
}

.blog-content.blog-content-2 .blog-content-text h2 {
    min-height: auto;
    margin-bottom: 0;
}

.blog-content.blog-content-2 .blog-content-text h2 a {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content.blog-content-2 .blog-content-text .category.category-2 {
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.row-ranking>div>div div:nth-child(2) .row div {
    display: none;
}

.row-ranking>div>div div:nth-child(2) .row div:nth-child(-n+4) {
    display: block;
}

.last-post-radio h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Media Queries */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media screen and (min-width: 991px) {
    #ranking-section .row-ranking .ranking-schedule {
        position: relative;
        top: -60px;
    }
}

@media screen and (min-width: 992px) {
    .sidebar {
        flex: 0 0 auto;
        width: 30%;
    }
}

@media screen and (min-width: 1540px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media screen and (min-width : 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1400px) {

    .aside-ads-1,
    main,
    footer,
    header {
        max-width: 100%;
    }

    .aside-ads-0,
    .aside-ads-1,
    .aside-ads-2,
    .aside-ads-3 {
        display: none;
    }
}


@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1250px) {
    .navbar-light .navbar-nav .nav-item {
        margin-right: 5px;
    }

    .notfound-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .notfound-section br {
        display: none;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {}

@media screen and (max-width: 991px) {
    .header-wrap.scroll-menu .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .col-rss,
    .col-search {
        display: none;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        height: auto;
    }

    .navbar-toggler {
        font-size: 20px;
    }

    #slider .title {
        color: #fff;
        font-size: 42px;
        margin-bottom: 0;
    }

    #slider .carousel-item .carousel-caption .d-flex {
        justify-content: center;
    }

    .navbar-light .navbar-brand {
        width: 60%;
    }

    .header-wrap-bottom .navbar-collapse .navbar-nav {
        padding: 0 20px 20px 20px;
    }

    .header-wrap-bottom .navbar-nav .nav-item.dropdown a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer ul.info {
        display: none;
    }

    footer .social,
    footer .links {
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .header-wrap.scroll-menu .navbar-brand .logo .scroll {
        max-height: 45px;
        top: 5px;
        -webkit-transform: none;
        transform: none;
    }

    .header-wrap.scroll-menu .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    .logo-footer {
        width: 80%;
        height: auto;
    }

    footer .social li:last-child a {
        margin-right: 0;
    }

    footer .social a {
        font-size: 32px;
    }

    .header-wrap .top-header-wrap,
    .header-wrap .header-wrap-bottom-bottom {
        padding: 10px 20px 10px 20px;
    }

    /* .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    } */

    .aside-ads-1 {
        display: none;
    }

    .header-wrap-top {
        margin-top: 0;
        background: #fff;
        padding: 15px 15px;
        background-size: cover;
        background-position: right bottom;
    }

    .navbar-nav-social li:not(:last-child) {
        margin-right: 10px;
        margin-left: 10px;
    }

    .header-wrap .header-wrap-bottom {
        padding: 0;
    }

    .col-logo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .nav-pills {
        flex-wrap: nowrap;
        overflow-x: scroll;
        height: 69px;
        width: 100%;
        white-space: nowrap;
    }


    .col-radio {
        background-image: url(../images/background/mobile/menu.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 2px;
        padding-bottom: 0;
    }


    .col-radio .radio-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .radio-box .flex-grow-1 .radio-info {
        box-shadow: none;
        padding: 0;
        background: transparent;
    }

    .radio-box .flex-grow-1 .radio-info p {
        text-align: center;
    }

    .radio-box .flex-grow-1 .radio-info p:last-child {
        display: none;
    }

    .radio-box .radio-status h3 {
        padding: 10px 10px;
        position: relative;
        left: unset;
        top: unset;
        text-align: center;
        margin: 0 auto 0;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        animation: scrolling 60s linear infinite;
    }

    @keyframes scrolling {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(-100%)
        }
    }

    .main-carousel .item .caption {
        padding: 20px 20px;
    }

    .schedule-section {
        background-image: url(../images/background/mobile/schedule.png);
        background-position: center top;
        min-height: auto;
        margin-top: 0;
        padding: 80px 20px;
    }

    .blog-section {
        padding-top: 25px;
        margin-top: 0;
    }

    .container.container-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-top-section,
    .footer-bottom-section {
        text-align: center;
    }

    .bookmarks-section {
        display: none;
    }

    .banner-section .item .cover .header-content h2 {
        text-align: center;
        font-size: 50px;
        font-style: normal;
        line-height: normal;
    }

    .whatsapp {
        right: 20px;
        margin-left: 0;
    }

    #scrolltop {
        right: 25px;
        margin-left: 0;
    }

    main,
    header {
        overflow: hidden;
    }

    .aside-ads-2,
    .aside-ads-3 {
        display: none;
    }

    .navbar-nav-social li {
        margin-right: 10px;
        margin-left: 10px;
    }

    .footer-top-section .bloq_mobile .accordion-item {
        margin-bottom: 10px;
    }

    .footer-bottom-section .bloq_2 ul {
        justify-content: center;
    }

    /* .row {
        margin-right: auto;
        margin-left: auto;
    } */

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

    .notfound-section .container .row {
        flex-direction: column-reverse;
    }



    .banner-section .owl-item.active h2 {
        animation: none;
        -webkit-animation: none;
    }

    .col-lg-8.pb-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .owl-arrows.owl-theme .owl-nav .owl-prev,
    .owl-arrows.owl-theme .owl-nav .owl-next {
        width: 24px;
        height: 24px;
    }

    .head.head-2 .text h2 {
        font-size: 28px;
    }

    /* .head .text h4 {
        margin-bottom: 12px;
        font-size: 16px;
    } */

    .radio-secundario .live-bottom .live-bottom-title {
        justify-content: start;
        /* padding-left: 20px; */
    }

    .live-bottom-title,
    .live-bottom-text {
        padding: 0;
    }

    .radio-secundario .live-bottom p b {
        display: none;
    }

    .radio-secundario .live-bottom p {
        border-top: 1px solid;
        padding: 20px 0 0;
    }

    .blog-section .right {
        display: none;
    }

    .banner-section .item .cover {
        padding: 50px 0 100px 0;
    }

    .bts-notfound {
        display: flex;
        justify-content: center;
    }

    .footer-bottom-section .whatsapp {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    .head .text h2,
    .notfound-section .head .text h2 {
        font-size: 32px;
    }

    #slider .title {
        font-size: 32px;
    }

    #slider .title br {
        display: none;
    }

    #slider .carousel-item .carousel-caption {
        width: 85%;
        padding: 0;
    }

    .banner-section .item .cover .header-content h2 {
        font-size: 42px;
        line-height: normal;
    }

    .join-section .col-7,
    .join-section .col-5,
    .ranking-section .col-7,
    .ranking-section .col-5 {
        flex: 0 0 auto;
        width: 50%;
    }

    .banner-section .item .cover {
        padding: 50px 0 100px 0;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
        margin-top: auto;
    }
}

@media screen and (max-width: 650px) {
    .notfound-section .bts-notfound .btn-red {
        margin-bottom: 15px;
    }

    .head.head-2 .text h2 {
        font-size: 24px;
    }

    .ranking-section .col-6,
    .live-section .col-7,
    .live-section .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .bts-notfound a:first-child {
        margin-right: 0;
    }

    .head .text h2,
    .notfound-section .head .text h2 {
        font-size: 24px;
    }

    .join-section .col-7,
    .join-section .col-5,
    .ranking-section .col-7,
    .ranking-section .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .join-section .col-7 {
        padding-bottom: 30px;
    }

    .ranking-box-primary .ranking-info .info-text h2 {
        max-width: 100%;
    }


    .blog-section.blog-panavideos .blog-content-text p {
        display: block;
    }

    .blog-content h2 {
        font-size: 18px;
    }

    .banner-section .item .cover .header-content h2 {
        font-size: 30px;
    }

    .bts-notfound {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 550px) {
    .ourschedule-section .nav-pills .nav-link {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 500px) {
    .navbar-brand img {
        height: auto;
        width: 250px;
    }

    .offcanvas-menu-wrap {
        max-width: 100%;
    }

    .ourschedule-section .col-6,
    .blog-section .col-6,
    .events-section .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-radio .radio-box .flex-shrink-0 img {
        width: 100px;
    }

    .blog-section .blog-content-title h1 {
        font-size: 23px;
    }
}

@media screen and (max-width: 450px) {
    .banner-section .item .cover .header-content h2 {
        font-size: 26px;
    }

    .banner-section .item .cover {
        padding: 50px 0 60px 0;
    }

    .navbar-brand img {
        height: auto;
        width: 180px;
    }

}

@media screen and (max-width: 420px) {
    .col-radio .radio-box {
        flex-wrap: nowrap;
    }

    .radio-box .flex-shrink-0 img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .col-radio .radio-box {
        flex-wrap: wrap;
    }

    .banner-section .item .cover .header-content h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 360px) {
    .header-wrap.scroll-menu .navbar-brand .logo .scroll {
        max-height: 30px;
    }

    .navbar-brand img {
        height: auto;
        width: 200px;
    }
}

@media screen and (max-width: 330px) {
    .banner-section .item .cover .header-content h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
}


.header-wrap-sticky {
    display: none;
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 0;
    z-index: 99;
    opacity: 0;
}

.header-wrap-sticky.sticky-on {
    display: block;
    opacity: 1;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 99;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    border-radius: 0;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px;
}

.pagination .page-item .page-link {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #efefef;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #fd0d1e;
    border-color: #fd0d1e;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

#controlButtonPlayLink {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fd0d1e;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 0;
}

#controlButtonPlayLink.playing i::before {
    content: "\f04c";
}

@media screen and (min-width: 992px) {
    footer.padding {
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 991px) {
    .list-dropdown-categories .dropdown-menu.show {
        display: block !important;
    }
}


/*============================
// topbar
============================*/

.topbar {
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f0f0;
}

[data-theme=dark] .topbar {
    background-color: #171818;
}

.rt-trending-style-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.rt-treding-slider1 {
    height: 40px;
    text-align: left;
    margin: 0;
}

.rt-treding-slider1 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.rt-trending .trending-title {
    font-size: 0.8125rem;
    color: #ffda34;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    position: relative;
    padding-right: 12px;
    margin-right: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-trending .trending-title i {
    font-size: 8px;
    margin-right: 10px;
}

[data-theme=dark] .rt-trending .trending-title {
    color: var(--color-black);
}

[data-theme=dark] .rt-trending .trending-title::after {
    background-color: var(--color-black);
}

.rt-trending .trending-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    background-color: #ffda34;
}

.rt-trending .trending-title .icon {
    font-size: 0.75rem;
    background-image: linear-gradient(45deg, #0034c2, #7AA22C);
    color: var(--color-white);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px;
}

[data-theme=dark] .rt-trending .trending-title .icon {
    color: var(--color-black);
    background-color: var(--color-primary);
}

.rt-trending .trending-slide-title {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 0 13px;
    margin-bottom: 0;
}

/* .rt-trending .trending-slide-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #555555;
} */

[data-theme=dark] .rt-trending .trending-slide-title {
    color: var(--color-black);
}

[data-theme=dark] .rt-trending .trending-slide-title::after {
    background-color: var(--color-black);
}

.rt-topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt-topbar-right .rt-date-style-1 {
    font-size: 0.8125rem;
    color: #bebdbd;
    font-weight: 300;
    line-height: 2.1;
}

.rt-topbar-right .rt-date-style-1 .icon {
    color: var(--color-white);
    margin-right: 5px;
}

.rt-top-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 17px;
    margin-left: 15px;
}


/* .rt-top-social::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #555555;
} */

.rt-top-social .follow {
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-right: 12px;
    color: #fff;
}

.rt-top-social li {
    margin-right: 12px;
}

.rt-top-social li:last-child {
    margin-right: 0;
}

.rt-top-social a {
    font-size: 0.8125rem;
    color: #555555;
}

.rt-top-social a:hover {
    color: #7AA22C;
}

@media (max-width: 1199px) {
    .rt-top-social {
        padding-left: 0;
        margin-left: 0;
    }

    .rt-top-social::after {
        display: none;
    }
}

.header-bottombar .rt-trending {
    background: red;
    margin: 0 0;
    padding: 8px 0;
}

.header-bottombar .rt-trending:first-child {
    margin-top: 5px;
}


/*=======================
// Off canvas menu
========================*/

.offcanvas-menu-wrap {
    max-width: 350px;
    width: 100%;
    position: fixed;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -moz-scrollbar-width: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.offcanvas-menu-wrap::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .offcanvas-menu-wrap {
        max-width: 90%;
    }
}

.offcanvas-menu-wrap[data-position=right] {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

[data-theme=dark] .offcanvas-menu-wrap {
    background-color: var(--color-dark-bg_2);
}

.offcanvas-menu-wrap .offcanvas-content {
    height: 100vh;
    padding: 50px 30px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.offcanvas-menu-wrap .offcanvas-content.offcanvas-content-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 35px 40px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn {
    font-size: 1.8em;
    font-weight: 500;
    color: var(--color-black);
    width: 0;
    height: 44px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: -25px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn a {
    color: var(--color-black);
}

[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-header .close-btn {
    --color-white: #fff;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget {
    margin-bottom: 40px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget:last-child {
    padding-bottom: 40px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .offcanvas-widget-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p {
    line-height: 24px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p:last-child {
    margin-bottom: 0;
}

[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-widget p {
    color: #d7d7d7;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list {
    margin-top: -5px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item {
    color: #646464;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item .list-icon {
    color: var(--color-primary);
    position: absolute;
    left: 0;
    top: 4px;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item a {
    padding-left: 0;
    line-height: 1.5;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item a::after {
    display: none;
}

.offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-link {
    color: #646464;
}

[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-item,
[data-theme=dark] .offcanvas-menu-wrap .offcanvas-content .offcanvas-widget .contact-info-list .widget-list-link {
    color: #d7d7d7;
}

.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-header {
    margin-bottom: 60px;
}

.offcanvas-menu-wrap .offcanvas-content-style-2 .offcanvas-bottom-area .offcanvas-widget {
    padding-top: 40px;
    margin-bottom: 0;
}

div#wrapper.open>.offcanvas-mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 150;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/*=======================================
// Off canvas cart menu
========================================*/

.cart-menu-btn {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
}

.cart-menu-btn i {
    margin-top: 3px;
}

.cart-menu-btn:focus {
    outline: none;
}

.cart-menu-btn .menu-btn-icon {
    padding: 10px;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 0;
    width: 60px;
    height: 50px;
}

@media (max-width: 767px) {
    .cart-menu-btn .menu-btn-icon {
        width: 45px;
        height: 40px;
    }
}

.cart-menu-btn .menu-btn-icon span {
    position: absolute;
    height: 2px;
    right: 13px;
    z-index: 2;
    background-color: #000;
    -webkit-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.cart-menu-btn:hover .menu-btn-icon span {
    background-color: var(--color-primary);
}

.cart-menu-btn.menu-close-btn .menu-btn-icon {
    height: 15px;
    width: 15px;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #aeafb1;
    background-color: #ffffff;
    color: #7b858a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cart-menu-btn.menu-close-btn .menu-btn-icon :hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.cart-header .cart-title {
    font-size: 20px;
    line-height: 1;
    color: var(--color-black);
    font-weight: 700;
}

.cart-wrap {
    height: 100vh;
    padding: 40px 35px;
    max-width: 395px;
    width: 100%;
    position: fixed;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    visibility: hidden;
    opacity: 0;
}

[data-theme=dark] .cart-wrap {
    background: var(--color-dark-bg_2);
}

.open-cart .cart-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media (max-width: 767px) {
    .cart-wrap {
        padding: 20px 30px;
    }
}

.cart-wrap[data-position=right] {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.cart-wrap .cart-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-wrap .cart-content .cart-header {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color-border);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-wrap .cart-content .cart-items {
    margin-bottom: 40px;
    width: 100%;
}

.cart-wrap .cart-content .cart-items li {
    margin-right: 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-wrap .cart-content .cart-items li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart-wrap .cart-content .cart-items li .item-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
}

.cart-wrap .cart-content .cart-items li .item-figure img {
    border-radius: 4px;
}

.cart-wrap .cart-content .cart-items li .item-figure .item-dismiss {
    position: absolute;
    z-index: 2;
    left: -7px;
    top: -7px;
}

.cart-wrap .cart-content .cart-items li .item-figure .item-dismiss a {
    height: 15px;
    width: 15px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #aeafb1;
    background-color: #ffffff;
    color: #7b858a;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cart-wrap .cart-content .cart-items li .item-figure .item-dismiss a:hover {
    color: var(--color-primary);
}

.cart-wrap .cart-content .cart-items li .item-description {
    margin-left: 20px;
    padding-right: 30px;
}

.cart-wrap .cart-content .cart-items li .item-description .item-main-title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.cart-wrap .cart-content .cart-items li .item-description .item-main-title a {
    color: var(--color-black);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.cart-wrap .cart-content .cart-items li .item-description .item-main-title:hover a {
    color: var(--color-primary);
}

.cart-wrap .cart-content .cart-items li .item-description .item-amount .item-quantity {
    margin-right: 5px;
}

.cart-wrap .cart-content .cart-items li .item-description .item-amount .item-price {
    margin-left: 5px;
}

.cart-wrap .cart-content .total-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cart-wrap .cart-content .total-amount .title {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-black);
}

.cart-wrap .cart-content .total-amount .amount {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
}

.cart-wrap .cart-content .cart-footer {
    width: 100%;
}

.cart-wrap .cart-content .action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#wrapper.open-cart>.offcanvas-mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 150;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wrapper {
    position: relative;
    z-index: 1;
}

.wrapper:before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.wrapper.open:before {
    width: 100%;
}

.side-btn-whatsapp {
    color: #fff;
    background: #25D366;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 20px;
    min-height: 36px;
    min-width: 36px;
    padding: 5px 22px;
    margin: 0;
    gap: 10px;
    border: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    transition: background-color 0.25s, color 0.25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-transition: background-color 0.25s, color 0.25s;
    -moz-transition: background-color 0.25s, color 0.25s;
    -ms-transition: background-color 0.25s, color 0.25s;
    -o-transition: background-color 0.25s, color 0.25s;
    width: 100%;
    margin-bottom: 20px;
}

.side-btn-whatsapp .btn-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-btn-whatsapp:hover {
    color: #fff;
}


.offscreen-navigation .sub-menu li .sub-menu li a {
    padding: 7px 50px;
}

.offscreen-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offscreen-navigation ul li>a {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li>a:hover {
    color: #7AA22C;
}

.offscreen-navigation ul li.menu-item-has-children>a:after {
    color: #999999;
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children>a:before {
    color: #999999;
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children>a.opened:after {
    opacity: 0;
    visibility: hidden;
}

.offscreen-navigation ul li.menu-item-has-children>a.opened:before {
    opacity: 1;
    visibility: visible;
}

/*=====================================
//  Mobile menu
======================================*/

.offscreen-navigation .menu>li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li {
    border-color: #222121;
}

.offscreen-navigation .menu>li:last-child {
    border-bottom: 0;
}

.offscreen-navigation .menu>li>a {
    background-color: #f3f3f3;
    font-size: 15px;
    padding: 12px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offcanvas-content-style-2 .offscreen-navigation .menu>li>a {
    background-color: transparent;
    padding: 12px 0;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li>a {
    color: #fff;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li>a:hover {
    background: transparent;
}

.offscreen-navigation .menu>li>a:hover {
    background: transparent;
}

.offscreen-navigation .menu>li>a.opened {
    background: transparent;
}

[data-theme=dark] .offscreen-navigation .menu>li>a.opened {
    background: transparent;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .menu>li>a.opened {
    background-color: transparent;
}

.offscreen-navigation .sub-menu {
    display: none;
    background-color: #ffffff;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .sub-menu {
    background: var(--color-dark-bg_2);
}

.offscreen-navigation .sub-menu li.menu-item-has-children>a::after,
.offscreen-navigation .sub-menu li.menu-item-has-children>a::before {
    right: 40px;
}

.offscreen-navigation .sub-menu li a {
    border-top: 1px solid #f1f1f1;
    padding: 7px 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
    border-color: #222121;
}

.offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
    padding-left: 30px;
}

.offscreen-navigation .sub-menu li a:hover {
    background-color: rgba(var(--color-primary-rgb), 0.05);
}

[data-theme=dark] .offcanvas-content-style-2 .offscreen-navigation .sub-menu li a {
    color: #fff;
}

.offscreen-navigation .sub-menu li .sub-menu li a {
    padding: 7px 50px;
}

.offscreen-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offscreen-navigation ul li>a {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li>a:hover {
    color: #fd0d1e;
}

.offscreen-navigation ul li.menu-item-has-children>a:after {
    color: #999999;
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children>a:before {
    color: #999999;
    content: "";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    right: 20px;
    position: absolute;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offscreen-navigation ul li.menu-item-has-children>a.opened:after {
    opacity: 0;
    visibility: hidden;
}

.offscreen-navigation ul li.menu-item-has-children>a.opened:before {
    opacity: 1;
    visibility: visible;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-social .social-item {
    margin-right: 4px;
}

.footer-social .social-item:last-child {
    margin-right: 0;
}

.team-social .footer-social .social-item {
    margin-right: 0;
}

.footer-social .social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFDA34;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 0.9375rem;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    overflow: hidden;
    position: relative;
    background-color: #000000;
}

.footer-social .social-link:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.footer-social .social-link:hover i {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}

.footer-social.style-2 .social-link {
    border: 1.85px solid #000;
    background-color: #fff;
    color: #000;
}

.footer-social.style-2 .social-link:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

[data-theme=dark] .footer-social.style-2 .social-link {
    color: var(--color-primary);
}

[data-theme=dark] .footer-social.style-2 .social-link:hover {
    color: #fff;
}

.footer-social.team-social-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-social.team-social-1 .social-link {
    background-color: #c2c2c2;
}

.footer-social.team-social-1 .social-link:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

@media (min-width: 992px) {
    .footer-social.author-social-1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer-social.author-social-1 .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-white);
    color: var(--color-black);
    font-size: 1rem;
}

.footer-social.author-social-1 .social-link:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
}

[data-theme=dark] .footer-social.author-social-1 {
    --color-white: #fff;
    --color-black: #000;
}

[data-theme=dark] .footer-social {
    --color-white: #fff;
}

.insta-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 5px 90px 5px 90px;
    grid-template-columns: repeat(3, 90px);
    grid-gap: 5px;
}

.insta-gallery .galleryitem {
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius-xs);
}

.insta-gallery .galleryitem img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    border-radius: var(--border-radius-xs);
}

.insta-gallery .galleryitem>a {
    display: block;
    position: relative;
    z-index: 4;
}

.insta-gallery .galleryitem>a::before {
    background-color: rgba(var(--color-black-rgb), 0.8);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: var(--border-radius-xs);
    z-index: 1;
}

.insta-gallery .galleryitem>a::after {
    content: "";
    position: absolute;
    z-index: 2;
    font-family: "Font Awesome 5 Brands";
    font-weight: 500;
    font-size: 18px;
    color: var(--color-white);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

[data-theme=dark] .insta-gallery .galleryitem>a::after {
    --color-white: #fff;
}

.insta-gallery .galleryitem:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.insta-gallery .galleryitem:hover>a::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insta-gallery .galleryitem:hover>a::after {
    visibility: visible;
    opacity: 1;
}

[data-theme=dark] .insta-gallery {
    --color-black-rgb: 0, 0, 0;
}

.footer-widget-style-2 .logo {
    margin-bottom: 30px;
}

.footer-widget-style-2 .footer-social {
    margin-bottom: 35px;
}

.footer-style-3 .footer-bottom {
    border-color: #414141;
}

.footer-bottom-area {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .footer-bottom-area {
        padding-bottom: 60px;
    }
}

.copyright-text {
    color: #cccccc;
}

.copyright-text a {
    color: #cccccc;
}

.copyright-text a:hover {
    color: var(--color-primary);
}

.copyright-text.style-2 {
    color: var(--color-black);
}

.copyright-text.style-2 a {
    color: var(--color-black);
}

.copyright-text.style-2 a:hover {
    color: var(--color-primary);
}

.footer-menu-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer-menu-style-2 a {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 0.9375rem;
    text-transform: capitalize;
    color: #b1b1b1;
    position: relative;
    padding-right: 26px;
}

.footer-menu-style-2 a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b1b1b1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.footer-menu-style-2 a:hover {
    color: var(--color-primary);
}

.footer-menu-style-2 a:hover::after {
    background-color: var(--color-primary);
}

.footer-menu-style-2 li:last-child a::after {
    display: none;
}

.social-wrapper-line-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.social-wrapper-line-style .wrapper-line {
    width: 100%;
    height: 1px;
    border: 1px solid #404040;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.social-wrapper-line-style .footer-social {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    gap: 10px;
}

.social-wrapper-line-style .footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1rem;
}

.tr-tag {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    padding: 8px 20px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 15px;
    height: auto;
}

.tr-tag:hover {
    color: #000000;
}

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

.footer-widget .footer-partners li {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-widget .footer-partners li img {
    height: 45px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.footer-widget .footer-partners li.active img {
    height: 50px;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.footer-widget .footer-info-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-widget .footer-info-contact ul li {
    color: #fff;
}

.footer-widget .footer-info-contact ul li i {
    color: #FFDA34;
    display: inline-block;
    padding-right: 5px;
}

.footer-widget .footer-social-contact {
    margin-bottom: 30px;
}

.footer-widget .footer-apps-contact ul {
    display: flex;
    align-items: center;
}

.offcanvas-menu-btn {
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-right: 10px;
    color: #000;
}

.offcanvas-menu-btn i {
    margin-right: 5px;
}

.blog-section .category {
    display: inline-block;
    color: #0070CC;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid #0070CC;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-section .category.category-2 {
    color: #681885;
    border: 1px solid #681885;
}

.blog-section .category.category-4 {
    color: #fff;
    border: 1px solid #fff;
}

.blog-section .category.category-3 {
    color: #00B8AE;
    border: 1px solid #00B8AE;
}

.blog-section .category a {
    color: #681885 !important;
}

.article__aside {
    width: 90px;
    flex: 0 0 90px;
}

.article__aside .share {
    background: white;
    flex-direction: column;
    width: 45px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    margin: 0;
    z-index: 2;
    border-radius: 5px;
    padding-top: 50px;
}

.share {
    display: flex;
    margin: 0 0 30px;
    align-items: center;
}

.article__content {
    display: flex;
    align-items: stretch;
}

.share>a,
.share>button {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 125px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share svg {
    fill: #FD0D1E;
}

#comt-ultimo {
    background-color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

#comt-ultimo .container {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.offcanvas-search-btn {
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-right: 10px;
    background: #f0f0f0;
    color: #000;
}

.offcanvas-search-btn i {
    margin-right: 5px;
}


.search-section .searchwp-form .swp-flex--row {
    gap: 0;
    position: relative;
}

.search-section .searchwp-form .swp-flex--row .searchwp-form-input-container .swp-input--search {
    width: 100%;
    background: rgba(35, 35, 35, 0.1);
    border-radius: 50px;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
    margin: 0;
    font-weight: 600;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.search-section .searchwp-form .swp-flex--row .swp-button {
    margin: 0;
    padding: 0 35px;
    border: 0;
    overflow: hidden;
    background: #e9e9e9;
    color: #000;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 1px solid rgb(0 0 0 / 22%);
}

.container-md {
    max-width: 580px;
}

.search-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 15px 0;
    margin: 40px 0;
}

.search-title h3 {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .header-bottombar .rt-trending {
        flex-wrap: nowrap;
        justify-content: start;
        padding: 5px 10px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .article__content {
        display: block;
    }

    .article__aside {
        width: 100%;
    }

    .article__aside .share {
        position: relative;
        top: 0;
        width: 100%;
        padding-top: 0;
        flex-direction: row;
        justify-content: start;
        padding-bottom: 20px;
    }

    .blog-content .blog-content-text h2 {
        min-height: 0;
    }

    .open>.offcanvas-mask {
        background: rgba(0, 0, 0, 0.8);
        z-index: 999;
    }

    iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .imagen .blog-content-text {
        padding: 10px 0;
    }
}

.adsection>.adsblocks.adssticky.left,
.adsection>.adsblocks.adssticky.right {
    margin-top: 150px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.adsblocks {
    background: #fafafa;
    display: block;
    font-size: 40px;
    color: #cbcbc4;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.adsection .left,
.adsection .right {
    line-height: 300px;
    font-size: 20px;
    position: fixed;
    margin: 0;
    background: 0 0;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.adsection .left {
    right: 44%;
    margin-right: 660px;
}

.adsection .left {
    right: 50% !important;
}

.adsection .right {
    left: 44%;
    margin-left: 660px;
}

.adsection .right {
    left: 50% !important;
}

.adsection .right,
.adsection .left {
    padding-top: 0;
    z-index: 999;
}

.adsection>.adsblocks.left,
.adsection>.adsblocks.right {
    margin-top: 10px;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

.adsection>.adsblocks.left img,
.adsection>.adsblocks.right img {
    width: auto;
    max-width: inherit;
}

div[data-google-query-id] {
    text-align: center;
}

.article__content img {
    width: 100%;
    height: auto;
}

.rshare{
    background: white;
    flex-direction: column;
    width: 45px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    margin: 0;
    z-index: 2;
    border-radius: 5px;
    padding-top: 0;
}


.rshare>a,
.rshare>button {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    -ms-border-radius: 125px;
    -o-border-radius: 125px;
}

.rshare svg {
    fill: #FD0D1E;
}

@media (min-width: 992px) {
	.row-list-radios .pb-3:last-child{
		padding-bottom: 0!important;
	}
}