@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');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Kumbh+Sans:wght@100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
figcaption {
    font-family: 'Montserrat' 'Fugaz One' , sans-serif;
    color: #ffffff;
    
}
.no-margin {
  margin: 0;
}

body {
    /* background: linear-gradient( #fff, #ccc7); Gradiente */
    background: #151e34;
}

.fugaz-one-regular {
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


h1 {
    font-family: "Fugaz One", sans-serif;
    color: #151e34;
    background: #74c9e3;
    transform: skew(-15deg);
    padding: 0 2rem;
    display: inline-block;
    border-bottom-right-radius: 0px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Montserrat';
    font-weight: 900;
    color: #b6d7a5;
}

h3 {
    font-family: 'Montserrat';
    font-weight: 600;
}

h4 {
    font-family: "Fugaz One", sans-serif;
    color: #b6d7a5;
}

h5 {}

h6 {
    font-weight: 400;
}


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

.bg {
    width: 100%;
}

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

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


.button {
    background: #b6d7a5;
    color: #151e34;
    border-radius: 0px;
    transform: skew(-10deg);

}

.button:hover {
    background: #74c9e3;
    color: #151e34;
}

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


footer {
    background: #151e34;
}

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

.line {
    border-top: solid 5px #74c9e3;
}

hr {
    border-top: solid 5px #74c9e3;
}

.prog h3 {
    color: #ffca05;
}

.prog h3 b {
    color: white;
}


/* 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;
    }
    .space {
        padding: 1rem;
    }
}