/* *******************************
SITE DESENVOLVIDO POR:
Desenvolvedor: Patrick Amaral
E-mail: patrick.amaral@gtrk.com.br
Whatsapp: (34) 9 9630-0677
******************************* */

html,
body {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 320px;
}

/* header */

#header {
    display: block;
    background-color: #009641;
}

#header .container::before {
    content: "";
    display: block;
    height: .5rem;
    background-color: #1AC162;
}

.button-outline {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.1;
    padding: 1rem 1.5rem;
    color: #1AC162;
    text-decoration: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    width: fit-content;
    border: 1px solid #1AC162;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
}

.button-outline:hover {
    border-color: #0c9347;
    color: #0c9347;
}

.button-default {
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    line-height: 1.1;
    padding: 1rem 1.5rem;
    color: #fff;
    text-decoration: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    width: fit-content;
    background-color: #1AC162;
    white-space: nowrap;
    position: relative;
    
}

.button-default:hover {
    background-color: #17d76a;
}

.button-default.whatsapp {
    content:"";
    background-image: url(../img/ic/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: 18px 23px;
    background-position: 24px center;
    padding-left: 3.125rem;
}

.button-default.more {
    content:"";
    background-image: url(../img/ic/plus-solid.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 24px center;
    padding-left: 3.125rem;
}

.button-default.search {
    content:"";
    background-image: url(../img/ic/search_FILL0_wght400_GRAD0_opsz24.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 24px center;
    padding-left: 3.125rem;
}

.button-default.next {
    content:"";
    background-image: url(../img/ic/arrow-right-solid.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 24px center;
    padding-left: 3.125rem;
}

#actionHeader {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

#actionHeader a,
#actionHeader .navbar {
    margin-left: 2rem;
    
}

#actionHeader a:first-child {
    margin-left: 0;
}

.navbar button.navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.navbar button.navbar-toggler:focus {
    box-shadow: none;
}

/* end header */

/* footer */

#footer {
    display: block;
    background-color: #495355;
}

#footer .line-1 ul li {
    line-height: 2.5;
}

#footer .line-1 ul li a {
    color: #fff;
    text-decoration: none;
}

#footer .line-2 h5 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #828D8F;
}

#footer .line-2 p,
#footer .line-2 a,
#footer .line-2 ul {
    font-family: 'Inter', sans-serif;
    font-size: .75rem;
    color: #fff;
    line-height: 1.6;
}

#footer .line-2 a {
    text-decoration: none;
    font-weight: 600;
}

#footer p.copyright,
#footer p.copyright a {
    color: #828D8F;
}

#banner {
    display: block;
    background: rgb(0,150,65);
    background: linear-gradient(180deg, rgba(0,150,65,1) 25%, rgba(255,255,255,1) 25%);
}

/* end footer */

/* Section features */

.section-features.gray {
    background-color: #f4f4f4;
}

.section-features.white {
    background-color: #fff;
}

.section-features,
.section-results {
    display: block;
}

.section-results {
    background-color: #f4f4f4;
}

.section-features .container img {
    border-radius: .25rem;
    margin-bottom: 2rem;
}

.section-features .container .date {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    color: #444;
    margin-bottom: 1rem;
}

.section-features .container h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1B1B1B;
    line-height: 1.1;
    margin-bottom: .5rem;
}

.section-features .container p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #495355;
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* End section features */

/* Accordion */

#footer .accordion-item {
    background-color: #495355;
}

#footer .accordion-button {
    background-color: #495355;
    color: #fff;
}

#footer .accordion-button:not(.collapsed) {
    background-color: #363e40;
    color: #fff;
}

#footer .accordion-button::after {
    background-image: url(../img/ic/expand_more_FILL0_wght400_GRAD0_opsz48.svg);
}

#footer .accordion-item {
    border-color: #6d7778;
}

#footer .accordion-button:focus,
#footer .accordion-button {
    box-shadow: none;
}

#floatOptions {
    display: block;
    width: 3.5rem;
    right: 3rem;
    bottom: 1rem;
    z-index: inherit;
    position: fixed;
    margin-bottom: 0;
}

#floatOptions li {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: .5rem;
}

#floatOptions li:last-child {
    margin-bottom: 0;
}

#floatOptions li a {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #009641;
    text-indent: -999999px;
}

#floatOptions li a.whatsapp {
    background-image: url(../img/ic/whatsapp.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
}

#floatOptions li a.phone {
    background-image: url(../img/ic/phone-solid.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

/* End accordion */

main p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #1B1B1B;
    line-height: 1.4;
    margin-bottom: 1rem;
}

main .accordion-button {
    color: #1B1B1B;
    font-weight: 600;
}

main .accordion-button:not(.collapsed) {
    background-color: #F4F4F4;
    color: #0c9347;
    box-shadow: none;
}

main .accordion-button:focus {
    box-shadow: none;
}

@media (min-width: 320px) and (max-width: 575.98px) { 
    
 }

@media (min-width: 576px) and (max-width: 767.98px) { 
    
 }

@media (min-width: 768px) and (max-width: 991.98px) { 

 }

 @media (min-width: 992px) and (max-width: 1199.98px) { 

 }

@media (min-width: 1200px) and (max-width: 1399px) { 

 }

@media (min-width: 1400px) { 
    
 }

/* Mobile */

@media (max-width: 991.98px) { 
    /* Header */

    #header .content {
        display: block;
        padding: 1rem 0;
    }
    
    .button-bullet {
        font-family: 'Inter', sans-serif;
        font-size: .625rem;
        color: #fff;
        text-decoration: none;
        text-align: left;
        position: relative;
        padding-left: 3.375rem;
    }

    .button-bullet::before {
        content: "";
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        background-color: #1AC162;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        
    }

    .button-bullet:hover::before {
        background-color: #17d76a;
    }

    .button-bullet > strong {
        display: block;
        font-weight: 600;
        font-size: .875rem;
    }

    .button-bullet.phone::before {
        content:"";
        background-image: url(../img/ic/phone-solid.svg);
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center center;
    }

    .navbar-toggler-icon {
        background-image: url(../img/ic/menu_FILL0_wght400_GRAD0_opsz48.svg);
    }

    /* End Header  */

    /* Footer */

    #footer .line-2 .container::after {
        content: "";
        display: block;
        height: .5rem;
        background-color: #1AC162;
        margin-top: 2.5rem;
    }
    
    #footer .line-1 {
        display: block;
        padding: 2.5rem 0;
    }
    
    #footer .line-2 {
        display: block;
        background-color: #363E40;
        padding: 2.5rem 0 0;
    }

    #footer .line-1 ul {
        font-family: 'Inter', sans-serif;
        font-size: .75rem;
        color: #fff;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }
    
    #footer .line-1 h4 {
        font-family: 'Inter', sans-serif;
        font-size: 1.125rem;
        color: #fff;
    }

    /* End footer */

    /* Section */

    .section-features .container {
        padding: 4rem 0;
    }
    
    section h3,
    section h1,
    main h1 {
        font-family: 'Inter', sans-serif;
        box-sizing: border-box;
        font-size: 2rem;
        color: #1B1B1B;
        font-weight: 700;
        margin: 0 0 4rem 0;
        padding: 0 0 1.5rem 0 !important;
        position: relative;
        text-align: center;
    }
    
    section h3::after,
    section h1::after,
    main h1::after {
        content: "";
        display: block;
        width: 5rem;
        height: .25rem;
        background-color: #1AC162;
        border-radius: .125rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /* End section */

    main#content {
        padding-top: 4rem;
    }

}

/* Tablets acima */

 @media (min-width: 992px) { 

    /* Header */

    #header .content {
        display: block;
        padding: 1.5rem 0 2rem;
    }

    #navHeader {
        display: block;
        margin-bottom: 1.5rem;
    }

    #navHeader ul {
        font-family: 'Inter', sans-serif;
        font-size: .875rem;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        list-style-type: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    #navHeader ul li {
        width: -webkit-fill-available;
        width: -moz-fill-available;
        width: -ms-fill-available;
        width: -o-fill-available;
        width: fill-available;
        text-align: center;
        margin-right: .5rem;
    }

    #navHeader ul li a {
        display: block;
        white-space: nowrap;
        text-decoration: none;
        color: #fff;
        border: 1px solid #1AC162;
        padding: 1rem;
        
    }

    #navHeader ul li a:hover {
        background-color: #1AC162;
    }

    #navHeader ul li:last-child {
        margin-right: 0;
    }
   
    .button-bullet {
        font-family: 'Inter', sans-serif;
        font-size: .75rem;
        color: #fff;
        text-decoration: none;
        text-align: left;
        position: relative;
        padding-left: 4rem;
    }

    .button-bullet::before {
        content: "";
        display: block;
        width: 3rem;
        height: 3rem;
        background-color: #1AC162;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        
    }

    .button-bullet:hover::before {
        background-color: #17d76a;
    }

    .button-bullet > strong {
        display: block;
        font-weight: 600;
        font-size: 1rem;
    }

    .button-bullet.phone::before {
        content:"";
        background-image: url(../img/ic/phone-solid.svg);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
    }

    /* End Header  */

    /* Footer */

    #footer .line-2 .container::after {
        content: "";
        display: block;
        height: .5rem;
        background-color: #1AC162;
        margin-top: 2.5rem;
    }
    
    #footer .line-1 {
        display: block;
        padding: 6rem 0;
    }
    
    #footer .line-2 {
        display: block;
        background-color: #363E40;
        padding: 2.5rem 0 0;
    }

    #footer .line-1 ul {
        font-family: 'Inter', sans-serif;
        font-size: .75rem;
        color: #fff;
        margin-bottom: 0;
    }

    #footer .line-1 h4 {
        font-family: 'Inter', sans-serif;
        font-size: 1.125rem;
        color: #fff;
        margin-bottom: 1.5rem;
    }

    /* End footer */

    /* Section */

    .section-features .container {
        padding: 6rem 0;
    }
    
    section h3,
    section h1 {
        font-family: 'Inter', sans-serif;
        box-sizing: border-box;
        font-size: 2rem;
        color: #1B1B1B;
        font-weight: 700;
        margin: 0 0 4rem 0;
        padding: 0 0 1.5rem 0 !important;
        position: relative;
        text-align: left;
    }
    
    section h3::after,
    section h1::after {
        content: "";
        display: block;
        width: 5rem;
        height: .25rem;
        background-color: #1AC162;
        border-radius: .125rem;
        position: absolute;
        bottom: 0;
    }

    main h1 {
        font-family: 'Inter', sans-serif;
        box-sizing: border-box;
        font-size: 2rem;
        color: #1B1B1B;
        font-weight: 700;
        margin: 0 0 4rem 0;
        padding: 0 0 1.5rem 0 !important;
        position: relative;
        text-align: center;
    }
    
    main h1::after {
        content: "";
        display: block;
        width: 5rem;
        height: .25rem;
        background-color: #1AC162;
        border-radius: .125rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    main a {
        color: #1AC162;
        font-weight: 600;
        text-decoration: none;
    }

    main a:hover {
        text-decoration: underline;
    }

    /* End section */

    main#content {
        padding-top: 6rem;
    }

    main#content .section-features {
        background-color: #f4f4f4;
    }
 }