@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: 'Montserrat', sans-serif;
}

body {
    /* background: linear-gradient( #fff, #ccc7); Gradiente */
    /* background: #ccc; Cor uniforme */
}

h1 {
    color: #fff;
    background: #2a7178;
    transform: skew(-10deg);
    padding: 0 1rem;
    display: inline-block;
    border-bottom-right-radius: 0px;
}

h2 {
    font-weight: 900;
    color: #2a7178;
}

h3 {
        font-weight: 700;
}

h4 {
    font-weight: 700;
    color: #2a7178;
}

h5 {}

h6 {}

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

.bg {
    width: 100%;
}

.menu {
    /* margin-top: -100px; */
}

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

.button {
    background: #2a7178;
    border-radius: 5px;
        transform: skew(-10deg);
}

.button:hover {
    background: #666;
}

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

.palest {}

footer {
    padding: 6rem;
}

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

.line {
    border-top: solid 3px #2a7178;
}


/* Grow */

.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);
}

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%;
    }
    iframe {
        overflow-y: hidden;
        height: 590px;
        width: 320px;
        margin-top: 3rem;
    }
}