#header {
  padding-bottom: 0 !important;
}

#main {
  overflow-x: hidden;
}

@media screen and (width: 768px) {
  .container {
    width: 711px !important;
    padding: 0 !important;
  }
}

@media screen and (width: 1024px) {
  .container {
    width: 1002px !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) {
.header-logo img {
  width: 200px;
  padding-top: 100px;
 }
}
.header-logo img {
  height: 170px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .header-logo {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.google-education {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .google-education {
    display: none;
  }
}

.header-content {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  height: 51px !important;
}
.header-content img {
  height: 100% !important;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .header-content img {
    display: none;
  }
}

.header-contact {
  background: #233e71;
  color: white !important;
  padding: 8px;
  margin-bottom: 0 !important;
}
.header-contact a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .header-contact {
    display: none;
  }
}

.menu-unidades {
  display: flex;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 30px;
  margin-top: 24px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menu-unidades {
    display: none;
  }
}
.menu-unidades__item {
  text-decoration: none !important;
  background: #00c1e1;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-weight: bold;
  flex-shrink: 0;
  flex-grow: 1;
}
.menu-unidades__item:hover {
  box-sizing: border-box;
  border-bottom: 2px solid white;
  color: white;
  background: #192e55;
}
.menu-unidades__label {
  background: #233e71;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#footer .footer-content .footer-block .block-content ul.social-icons > li > a {
  border-radius: 50%;
}

#footer .footer-copy__logos img {
  margin-right: 35px !important;
  width: 93px !important;
  height: auto !important;
}

#footer {
  background: #DCDCDC !important;
  color: #6d6d6d !important;
}
#footer a {
  color: inherit !important;
}
#footer .footer-content {
  background: #DCDCDC !important;
  color: #6d6d6d !important;
}
#footer .footer-content a {
  color: inherit !important;
}
#footer .footer-content.logos {
  background: white !important;
}
#footer .footer-copy {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-copy {
    flex-direction: column;
  }
}
#footer .footer-copy__logos img {
  margin-right: 24px;
}
#footer .footer-copy p {
  font-weight: bold;
}

#banner {
  margin-bottom: 0 !important;
  padding: 0 !important;
  /*margin-top: -30px;*/
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #banner {
    margin-top: 0;
  }
}
#banner .slide {
  height: 560px;
}
@media screen and (max-width: 768px) {
  #banner .slide {
    height: 200px !important;
  }
}
#banner .slide img {
  height: 560px !important;
  object-fit: cover;
  object-position: top !important;
}
@media screen and (max-width: 768px) {
  #banner .slide img {
    height: 200px !important;
  }
}

.banner-container {
  position: relative;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .banner-container:before {
    content: "";
    width: 300vw;
    /* height: 300px; */
    background: red;
    position: absolute;
    left: -40%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: black;
    font-weight: bold;
    font-size: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    border-bottom-right-radius: 30px;
  }
}
.banner-container .banner-overlay {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .banner-container .banner-overlay {
    top: 100%;
    transform: translateY(-100%);
  }
}
.banner-container .banner-overlay-1 {
  width: 300px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  border-bottom-right-radius: 30px;
  color: black;
  font-weight: bold;
  font-size: 42px;
  position: relative;
}
.banner-container .banner-overlay-2 {
  position: absolute;
  bottom: 100%;
  left: 100%;
  transform: translateX(calc(-100% + 100px));
  display: flex;
}
.banner-container .banner-overlay-2__calendar {
  background: red;
  color: white;
  font-size: 32px;
  padding: 4px;
}
.banner-container .banner-overlay-2__text {
  background: #233e71;
  font-size: 16px;
  color: white;
  width: 100px;
  text-align: left;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 14px;
}

@media (min-width: 768px) {
  #main #banner + #highlight-blocks {
    margin-top: 48px;
  }
}
#noticias {
  background: #233e71;
  height: 450px !important;
  margin-bottom: 104px;
}
@media screen and (max-width: 768px) {
  #noticias {
    height: max-content !important;
  }
}

.mobile-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .mobile-section {
    display: none;
  }
}
.mobile-section img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 32px;
}

.noticias-title {
  margin-top: 48px;
  font-size: 42px;
  padding: 12px 24px;
  line-height: 44px;
  width: max-content;
  font-weight: bold;
  z-index: 4;
  background: white !important;
  margin-bottom: -36px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .noticias-title {
    margin-bottom: 0;
    margin: auto;
    display: block;
    margin-top: 32px;
  }
}

.noticias-button {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d2222f;
  font-weight: bold;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .noticias-button {
    top: 102%;
  }
}
.noticias-button i {
  font-size: 16px;
}
.noticias-button:hover {
  background-color: #c9302c;
}

.noticias-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 32px 0;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .noticias-list {
    flex-direction: column;
    align-items: center;
  }
}
.noticias-list .noticias-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  height: max-content;
  margin-top: -75px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media screen and (max-width: 768px) {
  .noticias-list .noticias-item {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.noticias-list .noticias-item__image img.img-responsive {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.noticias-list .noticias-item__details {
  background: white;
  height: 150px;
  color: black;
  font-size: 16px !important;
  padding: 32px 16px;
  text-align: left;
  display: block;
  /* or inline-block */
  position: relative;
}
.noticias-list .noticias-item__details .item-unit {
  position: absolute;
  top: -15px;
  left: 0;
  height: 30px;
  padding: 4px 12px;
  font-weight: bold;
  color: white;
  background: #d2222f;
}
.noticias-list .noticias-item__details a {
  color: inherit;
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .noticias-list .noticias-item:first-child {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
  }
  .noticias-list .noticias-item:last-child {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
  }
}

.estatisticas {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .estatisticas {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
  }
}
.estatisticas-content {
  width: 65%;
}
.estatisticas-img {
  width: 25%;
  height: auto;
}
.estatisticas .estatistica {
  width: 32%;
  color: white;
  display: flex;
  padding: 12px 24px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  /* border-right: 8px solid black; */
}
@media screen and (max-width: 768px) {
  .estatisticas .estatistica {
    width: 100%;
    margin-bottom: 16px;
  }
}
.estatisticas .estatistica h2 {
  font-weight: bold;
}
.estatisticas .estatistica small {
  font-weight: bold;
  width: 100%;
}
.estatisticas-1 {
  background: #00c1e1;
}
.estatisticas-2 {
  background: #efefef;
}
.estatisticas-3 {
  background: #00c1e1;
}

.estatisticas-2 img{
  width: 65%;
}

.videos {
  margin: 104px 0;
  margin-top: 3% !important;
  min-height: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .videos {
    flex-direction: column;
    align-items: center;
  }
}
.videos-coluna {
  height: 100%;
  width: 48%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .videos-coluna {
    width: 90%;
  }
}
.videos-coluna.left {
  align-items: flex-end;
}
.videos-coluna.left:before {
  content: "";
  background: #d2222f;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  height: 350px;
  z-index: -1;
}
.videos-coluna.right {
  align-items: flex-start;
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .videos-coluna.right {
    margin-top: 48px;
  }
}
.videos-coluna.right:before {
  content: "";
  background: #233e71;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  height: 350px;
  z-index: -1;
}
.videos .video {
  width: 380px;
  height: max-content;
  background: grey;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .videos .video {
    width: 100%;
  }
}
.videos .video .img-full {
  height: auto !important;
  width: 100% !important;
  object-fit: cover !important;
}
.unidades{
  margin: 0 12%;
}
.unidades-title {
  font-size: 42px;
  font-weight: bold;
  color: white;
  background: #233e71;
  padding: 8px 12px;
  width: 100%;
}
.unidade-cidade{
  font-weight: bold; 
  font-size:17px;
}
.unidade-telefone{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .unidades-title {
    margin-bottom: 32px;
  }
  .unidades{
    margin: 0 15%;
  }
}
/* .unidades-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 32px 0;
} */

.unidades-redes-sociais{
  padding-top: 0.4rem;
}

.unidades-redes-sociais i{
  font-size: 20px !important;
}
.unidades-list{
  display: grid;
  gap: 15px;
  padding: 32px 0;
  justify-items: start;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
}

.unidades-list i{
  color: #6d6d6d !important;
}

.unidades-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 42px;
  padding: 8px;
  color: #6d6d6d !important;
}
@media screen and (max-width: 768px) {
  .unidades-list {
    display: grid;
    padding: 0;
    justify-items: start;
    grid-template-columns: repeat(1, 1fr);
  }
  .unidades-item{
    margin-right: 0;
  }
}
.unidades-item i {
  font-size: 16px;
  margin-right: 6px;
}
.unidades-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.units-block {
  background: #F1F3F4 !important;
  padding: 12px;
}
.units-block .block-header h2 {
  color: #233e71 !important;
}
@media screen and (max-width: 768px) {
  .units-block {
    margin-bottom: 32px;
  }
}

.selected-unit {
  background: #F1F3F4 !important;
}
.selected-unit .classes-links > li {
  background: #F1F3F4 !important;
  color: #233e71 !important;
  border-bottom: 0.5px dotted #233e71;
}
.selected-unit .classes-links > li i {
  margin-right: 12px;
  font-weight: bold;
}

.unit-details {
  background: #00c1e1 !important;
  margin-bottom: 16px;
}
.unit-details .unit-email {
  border: none !important;
}
.unit-details .unit-phone {
  border: none !important;
}
.unit-details .unit-address {
  border: none !important;
}

.unit-nav {
  background: #233e71 !important;
}

#main .unit-nav .nav-menu > li > a {
  border: none !important;
}

#main .unit-nav .nav-menu > li {
  border: none !important;
}

#main .unit-nav .nav-menu > li > a:hover {
  background: #192e55 !important;
}

#main .unit-nav .nav-menu > li.has-submenu > .submenu > li {
  border-top: 1px solid #192e55 !important;
  border-bottom: 1px solid #192e55 !important;
}

#main .unit-nav .nav-menu > li.has-submenu > .submenu {
  background: #192e55 !important;
}

#main .unit-nav .nav-menu > li.has-submenu > a {
  background: #233e71 !important;
}
#main .unit-nav .nav-menu > li.has-submenu > a:hover {
  background: #192e55 !important;
}

#main #content .short-news-block .block-content {
  border: none !important;
}

#main #content > .content-header {
  background: #233e71 !important;
}

.unidade .interna-row {
  display: flex !important;
  flex-direction: row !important;
}
@media screen and (max-width: 768px) {
  .unidade .interna-row {
    flex-direction: column-reverse !important;
  }
}
.unidade .regular-news-block {
  background: #233e71;
  padding: 32px 0;
  height: 480px;
  margin-bottom: 160px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .unidade .regular-news-block {
    height: max-content;
  }
}
.unidade .regular-news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .unidade .regular-news-list {
    flex-direction: column;
  }
}
.unidade .regular-news-list article {
  width: 30%;
  height: max-content;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
@media screen and (max-width: 768px) {
  .unidade .regular-news-list article {
    width: 100%;
    margin-top: initial !important;
    margin-bottom: 32px !important;
  }
}
.unidade .regular-news-list article.noticia-3 {
  margin-top: -50px;
}
.unidade .regular-news-list article.noticia-6 {
  margin-top: -45px;
}
.unidade .regular-news-list article .item-image {
  width: 100%;
  height: max-content !important;
}
.unidade .regular-news-list article .item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.unidade .regular-news-list article .item-details {
  padding: 12px;
  width: 100%;
  background: white;
  position: relative;
  padding-top: 20px;
}
.unidade .regular-news-list article .item-details a {
  color: inherit !important;
}
.unidade .regular-news-list article .item-details span {
  color: black !important;
  font-size: 16px;
  font-weight: bold;
}
.unidade .regular-news-list article .item-details .item-unit {
  position: absolute;
  top: -15px;
  left: 0;
  height: 30px;
  padding: 4px 12px;
  font-weight: bold;
  color: white;
  background: #192e55;
}
.unidade .short-news-block .btn-danger {
  color: #fff !important;
  margin: auto !important;
  background-color: #d43f3a !important;
  border-color: #d43f3a !important;
  display: block !important;
  width: 25% !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .unidade .short-news-block .btn-danger {
    width: 100% !important;
  }
}
.unidade .short-news-block .block-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .unidade .short-news-block .block-content {
    flex-direction: column;
  }
}
.unidade .short-news-block .block-content .news-item {
  width: 45%;
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .unidade .short-news-block .block-content .news-item {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.unidade .short-news-block .block-content .news-item .item-image img {
  width: 300px !important;
  height: auto !important;
  max-width: 300px !important;
}
.unidade .short-news-block .block-content .news-item .item-details {
  position: relative;
}
@media screen and (max-width: 768px) {
  .unidade .short-news-block .block-content .news-item .item-details {
    margin-top: 16px;
  }
}
.unidade .short-news-block .block-content .news-item .item-details h3 {
  color: black !important;
  margin-bottom: 16px !important;
}
.unidade .short-news-block .block-content .news-item .item-details h3 a {
  color: inherit !important;
}
.unidade .news-block {
  position: relative;
}
.unidade .news-header {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 48px !important;
  background: white;
  padding: 8px 16px;
  letter-spacing: 1px;
  color: black;
  height: 100px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.unidade .primeira-noticia {
  position: relative;
}
@media screen and (min-width: 768px) {
  .unidade .primeira-noticia:before {
    content: "";
    background: #233e71;
    top: 0;
    right: 100%;
    width: 600px;
    z-index: -1;
    height: 100px;
    position: absolute;
  }
}
.unidade .primeira-noticia a {
  color: inherit;
}
.unidade .primeira-noticia img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}
.unidade .primeira-noticia h1 {
  font-weight: bold;
}
.unidade .primeira-noticia span {
  color: grey;
}
.unidade .videos {
  margin: 104px 0 !important;
  margin-bottom: 32px !important;
}
@media screen and (min-width: 769px) {
  .unidade .videos .video {
    width: 450px !important;
    height: max-content !important;
  }
}
.unidade .videos-coluna.right {
  align-items: flex-start;
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .unidade .videos-coluna.right {
    margin-top: 48px;
  }
}
.unidade .videos-coluna.right:before {
  content: "";
  background: #233e71;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  height: 500px !important;
  z-index: -1;
}

.first {
  display: none !important;
}

.unidade {
  margin-bottom: 16px;
}
.unidade-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #eaeaea;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  color: #233e71;
}
.unidade-header.active {
  background: #233e71 !important;
  color: white;
}
.unidade-header i {
  font-size: 24px;
}
.unidade-img {
  width: 100%;
  height: auto;
}
.unidade-info {
  display: none;
}
.unidade-details {
  padding: 16px;
  color: white;
  background: #233e71;
}
.unidade-details a{
  color: white;
}
.unidade-details i {
  font-size: 24px;
  margin-right: 12px;
  width: 20px;
}
.unidade-details div {
  margin-bottom: 8px;
}

.form-contato form {
  background: #eaeaea;
  padding: 16px 12px;
}
.form-contato form legend {
  color: #233e71;
}
.form-contato form button {
  background: #233e71 !important;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  height: 100%;
  padding: 16px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .form-contato form button {
    width: 100%;
    margin-left: 0;
  }
}
.form-contato form button:hover {
  color: white !important;
}

#main #content .units-block .block-content .selected-unit .unit-image {
  height: 225px !important;
}

#menu-unidades {
  padding: 0px !important;
}
#menu-unidades .block-content {
  position: relative;
}
#menu-unidades .selected-unit {
  padding: 0 !important;
}
#menu-unidades .unit-details {
  position: absolute;
  right: 0;
  background: white !important;
}
#menu-unidades .unit-details .unit-name {
  color: #233e71 !important;
}
#menu-unidades .block-header {
  background: red !important;
  padding: 12px;
  margin-bottom: 0 !important;
}
#menu-unidades .block-header h2 {
  color: white !important;
  text-align: right;
}

.units-list li {
  width: 100% !important;
}
.units-list li a {
  text-align: right !important;
  padding-right: 8px !important;
  background: inherit !important;
  color: #233e71 !important;
  border-bottom: 1px solid #233e71;
}

#main #content .news-block .block-content .news-item:first-child {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
#main #content .news-block .block-content .news-item:first-child .item-details {
  margin-top: 16px !important;
}
#main #content .news-block .block-content .news-item:first-child .item-image {
  width: 100% !important;
  height: 400px !important;
}
#main #content .news-block .block-content .news-item:first-child .item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#main #content .news-block .block-content .news-item .item-details .item-title > a {
  color: black !important;
}
.fb-post span{
  width: 380px !important;
}
.fb-post iframe{

  width: 380px !important;
}
.fb-post iframe video{
  object-fit: cover;
}
/*# sourceMappingURL=new.css.map */

#banner-home {
  background-image: url('/assets/img/banner-conceito.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 450px !important;
  padding: 0 3%;
}
@media screen and (min-width: 768px) {
  #banner-home-container {
    width: 1100px !important;
    padding: 0 !important;
    margin: 0 auto;
  }
}@media screen and (max-width: 768px) {
  #banner-home {
    height: 115px !important;
    background-size: contain;
    background-position: center top;
  }
}

@media screen and (max-width: 768px) {
  #main #header .header-logo {
    width: 100% !important;
    margin: 12px 0 12px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "kids classapp"
      "vest preve";
    gap: 8px 0px;
    align-items: center;
  }

  #main #header .header-logo > a {
    grid-area: preve;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #main #header .header-logo > a > img {
    width: 100% !important;
    max-width: 120px;
    height: auto !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  #main #header .header-logo > .logo-slogan {
    position: static !important;
    margin: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: contents !important;
  }

  #main #header .header-logo > .logo-slogan > img {
    grid-area: classapp;
    width: 100% !important;
    max-width: 120px;
    height: auto !important;
    justify-self: center;
  }

  #main #header .header-logo > .logo-slogan > .logo-slogan {
    grid-area: vest;
    position: static !important;
    margin: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #main #header .header-logo > .logo-slogan > .logo-slogan > a {
    display: inline-flex;
    justify-content: center;
  }

  #main #header .header-logo > .logo-slogan > .logo-slogan img {
    width: 130px !important;
    height: auto !important;
    margin: 0 !important;
  }

  #main #header .header-logo > .logo-slogan > .logo-kids {
    grid-area: kids;
    position: static !important;
    display: block !important;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    width: 100%;
    text-align: center;
  }

  #main #header .header-logo > .logo-slogan > .logo-kids img {
    width: 100px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

@media screen and (width: 768px) {
  #main #header .header-logo > a > img,
  #main #header .header-logo > .logo-slogan > img,
  #main #header .header-logo > .logo-slogan > .logo-slogan img,
  #main #header .header-logo > .logo-slogan > .logo-kids img {
    width: 210px !important;
    max-width: 210px !important;
    padding-top: 0 !important;
  }

  #main #header .header-logo > a > img {
    padding-top: 0 !important;
  }

  #main #header .header-menu{
    right: 0px !important;
  }
}
