/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 * {
    box-sizing: border-box;
    margin: 0;
  }
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  
  
  /* ==========================================================================
      CLASSES GERAIS
     ========================================================================== */
  
  body {
      font-family: "Inter", sans-serif;
      font-size: 62.5%;
  }
  
  .d-flex {
    display: flex;
  }
  .justify-center {
    justify-content: center;
  }
  .flex-column {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .aling-center {
    align-items: center;
  }
  .w-100 {
    width: 100%;
  }
  .h-100 {
    height: 100%;
  }
  .container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
  }
  .position-A {
    position: absolute;
  }
  .position-R {
    position: relative;
  }
  
  .c-pointer {
    cursor: pointer;
  }
  
  
  /*================================================
                      RECURSOS
  ====================================================*/
  
  section form input[type="text"].error, 
  section form input[type="tel"].error,
  section form input[type="email"].error {
      border: 1px solid red !important;
      background-image: url(../img/error.png);
      background-repeat: no-repeat;
      background-position: center right 14px;
  }
  .error {
      border: 1px solid red !important;
  }
  .error-label {
      color: rgb(225, 0, 41) !important;
  }
  .validado {
      background-image: url(../img/validado.png);
      background-repeat: no-repeat;
      background-position: center right 14px;
  }
  
  select.validado {
      background-image: url('../img/icon-dropdown.svg');
      background-position: right;
      border: 1px solid #D9D9D9 !important;
  }
  
  .inter-bold {
      font-weight: 700;
  }
  
  .fnt-16 {
      font-size: 16px;
  }
  
  .fnt-w-400 {
      font-weight: 400;
  }
  
  .line-h-24 {
      line-height: 24px;
  }
  
  .d-none {
    display: none;
  }
  
  .gradient-page-result {
      background: linear-gradient(180deg, rgba(247,247,247,1) 55%, rgba(192,224,181,1) 100%);
      min-height: calc(100vh - 326px);
  }
  
  /* ==========================================================================
     HEADER
     ========================================================================== */
  
  
  header {
      width: 100%;
      height: 100px;
  }
  
  header .container {
      padding-left: 128px;
      padding-right: 24px;
  
  }
  header .header-fixed {
      background-color: #FFFFFF;
      z-index: 100;
      position: fixed;
      height: 100px;
      box-shadow: 0px 3px 6px rgba(0,0,0,.16);
  
  }
  
  header .container .menu-logo a {
      display: flex;
      align-items: center;
  }
  
  header .container .menu-logo,
  header .container .menu-logo img {
      width: 150px;
  }
  
  
  /* ==========================================================================
     SECTION BANNER
     ========================================================================== */
  
  section .banner-topo {
      background-image: url(../img/banner-topo.png);
      height: 292px;
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  section .banner-topo .container,
  section .container .inf-banner {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  section .banner-topo .container h1 {
  
      font-family: 'AccordAlt-ExtraBold';
      font-size: 50px;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
  }
  
  section .container h1 span {
      color: #F99314;
  }
  
  section .container .inf-banner {
      padding: 64px 24px;
  }
  
  section .container .inf-banner p {
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #393939;
      width: 620px;
      text-align: center;
  }
  
  
  /* ==========================================================================
     SECTION AGENDAMENTO
     ========================================================================== */
  
  section.agendamento-gradient {
      background: linear-gradient(180deg, rgba(247,247,247,1) 55%, rgba(192,224,181,1) 100%);
      height: auto;
  }
  
  section .agendamento {
      padding: 96px 96px 445px 96px;
      gap: 96px;
  }
  
  section .agendamento .img-estudantes {
      bottom: 0;
      left: 0;
  }
  
  section .educacao-agendamento .title-image {
      gap: 32px;
      margin-bottom: 24px;
  }
  
  section .educacao-agendamento h2 {
      font-family: 'AccordAlt-ExtraBold';
      font-size: 36px;
      line-height: 36px;
      color: #50AF31;
  }
  
  section .educacao-agendamento p {
      color: #393939;
  }
  
  section .educacao-agendamento .foto-legenda {
      padding-bottom: 32px;
      border-bottom: 1px solid #58B06B;
  }
  
  section .educacao-agendamento .foto-legenda img {
      border: 12px solid #FFFFFF;
      width: 100%;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }
  
  section .educacao-agendamento .foto-legenda p {
      margin-top: 24px;
  }
  
  
      /*FORMULARIO*/
  
  section .agendamento .formulario {
      height: auto;
      background-color: #FFFFFF;
      padding: 48px 48px;
  }
  
  section .agendamento .formulario h3 {
      font-family: 'AccordAlt-ExtraBold';
      font-size: 24px;
      line-height: 32px;
      color: #1E1E1E;
  }
  
  section .agendamento .formulario p {
      font-size: 15px;
      line-height: 27px;
      color: #50AF31;
      font-style: italic;
  }
  
  section .formulario form {
      gap: 22px;
      margin-top: 36px;
  }
  
  section .formulario .campo {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }
  
  section .formulario .campo label {
      font-size: 16px;
      line-height: 20px;
      color: #1E1E1E;
      font-family: 'AccordAlt-Bold';
  }
  
  section .formulario .campo label.confirmar-email,
  section .formulario .campo label.confirmar-telefone { 
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #E10029;
      font-family: 'AccordAlt-Light';
      position: relative;
      bottom: 4px;
  }
  
  section .formulario .campo input {
      height: 40px;
      border-radius: 5px;
      border: 1px solid #D9D9D9;
      padding: 9px 14px;
      outline: none;
      font-family: 'AccordAlt-Medium';
      font-size: 16px;
      line-height: 22px;
      color: #1E1E1E;
  }
  
  section .formulario .campo input:focus {
      border: 1px solid #50AF31;
  }
  
  section .formulario .campo input::placeholder {
      font-size: 16px;
      color: rgba(30, 30, 30, 0.4);
      font-family: 'AccordAlt-Medium';
  }
  section .formulario .campo-mini {
      gap: 24px;
  }
  section .formulario .campo-mini .campo {
     width: 50%;
  }
  
  
      /*FORMULARIO SELECT*/
  
  section form select {
      width: 100%;
      height: 45px;
      background-color: #F7F7F7;
      border: 1px solid #D9D9D9;
      border-radius: 6px;
      appearance: none;
      padding-left: 14px;
      font-size: 16px;
      color: #282828;
      cursor: pointer;
      background-image: url('../img/icon-dropdown.svg') ;
      background-repeat: no-repeat;
      background-position: right;
  }
  
  
  section form select option {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: rgba(30, 30, 30, 0.5);
  }
  
      /*FIM FORM SELECT*/
  
  
  
      /* FORMULARIO CALENDARIO  */
  
  section .formulario .campo.calendario {
      margin-top: 24px;
      gap: 24px;
  }
  
  section .formulario .campo.calendario #picker{
      min-height: 281px;
      gap: 9px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  
  section .formulario #picker .container-weekday {
      width: 316px;
      overflow: hidden;
  }
  
  section .formulario #picker .weekday {
      display: flex;
      justify-content: center;
      flex-direction: column;
      position: relative;
      height: 42px;
      transition-duration: 0.3s;
  }
  
  section .formulario #picker .weekday .day {
      display: flex;
      flex-shrink: 0;
      gap: 20px;
      position: absolute;
      bottom: 0;
  
  }
  
  section .formulario #picker .weekday .nome-day {
      display: flex;
      gap: 20px;
      position: absolute;
      top: 0;
  
  }
  
  section .formulario #picker .weekday h4 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500;
      font-family: 'AccordAlt-Medium';
      color: #1E1E1E;
      text-align: center;
      width: 64px;
      flex-shrink: 0;
  }
  
  section .formulario #picker .weekday span {
      font-size: 14px;
      font-weight: 400;
      color: #7B7B7B;
      line-height: 20px;
      text-align: center;
      width: 64px;
      flex-shrink: 0;
  }
  
  section .formulario #picker .all-horarios {
      display: flex;
      gap: 20px;
      width: 316px;
  }
  
  section .formulario #picker .horario {
      display: flex;
      flex-direction: column;
      max-width: 64px;
      width: 100%;
      gap: 10px;
  }
  section .formulario #picker .horario .calendar-hour {
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  section .formulario #picker .horario .calendar-hour .disponivel {
      background-color: #50AF311A;
      border-radius: 5px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content: center;
  }
  
  section .formulario #picker .horario .calendar-hour .disponivel button {
      font-family: 'AccordAlt-Medium';
      font-size: 16px;
      line-height: 16px;
      font-weight: 500;
      color: #4E8D3A;
      width: 100%;
      height: 100%;
      background-color: #50AF311A ;
      border-radius: 5px;
      margin-top: 0;
      padding: 0;
  }
  
  section .formulario #picker .horario .calendar-hour .disponivel button:hover {
      border: 1px solid #4E8D3A;
  }
  
  section .formulario #picker .marcado {
      background-color: rgba(245, 130, 30, 0.2) !important;
      color: #F5821E !important;
      border: 1px solid #F5821E !important;
  }
  
  section .formulario #picker .desmarcado {
      color: #4E8D3A !important;
      background-color: #50AF311A !important ;
  }
  
  
  section .formulario #picker .prev-button-agendamento {
      left: 0;
      rotate: 180deg;
      width: 31px ;
      height: 31px;
      background-color: rgba(247, 247, 247, 0.5);
      border-radius: 50%;
  }
  
  section .formulario #picker .next-button-agendamento {
      right: 0;
      width: 31px ;
      height: 31px;
      background-color: rgba(247, 247, 247, 0.5);
      border-radius: 50%;
  }
  
      /* FIM FORMULARIO CALENDARIO  */
  
  
  
  
  section .formulario button {
      width: 186px;
      height: 52px;
      background-color: #F5821E;
      border-radius: 30px;
      outline: none;
      border: none;
      margin-top: 12px;
      font-size: 16px;
      line-height: 20px;
      font-family: 'AccordAlt-Medium';
      color: #FFFFFF;
  }
  
  section .formulario button:hover {
      background-color: #DA6600;
      border: 2px solid #FF8705;
  }
  
  
      /*FIM FORMULARIO*/
  
  
  /* ==========================================================================
     SECTION UNIDADES
     ========================================================================== */
  
  
  section.section-verde {
      background-color: #005546;
  }
  
  section.section-verde .container {
      padding: 96px 32px;
      gap: 64px;
  }
  
  section.section-verde .container .card-unidade {
      gap: 24px;
      justify-content: center;
  }
  
  section.section-verde .container h2 {
      font-family: 'AccordAlt-ExtraBold';
      font-size: 36px;
      line-height: 36px;
      text-align: center;
      color: #FFFFFF;
  }
  
  section.section-verde .cards .conteudo-card {
      background-color: #FFFFFF;
      padding: 32px 24px;
      position: relative;
      bottom: 4px;
      border-radius: 0px 0px 15px 15px;
      width: 312px;
      gap: 12px;
  }
  
  section.section-verde .cards .conteudo-card h3 {
      font-family: 'AccordAlt-ExtraBold';
      font-size: 24px;
      line-height: 32px;
      color: #50AF31;
  }
  
  section.section-verde .cards .conteudo-card p {
      color: #1E1E1E;
      margin-bottom: 20px;
  }
  
  section.section-verde .cards .conteudo-card a {
      font-family: 'AccordAlt-Medium';
      font-size: 16px;
      line-height: 22px;
      color: #1E1E1E;
      text-decoration: none;
      margin-left: 36px;
  }
  
  section.section-verde .cards .conteudo-card .local-card:before {
      background-image: url('../img/map-marker.svg');
      content: '';
      width: 18px;
      height: 22px;
      display: block;
      position: absolute;
      left: 24px;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  section.section-verde .cards .conteudo-card .telefone-card:before {
  
      background-image: url('../img/phone.svg');
      content: '';
      width: 18px;
      height: 22px;
      display: block;
      position: absolute;
      left: 24px;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  
  
  /* ==========================================================================
     SECTION ESCOLA BILINGUE
     ========================================================================== */
  
  section .destaque-modulo {
      padding: 96px 96px;
      gap: 96px;
  }
  
  section .destaque-modulo .destaque-texto {
      gap: 24px;
  }
  
  section .destaque-modulo .destaque-texto h2 {
      color: #50AF31;
      font-family: 'AccordAlt-ExtraBold';
      font-size: 36px;
  }
  section .destaque-modulo .destaque-texto p {
      color: #1E1E1E;
  }
  
  section .destaque-modulo .destaque-texto a {
      margin-top: 36px;
      font-weight: 700;
      color: #50AF31;
      text-decoration: none;
  }
  
  section .destaque-modulo .destaque-imagem .galeria {
      overflow: hidden;
      width: 580px;
  }
  
  section .destaque-modulo .destaque-imagem .galeria img {
      transition: all ease-in-out 0.2s;
  }
  
  section .destaque-modulo .destaque-imagem .prev-button {
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
      left: 16px;
      cursor: pointer;
      background-color: rgba(247, 247, 247, 0.5);
      width: 31px;
      height: 31px;
      border-radius: 50%;
      z-index: 10;
  }
  
  section .destaque-modulo .destaque-imagem .next-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      cursor: pointer;
      width: 31px;
      height: 31px;
      border-radius: 50%;
      background-color: rgba(247, 247, 247, 0.5);
      z-index: 10;
  }
  
  section .destaque-modulo .destaque-imagem .next-button:hover,
  section .destaque-modulo .destaque-imagem .prev-button:hover {
      background-color: rgba(247, 247, 247, 0.8);
  }
  
  section .destaque-modulo .destaque-imagem .prev-button img {
      rotate: 180deg;
  }
  
  
  section .destaque-modulo .grafico-ondas {
      right: 0;
      bottom: -46px;
  }   
  
  /* ==========================================================================
     SECTION COMUNIDADE ESCOLAR
     ========================================================================== */
  
  
  section.comunidade-escolar-gradient {
      background: linear-gradient(180deg, rgba(192,224,181,1) 0%, rgba(217,217,217,1) 100%);
  }
  
  section .comunidade-escolar {
      padding: 96px 32px;
      gap: 64px;
  }
  
  section .comunidade-escolar .texto-comunidade h2 {
      font-family: 'AccordAlt-ExtraBold';
      font-size: 36px;
      line-height: 36px;
      color: #1E1E1E;
      text-align: center;
      width: 700px;
      margin-bottom: 12px;
  }
  
  section .comunidade-escolar .texto-comunidade p {
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      color: #1E1E1E;
      width: 700px;
  }
  
  section .comunidade-escolar .container-card-revista {
      gap: 24px;
  }
  
  section .comunidade-escolar .container-card-revista .cards-revista {
      background-color: #FFFFFF;
      width: 264px;
      border-radius: 15px;
      height: 394px;
      padding: 24px 32px 32px 32px;
  }
  
  section .comunidade-escolar .container-card-revista .cards-revista p {
      font-family: 'AccordAlt-Medium';
      font-size: 16px;
      line-height: 22px;
      color: #000000;
      margin-top: 16px;
  }
  
  section .comunidade-escolar .container-card-revista .cards-revista h3 {
      font-size: 24px;
      line-height: 32px;
      font-family: 'AccordAlt-ExtraBold';
  }
  
  section .comunidade-escolar .container-card-revista .cards-revista a {
      background-color: #50AF31;
      outline: none;
      width: 135px;
      height: 52px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      color: #FFFFFF;
      font-family: 'AccordAlt-Bold';
      font-size: 16px;
      line-height: 20px;
      margin-top: 16px;
      text-decoration: none;
  }
  
  
  /* ==========================================================================
     SECTION DUVIDAS
     ========================================================================== */
  
  
  section.section-duvidas-bg {
      background-color: #D9D9D9;
  }
  
  section.section-duvidas-bg .container {
      padding: 0px 96px 96px 96px;
  }
  
  section .duvidas-container {
      background-color: #005546;
      padding: 96px;
  }
  
  section .duvidas-container h2 {
      font-size: 50px;
      color: #FFFFFF;
      font-family: 'AccordAlt-ExtraBold';   
  }
  
  section .duvidas-container p {
      margin-top: 8px;
      color: #FFFFFF;
      margin-bottom: 32px;
  }
  
  section .duvidas-container a {
      text-decoration: none;
      background-color: #F5821E;
      outline: none;
      width: 166px;
      height: 52px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      color: #FFFFFF;
      font-family: 'AccordAlt-Bold';
      line-height: 20px;
  }
  
  
  /* ==========================================================================
     FOOTER
     ========================================================================== */
  
  
  footer .container {
      padding: 45px 86px;
  }
  
  footer .midia-social {
      justify-content: space-between;
      padding-bottom: 40px;
      border-bottom: 1px solid #d0d0d0;
  }
  footer .midia-social a {
      display: inline-block;
  }
  footer .midia-social img {
      width: 150px;
  }
  
  footer .copyright {
      margin-top: 20px;
      justify-content: space-between;
  }
  
  footer .copyright p,
  footer .copyright a {
    font-size: 14px;
    line-height: 14px;
    color: #686868;
  }
  
  footer .copyright .links-copy {
      gap: 24px;
  }
  
  
  
  /* ==========================================================================
     CSS DE OUTRAS PAGINAS 
     ========================================================================== */
  
  section .erro,
  section .sucesso,
  section .cadastro-encontrado {
      gap: 12px;
      min-height: calc(100vh - 326px);
  }
  section .erro h1,
  section .sucesso h1,
  section .cadastro-encontrado h1 {
      color: #393939;
      font-family: 'AccordAlt-ExtraBold';
      font-size: 50px;
      line-height: 50px;
      text-align: center;
  }
  
  section .erro h3,
  section .sucesso h3,
  section .cadastro-encontrado h3 {
      font-family: 'AccordAlt-ExtraBold';
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      color: #393939;
  }
  
  section .erro p,
  section .sucesso p,
  section .cadastro-encontrado p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #393939;
      text-align: center;
      margin-bottom: 36px;
  }
  
  section .erro p {
      width: 540px;
  }
  
  section .cadastro-encontrado p {
      width: 575px;
  }
  
  section .erro .button-retornar,
  section .sucesso .button-retornar,
  section .cadastro-encontrado .button-retornar  {
      text-decoration: none;
      background-color: #F5821E;
      outline: none;
      width: 224px;
      height: 52px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      color: #FFFFFF;
      font-family: 'AccordAlt-Bold';
      line-height: 20px;
      flex-shrink: 0;
  } 
  
  section .erro .link-contato,
  section .sucesso .link-contato,
  section .cadastro-encontrado .link-contato {
      font-family: 'Inter';
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #393939;
      margin-top: 12px;
  }
  
  section .erro .link-contato a,
  section .cadastro-encontrado .link-contato a {
      color: #393939;
  }
  
  section .sucesso .link-contato {
      color: #F5821E;
      text-decoration: none;
  }
  
  /* ==========================================================================
     SECTION BANNER
     ========================================================================== */
  
  
  @media screen and (max-width: 1280px) {
     section .banner-topo {
        background-position: center;
     }
  }
  
  
  /* ==========================================================================
     SECTION AGENDAMENTO
     ========================================================================== */
  
  @media screen and (max-width: 1440px) {
  
     section .agendamento .formulario {
        width: 46%;
     }
        section .formulario .campo-mini .campo {
        width: calc(50% - 12px);
     }
  
  }
  
  @media screen and (max-width: 1300px) {
  
   section .formulario #picker .prev-button-agendamento {
     left: -20px;
   }
  
   section .formulario #picker .next-button-agendamento {
     right: -20px;
   }
  
  }
  
  @media screen and (max-width: 1160px) {
  
     section .agendamento {
        padding: 64px 64px 445px 64px;
        gap: 64px;
     }
  
     section .formulario #picker .prev-button-agendamento {
     left: -30px;
   }
  
   section .formulario #picker .next-button-agendamento {
     right: -30px;
   }
  
  }
  
  
  /* ==========================================================================
     SECTION UNIDADES
     ========================================================================== */
  
  
  
  
  /* ==========================================================================
     SECTION ESCOLA BILINGUE
     ========================================================================== */
  
  
  @media screen and (max-width: 1330px) {
  
     section .destaque-modulo .destaque-imagem {
        width: 48%;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
     }
  
     section .destaque-modulo .destaque-imagem .galeria {
        width: 1100%;
        position: absolute;
        overflow: visible;
     }
  
     section .destaque-modulo {
        width: 100%;
        align-items: center;
        padding: 64px 64px 96px 64px;
     }
  
     section .destaque-modulo .destaque-imagem .galeria img {
  
        width: 10%;
        height: auto;
     }
  
  }
  
  
  /* ==========================================================================
     SECTION COMUNIDADE ESCOLAR
     ========================================================================== */
  
  
  
  @media screen and (max-width: 1200px) {
  
     section .comunidade-escolar .container-card-revista {
        flex-wrap: wrap;
        justify-content: center;
        width: 70%;
     }
  
  }
  
  
  /* ==========================================================================
     SECTION DUVIDAS
     ========================================================================== */
  
  
  /* ==========================================================================
     HEADER
     ========================================================================== */
  
     @media screen and (max-width: 1000px) {
        header .container {
           padding: 0 28px;
        }
        header .container .menu-logo,
         header .container .menu-logo img {
           min-width: 128px;
           width: 40%;
         }
     }  
  
  
  
  /* ==========================================================================
     SECTION BANNER
     ========================================================================== */
  
  
  @media screen and (max-width: 1000px) {
     section .banner-topo {
        background-position: right;
     }
  
     section .banner-topo .container {
        justify-content: start;
        align-items: start;
     }
     section .banner-topo .container h1 {
        padding: 48px 24px;
        margin: 0 auto;
        font-family: 'AccordAlt-ExtraBold';
        font-size: 42px;
        line-height: 42px;
     }
     section .container .inf-banner p {
        font-size: 20px;
        line-height: 30px;
     }
  
  }
  
  @media screen and (max-width: 670px) {
  
     section .container .inf-banner p {
        font-size: 20px;
        line-height: 30px;
        width: 100%;
     }
  }
  
  @media screen and (max-width: 480px) {
  
     section .banner-topo {
        background-image: url(../img/banner-topo-mobile.png);
        height: 460px;
     }
  }
  
  
  /* ==========================================================================
     SECTION AGENDAMENTO
     ========================================================================== */
  
  @media screen and (max-width: 1000px) {
  
     section .agendamento {
        flex-direction: column-reverse;
        align-items: center;
        padding: 64px 24px 445px 24px;
     }
  
     section .agendamento .formulario {
        width: 100%;
     }
  
     section .agendamento .formulario {
        padding: 48px 20px;
     }
  
     section .formulario .campo-mini {
        flex-direction: column;
     }
  
     section .formulario .campo-mini .campo {
        width: 100%;
     }
  
     section .educacao-agendamento {
        padding-bottom: 64px;
     }
  
     section .img-estudantes {
        width: 390px;
     }
  
     section .educacao-agendamento .foto-legenda {
        align-items: center;
        display: flex;
        flex-direction: column;
     }
  
     section .educacao-agendamento .foto-legenda img {
        width: 60%;
     }
  
     section .formulario #picker .prev-button-agendamento {
        left: 0;
     }
  
     section .formulario #picker .next-button-agendamento {
        right: 0;
     }
  
     section .formulario #picker .container-weekday,
     section .formulario #picker .all-horarios {
        width: 232px;
        overflow: hidden;
     }
  
     section .formulario #picker .horario {
        flex-shrink: 0;
     }
  
  
  }
  
  @media screen and (max-width: 700px) {
  
     section .educacao-agendamento .foto-legenda img {
        width: 100%;
     }
  
  }
  
  
  /* ==========================================================================
     SECTION UNIDADES
     ========================================================================== */
  
  @media screen and (max-width: 1020px) {
  
     section.section-verde .container .card-unidade {
        flex-direction: column;
        align-items: center;
     }
  
     section.section-verde .container {
           padding: 64px 24px;
     }
  }
  
  
  
  /* ==========================================================================
     SECTION ESCOLA BILINGUE
     ========================================================================== */
  
  
  @media screen and (max-width: 1000px) {
  
     section .destaque-modulo {
        gap: 48px;
     }
     section .destaque-modulo .destaque-texto a {
        margin-top: 24px;
     }
     section .destaque-modulo {
        flex-direction: column;
        padding: 64px 24px 66px 24px;
     }
  
     section .destaque-modulo .destaque-imagem {
        width: 100%;
     }
  
     section .destaque-modulo .grafico-ondas {
        display: none;
     }
     section .destaque-modulo .grafico-ondas-mobile {
        display: flex;
        position: absolute;
        bottom: 49px;
        right: 0;
     }
  }
  
  
  /* ==========================================================================
     SECTION COMUNIDADE ESCOLAR
     ========================================================================== */
  
  @media screen and (max-width: 1000px) {
  
     section .comunidade-escolar {
  
        padding: 64px 32px;
     }
  
     section .comunidade-escolar .container-card-revista {
        width: 264px;
  
     }
  
  }
  
  @media screen and (max-width: 768px) {
  
     section .comunidade-escolar .texto-comunidade h2,
     section .comunidade-escolar .texto-comunidade p {
        width: 100%;
        text-align: left;
     }
  
  }
  
  
  /* ==========================================================================
     SECTION DUVIDAS
     ========================================================================== */
  
  
  @media screen and (max-width: 1000px) {
  
     section.section-duvidas-bg .container {
        padding: 0px 12px 96px 12px;
     }
  
     section .duvidas-container {
        padding: 64px 24px;
     }
  
     section .duvidas-container h2 {
        text-align: center;
        font-size: 42px;
     }
  
     section .duvidas-container p {
        margin-bottom: 48px;
     }
  
  }
  
  /* ==========================================================================
     FOOTER
     ========================================================================== */
  

     .lb-loader{
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 100000;
        background-color: rgba(255,255,255, 0.8);
    }
    
    .ct-lb-loader{
        position: absolute;
        width: 90%;
        max-width: 347px;
        height: 353px;
        border-radius: 8px;
        background: rgb(22,74,112);
        background: linear-gradient(180deg, rgba(22,74,112,1) 0%, rgba(18,63,98,1) 30%, rgba(6,28,53,1) 100%);
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.24);
    
    }
    
    .ct-load{
        position: absolute;
        width: 265px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
    }
    
    
    
    .ct-load h2{
        font-size: 30px;
        line-height:36px;
        color: #44CCE9;
        text-align: center;
        padding-top: 35px;
    }
    
    .ct-load h3{
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        text-align: center; 
        padding-top: 10px;
    }
    
    .ct-load .wrapp-load{
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
        margin: 0 auto;
    }
    
    
    .ball-clip-rotate-multiple {
      position: relative; }
      .ball-clip-rotate-multiple > div {
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        position: absolute;
        left: 0;
        top: 0;
        border: 2px solid #44CCE9;
        border-bottom-color: transparent;
        border-top-color: transparent;
        border-radius: 100%;
        height: calc(35px * 1.6);
        width: calc(35px * 1.6);
        -webkit-animation: rotate 1s 0s ease-in-out infinite;
                animation: rotate 1s 0s ease-in-out infinite; }
        .ball-clip-rotate-multiple > div:last-child {
          display: inline-block;
          top: 16px;
          left: 16px;
          width: calc(15px * 1.6);
          height: calc(15px * 1.6);
          -webkit-animation-duration: 0.5s;
                  animation-duration: 0.5s;
          border-color: #44CCE9 transparent #44CCE9 transparent;
          -webkit-animation-direction: reverse;
                  animation-direction: reverse; }
    
    @-webkit-keyframes rotate {
      0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); } }
    
    @keyframes rotate {
      0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); } }
  
  
  
  
  /* ==========================================================================
     RESPONSIVIDADE DE OUTRAS PAGINAS 
     ========================================================================== */
  
  
  @media screen and (max-width: 600px) {
     section .erro,
     section .sucesso,
     section .cadastro-encontrado {
        padding: 96px 48px;
     }
  
     section .erro p,
     section .cadastro-encontrado p {
        width: 100%;
     }
  }
  
  
  /* ==========================================================================
     RESPONSIVIDADE DE OUTRAS PAGINAS 
     ========================================================================== */
  
  
  @media screen and (max-width: 600px) {
     section .erro,
     section .sucesso,
     section .cadastro-encontrado {
        padding: 96px 48px;
     }
  
     section .erro p,
     section .cadastro-encontrado p {
        width: 100%;
     }
  }
  
  
  .popup-error, 
  .popup-success, 
  .popup-error-cpf {
      background-color: #53565A;
      color: white;
      width: 85%;
      margin: 0 auto;
      border-radius: 4px;
      padding: 5vw 8vw;
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 999;
      transform: translate(-50%, -50%);
      transition: 0.5s;
  }
  
  .popup-error h2, 
  .popup-success h2, 
  .popup-error-cpf h2 {
      font-size: 80px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 90px;
      margin-bottom: 43px;
  }
  
  .popup-error p, 
  .popup-success p, 
  .popup-error-cpf p {
      font-size: 22px;
      margin-bottom: 35px;
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px;
  }
  
  .popup-error .blue-text, 
  .popup-success .blue-text, 
  .popup-error-cpf .blue-text {
      color: #A1DBE8;
  }
  
  .popup-error button, 
  .popup-success button,
  .popup-error-cpf button {
      color: #53565A;
      background-color: white;
      border-radius: 25px;
      border: 0;
      padding: 15px 60px;
      font-size: 20px;
      font-weight: 600;
  }
  
  @media(max-width: 760px) {
  
      .custom-lp header .container h1 {
          margin-bottom: 55px;
      }
  
      .popup-error, 
      .popup-success, 
      .popup-error-cpf {
          padding: 10vw 8vw;
          width: 90%;
      }
  
      .popup-error h2, 
      .popup-success h2, 
      .popup-error-cpf h2 {
          font-size: 50px;
      }
  
      .popup-error p, 
      .popup-success p, 
      .popup-error-cpf p {
          font-size: 18px;
      }
  }