
.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-19 {
.block {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dark-bg {
  background-color: var(--primary-dark-bg-color);
  color: var(--primary-contrast-color);
}

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

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

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

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

.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-20 {
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}
.img-col{
  width: 100%;
  height: 540px;
  overflow: hidden;
  text-align: center;
} 
.img-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title h2 {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: var(--primary-color);
}

.text {
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

}
    
.component-3 {
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}
.title h2 {
  font-family: "MuseoModerno", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin: 40px 0px;
  line-height: 1em;
}
.subtitle {
  font-family: "DM Sans", sans-serif;
  color: var(--text-color);
}
.controller {
  margin-top: 20px;
  margin-bottom: 10px;
}
.controller .button {
  padding: 5px 3em;
  background-color: var(--primary-light-bg-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.controller .button.selected {
  background-color: var(--primary-color);
  color: var(--primary-light-bg-color);
  border: 1px solid var(--primary-color);
}
@media (max-width: 992px) {
  .controller .button {
    padding: 5px 10px;
  }
}
.controller a {
  color: var(--primary-color);
  font-family: "Vend Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

._carousel {
  position: relative;
}
.carousel-container {
  display: flex;
  flex-flow: row;
  overflow-x: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.carousel-item {
  flex-shrink: 0; 
  padding: 10px;
  box-sizing: border-box;
}
.carousel-controller {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.carousel-prev, .carousel-next {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: rgba(var(--primary-color-decimal), 0.5);
  color: var(--primary-contrast-color);
  cursor: pointer;
  z-index: 10;
  margin: 20px;
}
.carousel-prev:hover, .carousel-next:hover {
  background-color: var(--primary-color);
}

.course-card {
  height: 100%;
  color: var(--primary-color);
}
.course-card:hover {
  margin-top: -5px;
  margin-bottom: 5px;
}
.course-img{
  width: 100%;
  height: 200px;
  margin-bottom: 10px
} 
.course-img img {
  width: 100%;
  height: 100%;
  object-position: 50% 30%;
  object-fit: cover;
  border-radius: 10px;
}
.course-name h3 {
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
}
.course-data {
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-color);
}
.course-button {
  padding: 5px 0px;
}
.course-button .button{
  padding: 5px 3em;
}
}
    
.component-4 {
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}
.img-col{
  width: 100%;
  height: 540px;
  overflow: hidden;
  text-align: center;
} 
.img-col img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

.subtitle {
  font-family: "Instrument", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.card {
  margin-top: 30px;
}
.card-title h3 {
  font-family: "Instrument", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
}
    
.component-5 {
@media (min-width: 992px) {
  .block {
    margin-top: 80px;
  }
}
.content {
  padding: 20px 0;
  margin-bottom: 40px;
}
.content-label h2 {
  font-family: "SUSE", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0px;
}
.box {
  margin-top: 40px;
}
.box-img {
  max-width: 60px
}
.box-img img {
  width: 100%;
  height: auto;
}
.box-title h3{
  font-family: "Instrument", Sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.box-content{
  font-family: "Instrument", Sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.box-link .button {
  padding: 5px 3em;
}

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

.box {
  background-color: var(--primary-dark-bg-color);
  border-radius: 20px;
  color: var(--primary-contrast-color);
  padding: 40px 120px;
}
@media (max-width: 992px) {
  .box {
    padding: 40px 20px;
  }
}

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

.box-img {
  width: 280px;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
  position: relative;
  margin-left: 80px;
} 
.box-img-bg {
  background-color: #3CDBC0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
} 
.box-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(60%);
}
.box-img-icon {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 50%;
  width: 0px;
} 
.box-img-icon img {
  width: 120px;
  height: auto;
}


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

.card {
  margin-top: 40px;
}
.card-img {
  max-width: 50px
}
.card-img img {
  width: 100%;
  height: auto;
}
.card-title h3{
  font-family: "Instrument", Sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.card-content{
  font-family: "Instrument", Sans-serif;
  font-weight: 500;
  font-size: 14px;
}
}
    
.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 /sobrenos */

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