@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');

:root {
    --zaffre: #0511A3;
    --lapisLazuli: #1F5DA7;
    --blueNCS: #0086C8;
    --lavenderWeb: #E3F2FA;
    --cinza: #383536;
  }

* {
    padding:0;
    margin:0;
    vertical-align:baseline;
    list-style:none;
    border:0
}

body {
    width: 100%;
    height: fit-content;
}

#banner {
    width: 100%;
    height: fit-content;
}

#img_banner {
    width: 100%;
    height: 635px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#img_banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#img_banner > #title_banner {
    font-family: 'Oswald';
    font-size: 54px;
    color: white;
    position: absolute;
    left: 50%;
    bottom: 167px;
    z-index: 3;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    #img_banner {
        height: 500px;
    }
    
    #img_banner > #title_banner {
        font-size: 42px;
        bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    #img_banner {
        height: 400px;
    }
    
    #img_banner > #title_banner {
        font-size: 36px;
        bottom: 50px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 665px) {
    #img_banner > img {
        object-position: right center;
    }

    #img_banner > #title_banner {
        font-size: 30px;
        bottom: 50px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    #img_banner {
        height: 300px;
    }
    
    #img_banner > #title_banner {
        font-size: 24px;
        bottom: 50px;
        padding: 0 20px;
    }
}

#main_frase{
    width: 100%;
    height: 265px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_frase_text {
    font-family: "Open Sans";
    font-size: 28px;
    width: 615px;
    height: auto;
    color: var(--cinza);
    text-align: center;
    line-height: 1.8em;
}

@media screen and (max-width: 665px) {
    #main_frase_text {
        font-size: 22px;
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    #main_frase_text {
        font-size: 18px;
    }
}

#main_info{
    width: 100%;
    height: 465px;
    background-color: var(--blueNCS);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1300px) {
    #main_info {
        height: auto;
        padding: 30px 0;
    }
}

#split_two{
    width: 1300px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
@media screen and (max-width: 1300px) {
    #split_two {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    #split_two {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 480px) {
    #split_two {
        gap: 30px;
    }
}

#split_img{
    width: 650px;
    height: 405px;
}
@media screen and (max-width: 760px) {
    #split_img {
        width: 500px;
        height: auto;
    }
}
@media screen and (max-width: 665px) {
    #split_img {
        width: 450px;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    #split_img {
        width: 300px;
        height: auto;
    }
}


#split_img > img {
    width: 100%;
    height: 100%;
}

#split_text{
    width: 510px;
    height: auto;
    font-size: 24px;
    font-family: "Open Sans";
    color: white;
    line-height: 1.8em;
}
@media screen and (max-width: 1300px) {
    #split_text {
        width: 500px;
    }
}
@media screen and (max-width: 760px) {
    #split_text {
        width: 500px;
        font-size: 18px;
        text-align: center;
        padding: 0 20px;
    }
}

.whats_banner {
    width: 100%;
    background: #2db34a;
    /* verde tipo Whats */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 16px 40px 16px;
}

@media screen and (max-width: 840px) {
    .whats_banner {
        padding: 30px 0 40px 0;
    }
}

.whats_banner__link {
    width: 880px;
    display: inline-flex;
    align-items: center;
    gap: 65px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Oswald", Arial, sans-serif;
    line-height: 1.15;
    transition: transform 0.3s ease;
}

.whats_banner__link:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 840px) {
    .whats_banner__link {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        width: 100%;
    }
}

.whats_banner__text {
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    font-family: "Oswald";
    text-align: right;
    line-height: 1.5em;
}

@media screen and (max-width: 840px) {
    .whats_banner__text {
        text-align: center;
    }
}

.whats_banner__icon_phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.whats_banner__icon {
    width: 50px;
    height: 52px;
    flex: 0 0 54px;
}

.whats_banner__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.whats_banner__phone {
    font-weight: 600;
    font-size: 36px;
    white-space: nowrap;
    font-family: "Open Sans";
}

/* Responsivo */
@media screen and (max-width: 960px) {

    .whats_banner__text,
    .whats_banner__phone {
        font-size: 32px;
    }

    .whats_banner__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }
}

@media screen and (max-width: 600px) {
    .whats_banner__link {
        flex-direction: column;
        text-align: center;
    }

    .whats_banner__text,
    .whats_banner__phone {
        font-size: 26px;
    }

    .whats_banner__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .whats_banner__br {
        display: none;
    }
}

.galery {
    background-color: #1F5DA7;
}

.galery .centre {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0 110px 0;
    margin-bottom: 80px;
}

@media screen and (max-width: 1300px) {
    .galery .centre {
        width: 642px;
    }
}

@media screen and (max-width: 700px) {
    .galery .centre {
        width: 272px;
    }
}

.galery .external {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.galery .image {
    width: 310px;
    height: 310px;
    overflow: hidden;
    background-color: #000;
}

@media screen and (max-width: 700px) {
    .galery .image {
        width: 270px;
        height: 270px;
    }
}

.galery .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Modal da Galeria */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    max-height: 1000px;
    top: 50%;
    transform: translateY(-50%);
}

#modalImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.nav-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 16px 20px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 35%;
    transition: background-color 0.3s;
}

.nav-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.nav-btn.prev {
    left: 20px;
}

.nav-btn.next {
    right: 20px;
}

/* Cursor pointer para as imagens da galeria */
.galery .image {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.galery .image:hover {
    transform: scale(1.05);
}


/* What we do */
.what_we_do {
    width: 100%;
}

.what_we_do .centre {
    width: 1020px;
    margin: 0 auto;
    padding: 85px 0 100px 0;
}

@media screen and (max-width: 1080px) {
    .what_we_do .centre {
        width: 80%;
    }
}

@media screen and (max-width: 760px) {
    .what_we_do .centre {
        width: 90%;
    }
}

.what_we_do .what_title {
    font-family: "Oswald";
    font-size: 54px;
    font-weight: 500;
    color: #0511A3;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 760px) {
    .what_we_do .what_title {
        font-size: 40px;
        font-weight: 600;
    }
}

.what_we_do .bullet_points {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.what_we_do .bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.what_we_do .bullet_icon {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    color: #0086C8;
}

.what_we_do .bullet_title {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

@media screen and (max-width: 760px) {
    .what_we_do .bullet_title {
        font-size: 20px;
    }
}

/* Footer */

#footer{
    width: 100%;
    height: 360px;
    background-color: var(--lavenderWeb);
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    #footer{
        height: fit-content;
    }
}

#centre{
    width: 1300px;
    height: fit-content;
    display: flex;
    padding-top: 75px;
}

@media screen and (max-width: 1300px) {
    #centre{
        width: 100%;
        justify-content: center;
        padding: 75px 20px 0;
    }
}

@media screen and (max-width: 1200px) {
    #centre{
        flex-direction: column;
        align-items: center;
        padding: 50px 20px;
    }
}

#leftSide3{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

@media screen and (max-width: 1200px) {
    #leftSide3{
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 35px;
    }
}

#logoFooter{
    width: 265px;
    height: auto;
}

#footerLogo{
    width: 100%;
    height: 100%;
}

#info{
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    color: var(--zaffre);
}
@media screen and (max-width: 1200px) {
    #info{
        text-align: center;
    }
}

#rightSide3{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media screen and (max-width: 1200px) {
    #rightSide3{
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }
}

.eachLink{
    display: flex;
    gap: 10px;
    font-family: "Open Sans";
    font-size: 18px;
    color: var(--cinza);
    text-decoration: none;
    width: fit-content;
    align-items: center;
}
.eachLink:hover{
    color: var(--lapisLazuli);
}
@media screen and (max-width: 1200px) {
    .eachLink{
        width: 550px;
    }
}
@media screen and (max-width: 960px) {
    .eachLink{
        width: 100%;
        padding: 0 20px;
        flex-direction: column;
        text-align: center;
    }
}
.icons {
    width: 24px;
    height: 24px;
}

.icons img {
    width: 100%;
    height: 100%;
}

