@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

  /*GENERAL*/
  body {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
  }

  .container {
    max-width: 1118px !important;
  }

  /*MENU*/
  .container.menu {
    width: 100%;
    float: left;
  }

  .navbar {
    z-index: 99;
    margin: 0 12px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }

  .navbar-brand {
    padding: 0 !important;
  }

  .navbar-brand img {
    width: 54px !important;
    height: 54px !important;
  }

  .menu .navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #3b3c3b !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-rendering: geometricPrecision !important;
    padding: 16px 16px !important;
    margin: 0 10px !important;
  }

  .menu .navbar-expand-lg .navbar-nav li a.nav-link:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #8d6cbb!important;
    text-rendering: geometricPrecision;
}

  .menu .navbar-expand-lg .navbar-nav li.whatsapp a.nav-link {
    font-family: sans-serif !important;
    /* WhatsApp uses system default sans-serif fonts */
    font-weight: 600 !important;
    /* WhatsApp buttons are semibold */
    font-style: normal !important;
    color: #ffffff !important;
    /* White text */
    background-color: #25D366;
    /* WhatsApp green */
    font-size: 16px !important;
    /* Adjust to match WhatsApp button size, typically smaller than 20px */
    line-height: 1.5 !important;
    /* Adjust line-height to match WhatsApp button, 1.5 is common */
    text-rendering: optimizeLegibility !important;
    /* Improve text rendering */
    padding: 10px 16px !important;
    /* Adjust padding to match WhatsApp button, smaller values */
    margin: 0 !important;
    /* Adjust margin for spacing */
    border-radius: 20px;
    /* Rounded corners, adjust as needed */
    border: none;
    /* No border */
    display: inline-flex;
    /* Use flexbox for icon and text alignment */
    align-items: center;
    /* Center items vertically */
  }

  .menu .navbar-expand-lg .navbar-nav li.whatsapp a.nav-link i.fab.fa-whatsapp {
    margin-right: 8px;
    /* Space between icon and text */
    font-size: 18px;
    /* Adjust icon size */
  }

  .menu .navbar-expand-lg .navbar-nav li.whatsapp a.nav-link:hover {
    background-color: #128C7E;
    /* Darker green on hover */
    transition: background-color 0.3s ease;
    /* Smooth hover transition */
  }

  .menu .navbar-expand-lg .navbar-nav .nav-link.atendimento {
    padding: 12px 32px !important;
    border: 1px solid #0457ad;
    border-radius: 100px !important;
    color: #0457ad !important;
    margin: 5px 10px 0 20px !important;
  }


  .menu .navbar-expand-lg .navbar-nav li.nav-item a.nav-link.whatsapp {
    font-family: sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #ffffff !important;
    background-color: #25D366;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-rendering: optimizeLegibility !important;
    padding: 10px 16px !important;
    margin: 0 5px !important;
    border-radius: 20px;
    border: none;
    display: inline-flex;
    align-items: center;
  }

  .menu .navbar-expand-lg .navbar-nav li.nav-item a.nav-link.whatsapp i.fab.fa-whatsapp {
    margin-right: 8px;
    font-size: 18px;
  }

  .menu .navbar-expand-lg .navbar-nav li.nav-item a.nav-link.whatsapp:hover {
    background-color: #128C7E;
    transition: background-color 0.3s ease;
  }

  .menu .navbar-expand-lg .navbar-nav .nav-link.atendimento::before {
    font-family: FontAwesome;
    content: "\f232";
    color: #0457ad;
    vertical-align: bottom;
    font-size: 24px;
    font-weight: 500;
    padding: 0 8px 0 0;
  }



  @keyframes pulse {
    from {
      box-shadow: 0 0 0 10px rgba(15, 113, 211, 0.2);
    }

    /* Start with full opacity */
    to {
      box-shadow: 0 0 0 0 rgba(15, 113, 211, 0);
    }

    /* End with no shadow (invisible) */
  }

  /*BANNER*/
  .banner {
    max-height: 620px;
    min-height: 520px;
    width: 100%;
    background-color: #eef8fc;
    background-size: cover;
    background-position-x: center;
    background-position-y: 70%;
  }

  .banner .carousel-inner .conteudo {
    width: 100%;
    display: flex;
  }

  .banner .carousel-inner .conteudo .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left;
    width: 50%;
    float: left;
    display: block;
    min-height: 520px;
    max-height: 620px;
  }

  .banner .carousel-inner .conteudo .carousel-caption span {
    position: absolute;
    bottom: 20%;
    left: 0;
  }

  .banner .carousel-inner .conteudo .carousel-caption span.imagem {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .banner span h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #0457ad;
    font-size: 52px;
    line-height: 52px;
    text-rendering: geometricPrecision;
    padding: 0 16px 0 0;
    margin: 0;
    width: 100%;
  }

  .banner span h3 {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 32px;
    line-height: 32px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 16px 0 0 0;
  }

  .banner span p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 16px 0 30px 0;
    width: 420px;
  }

  .banner span a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 12px 24px;
    margin: 0;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  }

  .banner span a:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
  }

  .banner span a::after {
    font-family: FontAwesome;
    content: "\f061";
    color: #ffffff;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 8px;
  }

  .banner .imagem-bg {
    max-height: 480px;
    min-height: 480px;
    width: 100%;
    background: url(https://englishclubinbrazil.com.br/wp-content/uploads/2024/05/freepik-export-20240501181303Ur8j.png) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: bottom;
    position: absolute;
    bottom: 0;
  }

  .carousel-indicators .active {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    background-color: #0457ad !important;
  }

  .carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-radius: 100px !important;
  }

  .carousel-indicators {
    margin-bottom: 40px !important;
  }



  /*AULAS*/
  .classes {
    margin-top: 60px;
  }

  .classes .content {
    min-width: 300px;
    max-width: 300px;
    display: inline-block;
    background-color: #eef8fc;
    border-radius: 16px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  }

  .classes .content span {
    padding: 30px;
    display: block;
  }

  .classes .content.empty {
    min-width: 300px;
    max-width: 301px;
    display: inline-block;
    background-color: #ffffff;
    height: 580px;
    box-shadow: none;
  }

  .classes h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 36px;
    line-height: 36px;
    text-rendering: geometricPrecision;
    padding: 60px 0;
    margin: 0;
  }

  .classes h2 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #3b3c3b;
    font-size: 24px;
    line-height: 32px;
    text-rendering: geometricPrecision;
    padding: 16px 0;
    margin: 0 0 30px 0;
    max-height: 48px;
    min-height: auto;
  }

  .classes h3 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 24px;
    line-height: 30px;
    text-rendering: geometricPrecision;
    padding: 16px 0;
    margin: 160px 0 0 0;
  }

  .classes p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 0;
  }

  .classes a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 12px 24px;
    margin: 16px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  }

  .classes a:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
  }


  .classes .empty a.ajuda {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 20px 24px;
    margin: 16px 0 0 0;
    border-radius: 100px;
    display: inline-block;
  }

  .classes .empty a.ajuda:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
  }

  .classes .empty a.ajuda::before {
    display: none;
  }

  .classes .space {
    margin-top: 60px;
  }

  .classes img {
    border-radius: 16px 16px 0 0;
    image-rendering: auto;
  }

  /*O CURSO*/
  .o-curso {
    margin-top: 100px;
    background: url(https://englishclubinbrazil.com.br/wp-content/uploads/2024/04/word-bg-5.png) repeat-x 0px 80px, linear-gradient(-1deg, #0b5099 85.6%, #FFF 85.9%, #FFF 100%);
    height: 65vh;
    max-height: 480px;
    min-height: 480px;
    background-size: contain;
  }

  .o-curso h1 {
    margin-top: 100px;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
    text-rendering: geometricPrecision;
    padding: 8px 0;
    margin-bottom: 20px;
  }

  .o-curso p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-rendering: geometricPrecision;
    padding: 0 48px 8px 0;
    margin: 0px 0px 16px 0;
    width: 100%;
  }

  .o-curso a.question {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-rendering: geometricPrecision;
  }

  .o-curso a.question:hover {
    transition: color 0.3s ease;
    color: #ffffff;
  }

  .o-curso a.question::before {
    font-family: FontAwesome;
    content: "\f067";
    color: #ffffff;
    vertical-align: baseline;
    font-size: 24px;
    font-weight: 400;
    padding: 0 8px 0 0;
  }

  .o-curso span.modelo-curso {
    width: 480px;
    height: 480px;
    display: inline-block;
    background-image: url(https://englishclubinbrazil.com.br/wp-content/uploads/2025/03/portrait-young-person-with-thought-bubble-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .o-curso span.modelo-curso .google-verified {
    width: 120px;
    height: 70px;
    display: inline-block;
    position: relative;
    float: right;
    right: 258px;
    top: 28px;
    text-align: left;
    transform: rotate(0deg);
  }

  .o-curso span.modelo-curso .google-verified img {
    width: 50px;
    height: auto;
    position: relative;
  }

  .o-curso span.modelo-curso .google-verified h3 {
    width: auto;
    height: auto;
    display: block;
    float: right;
    position: relative;
    margin: 0;
    padding: 8px 0 0 0;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #909b97;
    font-size: 42px;
    line-height: 42px;
    text-rendering: geometricPrecision;
  }

  .o-curso span.modelo-curso .google-verified p {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 4px 0 0 0;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #909b97;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
    text-align: center;
  }

  /*BENEFICIO*/
  .beneficios {
    margin-top: 80px;
  }

  .beneficios .content {
    min-width: 300px;
    max-width: 300px;
    display: inline-block;
    background-color: #eef8fc;
    border-radius: 16px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    min-height: 260px;
    max-height: 260px;
  }

  .beneficios .space {
    margin-top: 60px;
  }

  .beneficios h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 36px;
    line-height: 36px;
    text-rendering: geometricPrecision;
    padding: 60px 0;
    margin: 0;
  }

  .beneficios p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 18px;
    line-height: 24px;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 0;
  }

  .beneficios img {
    width: 80px;
    height: 80px;
    margin: 0 0 16px 0;
  }

  /*DEPOIMENTOS*/
  .depoimentos {
    margin-top: 80px;
  }

  .depoimentos h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 36px;
    line-height: 36px;
    text-rendering: geometricPrecision;
    padding: 60px 0;
    margin: 0;
  }

  .wpsm_testi_pic>img {
    width: 120px !important;
    height: 120px !important;
  }

  #wpsm_testi_b_row_28 .wpsm_testi_title {
    font-size: 20px !important;
    color: #3b3c3b !important;
    font-family: 'Barlow' !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    padding: 0px !important;
    font-weight: 500 !important;
  }

  #wpsm_testi_b_row_28 .wpsm_testi_title>small {
    font-size: 16px !important;
    color: #3b3c3b !important;
    font-family: 'Barlow' !important;
    margin-top: 8px !important;
    margin-bottom: 24px;
  }

  #wpsm_testi_b_row_28 .wpsm_testi_description {
    color: #3b3c3b !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
    line-height: 24px !important;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 0px !important;
  }


  #wpsm_testi_b_row_28 .wpsm_testi_description::after{
    margin-right: 8px;
    font-family: FontAwesome;
    content: "\f10e";
    color: #8ba3ac;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 0 16px;
  }
  #wpsm_testi_b_row_28 .wpsm_testi_description::before{
    margin-right: 8px;
    font-family: FontAwesome;
    content: "\f10d";
    color: #8ba3ac;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 300;
    padding: 0 8px 0 0;
  }

  .wpsm_testi_b_row {
    margin-bottom: 0 !important;
  }


  /*BLOG*/
  .blogi {
    margin-top: 0px;
    background: url(https://englishclubinbrazil.com.br/wp-content/uploads/2024/04/word-bg-5.png) repeat-x 0px 100px, linear-gradient(2deg, #0b5099 85.6%, #FFF 85.9%, #FFF 100%);
    height: 83vh;
    min-height: 640px;
    max-height: 640px;
    background-size: contain;
  }

  .blogi h2 {
    margin-top: 220px;
    font-family: "Inter", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 42px;
    text-rendering: geometricPrecision;
    padding: 16px 0;
    margin-bottom: 0px;
  }

  .blogi .float {
    float: left;
    margin-top: 70px;
  }

  .blog-all .float {
    float: left;
  }

  .posts .float {
    float: left;
  }

  .blogi h1 {
    margin-top: 0px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 42px;
    text-rendering: geometricPrecision;
    padding: 16px 0;
    margin-bottom: 20px;
  }

  .blogi .content {
    min-width: 290px;
    max-width: 290px;
    display: inline-block;
    background-color: #eef8fc;
    border-radius: 16px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    min-height: 450px;
    max-height: 450px;
  }

  .blogi .content span {
    padding: 20px;
    display: block;
  }

  .blogi .content span h4 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #3b3c3b;
    font-size: 20px;
    line-height: 28px;
    text-rendering: geometricPrecision;
    padding: 0 0 8px 0;
    margin: 0;
  }

  .blogi .content span h5 {
    margin: 0;
    padding: 0;
  }

  .blogi .content span p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 0;
  }

  .blogi .content span h5 a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    display: inline-block;
    text-transform: initial;
    letter-spacing: 0;
  }

  .blogi .content span h5 a:hover{
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #8d6cbb;
    text-rendering: geometricPrecision;
  }

  .blogi .content h5 span a:hover {
    transition: color 0.3s ease;
    color: #8d6cbb;
    text-rendering: geometricPrecision;
  }

  .blogi h6 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 220px 0 0 0;
  }

  .blogi .empty a.ajuda {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 20px 24px;
    margin: 0;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  }

  .blogi .empty a.ajuda:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
  }


  /*CONTATO*/
  .contato {
    margin-top: 130px;
  }

  .contato span {
    width: 100%;
    display: flex;
    position: relative;
  }

  .contato span img {
    float: left;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 80px;
  }

  #wpsm_testi_b_row_28 .owl-dot.active span {
    background: #2152a8!important;
}

  .contato span h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #3b3c3b;
    font-size: 42px;
    line-height: 42px;
    text-rendering: geometricPrecision;
    padding: 5px 0 0 30px;
    width: 400px;
    float: left;
    position: relative;
    display: inline-block;
  }

  .contato form label {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    color: #3b3c3b;
    font-size: 20px;
    line-height: 24px;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 0;
  }

  .contato form select {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 15px 30px;
    margin: 0 0 20px 0;
    width: 400px;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 30px) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 30px !important;
  }

  .contato form input[type=text] {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
    padding: 15px 30px;
    margin: 0 0 20px 0;
    width: 400px;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 100px;

  }

  .contato form input[type=text]::placeholder {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
  }


  .contato button#myButton {
    font-family: sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    color: #ffffff !important;
    background-color: #25D366 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-rendering: optimizeLegibility !important;
    padding: 5px 16px !important;
    margin: 0 5px !important;
    border-radius: 20px;
    border: none;
    display: inline-flex;
    align-items: center;
  }

  .contato button::before {
    margin-right: 8px;
    font-family: FontAwesome;
    content: "\f232";
    color: #ffffff;
    vertical-align: bottom;
    font-size: 24px;
    font-weight: 400;
    padding: 0 8px 0 0;
  }

  .contato button#myButton:hover {
    background-color: #128C7E !important;
    transition: background-color 0.3s ease !important;
  }


  /*SOCIAL*/
  .social {
    margin-top: 50px;
    background: linear-gradient(-2deg, #eef8fc 70%, #FFFFFF 30%, #FFFFFF 100%);
    height: 30vh;
    min-height: 220px;
    max-height: 220px;
  }

  .social h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 300;
    font-style: normal;
    color: #3b3c3b;
    font-size: 28px;
    line-height: 28px;
    text-rendering: geometricPrecision;
    padding: 0 20px 0 0;
    margin-top: 120px;
  }

  .social h1 .stronger {
    font-weight: 600;
    font-style: normal;
  }

  .social a.instagram {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    color: #3b3c3b;
    font-size: 20px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 16px 24px 0 0;
    margin: 110px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Adicionada transição para o link */
    background-color: transparent; /* Adicione uma cor de fundo inicial se desejar transição */
  }
  
  .social a.instagram::before {
    font-family: FontAwesome;
    content: "\f16d";
    color: #3b3c3b;
    vertical-align: bottom;
    font-size: 54px;
    font-weight: 400;
    padding: 0 24px 0 0;
    transition: color 0.3s ease-in-out; /* Adicionada transição para a cor do ícone */
  }
  
  .social a.instagram:hover::before {
    color: #8d6cbb; /* Nova cor do ícone no hover */
  }

  .social a.facebook {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 16px 24px 0 0;
    margin: 105px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Adicionada transição para o link */
    background-color: transparent; /* Adicione uma cor de fundo inicial se desejar transição */
  }
  
  .social a.facebook::before {
    font-family: FontAwesome;
    content: "\f39e";
    color: #3b3c3b;
    vertical-align: bottom;
    font-size: 45px;
    font-weight: 400;
    padding: 0 8px 0 0;
    transition: color 0.3s ease-in-out; /* Adicionada transição para a cor do ícone */
  }
  
  .social a.facebook:hover::before {
    color: #8d6cbb; /* Nova cor do ícone no hover */
  }

  .social a.linkedin {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 16px 24px 0 0;
    margin: 105px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Adicionada transição para o link */
    background-color: transparent; /* Adicione uma cor de fundo inicial se desejar transição */
  }
  
  .social a.linkedin::before {
    font-family: FontAwesome;
    content: "\f0e1";
    color: #3b3c3b;
    vertical-align: bottom;
    font-size: 54px;
    font-weight: 400;
    padding: 0 8px 0 0;
    transition: color 0.3s ease-in-out; /* Adicionada transição para a cor do ícone */
  }
  
  .social a.linkedin:hover::before {
    color: #8d6cbb; /* Nova cor do ícone no hover */
  }

  footer {
    border-top: 2px solid #eef8fc;
  }

  footer h4 {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
    padding: 0 70px 0 0;
    margin: 20px 0;
    text-align: center;
  }

  #backToTopBtn {
    position: fixed;
    bottom: 50%;
    right: 30px;
    z-index: 100;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #eef8fc !important;
    border: 1px solid #eef8fc !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #0457ad;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  #backToTopBtn:hover {
    background-color: #f7f8fd;
    border: 1px solid #eef8fc;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #0457ad;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
    cursor: pointer;
    transition: opacity 0.2s;
  }

  #backToTopBtn::after {
    font-family: FontAwesome;
    content: "\f062";
    color: #0457ad;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 8px;
  }

  .g-review {
    width: 200px !important;
    margin-left: 148px !important;
    margin-top: 52px !important;
  }

  .blogs a {
    display: block !important;
    width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
  }

  .blogs a img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px 8px 0 0 !important;
    object-position: top center !important;
  }

  .courses {
    display: block !important;
    width: 100% !important;
    max-height: 280px !important;
    overflow: hidden !important;
  }

  .courses img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px 8px 0 0 !important;
    object-position: top center !important;
  }

  .banner-text-size {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 16px 0 30px 0;
    width: 420px;
  }

  #menu-blog {
    background-color: #eef8fc;
    padding: 30px 0;
  }

  #menu-blog .navbar {
    position: relative;
    top: 0 !important;
    margin: 0;
  }

  #menu-blog .container.menu {
    float: initial !important;
    padding: 0;
  }


  .edited-blog {
    border-top: 1px solid #f00;
  }

  .lista-blog {
    padding: 0;
    margin-bottom: 60px;
  }


  #menu-blog-single {
    background-color: #eef8fc;
    padding: 30px 0;
  }

  #menu-blog-single .navbar {
    position: relative;
    top: 0 !important;
    margin: 0;
  }

  #menu-blog-single .container.menu {
    float: initial !important;
    padding: 0;
  }


  .lista-blog article {
    display: inline-block !important;
    background-color: #eef8fc !important;
    border-radius: 16px !important;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1) !important;
    display: inline-block !important;
    background-color: #eef8fc !important;
    border-radius: 16px !important;
  }

  .lista-blog article .post-thumbnail {
    display: block !important;
    width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
    margin: 0 !important;
  }

  .lista-blog article .post-thumbnail img {
    border-radius: 8px 8px 0 0;
  }

  .lista-blog article span {
    padding: 20px;
    display: block;
  }

  .lista-blog article span .entry-title a {
    display: block !important;
    width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  .lista-blog article span h2 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #3b3c3b;
    font-size: 20px;
    line-height: 28px;
    text-rendering: geometricPrecision;
    padding: 0 0 8px 0;
    margin: 0;
  }

  .lista-blog article span p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 0;
  }

  .lista-blog article span h5 a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    display: inline-block;
    text-transform: initial;
    letter-spacing: 0;
  }

  .lista-blog article span h5 a:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #8d6cbb;
    text-rendering: geometricPrecision;
}

  .title-lista-blog h1 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 36px;
    line-height: 36px;
    text-rendering: geometricPrecision;
    padding: 40px 0;
    margin: 40px 0 0;
  }

  .lista-blog .navigation.pagination {
    clear: none;
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
    border: none;
    margin: 30px 0 30px 0;
  }

  .lista-blog .navigation.pagination .next.page-numbers {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad;
    font-size: 12px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 8px 13px;
    margin: 0 8px;
    border-radius: 100px;
    display: inline-block;
  }

  .lista-blog .navigation.pagination a.next.page-numbers:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
}


  .lista-blog .navigation.pagination .prev.page-numbers {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad;
    font-size: 12px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 8px 13px;
    margin: 0 8px;
    border-radius: 100px;
    display: inline-block;
  }

  .lista-blog .navigation.pagination .nav-links {
    width: auto;
    display: inline-block;
  }

  a.page-numbers {
    color: #174084;
    border-radius: 100px;
    padding: 4px 12px;
    box-shadow: none !important;
    margin: 0 8px;
  }

  a.page-numbers:hover {
    box-shadow: none !important;
  }

  span.page-numbers.current {
    color: #bfc1c0 !important;
    margin: 0 8px;
  }

  article.category-blog h1 {
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 36px;
    line-height: 36px;
    text-rendering: geometricPrecision;
    padding: 20px 0;
    margin: 40PX 0 0 0;
  }

  article.category-blog p {
    font-size: 18px;
    line-height: 32px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-rendering: geometricPrecision;
  }

  a.retorn {
    color: #003e87;
    font-weight: 500;
    margin: 40px 0 0 0;
    display: inline-block;
  }

  a.retorn:hover {
    font-weight: 500;
    margin: 40px 0 0 0;
    display: inline-block;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #8d6cbb;
    text-rendering: geometricPrecision;
  }

  .comment-respond h3 {
    font-weight: 500;
  }

  .comment-respond p.comment-form-comment textarea {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 16px;
    text-rendering: geometricPrecision;
    padding: 15px 30px;
    margin: 0 0 20px 0;
    /* width: 400px; */
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
  }

  .comment-respond p.form-submit input[type="submit"] {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad !important;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 12px 24px;
    margin: 10px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  }

  span.publicado {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 40px auto;
  }

  .compartilhar-post {
    margin: 40px 0 0 0;
    padding: 30px 0 0;
    border-top: 2px solid #eef8fc;
  }

  .compartilhar-post p {
    margin-bottom: 10px;
  }

  .compartilhar-post a {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 5px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
  }

  .compartilhar-post a:hover {
    background-color: #e0e0e0;
  }

  .compartilhar-instagram {
    background-color: #c13584;
    color: white;
  }

  .compartilhar-linkedin {
    background-color: #0077b5;
    color: white;
  }

  .compartilhar-facebook {
    background-color: #1877f2;
    color: white;
  }

  .compartilhar-whatsapp {
    background-color: #25d366;
    color: white;
  }

  .compartilhar-email {
    background-color: #aaa;
    color: white;
  }

  .compartilhar-icone {
    margin-right: 10px;
  }

  .icone-seta {
    margin-right: 10px;
  }

  .posts-relacionados {
    border-top: 2px solid #eef8fc;
    padding: 30px 0 0;
    margin: 30px 0 60px;
  }

  .posts-relacionados-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }

  .posts-relacionados-item {
    width: 100%;
    display: inline-block;
    background-color: #eef8fc;
    border-radius: 16px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    min-height: 450px;
    max-height: 450px;
  }

  .posts-relacionados-item a {
    display: block !important;
    width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
  }

  .posts-relacionados-item a img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px 8px 0 0 !important;
    object-position: top center !important;
  }

  .posts-relacionados-title {
    display: block;
    margin-top: 10px;
  }


  article.category-blog .compartilhar-post p {
    font-size: 16px;
    line-height: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-rendering: geometricPrecision;
    padding: 0 0 10px 0;
  }

  .posts-relacionados h3 {
    font-size: 16px;
    line-height: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-rendering: geometricPrecision;
    padding: 0 0 10px 0;
  }

  .posts-relacionados-item img {
    border-radius: 8px;
  }

  .posts-relacionados-item span {
    padding: 20px;
    display: block;
  }

  .posts-relacionados-item span h4 {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #3b3c3b;
    font-size: 20px;
    line-height: 28px;
    text-rendering: geometricPrecision;
    padding: 0 0 8px 0;
    margin: 0;
  }

  .posts-relacionados-item span h4 a {
    display: block !important;
    width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
  }

  .posts-relacionados-item span p {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0 0 16px 0;
    margin: 0;
  }

  .posts-relacionados-item span h5 {
    margin: 0;
    padding: 0;
  }

  .posts-relacionados-item span h5 a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 0;
    margin: 0;
    border-radius: 100px;
    display: inline-block;
    text-transform: initial;
    letter-spacing: 0;
  }

  .posts-relacionados-item span h5 a:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    color: #8d6cbb;
    text-rendering: geometricPrecision;
}

  .container.banner-com {
    padding: 0 0 30px 0;
  }

  .container.banner-com span {
    width: 860px;
    height: 120px;
    background-color: #0068b9;
    color: #fff;
    display: inline-block;
    border-radius: 16px;
    padding: 20px;
    margin: 0 0 60px 0;
  }

  .lista-blog h3 {
    font-size: 16px;
    line-height: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    text-rendering: geometricPrecision;
    padding: 0 15px 10px 15px;
  }


  .blog-categories-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    /* Center the categories */
    flex-wrap: wrap;
    /* Allow categories to wrap onto multiple lines */
  }

  .blog-categories-nav li {
    margin: 0 10px;
    /* Adjust spacing between categories */
  }

  .blog-categories-nav a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 8px;
    border-radius: 100px;
  }

  .blog-categories-nav a:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
  }

  .categoria-todas a {
    text-decoration: none;
    color: #003e87;
    padding: 5px 10px 8px;
    border-radius: 100px;
    border: 1px solid #003e87;
  }

  .categoria-todas a:hover {
    text-decoration: none;
    color: #003e87;
    padding: 5px 10px 8px;
    border-radius: 100px;
    border: 1px solid #003e87;
    background-color: #ffffff;
  }

  .categoria-padrao a {
    padding: 5px 10px 8px;
    border-radius: 100px;
    text-decoration: none;
    /*Removi a decoração para manter a consistência*/
    color: #003e87;
    /*Cor padrão do texto*/
    font-weight: 600;
  }

  h1.title-post {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #0457ad;
    font-size: 36px;
    line-height: 36px;
    text-rendering: geometricPrecision;
    padding: 40px 0 20px;
    margin: 0;
    text-align: center;
  }

  .single-cursos h1.title-post {
      font-family: "Inter", sans-serif !important;
      font-weight: 600;
      font-style: normal;
      color: #0457ad;
      font-size: 36px;
      line-height: 36px;
      text-rendering: geometricPrecision;
      padding: 16px 0 60px;
      margin: 0;
      text-align: center;
  }
  .single-cursos h5.title-post {
    font-family: "Inter", sans-serif !important;
    font-weight:500;
    font-style: normal;
    color: #0457ad;
    font-size: 24px;
    line-height: 24px;
    text-rendering: geometricPrecision;
    padding: 60px 0 0 0;
    margin: 0;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
}



  .classes .curso-conteudo{
    min-height: 120px;
    max-height: 120px;
  }

  .asterisco{
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: #3b3c3b;
  }

  .content-asterisco p{
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #3b3c3b;
    font-size: 14px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 8px;
    margin: 40px 25px 0;
    background-color: #f5f2f6;
    border-radius: 100px;
  }

  .thumbnail-course{
    display: block !important;
    width: 100% !important;
    max-height: 340px !important;
    overflow: hidden !important;
    border-radius: 16px;
  }

  .thumbnail-course img{
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px 8px 0 0 !important;
    object-position: top center !important;
  }


  .single-cursos .posts-relacionados-item {
    width: 100%;
    display: inline-block;
    background-color: #eef8fc;
    border-radius: 16px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    min-height: 300px;
    max-height: 300px;
  }

  .single-cursos .posts-relacionados-item a {
    display: block !important;
    width: 100% !important;
    max-height: 200px !important;
    overflow: hidden !important;
  }

  .single-cursos .posts-relacionados-item a img {
    width: auto !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px 8px 0 0 !important;
    object-position: top center !important;
  }




  .tenho-interesse a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    background-color: #0457ad;
    font-size: 16px;
    line-height: 20px;
    text-rendering: geometricPrecision;
    padding: 12px 24px;
    margin: 16px 0 0 0;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  }

  .tenho-interesse a:hover {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #8d6cbb;
    color: #FFFFFF;
    text-rendering: geometricPrecision;
  }
