@charset "utf-8";
/* CSS Document */
/* fonte roboto da adobe*/

/* fonte AWConqueror Std Didot da adobe*/
/* ref font-weight: 
    200 = Extralight
    400 = regular
    700 = bold
*/

body{
	font-family:"roboto", sans-serif;
}	

a{	font-size: 18px;
	color:antiquewhite;
    letter-spacing: 3px;
}


p{
    font-family:"roboto", sans-serif;
    color:antiquewhite;
}
p.parte02{
    
    font-style: normal;
    font-size: 18px;
    color:antiquewhite;

}
h5{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-style: normal; 
    font-size: 18px;
    letter-spacing: 3px;
    color:antiquewhite;
}
h4{
     font-family: "roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 3px;
    color:antiquewhite;
}
h3{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 3px;
    color:antiquewhite;
}
h2{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    letter-spacing: 2px;
    letter-spacing: 3px;
    color:antiquewhite;
}

h1{
    font-family: "aw-conqueror-didot", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 3px;
    color:antiquewhite;
}

.parte02{
    
    
    font-style: normal;
    font-size: 48px;
    letter-spacing: 3px;
    
}

.subtituloparte2{ 
    font-size: 36px;
    letter-spacing: 2px;
    
}