@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

.bg-primary {
    background-color: #010101 !important;
    color: #FFFFFF;
}

.bg-primary a {
    color: #FFFFFF;
}

.primary {
    color: #010101 !important;
}

.btn-green,
.btn-gray {
    color: #000000;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    min-width: 250px;
}

.btn-green {
    background: #63D471;
}

.btn-gray {
    background: #D6D5D5;
}

.nav-item {
    font-style: normal;
    font-weight: 800;
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.nav-link {
    padding: 0 2rem !important;
    color: #FFFFFF !important;
}

.nav-link:hover {
    opacity: 80%;
}

.link-button {
    text-decoration: underline;
    color: #7C7C7C;
}

.number {
    font-weight: 800;
    font-size: 45px;
}

.ratio {
    background: #000000;
    min-width: 300px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-frame {
    position: absolute;
    top: 0;
    height: 100%;
}

.rango-img {
    width: 100%;
    max-width: 400px;
}

body {
    font-family: 'Lato', sans-serif;
    color: #000000;
}

h1 {
    font-weight: 900;
    font-size: 50px;
}

strong {
    font-size: 26px;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.width-people {
    width: 70%;
    min-width: 250px;
}

.max-width {
    max-width: 600px;
}

.arrow-down {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    font-size: 5rem;
}

@media (min-width: 768px) {
    h1 {
       /* font-size: 86px;*/
        font-size: 69px;
    }

    h2 {
        font-size: 52px;
    }

    strong {
        font-size: 31px;
    }

    p {
        font-size: 21px;
    }

    .btn-green,
    .btn-gray {
        min-width: 400px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .arrow-down {
        display: block;
    }

    #home {
        min-height: 80vh;
    }

    #video {
        padding-top: 20vh;
        min-height: 90vh;
    }
    
    #ajudar {
        min-height: 80vh;
    }
}
