

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

h1{
    font-family: 'Roboto', sans-serif;
    font-size: 55px!important;
}

p, ul, a, label{
    font-family: 'Roboto', sans-serif;
    font-size: 18px!important;
}

li{
    margin-bottom:30px!important;
}
video{
    box-shadow: 3px 3px 15px #000;
    overflow: hidden;
    border-radius: 25px;
    border:3px solid #333;
}

*{
    box-sizing: border-box;
}

/*=============================================================*/
/*=========================MENU================================*/
/*=============================================================*/
.menu{
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height:70px;
    background-color: rgba(255,251,216,0.8);
    border-bottom:1px solid #f58220;
    box-shadow: 1px 1px 15px #ccc;
    display: flex;
    justify-content:left;
    align-items: center;
    padding: 0 15px 0 15px;
}

.menu .logo{
    width: auto !important;
    height:40px!important;
}

.menu .itens-menu{
    display: flex;
    justify-content:right;
    align-items: center;
    padding: 0 15px 0 15px;
    color:#f58220;
    width:100%;
}

.menu .itens-menu-mob{
    display: flex;
    justify-content:right;
    align-items: center;
    padding: 0 15px 0 15px;
    color:#f58220;
    width:100%;
}

.menu .itens-menu a{
    color:#f58220!important;
    padding:0 15px;
}

.menu .itens-menu-mob a{
    color:#f58220!important;
    padding:0 15px;
    font-size: 30px!important;
}

.menu-mobile{
    padding:25px;
    display: flex;
    justify-content:right;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.menu-mobile a{
    line-height: 35px!important;
    color:#fff;
}





/*===========================================================*/
/*===========================PG-12============================*/
/*===========================================================*/
#pagina1{
    min-height:100vh;
    background-image: url('img/tela-1.jpg'); 
    background-size: 100% auto;
    background-position: bottom right;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:25px;
}



@media screen and (max-width: 600px) {
    #pagina1{
        min-height:100vh;
        background-image: url('img/tela-1.jpg'); 
        background-size:  auto 100%;
        background-position: -200px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:25px;
    }
    
}




/*===========================================================*/
/*===========================PG-2============================*/
/*===========================================================*/
#pagina2{
    min-height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:25px;
    background-color: #595757;
}

#pagina2 h1{
    color:#fff!important;
}

#pagina2 p{
    color:#fff!important;
    line-height: 25px;
}

@media screen and (max-width: 600px) {
    #pagina2{
        min-height:100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:25px;
    }

    #pagina2 h1{
        color:#fff!important;
        font-size: 30px!important;
    }
    
    #pagina2 p{
        color:#fff!important;
        line-height: 20px!important;
        font-size: 15px!important;
    }
    #pagina2 i{
        color:#fff!important;
        line-height: 25px!important;
        font-size: 25px!important;
        
    }

    .pg2elem1{
        margin-top: -55px;
        margin-left: -55px;
        margin-bottom: 25px;
    }
    
}


/*===========================================================*/
/*===========================PG-3============================*/
/*===========================================================*/
#pagina3{
    min-height:100vh;
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:25px;
}

#pagina3 h1{
    color:#f8ba33!important;
    font-weight: bold!important;
}

#pagina3 h2{
    color:#f8ba33!important;
    font-weight: bold!important;
}

#pagina3 p{
    color:#fff!important;
}

.logo-cliente{
    border:3px solid #fff;
    margin: 5px;
}

@media screen and (max-width: 600px) {
    #pagina3{
        min-height:100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding:25px;
    }
    
    #pagina3 video{
        overflow: hidden;
        border-radius: 25px;
        border:3px solid #333;
    }

    .logo-cliente{
        border:3px solid #fff;
        margin: 5px;
        max-width: 100px;
    }
  }

/*===========================================================*/
/*===========================PG-4-=============================*/
/*=============================================================*/
#pagina4{
    min-height:100vh;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:25px;
}

#pagina4 h1{
    color:#004aad!important;
}

#pagina4 p{
    color: #000!important;
}

.item-servico{
    background-color: #fff;
    flex-wrap: wrap;
    padding: 15px;
    display:flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-top: 25px;
}

.item-servico h1, .item-servico p{ 
    text-align: center!important;
}

.servico-texto{
    margin: 0 15px 0 15px;
    max-width: 600px;
}

.item-servico-r{
    background-color: #fff;
    padding: 15px;
    display:flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    flex-wrap: wrap;
}

.item-servico-r h1, .item-servico-r p{ 
    text-align: center;
}

.pagina4texto{
    width:100%;
    max-width:750px;
    height:80vh;
    background-image: url('img/tela-4-texto-textura.png'); 
    background-size:  cover;
    background-position: top left;
    padding:25px;
    border:1px solid #ccc;
    border-radius:15px;
    border:1px solid #666;
    box-shadow: 3px 3px 15px #000;
}

@media screen and (max-width: 600px) {
    #pagina4{
        min-height:100vh;
        background-image: url('img/tela-4.jpg'); 
        background-size:  cover;
        background-position: bottom right;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:25px;
    }

    .item-servico h1, .item-servico-r h1{ 
        text-align: center!important;
        font-size: 25px!important;
        margin-top: 25px!important;
    }

}






/*===========================================================*/
/*===========================PG-5-=============================*/
/*=============================================================*/
#pagina5{
    min-height:100vh;
    background-image: url('img/tela-5.jpg'); 
    background-size: 100% auto;
    background-position: bottom right;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:25px;
}

#pagina5 h1{
    color:#333!important;
    font-size: 25px!important;
}

#pagina5 p{
    font-size: 28px!important;
    line-height: 35px;
    margin-top: 35px!important;
    color:#fff!important;
}


@media screen and (max-width: 600px) {
    #pagina5{
        min-height:100vh;
        background-image: url('img/tela-5.jpg'); 
        background-size:  cover;
        background-position: bottom right;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:25px;
    }

    

    

  }






 


/*===========================================================*/
/*===========================FORM=============================*/
/*=============================================================*/

input, textarea, label{
    width:100%!important;
}

label{
    padding-top: 10px!important;
    padding-bottom: 5px!important;
    display: block!important;
    color:#333;
}

.area-form{
    padding:25px;
    width:100%; 
    max-width: 500px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.9);
    border-radius: 3px;
    box-shadow: 1px 1px 15px #000;
}

.area-form h1{
    color:#333;
}

.contato-info{
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    padding:25px;
    margin:0 auto;
    max-width:300px;
    width:100%;
    
}
.contato-info a{
    color:#000!important;
    line-height: 40px;
    font-size: 18px!important;
}

.logo-contato{ 
    margin:35px auto;
    text-align: center;
}

.logo-contato img{
     max-width: 250px!important;
     margin-bottom: 20px;
}
