@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html{
    overflow-x: hidden;
}

body{
    background-color: #00002C;
    overflow-x: hidden;
}

/* Header */
header{
    background-color: #00003D;
    position: fixed;
    height: 120px;
    z-index: 999;
}

/* Barra das redes sociais */

.bar-redes-sociais{
    height: 30px;
}

.bar-redes-sociais a{
    display: inline;
    text-decoration: none;
}

.bar-redes-sociais .icon-redes-sociais{
    display: inline-flex;
    height: 20px;
    margin-top: 5px;
    padding: 0;
}

.bar-redes-sociais a:nth-child(2){
    margin-left: 15px;
}

.bar-redes-sociais .icon-redes-sociais svg{
    height: 20px;
}

.bar-redes-sociais .icon-redes-sociais svg path{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.bar-redes-sociais .icon-redes-sociais p{
    color: white;
    font-size: 18px;
    margin: -2px 0 0 5px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.redes-right .icon-redes-sociais{
    float: right;
    margin: 5px 7.5px;
}

.bar-redes-sociais a:hover svg path{
    fill: #E9CB37;
}

.bar-redes-sociais a:hover p{
    color: #E9CB37;
}

/* Barra de Menu e Logotipo */
.bar-menu{
    height: 90px;
}

.bar-menu .logotipo{
    padding-top: 20px;
}

.bar-menu .logotipo a{
    height: 50px;
}

.bar-menu .logotipo img{
    height: 50px;
}

.bar-menu .menu-desk{
    height: 90px;
    padding-top: 33px;
}
.bar-menu .menu-desk div{
    height: auto;
    display: inline-block;
    float: right;
}
.bar-menu .menu-desk ul li a{
    text-decoration: none;
    color: white;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.bar-menu .menu-desk ul li{
    list-style: none;
    float: left;
    margin: 0 20px;
}
.bar-menu .menu-desk ul a:hover, .bar-menu .menu-desk ul a:active{
    color: #E9CB37;
}

.active{
    color: #E9CB37 !important;
    font-weight: 700 !important;
}

.fixed {
    position: fixed;
    top: 0
} 

.bar-menu .btn-orc{
    height: 90px;
    padding-top: 27.5px;
}
.bar-menu .btn-orc a{
    text-decoration: none;
}
.bar-menu .btn-orc div{
    width: 100%;
    height: 35px;
    border: solid 2px #E9CB37;
    border-radius: 35px;
    color: #E9CB37;
    text-transform: uppercase;
    padding-top: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.bar-menu .btn-orc p{
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.bar-menu .btn-orc a:hover div{
    background-color: #E9CB37;
    color: #00003D;
}

/* MENU MOBILE */
.menu-mobile{
    height: 0;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #00003D;
    overflow: hidden;

    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.menu-mobile.abrir-menu{
    width: 50%;
    height: 100vh;
}

.menu-mobile.abrir-menu ~ .overlay-menu{
    display: block;
}

.menu-mobile ul li{
    list-style: none;
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding: 15px;
}

.menu-mobile ul li a{
    color: #fff;
    text-decoration: none;
}

.btn-fechar, .bi-x-lg{
    width: 40px;
    height: 40px;
}

.bi-x-lg{
    fill: #E9CB37;
}

.bi-list{
    fill: #fff;
    height: 90px;
    width: 50px;
    float: right;
}

.overlay-menu{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,44,0.8);
    display: none;
}


/* BANNER */

.banner{
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: cover;
    padding: 0;
}

.webp .banner{
    background-image: url(../img/galeria/1000069148-min.webp);
}

.no-webp .banner{
    background-image: url(../img/galeria/1000069148-min.jpg);
}

.banner .degrade-banner{
    height: 100vh;
    background-image: linear-gradient(to right, rgba(0,0,61,1), rgba(0,0,61,0));
}

.banner .container{
    padding-top: 30vh;
}

.banner h1{
    color: #fff;
    line-height: 40px;
    text-shadow: #00003D 2px 2px 5px;
}

.banner h1 b{
    font-weight: 800;
    color: #E9CB37;
}

/* A DYFERE */

.adyfere{
    padding: 150px 15px;
}

.adyfere h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.adyfere h1{
    color: #E9CB37;
    font-weight: 800;
    margin-bottom: 50px;
}

.adyfere p{
    color: #fff;
}

.adyfere .foto img{
    max-width: 100%;
    max-height: 100%;
}

.linha img{
    margin-top: -17px;
}

/* RAMO */
.ramos{
    background: rgb(0,0,44);
    background: linear-gradient(180deg, rgba(0,0,44,1) 50%, rgba(21,91,163,1) 50%);
}

.icon-ramo{
    background-color: #00003D;
    box-shadow: #00002C 2px 2px 10px;
    padding: 15px;
    height: 300px;
    border-radius: 10px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.icon-ramo h1{
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.icon-ramo p{
    color: #fff;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.icon-ramo svg{
    max-width: 55px;
    max-height: 55px;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.icon-ramo svg path{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.icon-ramo-azul:hover{
    background-color: #3CA1BB;
}

.icon-ramo-rosa:hover{
    background-color: #BF3372;
}

.icon-ramo-amarelo:hover{
    background-color: #E9CB37;
}

.icon-ramo-branco:hover{
    background-color: #fff;
}

.icon-ramo-azul:hover p, .icon-ramo-azul:hover h1, .icon-ramo-rosa:hover p, .icon-ramo-rosa:hover h1, .icon-ramo-amarelo:hover p, .icon-ramo-amarelo:hover h1, .icon-ramo-branco:hover p, .icon-ramo-branco:hover h1{
    color: #00002C;
}

.icon-ramo-azul:hover svg path, .icon-ramo-rosa:hover svg path, .icon-ramo-amarelo:hover svg path, .icon-ramo-branco:hover svg path{
    fill: #00002C;
}

/* PORTFÓLIO */
.portfolio{
    padding: 150px 15px;
    background-color: #155BA3;
}
.icon-port{
    height: 300px;
    overflow: hidden;
    margin: 15px auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.icon-port img{
    width: 100%;
}

/* SERVIÇOS */

.servicos{
    padding: 150px 15px;
    background-size: cover;
}

.no-webp .servicos{
    background-image: url('../img/banner-servicos.jpg');
}

.webp .servicos{
    background-image: url('../img/banner-servicos.webp');
}

.servicos h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.servicos h1{
    color: #E9CB37;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

.servicos h3{
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}

.servicos ul li{
    color: #fff;
    font-size: 20px;
}

/* Depoimentos */
.depo{
    padding: 150px 15px;
    background-color: #fff;
}

.depo h2{
    color: #00003D;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.depo h1{
    color: #E9CB37;
    font-weight: 800;
    margin-bottom: 50px;
    text-align: center;
}

/* CONTATO */
.contato{
    padding: 150px 15px;
}

.contato h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

.contato h1{
    color: #E9CB37;
    font-weight: 800;
    margin-bottom: 50px;
}

.contato input, .contato textarea{
    width: 100%;
    height: 50px;
    background-color: #00002C;
    border: #fff solid 1px;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.contato textarea{
    height: 150px;
}

.contato input::placeholder, .contato textarea::placeholder{
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

.contato button{
    width: 300px;
    height: 70px;
    border-radius: 35px;
    border: #E9CB37 2px solid;
    background: none;
    color: #E9CB37;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

.contato button:hover{
    background: #E9CB37;
    color: #00002C;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

/* Rodape */

footer{
    background-color: #00003D;
    padding: 50px 0;
    color: #fff;
}

footer .logo-footer img{
    width: 160px;
    margin-bottom: 15px;
}

footer .nave h2{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .nave ul{
    padding: 0;
}

footer .nave ul li{
    list-style: none;
    margin-bottom: 10px;
}

footer .nave ul li a{
    color: #fff;
    text-decoration: none;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

footer .nave ul li a:hover{
    color: #E9CB37;
}

footer .nave ul li a svg{
    width: 20px;
    margin-right: 10px;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

footer .nave ul li a svg path{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

footer .nave ul li a:hover svg path{
    fill: #E9CB37;
}

@media screen and (max-width: 1199px){
    .bar-menu .menu-desk ul li{
        margin: 0 15px;
    }

    .bar-menu .btn-orc p{
        letter-spacing: 0;
    }
}

@media screen and (max-width: 991px){
    .map{
        height: 500px;
        margin-top: 50px;
    }

    header{
        height: 90px;
    }

    .banner h1{
        text-align: center;
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px){
    body{
        width: 100vw;
        overflow-x: hidden !important;
    }

    .adyfere{
        text-align: center;
    }

    .servicos{
        text-align: center;
    }

    .servicos ul{
        padding: 0;
    }

    .servicos ul li{
        list-style: none;
    }

    .contato{
        text-align: center;
    }

    footer{
        text-align: center;
    }
}