
.component-1 {
.header {
  font-family: "Funnel Display", sans-serif;
  background-color: var(--primary-dark-bg-color);
  color: var(--primary-contrast-color);
  padding: 5px 20px;
}
@media (max-width: 992px) {
  .header {
    font-size: 0.7em;
  }
}

.menu-block {
  background-color: var(--primary-contrast-color);
  color: var(--text-color);
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu-main {
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu-actions.mobile-hide .button {
  padding-left: 3em;
  padding-right: 3em;
}
.menu-links a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: normal;
  font-family: "MuseoModerno", sans-serif;
}
.menu-logo.mobile-hide img {
  max-height: 80px;
  width: 100%;
}
.menu-logo.desk-hide img {
  max-height: 60px;
  width: 100%;
}


.menu-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: var(--primary-contrast-color);
  color: var(--text-color);
  z-index: 101;
}
.menu-mobile-header {
  padding: 20px;
  border-bottom: 1px solid var(--primary-color);
}
.menu-mobile-logo img {
  height: 50px;
}
.menu-mobile-links {
  margin-top: 20px;
  font-size: 18px;
}
.menu-mobile-link {
  padding-left: 20px;
}
.menu-mobile-links a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: normal;
}
.menu-mobile-submenu {
  padding: 20px 0px 20px 40px;
  margin-top: 10px;
  border-top: 1px solid var(--disabled-color);
  border-bottom: 1px solid var(--disabled-color);
}

.button {
  white-space: nowrap;
}
}
    
.component-21 {
.img-col{
  width: 100%;
  text-align: center;
} 
.img-col img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 992px) {
  .title h1 {
    font-size: 32px;
  }
}

.title h1 {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #003290;
  line-height: 1.2em;
}
.subtitle {
  font-family: "Vend Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #003290;
  line-height: 1.2em;
}
.text {
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

}
    
.component-22 {
.block {
  margin-top: 20px;
}
.bg-dark-primary {
  background-color: var(--primary-dark-bg-color);
}
.bg-dark-secondary {
  background-color: var(--secondary-dark-bg-color);
}

.title h2 {
  font-family: "Vend Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--primary-color);
  margin: 20px 0px;
}
.title.center h2 {
  text-align: center;
}

.card {
  padding: 20px;
  border-radius: 20px;
  color: var(--primary-contrast-color);
}
.card-title h3 {
  font-family: "Vend Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.card-text {
  font-family: "Instrument Sans", sans-serif;  
  font-weight: 400;
  font-size: 14px;
}
.card-btn {
  margin-top: 20px;
  text-align: right;
}
.card-btn .button{
  word-wrap: nowrap;
  font-size: 14px;
}

.btn {
  margin-top: 40px;
  text-align: center;
}
.btn .button {
  padding-left: 2em;
  padding-right: 2em;
}
}
    
.component-10 {
.block {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}
.dark-bg {
  background-color: var(--primary-dark-bg-color); 
}
.super-gap {
  gap: 80px;
}
.content {
  padding: 80px;
  color: var(--primary-contrast-color);
  z-index: 20;
  border-radius: 25px
}
@media (max-width: 992px) {
  .content {
    margin: 40px 0px;
    padding: 40px;
  }
}

.title-img {
  max-width: 100px
}
.title-img img {
  width: 100%;
  height: auto;
}

.title h2 {
  font-family: "SUSE", Sans-serif;
  font-weight: 500;
  font-size: 28px;
}
.subtitle {
  font-family: "Instrument", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}
.subtitle b {
  font-weight: normal;
  color: var(--secondary-color);
}
@media (max-width: 992px) {
  .title h2 {
    font-size: 32px;
  }
  .subtitle {
    font-size: 18px;
  }
}

._form {
  font-family: "Instrument", Sans-serif;
  font-weight: 500;
}
._form .button {
  width: 100%;
}
._form input[type='text'], ._form input[type='email'], ._form select {
  font-family: "Instrument", Sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-radius: 9999px;
  padding-left: 20px;
  padding-right: 2rem;
  background-color: var(--primary-dark-bg-color); 
  color: var(--primary-contrast-color);
  border-color: var(--primary-contrast-color);
  -webkit-appearance: none;    
  -moz-appearance: none;
}
._form input::placeholder {
  color: var(--primary-contrast-color);
  font-weight: 200;
}
.form-list {
  position: relative;
}
.chevron {
  pointer-events: none;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 1rem;
}
.form-agree {
  font-family: "Instrument", Sans-serif;
  font-weight: 400;
  font-size: 12px;
}
._form input:-webkit-autofill,
._form input:-webkit-autofill:hover, 
._form input:-webkit-autofill:focus,
._form input:-webkit-autofill:active {
    /* Replace 'white' with your exact container color */
    -webkit-box-shadow: 0 0 0 1000px var(--primary-dark-bg-color) inset !important;
    /* Replace '#333' with your exact desired text color */
    -webkit-text-fill-color: var(--primary-contrast-color) !important;
}

}
    
.component-7 {
.block {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}

.title h2 {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.text {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.youtube {
  max-width: 100%;
  cursor: pointer;  
}
.youtube img {
  width: 100%;
  height: auto;
}
}
    
.component-8 {
.block {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .desk-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
}

.image-left {
  position: relative;
  overflow: hidden;
  border-radius: 50px 50px 250px 50px;
  min-height: 230px;
}
.image-left img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title h2 {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.card-label {
  font-family: "Instrument", Sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--primary-color);
}
.card-title h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;  
}
.card-text {
  font-family: "Instrument", Sans-serif;
  font-weight: 500;
  font-size: 14px;  
}
.super-gap {
  gap: 80px;
}
}
    
.component-12 {
.block {
  background-color: var(--secondary-dark-bg-color);
  color: var(--primary-contrast-color);
  margin-top: 40px;
}
a {
  color: var(--primary-contrast-color);
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
  white-space: nowrap;
}

.logo {
  max-width: 400px;
  max-height: 80px;
}
.logo img {
  max-width: 100%;
  max-height: auto;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  font-family: "Funnel Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.contact {
  font-family: "Funnel Display", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.contact span {
  margin-left: 1rem;
}

.copy {
  border-top: 1px solid var(--primary-contrast-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "MuseoModerno", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 992px) {
  .copy {
    font-size: 12px;
  }
  .links {
    text-align: center;
  }
  .logo {
    padding: 10px 20px;
  }
}
}
    
/* Auto-generated CSS for route /enem */

@font-face {
  font-family: 'Vend Sans';
  src: url('/assets/fonts/Vend_Sans/static/VendSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vend Sans';
  src: url('/assets/fonts/Vend_Sans/static/VendSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Vend Sans';
  src: url('/assets/fonts/Vend_Sans/static/VendSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vend Sans';
  src: url('/assets/fonts/Vend_Sans/static/VendSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/DM_Sans/static/DMSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/DM_Sans/static/DMSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/DM_Sans/static/DMSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('/assets/fonts/DM_Sans/static/DMSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoModerno';
  src: url('/assets/fonts/MuseoModerno/static/MuseoModerno-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoModerno';
  src: url('/assets/fonts/MuseoModerno/static/MuseoModerno-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoModerno';
  src: url('/assets/fonts/MuseoModerno/static/MuseoModerno-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuseoModerno';
  src: url('/assets/fonts/MuseoModerno/static/MuseoModerno-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Funnel Display';
  src: url('/assets/fonts/Funnel_Display/static/FunnelDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Funnel Display';
  src: url('/assets/fonts/Funnel_Display/static/FunnelDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SUSE';
  src: url('/assets/fonts/SUSE/static/SUSE-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SUSE';
  src: url('/assets/fonts/SUSE/static/SUSE-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'SUSE';
  src: url('/assets/fonts/SUSE/static/SUSE-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SUSE';
  src: url('/assets/fonts/SUSE/static/SUSE-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
