
:root {
    --synth_orange: #e98a67;
    --synthesis-blue: #015a66;
    --syn_orange_light: #ffb59a;
  }

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: Semplicitapro, sans-serif;
  }


  body {
    
    margin: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 150%;
    min-height: 100%;
    
}

  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }

  /* -------- FONTS */

@font-face {
    font-family: 'SemplicitaPro';
    src: url('./fonts/SemplicitaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SemplicitaPro';
    src: url('./fonts/SemplicitaPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SemplicitaPro';
    src: url('./fonts/SemplicitaPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SemplicitaPro';
    src: url('./fonts/SemplicitaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

  
  a {
    background-color: #0000;
  }
  
  a:active, a:hover {
    outline: 0;
  }
    

  
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    /* font-weight: bold; */
  }
  
  
  h1 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 120%;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 120%
  }
  
  h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 125%;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 130%;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 150%;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 150%;
  }
  

  .small-only-linebreak {
    display: none;
  }
 

  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }  
  
  
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  a {
    text-decoration: none;
  }
  
  .syn_h3_card {
    letter-spacing: 2px;
    margin-top: 4px;
    margin-bottom: 16px;
    font-weight: 400;
  }
  
  .syn_image_card_training {
    z-index: -2;
    object-fit: cover;
    object-position: 30% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  
  .syn_container_max-960 {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .syn_container_card_training_path {
    color: #fff;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 380px;
    max-height: none;
    padding: 24px;
    transition: transform .3s, color .3s;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .syn_container_card_training_path:hover {
    transform: translate(0, -5px);
  }
  
  .syn_section_description {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 180%;
  }
  
  .syn_card_container_text {
    margin-top: 60px;
  }
  
  .syn_container_section_title {
    text-align: center;
  }
  
  .syn_c_spacer-l {
    min-height: 120px;
  }
  
  .syn_span_highlight {
    color: #015a66;
    font-weight: 600;
  }
  
  .syn_grid_3col {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .syn_card_overlayoverlay {
    z-index: -1;
    background-image: linear-gradient(270deg, #00000080, #14141440);
    position: absolute;
    inset: 0%;
  }


  
  .syn_h2 {
    color: #015a66;
  }
  
  
  .syn_card_title_top {
    color: #ffb59a;
  
  }

  
  .syn_button_main {
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: linear-gradient(#ec9f77, #ae6b4b);
    border-radius: 4px;
    max-width: 340px;
    min-height: 0;
    max-height: none;
    padding: 12px 40px 10px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s, background-position .3s, color .3s;
  }
    
    .syn_button_main:hover {
      background-image: linear-gradient(0deg, #ec9f77, #ae6b4b);
    }
  
  .syn_container_button {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 40px auto;
    display: flex;
  }


  /* TABLET */

  @media screen and (max-width: 991px) {
    .syn_container_max-960 {
      max-width: 680px;
    }
  
    .syn_grid_3col {
      grid-template-columns: 1fr 1fr;
    }

   
  }
  
  @media screen and (max-width: 767px) {
    .syn_container_max-960 {
      max-width: 430px;
    }
  
    .syn_tittle_hide_mobile {
      display: none;
    }
  
    .syn_grid_3col {
      grid-column-gap: 32px;
      grid-row-gap: 32px;
      grid-template-columns: 1fr;
    }

    .small-only-linebreak {
        display: block;
        height: 0;
        line-height: 0;
        content: ''; 
      }

  
  }
  
  @media screen and (max-width: 479px) {
    .syn_container_max-960 {
      max-width: 330px;
    }
  
    .syn_grid_3col {
      grid-template-columns: 1fr;
    }
  }