:root {

    --preto: #010101;
    --branco: #fff;
    --azul: #104380;
    --azulClaro: #c4e9f3;

}

html,
body {
    overflow-x: hidden;
}

nav {
    background-color: transparent;
    transition: .5s;
    font-weight: 600;
}

nav .nav-link {
    color: var(--branco);
    position: relative;
}

nav .nav-link:hover {
    color: var(--branco);
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: var(--azul);
    transition: .5s;
}

.nav-link:hover::before {
    width: 100%;
}

.titulo {
    color: var(--azul);
    font-size: 2.5rem;
}

.bgAzul {
    background-color: var(--azul);
}

.bgBranco {
    background-color: var(--branco);
}

.bgBranco .nav-link {
    color: var(--preto) !important;
}

.bgBranco .nav-link:hover {
    color: var(--preto) !important;
}

.branco {
    color: var(--branco);
}

.btnAzulClaro {
    background-color: var(--azul);
    color: var(--branco);
    border-radius: 0px;
    transition: .5s;
}

.btnAzulClaro:hover {
    background-color: #1758a7;
    color: var(--branco);
}

.navLogo {
    width: 250px;
}

.containerInicio {
    height: 80vh;
    min-height: 80vh;
    max-height: 800px;
    background: linear-gradient(90deg, var(--preto) 25%, rgba(255, 255, 255, 0) 80%), url(../img/backgrounds/inicio.webp) no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
}

.containerGaleria {
    height: 60vh;
    min-height: 60vh;
    max-height: 600px;
    background: linear-gradient(90deg, var(--preto) 25%, rgba(255, 255, 255, 0) 80%), url(../img/backgrounds/galeria.webp) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.tituloPrincipal {
    font-size: 3rem;
}

.roundedImg {
    border-radius: 140px 0 140px 0;
}

.containerIcone {
    background-color: #1d6fd4;
    padding: 1rem;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerIcone img {
    width: 50px;
    filter: invert(100%);
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgServico {
    width: 100%;
}

.containerImagem {
    position: relative;
    border-radius: 20px;
}

.descricao {
    position: absolute;
    bottom: 0px;
    background-color: #01010198;
    color: var(--branco);
    padding: 1rem;
    width: 100%;
    text-align: center;
}

.imgGaleria {
    width: 100%;
    padding: 0 .5rem;
}

footer {
    background-color: var(--preto);
    color: var(--branco);
}

.noobieldev {
    font-size: .7rem;
    font-weight: 500;
}

.noobieldev a {

    color: var(--azul);
    font-weight: 700;

}

.tituloFooter {
    color: var(--azul);
}

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

li {
    font-size: 1rem;
}

li a {
    color: var(--branco);
    text-decoration: none;
}

.containerWhatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #4fce5d;
    text-decoration: none;
    border-radius: 999px;
    position: fixed;
    bottom: 1.5rem;
    right: .7rem;
    z-index: 99999;
    transition: .5s;
}

.btnWhatsapp {
    color: #fff;
    text-decoration: none;
}

.btnWhatsapp:hover {
    color: #fff;
}

.containerWhatsapp:hover {
    transform: translateY(-10px);
}

.simulaMsg {
    background: #c40f0f !important;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--branco);
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {

    .descricao {
        padding: .3rem;
    }

    .descricao h3 {
        font-size: 1.5rem;
        padding: 0;
        margin: 0;
    }

}

@media screen and (max-width: 991px) {

    .roundedImg {
        border-radius: 80px 0 80px 0;
    }

}

@media screen and (max-width: 767px) {

    .tituloPrincipal {
        font-size: 2.5rem;
    }

    .containerInicio {
        background: linear-gradient(90deg, var(--preto) 35%, rgba(255, 255, 255, 0) 90%), url(../img/backgrounds/inicio.webp) no-repeat;
        background-size: cover;
        background-position: center left;
        background-attachment: fixed;
    }

}

@media screen and (max-width: 576px) {


    .navLogo {
        width: 190px;
    }

    .containerInicio {
        height: 100dvh;
        background: linear-gradient(180deg, var(--preto) 30%, rgba(255, 255, 255, 0) 90%), url(../img/backgrounds/inicio.webp) no-repeat;
        background-size: cover;
        background-position: center left;
        background-attachment: fixed;
    }

    .tituloPrincipal {
        font-size: 2.5rem;
    }

    .titulo {
        font-size: 1.8rem;
        text-align: center;
    }

    .roundedImg {
        border-radius: 80px 0 80px 0;
    }

    .descricao {
        padding: .3rem;
    }

    .descricao h3 {
        font-size: 1.1rem;
        padding: 0;
        margin: 0;
    }

    .containerWhatsapp {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }


}

@media screen and (max-height: 600px) {

    .containerInicio {
        height: 100vh;
    }

}