@charset "UTF-8";
@import url(fonts.min.css);

.link-bts,
.lk {
    display: inline-block;
    line-height: 25px
}

.link-bts,
.modal,
.txt-campus {
    text-align: center
}

a:hover {
    text-decoration: none;
    color: initial
}

.cor-vm-bold {
    color: #e30e13;
    font-weight: 700
}

img {
    max-width: 100%
}

.banner,
.cp-gua,
.cp-rib {
    position: relative
}

.txt-campus {
    text-transform: uppercase;
    color: #fc0;
    top: 55%;
    transform: translate(-50%, -45%);
    font-size: 31px
}

.txt-campus:hover {
    color: #fc0
}

.txt-campus .assece {
    font-family: Conv_TradeGothicLTStd-Cn18, sans-serif;
    line-height: 38px
}

.link-bts,
.txt-campus .campus-nome {
    font-family: Conv_TradeGothicLTStd-BdCn20, sans-serif
}

.txt-campus .campus-nome {
    line-height: 31px
}

.cont {
    position: relative;
    display: inline-block
}

.link-bts {
    width: 100%;
    background-color: #13173b;
    color: #fff;
    font-size: 28px;
    height: 150px;
    vertical-align: center
}

.link-bts div {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.inscrevase:hover,
.link-bts:hover {
    text-decoration: none;
    background: #f2d200;
    transition: 0.45s;
    border-radius: 40px;
}

.titulo {
    font-size: 40px;
    margin-top: -60px
}

.titulo-agenda {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.botao-agenda {
    white-space: nowrap;
    font-family: Conv_TradeGothicLTStd-BdCn20, sans-serif;
    padding: 10px 20px;
    color: #e30e13;
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid #e30e13;
    font-size: 20px;
    text-transform: uppercase
}

.lk {
    font-family: Conv_TradeGothicLTStd-Cn18, sans-serif;
    font-size: 25px;
    color: #000
}

#backToTheTop,
.inscrevase {
    background-color: #001a4f;
    color: #fff;
    font-family: Conv_TradeGothicLTStd-BdCn20, sans-serif;
    text-transform: uppercase
}

.inscrevase {
    padding: 5px 20px;
    border-radius: 20px;
    margin-left: -25px;
    white-space: nowrap
}

.borda-bt {
    border-bottom: 2px solid #e30e13
}

.borda-esq-lks {
    border-right: 2px solid #e30e13
}

.anos {
    font-size: 18px;
    text-transform: uppercase
}

.ingles .pg-ingles,
.tit-lks {
    color: #001a4f;
    font-size: 25px
}

.tit-lks {
    font-family: Conv_TradeGothicLTStd-Cn18, sans-serif;
    padding-bottom: 0px;
    font-weight: 700
}

.ingles {
    position: absolute;
    bottom: 20px;
    left: 50%
}

.ingles .pg-ingles {
    text-decoration: none;
    font-family: Conv_TradeGothicLTStd-BdCn20, sans-serif
}

.modal-dialog,
.modal:before {
    display: inline-block;
    vertical-align: middle
}

.modal {
    padding: 0 !important
}

.modal:before {
    content: '';
    height: 100%;
    margin-right: -4px
}

.modal-dialog {
    text-align: left
}

#backToTheTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 700px;
    cursor: pointer;
    padding: .5rem;
    border-radius: 7px;
    border: none;
    font-size: 16px;
    opacity: 100%;
    transition: opacity .5s
}

#backToTheTop:hover {
    background-color: #555
}

.scroll-smooth {
    scroll-behavior: smooth
}

@media(max-width:767px) {
    .link-menor {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .link-maior {
        width: 100%
    }

    .inscrevase {
        font-size: 18px
        
    }
    
    .borda-esq-lks {
        border-right: 0
    }

    .ingles {
        position: relative;
        text-align: center
    }

    #backToTheTop {
        position: fixed;
        bottom: 10px;
        right: 150px
    }
}

.container-button-cover {
    height: 70px;
    position: relative;
    border: 3px solid green
}

.center-button-cover {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body {
    font-family: Conv_TradeGothicLTStd-BdCn20, sans-serif;
    color: ivory;
    font-size: 20px;
}

.titulo,
.titulo-agenda {
    letter-spacing: -1px;
    color: white;
    font-family: Conv_TradeGothicLTStd-BdCn20, sans-serif;
    text-transform: uppercase
}

nav {
    margin: auto;
    margin-top: 40px;
    position: relative;
    width: clamp(320px, 80vw, 250%);
    left: -200px;
}

nav h2 {
    font-size: 1.5rem;
    position: relative;
    background: #001a4f;
    border: 2px solid #001a4f;
    height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 200;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    border-radius: 20px;
    white-space: nowrap;
}

nav:hover h2 {
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.35);
    transition: all 0.4s;
}

#toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    height: 40px;
}

h2::before {
    position: absolute;
    right: 0;
    top: 0;
    height: inherit;
    aspect-ratio: 1;
    background: white;
    display: flex;
    align-items: center;
    padding-right: 1rem;
    content: "";
    clip-path: polygon(50% 25%, 20% 80%, 80% 80%);
    transform: rotate(180deg) scale(0.75);
}

#toggle:not(:checked)~h2::before {
    transform: rotate(0deg) scale(0.75);
}

#toggle:focus~h2 {
    transition: 0.45s;
}

#toggle:checked~ul {
    visibility: hidden;
    opacity: 0;
}

#toggle:not(:checked)~ul {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    margin: -10 0 0;
}


nav ul {
    padding-left: 0;
    padding-top: 0.2rem;
    margin-top: 0;
    background: white;
    list-style: none;
    text-align: right;
    text-align: center;
    transition: all 0.1s ease-out;
    width: 100%;
    position: absolute;
}

nav ul li {
    position: relative;
    display: inline-block;
    line-height: 2.5;
    width: 100%;
    margin: 10 0 0.25rem 0;
    color: white;
    background: #001a4f;
    border: 2px solid #001a4f;
    border-radius: 40px;
    text-transform: uppercase;
    transition: 1s;
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.35);
    z-index: 9;
}

nav ul li:hover,
nav ul li a:focus {
    background: #f2d200;
    transition: 0.45s;
    border-radius: 40px;
}


nav ul a {
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 20px;
    padding: 10px 20px;
    text-decoration: none;
}


.divPrinc {
    max-width: 45ch;
    margin: -15px;
    color: #36454F;
}

@media (max-width: 767px) {

    nav {
        width: 100%;
        left: 0;
    }

    .divPrinc {
        max-width: none;
        margin: 0;
    }

    nav h2 {
        font-size: 1.2rem;
        padding: 15px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
    }

    nav ul {
        text-align: left;
        padding-left: 0;
    }

    nav ul li {
        display: block;
        width: auto;
        margin: 15px 0;
        text-align: center;
    }

    nav ul li a {
        display: block;
        padding: 5px 0;
    }
}
