/* 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;
	width: 100%;

}

	/* TIPOGRAFIA */

.titulo-a{
    color: #4A1D0E;
    font-size: 40px;
	margin-bottom: 30px;

	font-weight: 400;
	text-align: center;
}

.titulo-b{
	color: #4A1D0E;
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 185px;

}

.titulo-b-margem{
	color: #4A1D0E;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}


.titulo-members{
    color: #6F2007;
    font-size: 40px;
	margin-bottom: 30px;
	font-family: "Roboto Serif", serif;
	font-weight: 400;
	text-align: center;

}
.titulo-peq{
    color: #6F2007;
    font-size: 40px;
	margin-bottom: 30px;
	font-family: "Roboto Serif", serif;
	font-weight: 400;
	text-align: center;

}


.titulo-topo{
    color: #FDFDFD;
    font-size: 40px;
	margin-bottom: 10px;
	font-weight: 400;
	text-align: center;

}



.texto{
	font-family: "Roboto Serif", serif;
	font-weight: 400;
	color: #6F2007;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: center;

}

.texto_2{
	font-family: "Roboto Serif", serif;
	font-weight: 400;
	color: #E4C1AB;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;

}





.texto-topo{
	font-family: "Roboto Serif", serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 60px;
	text-align: center;

}


    /* ESTRUTURA */

header{
    width: 100%;
	height: 80px;
    background-color: #7B3018;

}

.header-centro{
    width: 100% ;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    display: flex;
	justify-content: space-between;
}

.logo{
display: flex;
align-items: center;
font-size: 30px;
color: #ffffff;
font-family: "Roboto Serif", serif;
}

nav{
display: flex;
align-items: center;


}


ul{
display: flex;
align-items: center;

}

ul a{
text-decoration: none;
color: #ffffff;
font-size: 16px;
font-family: "Roboto Serif", serif;
}

ul a:hover{
	text-decoration: underline;
	color: #F9733A;
	
	}



li{
list-style-type: none;
padding-left: 30px;

}

section{
	width: 100%;
	
}




footer{
	width: 100%;
	height: 80px;
	background-color: #F9733A;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

footer p{
	color: black;
	font-size: 12px;
	font-family: "Roboto Serif", serif;
	margin-bottom: 10px;
	}



.container-col{
    margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1300px;
	

}

.container-col-2{
    margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1300px;
	background-color: #D55E38;
	
	

}

    /* COLUNAS */

.col-2{
   
   
	margin-bottom: 10px;
	width: 50%;
}

.col-22{
   
	background-color: #D55E38;
	margin-bottom: 10px;
	width: 50%;

}

.col-3{
   
    
	margin-bottom: 10px;
	width: 33.3%;
}

.col-4{
  
    
	margin-bottom: 10px;
	width: 25%;
}

.col-5{
  
    
	margin-bottom: 10px;
	width: 20%;
}

    /* FLEX */

.flex-sb{
    display: flex;
	justify-content: space-between;
}

.flex-center{
    display: flex;
	justify-content: center;
}

.flex-sa{
    display: flex;
	justify-content: space-around;
}

.flex-gap-peq{
    display: flex;
	gap: 20px;
}



    /* CORES DE FUNDO */

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

.bc-meio{
	background-color: #FA8858;
}

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

    /* PADDINGS E IMAGENS*/

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

.pad-t-b-medio{
	padding-top: 0px;
	padding-bottom: 0px;
	}

.pad-t-b-pequeno{
	padding-top: 20px;
	padding-bottom: 20px;
}	



.teste{
    width: 200px;
    height: 200px;
	background-color: aqua;
	margin-left: auto;
	margin-right: auto;
}




.container-topo{
	width: 100%;
	height: 630px;
	background-color: #ffffff;
	background-image: url(imagens/svt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-end;

}


.box-topo{
max-width: 700px;

}


.container-primeira{
margin-top: auto;
margin-bottom: auto;

}



    /* COLUNAS RESPONSIVO */


	@media only screen and (max-width: 750px){


    .flex-gap-peq{
     flex-wrap: wrap;
    }


    .col-2{
		width: 100%;
	}
	
	.col-3{
		width: 100%;
	}
	
	.col-4{
		width: 48%;
	}














	}