@font-face {
    font-family: 'Nagel';
    src: url('../fonts/Nagel-Medium.eot');
    src: url('../fonts/Nagel-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nagel-Medium.woff2') format('woff2'),
        url('../fonts/Nagel-Medium.woff') format('woff'),
        url('../fonts/Nagel-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nagel';
    src: url('../fonts/Nagel-Bold.eot');
    src: url('../fonts/Nagel-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nagel-Bold.woff2') format('woff2'),
        url('../fonts/Nagel-Bold.woff') format('woff'),
        url('../fonts/Nagel-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nagel VF';
    src: url('../fonts/Nagel-VF.eot');
    src: url('../fonts/Nagel-VF.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nagel-VF.woff2') format('woff2'),
        url('../fonts/Nagel-VF.woff') format('woff'),
        url('../fonts/Nagel-VF.ttf') format('truetype'),
        url('../fonts/Nagel-VF.svg#Nagel VF') format('svg');
    font-display: swap;
}

:root {
    --dark-color: #000000
}

html {
    font-size: 16px;
}

body {
    font-family: 'Nagel';
    font-weight: 500;
    color: var(--dark-color);
    background-color: var(--primary-color);

    max-height: 970px;
    height: 100vh;
    background: url('../images/foto-geral.webp') no-repeat;
    background-position: 6% bottom;
    background-size: auto 86%;
    background-color: #fcbd22;
}

body>div {
    display: none !important;
}

#main {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content {
    padding-top: max(2.5vh, 20px);
    padding-bottom: max(2.5vh, 20px);
}

.img-quadro {
    margin-top: 5vh;
}

.side-text {
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;

}

.side-text-content {
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 13px;
    margin-left: 22px;
    text-transform: uppercase;
}

body.pensi-form-1 .img-quadro img#quadro-geral,
body.pensi-form-2 .img-quadro img#quadro-geral,
body.pensi-form-3 .img-quadro img#quadro-geral,
body.pensi-form-4 .img-quadro img#quadro-geral,
body.pensi-mais .img-quadro img#quadro-geral {
    display: none;
}

body.pensi-form-1 .side-text,
body.pensi-form-2 .side-text,
body.pensi-form-3 .side-text,
body.pensi-form-4 .side-text,
body.pensi-mais .side-text {
    display: none;
}

.content-middle {
    transform: translateX(25%);
}

#big-title {
    height: 44vh;
    max-height: 396px;
    padding-top: 5vh;
}

#big-title h1 {
    font-size: 3.5rem;
    font-family: 'Nagel VF';
    font-weight: 600;
}

h1 .checked {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 0.6rem;
    margin-top: .6rem;
    margin-bottom: .6rem;
    width: 32rem;
    transform: translateX(-48px);
}

#big-title h1 .checked .checked-bg {
    content: "";
    background-image: url('../images/checked.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120% !important;
    height: 140% !important;
}



.box-instagram-site {
    position: absolute;
    bottom: 0;
    left: 15vw;
    display: flex;
}

.inscreva-se {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.063rem;
}

.box-prova {
    position: relative;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    line-height: 1;
}

.box-prova .text-1 {
    color: #FFF;
    font-size: 3.1rem;
    font-weight: bold;
}

.box-prova .text-2 {
    font-size: 4.7rem;
    color: #000;
    font-weight: bold;
}
.text-info-custom{
    font-size: 0.75rem;
}


.box-evento {
    position: relative;
    margin: 3vh 0 5vh;
    width: auto;
    position: relative;
    border: 2px solid #FFF;
    text-align: center;
    white-space: nowrap;
    padding: 15px 35px 5px;
    line-height: 1;
}


.box-evento .event-title {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fcbd22;
    white-space: nowrap;
    font-size: 1.813rem;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.box-evento .event-date {
    font-weight: bold;
    font-size: 3.563rem;
}

.box-links {
    padding: 18px 10px;
}

.box-links a {
    border-radius: 30px !important;
    background-color: #fdbc19;
    border: 3px solid #000000 !important;
}

.box-links a:hover {
    background-color: #000000 !important;
    color: #fcbd22;
    font-weight: bold;
}

.box-links a.pensi-mais-btn-2 {
    background-color: #f16521;
    color: #FFF;
}

.box-links a.pensi-mais-btn-2:hover {
    background-color: #FFF;
    color: #f16521;
}

.pensi-mais-segmento {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fcbd22;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000000;
    font-weight: bold;
}

#social {
    position: absolute;
    bottom: 0;
}

#social a {
    color: var(--dark-color);
    margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  html {
      font-size: 14px;
  }
  .text-info-custom {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1440px) {
    html {
        font-size: 0.85vw;
    }

    body {
        /* background-size: auto 100%; */
        background-position: -2% 140%;
    }

    .content-middle {
        transform: translateX(12%);
    }

    .img-quadro img {
        width: 80%;
    }

    .content {
        padding-top: 1rem;
    }
    .text-info-custom {
      font-size: 1.0rem;
    }

    .box-prova {
        padding: 8px;
    }

    .img-quadro {
        margin-top: 3vh;
    }

}

@media screen and (max-width: 1400px) {
    body {
        background-position: 4% 140%;
    }
}

@media screen and (max-width: 1366px){
    html {
        font-size: 11px;
    }
	.box-prova .text-1 {
    	font-size: 2.9rem;
    }
    .box-prova .text-2 {
        font-size: 4.2rem;
    }
  .box-evento .event-title {
    font-size: 1.5rem;
  }
  .box-evento {
      padding: 15px 18px 5px;
	}
  	.text-info-custom {
    	font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
    html {
        font-size: 2vw;
    }
    .text-info-custom {
    font-size: 1.3rem;
    }

    body {
        background-image: url('../images/aluna-pensi2-mobile.webp');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% auto;

        padding-bottom: 295vw;
        position: relative;
    }

    #main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .h-100 {
        height: auto !important;
    }

    .content-middle {
        transform: translate(0);
    }

    .img-quadro {
        display: none;
    }

    .box-inscreva {
        position: relative;
        flex-direction: row !important;
        padding: 25px 17px 17px;
        margin-top: 5vh;
        margin-bottom: 4vh;
        align-items: stretch !important;
        justify-content: center;
        gap: 15px;
    }

    .inscreva-se {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fcbd22;
        padding: 2px 5px;
    }

    .box-inscreva .box-evento {
        margin: 12px 0;
        display: flex;
        align-items: center;
        width: 100%!important;
        max-width: 160px!important;
    }

    .pensi-mais-segmento {
        font-size: 2.8rem;
    }

    .side-text {
        display: none;
    }

    .box-links a {
        border: 2px solid #000000 !important;
        padding-top: 4vw !important;
        padding-bottom: 4vw !important;
        font-size: 2.3rem !important
    }

    #big-title {
        width: 60%;
        margin-left: auto;
        max-height: unset;
        height: auto;
        padding-top: 0;
    }
     .box-prova .text-2 {
        font-size: 4.8rem;
    }
    .box-prova .text-1 {
        font-size: 2.9rem;
    }

    h1 .checked {
        transform: translateX(-25px);
    }

    #social {
        /* margin-top: 295vw; */
    }

    #social a {
        font-size: 1.7rem;
    }

    .box-prova {
        padding: 8px;
        max-width: 130px!important;
        width: 100%!important;
    }
}