﻿.mb-50 {
    margin-bottom: 50px;
}

.top-footer {
    background-color: #EC697B !important;
    border-color: #EFE8D8 !important;
}

    .top-footer p {
        color: #FFF !important;
        font-weight: 500;
    }

.footer-1 .social ul li a {
    color: #FFF !important;
}

.top-header-bg {
    background-color: #EFE8D8 !important;
}

.top-header .top-left ul li a i {
    color: #808080 !important;
}

.top-header .top-left ul li a {
    color: #808080 !important;
    font-weight: 600;
}

.main-header-bg {
    background-color: #EC697B !important;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    z-index: 10;
}

.section-call-to-action {
    margin-top: 50px;
}

    .section-call-to-action .section-content:before {
        background-color: #4FCCC1 !important;
    }

    .section-call-to-action .section-content h3 {
        font-family: "Montserrat-Hairline";
        font-weight: 600;
        letter-spacing: -1px;
    }

    .section-call-to-action .section-content p {
        font-family: "Montserrat-Hairline";
    }

.section-full-events-schedule {
    margin-top: 60px;
}

    .section-full-events-schedule .section-header .nav-tabs li a,
    .section-full-events-schedule .section-header .nav-tabs li a strong,
    .section-full-events-schedule .section-header .nav-tabs li a span {
        color: #9c9c9c;
    }

    .section-full-events-schedule .section-header .nav-tabs li.active a,
    .section-full-events-schedule .section-header .nav-tabs li.active a span,
    .section-full-events-schedule .section-header .nav-tabs li.active a strong,
    .section-full-events-schedule .section-header .nav-tabs li:hover a,
    .section-full-events-schedule .section-header .nav-tabs li:hover a span,
    .section-full-events-schedule .section-header .nav-tabs li:hover a strong {
        color: #EC697B
    }

.section-calendar-events .section-header .nav-tabs li a {
    padding-top: 20px !important;
    margin-right: 5px;
}

    .section-calendar-events .section-header .nav-tabs li a span {
        margin: 25px 0 0;
    }

.section-calendar-events .section-header .nav-tabs li:hover a,
.section-calendar-events .section-header .nav-tabs li:hover span,
.section-calendar-events .section-header .nav-tabs li:hover strong,
.section-calendar-events .section-header .nav-tabs li.active a,
.section-calendar-events .section-header .nav-tabs li.active span,
.section-calendar-events .section-header .nav-tabs li.active strong {
    color: #EC697B !important;
    font-weight: 600;
}

.keyword label {
    font-size: 17px;
    color: #4e4e4e;
    font-family: "Montserrat-Regular";
    margin: 0 0 20px;
    text-transform: uppercase;
}

.section-header h2,
.section-event-category h2 {
    font-size: 22px;
    line-height: 22px;
    color: #373737;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 25px;
    display: block;
    margin: 0 0 35px;
    font-weight: 700;
    position: relative;
}

    .section-header h2:before,
    .section-event-category h2:before {
        display: block;
        width: 5px;
        height: 16px;
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        background: #4FCCC1 !important;
    }

.section-full-events-schedule .section-content .tab-pane .nav a:after {
    display: none;
}

.section-event-category {
    margin-top: 60px !important;
}

.lista-horas {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}

    .lista-horas:before {
        content: normal;
    }

    .lista-horas li a {
        padding-top: 10px !important;
        padding-bottom: 25px !important;
        padding-left: 45px !important;
        padding-right: 25px !important;
        margin-right: 6px;
        width: 135px;
    }

        .lista-horas li a i {
            font-size: 12pt;
            left: -20px;
            top: 18px;
            position: relative;
        }

    .lista-horas li:hover a {
        font-weight: 600;
        background: #fff;
        -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
        z-index: 999
    }

        .lista-horas li:hover a,
        .lista-horas li:hover a span,
        .lista-horas li:hover a span strong {
            color: #EC697B !important;
        }

    .lista-horas li.active a {
        -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
        z-index: 999;
        background-color: #FFF !important;
    }

        .lista-horas li.active a,
        .lista-horas li.active a span,
        .lista-horas li.active a strong {
            color: #EC697B !important;
            font-weight: 800;
        }

.section-calendar-events .section-header {
    margin: 0px !important;
}

.input-box {
    margin-bottom: 15px;
}

    .input-box input {
        border: 1px solid #dcdcdc;
        font-family: "Montserrat-Light";
        height: 58px;
        font-size: 12pt;
        padding: 0 15px;
        width: 100%;
    }


.input-campo300 {
    width: 300px !important;
}

.input-campo500 {
    width: 500px !important;
}

.button-principal {
    border-style: none;
    float: left;
    line-height: normal;
    margin-top: 10px;
    padding: 15px 66px;
    color: #fff;
    background-color: #4FCCC1 !important;
    width: 180px !important;
}

.h-large .scrtabs-tab-container,
.h-large .scrtabs-tabs-fixed-container {
    height: 170px !important;
}

.search-result-item-empty {
    background-color: #EFE8D8 !important;
    padding: 25px;
}

    .search-result-item-empty h3 {
        font-size: 12pt;
        color: #EC697B;
        font-weight: 600;
        border-bottom: 1px solid #dedede;
    }

.fa, .far, .fas {
    font-weight: 500 !important;
    font-family: FontAwesome !important;
}

#load {
    border-top: 16px solid #EC697B!important;
}

@media screen and (max-width: 61.938em) {
    .input-campo300 {
        width: 200px !important;
    }

    .input-campo500 {
        width: 300px !important;
    }

    .navbar-offcanvas {
        background: #EC697B;
        overflow: hidden;
    }

    .lista-horas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        list-style: none;
        padding: 0;
    }

        .lista-horas:before {
            content: normal;
        }

    .arrow-minus .scrtabs-tab-scroll-arrow-right,
    .arrow-minus .scrtabs-tab-scroll-arrow-left {
        top: 15% !important;
    }

    .section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-left {
        top: 20% !important;
    }

    .section-full-events-schedule .section-header .nav-tabs li a {
        padding: 10px 0 10px;
        width: 100px;
    }

        .section-full-events-schedule .section-header .nav-tabs li a strong {
            font-size: 10pt;
        }

        .section-full-events-schedule .section-header .nav-tabs li a span {
            font-size: 9pt;
        }
}
