
.component-27 {
.header {
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);
  padding: 5px 10px;
}
@media (max-width: 992px) {
  .header {
    font-size: 0.7em;
  }
}

a {
  color: var(--primary-contrast-color);
}

.menu-block {
  background-color: var(--primary-dark-bg-color);
  color: var(--primary-contrast-color);
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu-links a {
  color: var(--primary-contrast-color);
  text-decoration: none;
  font-weight: normal;
}
.menu-logo img {
  max-height: 50px;
  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-55 {
.block {
  margin-bottom: 40px;
  padding: 40px;
  background-color: var(--secondary-light-bg-color);
}
.flex-center{
  align-items: center;
}

.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: "SUSE", sans-serif;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1.1;
}
.subtitle {
  font-family: "Vend Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color:var (--primary-color);
  line-height: 1.2;
  text-align: left;
}
.text {
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: ver(--primary-color);
}

}
    
.component-54 {
.block {
  margin: 20px 0px 80px 0px;
}
.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-33 {
.block{
  margin-top: 50px;
  padding-top: 30px;
}
.dark-bg {
  background-color: var(--primary-dark-bg-color); 
}
.block-content {
  position: relative;
}
.flex-gap{
  gap:11px;
}
.content {
  margin: 20px 0px;
  color: var(--primary-contrast-color);
  z-index: 20;
}

.back-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.back-img img {
  width: 100%;
  height: auto;
}
.title h2 {
  font-family: "SUSE", Sans-serif;
  font-weight: 500;
  font-size: 40px;
}
.subtitle {
  font-family: "Literata", Sans-serif;
  font-size: 22px;
  font-weight: 300;
  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: "SUSE", Sans-serif;
  font-weight: 200;
}
._form .button {
  width: 100%;
}
}
    
.component-56 {
.block {
  margin: 40px 0px;
}

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

.title h2 {
  font-family: "Suse", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
.text {
  text-align: center;
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin: 10px 0px 40px 0px;
}

.youtube {
  max-width: 100%;
  cursor: pointer;  
}
.youtube img {
  width: 100%;
  height: auto;
}
}
    
.component-34 {
.social {
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);  
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "SUSE", Sans-serif;
}
.social a {
  font-weight: 300;
}
@media (max-width: 992px) {
  .social {
    font-size: 0.8em;
  }
}

.links {
  background-color: var(--primary-dark-bg-color); 
  color: var(--primary-contrast-color);  
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Literata", Sans-serif;
}
.links-label {
  font-size: 24px;
  font-weight: 400;
}
.links a {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .links-label {
    font-size: 22px;
  }
  .links a {
    font-size: 14px;
  }
}
.links-img {
  padding: 20px 0px;
  max-width: 260px;
}
.links-img img {
  width: 100%;
}

.copy {
  background-color: var(--secondary-dark-bg-color); 
  color: var(--primary-contrast-color);  
  padding: 40px 0px;
  font-family: "SUSE", Sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

a {
  color: var(--primary-contrast-color);
}
}
    
.component-43 {
.fixed-bottom {
  z-index: 90;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.whats-buttom {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #FFFFFF;
  font-size: 32px;  
  margin: 25px;
}


}
    
/* Auto-generated CSS for route /enem */

@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;
}

@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: 'Literata';
  src: url('/assets/fonts/Literata/Literata-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Literata';
  src: url('/assets/fonts/Literata/Literata-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
