html,
body {
    font-family: 'Roboto', sans-serif;
    transition: ease-in-out .4s;
}

a {
    text-decoration: none;
}

main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

/**
* Hotsite Styles
*
*/
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 20px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.text-primary {
    color: #013B55 !important;
}

.text-secondary {
    color: #0096D9 !important;
}

.bg-primary {
    background: #013B55 !important;
}

.bg-secondary {
    background: aliceblue !important;
}

.bg-success {
    background: #5CB85C !important;
}

/**
Header
 */
.access-panel {
    position: fixed;
    display: flex;
    align-items: start;
    justify-content: center;
    top: -85px;
    right: 0;
    width: 100px;
    height: 100px;
    background-color: #013B55;
    padding-bottom: 10px;
    border-radius: 50%;
    transition: ease-in-out .5s;
}

.access-panel:hover {
    top: -50px;
    align-items: end;
    transition: ease-in-out .5s;
}

.logo {
    display: block;
    height: 200px !important;
    padding-top: 25px;
    padding-bottom: 25px;
}

.hot-title {
    position: relative;
    text-align: center;
    font-size: 38px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.hot-title1 {
    font-size: 58px !important;
}

@media(max-width:380px) {
    .mobile-title {
        font-size: 28px;
        width: 280px;
    }
}

@media(min-width:381px) {
    .mobile-title {
        font-size: 36px;
        width: 360px;
    }
}

/**
Redes Sociais
 */
.social-header {
    position: absolute;
    top: -12px;
    transform: translate(-50%);
    right: -200px;
}

.social-icon {
    width: 25px;
}

/**
Menu
 */
@media(min-width:767px) {
    .btn-custom {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 173px !important;
        height: 47px !important;
        text-align: center !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 1.2px !important;
        background: #f0f8ff !important;
        border-radius: 4px;
        border: 4px solid transparent;
        transition: ease-in .3s;
    }

    .btn-custom a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .btn-custom.active {
        border: 2px solid #0096D9;
    }

    .btn-custom:hover {
        border: 2px solid #0096D9;
        transition: ease-in .3s;
    }
}


/**
Cta
 */
.cta {
    font-size: 20px;
    color: white;
    border-radius: 8px;
    background: #5CB85C;
}

.cta:hover {
    color: white;
    background: #5CB85C;
}

/**
Banner
 */
.banner {
    background: #013B55;
    padding: 5px;
}

/**
Custom CSS
 */
.img-fit {
    display: block;
    width: 45px;
    height: 35px;
    border-radius: 5px;
    object-fit: cover;
}

/**
Hospedagem
 */
.infinity-left {
    position: relative
}

.infinity-left:before {
    content: '';
    position: absolute;
    background: #0096D9;
    height: 100%;
    width: 600px;
    left: -600px;
    top: 0;
}

/**
Programação
 */
.programacao {
    border-color: #0096D9 !important;
    color: #013B55
}

.programacao>thead {
    border-color: #0096D9 !important;
}

.programacao> :not(:first-child) {
    border-color: #0096D9 !important;
    border-top-color: #0096D9 !important;
}

.destak {
    background-color: #c1dfe6;
}

/**
Footer
 */
.widget-title {
    position: relative;
    color: #013B55;
    font-size: 17px;
    text-transform: uppercase;
}

.widget-title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #0096D9;
}

.widget-title.pseudo-center:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    width: 25px;
    height: 2px;
    background: #0096D9;
}

@media(max-width:992px) {
    .widget-title:before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%);
        width: 25px;
        height: 2px;
        background: #0096D9;
    }
}

/**
Formulário
 */
.form-control {
    background-color: #EBEBEB;
    border-color: #0096D9;
    border-radius: 0;
}

.form-wraper label {
    color: #777;
    font-size: 14px;
    margin: 0;
}