/*início hotsite*/
.root-hotsite {
    --primary-color: #1E6E79;
    --hover-color:#579CA6;
    --pressed-color:#ADC8CC;
    --background-color:#ebeeee;
    --white-color:#FAFAFA;
    --font-color:#070707;
    --login-background:#E1E1E1;
    --wireframe:#F4F4F4;
    --featurebox-background: rgba(250, 250, 250, 0.115);
    --partners-box-shadow: rgba(0, 0, 0, 0.25);
    --backtotop-background: rgba(7, 7, 7, 0.48);
    --error-red: #f51f14;

    --header-height: 70px;

    background-color: var(--font-color);
    background-attachment: fixed;
    overscroll-behavior-y: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

    background-image: linear-gradient(90deg, #070707 6.57%, #1E6E79 125.52%, rgba(39, 39, 39, 0.97) 100%);
    
    color: var(--white-color);
    min-height: 100vh;
}

.root-hotsite *{
    font-family: 'Roboto', sans-serif;
}

section{
    padding-top: var(--header-height);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none !important;
    color: var(--white-color) !important;
}

p,span,label{
    font-weight: 300;
}

.root-hotsite::-webkit-scrollbar{
    width: 0;
    display: none;
}

.semibold{
    font-weight: 400;
}

.header-hotsite{
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: var(--header-height);
    z-index: 9999;
    background:rgba(7, 7, 7, 0.85);
    transition: 1s;
}

.header-gradient{
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.90) 0.43%, rgba(42, 42, 42, 0.00));
}

.index-hotsite{
    width: max-content;
    text-wrap: nowrap;
    
    display: flex;
    align-items: center;
    flex-direction: row;

    transform: translateY(2px);
}

.index-hotsite div{
    height: fit-content;
    width: min-content;
    cursor: pointer;
    padding: 0;
    margin: 0 20px;
}

.highlight-index-hotsite{
    border-bottom: var(--primary-color) 2px solid;
}

.index-hotsite p{
    margin-bottom: 6px;
}

.language-select-hotsite{
    position: absolute;
    right: 208px;
    display: flex;
    gap: 16px;
    height: inherit;
    align-items: center;
}

.language-select-hotsite h4{
    margin: 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--pressed-color)!important;
    cursor: pointer;
}

.language-select-hotsite a h4{
    color: white !important;
}

.button-backToTop-hotsite {
    position: relative;
    margin: auto;
    width: 60svw;
    max-width: 300px;
    height: 40px;
    border: 0;
    border-radius: 33px;
    background: var(--backtotop-background);
    display: flex;
    justify-content: center;
}

.backToTop-container-hotsite{
    position: fixed;
    bottom: 5svh;
    z-index: 999;
    left: calc(50vw - (min(60svw, 300px) / 2));
    opacity: 0;
    transition: 1s;
}

.button-backToTop-hotsite h1{
    margin-right: 12px;
    margin-left: 12px;
}

.text-backToTop-hotsite {
    font-style: normal;
    color: var(--wireframe);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.arrow-backToTop-hotsite {
    rotate: 90deg;
    filter: invert(81%) sepia(92%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(96%);
    scale: 90%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}


.heropage-screen-hotsite {
    min-height: max(100svh,425px);
    height: fit-content;
    padding: 0;
    max-height: none;
    background-color: var(--font-color);
    position: relative;
}

.contact-screen-hotsite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-image: url("/static/global/media/img/hotsite/contact-us-background.jfif");
    background-size: cover;
    background-position: center;
    max-height: none;
    min-height: 100vh;
}

.heropage-layout-hotsite {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
    height: 100%;
}

.loginbutton-hotsite {
    position: absolute;
    width: 160px;
    height: 40px;
    top: 16px;
    right: 24px;
    border-radius: 4px;
    padding: 0;
    background-color: var(--primary-color);
    border: 0;

    font-size: 16px;
    color: var(--white-color);
    font-style: normal;
    font-weight: 500;
}


.logo-hotsite {
    position: absolute;
    width: 150px;
    top: 12px;
    left: 16px;
    padding: 0;
}

.titles-hotsite {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.slogan-hotsite {
    letter-spacing: 0em;
    text-align: center;
    color: white;
    font-style: normal;
    position: relative;
}

h1.slogan-hotsite{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

h2.slogan-hotsite{
    font-size: 24px;
    font-weight: 300;
    margin: 24px 0;
    max-width: 80%;
}

.video-heropage-container-hotsite{
    position: absolute;
    width: 100svw;
    height: 100%;
    background-color: var(--font-color);
}
.opening-video-hotsite{
    opacity: 0.36;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#videoplayer-background-hotsite::-webkit-media-controls {
    display: none !important;
}

.button-contact-us-hotsite {
    color: var(--primary-color);
    background-color: #fafafa;
    width: 266px;
    height: 56px;
    border-radius: 8px;

    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 36px;
    border: 0;
    align-self: center;
    max-width: 70%;
}

.seemore-container{
    display: flex;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.button-seemore-hotsite {
    margin: 0;
    width: 96px;
    height: 40px;
    border-radius: 35px;
    border: 0;
    background: #1e6e7973 /*primary color @ 0.45 opacity*/;
    opacity: 1;
    align-self: center;
    z-index: 999;

    animation: bounce 1s ease-in-out alternate infinite;
    transition: 500ms;
}

.button-seemore-hotsite:hover {
    transform: scale(1.1);
}

.arrow-seemore-hotsite {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
}

.links-container{
    position: absolute;
    right: 3vw;
    bottom: 5vh;
    z-index: 999;
    display: flex;
    gap: 24px;
}

.video-container-hotsite{
    display: flex;
    justify-content: center;
    padding: 24px 0;
    width: 80%;
    margin: auto;
}

.video-hotsite {
    position: relative;
    opacity: 1;
    max-height: 80vh;
    max-width: 80vw;
    object-position: bottom;
}
.video-hotsite::-webkit-media-controls{
    width: fit-content;
    height: fit-content;
    display: -webkit-flex;
    aspect-ratio: 16/9;
}

.video-screen-hotsite{
    display: block;
    height: fit-content;
    max-height: none;
}

nav.cases-menu-hotsite{
    color: #ACACAC;
    font-weight: 400;
    font-size: 24px;
    font-style: normal;
    padding: inherit;
}
.cases-menu-hotsite div{
    cursor: pointer;
    min-width: min-content;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases-menu-hotsite div p{
    margin: 0;
}

.highlight-case-hotsite{
    border-bottom: var(--white-color) 1px solid;
    color: var(--white-color);
}
.highlight-case-hotsite p{
    font-weight: 400;
}

.cases-layout-hotsite{
    min-height: 270px;
    max-width: 1312px;
    display: flex;
    justify-content: center;
    padding-left: 24px;
    padding-right: 50px;
    align-items: center;
    flex-direction: column;
    background-color: #0A232633;
    transition: 400ms;
    padding-top: 32px;
    margin: auto;
}

.transparent{
    opacity: 0 !important;
    left:-3000px !important;
    position: absolute !important;
    pointer-events: none !important;
}

.case-text-hotsite{
    color: var(--white-color);
    font-size: 24px;
    font-style: normal;
    margin-bottom: 24px;
}

.modules-container-hotsite{
    margin: 64px auto 0 auto;
    position: relative;
}

.modules-container-hotsite .flex-row{
    min-height: max(50vh, 500px);
}

.module-tag-hotsite{
    max-width: 444px;
    width: 27vw;
    height: 16.666%;
    padding-left: 48px;
    padding-right: 86px;
    display: flex;
    align-items: center;
    background: #061213;
    cursor: pointer;

    color: #D1D1D1;
    font-size: 24px;
    font-style: normal;
}

.module-tag-hotsite h4{
    margin: 0;
    font-weight: 300;
}

.module-presentation-hotsite{
    position: relative;
    background: #142629;
    max-width: 868px;
    width: 100%;
    display: flex;
}

.module-content-hotsite{
    position: absolute;
    color: white;
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.72px;
    transition: 1s;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 24px;
}

.module-content-hotsite p{
    max-width: 657px;
    margin: 0;
}

.modules-image-hotsite{
    max-width: 651px;
    width: 50%;
    object-fit: contain;
}

.highlight-module-hotsite{
    color: var(--white-color);
    background: #142629;
}
div.highlight-module-hotsite h4{
    font-weight: 400;
}

.module-presentation-mobile-hotsite{
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}

/* .visit-conference-hotsite{
    height: 580px;
    position: relative;
    display: flex;
    margin-top: 56px;
}

.arrow-container-hotsite{
    width: 100%;
    z-index: 10;
}

.visit-conference-arrow-hotsite{
    width: 40px;
    height: 56px;
    border-radius: 4px;
    background-color: var(--primary-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.left-arrow-hotsite, .right-arrow-hotsite{
    background-image: url("/static/global/media/icons/ChevronRightWhite.svg");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    height: inherit;
}

.left-arrow-hotsite{
    transform: scaleX(-1);
}

.right-arrow-hotsite{
    margin: 0 0 0 auto;
}
.visit-conference-img-hotsite{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: 300ms;
    transform-origin: 0;
}

.visit-conference-caption-hotsite{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: #1e6e79d9;
    color: #F4F4F4;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding: 12px 16px;
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 15;
}

.visit-conference-caption-hotsite p{
    opacity: 1;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.2px;
}

.extend-visit-description-hotsite,
.retract-visit-description-hotsite{
    display: none;
    position: absolute;
    left: 12px;
    font-weight: 600;
}

.extend-visit-description-hotsite{
    bottom: 5%;
} */

div.testimonial-box-hotsite{
    flex-shrink: 0;
    border-radius: 30px;
    background: #0A2326;
    margin: 48px auto 0 auto;
    padding: 48px;
    position: relative;
    transition: 500ms
}

.quote-mark-hotsite{
    width: 38px;
    opacity: 0.6;
    transform: translateY(-20px) translateX(-40px);
}
.end-quote-mark-hotsite{
    width: 38px;
    opacity: 0.6;
    position: absolute;
    transform: scale(-1) translateY(54px) translateX(1px);
    right: 20px;
    left: auto;
    top: auto;
}

.testimonial-hotsite{
    color: #F4F4F4;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 32px;
}

.testimonial-author-hotsite{
    color: #AFAFAF;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
}

.contact-us-form-background{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    background: linear-gradient(-79deg, #272727 0.57%, rgba(14, 39, 43, 0.76) 42.99%, #070707 73.52%, #272727 100%);
}

.grid-layout-hotsite{
    display: grid;
    grid: 170px / 23vw 23vw 23vw;
    gap: 69px;
    margin-top: 64px;
}

.info-box-hotsite,
.info-box-hotsite-dark{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1E6E7952; /*primary color @ 0.32 opacity*/
    line-height: normal;
}

.info-box-hotsite-dark{
    background-color: #2F2F2F33; /*dark color @ 0.2 opacity*/
}

.info-box-hotsite p,
.info-box-hotsite-dark p{
    font-size: 20px;
    text-align: center;
    margin: 0;
    width: 70%;
}

.info-box-hotsite h3,
.info-box-hotsite-dark h3{
    font-size: 48px;
    font-weight: 300;
    margin: 0;
}

.info-box-hotsite span,
.info-box-hotsite-dark span{
    font-size: 32px;
    vertical-align: middle;
    margin: 0;
}

.partners-hotsite {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 35vw;
    max-width: 450px;
    min-width: 300px;
    height: 160px;
    border-radius: 22px;
    background: rgba(7, 7, 7, 0.21);
    box-shadow: 4px 4px 10px 0px var(--partners-box-shadow);
    margin-top: 45px;
}

.logos-hotsite {
    display: flex;
    justify-content: center;
    width: 90vw;
    gap: 3vw;
    margin: 41px 0 0 0;
    transition: 300ms;
}

.partner-logo-horizontal-hotsite, .partner-logo-vertical-hotsite { 
    margin-top: auto;
    margin-bottom: auto;
    height: 80px;
}

.last-logo-hotsite{
    height: 85px;
}

.partner-logo-horizontal-hotsite{
    object-fit: contain;
}

.partner-logo-vertical-hotsite{
    object-fit: contain;
    height: 90%;
}

.disclaimer-hotsite{
    color: #AFAFAF;
    text-align: center;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    margin-top: 29px;
    margin-bottom: 79px;
}

img.security-img-hotsite{
    width: 95px;
    margin-bottom: 32px;
}

div.security-licenses-hotsite{
    max-width: 50vw;
}

.security-standards-hotsite{
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.mobile-fix-about-us{
    gap: 70px;
}

div.who-we-are-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: var(--header-height);
    background-color: rgba(10,35,38,0.2);
    padding: 48px 69px 120px 69px;
}

.logo-ouronova-who-we-are{
    margin-bottom: 32px;
    margin-top: 16px;
    width: 288px;
    max-width: 60%;
}

.who-we-are-text{
    font-size: 23px;
    width: min(100%,1174px);
    text-align: center;
}

.forms-hotsite{
    max-width: 413px;
    color: var(--white-color);
}

.forms-layout-hotsite{
    position: relative;
}

.form-layout-hotsite{
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-layout-hotsite input{
    color: var(--white-color);
}

.forms-text-hotsite {
    color: var(--white-color);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;    
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition-delay: 99999s;
}
.forms-hotsite input {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    margin-bottom: 16px;
    border-radius: 8px;
    padding-left: 16px;
    border: 1px solid #494848;
    background: #272727;
}
.forms-hotsite input:focus{
    border: var(--pressed-color) solid 1px;
    outline: none;
}

.radio-container label{
    display: flex;
    padding: 0;
    margin-right: 32px;
    margin-left: 12px;
}

.form-layout-hotsite input[type='radio']{
    width: 14px;
    height: 14px;
    padding: 0;
    background-color: #E6E6E6;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transform: translateY(2px);
}

.form-layout-hotsite input[type='radio']:checked{
    background-color: #FBFBFB;
    border: 1px solid #1E6E79;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%231E6E79'/%3e%3c/svg%3e");
}

.form-layout-hotsite label{
    width: fit-content;
}
/*correção de lista telefonica*/
.iti__country {
    background: #393939;
}
.iti__divider {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    background: #373737;
}
div.iti.iti--container{
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
.iti__country-list {
    background-color: #494848;
    border: none;
    min-height: 200px;
    max-height: 80%;
    width: fit-content;
}
.iti__country-list::-webkit-scrollbar{
    width: 0px;
}
.iti__country.iti__highlight{
    background: var(--primary-color);
}
.iti__flag-container{
    width: 30%;
    background-color: #494848;
    z-index: 1;
    border-radius: 6px 0 0 6px;
    margin: 1px;
    max-width: 98px;
}
.iti__arrow{
    background: url('/static/global/media/icons/ChevronLeft.svg') center no-repeat;
    transform: rotate(-90deg);
    border: none;
    width: 40px;
    height: 40px;
    filter: invert(98%) sepia(25%) saturate(348%) hue-rotate(270deg) brightness(110%) contrast(96%);
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel]{
    padding-left: min(32%, 115px);
}
.iti--allow-dropdown{
    margin-top: 12px;
    margin-bottom: 16px;
}
.iti__selected-flag .iti__flag{
    background: none;
    border: none;
    box-shadow: none; 
    height: fit-content;
    width: 100%;
    text-align: center;
}
/*fim da correção de lista telefonica*/

.forms-submit-hotsite {
    margin-top: 48px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: var(--primary-color);
    text-align: center;
    font-weight: 700;
    border: 0;
}

p.forms-text-hotsite {
    margin-top: 16px;
}

.contact-us-title-hotsite {
    margin-top: 54px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    color: #F3F3F3;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
}
footer.footer-hotsite{
    background-color: #070707;
    height: 100%;
    max-height: 290px;
    padding-bottom: 60px;
}
div.footer-hotsite{
    height: 185px;
    position: relative;
    color: #F4F4F4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.footer-hotsite h5{
    color: #ACACAC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    margin-bottom: 4px;
}

.footer-hotsite a{
    margin-top: 12px;
}

.footer-hotsite .logo-hotsite{
    position: absolute;
    width: 210px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    top: 0;
    left: 52px;
    background-size: 108px 60px;
    background-position: -2px center;
}

.footer-hotsite div{
    height: 240px;
}

div.footer-container-hotsite{
    padding-left: 30%;
    width: 80%;
    max-width: 1200px;
    margin-left: 0;
    display: flex;
}

.footer-container-hotsite div{
    width: -webkit-fill-available;
    width: -moz-available;
}

div.footer-logo-container-hotsite{
    height: 0;
}

.ouronova-product-hotsite{
    position: absolute;
    bottom: 0;
    right: 48px;
    width: 296px;
    height: 100%;
    flex-shrink: 0;
    padding-top: 35px;
    object-fit: contain;
    transform: translateY(5px)
}

.icon-mobile-menu{
    margin: auto 0;
    display: none;
    cursor: pointer;

    position: absolute;
    right: 24px;
    top: 24px;
}

.icon-mobile-menu div{
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.mobile-header-menu{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0px;
    background: linear-gradient(90deg, #070707 50.51%, #1E6E79 100%);
    color: #f3f3f3;

    display: none;
    justify-content: center;
    align-items: center;
}

.mobile-header-menu .close-mobileMenu{
    border: none;
    background-color: transparent;

    width: 24px;
    height: 24px;

    position: absolute;
    top: 20px;
    right: 32px;

    color: #f3f3f3;
    font-size: large;
}

.mobile-header-menu .index-hotsite{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 54px;
}

.mobile-header-menu .index-hotsite .col{
    flex-grow: 0;
}


.text-Contact-mobileMenu p{
    font-size: 24px;
    font-weight: 500;
    color: #F3F3F3;
}

.mobile-header-menu #forms-index-hotsite{
    border-radius: 8px;
    border: none;
    background-color: #1E6E79;
    width: 216px;
}

.mobile-header-menu #forms-index-hotsite button{
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    height: 48px;
}

.link-back-hotsite{
    cursor: pointer;
}

/*início error handling*/

.error-form input:valid,
.error-form input:focus{
    border: 1px solid var(--error-red);

}

div.error-form{
    position: relative;
}

span.error-message, .input-containers input:valid ~ span.error-message{
    position: absolute;
    visibility: hidden;
    left: 105%;
    top: 34px;
    width: 0px;
    border-radius: 6px;
    background-color: rgb(39,39,39);
    padding: 0;
    padding-top: 16px;

    transform-origin: 0 18px;


    transform: translateX(0) translateY(0);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 0);
    text-wrap: nowrap;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.20));
    transition: 400ms;
}

img.error-message{
    position: absolute;
    top: 50px;
    right: 12px;
}

img.error-message:hover + span.error-message {
    visibility: visible;
    color: var(--error-red);
    width: 304px;
}

.input-containers.error-form input{
    color: var(--error-red)
}

.single-error{
    margin-left: 12px;
    list-style-type: none;
}

.errors-mobile{
    display: none;
}
/*fim error handling*/

/*início securitypage*/

.basic-text-securitypage,
.title-securitypage{
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin-left: 32px;
}

.backTo-text-securitypage{
    color:#DFDFDF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 2px 0 0 12px;
}

p.basic-text-securitypage{
    margin-bottom: 12px;
}

.underlined-securitypage{
    text-decoration: underline !important;
}

.title-securitypage{
    font-size: 24px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 16px;
}

h2.title-securitypage{
    font-size: 20px;
}

.logo-securitypage{
    position: relative;
    width: 114px;
    margin: 12px 0 25px 24px;
}

.arrow-back-securitypage{
    filter: invert(81%) sepia(92%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(96%);
    width: 24px;
    margin-left: 32px;
}

.arrow-back-securitypage ~ .basic-text-securitypage{
    margin: 0;
    margin-left: 12px;
}

div.securitypage-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--header-height);
    min-height: 100dvh;
}

.securitypage-container .col-6,
.securitypage-container .col{
    padding: 0;
}

.securitypage-header{
    position: relative;
}

.image-securitypage{
    width: 30vw;
    max-width: 500px;
}
/*fim securitypage*/

/* começo under construction */
.body-under-construction{
    background: linear-gradient(201deg, #1E6E79 0.57%, #070707 73.52%, rgba(39, 39, 39, 0.97) 100%);
}
.warning-under-construction{
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
}

.container-under-construction{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 50px;
    height: fit-content;
}

.image-under-construction{
    width: 367px;
    margin-bottom: 48px;
}

.explanation-under-construction{
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

.explanation-under-construction a{
    text-decoration: underline !important;
}
/* fim under construction */

/*começo articles e events*/
#main-articles {
    padding-left: 32px;
    padding-right: 32px;
}
.articles-container{
    display: grid;
    gap: 24px;
    width: 100%;
    grid: 200px / 23% 23% 23% 23%;
    grid-auto-flow: row;
    grid-auto-rows: 200px;
    grid-auto-columns: 100%;
}

.articles-container a{
    height: 100%;
}

.article-box{
    height: 100%;
    width: 100%;
    background: rgba(7,7,7,0.4);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 16px;
    background-position: center;
    background-size: cover;
}
.spacer-hotsite{
    height: var(--header-height);
}
.presentation-tag{
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 8px;

    background: var(--primary-color);
    width: fit-content;
    height: 32px;
    padding: 0 10px;

    font-size: min(16px,1.3vw);
    font-weight: 400;
    text-wrap: nowrap;
    max-width: 90%;
}
.contact-btn{
    width: 200px;
    height: 40px;
    border-radius: 4px;
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    border: none;
    margin-bottom: 22px;
}
.small-titles-hotsite {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    
    margin: 24px 0;
}

.article-box p.article-know-more{
    color: var(--pressed-color) !important;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 16px;
}

.article-know-more:hover{
    text-decoration-line: underline!important;
    cursor: pointer;
}

.article-title{
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    max-height: 58px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.article-publisher{
    color: #F3F3F3;
    font-size: 16px;
    font-style: normal;    
    line-height: normal;
}
.article-plus{
    transform: translateY(-3px);
}
.event-segment{
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    margin: 24px 0;
}
.event-callout{
    color: var(--white-color);
    font-size: 19px;
    font-weight: 400;
}
#WDA-24{
    background-image: url('/static/global/media/img/hotsite/WDA-24.jfif');
}
#IADC-24{
    background-image: url('/static/global/media/img/hotsite/IADC-24.jfif');
}
#OTC-24{
    background-image: url('/static/global/media/img/hotsite/OTC-24.jfif');
}
#SPE-24{
    background-image: url('/static/global/media/img/hotsite/SPE-24.jfif');
}
.box-cover{
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--font-color);
}
.article-box p{
    position: relative;
    margin-bottom: 12px;
}
.event-name,
.event-date{
    color: #F3F3F3;

    font-size: 20px;
    font-weight: 400;

    max-height: 66px;
    
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.event-name{
    letter-spacing: 0.6px;
}
p.event-location{

    position: absolute;
    bottom: 0;
    left: 16px;
}

div.article-full-view{
    width: 100%;
    min-height: 100%;
    padding: 32px;
    padding-top: calc(var(--header-height) + 32px);
    display: none;
}

.button-chevron{
    transform: rotate(-90deg);
    filter: invert(34%) sepia(72%) saturate(435%) hue-rotate(139deg) brightness(89%) contrast(92%);
    margin-bottom: 3px;
    margin-left: 3px;
}

.purchase-article{
    width: 204px;
    height: 48px;
    position: absolute;
    right: 32px;

    background-color: var(--white-color);
    color: var(--primary-color);
    border-radius: 4px;
    border: none;
    
    font-size: 20px;
    font-weight: 500;
    transform: translatey(-30px);
}

.abstract{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin: 8px 0;
}
p.abstract{
    font-size: 16px;
    margin-bottom: 54px;
    text-align: justify;
}
.article-info{
    color: #F3F3F3;
    font-size: 16px;
    margin-bottom: 16px;
}
.publish-date{
    color:#DFDFDF;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}
/* fim articles e events*/

/* large desktop */
@media only screen and (min-width: 1800px){
    div.container-lg{
        max-width: 80%;
    }
    .cases-layout-hotsite{
        max-width: 80svw
    }
    .module-presentation-hotsite{
        max-width: -webkit-fill-available;
        max-width: -moz-available;
    }
    .module-content-hotsite{
        max-width: -webkit-fill-available;
        max-width: -moz-available;
    }
    .module-content-hotsite p{
        max-width: 910px
    }
    .visit-conference-hotsite{
        height: 35svw;
    }
}

/*small desktop*/
@media only screen and (max-width: 1190px ){
    .index-hotsite div{
        margin: 0 10px;
    }
    .partners-hotsite{
        width: 210px;
    }
}

/* smaller desktop */
@media only screen and (max-width: 1050px ){
    .event-date,
    .event-name{
        font-size: 16px;
    }
}

/* animations */

@keyframes bounce {
    from {
        translate: 0 0;
    }

    to {
        translate: 0 -10px;
    }
}