@import
url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
figcaption {
font-family: 'Raleway', sans-serif;
}

body {
background: #000000;
color: #fff;
/* background: linear-gradient( #DFF2E4, #ccc7); Gradiente */
/* background:
#25292a; Cor uniforme */
}

h1 {
color: #fff;
background: #01543E;
padding: 0 1rem;
display: inline-block;
border-bottom-right-radius: 16px;
}

h2 {
color: #beddb0;
font-weight: 900;
}

label {
color: #01543E;
}
.py1{padding: 1rem 0;}
h3 {
color: #8bbfc3;
font-weight: 700;
font-size: 2rem;

}

h4 {

font-weight: 700;

}

h5 {
color: #8bbfc3;font-weight: 700;
}

h6 {
color: #fff;
}

.line h5 {
display: inline;
padding-left: 1rem;
}

.bg {
width: 100%;
}



.menu li {
margin: .5rem 1rem;
}

.button {
width: 100%;
background: linear-gradient(to right, #30A1BB, #beddb0);
border-radius: 24px;
color: black;
font-weight: 700;

}

.button:focus, .button:active, .button:hover {
background: #30A1BB;
color: black;
}

.button-custom {
    font-size: 0.85rem;
    padding: 8px 14px;
    width: 70%;
    display: inline-block;
  }


.button-custom:focus, .button-custom:active, .button-custom:hover {
background: #30A1BB;
color: black;
}



.feature-y {
padding: 3rem 0;
}



footer {
padding-bottom: 2rem;
}

footer p {
padding: 1rem;
font-size: .8rem;
}

.line {
border-top: solid 1px #fff;
}
/* Grow */
.px{padding: 0 2rem}
.hvr-grow {
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
transition-duration: 0.3s;
transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
transform: scale(1.1);
}
.icon-container {
  border-radius: 12px; border: solid 2px white;  padding:  1.2rem ; text-align: center; margin-bottom: 1rem;
}

iframe {
overflow-y: hidden;
height: 590px;
width: 640px;
margin-top: 3rem;
}
/* Muda somente no mobile */

@media only screen and (max-width: 40em) {
.line h5 {
display: block;
padding: 0 2rem;
font-size: 1.5rem;
text-align: center;
}
.button {
width: 100%;
}
h2{font-size: 2.2rem;}
h3{font-size: 1.4rem;}
.px{padding: 0;}
}