/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/07/2019, 21:34:12
    Author     : webdesign
*/


/*---------------SOBRE NÓS / EMPRESA-------*/

main { margin: 0px;
       padding: 0px;
       overflow: hidden;}

/* Centralização das colunas */
.section-txt {text-align: justify;
              text-transform: none;
              color: black; 
              font-family: ubuntu;
              display: flex;
              justify-content: center;
              margin-bottom: 110px; 
              }


h1 { font-family: Ubuntu;
     font-size: 46px;
     font-weight: 900;
     text-transform: none;
     color: rgb(0,32,128);
     margin-top: 30px;
     text-align: center;  }            

.section-subtitle h3 {font-family: Ubuntu;
                      font-size: 36px;
                      font-weight: 700;
                      text-transform: none;
                      color: #333;
                      margin: 0;
                      text-align: center;                      
                      }

.section-subtitle h4 {
                      font-family: Ubuntu;
                      font-size: 26px;
                      font-weight: 500;
                      text-transform: none;
                      color: #333;
                      margin: 0;
                      text-align: center;
                      }

img { float: right;
      max-width: 100%;
      height: auto;}

/*Box amarela na pagina - apagar ao subir a pagina 
.fixed1 { max-width: 100px;
          max-height: 100px;
          background: yellow;
          position: fixed;
          top: 160px;
          right: 20px;  
}*/
/*==========Orçamento===========*/	

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

