%PDF- %PDF-
| Direktori : /var/www/projetos/fundacaofic.org.br/ |
| Current File : /var/www/projetos/fundacaofic.org.br/style.css |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;800&display=swap');
.container {
display: flex;
height: 100vh;
}
body {
font-family: 'Raleway', sans-serif;
}
.esquerda {
width: 50vw;
min-height: 100vh;
}
.direita {
width: 50vw;
height: 160vh;
background: url("images/bg-direita.jpg");
background-size: cover;
background-repeat: no-repeat;
}
.logo {
padding: 4vh 0 0 50%;
}
.logo img {
width: 25vw;
}
.title {
padding: 20vh 0 0 0;
display: flex;
justify-content: space-around;
width: 80%;
margin:auto;
}
.titleContent {
min-width: 60%;
margin: auto;
}
.titleContent p {
text-align: justify;
line-height: 150%;
color: rgb(88, 88, 88);
}
.title h1 {
flex-basis: 100%;
font-size: 55pt;
margin: 0 0 1.5vh 0;
font-weight: 800;
}
.title h4 {
flex-basis: 100%;
font-size: 45pt;
margin: 0 0 1.5vh 0;
font-weight: 800;
}
.title h5 {
flex-basis: 100%;
font-size: 20pt;
color: #999;
font-weight: 500;
}
@media only screen and (min-width:1580px) {
.direita {
background-position: 0vh -30vh;
}
}
@media only screen and (max-width:1320px) {
.title h1 {
font-size: 40pt;
}
.title h4 {
font-size: 32pt;
}
}
@media only screen and (max-width:1024px) {
.container {
display: block;
}
.direita {
width: 100vw;
min-height: 50vh;
background-position-y: -34vh;
}
.esquerda{
width: 100vw;
min-height: 50vh;
}
.titleContent {
min-width: 80%;
}
.title {
padding: 5vh 0 0 0vw;
width: 80%;
margin: auto;
}
.title h1 {
font-size: 30pt;
}
.title h4 {
font-size: 32pt;
}
.title h5 {
font-size: 15pt;
}
}
@media only screen and (max-width:415px) {
.titleContent {
min-width: 93%;
}
.titleContent p {
font-size: 10pt;
}
.esquerda {
width: 100vw;
margin-bottom: 2vh;
}
.direita {
width: 100vw;
height: 30vh;
background-position-y: -27vh;
}
}
@media only screen and (max-width:415px) {
.title h4 {
font-size: 20pt;
}
}