* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  transition: all 0.2s;
}
button:hover {
  cursor: pointer !important;
}
*:hover {
  transition: all 0.2s;
}

html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
}

body {
  font-family: "Montserrat";
  width: 100vw;
  overflow-x: hidden;
  max-width: 100vw;
}

#imagem-1,
#nossas-turmas {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.wrapper {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 16px;
  margin-bottom: 140px;
  padding: 0 80px;
  box-sizing: border-box;
}
#header-line {
  position: absolute;
  top: 0;
  left: 0;
}
#header-logo {
  position: relative;
  width: 350px;
}

#header-links {
  position: absolute;
  top: -50px;
  right: 80px;
}
#header-links a {
  position: relative;
  top: 0;
}
#header-links a:hover {
  top: -4px;
}

.contato1 {
  width: 240px;
}

.contato2 {
  width: 310px;
  margin-left: 30px;
}

#header-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#header-menu li {
  display: inline-block;
}
#header-menu li a {
  color: #001447;
  font-size: 30px;
}
#header-menu li a:hover {
  color: #ed385d;
  font-weight: bold;
}
.header-link {
  position: relative;
  background-color: #fef112;
  font-weight: bold;
  padding: 25px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #fef112;
}
.header-link:hover {
  background-color: transparent;
}

.header-link-item {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.title-fundamental {
  float: initial;
}

.fotos-estrutura-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hamburguer-menu-stripe {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.13);
}

.hamburguer-menu-icon {
  width: 60px;
  height: 40px;
  position: relative;
}

.hamburguer-menu-icon.active span.first {
  opacity: 0;
}

.hamburguer-menu-icon.active span.second {
  transform: rotate(45deg);
}

.hamburguer-menu-icon.active span.middle.soft-hide {
  opacity: 1;
  transform: rotate(-45deg);
}

.hamburguer-menu-icon.active span.third {
  opacity: 0;
}

.hamburguer-menu-icon span {
  width: 50%;
  background-color: #0b2b59;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.hamburguer-menu-icon span.first {
  top: 10px;
}

.hamburguer-menu-icon span.third {
  top: auto;
  bottom: 5px;
}

.hamburguer-menu-icon span.soft-hide {
  opacity: 0;
}

.hamburguer-menu-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.hamburguer-menu-social-links .hamburguer-wpp {
  width: 180px;
}

.hamburguer-menu-social-links .hamburguer-insta {
  width: 230px;
}

.hamburguer-menu {
  display: flex;
  justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  z-index: 4;
  top: -120%;
  padding-top: 110px;
  box-sizing: border-box;
}
.hamburguer-menu.active {
  top: 0;
}

.hamburguer-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  gap: 25px;
}

.hamburguer-menu-list li a {
  font-size: 20px;
}

.hamburguer-logo {
  width: 200px;
}
.hamburguer-menu-content {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  box-sizing: border-box;
}

.hamburguer-menu.soft-hid e {
  //top: -100%;
}

.bt-matricula {
  width: 250px;
  margin-left: 30px;
}

.tab-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 50px;
  box-sizing: border-box;
  align-items: stretch;
  gap: 16px;
}

.content#banner {
  width: 100%;
}
.content#banner img {
  width: 100%;
  height: auto;
  margin-top: -70px;
}

#divider1 {
  text-align: center;
}
#divider1 img {
  width: 100%;
}

#turmas .content {
  background: #ededed;
  display: flow-root;
  width: 100%;
  top: -10px;
}

.btn-borders {
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
  background: #162e58;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-sizing: border-box;
  padding: 25px 40px;
  text-align: center;
  position: relative;
  top: 0;
}
.btn-borders:hover {
  background: #eb345e;
  display: inline-block;
  top: -5px;
}
.active .btn-borders {
  background: #eb345e !important;
}

#fale-conosco-img {
  width: 100%;
}
#interarte-header-img {
  width: 100%;
  margin-top: -20px;
}

.hand-1 {
  position: relative;
  top: -40px;
  width: 141px;
}

.content-lightbox ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  margin-top: 10px;
}

.content-lightbox ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.content-lightbox ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #000;
}

.tab-h {
  position: relative;
  z-index: 100;
}

.tab-h li {
  margin-right: 16px;
  float: left;
}
.tabs-h {
  float: left;
  margin-bottom: 100px;
  top: -129px;
  position: relative;
}
.tabs-top {
  float: left;
  display: block;
  margin-top: -130px;
  width: 100vw;
}

.tab-main-img {
  position: relative;
  display: block;
  float: left;
  top: 170px;
  width: 550px;
  margin-left: 50px;
  z-index: 1;
}

.tab-content-h {
  background: #092c59;
  float: left;
  margin-top: -30px;
  width: 100%;
  height: 450px;
  width: 100vw;
}

.tab-content-h ul {
  float: right;
  margin-right: 30px;
  width: 60%;
  margin-top: -10px;
}
.tab-content-h ul li {
  float: left;
  margin-right: 21px;
  width: 29%;
}
.tab-content-h ul li a img {
  max-width: 100%;
  width: 300px;
}

.tab-content-h.tab-content-calendar {
  height: 380px;
}

.tab-content-calendar ul {
  display: flex;
  float: none;
  margin-right: 0;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 100px;
  gap: 20px;
}

.tab-content-calendar ul li {
  float: none;
  margin: 0;
  width: auto;
}
.tab-footer {
  float: left;
  width: 100vw;
}

.fotos {
  width: 100%;
  float: left;
}
.fotos .box-foto {
  width: 20%;
  float: left;
  margin: 10px 2%;
}

.fotos .box-foto:hover {
  cursor: pointer;
}

.fotos .box-foto em {
  text-transform: lowercase;
}
.fotos .box-foto img {
  width: 100%;
}
.fotos img {
  position: relative;
  top: 0;
}
.fotos img:hover {
  filter: contrast(1.2);
  position: relative;
  top: -5px;
}

.text-003 {
  position: relative;
  margin-top: 190px;
  width: 1200px;
  margin-left: 50px;
}

.review-1 {
  float: left;
  position: relative;
  bottom: 60px;
  width: 600px;
  left: 10%;
  z-index: 2;
}

.hand-2 {
  float: right;
  margin-right: 138px;
  width: 302px;
  margin-top: -00px;
}
.click-here-team{
  position: relative;
  display: block;
}
.close-all-photos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}

@keyframes shuffleTop {
  0% {top: 0px;}
  50% {top: -5px;}
  75% {top: 10px;}
  100% {top: 0px;}
}

.close-all-photos img {
  max-width: 100%;
  position: relative;
  animation: shuffleTop 1.2s infinite;
}


.loader-holder.hide {
  display: none;
}
.loader-holder { 
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  opacity: .95;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #ffa50097;
  position: relative;
  animation: l24 1s infinite linear;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}
.loader:after {
  animation-duration: 4s;
}
@keyframes l24 {
  100% {transform: rotate(1turn)}
}

.close-all-photos button {
  width: 60px;
  height: 60px;
  background-color: transparent;

}

.close-all-photos button:hover {
  cursor: pointer;
  filter: contrast(2);
}

.footer-blocos {
  position: relative;
}

.clique-blocos {
  width: 320px;
  top: 490px;
  right: 0;
  position: absolute;
  margin-right: 40px;
}

@media (min-width: 1920px) {
  .clique-blocos {
    top: 670px;
  }
}

#interarte,
#time {
  background: #ffffff;
  width: 100%;
}

.tab-v {
  width: 22%;
  float: left;
  margin-left: 3%;
}
.tab-v ul {
  width: 100%;
}
.tab-v ul li {
  width: 100%;
  margin-bottom: 10px;
}
.tab-v .btn-borders {
  width: 100%;
  margin-right: 0;
  display: block;
  float: left;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.tab-content-v {
  width: 70%;
  float: left;
  margin-left: 4%;
}
.tab-v-contents {
  max-width: 800px;
}
.tab-v-contents p {
  float: left;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-size: 18px;
}
.tab-v-contents p strong {
  color: #eb345e;
}
#interarte-footer-img {
  width: 100%;
  margin-top: -300px;
  z-index: 0;
}
.bt-sobre {
  width: 270px;
  margin-top: 15px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: #162e58;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 25px 40px;
  text-align: center;
  position: relative;
  top: 0;
  display: inline-block;
}
.bt-sobre:hover {
  background: #eb345e;
  display: inline-block;
  top: -5px;
}
.active .bt-sobre {
  background: #eb345e !important;
}

.bt-sobre span,
.bt-sobre small {
  display: block;
}

#interarte-header-time {
  width: 100%;
}

.fotos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.fotos img {
  max-width: 100%;
  height: auto;
  width: 450px;
}

#time {
  background: #ededed;
  display: flow-root;
  width: 100%;
}
.review-2 {
  display: flex;
  right: 6%;
  margin-top: 30px;
  width: 700px;
  margin-right: -400px;
  margin-left: 150px;
  z-index: 3;
  width: 1000px;
}

.fotos .review-2 {
  width: 700px;
  margin-right: -400px;
  margin-left: 100px;
}

.floating-pic {
  position: relative;
  overflow-x: hidden;
  float: initial;
  margin-top: 30px;
}
.fotos .review-2.review-2-floating {
  position: relative;
  left: initial;
  top: initial;
  margin: 0;
  right: 0;
  display: block;
}
.vanessa-floating {
  position: relative;
  max-width: 25%;
}
#foto-2-van {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

#time-img {
  position: relative;
  left: -21%;
}

.quebra-linha-time {
  text-align: center;
  width: 100%;
  float: left;
}
#time-footer {
  float: left;
  width: 100%;
  margin-top: -500px;
}

.clique-aqui-time {
  width: 500px;
  margin-right: -900px;
}

#parceiros-header-img {
  width: 100%;
  margin-top: -25px;
}

#parceiro a {
  text-align: center;
  top: 0;
  position: relative;
}
#parceiro a:hover {
  text-align: center;
  top: -10px;
}

.tab-content-h ul li a {
  position: relative;
  top: 0;
  display: block;
  z-index: 2;
}
.tab-content-h ul li a:hover {
  position: relative;
  top: -10px;
}

#map-header-img {
  width: 100%;
}
#link-todos-parceiros {
  float: right;
}
#link-todos-parceiros:hover {
  filter: contrast(2);
}
.map-link {
  position: relative;
  top: 0;
}
.time-ver-todos-btn,
#time-ver-todos-btn {
  position: relative;
  top: 0;
  margin-left: 10px;
  background-color: transparent;
}

#time-ver-todos-btn img {
  max-width: 100%;
}

.map-link:hover {
  filter: contrast(2);
  top: -5px;
  position: relative;
}
.time-ver-todos-btn:hover,
#time-ver-todos-btn:hover {
  filter: contrast(2);
  top: -5px;
  position: relative;
}
.map-img {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  gap: 100px;
  box-sizing: border-box;
}
.map-img img {
  width: 100%;
}

#form {
  background: #092c59;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
#form-left {
  width: 26%;
  margin-left: 4%;
  float: left;
  margin-right: 4%;
  color: #fff;
}
#form-right {
  width: 54%;
  float: left;
}

.fotos-todas {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.fotos .box-foto {
  margin: 0;
  float: none;
  max-width: 20%;
  z-index: 2;
}
.fotos-todas.hide {
  display: none;
}

#form-right .form-input-check ul {
  margin: 0;
  list-style: none;
  float: left;
  padding: 0;
  margin-left: 300px;
  margin-top: -54px;
}

#form-right .form-input-check li {
  background: #d2d8da;
  border: 0;
  float: left;
  font-size: 20px;
  font-family: "Montserrat";
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 23px;
  border-radius: 20px;
  margin-right: 20px;
  font-weight: bold;
  height: 60px;
  width: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

#form-right .form-input-check li:hover {
  background: #fff812;
  color: #333;
}

#form-right .form-input-check label.label-radio {
  color: #fff812;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-textarea label {
  color: #fff812;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-textarea li {
  float: left;
}

.radio-input {
  transform: scale(4);
  margin-left: -40px;
  appearance: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-bottom: 2px;
}

@media (max-width: 1920px) {
  #form-right .form-input-check ul {
    margin-left: 0;
    margin-top: 10px;
  }
}

.radio-input:checked::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #00bf62;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-input {
  display: flex;
  align-items: center;
}

input[type="radio"][value="1"] {
  margin-left: -80px;
}

.icone-form {
  width: 70px;
  margin-top: -20px;
  margin-right: 25px;
}

.form-input-check li span {
  margin-left: 20px;
}

.form-input input::placeholder {
  color: #fff;
}

#fale-com-a-gente-header {
  float: left;
  width: 100%;
}

#form-left input {
  width: 40%;
  background: #d2d8da;
  border: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat";
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 23px;
  border-radius: 10px;
  height: 60px;
}
#form-left input:focus {
  background: #fff;
}
#form-right textarea {
  width: 40%;
  background: #fff;
  border: 0;
  width: 100%;
  float: left;
  font-size: 20px;
  font-family: "Montserrat";
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 10px;
  height: 200px;
  color: #000;
}
#form-right textarea:focus {
  background: #fff;
}
#form-right button {
  margin-top: 20px;
  float: right;
  background: #437fc2;
  border: 0;
  font-size: 20px;
  font-family: "Montserrat";
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 23px;
  border-radius: 10px;
  color: #fff812;
  font-weight: bold;
  height: 50px;
}
#form-right button:hover {
  background: #eb2e58;
  color: #fff;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background: #437fc2 !important;
  border: 0;
  font-size: 20px;
  font-family: "Montserrat";
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 23px;
  border-radius: 10px;
  color: #fff812;
}

.hide {
  display: none;
}
.tab-content-class.hide {
  display: none;
}
.foto-estrutura {
  width: 30%;  
  cursor: pointer;
  transition: all 0.2s linear;
}
.foto-estrutura img {
  width: 100%;
  position: relative;
  top: 0px;
  height: 240px;
  border-radius: 15px;
}
.foto-estrutura img:hover {
  filter: contrast(1.3);
  position: relative;
  top: -4px;
}
.img-grande {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h2 {
  font-family: "Montserrat";
  color: #eb345e;
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 11px;
}
h3 {
  font-family: "Montserrat";
  color: #162e58;
  font-size: 30px;
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 13px;
}

.content-lightbox h3 {
  font-family: "Montserrat";
  color: #162e58;
  font-size: 30px;
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 13px;
}
.content-lightbox h4 {
  font-family: "Montserrat";
  color: #eb345e;
  font-size: 20px;
  margin-bottom: 11px;
}
.content-lightbox p {
  float: left;
  width: 100%;
  margin: 10px 0;
}

#contato {
  margin-top: 100px;
}

#footer {
  position: relative;
}
#footer-logo-interarte {
  margin-bottom: 50px;
}
#footer-line {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer-img {
  width: 100%;
  margin-bottom: -5px;
}
.list li {
  margin-bottom: 34px;
  font-size: 18px;
  width: 38%;
  float: left;
  padding-left: 10%;
  position: relative;
  padding-top: 15px;
  height: 42px;
  margin-right: 2%;
}
.list strong {
  background: #eb345e;
  color: #fff;
  border-radius: 1000px;
  padding: 9px 23px;
  margin-right: 12px;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.list {
  font-size: 20px;
  margin-top: 30px;
}

.maxwidth {
  width: 600px !important;
  overflow: auto;
  max-width: 100% !important;
}
.maxwidth .swal2-image {
  padding: 0 !important;
  margin: 1% !important;
  width: 98%;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #0d1c35 !important ;
}
.swal2-container {
  overflow: auto !important;
}

.btn-borders.bt-sobre {
  width: 370px;
  height: 120px;
  margin-top: 15px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  flex-direction: column;
}

.footer-lateral {
  width: 1920px;
  max-width: 100%;
  margin-bottom: -283px;
  margin-top: -500px;
}

.parceiro-img {
  width: 400px;
  max-width: 100%;
}

@media (max-width: 1920px) {
  .btn-borders.bt-sobre {
    width: 300px;
    height: 90px;
    font-size: 20px;
    margin-top: 5px;
  }

  #interarte-footer-img {
    margin-top: -210px;
  }

  #time-footer {
    margin-top: -370px;
  }

  .footer-lateral {
    margin-bottom: -269px;
  }

  .fotos .review-2 {
    width: 45%;
    max-width: 600px;
    margin-left: 90px;
  }

  .parceiro-img {
    width: 350px;
  }
}

.ft-nossa-historia {
  max-width: 100%;
  width: 1200px;
}

.text-sobre {
  font-size: 30px;
}

.bt-matriculas {
  width: 250px;
}

@media screen and (max-width: 1920px) {
  .ft-nossa-historia {
    width: 800px;
  }

  #header-menu li a {
    font-size: 20px;
  }

  .bt-matriculas {
    width: 200px;
    padding: 0;
    margin: 0;
  }

  #header-logo {
    width: 270px;
  }

  .contato1 {
    width: 150px;
  }

  .contato2 {
    width: 210px;
  }

  .text-003 {
    width: 900px;
    margin-left: 25px;
  }

  .review-1 {
    width: 450px;
    margin-left: -50px;
    z-index: 2;
  }

  .tabs-top {
    margin-top: -50px;
  }

  .tab-main-img {
    width: 400px;
  }

  .tab-content-h {
    height: 350px;
  }
}

.responsive-img {
  margin-top: 15px;
  width: auto;
}

.sobre {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
  padding: 0 20px;
}

.sobre-fotos,
.sobre-menu {
  width: auto;
  float: none;
  margin-left: 0;
}
.tab-h li.turmas-periodos-item {
  margin-right: 0;
  float: none;
}

#parceiro {
  display: flex;
  position: relative;
  gap: 24px;
  padding: 0 24px;
  justify-content: space-around;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .responsive-img.pp-1 {
    width: 385px;
  }
  .responsive-img.c24-1 {
    width: 400px;
  }
}

@media (max-width: 1337px) {
  .quebra-linha-time .contact-email {
    margin-top: 30px;
  }
  #time-footer {
    margin-top: -328px;
  }
  .clique-aqui-time {
    margin: 0 auto;
    max-width: 100%;
  }
  #header-menu {
    gap: 15px;
  }
  #header-menu li a {
    font-size: 16px;
  }
  #form-left input {
    font-size: 14px;
  }
  .btn-borders {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  
  .list li.text-sobre {
    box-sizing: border-box;
    padding-left: 14%;
    padding-top: 12px;
    margin-right: 0;
    width: 50%;
    font-size: 16px;
  }
  .fotos .review-2.review-2-floating {
    left: 0;
  }
  .hamburguer-menu-stripe {
    display: flex;
  }
  #header-wrapper {
    display: none;
  }
  .first-wrapper {
    padding-top: 180px;
  }
  .foto-estrutura img {
    height: 156px;
  }
}

@media (max-width: 992px) {
  
  .hamburguer-menu-content {
    padding: 0;
  }
  .hamburguer-menu-list {
    margin: 20px 0;
  }
  .hamburguer-menu {
    overflow: hidden;
    overflow-y: scroll;
  }
  .tab-content-calendar ul li {
    margin-top: 30px;
  }
  .tab-content-h ul li a img {
    width: 250px;
  }
  .review-1 {
    margin: 0 auto;
    left: 0;
    right: 0;
    float: none;
    display: block;
    margin-top: 20px;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tab-content-calendar ul {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .tab-content-h.tab-content-calendar {
    height: auto;
  }
  .clique-blocos {
    margin: 0 auto;
    display: block;
    position: relative;
    top: 0;
  }
  .tabs-responsive {
    top: 0;
    margin-bottom: 50px;
  }
  .text-003 {
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .btn-borders {
    font-size: 16px;
    width: 100%;
  }
  .tab-main-img {
    top: 100px;
  }
  .tab-content-class {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .tab-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .tab-h li {
    width: 30%;
  }
  .tab-main-img {
    max-width: 100%;
    margin-left: 0;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .list strong {
    width: 60px;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
  }
  .sobre-fotos .list li {
    width: 100%;
    margin: 5px 0;
    height: auto;
    padding-top: 0;
    float: none;
    padding-left: 100px;
  }
  .sobre-fotos .list {
    font-size: 20px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .quebra-linha-time {
    margin-top: 100px;
  }
  #foto-2-van {
    width: 350px;
  }
  .fotos .review-2.review-2-floating {
    width: 350px;
  }
}

@media (max-width: 767px) {
  #form-right .form-input-check ul {
    flex-wrap: wrap;
    display: flex;
  }
  .fotos-todas {
    padding: 0 20px;
    box-sizing: border-box;
    gap: 20px;
  }
  .btn-borders {
    font-size: 14px;
    padding: 20px;
  }
  .btn-borders.bt-sobre {
    max-width: 100%;
    height: auto;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    width: 100%;
  }
  #interarte-diferenciais.tab-v ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    gap: 10px;
  }
  #interarte-diferenciais.tab-v ul li {
    margin-bottom: 0;
    width: 100%;
  }
  .sobre {
    flex-wrap: wrap;
  }
  .time-ver-todos-btn,
  #time-ver-todos-btn {
    max-width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .fotos .review-2.review-2-floating {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    width: 450px;
  }
  #time-footer {
    margin-top: -180px;
  }
  .fotos .box-foto {
    width: 48%;
    max-width: 100%;
  }
  #parceiro a {
    text-align: center;
    top: 0;
    position: relative;
    display: block;
    width: 48%;
  }
  #parceiro {
    flex-wrap: wrap;
  }
  .tab-main-img {
    top: 50px;
  }
  .text-003 {
    margin-top: 90px;
  }
  .vanessa-floating {
    margin-left: 0;
    max-width: 450px;
  }

  #time .fotos {
    flex-wrap: wrap;
  }
  #foto-2-van {
    width: 100%;
  }
  .map-img {
    flex-wrap: wrap;
    gap: 20px;
  }
  #form {
    flex-wrap: wrap;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
  }
  #form-left {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    float: none;
  }
  #form-right {
    float: none;
    width: 100%;
  }
  .content-form {
    max-width: 100%;
  }
}

@media (max-width: 540px) {
  #time-footer {
    margin-top: -230px;
  }
  .quebra-linha-time .contact-email {
    margin-top: 100px;
  }
  .fotos .review-2.review-2-floating {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .content-lightbox ul li {
    font-size: 16px;
  }
  .content-lightbox h3 {
    font-size: 20px;
  }
  .tab-h li.turmas-periodos-item {
    width: 100%;
  }
  .btn-borders {
    font-size: 12px;
    padding: 10px;
    width: 100%;
  }
  .fotos .box-foto {
    width: 100%;
  }
  .icone-form {
    width: 50px;
  }
  #form-left input {
    height: auto;
  }
  #form-right .form-input-check li {
    padding: 10px;
    height: auto;
  }
  .img-grande ~ br ~ h3 ~ br ~ p {
    font-size: 16px;
  }

  .text-003 {
    margin-bottom: 60px;
  }
  .foto-estrutura {
    width: 100%;
  }
  .foto-estrutura img{ 
    height: auto;
  }
}

@media (max-width: 375px) {
  .footer-lateral {
    margin-bottom: -177px;
  }
  .quebra-linha-time {
    margin-top: 50px;
  }
}
