*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    --red_color: red;
    --marine_color: #203761;
    --gray_color: #76808c;
    --ligthblue_color: #00afd8;
    --back_color: #FFFFFF;
}
@font-face {
    font-family: 'MADE Tommy';
    src: url('fonts/MADE\ TOMMY\ Bold_PERSONAL\ USE.otf') format('opentype'); 
    font-weight: 700;
    font-style: normal; 
}
@font-face {
    font-family: 'MADE Tommy';
    src: url('fonts/MADE\ TOMMY\ Light_PERSONAL\ USE.otf') format('opentype'); 
    font-weight: 400;
    font-style: normal; 
}

h1, h2, h3, p, a, span{
    font-family: 'MADE Tommy', sans-serif;
    font-weight: 700;
}
a{
    text-decoration: none;
}
header{
    background-color: var(--marine_color);
    width: 100dvw;
    display: flex;
    align-items: center;   
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 5px var(--marine_color);
    z-index: 1;
}


header .home, header .content{
    display: flex;
    justify-content: center;
    width: 50%;
}
header a{
    color: white;
    border: none;
    border-radius: 15px;
}
header .content a#contato{
    background-color: var(--ligthblue_color);
}
header .content a#emergencia{
    background-color: var(--red_color);
}
body{
    overflow-x: hidden;
    background: var(--back_color);
}
html{
    background-color: var(--ligthblue_color);
}

.start_page{
    display: flex;
    align-items: center;
    justify-content: center;
}
main{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
main .start_page{
    width: 100dvw;
    display: flex;
    justify-content: center;
}
main .start_page .capa{
    display: flex;
    align-items: center;
    justify-content: end;
}
main .start_page .capa img{
    height: auto;
}

main .start_page .text{
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

main .start_page .text p{
    line-height: 1;
    color: var(--marine_color);
    text-align: end;
}
main .start_page .text p#tx{
    color: var(--ligthblue_color);
    font-family: 'MADE Tommy', sans-serif;
    /*font-weight: 400;*/
}

main .servicos{
    margin-top: 20px;
    width: 100dvw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main .servicos img{
    max-width: 225px;
    height: auto;
}
main #tittle_struct, main #tittle_team{
    margin-top: 60px;
    padding: 20px;
}
main #tittle_struct h2, main #tittle_team h2{
    font-size: 36px;
    font-weight: 400;
    color: var(--marine_color);
}
main .photos{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}
main .itens_equipe{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1199px;
}
main .itens_equipe .pessoa{
    width: 280px;
    height: 435px;
    margin-left: 10px;
    margin-right: 10px;
}
main .itens_equipe .pessoa .img-pessoa{
    border-radius: 5px 5px 0px 10px;
    width: 100%;
    height: 373.33px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
main .itens_equipe .pessoa .img-pessoa img{
    width: 100%;
}
main .itens_equipe .pessoa p{
    color: var(--marine_color);
    font-weight: 400;
}
main .itens_equipe .pessoa .img-pessoa p.name{
    position: absolute;
    bottom: 0px;
    background-color: var(--ligthblue_color);
    padding: 5px;
    border-radius: 0px 10px 0px 10px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 100%;
}
main .photos .card{
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-width: 300px;
    display: flex;
    border-radius: 4px;
    box-shadow: 1px 1px 3px var(--gray_color), -1px -1px 3px var(--gray_color);
    transition: 0.4s ease-in-out;
}
main  .photos .card span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #FFFFFF;
    padding: 10px;
    padding-right: 20px;
    background-color: var(--ligthblue_color);
    border-radius: 0px 25px 5px 0px;
    font-weight: 400;
}

main .photos .card img{
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s ease-in-out;
}
main .photos .card img:hover{
    min-width: 105%;
    min-height: 105%;
}


footer{
    padding: 20px 0px 20px 0px;
    background-color: var(--ligthblue_color);
    width: 100dvw;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
footer .box{
    border-radius: 5px;
    overflow: hidden;
    width: 450px;
    height: 500px;
}
footer .box#mapa iframe{
    width: 100%;
    height: 100%;
}
footer .box#mapa h3, footer .box#instagram h3{
    color: var(--marine_color);
    font-weight: 400;
    padding-bottom: 10px;
}
footer .box#instagram blockquote{
    width: 100%;
    height: 100%;
}

footer .box#text{
    background-color: var(--ligthblue_color);
    display: block;
    justify-content: center;
    padding: 20px;
    padding-top: 50px;
}
footer .box#text img{
    width: 70%;
    height: auto;
}

footer .box#text p{
    color: var(--marine_color);
    
}
footer .box#text p#line{
    font-weight: 400;
}

footer .box#text a{
    color: var(--marine_color);
}
footer .box#text img.ico{
    width: 18px;
    height: auto;
    vertical-align: middle;
}
#vs_web{
    width: 100dvw;
    background-color: var(--ligthblue_color);
    display: flex;
    justify-content: end;
    padding-right: 30px;
}
#vs_web a{
    font-weight: 400;
    color: var(--back_color);
    font-size: 12px;
}
img#whatsapp-button{
    width: 75px;
    position: fixed;
    bottom: 10px;
    right: 15px;
}
@media only screen and (max-width: 480px) {
    header{
        height: 75px;
    }
    header .home img{
        height: 110px;
    }
    header .content{
        justify-content: space-around;
    }
    header a{
        padding: 5px;
        font-size: 12px;
    }
    main{
        margin-top: 75px;
    }
    header .content a#emergencia{
        margin-left: 0px;
    }
    main .start_page{
        flex-direction: column;
        align-items: center;
    } 
    main .start_page .capa{
        width: 100%;
    }
    main .start_page .capa img{
        width: 100%;
    }
    main .start_page .text{
        align-items: end;
        width: 95%;
    }
    main .start_page .text#mobile{
        display: flex;
        padding-top: 15px;
    }  
    main .start_page .text#desk{
        display: none;
    } 
    main .start_page .text p{
        font-size: 2.2rem;
    }
    main .start_page .text p#tx{
        font-size: 1.4rem;
    }
    main .servicos img{
        width: 22%;
    }
    main .photos, main #tittle_struct, main #tittle_team, main .itens_equipe{
        width: 100%;
    }
    main .photos .card{
        width: 302px;
        height: 403px;
        margin: 15px 0px 15px 0px;
    }
    footer{
        flex-direction: column-reverse;
        padding: 0px 0px 0px 0px;
    }
    footer .box{
        margin-bottom: 10px;
        width: 300px;
        height: 400px;
    }
    footer .box#text p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    
}
@media only screen and (min-width: 481px) {
    header{
        height: 75px;
    }
    header .home img{
        height: 110px;
    }
    header a{
        padding: 5px;
        font-size: 12px;
    }
    header .content a#emergencia{
        margin-left: 10px;
    }
    main{
        margin-top: 75px;
    }
    main .start_page{
        flex-direction: column;
        align-items: center;
    }   
    main .start_page .capa{
        width: 100%;
    }
    main .start_page .capa img{
        width: 100%;
    }
    main .start_page .text{
        align-items: center;
        width: 90%;
    }
    main .start_page .text#mobile{
        display: flex;
        padding-top: 15px;
    }  
    main .start_page .text#desk{
        display: none;
    } 
    main .start_page .text p{
        font-size: 2.5rem;
    }
    main .start_page .text p#tx{
        font-size: 2rem;
    }
    main .servicos img{
        width: 22%;
    }
    main .photos, main #tittle_struct, main #tittle_team, main .itens_equipe{
        width: 100%;
    }
    main .photos .card{
        width: 302px;
        height: 403px;
        margin: 15px 0px 15px 0px;
    }
    footer{
        flex-direction: column-reverse;
    }
    footer .box{
        margin-bottom: 10px;
        width: 300px;
        height: 400px;
    }
    footer .box#text p{
        font-size: 12px;
        margin-bottom: 10px;
    }
    
}
@media only screen and (min-width: 768px) {
    header{
        height: 100px;
    }
    header .home img{
        height: 150px;
    }
    header a{
        padding: 10px;
        font-size: 16px;
    }   
    header .content a#emergencia{
        margin-left: 50px;
    }
    main{
        margin-top: 100px;
    }
    main .start_page{
        flex-direction: row;
        align-items: start;
    } 
    main .start_page .capa{
        width: 50%;
    }
    main .start_page .capa img{
        width: 650px;
        max-width: 85%;
    }
    main .start_page .text{
        align-items: start;
        width: 50%;
    }
    main .start_page .text#mobile{
        display: none;
    }  
    main .start_page .text#desk{
        display: flex;
    } 
    main .start_page .text p{
        font-size: 2.6rem;
    }
    main .start_page .text p#tx{
        font-size: 2.2rem;
    }
    main .servicos img{
        width: 10.5%;
    }
    main .photos, main #tittle_struct, main #tittle_team, main .itens_equipe{
        width: 90%;
    }
    main .photos .card{
        width: 432px;
        height: 576px;
        margin: 30px;
    }
    footer {
        flex-direction: column-reverse;
    }
    footer .box{
        width: 400px;
        height: 500px;
    }
    footer .box#text p{
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) {
    main .start_page .text p{
        font-size: 3.2rem;
    }
    main .start_page .text p#tx{
        font-size: 2.8rem;
    }
    main .start_page .text{
        padding-left: 0px;
    }
    
    footer {
        flex-direction: row;
    }
    footer .box{
        margin-bottom: 0px;
        width: 300px;
        height: 400px;
    }
    footer .box#text p{
        font-size: 12px;
    }
}



@media only screen and (min-width: 1200px) {
    main .start_page .text p{
        font-size: 3.7rem;
    }
    main .start_page .text p#tx{
        font-size: 3.3rem;
    }
    main .start_page .text{
        padding-left: 50px;
    }
    footer .box{
        width: 400px;
        height: 500px;
    }
    footer .box#text p{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1500px) {
    main .start_page .text p{
        font-size: 4rem;
    }
    main .start_page .text p#tx{
        font-size: 3.6rem;
    }
    footer .box#text p{
        font-size: 16px;
    }
}