@charset "UTF-8";
/* CSS - Projeto Base - Laravel | Codificado por: Ueek Agência Digital | Ano: 2022 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
body {
  color: black;
  font-family: "Montserrat", sans-serif;
  color: #606060;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  text-align: justify;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-align: left;
}
p {
  margin-bottom: 0;
}
main {
  overflow: hidden;
}
.content-wrapper {
  min-height: 100vh;
  padding-right: 70px;
  padding-bottom: 30px;
  padding-top: 50px;
}
.info-section-first {
  background: #083f75;
  padding-top: 77px;
  padding-bottom: 77px;
}
.info-section-first h3 {
  color: #f8fcf9;
  font-weight: 700;
  font-size: 46px;
  line-height: 130%;
  text-align: center;
}
.info-section-second {
  background: #083f75;
  padding-top: 77px;
  padding-bottom: 77px;
}
.info-section-second .info-section-second-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-section-second .info-section-second-content h3 {
  color: #f8fcf9;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.anchor {
  position: absolute;
  top: -220px;
}
.anchor-contact {
  top: -110px;
}
.divider-section {
  background: #083f75;
}
.divider-section .divider {
  background: #256986;
  height: 1px;
}
.gray-background {
  background: #f2f6fb;
}
.gray-background .about-title {
  color: #27a737;
}
.flex-item {
  display: flex;
}
.custom-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
}
.custom-modal .custom-modal-body .divider-section {
  margin-bottom: 23px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-modal .custom-modal-body .divider-section .divider {
  background: #e0e0e0;
  width: 100%;
}
.custom-modal .custom-modal-body .divider-section .question {
  position: relative;
}
.custom-modal .custom-modal-body .divider-section .question:not(:last-child) {
  width: 100%;
}
.custom-modal .custom-modal-body .divider-section .question:not(:last-child):after {
  background: #e0e0e0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 1;
}
.custom-modal .custom-modal-body .divider-section .question .circle {
  background: #e0e0e0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.custom-modal .custom-modal-body .divider-section .question-active .circle {
  background: #083f75;
}
.custom-modal .custom-modal-body .divider-section .question-finished .circle {
  background: #083f75;
}
.custom-modal .custom-modal-body .divider-section .question-finished:not(:last-child):after {
  background: #083f75;
}
.custom-modal .custom-modal-body .questions .box {
  display: none;
}
.custom-modal .custom-modal-body .questions .box.active {
  display: block;
}
.custom-modal .custom-modal-body .flex-item {
  justify-content: space-between;
  padding-top: 56px;
}
.custom-modal .custom-modal-body .input-legal {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}
.custom-modal .custom-modal-body .input-legal label {
  color: #3f4141;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.custom-modal .geral-title {
  color: #3f4141;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 10px;
}
.custom-modal .geral-text a {
  color: #083f75;
  font-weight: bold;
}
.custom-modal .close-modal {
  background: none;
  border: none;
  color: black;
  font-size: 30px;
  opacity: 0.7;
  position: absolute;
  right: 30px;
  top: 35px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.custom-modal .close-modal:hover,
.custom-modal .close-modal:active,
.custom-modal .close-modal:focus {
  opacity: 1;
  outline: 0;
}
.custom-modal .background {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.custom-modal .content {
  background: white;
  border-radius: 10px;
  padding: 35px 75px 35px 35px;
  z-index: 2;
  position: relative;
  max-width: 851px;
  transform: scale(0, 0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.3s ease;
}
.custom-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.custom-modal.show .background {
  opacity: 1;
  visibility: visible;
}
.custom-modal.show .content {
  transform: scale(1, 1);
}
.checkbox-group-default {
  align-items: center;
  display: flex;
  gap: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.checkbox-group-default input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.checkbox-group-default input[type="checkbox"]:checked + .checkbox-area {
  background: #083f75;
  background-size: 300%;
  background-position: left;
  border-color: #083f75;
}
.checkbox-group-default input[type="checkbox"]:checked + .checkbox-area:after {
  opacity: 1;
}
.checkbox-group-default .checkbox-area {
  align-items: center;
  background: #ffffff;
  border: 2px solid #083f75;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 23px;
  min-width: 23px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.checkbox-group-default .checkbox-area:after {
  content: "";
  background: url("https://api.iconify.design/akar-icons/check.svg?color=white") no-repeat center center / contain;
  height: 14px;
  opacity: 0;
  width: 14px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
#cookies-warning {
  background: #fff;
  bottom: 0;
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.15);
  display: none;
  padding-bottom: 33px;
  padding-top: 27px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
#cookies-warning .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#cookies-warning .content {
  align-items: center;
  display: flex;
}
#cookies-warning .actions .bt-ok-cookie {
  border: none;
  background-color: #27a737;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  text-align: center;
  height: 46px;
  font-weight: 500;
  font-size: 14px;
  margin-right: 30px;
  min-width: 190px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
#cookies-warning .actions .bt-ok-cookie:hover {
  background-color: #1d7e29;
  color: #FFF;
}
#cookies-warning .actions .see-more-details {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #083f75;
}
#cookies-warning .actions .see-more-details:hover {
  color: #052545;
}
#cookies-warning .section-title {
  color: #083f75;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
#cookies-warning .text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0;
}
header {
  background: transparent;
  left: 0;
  padding: 30px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  /* Estado do header no scroll */
  /* background que será exibido no menu mobile */
  /* elemento com o logo, links e botão de menu mobile */
}
header .header-login {
  display: flex;
  gap: 10px;
}
header .header-login a {
  max-width: unset;
}
header.scroll {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
  background: white;
}
header .background {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
  transition-duration: 0.6s;
  width: 100%;
  z-index: -1;
}
header .nav-default {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* elemento com o logo e botão de menu mobile */
  /* Div contendo o botão mobile, fica invisivel até 1200px */
}
header .nav-default .nav-menu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .nav-default .nav-menu .logo img {
  height: 60px;
}
header .nav-default .nav-menu .mobile-logo {
  display: none;
}
header .nav-default .nav-menu .nav-mobile-links {
  display: flex;
  justify-content: space-between;
  transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
  transition-duration: 0.6s;
  /* lista de links */
}
header .nav-default .nav-menu .nav-mobile-links .nav-links {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  /* Estilização do link do header */
}
header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link {
  color: #083f75;
  position: relative;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link.active {
  color: #27a737;
  font-weight: 700;
}
header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link:after {
  background: #27a737;
  bottom: -10px;
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
  color: #27a737;
}
header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link:hover:after,
header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link.active:after {
  width: 100%;
}
header .nav-default .nav-toggle {
  display: none;
  /* Botão mobile */
}
header .nav-default .nav-toggle .nav-button {
  background: none;
  border: none;
  cursor: pointer;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: 25px;
}
header .nav-default .nav-toggle .nav-button .span-menu {
  background: #083f75;
  border-radius: 50px;
  height: 2px;
  position: relative;
  z-index: 5;
  width: 100%;
  transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
  transition-duration: 0.6s;
}
header .nav-default .nav-toggle .nav-button .span-menu + .span-menu {
  margin-top: 5px;
}
header .nav-default.menu-mobile-opened .nav-menu .nav-mobile-links {
  right: 0;
  z-index: 1025;
}
header .nav-default.menu-mobile-opened .background {
  opacity: 1;
  visibility: visible;
  z-index: 1024;
}
header .nav-default.menu-mobile-opened .nav-button .span-menu {
  background: #083f75;
}
header .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
header .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(2) {
  transform: rotate(-45deg) translate(1px, 0px);
}
header .nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(3) {
  transform: rotate(0deg) scale(0, 0);
}
@media only screen and (max-width: 1200px) {
  header .background {
    display: block;
  }
  header .header-login {
    flex-direction: column;
  }
  header .nav-default .nav-menu .logo {
    display: none;
  }
  header .nav-default .nav-menu .mobile-logo {
    display: block;
  }
  header .nav-default .nav-menu .mobile-logo img {
    height: 33px;
  }
  header .nav-default .nav-menu .nav-mobile-links {
    background: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    height: 100%;
    padding: 80px 30px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 50%;
    z-index: -1;
  }
  header .nav-default .nav-menu .nav-mobile-links .mobile-subscribe {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  header .nav-default .nav-menu .nav-mobile-links .nav-links {
    align-items: flex-start;
    flex-direction: column;
  }
  header .nav-default .nav-menu .nav-mobile-links .nav-links .header-link {
    color: #083f75;
  }
  header .nav-default .nav-menu .subscribe {
    display: none;
  }
  header .nav-default .nav-toggle {
    display: block;
    position: relative;
    z-index: 1026;
  }
}
@media only screen and (max-width: 600px) {
  header .nav-default .nav-menu .nav-mobile-links {
    width: 80%;
  }
}
footer {
  padding-bottom: 42px;
  padding-top: 75px;
  background: #083f75;
  color: white;
}
footer .footer-default {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .footer-default .footer-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .footer-default .footer-content .mobile-logo {
  display: none;
}
footer .footer-default .footer-content .footer-nav {
  display: flex;
  transition-timing-function: cubic-bezier(0.78, -0.04, 0, 0.88);
  transition-duration: 0.6s;
  /* lista de links */
}
footer .footer-default .footer-content .footer-nav .nav-links {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-default .footer-content .footer-nav .nav-links .footer-link {
  color: white;
  position: relative;
  font-family: 'Manrope';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
footer .footer-default .footer-content .footer-nav .nav-links .footer-link:after {
  background: white;
  bottom: -10px;
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
footer .footer-default .footer-content .footer-nav .nav-links .footer-link:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
  color: white;
}
footer .footer-default .footer-content .footer-nav .nav-links .footer-link:hover:after {
  width: 100%;
}
footer .footer-default .footer-content .footer-nav .nav-links .footer-link.link-social .iconify {
  color: white;
  font-size: 20px;
}
footer .logo img {
  height: 47px;
}
@media only screen and (max-width: 1200px) {
  footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  footer .footer-default {
    display: block;
  }
  footer .footer-default .footer-content {
    justify-content: center;
  }
  footer .footer-default .footer-content .logo {
    display: none;
  }
  footer .footer-default .footer-content .mobile-logo {
    display: block;
  }
  footer .footer-default .footer-content .mobile-logo img {
    height: 44px;
  }
  footer .footer-default .footer-content .footer-nav {
    display: none;
  }
}
h1,
h2 {
  color: #083f75;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 0px;
}
h3,
h4 {
  color: #3f4141;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}
.simditor-text h1,
.simditor-text h2 {
  color: #083f75;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 0px;
}
.simditor-text h3,
.simditor-text h4 {
  color: #3f4141;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
}
.simditor-text p,
.simditor-text span,
.simditor-text li {
  color: #606060;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
}
.simditor-text iframe {
  height: 500px;
  width: 100%;
}
.simditor-text p:not(:last-child) {
  margin-bottom: 15px;
}
.btn-geral {
  align-items: center;
  background: #083f75;
  border: 2px solid #083f75;
  border-radius: 15px;
  color: white;
  display: flex;
  gap: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 14px 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
  line-height: 20px;
}
.btn-geral iconify-icon {
  font-size: 20px;
}
.btn-geral.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.btn-geral:hover,
.btn-geral:active,
.btn-geral:focus {
  box-shadow: none;
  background: #06325d;
  color: white;
  outline: 0;
  text-decoration: none;
}
.btn-geral.submit-white {
  background: transparent;
  color: #083f75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.btn-geral.submit-white:hover {
  background: #083f75;
  color: #F5FBF5;
}
.btn-geral.subscribe {
  padding: 14px 29px;
}
.btn-geral.mobile-subscribe {
  display: none;
}
.btn-geral.submit-info {
  background: #083f75;
  border-color: #F5FBF5;
  color: #F5FBF5;
  padding: 19px 50px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.btn-geral.submit-info:hover {
  background: #F5FBF5;
  color: #083f75;
}
.home-section {
  padding-top: 120px;
  position: relative;
  height: 100vh;
}
.home-section .background-home-object {
  min-height: 95%;
  max-width: 25%;
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: -1;
}
.home-section .container,
.home-section .home-content,
.home-section .home-side-image {
  height: 100%;
}
.home-section .home-content {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.home-section .home-content .home-side-text .home-title {
  color: #111111;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 25px;
}
.home-section .home-content .home-side-text .home-title strong {
  background: linear-gradient(to top, #27a737 50%, transparent 0);
  padding-right: 15px;
}
.home-section .home-content .home-side-text .home-text {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 27px;
}
.home-section .home-content .home-side-image {
  position: relative;
  width: 50%;
}
.home-section .home-content .home-side-image .home-image {
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
}
#subscribe-modal .close-modal {
  right: 15px;
  top: 25px;
}
#subscribe-modal .content {
  padding: 80px 20px 20px;
}
#subscribe-modal img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 450px;
  margin-bottom: 30px;
}
#subscribe-modal a {
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.about-section {
  margin-top: 115px;
  margin-bottom: 50px;
  position: relative;
}
.about-section .about-content {
  display: flex;
  gap: 90px;
}
.about-section .about-content .flex-div {
  width: 100%;
}
.about-section .about-content .about-title {
  color: #083f75;
  font-size: 40px;
  font-weight: 700;
  line-height: 118%;
}
.about-section .about-content .about-text {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 63%;
}
.about-section .about-image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 120%;
  max-height: 120%;
}
.about-section .phone-image {
  position: absolute;
  left: 0;
  bottom: -32px;
  height: 150%;
  max-height: 150%;
}
.about-section .background-object {
  position: absolute;
  right: 0;
  bottom: 35px;
  height: 185%;
  max-height: 185%;
}
.about-section.about-second {
  padding-top: 75px;
  padding-bottom: 60px;
}
.about-section.about-second .about-title {
  color: #27a737;
  margin-bottom: 30px;
}
.about-section.about-second .about-text {
  width: 100%;
}
.about-section.about-third .about-content {
  gap: 190px;
}
.about-section.about-fourth {
  margin-top: 85px;
  padding-top: 33px;
  padding-bottom: 33px;
}
.about-section.about-fourth .container {
  position: relative;
}
.about-section.about-fourth .about-content {
  gap: 580px;
}
.about-section.about-fourth .about-title {
  color: #27a737;
  font-size: 32px;
  line-height: 150%;
  padding-bottom: 20px;
}
.schedule-section {
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}
.schedule-section .schedule-title {
  color: #083f75;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 50px;
}
.schedule-section .schedule-image {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
  right: 0;
  width: 560px;
  z-index: 1;
}
.schedule-section .schedule-content .schedule-item {
  padding-top: 19px;
  padding-bottom: 19px;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.schedule-section .schedule-content .schedule-item .container {
  display: flex;
  gap: 20px;
}
.schedule-section .schedule-content .schedule-item .schedule-item-date {
  color: #083f75;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.schedule-section .schedule-content .schedule-item .schedule-item-title {
  color: #083f75;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
.schedule-section .schedule-content .schedule-item .schedule-item-text {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.schedule-section .schedule-content .schedule-item .divider {
  background: #ececec;
  margin-top: 1rem;
  width: 71px;
  height: 2px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.schedule-section .schedule-content .schedule-item:hover {
  background: #f2f6fb;
}
.schedule-section .schedule-content .schedule-item:hover .divider {
  background: #083f75;
}
.schedule-section .mobile-schedule {
  display: none;
}
.contact-section {
  background: #F9F9F9;
  position: relative;
  z-index: 2;
}
.contact-section .contact-content {
  display: flex;
  gap: 60px;
}
.contact-section .contact-content .flex-div {
  padding-top: 70px;
  padding-bottom: 70px;
}
.contact-section .contact-content .flex-div .contact-title {
  color: #083f75;
  font-size: 46px;
  font-weight: 800;
  line-height: 130%;
  padding-bottom: 20px;
}
.contact-section .contact-content .flex-div .contact-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px;
  padding-bottom: 24px;
}
.contact-section .contact-content .flex-div .contact-links .contact-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-section .contact-content .flex-div .contact-links .contact-link .iconify {
  color: #083f75;
  font-size: 35px;
}
.contact-section .contact-content .flex-div .contact-links .contact-link h3 {
  color: #27a737;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.contact-section .contact-content .flex-div .contact-links .contact-link a {
  color: #606060;
  margin-bottom: 0px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.contact-section .contact-content .flex-div .contact-links .contact-link:nth-child(-n + 2) {
  padding-bottom: 50px;
}
.contact-section .contact-content .flex-div .contact-links .contact-link:hover a {
  font-weight: 500;
  color: #083f75;
}
.contact-section .contact-content .flex-div + div {
  width: 100%;
}
.contact-section .contact-content .flex-div + div iframe {
  width: 100%;
  height: 100%;
}
.registration-section {
  padding-top: 185px;
  padding-bottom: 100px;
  min-height: 100vh;
}
.registration-section h1 {
  margin-bottom: 36px;
}
.registration-section .flex-item {
  gap: 23px;
  align-items: center;
}
.registration-section .flex-item .btn-login {
  color: #27a737;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.registration-section .flex-item .btn-login:hover {
  box-shadow: none;
  color: #229230;
  outline: 0;
}
.registration-section .registration-content {
  display: flex;
  justify-content: space-between;
  gap: 107px;
}
.registration-section .registration-content .flex-div {
  width: 100%;
}
.registration-section .registration-content .flex-div .input-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.registration-section .registration-content .flex-div .input-content.error-text {
  display: none;
}
.registration-section .registration-content .flex-div .input-content.error-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.registration-section .registration-content .flex-div .input-content.error-text p span {
  display: block;
  padding-left: 10px;
}
.registration-section .registration-content .flex-div .input-content.error-text p .error {
  color: #ff6868;
}
.registration-section .registration-content .flex-div .input-content.error-text p .success {
  color: #1d8f23;
}
.registration-section .registration-content .flex-div .input-content.error-text.show {
  display: flex;
}
.registration-section .registration-content .flex-div .input-content label {
  color: #3f4141;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 10px;
}
.registration-section .registration-content .flex-div .input-content input {
  border: 2px solid #c5c5c5;
  border-radius: 40px;
  color: #3f4141;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 19px 0 19px 34px;
}
.registration-section .registration-content .flex-div .input-content input::-moz-placeholder {
  color: #cfcfcf;
}
.registration-section .registration-content .flex-div .input-content input::placeholder {
  color: #cfcfcf;
}
.registration-section .registration-content .flex-div .input-content input:-webkit-autofill,
.registration-section .registration-content .flex-div .input-content input:-webkit-autofill:hover,
.registration-section .registration-content .flex-div .input-content input:-webkit-autofill:focus,
.registration-section .registration-content .flex-div .input-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #3f4141;
}
.registration-section .registration-content .flex-div .input-content input.red-border {
  border-color: #ffa4a4;
}
.registration-section .registration-content .flex-div .input-legal {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 40px;
}
.registration-section .registration-content .flex-div .text-legal label {
  color: #3f4141;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;
}
.registration-section .registration-content .flex-div .text-legal p {
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.002em;
}
.registration-section .registration-content .flex-div .text-legal p a {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.002em;
  position: relative;
  z-index: 10;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.registration-section .registration-content .flex-div .text-legal p a:hover {
  color: #083f75;
}
.login-section {
  padding-top: 185px;
  padding-bottom: 100px;
  min-height: 100vh;
}
.login-section h1 {
  margin-bottom: 36px;
}
.login-section .login-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 107px;
}
.login-section .login-content .flex-div {
  width: 100%;
}
.login-section .login-content .flex-div .input-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.login-section .login-content .flex-div .input-content.error-text {
  display: none;
}
.login-section .login-content .flex-div .input-content.error-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.login-section .login-content .flex-div .input-content.error-text p span {
  display: block;
  padding-left: 10px;
}
.login-section .login-content .flex-div .input-content.error-text p .error {
  color: #ff6868;
}
.login-section .login-content .flex-div .input-content.error-text p .success {
  color: #1d8f23;
}
.login-section .login-content .flex-div .input-content.error-text.show {
  display: flex;
}
.login-section .login-content .flex-div .input-content label {
  color: #3f4141;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 10px;
}
.login-section .login-content .flex-div .input-content input {
  border: 2px solid #c5c5c5;
  border-radius: 40px;
  color: #3f4141;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 19px 0 19px 34px;
}
.login-section .login-content .flex-div .input-content input::-moz-placeholder {
  color: #cfcfcf;
}
.login-section .login-content .flex-div .input-content input::placeholder {
  color: #cfcfcf;
}
.login-section .login-content .flex-div .input-content input:-webkit-autofill,
.login-section .login-content .flex-div .input-content input:-webkit-autofill:hover,
.login-section .login-content .flex-div .input-content input:-webkit-autofill:focus,
.login-section .login-content .flex-div .input-content input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #3f4141;
}
.login-section .login-content .flex-div .input-content input.red-border {
  border-color: #ffa4a4;
}
.login-section .login-content .flex-div .flex-item {
  gap: 23px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 88px;
}
.login-section .login-content .flex-div .flex-item .btn-login {
  color: #27a737;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.login-section .login-content .flex-div .flex-item .btn-login:hover {
  box-shadow: none;
  color: #229230;
  outline: 0;
}
.login-section .login-content .flex-div .btn-login {
  color: #3f4141;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.login-section .login-content .flex-div .btn-login a {
  color: #27a737;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  transition: all 0.2s ease;
}
.login-section .login-content .flex-div .btn-login a:hover {
  box-shadow: none;
  color: #229230;
  outline: 0;
}
@media only screen and (max-width: 1600px) {
  .custom-modal .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1540px) {
  .custom-modal .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1440px) {
  .custom-modal .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1400px) {
  .custom-modal .content {
    max-width: 80%;
  }
  .home-section .home-content .home-side-text {
    padding-bottom: 45px;
    padding-top: 160px;
  }
  .home-section .home-content .home-side-text .home-title {
    font-size: 38px;
  }
  .info-section-first h3 {
    font-size: 38px;
  }
  .about-section.about-first .about-content .about-title {
    font-size: 38px;
  }
  .about-section.about-second .about-image {
    height: 105%;
    max-height: 105%;
  }
  .about-section.about-second .about-content .flex-div {
    width: 130%;
    max-width: 130%;
  }
  .about-section.about-second .about-content .about-title {
    font-size: 38px;
  }
  .about-section.about-third .about-content .about-title {
    font-size: 38px;
  }
  .about-section.about-fourth .about-content .about-title {
    font-size: 30px;
  }
  .schedule-section .schedule-image {
    width: 450px;
  }
  .contact-section .contact-content .contact-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1366px) {
  .about-section .background-object {
    right: -15px;
    bottom: 75px;
    height: 160%;
    max-height: 160%;
  }
}
@media only screen and (max-width: 1250px) {
  .about-section .background-object {
    right: -40px;
    bottom: 75px;
    height: 160%;
    max-height: 160%;
  }
}
@media only screen and (max-width: 1280px) {
  .custom-modal .content {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .custom-modal .content {
    max-width: 80%;
  }
  .home-section {
    height: auto;
  }
  .home-section .home-content {
    flex-direction: column;
  }
  .home-section .home-content .home-side-text {
    padding-top: 0;
  }
  .home-section .home-content .home-side-text .home-title {
    color: #083f75;
    font-size: 38px;
    margin-bottom: 10px;
  }
  .home-section .home-content .home-side-text .home-text {
    margin-bottom: 30px;
    width: 100%;
  }
  .home-section .home-content .home-side-image {
    padding-bottom: 30px;
    height: 400px;
    width: 100%;
  }
  .home-section .home-content .home-side-image .home-image {
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  .registration-section .registration-content .flex-div {
    width: 50%;
  }
  .registration-section .registration-content .flex-div .flex-item:not(:last-child) {
    gap: 20px;
    width: 48%;
  }
  .background-object {
    display: none;
  }
  .about-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .about-section .about-content {
    flex-direction: column;
    gap: 20px;
  }
  .about-section.about-first .about-content {
    gap: 40px;
  }
  .about-section.about-first .about-content .about-title {
    width: 45%;
  }
  .about-section.about-first .about-content .about-text {
    width: 100%;
  }
  .about-section.about-second {
    padding-top: 80px;
  }
  .about-section.about-second .about-image {
    height: auto;
    max-height: unset;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-section.about-second .about-content .about-title {
    margin-bottom: 40px;
  }
  .about-section.about-second .about-content .about-text {
    width: 100%;
  }
  .about-section.about-third .about-content {
    gap: 40px;
  }
  .about-section.about-third .about-content .about-text {
    width: 100%;
  }
  .about-section.about-fourth {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 66px;
    padding-bottom: 0;
  }
  .about-section.about-fourth .about-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
  .about-section.about-fourth .about-content .about-title {
    line-height: 120%;
    width: 90%;
  }
  .about-section.about-fourth .about-content .phone-image {
    height: 468px;
    max-height: 468px;
    position: initial;
  }
  .schedule-section {
    margin-bottom: 0;
  }
  .schedule-section .schedule-title {
    color: #083f75;
    padding-bottom: 40px;
  }
  .schedule-section .schedule-image {
    display: none;
  }
  .schedule-section .mobile-schedule {
    display: block;
  }
  .schedule-section .mobile-schedule .mobile-schedule-image {
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    left: 0;
    bottom: -142px;
  }
  .contact-section .contact-content {
    flex-direction: column;
    gap: 80px;
  }
  .contact-section .contact-content .flex-div {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .contact-section .contact-content .flex-div .contact-title {
    color: #083f75;
    padding-bottom: 30px;
  }
  .contact-section .contact-content .flex-div .contact-text {
    padding-bottom: 40px;
  }
  .contact-section .contact-content .flex-div .contact-links .contact-link:nth-child(-n + 2) {
    padding-bottom: 25px;
  }
  .contact-section .contact-content .flex-div + div {
    height: 450px;
  }
  .contact-section .contact-content .flex-div + div iframe {
    height: 100%;
  }
  .info-section-second {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .info-section-second .info-section-second-content {
    flex-direction: column;
    gap: 20px;
  }
  .info-section-second .info-section-second-content .subscribe {
    display: initial;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .registration-section {
    padding-top: 145px;
    padding-bottom: 45px;
  }
  .registration-section .flex-item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .registration-section .flex-item .btn-geral {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .registration-section .registration-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .registration-section .registration-content .flex-div {
    width: 100%;
  }
  .registration-section .registration-content .flex-div .flex-item:not(:last-child) {
    gap: 23px;
    width: 100%;
  }
  .registration-section .registration-content .flex-div .input-legal {
    justify-content: center;
    padding-bottom: 30px;
  }
  .registration-section .registration-content .flex-div .registration-image {
    display: none;
  }
  .login-section {
    padding-top: 145px;
    padding-bottom: 45px;
  }
  .login-section .login-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 0;
  }
  .login-section .login-content .flex-div {
    width: 100%;
  }
  .login-section .login-content .flex-div .login-image {
    display: none;
  }
  .login-section .login-content .flex-div .input-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
  .login-section .login-content .flex-div .flex-item {
    flex-direction: column;
  }
  .login-section .login-content .flex-div .flex-item .btn-geral {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .login-section .login-content .flex-div .btn-login {
    text-align: center;
  }
  #subscribe-modal img {
    height: 300px;
    width: 100%;
  }
  .info-section-first {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info-section-first h3 {
    font-size: 23px;
    line-height: 33px;
  }
  #cookies-warning {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #cookies-warning .container {
    flex-direction: column;
    align-items: flex-start;
  }
  #cookies-warning .container .actions {
    align-self: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #cookies-warning .container .actions .bt-ok-cookie {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #cookies-warning .content {
    width: 50%;
  }
  #cookies-warning .content .icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .custom-modal .content {
    max-width: 85%;
  }
  #cookies-warning .content {
    width: 100%;
    margin-bottom: 20px;
  }
  #cookies-warning .actions {
    align-self: center;
  }
  .nav-menu .subscribe {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .anchor {
    top: -125px;
  }
  .anchor-contact {
    top: -90px;
  }
  .home-section .background-home-object {
    height: 60%;
    bottom: 285px;
  }
  .home-section .home-content .home-side-text .home-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .home-section .home-content .home-side-image {
    padding-bottom: 30px;
    height: 320px;
    width: 100%;
  }
  .home-section .home-content .info-section-first {
    padding: 27px 24px;
  }
  .home-section .home-content .info-section-first h3 {
    font-size: 20px;
  }
  .home-section .home-content .info-section-first h3 b {
    background: linear-gradient(to top, #27a737 50%, transparent 0);
    padding-right: 1px;
  }
  .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-section .about-content {
    flex-direction: column;
    gap: 10px;
  }
  .about-section.about-first .about-content .about-title {
    font-size: 18px;
    width: 45%;
  }
  .about-section.about-first .about-content .about-text {
    width: 100%;
  }
  .about-section.about-second {
    padding-top: 40px;
  }
  .about-section.about-second .about-image {
    height: auto;
    max-height: unset;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-section.about-second .about-content .about-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about-section.about-second .about-content .about-text {
    width: 100%;
  }
  .about-section.about-third .about-content {
    gap: 10px;
  }
  .about-section.about-third .about-content .about-title {
    font-size: 18px;
  }
  .about-section.about-third .about-content .about-text {
    width: 100%;
  }
  .about-section.about-fourth {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 33px;
    padding-bottom: 0;
  }
  .about-section.about-fourth .about-content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 50px;
  }
  .about-section.about-fourth .about-content .about-title {
    font-size: 18px;
    line-height: 120%;
    width: 90%;
  }
  .about-section.about-fourth .about-content .phone-image {
    height: 268px;
    max-height: 268px;
    position: initial;
  }
  .schedule-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .schedule-section .schedule-title {
    color: #083f75;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .schedule-section .schedule-image {
    display: none;
  }
  .schedule-section .schedule-content {
    display: flex;
    flex-direction: column;
  }
  .schedule-section .schedule-content .schedule-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .schedule-section .schedule-content .schedule-item .container {
    flex-direction: column;
    gap: 0;
  }
  .schedule-section .schedule-content .schedule-item .divider {
    display: none;
  }
  .schedule-section .mobile-schedule {
    display: block;
  }
  .schedule-section .mobile-schedule .mobile-schedule-image {
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    left: 0;
    bottom: -142px;
  }
  .contact-section .contact-content {
    flex-direction: column;
    gap: 40px;
  }
  .contact-section .contact-content .flex-div {
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .contact-section .contact-content .flex-div .contact-title {
    color: #083f75;
    font-size: 18px;
    padding-bottom: 30px;
  }
  .contact-section .contact-content .flex-div .contact-text {
    padding-bottom: 20px;
  }
  .contact-section .contact-content .flex-div .contact-links .contact-link:nth-child(-n + 2) {
    padding-bottom: 25px;
  }
  .contact-section .contact-content .flex-div + div {
    height: 250px;
  }
  .contact-section .contact-content .flex-div + div iframe {
    height: 100%;
  }
  .info-section-second {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .info-section-second .info-section-second-content {
    flex-direction: column;
    gap: 20px;
  }
  .info-section-second .info-section-second-content h3 {
    font-size: 18px;
  }
  .info-section-second .info-section-second-content .subscribe {
    display: initial;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .about-section.about-second {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .about-section.about-second {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .home-section .background-home-object {
    height: 65%;
    bottom: 235px;
  }
  .about-section.about-second {
    padding-top: 40px;
  }
}

