@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	line-height: 1.9rem;
	font-family: "Red Hat Display", system-ui;
	font-size: 1.6rem;
	font-weight: 400;
	background-color: #F2F2F0;
	color: #353B47;
	text-align: justify;
}
a:link, a:visited, a:hover, a:active {
	color: #353B47;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#header {
	position: relative;
	width: 100%;
	max-width: 990px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-image: url("/media/theme/header.png");
	min-height: 450px;
}
#header_titulo {
	position: relative;
	top: 20px;
	margin-left: 20px;
	line-height: 2.2rem;
	font-size: 3.7rem;
}
#header_titulo b {
	font-weight: 900;
}
#header_titulo em {
	font-weight: 900;
	font-size: 2rem;
}
#about {
	position: relative;
	display: grid;
	grid-template-columns: 100%;
	gap: 1%;
	width: 90%;
	max-width: 700px;
	margin: auto;
}
#about h1 {
	font-weight: 900;
	font-size: 3rem;
	line-height: 3rem;
	color: #CD3D28;
}
#about em {
	font-weight: 900;
	font-size: 1.8rem;
	color: #CD3D28;
}
#about i {
	font-style: italic;
}
#about b {
	font-weight: 600;
}
#about p {
	font-size: 1.6rem;
	padding-top: 20px;
}
#about b {
	font-weight: 900;
}
#about_foto {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url("/media/theme/foto_01.jpg");
	padding-bottom: 350px;
	margin-top: 20px;
	border-radius: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#foto_02 {
	width: 90%;
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 1rem;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url("/media/theme/foto_02.jpg");
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.foto_02 {
	position: relative;
	width: 42%;
	margin-left: 51%;
	padding: 4%;
	background-color: #F2F2F0;
	border-bottom-left-radius: 1rem;
	font-size: 1.2rem;
	font-weight: 900;
	color: #CD3D28;
}
#foto_03 {
	position: relative;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	gap: 5%;
	width: 90%;
	max-width: 800px;
	margin: auto;
}
#foto_03 div {
	height: 250px;
	border-radius: 1rem;
}
.foto_03_01 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	background-image: url(/media/theme/foto_03_01.jpg);
}
.foto_03_02 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/media/theme/foto_03_02.jpg);
}
.foto_03_03 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	background-image: url("/media/theme/foto_03_03.jpg");
}
#texto_01 {
	position: relative;
	column-count: 1;
	column-gap: 0px;
	width: 90%;
	max-width: 700px;
	margin: auto;
}
#texto_01 p {
	font-size: 1.6rem;
	padding-bottom: 20px;
}
#texto_01 i {
	font-style: italic;
}
#texto_01 b {
	font-weight: 600;
}
#texto_02 {
	position: relative;
	column-count: 1;
	column-gap: 0px;
	width: 90%;
	max-width: 700px;
	margin: auto;
}
#texto_02 p {
	font-size: 1.6rem;
	padding-bottom: 20px;
}
#texto_02 i {
	font-style: italic;
}
#texto_02 b {
	font-weight: 600;
}
#sigue {
	width: 90%;
	max-width: 700px;
	margin: auto;
	margin-top: 20px;
}
#sigue h1 {
	font-weight: 900;
	font-size: 3rem;
	line-height: 3rem;
	color: #CD3D28;
}
#sigue em {
	font-weight: 900;
	font-size: 1.8rem;
	color: #CD3D28;
}
#sigue p {
	font-size: 1.6rem;
	padding-top: 20px;
}
#sigue div {
	padding-top: 30px;
}
#sigue img {
	width: 8%;
	padding-right: 40px;
}
#copy {
	font-size: 1rem;
	line-height: 1rem;
	width: 90%;
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 30px;
	text-transform: none;
}