/* Comentario */

/* 
nome de uma tag{...}
#nome de uma tag com id{...}
.nome de uma tag com uma classe{...}
 */

*{
	margin:0px;
	padding:0px;
	
	}

img{
    display: block;
}

body{
    background: #CCCBBB;
}

header{
    background-color: #3F5634;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #FF7A00;
}

.header-centro{
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: white;
}

.menu-links, .menu-redes{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav{
font-family: 'Roboto Serif', serif;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.menu-links li{
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-links a{
    color: white;
    text-decoration: none;
}

.menu-links a:hover{
    text-decoration: underline;
}

.linha-menu{
    width: 2px;
    height: 50px;
    background-color: white;
    margin-left: 15px;
    margin-right: 15px;

}

.menu-redes li{
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 35px;
}

section{
    width: 100%;
}

.container-topo{
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-bottom: 20px solid #FF7A00;
}

.container-topo img{
    width: 100%;
}

.container{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    
}

.container-col{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    
}

.container-col-caixa{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    
}

.titulo-caixa{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #3F5634;
    
}

.sub-titulo-caixa{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FF7A00;
    
}

.titulo-caixa-disco{
    width: 100%;
    height: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

.sub-titulo-caixa-disco{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    margin-bottom: 70px;
    
}

.col-1-4 img{
    width: 100%;
}

/* 
Colunas
 */

.col-1-centro{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.col-1-2{
    width: 48%;
}

.col-1-3{
    width: 31%;
}

.col-1-4{
    width: 23.7%;
}

/* 
Tipografia
 */

h1{
font-family: 'Roboto Serif', serif;
    font-weight: 900;
    color: white;
    font-size: 35px;
    line-height: 55px;
    max-width: 860px;
    padding-bottom: 50px;
    position: absolute;
    text-align: center;

}

.titulo-section{
    font-family: 'Roboto Serif', serif;
    font-size: 25px;
    color: #3F5634;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.texto-destaque{
   font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-style: italic;
    color: #3F5634;
    font-size: 30px;
    line-height: 45px;
}

.texto-intro{
   font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-style: italic;
    color: #3F5634;
    font-size: 30px;
    line-height: 45px;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: center;
}

.col-1-2 p, .col-1-centro p{
    font-family: 'Roboto Serif', serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    }
    
    .titulo-caixa p{
        color: white;
        text-align: center;
        font-size: 20px;
        font-family: 'Roboto Serif', serif;
        font-weight: 700;
     
    }  
    
   .sub-titulo-caixa p{
        color: white;
        text-align: center;
       font-size: 15px;
       font-family: 'Roboto Serif', serif;
      
    }  


/* 
CORES FUNDO
 */


.bc-escuro{
    background-color: #CCCBBB;
}

.bc-claro{
    background-color: #E1E1D1;
}

/* 
Margens e Paddings
 */

.pad-t-b-grande{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* 
ROW
 */


.row-100{
    height: 100px;
}

.row-50{
    height: 50px;
}

@media (max-width: 750px) {
    
  /* 
Colunas
 */


.col-1-2{
    width: 100%;
}

.col-1-3{
    width: 100%;
}

.col-1-4{
    width: 48%;
}  
}
