/*
Theme Name: Internet School JY
Theme URI: https://github.com/zionscript
Author: Yuri Oliveira
Author URI: https://github.com/zionscript
Description: Tema feito pela Valiant Group.
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    border: none;
}

header .home-menu {
    display: flex;
    /* gap: 5px; */
    list-style: none;

    display: flex;
                list-style: none;
                flex-direction: row;
                margin: 0;
                padding: 0;
                gap: 20px;
}

.iswp-header-container {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.flag__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
    background: #15344E !important;
    color: #ffffff;
}
.flag__header a {
    color: #fff
}

.flag__header a:hover {
    color: #fec600;
}

/* .flag__header a > img:hover {
    filter: invert(65%) sepia(95%) saturate(781%) hue-rotate(1deg) brightness(180%) contrast(104%);
} */

.flag__header .title__flag {
    font-size: 12px;
    font-weight: 600;
}

/* .iswp-menu-container {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
*/
/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
.iswp-header-container .iswp-menu-container {
    background: rgba(255, 255, 255, 1);
    padding: 22px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iswp-menu-logo img {
    max-width: 120px;
    height: auto;
}

/* .iswp-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.iswp-menu-list li {
    display: inline-block;
}

.iswp-menu-list a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}

.iswp-menu-list a:hover {
    color: #e99427;
} */



            /* .iswp-main-menu-list,
            .iswp-menu-list {
                display: flex;
                list-style: none;
                flex-direction: row;
                margin: 0;
                padding: 0;
                gap: 20px;
            } */
            
.home-menu {
    display: flex;
    list-style: none;
    flex-direction: row;
    gap: 10px;
}

            .iswp-main-menu-list li,
            .iswp-menu-list li {
                margin: 0;
            }
            
            .menu-item a {
                text-decoration: none;
                color: #15344E;
                padding: 10px 15px;
                display: block;
                transition: all 0.3s ease;
                font-weight: bold;
                font-size: 16px;
            }
            
            .menu-item a:hover {
                opacity: 0.8;
                color: #12344F;
            }

            .button-cta {
			    font-family: "Montserrat", Arial, sans-serif;
                background-color: #15344E;
                color: #ffffff;
                border: none;
                padding: 12px 33px;
                border-radius: 10px;
                font-weight: bold;
                cursor: pointer;
                transition: background-color 0.3s ease;

            }

            .button-cta:hover {
              transform: scale(1.1);
              transition: transform 0.3s ease;
            }
            
            @media (max-width: 768px) {
                .iswp-menu-container {
                    flex-direction: column;
                    gap: 20px;
                }
                
                .iswp-main-menu-list,
                .iswp-menu-list {
                    flex-wrap: wrap;
                    justify-content: center;
                    gap: 10px;
                }
            }
    

@media (max-width: 768px) {
    .iswp-menu-container {
        flex-direction: column;
        align-items: center;
    }

    .iswp-menu-list {
        flex-direction: column;
        gap: 10px;
    }

    .flag__header {
        flex-direction: column;
        text-align: center;
    }
}

body {
    /* background-color: #ECECEC !important; */
    background-color: #fff !important;
    display: flex;
    flex-direction: column;

    font-family: "Montserrat", Arial, sans-serif;
}

.big-number__icon > svg {
    width: 52px !important;
    height: 52px !important;
}


 .content__footer {
  background-color: #ffffff;
  padding: 45px 120px;
  font-family: "Montserrat", Arial, sans-serif;
  height: 342px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1;
  min-width: 220px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.footer-column ul {
    display: flex;
    flex-direction: column;
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 2px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #333;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #333;
}

.copy {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #777;
}



.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.carousel-posts {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

.carousel-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 16px;
  min-width: 300px;
  max-width: 300px;
  flex-shrink: 0;
}

.carousel-image img {
  width: 100%;
  border-radius: 10px;
}

.carousel-title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}

.carousel-content {
  font-size: 14px;
  color: #555;
}

.carousel-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #333;
  cursor: pointer;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  z-index: 10;
}

.carousel-nav.prev { left: 20px; }
.carousel-nav.next { right: 20px; }