@font-face {
    font-family: 'GILROY-EXTRABOLD';
    src: url('./assets/radarfonts/GILROY-EXTRABOLD.OTF');
    font-display: swap;
}

@font-face {
    font-family: 'GILROY-LIGHT';
    src: url('./assets/radarfonts/GILROY-LIGHT.OTF');
    font-display: swap;
}

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

body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    background: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
}

body::-webkit-scrollbar-thumb:hover {
    background: #a3c942;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

a:active{
    text-decoration: none;
}

.mobileHeader {
    display: none;
}


.logo-header {
    width: 100px;
    margin-top: 32px;
    margin-bottom: 20px;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header-radar {
    position: fixed;
    width: 100%;
    display: flex;
    z-index: 5;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ul-menu-radar {
    color: #fff;
    padding: 0px;
    list-style: none;
    position: relative;
    display: flex;
    margin-top: 39px;
    margin-bottom: 15px;
    align-items: center;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: right;
}

.ul-menu-radar>li>a {
    font-family: 'GILROY-LIGHT';
    font-size: 11px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.basic-li-radar {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-weight: 300;
    margin-right: 20px;
}

.basic-li-radar a {
    color: #ffffff;
    display: block;
    font-size: 16px;
}

.basic-li-radar a:hover {
    color: #ffffff;
}

.basic-li-radar a:focus {
    color: #ffffff;
}

.basic-li-radar a:active {
    color: #ffffff;
}

.href-control-header {
    color: #fff;
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
}

.href-control-header:hover {
    color: #fff;
    text-decoration: none;
}

.href-control-header:active {
    color: #fff;
    text-decoration: none;
}

.href-control-header:focus {
    color: #fff;
    text-decoration: none;
}

.header-color-control {
    background: #fff;
    box-shadow: 0 0 5px 0 #dcdcdc;
    -webkit-box-shadow: 0 0 5px 0 #dcdcdc;
}

.small-logo {
    margin-top: 25px !important;
}

.small-ul-header a {
    color: #353535;
}

.small-ul-header a:hover {
    color: #353535;
}

.small-ul-header a:active {
    color: #353535;
}

.small-ul-header a:focus {
    color: #353535;
}

.small-ul-header {
    margin-top: 33px !important;
}

.ul-header-id-especial {
    margin-top: 19px !important;
}

.ul-header-id-especial>li>.especial-link-conta {
    background: transparent;
    padding: 12px 14px;
    border-radius: 30px;
    transition: all 0.5s;
    border: 1px solid #3a5e3b;
    font-size: 10px !important;
    text-transform: uppercase;
    background: transparent;
    color: #3a5e3b;
}

.ul-header-id-especial>li>.especial-link-conta:hover{
    color: #353535
}


.ul-header-id-especial>li>.especial-link-conta:active{
    color: #353535
}


.ul-header-id-especial>li>.especial-link-conta:focus{
    color: #353535
}

.especial-link-teste {
    background: #a3c942;
    padding: 12px 14px;
    border-radius: 30px;
    transition: all 0.5s;
    border: 1px solid #a3c942;
    font-size: 10px !important;
    text-transform: uppercase;
}

.especial-link-teste:hover {
    background: #3a5e3b;
    opacity: 0.8;
    border: 1px solid #fff;
}

.especial-link-teste:active {
    background: #3a5e3b;
    opacity: 0.8;
    border: 1px solid #fff;
}

.especial-link-teste:focus {
    background: #3a5e3b;
    opacity: 0.8;
    border: 1px solid #fff;
}

.especial-link-conta {
    background: transparent;
    padding: 12px 14px;
    border-radius: 30px;
    transition: all 0.5s;
    border: 1px solid #fff;
    font-size: 10px !important;
    text-transform: uppercase;
}

.especial-link-conta:hover {
    background: #3a5e3b;
    opacity: 0.8;
    border: 1px solid #fff;
}

.especial-link-conta:active {
    background: #3a5e3b;
    opacity: 0.8;
    border: 1px solid #fff;
}

.especial-link-conta:focus {
    background: #3a5e3b;
    opacity: 0.8;
    border: 1px solid #fff;
}

.ul-menu-conta {
    float: right;
    margin-top: 25px;
}

.no-padding {
    padding: 0px
}

/* Main Section */
.main-section {
    background: url(assets/images/main-section/bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;

    align-items: center;
    display: flex;
    overflow: hidden;
}

.main-section img {
    width: 125%;
    display: block;
    position: absolute;
    margin-top: -40px;
    margin-left: 2%;
}

.col-text-main {
    align-items: center;
    display: flex;
    padding-right: 100px;
}

.col-text-main div {
    width: 100%;
    padding-right: 10px;
}

.col-text-main h1 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.col-text-main p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 0.7px;
}

.col-text-main a {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    background: #a3c942;
    padding: 20px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: inline-block;
}

/* Intro Section */
.intro-section {
    background: #fff;
    min-height: 100vh;
    padding: 80px 0px
}

.intro-card-box {
    margin-bottom: 50px;
    padding: 0px 70px 0px 70px;
}

.intro-card-box h2 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 32px;
    z-index: 2;
    position: relative;
}

.box-verde {
    width: 40px;
    height: 20px;
    background: #a3c942;
    position: absolute;
    margin-left: -25px;
    margin-top: -5px;
}

.intro-card-box hr {
    width: 10%;
    margin: 0px;
    border-top: 5px solid #3a5e3b;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.intro-card-box p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.7px;
}

.intro-card-box i {
    margin-right: 5px;
    color: #3a5e3b
}

/* Subinfo Section*/
.subintro-section {
    background: #ebffba;
    min-height: 50vh;
}

.subintro-section img {
    width: 130%;
    height: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: -80px;
    position: relative;
    margin-left: 0%;
}

.col-text-subintro {
    padding: 0px 60px;
    align-items: center;
    display: flex;
}

.col-text-subintro h3 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 30px;
}

/* Como Funciona Section*/
.comofunciona-section {
    background: url(assets/images/comofunciona-section/bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    padding: 50px 0px;
    align-items: center;
    display: flex;
}

.comofunciona-section h3 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.hr-comofunciona-section {
    width: 5%;
    margin: 0px;
    border-top: 5px solid #fff;
    border-radius: 0px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.card-comofunciona {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    height: 100%;
}

.card-comofunciona img {
    width: auto;
    height: 70px;
    display: block;
    margin-bottom: 15px;
}

.card-comofunciona h4 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 25px;
}

.card-comofunciona hr {
    width: 20%;
    margin: 0px;
    border-top: 5px solid #3a5e3b;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-comofunciona p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
}

/* Preços Section */
.precos-section {
    background: #fff;
    min-height: 100vh;
    padding: 80px 0px;
}

.col-precos-section-title h4 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.col-precos-section-title hr {
    width: 20%;
    margin: 0px;
    border-top: 5px solid #3a5e3b;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.col-precos-section-title p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 100px;
    letter-spacing: 0.7px
}

.card-servico {
    min-height: 300px;
    padding: 60px;
    align-items: center;
    display: flex;
}

.card-servico h2 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.card-servico hr {
    width: 20%;
    margin: 0px;
    border-top: 5px solid #3a5e3b;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-servico p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.card-servico-esquerda {
    border-top: 5px solid #afafaf;
    border-bottom: 5px solid #afafaf;
    border-left: 5px solid #afafaf;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    margin-top: -5px;
    max-width: 65%;
}

.card-servico-direita {
    border-top: 5px solid #afafaf;
    border-bottom: 5px solid #afafaf;
    border-right: 5px solid #afafaf;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    margin-top: -5px;
    max-width: 65%;
    margin-left: 10%;
}

/* Depoimento Section */
.depoimentos-section {
    background: url(assets/images/depoimento-section/bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    padding: 120px 0px
}

.col-title-depoimentos h2 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.col-title-depoimentos hr {
    width: 10%;
    margin: 0px;
    border-top: 5px solid #fff;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.col-title-depoimentos p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 0.7px
}

.depoimentos-container {
    margin-top: 50px;
}

.depoimento-card {
    background: #fff;
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding: 25px;
    text-align: center;
    width: 90%;
    margin-bottom: 25px;
}

.depoimento-card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    height: 200px;
    font-size: 15px;
}

.depoimento-card img {
    margin: 0 auto;
    height: 35px;
    width: auto;
    margin-top: 28px;
}

/* Planos Section */
.planos-section {
    background: #ebffba;
    padding: 120px 0px;
}

.planos-header-text h2 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.planos-header-text hr {
    width: 10%;
    margin: 0px;
    border-top: 5px solid #3a5e3b;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.planos-header-text p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 0.7px;
}

.card-planos {
    background: #fff;
    padding: 20px;
}

.card-planos h3 {
    text-align: center;
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #3a5e3b;
    position: relative;
    z-index: 2;
}

.subox-verde-titulo {
    width: 50%;
    height: 18px;
    background: #a3c942;
    position: absolute;
    margin-top: -24px;
    margin-left: 13%;
}

.p-preco-plano {
    text-align: center;
    font-size: 60px;
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    margin: 0px;
}

.p-preco-plano span {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.span-rs {
    position: absolute;
    margin-top: 20px;
    margin-left: -25px;
}

.ul-planos-caracteristicas {
    list-style: none;
    padding: 0px 15px;
    margin: 0px;
}

.ul-planos-caracteristicas li {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}

.ul-planos-caracteristicas i {
    margin-right: 5px;
    color: #3a5e3b
}

.link-plano-normal {
    display: block;
    width: 80%;
    margin-left: 10%;
    height: 40px;
    line-height: 36px;
    color: #a3c942;
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    border: 2px solid #a3c942;
    border-radius: 30px;
    font-size: 14px;
}

.link-plano-normal:hover {
    color: #a3c942;
    text-decoration: none;
}

.link-plano-normal:active {
    color: #a3c942;
    text-decoration: none;
}

.link-plano-normal:focus {
    color: #a3c942;
    text-decoration: none;
}

.link-plano-centro {
    display: block;
    width: 80%;
    margin-left: 10%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    background: #a3c942;
    font-size: 14px;
}

.link-plano-centro:hover {
    color: #fff;
    text-decoration: none;
}

.link-plano-centro:active {
    color: #fff;
    text-decoration: none;
}

.link-plano-centro:focus {
    color: #fff;
    text-decoration: none;
}

/* Teste Section */
.teste-section img {
    width: 100%;
    height: auto;
    display: block;
}

.teste-text-col {
    align-items: center;
    display: flex;
}

.div-texto-control {
    width: 60%;
    margin-left: 25%;
}

.div-texto-control h2 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 32px;
    position: relative;
    z-index: 2;
}

.div-texto-control hr {
    width: 20%;
    margin: 0px;
    border-top: 5px solid #3a5e3b;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.div-texto-control p {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}

.div-texto-control a {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    background: #a3c942;
    padding: 20px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: inline-block;
}

/* Rodapé Section */
.rodape-section {
    background: #373435;
    padding: 50px 20px;
    color: #fff;
}

.rodape-section img{
    width: 100px;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.rodape-section h3 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.rodape-section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.rodape-section ul>li {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.rodape-section ul>li>a {
    font-family: 'GILROY-LIGHT';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.7px;
}

/* Outros */

.padding-container {
    padding: 0px 50px;
}

.subdiv-servicos-direita {
    width: 100%;
}

.direta-intro-box-jornada {
    text-align: right;
}

.direta-intro-box-jornada>hr {
    margin-left: 80%
}

.direta-intro-box-jornada>h2 {
    font-family: 'GILROY-EXTRABOLD';
    font-style: normal;
    font-weight: 700;
    color: #3a5e3b;
    font-size: 32px;
    position: relative;
    z-index: 2;
    width: 60%;
    margin-left: 40%;
    position: relative;
    z-index: 2;
}

.direta-intro-box-jornada>.box-verde {
    width: 40px;
    height: 20px;
    background: #a3c942;
    position: absolute;
    margin-left: -25px;
    margin-top: 0px;
    margin-left: 80%;
}

.social-footer {
    margin-top: 15px;
}

.social-footer a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    margin-right: 5px;
    line-height: 30px;
    color: #373435;
}
