@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-Light.ttf") format("truetype"), url("../fonts/Stem-Light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-LightItalic.ttf") format("truetype"), url("../fonts/Stem-LightItalic.woff") format("woff");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-Regular.ttf") format("truetype"), url("../fonts/Stem-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-Italic.ttf") format("truetype"), url("../fonts/Stem-Italic.woff") format("woff");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-Bold.ttf") format("truetype"), url("../fonts/Stem-Bold.woff") format("woff");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Stem";
    src: url("../fonts/Stem-BoldItalic.ttf") format("truetype"), url("../fonts/Stem-BoldItalic.woff") format("woff");
    font-style: italic;
    font-weight: bold;
}
@media all and (max-width: 420px) {
.contact form {
    width: calc(100% - 20px) !important;
}
}
@media all and (max-width: 432px) {
.second .sec-text {
    padding: 30px 0 !important;
}
}
@media all and (max-width: 560px) {
.header {
    height: 80px !important;
}
.header.stacked {
    height: 50px !important;
}
.header .header-link-full {
    width: 70px !important;
    height: 70px !important;
}
.header .header-link-stacked {
    width: 150px !important;
    height: 30px !important;
}
.header .header-link-stacked {
    width: 150px !important;
    height: 30px !important;
}
.header.stacked .header-link-stacked {
    transform: translateY(-70px) !important;
}
}
@media all and (max-width: 600px) {
.introduction .int-headertext {
    font-size: 23px !important;
    width: calc(100% - 90px) !important;
    height: auto !important;
}
section.introduction::before {
    width: 100% !important;
}
.introduction .int-background {
    width: 250px !important;
    height: 250px !important;
}
}
@media all and (max-width: 690px) {
.third ul {
    width: calc(100% - 40px) !important;
}
.third li .trd-icon {
    width: 40px !important;
    height: 40px !important;
    border-width: 2px !important;
}
.trd-icon svg {
    width: 40px !important;
    height: 40px !important;
}
.trd-icon use {
    transform: translate(4px, 4px) scale(0.5) !important;
}
.third li span {
    font-size: 16px !important;
}
}
@media all and (max-width: 880px) {
section.introduction {
    flex-direction: column-reverse !important;
    align-items: center !important;
}
section.introduction::before {
    top: 0 !important;
    right: auto !important;
}
.introduction .int-headertext {
    margin-top: 0 !important;
}
}
::selection {
    background-color: #2F9FCF;
    color: #FFF;
}
body, td, th, button, a button, input, textarea {
    font-family: "Stem";
}
body {margin: 0}
.header {
    width: 100%;
    height: 120px;
    overflow: hidden;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: height 0.5s ease-out;
}
.header.stacked {
    height: 70px;
}
.header .header-link-full, .header .header-link-stacked {
    display: block;
    overflow: hidden;
    margin: 5px 0px 5px 40px;
    background-size: 100% auto;
    text-indent: -9998px;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.header .header-link-full {
    width: 110px;
    height: 110px;
    background-image: url(../img/ic_logo_jevsbrasil2025_full.png);
}
.header.stacked .header-link-full {
    transform: translateY(120px);
    opacity: 0;
}
.header .header-link-stacked {
    width: 250px;
    height: 50px;
    background-image: url(../img/ic_logo_jevsbrasil2025_stacked.png);
    opacity: 0;
}
.header.stacked .header-link-stacked {
    transform: translateY(-110px);
    opacity: 1;
}
.btn-whatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    background-color: #25d366;
    border: none;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
}
.btn-whatsapp:active {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22px 4px;
}
.btn-whatsapp:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    transform: scale(0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-whatsapp:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    transform: scale(0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-whatsapp:active:after {
    transform: scale(1);
}
.btn-whatsapp svg { vertical-align: middle }
section.introduction {
    display: flex;
    width: 100%;
    height: 400px;
    flex-direction: row;
    justify-content: center;
    position: relative;
    background-color: #EAEAEA;
}
section.introduction:before {
    content: '';
    display: block;
    width: 75%;
    height: 400px;
    position: absolute;
    z-index: 0;
    background-image: linear-gradient(100deg, transparent 9.99%, #0364CD 10%);
    right: 0;
    animation: intb 0.5s cubic-bezier(.17,.84,.44,1);
    animation-play-state: paused;
}
@keyframes intb {
      0% { right: 100% }
    100% { right:    0 }
}
.introduction .int-headertext {
    width: 500px;
    height: 200px;
    font-size: 30px;
    background-color: #0B386F;
    color: #FFF;
    padding: 20px;
    font-weight: 100;
    box-shadow: -20px 20px 0px 0px rgba(0, 0, 0, 0.5);
    margin-top: 100px;
    z-index: 1;
    animation: inht 0.5s cubic-bezier(.17,.84,.44,1);
    animation-play-state: paused;
}
@keyframes inht {
      0% { transform: translateX(100%); opacity: 0 }
     50% { opacity: 1 }
    100% { transform: translateX(0%);   opacity: 1 }
}
.introduction[animated] .int-headertext,
.introduction[animated] .int-background,
section.introduction[animated]:before
{
    animation-play-state: running;
    animation-fill-mode: forwards;
}
.introduction .int-headertext span {
    font-weight: bold;
    background-image: linear-gradient(to right, #FFF 49.99%, transparent 50%);
    background-size: 200%;
    background-position: right center;
    color: #00D9D5;
    animation: marker 0.5s ease-out 0.5s;
    animation-fill-mode: forwards;
    padding: 0px 5px;
}
@keyframes marker {
    0% {background-position: right center; color: #FFF};
    100% {background-position: left center; color: #0B386F}
}
.introduction .int-headertext .watch-trailer {
	display: flex;
	background-color: #0364CD;
	border: none;
	color: #FFF;
    border-radius: 5px;
	padding: 3px 5px;
	margin: 8px 10px 0 0;
	align-items: center;
    cursor: pointer;
    transition: background-color 0.1s linear;
    position: relative;
}
.introduction .int-headertext .watch-trailer:active {
	background-color: #012061;
}
.introduction .int-headertext .watch-trailer:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 5px;
    background-color: #2370A6;
    background-image: radial-gradient(circle at 50%, #6DEAFE 20%, #2370A6 80%);
    background-size: 185px 38px;
    background-repeat: no-repeat;
    background-position: -185px 0px;
    z-index: -1;
}
.introduction .int-headertext .watch-trailer:hover:before {
    transition: background-position 1s linear;
    background-position: 185px 0px;
}
.introduction .int-headertext .watch-trailer svg {
    width: 30px;
    height: 30px;
}
.introduction .int-headertext .watch-trailer path {
	fill: currentColor;
    stroke: #FFF;
    stroke-width: 0px;
    transition: stroke-width 0.25s ease-out;
}
.introduction .int-headertext .watch-trailer:hover path,
.introduction .int-headertext .watch-trailer:active path {
	stroke-width: 2px;
}
.introduction .int-headertext .watch-trailer label {
	font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 5px;
}
.introduction .int-background {
    background-image: url(../img/vip_3230_d-frontal.png);
    width: 350px;
    height: 350px;
    background-size: 100% auto;
    z-index: 1;
    animation: intc 0.5s cubic-bezier(.17,.84,.44,1);
    animation-play-state: paused;
}
@keyframes intc {
      0% { transform: scale(0.5); opacity: 0 }
    100% { transform:   scale(1); opacity: 1 }
}
.second {
    background-color: #0B386F;
    display: flex;
    justify-content: center;
}
.second .sec-text {
    color: #FFF;
    font-size: 30px;
    font-weight: 100;
    padding: 30px 50px;
    text-align: center;
    width: calc(100% - 20px);
    max-width: 700px;
    position: relative;
    animation: set 0.5s linear;
    animation-play-state: paused;
}
.second .sec-text:before, .second .sec-text:after {
    content: '';
    display: inline-flex;
    width: calc(100% - 100px);
    height: 2px;
    animation: seta 0.5s cubic-bezier(.17,.84,.44,1);
    animation-play-state: paused;
    background-color: #FFF;
}
.second .sec-text:before { margin-bottom: 20px }
.second .sec-text:after { margin-top: 10px }
.second .sec-text strong { font-weight: 700 }
section.second[animated],
.second[animated] .sec-text:before,
.second[animated] .sec-text:after {
    animation-play-state: running;
}
section.third {
    background-image: linear-gradient(100deg, #2F9FCF 90%, #EAEAEA 90.01%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
}
.third h1 {
    margin: 0;
    font-weight: 100;
    font-size: 30px;
    padding: 20px 0px;
}
.third ul {
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.third li {
    display: flex;
    margin-bottom: 20px;
}
.third li .trd-icon {
    width: 90px;
    height: 90px;
    min-width: 40px;
    min-height: 40px;
    background-color: transparent;
    border: 5px solid #FFF;
    border-radius: 100%;
    transition: background-color 0.1s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.third li:hover .trd-icon {
    background-color: #0364CD;
}
.third li span {
    font-size: 24px;
    max-width: 500px;
    margin-left: 20px;
}
.contact {
    background-image: linear-gradient(to bottom, #0364CD, #0B386F);
    color: #FFF;
}
.contact h1 {
    margin: 0 20px 10px;
    font-size: 40px;
    position: relative;
    padding-top: 20px;
    z-index: 1;
    text-align: center;
}
.contact .form-container {
    display: flex;
    justify-content: center;
}
.contact form { width: 400px }
.form-container form label {
    width: 100%;
    display: inline-block;
    font-size: 20px;
}
.form-container form input[type="text"],
.form-container form input[type="email"],
.form-container form textarea {
    width: 100%;
    border: 1px solid #bababa;
    border-radius: 4px;
    font-size: 20px;
}
.form-container form input[type="text"]:focus,
.form-container form input[type="email"]:focus,
.form-container form textarea:focus {
    border-color: #0060DF;
    box-shadow: 0px 0px 0px 1px #0060DF;
    outline: none;
}
.form-container form textarea {
    height: 200px;
    resize: none;
}
.form-container form label[for="secnumber"] {
    width: auto;
    padding-right: 10px;
}
.form-container form input#secnumber {
    width: 40px;
}
.form-container form input[type="submit"] {
    padding: 10px;
    border: none;
    background-color: #0364CD;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px 0px;
    cursor: pointer;
    transition: all 0.1s linear;
}
.form-container form input[type="submit"]:hover {
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.form-container form input[type="submit"]:active {
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent);
}
.video-wrapper {
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.video-wrapper .vw-inner {
    aspect-ratio: 9 / 16;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.video-wrapper.ui-visible {
    display: flex;
}
.video-wrapper .vw-close {
    position: fixed;
    top: 10px;
    right: 10px;
    text-align: right;
}
.video-wrapper .vw-close button {
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.video-wrapper .vw-inner video {
    margin-top: -5px;
}
.form-status {
    width: calc(100% - 10px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding: 5px;
    animation: formIn 0.5s ease-out, formOut 0.5s ease-in 5s;
    animation-fill-mode: forwards;
    will-change: transform;
}
@keyframes formIn {
      0% { transform: translateY(100%) }
    100% { transform: translateY(  0%) }
}
@keyframes formOut {
      0% { transform: translateY(  0%) }
    100% { transform: translateY(100%) }
}
.form-status.success {
    background-color: #00BFA5;
}
.form-status.error {
    background-color: #FF1744;
}
.popup-container {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.popup-container .popup-inner {
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.popup-container .popup-inner .close-btn {
    display: flex;
    justify-content: right;
}
.popup-container .popup-inner .close-btn button {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background-color: #00dad6;
    margin: 3px;
    cursor: pointer;
}
.popup-container .popup-inner .popup-content {
    height: calc(100% - 36px);
}
.popup-container .popup-inner .popup-content img {
    height: 100%;
}