@font-face {
    font-family: 'kinshipsans-900regular';
    src: url('../fonts/kinshipsans-900.woff2') format('woff2'),
    url('../fonts/kinshipsans-900.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.not-hotsite-wrap {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}

.not-hotsite-sub {
    background: #888888;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
    letter-spacing: 12px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.not-hotsite-title {
    background: #1a6eb8;
    color: #fff;
    text-align: center;
    padding: 10px 12px;
    font-size: 52px;
    line-height: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'kinshipsans-900regular', serif;
}

.not-hotsite-body {
    background: #FFCC00;
    padding: 14px 10px;
}

.not-hotsite-logo {
    max-width: 95%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    position: relative;
    top: -42px;
}

.not-hotsite-banner-aulas {
    background: #c0392b;
    color: #fff;
    font-family: Impact, 'Arial Black', Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    padding: 13px 20px;
    font-size: 34px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 14px auto 26px;
    width: fit-content;
    transform: rotate(-3deg);
    box-shadow: 4px 8px 18px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.not-hotsite-banner-horario {
    background: transparent;
    color: #163d63;
    font-weight: bold;
    text-align: center;
    padding: 4px 10px;
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.not-hotsite-banner-matriculas {
    background: #c0392b;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.not-hotsite-media-row {
    margin-bottom: 10px;
}

.not-hotsite-media-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.not-hotsite-media-item img {
    width: 100%;
    height: auto;
    display: block;
}

.not-hotsite-media-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 0;
    letter-spacing: 1px;
}

.not-hotsite-media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 28px;
    color: rgba(255, 255, 255, 0.85);
    pointer-events: none;
}

.not-hotsite-social {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.not-hotsite-social a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: #163d63;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
}


.not-hotsite-social a i {
    font-size: 42px;
}

.not-hotsite-social a:hover {
    text-decoration: none;
}

.not-hotsite-btn-destaque {
    display: block;
    text-align: center;
    padding: 9px 10px;
    margin: 5px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #c0392b;
    color: #fff !important;
    text-decoration: none;
    border-radius: 2px;
}

.not-hotsite-btn-destaque:hover {
    text-decoration: none;
}

.not-hotsite-btn-secundario {
    display: block;
    text-align: center;
    padding: 10px 10px 28px;
    margin: 3px 2px 4px;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0d3050;
    color: #FFCC00 !important;
    text-decoration: none;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
}

.not-hotsite-btn-secundario:hover {
    text-decoration: none;
}

.not-hotsite-btn-secundario::first-line {
    color: #fff !important;
    font-size: 18px;
}

.not-hotsite-btn-nucleo {
    display: block;
    text-align: center;
    padding: 9px 10px;
    margin: 5px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #888;
    color: #fff !important;
    text-decoration: none;
    border-radius: 2px;
}

.not-hotsite-btn-nucleo:hover {
    text-decoration: none;
}

.not-hotsite-btn-destaque:hover,
.not-hotsite-btn-nucleo:hover {
    opacity: 0.88;
}

.not-hotsite-btn-secundario:hover {
    background: #163d63;
}

.not-hotsite-parceiros {
    margin-top: 12px;
    padding-top: 10px;
}

.not-hotsite-parceiros a {
    display: inline-block;
    margin: 4px;
    margin-bottom: 30px;
}

.not-hotsite-parceiros img {
    max-height: 250px;
    max-width: 250px;
    width: auto;
}
