/* Required for full background image */
:root{
    --color-green: #67bc45;
    --color-gray: #939598;
}

html,
body,
header,
#intro-section {
    height: 100%;
}
h3 {
    font-size: min(2.5rem, 4.5rem) !important;
}
.lead, p {
    font-size: min(1.02rem, 1.25rem) !important;
}
.logo {
    position: fixed;
    top: 10px;
    background: white;
    padding: 15px;
    border-bottom-right-radius: 20px;
}

.bg-white{
    background-color: white !important;
}

.color-green{
    color: var(--color-green) !important;
}

.color-gray{
    color: var(--color-gray) !important;
}

.bg-color-green{
    background-color: var(--color-green) !important;
}

.bg-color-gray{
    background-color: var(--color-gray) !important;
}
.gray-text{
    color: var(--color-gray) !important
}
/* Botao whats */
.btn-whats-float {
    position: fixed;
    top: 85%;
    right: 1%;
    padding: 10px;
    z-index: 10000000;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    #intro-section {
        height: 100vh;
    }
}


@media (max-width: 991px) {

}

.rgba-gradient {
    background: rgba(35, 7, 77, 0.6);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(204, 83, 51, 0.6), rgba(35, 7, 77, 0.6));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(204, 83, 51, 0.6), rgba(35, 7, 77, 0.6));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(220, 66, 37, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}
