
/*----------------------------------------------------------------*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700&display=swap');


/*----------------------------------------------------------------*/
/* Variables */
:root {
	--primary: #787878;
	--secondary: #2aa17f;
	--tertiary: #666053;
	--quaternary: #797366;
	
//	--primary: #787878;
//	--secondary: #da2838;
//	--tertiary: #666053;
//	--quaternary: #797366;
	
	--font-customer-class: Poppins, Arial;
	--font-customer-data: Roboto, Arial;
	--font-promo: Poppins, Roboto, Arial;
	--font-research: Poppins, Roboto, Arial;
	--font-rfv-category: Poppins, Arial;
	--font-back-link: Poppins, Arial;
	
	--newsletter-foreground: #ffffff;
	--newsletter-background: #8ebe12;
	--newsletter-background-button: #b0ce61;	
	--newsletter-font: Poppins, Roboto, Arial;
	
	--home-agenda-background: #ffffff;
	--home-agenda-font: Poppins, Roboto, Arial;
  }


/*----------------------------------------------------------------*/
/* Footer */

footer {
    background-color: #f9f9f9; //#ffefd6;
//	position: absolute;
	left: 0;
//	bottom: 0;
	width: 100%;
//	height: 380px;
	overflow:hidden;
}
.footer-flex {
    padding-left:20px;
    padding-right:20px;
}

.footer-flex a:hover {
	text-decoration: underline;
}

.social-midia-footer {
    font-size:30px;
    padding:7px;
}


/*----------------------------------------------------------------*/
/* Base Styles */

html {
	position: relative;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
//    margin-bottom: 380px;	// MUST BE same as footer height
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h1 {
    color: var(--primary);
    font-size: 3em;
    font-weight: 700;
    line-height:1.2em;

}

h2 {
    color: var(--secondary);
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h3 {
    color: var(--primary);
    font-size:1.8em;
    font-weight: 500;
}

h4 {
    color: var(--quaternary);
    font-size:1.5em;
    font-weight: 600;
}

h5 {
    color: var(--tertiary);
    font-size:1.5em;
    font-weight: 600;
}

p {
    color: var(--primary);
    font-size: 1.2em;
    font-weight: 500;
    text-align: justify;
    padding:10px 0;
}

a {
    text-decoration: none;
    color: var(--secondary);
    font-size: 1em;
}

img {
    text-align: center;
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	height: auto;
}


/* Header and Menu */
.top-bar {
    padding-left:10px;
    padding-right:10px;
}

.top-bar a:hover {
    color: var(--quaternary);
}

header {
    display: flex;
    justify-content: center;
}

.container-header {
    display: flex;
    justify-content: space-between;
    gap:2.5em;
}

.logo, .menu {
    display: flex;
    align-items: center;
}

nav ul, nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul {
    display: flex;
}

nav a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    color:var(--secondary);
    font-weight: 700;
    border: 2px solid transparent;

}

nav a:hover {
    color: var(--quaternary);
    border: 2px solid var(--quaternary);
    border-radius: 50px;
}

nav .active a {
    color: #fff;
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 50px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    margin-left: 3px;  
}

nav .active a:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--secondary);
    transition-duration: 0.3s;
}

/* Body */
section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-header {
    cursor: pointer;
    background-color: transparent; 
    border: 3px solid var(--quaternary);
	border-radius:100px;
    color: var(--quaternary);
    padding: 10px 20px;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:700;
	transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-header:hover {
	background-color: #ffb347;
    color: #fff;
	box-shadow: none;
}

.container {
    display:flex;
    justify-content: center;
    padding: 40px 20px;
}

.mid-section {
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 20px;
    justify-content: center;
}

.btn-mid {
    cursor: pointer;
    background-color: transparent; 
    border: 3px solid var(--secondary);
	border-radius:100px;
    color: var(--secondary);
    padding: 10px 20px;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:700;
	transition-duration: 0.2s;
}

.btn-mid:hover {
	background-color: var(--secondary);
    color: #fff;
}


span i {
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 0;
    padding: 25px;
}

.container-items {
    text-align: center;
    margin: 25px auto;
    width: 300px;
}

.container-items h3 {
    font-size: 20px;
}

.container-items span {
    font-size: 38px;
    color: var(--secondary);
}

.container-icons {
    padding: 5px 20px;
}

.plans {
    gap: 3rem;
}

.price-card {
	min-width: 350px;
	max-width: 35%;
    text-align: center;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.price-card-description {
	max-width: 55%;
//    text-align: center;
//    padding: 20px;
//    border-radius: 30px;
//    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.price-card p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.price-card span {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
}


.lp_ibg_title {
	color: var(--secondary);
	font-size: 22px;
}

.lp_ibg_title a  {
	text-decoration: none;
}

.lp_ibg_title a:hover  {
	text-decoration: underline;
}

.lp_ibg_container_instrutor {
    display:flex;
    justify-content: center;
    padding: 40px 20px;
}

.lp_ibg_container_instrutor_image {
	align: left;
	min-width: 300px;
	max-width: 300px;
	height: auto;
}

.lp_ibg_container_instrutor_content {
	display: block;
}

.lp_ibg_container_instrutor_name {
	padding-left: 20px;
	font-size: 20px;
	color: var(--secondary);
}
.lp_ibg_container_instrutor_description {
	font-size: 16px;
	color: var(--quaternary);
	padding-left: 20px;
}

.lp_thumbnails_cursos img {
    text-align: center;
	padding: 0px 0px 0px 0px;
	max-width: 320;
	height: auto;
}

/*----------------------------------------------------------------*/
/* Home */



/*----------------------------------------------------------------*/
/* Newsletter */


.newsletter-container {
    display:flex;
    justify-content: center;
	width: 100%;
    background-color: var(--newsletter-background);	
}

.newsletter-section {
	display: flex;
    padding: 00px 30px 0px 30px;
    justify-content: center;
}


.newsletter-section h1 {
	color: var(--newsletter-foreground);
	font-family: var(--newsletter-font);
    font-size: 1.5em;
    font-weight: 400;
    line-height:1.2em;
	padding: 10px 0px;
	overflow-wrap: break-word;
}


.btn-newsletter {
    cursor: pointer;
    background-color: var(--newsletter-background-button); 
    border: 3px solid transparent;
	border-radius:100px;
    color: var(--newsletter-foreground);
    padding: 10px 40px;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:700;
	transition-duration: 0.4s;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn-newsletter:hover {
	background-color: var(--secondary);
    color: #fff;
	box-shadow: none;
}



/*----------------------------------------------------------------*/
/* Home - Agenda */

.home-agenda-container {
	//display:flex;
    justify-content: center;
	width: 100%;
    background-color: var(--home-agenda-background);	
}

.home-agenda-header-section {
	//border: 1px solid red;	
	display: flex;
	flex-direction: column;
    padding: 20px 0px 40px 0px;
    align-items: center;	
}

.home-agenda-header-section line1 {
	//border: 1px solid yellow;
	color: var(--primary);
	font-family: var(--home-agenda-font);
    font-size: 2em;
    font-weight: 500;
	text-align: center;
	padding: 0px;
	overflow-wrap: break-word;	
}

.home-agenda-header-section line2 {
	//border-top: 1px solid orange;
	color: var(--secondary);
	font-size: 3em;
	font-weight: 600;
	text-align: center;
	padding: 0px;
}

.home-agenda-header-section separator {
	width: 300px;
	border-top: 4px solid var(--primary);
}

.home-agenda-items-section {
	//border: 1px solid red;
	display: flex;
	flex-flow: row wrap;
	align-items: top;
}

.home-agenda-item {
	//border: 1px solid purple;
	display: flex;
	flex-direction: row;
	width: 45%;
	align-items: center;
	margin: 15px 20px 15px 20px;
}

.home-agenda-item-image {
	//border: 1px solid red;
	display: block;
	padding-right: 5px;
}

.home-agenda-item-image img{
	width: 51px;
	max-width: 51px;
	height: auto;
}

.home-agenda-item font1 {
	display: flex;
	color: var(--primary);
	font-family: var(--home-agenda-font);
    font-size: 1.2em;
    font-weight: 600;
	overflow-wrap: break-word;		
}

.home-agenda-item font2 {
	display: flex;
	color: var(--secondary);
	font-family: var(--home-agenda-font);
    font-size: 1em;
    font-weight: 600;
	overflow-wrap: break-word;		
}

.home-agenda-item a {
	text-decoration: none;	
}

.home-agenda-item a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------*/
/* Contact Form */
.card-form {
    padding:0 10px;
}

input#form-consulta, input#form-name, input#form-mail, input#form-tel, input#form-company, textarea#form-message {
    width:200px;
    background-color: transparent;
    border: 2px solid var(--secondary);
    border-radius: 8px;
    font-size: 18px;
    color: var(--quaternary);
    padding:5px 10px;
    margin-bottom: 10px;
    resize: none; 
    width:400px;
}

textarea#form-message {
    margin-top: 5px;
    height: 200px;
}

::-webkit-input-placeholder {
    color: var(--secondary);
 }
 
 :-moz-placeholder {
    color: var(--secondary);
 }
 
 ::-moz-placeholder {
    color: var(--secondary);
 }
 
 :-ms-input-placeholder {  
    color: var(--secondary);
 }

input#form-btn {
    padding: 10px;
    background-color: transparent;
    border: 2px solid var(--secondary);
    border-radius: 8px;
    font-size: 16px;
    color: var(--primary);
    display: inline-block;
    width:100px;
}


/*----------------------------------------------------------------*/
/* Mobile Styles */

.menuMobile {
    display: none;
    width: 40px;
    height: 40px;
    margin:40px;
}

#menuBars {
    color: #fff;
    font-size:20px;
    padding: 10px;
	border: 2px solid var(--quaternary);
    border-radius:8px;
    background-color: var(--quaternary);
}

@media (max-width:768px) {
    header .container {
        flex-direction: row;
    }

    nav ul {
        flex-direction: column;
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
    }

    header {
        height: auto;
    }
        
    .menuMobile {
        display: flex;
        flex-direction: column;
    }

    .container-header {
        gap: 0;
    }

    #banner {
        height: auto;
    }

    .banner_headline {
        padding: 20px;
    }
    .banner_headline h1 {
        font-size: 40px;
    }

    .banner_headline h2 {
        font-size: 18px;
    }

    .banner_options {
        height: auto;
        flex-direction: column;
    }

    .container {
        flex-direction: column;
    }

    .second-container {
        flex-direction: column-reverse;
    }

    #main section, #main aside {
        padding: 20px;
    }

    .hero .slide-container .slide {
        width: 320px;
    }

    .hero #next {
        right: 10px;
    }
    
    .hero #previous {
        left: 10px;
    }

    input#form-name, input#form-mail, input#form-tel, input#form-company, textarea#form-message {
        width: 250px;
    }

    input#form-name {
        margin-top: 20px;
    }

    #previous, #next {
        display: none;
    }


    .newsletter-container {
        flex-direction: column;
    }

    .newsletter-section {
        flex-direction: column;
    }

	.home-agenda-item {
		width: 100%;
		align-items: top;
	}
	
    .footer-logo {
        padding-bottom: 25px;
    }

    .footer_box, .footer_area {
        flex-direction: column;
    }

    .social-container {
        flex-direction: row;
    }

    .footer_area, .footer-flex {
        padding: 20px;
    }
}






/*----------------------------------------------------------------*/
/* WCM Loaded Content */
/*----------------------------------------------------------------*/


/*----------------------------------------------------------------*/
/* Customer info box */

.customer_class {
	text-align: center;
	vertical-align: middle;
	color: var(--tertiary);;
	font-size: 30px;
	font-family: var(--font-customer-class);
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
/*	text-shadow: 1px 1px 2px #888888; */
}


.customer_info_box {
	border: 0px solid #282828;
	text-align: center;
	padding: 2px;
	font-family: var(--font-customer-data);
	font-size: 10px;
	color: #484848;
}


.customer_info_table {
	border: 1px solid #f0f0f0;
	background-color: #fefefe;
	padding: 20px;
}

.customer_info_title {
	float: left;
	color: #484848;
	font-size: 15px;
	font-family: var(--font-customer-data);
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	margin-left: 25px;
	padding-bottom: 5px;
}

.customer_info_data {
	float: none;
	color: #484848;
	font-size: 15px;
	font-family: var(--font-customer-data);
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	margin-left: 5px;
	padding-bottom: 5px;
}


/*----------------------------------------------------------------*/
/* Promo boxes */

.promo_icons {
	/* border: 2px solid #282828; */
	padding: 10px;
	text-align: center;
	vertical-align: middle;

	color: #484848;
	font-size: 14px;
	font-family: 'Arial';
	font-weight: bold;
}

.promo_icons_image {
	width: 90px;
	height: 90px;
	vertical-align: middle;
}

a.promo_icons_image {
	text-decoration: none;
}


.promo_class {
	text-align: left;
	vertical-align: middle;
	color: #e12028;
	font-size: 26px;
	font-family: var(--font-promo);
	font-weight: 400;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


.promo_container {
	background-color: #ffffff;
	padding-bottom: 30px;
}

.promo_table {
	border: 1px dotted #bbbbbb;
	background-color: #fdfdfd; //#f9f8f6;
	padding: 15px;
}


.promo_box_image {
	float: left;
	border: 1px solid #777777;
	width: 180px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #cdcdcd;
}

.promo_image {
	width: 180px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	color: #484848;
	font-size: 9px;
	font-family: var(--font-promo);
	padding: unset;
	margin: unset;
}


.promo_box_info {
	vertical-align: top;
}

.promo_box_info_table {
	/* border: 1px solid #aa0000; */
	padding: 0px;
}

.promo_info_title {
	/* border: 1px solid #0000aa; */
	float: left;
	width: 180px;
	color: #484848;
	font-size: 15px;
	font-family: var(--font-promo);
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

.promo_info_data {
	/* border: 1px solid #00aa00; */
	float: none;
	width: 440px;
	color: #484848;
	font-size: 15px;
	font-family: var(--font-promo);
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}



/*----------------------------------------------------------------*/
/* All promotions list

.all_promos_table_header {
	width: 100%;
	border: 1px solid #282828;	
}


.all_promos_col_1 {
	width: 333px;
	text-align: left;
	vertical-align: middle;
	color: #282828;
	font-size: 17px;
	font-family: 'Arial';
	font-weight: normal;	
}

.all_promos_col_1_image {
	float: left;
	border: 1px solid #777777;
	background-color: #cdcdcd;

	width: 90px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	color: #484848;
	font-size: 9px;
	font-family: 'Arial';
}

.all_promos_col_1_data {
//border: 1px solid #282828;
	float: left;
	width: 225px;
	text-align: left;
	vertical-align: middle;
	color: #282828;
	font-size: 12px;
	font-family: 'Arial';
	font-weight: normal;	
	padding-left: 10px;
}

.all_promos_col_2, 
.all_promos_col_3,
.all_promos_col_4,
.all_promos_col_5 
{
	border-left: 1px solid #282828;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	color: #282828;
	font-size: 12px;
	font-family: 'Arial';
	font-weight: normal;	
}


/*----------------------------------------------------------------*/
/* Promo Voucher */

.voucher_logo {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*----------------------------------------------------------------*/
/* RFV Category */

.category_menu {
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	padding: 10px;
}

.category_menu_title {
	border: 0px solid blue;
	float: left;
	vertical-align: middle;
	text-align: left;
	color: #484848;
	font-size: 15px;
	font-family: var(--font-rfv-category);
	font-weight: bold;
	margin-left: 0px;
}

.category_menu_data {
	border: 0px solid red;
	float: none;
	vertical-align: middle;
	text-align: left;
	color: #484848;
	font-size: 13px;
	font-family: var(--font-rfv-category);
	font-weight: normal;
	margin-left: 10px;
}

.category_menu_link {
	color: #484848;
	font-size: 13px;
	font-family: var(--font-rfv-category);
	font-weight: normal;
	text-decoration: none;
}


/*----------------------------------------------------------------*/
/* Research */

.research_container {
//	border: 1px solid red;
	background-color: #ffffff;
	position: relative;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 20px;
}

.research_question {
//	border: 1px solid blue;

	color: #484848;
	font-size: 18px;
	font-family: var(--font-research);
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
}

.research_response {
//	border: 1px solid green;

	color: #484848;
	font-size: 15px;
	font-family: var(--font-research);
	font-weight: normal;
	text-decoration: none;
}

.research_response_text,
.research_response_text input,
.research_response_text select {
        border: 1px solid #999999;
        border-radius: 4px;
        max-width: 70%;
        width: 70%;
        padding: 7px 7px 7px 7px;
        color: #484848;
        font-size: 16px;
        font-family: var(--font-research);
        font-weight: normal;
        text-decoration: none;
}


.research_response_star > input {	/* HIDE RADIO */
	visibility: hidden; 		/* Makes input not-clickable */
	position: absolute; 		/* Remove input from document flow */
}


.research_response_star > input + img {	/* IMAGE STYLES */
	cursor:pointer;	
	border:2px solid transparent;
}


.research_response_star > input:checked + img{	/* (RADIO CHECKED) IMAGE STYLES */
	border: 2px solid transparent;
}



/*----------------------------------------------------------------*/
/* Blog */

.blog_title_table {
	border: 0px solid green;
}


.blog_title_td {
	color: #484848;
	background-color: #efefef;
	margin-left: 0px;
	padding: 15px;
}


.blog_title {
	color: #484848;
	font-size: 15px;
	font-family: Roboto, Arial;
	font-weight: bold;
}

	
.blog_posts_body,
.blog_history_body {
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding: 15px;
	font-family: Roboto, Arial;
}


.blog_history_links,
.blog_history {
	color: #484848;
	font-size: 15px;
	font-family: Roboto, Arial;
	text-decoration: none;
}


.blog_post_container {
	//border: 1px solid red;
	border-top: 1px dashed #484848;
	padding-top: 5px;
	padding-bottom: 15px;
}


.blog_post_datetime {
	color: #484848;
	font-size: 12px;
	font-family: Roboto, Arial;
}


.blog_post_title {
	color: #8a1f23;
	font-size: 22px;
	font-family: Roboto, Arial;
	font-weight: bold;
	padding-bottom: 10px;
}

.blog_post_text {
	color: #333333;
	font-size: 16px;
}

.blog_post_image_container {
	//border: 1px solid green;
	float: left;
	max-width: 50%;
}

.blog_post_image_div {
	//border: 1px solid purple;
	max-width: 100%;
}

.blog_post_image {
	//border: 1px solid blue;
	max-width: 95%;
	float: left;
}

.blog_post_image_caption {
	//border: 1px solid red;
	float: left;
	max-width: 95%;
	color: #484848;
	font-size: 13px;
	font-style: italic;
	padding: 5px 10px 10px 0px;
}

.blog_links {
	color: #484848;
	font-size: 15px;
	font-family: Roboto, Arial;
	text-decoration: none;
}




/*----------------------------------------------------------------*/
/* Other */



.form_buttons {
        font: 18px Arial;
        padding: 7px 15px 7px 15px;
        color: #ffffff;
        border: 0px solid #484848;
        border-radius: 7px;
        background-color: #27b376;
        // height: 28px;
}


.use_promo_dialog {
	font: 12px Arial;
	border: 1px solid #484848;
	border-radius: 6px;
	background-color: #efefef;
	height: 24px;
}


a.back_link {
        text-align: center;
        vertical-align: middle;
        color: #e20025;
        font-size: 15px;
        font-family: var(--font-back-link);
        font-weight: normal;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        text-decoration: none;
}

