@font-face {
    font-family: 'tecnor';
    src: url('../styles/fonts/Technor-Regular.otf');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap;
}

@font-face {
    font-family: 'century';
    src: url('../styles/fonts/Century-Gothic.ttf');
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap;
}

/* rgb padrao
    #0691C0
    #4AADC0 -> mais clara
*/

*{
    box-sizing: border-box;
}

body, html {
    margin: 0;
    color: white;
    scroll-behavior: smooth;
    max-width: 100vw;
}
body {
    overflow-x: hidden;
}

header {
    position: fixed !important;
    overflow: visible;
    z-index: 10;
    width: 100%;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    background-color: rgb(0 0 0 / 24%);
    backdrop-filter: blur(10px);

    #logo {
        margin-right: 15vw!important;
        cursor: pointer;

        #escudo {
            width: auto!important;
            height: 70px !important;
            position: fixed !important;
            top: 15px !important;
            left: 56.5px !important;
        }
    }
}

.menu-hamburger {
    margin-top: 0 !important;
    width: 100%;
    display: flex;
    justify-content:space-around !important;
    /* border-bottom: 1px solid #4AADC0 !important; */
}

.menu-hamburguer-elements {
    display: flex;
    width: 80%;
    height: 10vh;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.5vh !important;
    margin-left: 20vw;
}

.menu-hamburguer-elements li {
    list-style: none;
    font-size: 18px;
    margin: 2rem 0;
    list-style: none;
}

.menu-hamburguer-elements a:hover {
    cursor: pointer !important;
    padding-bottom: -5vh !important;
    color: #4AADC0 !important;
}

.menu-hamburguer-elements a.selected {
    color: white !important;
    background-color: rgb(006, 145, 192);
    padding: 15px 25px;
    width: 100%;
    border-radius: 15px;

}

/* Botao do menu hamburguer */
.menu {
    background-color: #4aacc0d6;
    width: 60px;
    height: 60px;
    margin: 1rem 85vw;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.hamburguer {
    position: relative;
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    top: 29px;
    left: 15px;
    transition: 0.5s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
    background: #ffff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s ease-in-out;
}

.hamburguer:before {
    top: -10px;
}

.hamburguer:after {
    bottom: -10px;
}

#menu-hamburguer {
    display: none;
}

/* rotação dos elementos do span */
#menu-hamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
}

#menu-hamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
}

#menu-hamburguer:checked ~ label .hamburguer:after {
    transform: rotate(90deg);
    bottom: 0;
}

#menu-hamburguer:checked ~ .menu-hamburguer-elements{
    left: 50vw;
}

h1, h2 {
    font-family: 'tecnor', 'century';
}

p, li, ul, a, button, input, label, h3 {
    font-family: 'Century', 'tecnor';

}

h1 {
    margin-top: 0;
    padding-top: 5vh;
    font-size: 40px;
    /* margin: 0 auto; */
}

.primeiroSecao {
    padding-top: 5vh !important;
}

h2 {
    font-size: 35;
}

p {
    width: 55vw;
    font-size: 20px;
    text-align: left;
    margin: 0 auto;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 16px;
}

a {
    color: white;
    text-decoration: none;
}

img {
    max-width: 100%;
}

button {
    font-size: 16px;
}

section {
    max-width: 100vw;
    background-position: center !important;
    background-size: cover !important;
}

#voltarInicio {
    background-color: #4aacc09f;
    border-radius: 50px;
    padding: 0.5vw;
    position: fixed;
    left: 93vw;

}

#voltarInicio:hover{
    cursor: pointer;
}

.embaixo-logo-footer{
    display: flex;
    margin-top: 5px;
    padding-bottom: 20px;
    column-gap: 80px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.logo-footer{
    width: 350px;
    margin-bottom: 15px;
}

footer{
    background-color: #3529a10f;
    padding: 30px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 350px;

    p {
        width: auto!important;
    }
}

footer a{
    text-decoration: none;
    color: #fff;
}

.embaixo-logo-footer p{
    font-size: 16px;
    margin-bottom: 5px;
}

.embaixo-logo-footer-esq{
    /* margin-right: 80px; */
    flex-direction: column;
    display: flex;
}

.embaixo-logo-footer-esq p{
    transition: transform 0.3s ease;
}

.embaixo-logo-footer-esq p:hover{
    transform: scale(1.05);
}

.embaixo-logo-footer-dir-dir{
    display: flex;
    flex-direction: column;
    /* margin-left:80px ; */
}

#artigos h1{
    align-self: flex-start;
    margin-left: calc(10% + 20px);
}

#cases h1{
    align-self: flex-start;
    margin-left: 50px;
}

.botao-contrate-footer{
    padding: 15px 25px;
    background-color: rgb(006, 145, 192);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Technor', sans-serif;
    cursor: pointer;
    transition: transform 0.3s ease;

}

.botao-contrate-footer:hover{
    transform: scale(1.2);
}

.botao-contrate-footer p{
    font-size: 20px;
    
}

.logo-redes-sociais{
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.logo-redes-sociais img{
    width: 30px;
    filter: invert(100%);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.logo-redes-sociais img:hover{
    transform: scale(1.2);
}


.footer-lado-dir{
    display: flex;
    flex-direction: column;
    justify-content: space-between  ;
    height: 100%;
}

.footer-baixo{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}


/* ---------------------------------------------------------------------------------------- */
/* MEDIA QUERIES */
/* dispositivos moveis */
@media (min-width:320px) and (max-width:480px) {
    h1 {
        font-size: 20px;
    }

    #voltarInicio {
        width: 26px;
        height: 26px;
        padding: 0.9vw;
        left: 88vw;
        bottom: 80px;
    }

    h2 {
        font-size: 25px;
    }

    p {
        width: 55vw;
        font-size: 18px;
        text-align: left;
        margin: 0 auto;
    }

    li {
        font-size: 16px;
    }

    header {
        height: 90px;

        #escudo {
            /* margin-top: 1.8vh; */
            margin-left: -50px;
        }
    }

    .menu-hamburger {
        display: flex;
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        overflow: visible;
        z-index: 0;
    }

    .hamburguer {
        z-index: 1;
    }

    .menu-hamburguer-elements {
        width: 100vw;
        height: 100vh;
        background-color: rgb(10, 10, 10);
        position: fixed;
        left: 100vw;
        top: 0;
        margin-left: 0;
        margin-top: 0 ;
        transition: left cubic-bezier(1,0,0,1) .8s;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        
    }

    #primeiroLi {
        margin-top: 10vh !important;
        z-index:2;
    }
    .menu {
        display: flex;
        height: 60px;
        width: 60px;
        margin: 1rem 78vw;
    }

    #menu-hamburguer:checked ~ .menu-hamburguer-elements{
        left: 0vw;
    }

    footer{
        flex-direction: column;
        height: 100%;
        padding: 30px 40px;
    }

    .footer-lado-esq{
        margin-bottom: 20px;
    }

    .footer-lado-dir{
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
    }

    .footer-cima{
        margin: 0px 30px 0 0;
    }

    .logo-footer {
        width: 250px;
    }


    .gt_switcher_wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;

        img {
            width: 25px;
            height: auto;
        }
    }


}

/* iPads, tablets */
@media (min-width:481px) and (max-width:768px) {

    h1 {
        font-size: 30px;
    }

    #voltarInicio {
        width: 25px;
        height: 25px;
        padding: 0.6vw;
        left: 90vw;
        bottom: 80px;
    }


    h2 {
        font-size: 25px;
    }

    p {
        width: 55vw;
        font-size: 18px;
        text-align: left;
        margin: 0 auto;
    }

    li {
        font-size: 16px;
    }

    header {
        height: 90px;

        #escudo {
            margin-left: -50px;
        }
    }

    .menu-hamburger {
        display: flex;
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        overflow: visible;
        z-index: 1;
    }

    .menu-hamburguer-elements {
        width: 100vw;
        height: 100vh;
        background-color: rgb(10, 10, 10);
        position: fixed;
        left: 100vw;
        top: -1vh;
        margin-left: 0;
        margin-top: 0 ;
        transition: left cubic-bezier(1,0,0,1) .8s;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        z-index: -1;
    }

    .menu {
        display: flex;
        height: 60px;
        width: 60px;
    }

    footer{
        flex-direction: column;
        height: 100%;
        padding: 30px 40px;
    }

    .footer-lado-esq{
        margin-bottom: 20px;
    }

    .footer-lado-dir{
        width: 100%;
        align-items: flex-start;
        flex-direction: row;
    }

    .footer-cima{
        margin: 0px 30px 0 0;
    }

    .logo-footer {
        width: 250px;
    }

    .gt_switcher_wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;

        img {
            width: 25px;
            height: auto;
        }
    }
}

/* telas pequenas, laptops */
@media (min-width: 769px) and (max-width:1024px) {
    h1 {
    }

    header {
        height: 90px;

        #escudo {
            margin-left: -50px;
        }
    }

    .menu-hamburger {
        display: flex;
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        overflow: visible;
        z-index: 1;
    }

    .menu-hamburguer-elements {
        width: 100vw;
        height: 100vh;
        background-color: rgb(10, 10, 10);
        position: fixed;
        left: 100vw;
        top: -1vh;
        margin-left: 0;
        margin-top: 0 ;
        transition: left cubic-bezier(1,0,0,1) .8s;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        z-index: -1;
    }

    .menu {
        display: flex;
        height: 60px;
        width: 60px;
    }
    h1 {
        font-size: 30px;
    }

    #voltarInicio {
        width: 25px;
        height: 25px;
        padding: 0.6vw;
        left: 90vw;
        bottom: 80px;
    }


    h2 {
        font-size: 25px;
    }

    p {
        width: 55vw;
        font-size: 18px;
        text-align: left;
        margin: 0 auto;
    }

    #calculo {
        width: 85vw;
    }

    li {
        font-size: 16px;
    }


}

/* desktops, telas grandes */
@media (min-width: 1025px) and (max-width:1200px) {
    h1 {
    }

    header {
        height: 90px;
    }

    .menu-hamburger {
        /* display: flex;
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        overflow: auto;
        z-index: 1; */
    }

    .menu-hamburguer-elements {
        margin-left: 23vw;
        margin-right: 1vw;
        /*
        margin-left: 30vw;
        margin-right: 1vw;
        width: 100vw;

        height: 100vh;
        background-color: rgb(10, 10, 10);
        position: fixed;
        left: 100vw;
        top: -1vh;
        transition: left cubic-bezier(1,0,0,1) .8s;
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: center;
        z-index: -1;  */
    }

    .menu {
        /* display: flex;
        height: 60px;
        width: 60px; */
    }
}

/* telas muito grandes, TVs */
@media (min-width: 1201px) {
    h1 {
    }
}