@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&display=swap');

/*  pedro h. assis 16/06/2023
*/

@font-face {
    font-family: 'AbadiMT-Light';
    src: url('../css/font/AbadiMT-Light.ttf');
}

@font-face {
    font-family: 'AbadiMT-ExtraBold';
    src: url('../css/font/AbadiMT-ExtraBold.ttf');
}


@font-face {
    font-family: 'ProductSans';
    src: url('../css/font/Product Sans Regular.ttf');
}

@font-face {
    font-family: 'AbadiMTPro';
    src: url('../css/font/AbadiMTPro.ttf');
}

@font-face {
    font-family: 'AbadiMTStd';
    src: url('../css/font/AbadiMTStd.ttf');
}


/******************************************/

.fundo_footer {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -5px;
}

.fundo_footer p {
    margin: 10px 180px;
    font-family: 'ProductSans';
    color: #000;
}

footer a p {
    transition: .5s;
}

footer a:hover p {
    color: #009C3A !important;
    transition: .5s;
}

body {
    margin: 0;
}

.ArticleSuper {

    background: url('../themes/images/fundo_triangulo.png') no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ArticleCentral {

    width: 70%;
    max-width: 1140px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.btn_verde {
    border-radius: 50px;
    background: #009C3A;
    padding: 6px 30px;
    transition: .5s;
    font-family: 'ProductSans';
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
}

.btn_verde:hover {
    background: #19bc55;
    padding: 2px 26px;
    transition: .5s;
    color: #fff;
}

.btn_verde img {
    height: 16px;
}

.btn_branco {
    border-radius: 50px;
    background: #fff;
    padding: 12px 26px;
    transition: .4s;
    font-family: 'ProductSans';
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    margin-top: 10px;
}

.btn_branco:hover {
    background: #b3f2ca;
    padding: 8px 24px;
    transition: .4s;
    color: #000;
}

.btn_branco img {
    height: 16px;
}

.banner {
    height: 650px;
}

.banner1 {
    width: 100%;
    background: url('../themes/images/Banner.png') no-repeat;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner1 section {
    width: 70%;
    height: 40%;
    text-align: center;
}

.banner h1 {
    color: #fff;
    font-size: 4rem;
    font-family: 'ProductSans';
    font-weight: 800;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
}

.banner p {
    color: #BAFF00;
    font-size: 1.1rem;
    font-family: 'ProductSans';
    font-weight: 600;
    letter-spacing: 1.3px;
    margin: 2px 0px;
    padding-bottom: 40px;
    position: relative;
}

.twosecs {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

.twosecs div {
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.twosecs_t {
    margin-top: 30px;
}

.twosecs_t video {
    width: 450px;
    height: 450px;
}

.twosecs_t h2 {
    font-family: 'ProductSans';
    font-size: 3rem;
    font-weight: 700 !important;
    color: #000;
    margin: 0px;
    width: 100%;
}

.twosecs_t div a {
    padding: 10px 60px !important;
}

.twosecs_t p {
    font-family: 'ProductSans';
    font-size: 1rem;
    text-align: justify;
    display: block;
    padding: 0px 20px 0px 0px;
    margin: 20px 0px;
    color: #000;
    font-weight: 400;
}


.twosecs_t h3 {
    font-family: 'ProductSans';
    font-size: .9rem;
    text-align: justify;
    display: block;
    padding: 0px 20px 0px 0px;
    margin: 0px;
    color: #FF9B44;
    font-weight: 700;
}

.twosecs_t img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}

.twosecs_t hr {
    width: 10.5rem;
    height: 3.5px;
    background: #009C3A;
    border: none;
    margin: 0px;
}

.sec1 p {
    margin-right: 50px;
}

.sec2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
}

.sec2 h2 {
    font-family: 'ProductSans';
    font-size: 2.6rem;
    font-weight: 700 !important;
    color: #000;
    margin: 0px;
    width: 100%;
}

.sec2 hr {
    width: 10.5rem;
    height: 3.5px;
    background: #009C3A;
    border: none;
}

.sec2 section {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec2 section div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 220px;
    height: 300px;
    margin: 10px 8px;
    border-radius: 10px;
    background: #009C3A;
    overflow: hidden;
    transition: .5s;
}

.sec2 section div:hover {
    background: #1dc25a;
    transition: .5s;
}

.sec2 section div span {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.sec2 section div h3 {
    font-family: 'ProductSans';
    font-size: 1.6rem;
    font-weight: 700 !important;
    color: #fff;
    margin: 0px;
}

.sec2 section div img {
    width: 100%;
    top: 0;
}

.sec3 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
    background: url('../themes/images/Banner2.png') no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.sec3 h2 {
    font-family: 'ProductSans';
    font-size: 2.6rem;
    font-weight: 700 !important;
    color: #fff;
    margin: 0px;
    width: 100%;
}

.sec3 hr {
    width: 28rem;
    height: 3.5px;
    background: #fff;
    border: none;
    margin-top: 15px;
}

.sec3 section {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sec3 span {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec3 section div {
    background: #fff;
    border-radius: 15px;
    width: 180px;
    height: 60px;
    padding: 15px;
    margin: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 section div img {
    height: 80%;
    max-width: 100%;
}

.sec4 {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sec4 h2 {
    font-family: 'ProductSans';
    font-size: 2.6rem;
    font-weight: 700 !important;
    color: #000;
    margin: 0px;
    width: 100%;
}

.sec4 hr {
    width: 20.2rem;
    height: 3.5px;
    background: #009C3A;
    border: none;
    margin: 5px 0px;
}

.avaliacao {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.avaliacao div {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background: #f4f4f4a6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 30px 50px;
    margin: 20px 10px;
}

.avaliacao div h3 {
    font-family: 'ProductSans';
    font-size: .9rem;
    color: #000;
    font-weight: 700;
    margin: 0px;
    border-bottom: 1px solid #000;
}

.avaliacao div h4 {
    font-family: 'ProductSans';
    font-size: .9rem;
    color: #000;
    font-weight: 400;
    margin: 0px;
    margin-left: 5px;
}

.avaliacao div h5 {
    font-family: 'ProductSans';
    font-size: .9rem;
    color: #ADADAD;
    font-weight: 400;
    margin: 0px;
    margin-left: 5px;
}

.avaliacao div p {
    font-family: 'ProductSans';
    font-size: 1rem;
    text-align: left;
    display: block;
    color: #000;
    font-weight: 400;
    margin: 0px;
}

.avaliacao div img {
    width: 100px;
    height: 16px;
}

.avaliacao div span {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec5 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 50px;
    background: url('../themes/images/Banner3.png') no-repeat;
    background-size: cover;
    padding: 50px 0px;
    overflow: hidden;
}

.sec5 .twosecs div {
    justify-content: center;
    align-items: center;
}

.sec5 h2 {
    font-family: 'ProductSans';
    font-size: 2.6rem;
    font-weight: 700 !important;
    color: #fff;
    margin: 0px;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
}

.sec5 span {
    display: block;
    width: 80%;
}

.sec5 a {
    font-family: 'ProductSans';
    font-size: 1.1rem;
    font-weight: 600 !important;
    color: #fff;
    margin: 0px;
    width: 100%;
    display: block;
    text-align: left;
    margin: 10px 0px;
    letter-spacing: 2px;
    transition: .5s;
}

.sec5 a:hover {
    color: #76d398;
    transition: .5s;
}

.sec5 a img {
    width: 20px;
    padding: 0px 2px;
    filter: invert(1);
}

.sec5 iframe {
    border-radius: 15px;
    width: 100%;
    height: 240px;
}

.sec5 input,
.sec5 textarea {
    border: 2px solid #FFF;
    background: none;
    color: #fff;
    width: 98%;
    font-family: 'ProductSans';
    border-radius: 5px;
    padding: 0px 5px;
    margin: 5px 0px;
    transition: .5s;
}


.sec5 input:hover,
.sec5 textarea:hover {
    border: 2px solid #b3f2ca;
    background: rgb(255, 255, 255, 0.3);
    transition: .5s;
}

.sec5 input::placeholder,
.sec5 textarea::placeholder {
    color: rgba(255, 255, 255, 0.60);
    padding-left: 10px;
    transition: .5s;
}

.sec5 input:hover .sec5 input::placeholder,
.sec5 textarea:hover .sec5 textarea::placeholder {
    color: rgb(255, 255, 255);
    transition: .5s;
}

.sec5 textarea::placeholder {
    padding-left: 10px;
    padding-top: 10px;
}

.sec5 input {
    height: 40px;
}

.sec5 textarea {
    height: 220px;
    appearance: text;
    resize: none;
}

.sec5 button {
    height: 40px;
    background: #fff;
    color: #009C3A;
    width: 100%;
    font-family: 'ProductSans';
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 1.3rem;
    transition: .5s;
}

.sec5 button:hover {
    background: #b3f2ca;
    color: #000;
    transition: .5s;
}

@media (max-width: 920px) {

    .banner {
        height: 325px;
    }

    .banner h1 {
        font-size: 4rem;
        font-family: 'AbadiMTPro';
        font-weight: 800;
        margin: 0px;
        position: relative;
    }

    .banner p {
        font-size: 1.1rem;
        font-family: 'Product Sans';
        font-weight: 600;
        letter-spacing: 1.3px;
        margin: 2px 0px;
        padding-bottom: 40px;
        position: relative;
    }

    .twosecs div {
        width: 100%;
    }

    .sec1 p {
        margin-right: 0px;
    }
}

@media (max-width: 550px) {
    .banner h1 {
        font-size: 3.6rem;
        font-family: 'AbadiMTPro';
        font-weight: 800;
        margin: 0px;
        position: relative;
    }

    .banner p {
        font-size: .9rem;
        font-family: 'Product Sans';
        font-weight: 600;
        letter-spacing: 1.3px;
        margin: 2px 0px;
        padding-bottom: 40px;
        position: relative;
    }

    .twosecs div {
        width: 100%;
    }

    .sec1 p {
        margin-right: 0px;
    }
}

@media (max-width: 450px) {

    .banner1 section {
        width: 90%;
        height: 70%;
        text-align: center;
    }

    .banner h1 {
        font-size: 3.2rem;
        font-family: 'AbadiMTPro';
        font-weight: 800;
        margin: 0px;
        position: relative;
    }

    .banner p {
        font-size: .9rem;
        font-family: 'Product Sans';
        font-weight: 600;
        letter-spacing: 1.3px;
        margin: 2px 0px;
        padding-bottom: 40px;
        position: relative;
    }

    .twosecs div {
        width: 100%;
    }

    .sec1 p {
        margin-right: 0px;
    }


    .sec3 hr {
        width: 18rem;
        height: 3.5px;
        background: #fff;
        border: none;
        margin-top: 15px;
    }

    .avaliacao div h3 {
        border-bottom: none;
    }

    .btn_brancowpp {
		border-radius: 50px;
    	background: #fff;
    	padding: 6px 30px;
    	transition: .5s;
    	font-family: 'ProductSans';
    	font-weight: 700;
    	color: #000;
    	letter-spacing: 2px;
    	margin-top: 10px;
	}

	.btn_brancowpp:hover {
    	background: #b3f2ca;
   	 	padding: 2px 26px;
    	transition: .5s;
    	color: #000;
	}
}