Select Git revision
style.css 3.93 KiB
body,h1,h2,h3,h4,h5,h6{
font-family: "Lato", sans-serif
}
.w3-bar,h1,button{
font-family: "Montserrat", sans-serif
}
.w3-button:hover{
text-decoration: none;
}
.fa-anchor,.fa-coffee{
font-size:200px
}
.home{
background-color: #6A47FF;
}
.centro{
padding:80px 16px 24px 16px;
background-image: linear-gradient(gray, #EDF0F4);
}
.logo{
padding-bottom: 30px;
padding-top: 30px;
max-width:100%;
}
.linksocial, .linksocial:hover{
color: grey;
text-decoration: none;
}
.resumo{
max-width:50%;
margin:80px auto;
text-align: center;
}
/* Optional: Makes the sample page fill the window. */
html, body{
height: 100%;
margin: 0;
padding: 0;
}
textarea {
resize: none;
}
.botao:hover {
background-color: white;
color: black;
font-weight: bold;
border: 2px solid #CCCCCC;
}
.botao {
background-color: #6A47FF;
color: white;
font-weight: bold;
border: 2px solid transparent;
transition: 0s;
}
#basicMap{
max-width:100vw; height: 600px;
margin: 20px auto;
}
#basicMap > *{
z-index: 0;
}
.info{
text-align: center;
margin:0 auto;
}
.ativa{
background-color: #fff;
color:#000;
}
/************************/
.pr1 {
padding-top: 5vw;
border: 0;
margin: 0;
color: white;
text-align: -webkit-center;
text-align: center;
font-size: 2vw;
margin-bottom: 2.5vw;
font-family: 'Open Sans', sans-serif;
color: #fff;
font-weight: 100;
}
.hd2 {
padding-top: 2.5vw;
border: 0;
margin: 0;
color: white;
font-size: 4vw;
text-transform: uppercase;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
width: 50vw;
display: inline;
letter-spacing: 0;
}
.button-index {
background-color: transparent;
border: none;
color: #FFF;
padding: 1vw 5vw;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.4vw;
margin-top: 3vw;
cursor: pointer;
color: white;
border: 0.2vw solid #FFF;
margin-bottom: 10vw;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; font-family: 'Montserrat', sans-serif;
font-weight: bold;
letter-spacing: 0;
text-shadow: #000 1px 1px;
}
.button-index:hover {
background: rgba(106, 71, 255, 0.5);
color: #FFF;
border: 0.2vw solid #FFF;
}
.div-index-geral {
}
.div-index-texto {
position:absolute;
top:120px;
width: 100%;
text-shadow: #000 1px 1px;
}
.bimagem{
transform: scale(1.03);
max-width: 100%;
max-height: 100%;
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px) grayscale(55%);
}
.gallery-block{
padding-bottom: 60px;
padding-top: 60px;
}
.gallery-block .heading{
margin-bottom: 50px;
text-align: center;
}
.gallery-block .heading h2{
font-weight: bold;
font-size: 1.4rem;
text-transform: uppercase;
}
.gallery-block.cards-gallery h6 {
font-size: 17px;
font-weight: bold;
}
.gallery-block.cards-gallery .card{
transition: 0.4s ease;
}
.gallery-block.cards-gallery .card img {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.gallery-block.cards-gallery .card-body {
text-align: center;
}
.gallery-block.cards-gallery .card-body p { font-size: 15px;
}
.gallery-block.cards-gallery a {
color: #212529;
}
.gallery-block.cards-gallery a:hover {
text-decoration: none;
}
.gallery-block.cards-gallery .card {
margin-bottom: 30px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
.gallery-block .transform-on-hover:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
}
}
.info{
text-align: center;
margin:0 auto;
}
.img_mapa{
max-width: 100%;
max-height: 100%;
padding-top:30px;
padding-bottom: 30px;
}