/* DEFAULT STYLES FOR ALL SECTIONS AND TAGS */
*{
	margin:0;
	padding: 0;
}
ul {
	list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

body {
	font-family: "Arial";
}

.bannerBox {
    display: flex;
}

.banner {
	background-color: #fcf8ec;
    margin: 0;
    width: 100%;
}


.bg_login {
	background-image: url("../imgs/bg_login.png");
	background-repeat: no-repeat;
	background-size: 110%;
    background-position-y: bottom;
}
 .btn-verde {
	background-color: #7BB9B3;
	color: #FFF;
 }
 .bg-rosa {
	background-color: #E4034F;
	color: #FFF;
 }

.title-box{
	font-weight: bold;
}

.menuHorizontal li {
	display: inline;
}

/* ####################################    DEFAULT FONTS    ########################################## */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&display=swap');


@font-face {
  font-family: "Helvetica Now Light";
  src: url("fonts/HelveticaNowDisplay/HelveticaNowDisplayLight.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Now Normal";
  src: url("fonts/HelveticaNowDisplay/HelveticaNowDisplay.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Now Bold";
  src: url("fonts/HelveticaNowDisplay/HelveticaNowDisplayBold.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Now Extra Bold";
  src: url("fonts/HelveticaNowDisplay/HelveticaNowDisplayXBd.ttf") format("truetype");
}

@font-face {
	font-family: "NaturaCo";
	src: url("fonts/NaturaAndCo-Book.otf") format("opentype");
}

@font-face {
	font-family: "NaturaCoBold";
	src: url("fonts/NaturaAndCo-Bold.otf") format("opentype");
}

@font-face {
	font-family: "NaturaCoSemibold";
	src: url("fonts/NaturaAndCo-Semibold.otf") format("opentype");
}

@font-face {
	font-family: "NaturaCoLight";
	src: url("fonts/NaturaAndCo-Light.otf") format("opentype");
}

.txt--laranja1 {
	color: #EA6719;
}
 .txt--Rosa1 {
 	color: #E4034F;
 }
 .txt--Turquesa {
 	color: #7BB9B3;
 }
.txt--marron {
	color: #462C13;
}
.txt--branco {
	color: #FFF;
}
.txt--azul {
	color: #324a9a;
}
.txt--gray {
	color: #1b1b1c;
}
.tag--laranja, .tag--laranja2 {
	color: #FFF;
	background-color: #EA6719;
	padding: 3px 10px;
	text-transform: uppercase;
	font-family: "Helvetica Now Bold";
	border-radius: 4px;
	margin-right: 10px
}
.tag--laranja2 {
	background-color: #dc9f16;
}
.tag--verde {
	color: #FFF;
	background-color: green;
	padding: 3px 10px;
	text-transform: uppercase;
	font-family: "Helvetica Now Bold";
	border-radius: 4px;
	margin-right: 10px;
}
/* ####################################    PRE HOME     ########################################## */


.contentMaster_prehome {
	background-image: url("../imgs/bg_prehome2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	display: flex;
	position: absolute;
	background-color: #fcf8ec;
}
.descricao_prehome {
	width: 630px;
    height: 30px;
    font-size: 20px;
    position: absolute;
    top: 245px;
    left: 150px;
}
.contentMaster_prehome .contentCenter {
	width: 100%;
    display: flex;
	margin: 360px auto 0 auto;
    text-align: center;
    font-size: 13px;
    gap: 15px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.contentMaster_prehome .contentCenter .item_prehome {
	width: 150px;
    height: 150px;
    background-color: #ebebeb;
    border-radius: 20px;
    font-family: "Montserrat";
    box-sizing: border-box;
    padding: 0 20px;
	transition: all 0.3 ease;

	-webkit-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.82);
    box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.82);
}

.contentMaster_prehome .contentCenter .item_prehome:hover {
	background-color: #ccc8c8;
}

.item_prehome__text, .item_prehome__ico {
	text-align: center;
	height: 83px;
	
}
.item_prehome__ico {
	border-radius: 10px;
	margin-bottom: 5px;
	cursor: pointer;
}
.icoVetor {
	display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position-x: center;
	background-position: center
}
.item1-ico-vetor{background-image: url("../imgs/ico_prehome1.png");}
.item2-ico-vetor{background-image: url("../imgs/ico_prehome2.png");}
.item3-ico-vetor{background-image: url("../imgs/ico_prehome3.png");}
.item4-ico-vetor{background-image: url("../imgs/ico_prehome4.png");}
.item5-ico-vetor{background-image: url("../imgs/ico_prehome5.png");}
.item6-ico-vetor{background-image: url("../imgs/ico_prehome6.png");}
.item7-ico-vetor{background-image: url("../imgs/ico_prehome7.png");}

.footer_prehome {
	width: 270px;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../imgs/logo_topo2_black.png);
    position: absolute;
    left: 10%;
    top: 50px;
}
.logo_ciranda_home {
	width: 160px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../imgs/logo_invertido.png);
    position: absolute;
    right: -100px;
    top: 20px;
}
/* ####################################    MASTER HEADER    ########################################## */

.headerMaster {
	text-transform: uppercase;
	background: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	padding: 0;
	height: auto;
	position: relative;
	z-index: 10;
}

.headerContainer {
	font-family: 'montserrat';
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	flex-wrap: wrap;
}
.logoTopo_img img {
    height: 100px;
}

.mainNav ul {
	list-style: none;
	display: flex;
	gap: 25px;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.mainNav ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #333;
	font-size: 16px;
	transition: color 0.3s;
}

.mainNav ul li a:hover {
	color: #7653BB;
}

/* Responsivo */
@media (max-width: 768px) {
	.headerContainer {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
	}

	.mainNav ul {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
}


.info-user-topo {
	text-align: right;
}
.info-user-topo_box {
	text-align: right;
}
.menuIcon {
	display: none;
	width: 40px;
    height: 40px;
    background-size: contain;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-image: url(../imgs/icon_menu_nat.png);

}
.last_item_menu::after{
	content: url("../imgs/ico-arrow_down.png");
}
.comofunciona_sub {
	width: 220px;
    position: absolute;
    top: 55px;
    right: 35px;
}
.comofunciona_sub ul{
    width: 220px;
    height: auto;
    min-height: 155px;
    background-color: #7a1704;
    padding-right: 20px;
    padding-left: 20px;
}
.comofunciona_sub ul li{
	width: 220px;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #b3371f;
    font-size: 14px;
    text-align: right;
    color: #ead9c2;
    cursor: pointer;
}
.comofunciona_sub ul li a:hover {
	color: #e09431;
}

.subAberto {
	display: block;
}
.subFechado {
	display: none;
}
.menuMaster {
	width: 100%;
	float: right;
}
.menuMaster_menu {
	text-align: right;
	padding-top: 25px;
	position: relative;
	z-index: 9999;
}
.menuMaster li {
	margin-left: 3%;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Montserrat";
}
.menuMaster li a {
	text-decoration: none;
	color: #FFF;
}


/* ####################################    MAIN CONTAINER    ############################################ */
.contentMaster {
	width: 100%;
	height: auto;
	float: left;
}

.contentCenter {
	width: 100%;
	height: auto;
	float: left;
	min-height: 490px;
}

.listHomeBox {
	margin: 0 50px;
	padding: 0 20px;
}


/* ####################################    MASTER FOOTER    ############################################# */
.footerMaster {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    color: #2E2D2C;
    background-color: #ffffff;
	font-weight: 900;
}
.footerMaster_content {
	text-align: center;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
} 

/* PAGE 1 - HOME  */ 

.banhomeTopo {
	width: 100%;
	height: 435px;
	float: left;
	background-color: #e3e3e3;
}
.banhomeTopo__divfoto {
	width: 44%;
    height: 100%;
	background-image: url("../imgs/ft_home1-2.png");
	background-size: cover;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position-y: center;
}
.banhomeTopo__extrainfo {
	position: absolute;
	bottom: 2%;
	right: 30px;
}
.banhomeTopo__ico {
	display: block;
	width: 30px;
	height: 21px;
	background-image: url("../imgs/ico-mini-digitaliza.png");
	background-repeat: no-repeat;
	float: left;
	margin-left: -40px;
	margin-top: 3px;
}
.banhomeTopo__ico2 {
	display: block;
	width: 30px;
	height: 25px;
	background-image: url("../imgs/makeup.png");
	background-repeat: no-repeat;
	float: left;
	margin-left: -40px;
	margin-top: 3px;
}
.banhomeTopo__divCont {
	width:  40%;
	height: 435px;
	float: left;
	position: relative;
	font-family: "Montserrat";
	
}
.banhomeTopo__title {
	width: 100%;
    padding-left: 50px;
    height: 100px;
    position: absolute;
    top: 40px;
    right: 0;
    background-image: url(../imgs/bg_banhomeTopo__title.png);
    background-color: #7A1704;
    font-family: "Helvetica Now Bold";
    font-size: 70px;
    color: #FFF;
}
.banhomeTopo__subtitle {
	width: 90%;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    height: 200px;
    background-repeat: no-repeat;
    background-image: url(../imgs/bg_banhomeTopo__subtitle.png);
    background-position-x: right;
}
.banhomeTopo__subtitle--text{
	width: 330px;
    margin-left: 50px;
    margin-top: 220px;
}

.titleBanner0 {
	font-family: "Helvetica Now Bold";
	font-size: 70px;
	line-height: 50px;
	text-align: left;
	padding: 35px 25px 40px;
}

.titleBanner {
	font-family: "Montserrat";
	font-size: 60px;
	line-height: 50px;
	text-align: center;
	padding: 35px 25px 40px;
}
.superLine {
	font-family: "Montserrat";
    font-size: 30px;
    font-weight: lighter;
    margin-left: -120px;
}
.superLine2 {
	font-family: "Helvetica Now Light";
    font-size: 32px;
    font-weight: lighter;
    margin-left: 60px;
}
.banhomeCategorias {
	width: 100%;
	height: 580px;
	float: left;
}
.banhomeTreinadoras {
	width: 100%;
    height: 550px;
    background-color: #FFF;
    float: left;
}
.outro-dest_home_wrapper {
	width: 100%;
	display: grid;
  	grid-template-columns: 2fr 4fr;
}
.outro-dest_home_wrapper .coluna1 {
	background-repeat: no-repeat;
    background-image: url(../imgs/ft_home3.png);
    background-size: 90%;
    background-position-y: center;
}
.outro-dest_home_wrapper .coluna2 {
	background-color: #FFF;
	padding: 25px 40px 25px 80px;
	color: #000;
}
/* PAGE  donwload - prehome */
.banhomeTopo__divfoto2 {
	width: 40%;
	height: 110%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: right;
	float: right;
	position: relative;
}
.banhomeTopo__title2 {
	width: 100%;
    padding-left:50px;
    height: 90px;
    position: absolute;
    top: 40px;
    left: 0;
    background-image: url(../imgs/bg_banhomeTopo__title.png);
    background-color: #7A1704;
    font-family: "Helvetica Now Bold";
    font-size: 60px;
    color: #FFF;
}
.banhomeTopo__title3 {
	width: 100%;
    padding-left:50px;
    height: 90px;
    position: absolute;
    top: 40px;
    left: 0;
    background-image: url(../imgs/bg_banhomeTopo__title.png);
    font-family: "Helvetica Now Bold";
    font-size: 40px;
    color: #323131;
}

/* PAGE  - TREINAMENTOS  */
.filterTreina {
	width: 500px;text-align: center;
	margin: 20px auto;
}
.bg-treinamentos-det {
}
.bg-treinamentos {
	background-image: url(../imgs/bg_detalhe2.png);
	background-repeat: no-repeat;
	background-position-x: right;
}
.header-treinamentos {
	width: 100%;
	padding: 5px 5% 5px 9%;
	background-color: #f4e8c2;
	height: 460px;
}
.header-treinamentos .title-page {
	background-color: #EA6719;
	width: 525px;
	height: 100px;
	position: relative;
	top:50px;
	color: #f4e8c2;
	padding-left: 150px;
}
.header-treinamentos .title-page .title_1 {
	font-size: 30px;
}
.header-treinamentos .title-page .title_2 {
	font-size: 55px;
	width: 100px;
}
.titleTableDatas {
	text-align: left;
    padding: 10px;
    font-size: 25px;
}
.search-box-page {
	width: 515px;
    height: 220px;
    background-color: #ffffff;
    position: relative;
    top: 80px;
    padding-left: 160px;
    padding-top: 40px;
}
.search-box-page .label-box {
	color: #EA6719;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.search-box-page .combo-search {
	width: 330px;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
}
.btn-search_treina {
	margin-top: 15px;
	background-color: #EA6719;
	color: #FFF;
	font-size: 15px;
	border:none;
	line-height: 40px;
	padding: 0px 20px;
	cursor: pointer;
}

.foto-banner-page {
	width: 30%;
    height: 460px;
    background-image: url(../imgs/ftHmTreinamento.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 110px;
    right: 120px;
    background-position-y: bottom;
}
.title-busca-result {
	font-size: 45px;
    color: #EA6719;
    text-align: center;
    padding: 40px;
}
.treinamentos .contentSearchResult__main {
	width:100%;
}
.contentSearchResult__title {
	width:100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background-color: #EA6719;
	text-align: center;
	font-size: 20px;
}
.combo_periodo {
	padding: 10px;
    color: #2e2d2c;
    border-radius: 35px;
    border: none;
    text-decoration: none;
    user-select: none;
    outline: none;
	width: 80%
}
.contentSearchResult_cols {
	display: grid;
	grid-gap: 0px 20px;
}
._3colums {
	grid-template-columns: 1fr 1fr 1fr;
}
._4colums {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bg-col0 {	background-color: #E2A161;}
.bg-col1 {	background-color: #804000;}
.bg-col2 {	background-color: #523518;}
.bg-col3 {	background-color: #2b1601;}

.contentSearchResult_cols .col {
	border-radius: 10px;
	margin: 20px 0;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}
.title-col {
	text-align: center;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.desc-col {
	background-color: #f4e8c2;
	text-align: center;
	padding: 10px 10px;
	min-height: 60px;
	font-size: 12px;
} 
.contentTreinaResult__item {
	padding: 20px 0;
	margin-bottom: 25px;
	height: auto;
	float: left;
	width: 100%;
}
.contentSearchResult__item_title {
	background-color: #b99977;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.container_treinamentos {
	display: grid;
	grid-gap: 0px 20px;
}

.contentSearchResult__topico {
	height: 60px;
    width: 92%;
    text-align: center;
    background-color: #F4E8C2;
    font-size: 13px;
    border-radius: 5px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding: 4%;
}
/* PAGE 3 - ONDE ENCONTRAR  */

#svg-map path {
  
}
.fill_uf_laranja {
	fill: #f9d1b9;
}
.fill_uf_cinza {
	fill: #f2f2f2;
}
#svg-map text {
  fill: #fff;
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer
}

#svg-map a {
  text-decoration: none
}

#svg-map a:hover {
  cursor: pointer;
  text-decoration: none
}

#svg-map a:hover path {
  fill: #EA6719 !important
}

#svg-map .circle {
  fill: #66ccff
}

#svg-map a:hover .circle {
  fill: #003399 !important;
  cursor: pointer
}


/* PAGE 4 - PROFILE / #TREINAMENTO-DETALHE */
.headerProfile {
    font-family: 'Montserrat';
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	background-position: center;
}

.headerProfile__info {
	width: 100%;
	height: 250px;
	float: left;
    z-index: 999;
    margin-bottom: 50px;
}
.headerProfile__info div {
	width: 600px;
	margin: 0 auto;
}
.headerProfile__info p {
	width: 600px;
	margin: 30px auto;
}

.btn-area{
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.btn-download-anexos {
	min-width: 200px;
	padding: 5px 10px;
    text-align: center;
    background-color: #F7CF69;
    color: #2e2d2c;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    border-radius: 20px;

}

.headerProfile__nametop {
    text-align: left;
    font-size: 40px;
    font-weight: 900;
    color: #262521;
    padding-left: 50px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.headerProfile__localtop {
	font-size: 15px;
    color: #262521;
    text-align: left;
    margin: 0 60px;
    height: 300px;
    overflow-y: auto;
}
.headerProfile__photo {
    width: 50%;
    background-color: #000;
    right: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.headerProfile__titleMob {
    max-width: 50%;
	padding: 0 0 40px;
}
.headerProfile__photo img {
	width: 100%;
    /* height: 100%; */
    position: absolute;
    top: -115px;
    left: 0;
}
/* .contentProfile {
	width: 85%;
	min-height: 500px;
	height: auto;
	padding: 0 30px;
	float: none;
} */

.tabelaAgendaContainer {
	margin: 25px;
    text-align: center;
    font-family: 'montserrat';
}

.header_tabelaAgenda {
	margin: auto;
    max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(2, 1fr) 3fr 2fr;
	grid-column-gap: 20px;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
}


.header_tabelaAgenda--laranja {
	color: #2e2d2c;
	padding-left: 25px;
	border-radius: 10px;
}
.header_tabelaAgenda--datas {
	color: #2e2d2c;
	padding-left: 25px;
	border-radius: 10px;
}
.header_tabelaAgenda--periodos {
	color: #2e2d2c;
	padding-left: 25px;
	border-radius: 10px;
}
.header_tabelaAgenda--turmas {
	color: #2e2d2c;
	padding-left: 25px;
	border-radius: 10px;
}
.body__tabelaAgenda {
	margin: auto;
    max-width: 1000px;
	padding: 20px;
	text-align: left;
	margin-top: 0;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.h0 {
	height: auto !important;
}
.btn-solicita-facilitador {
	line-height: 40px;
}
.item__tabelaAgenda {
	font-family: 'Montserrat';
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) 3fr 2fr;
    grid-column-gap: 20px;
    background-color: #C6B4FC;
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    border-radius: 60px;
}
.btnPlusAgenda {
    font-weight: bold;
    color: #2e2d2c;
    border-radius: 0 10px 10px 0;
    font-size: 25px;
    cursor: pointer;
}
.btnContainer {
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}
.btnContainer .queroTurma_btn, .btnContainer .esgotado_btn {
	width: 190px;
	line-height: 50px;
	padding: 0 35px;
	color: #FFF;
	border:none;
	font-weight: bold;
	border-radius: 10px;
	margin-right: 10px;

}
.btnContainer .queroTurma_btn {
    font-size: 13px;
    font-family: 'Montserrat';
    color: #2e2d2c;
    border-radius: 50px;
    background-color: #FFC27F;
    cursor: pointer;
}
.btnContainer .esgotado_btn {
	background-color: #E4034F;
}
.pediodos_agenda_cb {
	width: 100%;
}
.nTurmasAgenda {
	font-weight: bold;
}


button.btn.bg-rosa.btn-solicita-facilitador {
    font-family: 'montserrat';
    min-width: 200px;
    padding: 5px 10px;
    text-align: center;
    background-color: #F7CF69;
    color: #2e2d2c;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    border-radius: 20px;
}

/* PAGE  - agendamentos  */

.linha2H {
	line-height: 18px !important;
    padding-top: 12px !important;
}
.bg-agendamentos {

}
.agendamentos-container {
	width: 100%;
    height: auto;
    margin: 5px auto 55px auto;
}

.header_tabelaAgendamentos, .header_tabelaSolFac, .header_tabelaSolC_GNGV {
	max-width: 1000px;
	margin: auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 2fr 1fr;
	grid-column-gap: 20px;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
}
.header_tabelaSolC_GNGV {
	grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}
.body__tabelaAgendamentos {
	margin: auto;
    max-width: 1000px;
    padding: 0 20px;
    max-height: 600px;
    overflow-y: auto;
}
.item__tabelaAgendamentos, .item__tabelaSolFac , .item__tabelaSolCursoGnGv {
	padding: 0;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 2fr 1fr;
	background-color: #c6b4fc;
	height: 60px;
	line-height: 60px;
	margin-bottom: 15px;
	border-radius: 15px;
}
.header_tabelaSolFac, .item__tabelaSolFac {
	grid-template-columns: 3fr 1fr 1fr 2fr 1fr;
}
.item__tabelaSolCursoGnGv {
	grid-template-columns: 3fr 1fr 1fr 2fr 1fr;
}

.tituloTreinaAgenda {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
    padding-left: 25px;
}

/* PAGE 2 - TREINAMENTOS  */
.combo_col {
	width: 90%;
	float: left;
	padding-left: 20px;
 }
  .contentTreinamentos{
  	width: 100%;

 }
 .bg-destaque-tema {
 	font-weight: bold;
    color: #000000;
    font-size: 17px;
 }
 .inputError {
 	border:1px solid red !important;
 	background-color: #fde9e9 !important;
 }

 .title_treina_list {
	font-size: 14px;
    color: #462c13;
    font-weight: 100;
 }
 .short_desc_treina{
 	display: none;
 }


 .bgNatura {
  	background-image: url("../imgs/bg_natura.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 15%;
 }
 .ListTreinamentos {
	width: 60%;
  	margin: 20px auto 70px;
 }
 .centerContentDefault {
	width: 60%;
  	margin: 20px auto 70px;
 }
 .ico-page-faq {
 	width: 160px;
    height: 160px;
    position: absolute;
    right: 310px;
    top: 60px;
    background-repeat: no-repeat;
    background-size: contain;;
    background-image: url(../imgs/ico-faq.png);
 }
/* #TREINAMENTOS# */
.treinamentos_pageNav {
	width: 100%;
	height: 100px;
	text-align: center;
}

.treinamentos_pageNavMenu li{
    border-radius: 10px;
    background-color: #C6B4FC;
    padding: 10px 20px;
    color: #2e2d2c;
    font-weight: 900;
    cursor: pointer;
}
.selectedButton {
	background-color: #A97EFC !important;
}
.treinamentos_pageNavMenu li:hover {
	background-color: #A97EFC;
}

section.contentCenter2 {
    margin: 0 50px;
}

ul.treinamentos_pageNavMenu {
    display: flex;
    flex-direction: column;
}


 .treinamento_item {
 	width: 100%;
    height: 70px;
    background-color: #ededed;
    border: 2px solid #161616;
    border-radius: 20px;
    margin-bottom: 10px;
    cursor: pointer;
 }
 .treinamento_h100 {
height: 100px !important;
 }
.headerSearch {
	width: 100%;
	height: 160px;
	float: none;
}
.headerSearch__container {
	width: 480px;
	height: 80px;
	background-color: #F4E8C2;
	margin: 75px auto 55px auto;
	border-radius: 25px;
}
.headerSearch__buscaInput span {
	float: left;
	width: 20px;
	height: 30px;
	margin-top: 27px;
	background-image: url("../imgs/ico_search.png");
	background-repeat: no-repeat;
}
.textfield__searchTop {
	width: 81%;
	margin-top: 10px;
	line-height: 30px;
	border:none;
	background-color: transparent;
	font-size: 16px;
	padding: 15px;
	border-right: 4px dotted #7a170436; 
	float: left;
	outline:none;

}
.headerSearch__comboCidades {
	width: 85%;
	float: left;
	padding-right: 10px;
}
.headerSearch__comboCidades select {
	width: 95%;
	margin-top: 30px;
}
.headerSearch__submit {
	width: 5%;
	float: left;
}
.btn__procurar {
	background-color: #E4034F;
	color: #FFF;
	line-height: 80px;
	text-align: center;
	font-size: 15px;
	font-family: "Helvetica Now Extra Bold";
	text-transform: uppercase;
	border:none;
	padding: 0 25px;
	cursor: pointer;
	border-radius: 0 25px 25px 0;
}
.banhomeMapa_container {
	width: 75%;
	min-height: 640px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	float: none;
}
.banhomeMapa_mapaInterativo {
	width: 75%;
	float: left;
}
.banhomeMapa_mapaInterativo_home {
	width: 75%;
	float: left;
}
.contentSearchResult {
	width: 85%;
	min-height: 640px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	float: none;
}
.contentSearchResult__main {
	width: 75%;
	float: left;
}
.contentSearchResult__item {
	padding: 20px 30px;
	border-bottom: 1px #DDD solid;
	margin-bottom: 25px;
	height: auto;
	float: left;
	width: 90%;
	cursor: pointer;
}
.isshow{
	display: block !important;
}
.grupos_setor_box {
	display:none;
}
.contentSearchResult__item:hover {
	background-color: #ea67190f;
}
.contentSearchResult__foto {
	float: left;
	margin-right: 20px;
}
.contentSearchResult__foto img {
	width: 90px;
}
.contentSearchResult_infos {
	height: auto;
    float: left;
    width: 80%;
}
.contentSearchResult__nome {
	font-size: 18px;
	font-family: "Helvetica Now Extra Bold";
	color: #EA6719;
	text-transform: uppercase;
	line-height: 25px;
}
.contentSearchResult__tags {
	font-size: 12px;
	line-height: 30px;
}
.contentSearchResult__cidade {
	font-size: 12px;
}
.contentSearchResult__resumo {
	color: #4a4848;
	margin-top: 10px;
}
.contentSearchResult__aside {
	width: 18%;
	margin-left: 3%;
	height: 300px;
	float: left;
	padding:0 2%;
}
.aside__subTitle {
	color: orange;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Helvetica Now Extra Bold";
	margin-bottom: 30px;
}
.container_button {
	text-align: center;
	margin-top: 50px;
	display: none;
}

/*Table datas cursos */
.tableSelDatas {
	border: 1px solid;
	width: 400px;
}
.tableSelDatas td {
	line-height: 40px;
	padding-left: 5px;
}
.btn_selected {
 	background-color: #E4034F !important;
}
.bg_marked {
	background-color: #ffe7ba ;
}
.Cont_center {
	text-align: center;
}
.btn_gray {
	background-color: #b5838f;
	color: #FFF;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	margin-top: 15px;
    border-radius: 10px;
}
.btn_modal_inscricao {
    background-color: #E4034F;
    color: #FFF;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 10px;
    font-size: 15px;
}

/* PAGE  - cadastro  */
.bg-cadastro {
	background-image: url(../imgs/bg_detalhe2.png);
	background-repeat: no-repeat;
	background-position-x: right;
}
.mtop20 {
	margin-top: 20px;
	display: block;
}
.wrap2_form {
	width:95%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0px;
}
.wrap3_form {
	width:95%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0px;
}
.wrap3E_form {
	width:95%;
	display: grid;
	grid-template-columns: 2fr 2fr 1fr;
	grid-gap: 0px;
}
.dados-setor {
	color: #101010 !important;
}
/* PAGE  - LOGIN  */
.esqueci-senha, .esqueci-senha a:link, .esqueci-senha a:visited {
	font-size: 13px;
    color: #ecedf1;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
    text-decoration: underline;
}
.contentLOGIN {
	width: 100%;
	min-height: 400px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: grid;
  	grid-template-columns: 2fr 6fr;
}
.contentLOGIN .coluna1_LOGIN {
	background-repeat: no-repeat;
	background-size: 40%;
	min-height: 150px;
}
.contentLOGIN .coluna2_LOGIN {
	min-height: 400px;
}
.msg-erro-login {
	display: none;
	color: #ffb100;
    font-size: 12px;
    font-weight: bold;
}
.form-login {
	padding: 50px;
	color: #462c13;
	font-size: 15px;
	width:75%;
}
.input-login {
	line-height: 50px;
    width: 87%;
    border: 2px solid #e7a5a5;
    font-size: 18px;
    padding-left: 3%;
    border-radius: 30px;
}
.select-login {
	line-height: 50px;
    width: 87%;
    border: 2px solid #e7a5a5;
    font-size: 18px;
    padding-left: 3%;
    border-radius: 30px;
    height: 50px;
}
.input-login::disabled {
	background-color: red !important;
}
.input_disabled {
	background-color: #e5e5e5 !important;
}

.label-login {
	line-height: 30px;
	width:100%;
}
.controls-login {
	width:90%;
	margin-top: 25px;
}
.link-fazer-cadastro {
	
}
.btn1 {
	width:140px;
	height: 35px;
	font-weight: bold;
    cursor: pointer;
    padding: 7px 13px;
}
.btnLogin1 {
	width:140px;
	height: 35px;
	font-weight: bold;
    cursor: pointer;
    padding: 7px 13px;
    border-radius: 30px;
}
.btnLogin2 {
	width:140px;
	height: 35px;
	float: right;
	cursor: pointer;
	border-radius: 30px;
}
.btn-salvar-cadastro {
	border-radius: 30px;
}
.btn_buscar_setor {
	border-radius: 30px;
	height: 50px;
	width: 85% !important;
}
.btn-branco {
	background-color: #FFF;
	color: #452C13;
	border:none;
}
.btn-laranja {
	background-color: #E4034F;
	color: #FFF;
	border:none;
}
.btn-vazado {
	color: #FFF;
    background-color: #452C13;
    border: 2px solid;
}
.btn-mar {
	color: #FFF;
    background-color: #7bbdb5;
    border: 2px solid;
}

.rulesList > li > span {
	display: block;
	width: 500px;
	float: left;
	background-color: #d3dee4;
	line-height: 30px;
	padding-left: 20px;
}
.btn--editarRule {
	line-height: 30px;
	padding: 0 20px;
	border: none;
	background-color: #18549a;
	color: #FFF;
	cursor: pointer;

}
.btn__addNewRule {
	background-color: #18549a;
	color: #FFF;
}


/* Generic Styles  */ 
.error-message {
	color: red;
}
.form {
	padding: 0 20px;
}
.textField {
	width: 100%;
	height: 25px;
	margin: 5px;
	padding: 7px;
	border: 1px solid #e8e3e3;
	border-radius: 5px;
	font-size: 15px;
}
.textField:focus {
	border: 1px solid #CCC;
	background-color: #fbfbfb;
}
.textArea, .textArea--short {
	width: 100%;
	min-height:100px; 
	padding: 7px;
	border: 1px solid #e8e3e3;
	border-radius: 5px;
	margin: 5px;
	font-size: 15px;
}
.textArea--short {
	min-height:50px !important; 
}
.comboBox {
	height: 40px;
	width: 100%;
	margin: 5px;
	padding: 7px;
	border: 1px solid #e8e3e3;
	font-size: 15px;
}
.labelOpenList {
	text-align: center;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 30px;
}
.btn {
	padding: 10px 35px;
	margin: 10px;
	border-radius: 5px;
	border: 1px solid #EEE;
	cursor: pointer;
}
.btn--voltar {
	background-color: #18549a;
	color: #FFF;
}
.btn--salvar {
	background-color: green;
	color: #FFF;
}
.btn--azul {
	background-color: #18549a;
	color: #FFF;
}
.btn--laranja {
	background-color: #f3a007;
	color: #FFF;
}
 .btn--upload {
	background-color: #18549a;
	color: #FFF;
 }
.titlePage {
	margin:50px;
}
.title1 {
	text-align: center;
	font-size: 40px;
	color: #18549a;
}
.title2 {
	font-weight: normal;
	font-size: 35px;
	color: #18549a;
}
.controlActions {
	padding: 50px 50px;
	text-align: center;
}
.row {
	width: 100%;
	height: auto;
	float: left;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
	box-sizing: border-box;
	padding: 15px 30px;
}  
.col1 {width: 8.333%}
.col2 {width: 16.666%}
.col3 {width: 24.999%}
.col4 {width: 33.333%}
.col5 {width: 41.666%}
.col6 {width: 50%}
.col7 {width: 58.333%}
.col8 {width: 66.666%}
.col9 {width: 74.999%}
.col10 {width: 83.333%}
.col11 {width: 91.666%}
.col12 {width: 100%;}

.col2-mob {
	
}
.col10-mob {

}

.menuPaginacao {
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background-color: none;
	margin:30px 0px;
}
.loading-box {
	opacity: 0.7;
	z-index: 999999;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left:0;
	background-image: url(../imgs/components/spin/Spin-Natura_200px.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 150px 150px;
	display: none;
}
.tableDefault {
	border: none;
	width: 99%;
	font-size: 12px;
	font-family:Arial;
}
.titleTable1 {
	background-color: #18549a;
	color: #FFF;		
}
.title-table-td {
	font-weight: 700;
	text-transform: uppercase;
}
.tableDefault td {
	border-bottom: 1px solid #e8e8e8;
	line-height: 32px;
	padding-left: 15px;
}
.tableDefault tbody tr:hover {
	background-color: #ffd53b !important;
}
.central {
	text-align: center;
}
.p0 {
	padding: 0;
}
.pl0 {
	padding-left: 0;
	padding-right: 0;
}
.m0 {
	margin:0 !important;
}
.answersBox, .lineAnswes {
	width: 100%;
}
.lineAnswes {
	float: left;
	height: 50px;
}
.col1__answers, .col2__answers {
	float: left;
	padding: 0;
	margin: 0;
}
.col1__answers {
	width: 4%;
	padding-top: 17px;
	text-align: center;
}
.col2__answers {
	width: 96%;
}
.menumob_container {
	display: block;
}
.titleHashtag {
	font-size: 25px;
	font-family: "Montserrat";
}
.headerProfile__titleMob {

}

/* FIT SUPER SIZE SCREEN */
@media only screen and (min-width: 1440px)  {

	.contentMaster_prehome .contentCenter { 
		margin: 360px auto 0 auto;
	}

}

/* FIT mini SIZE 1310 */
@media only screen and (max-width: 1310px)  {
	/*.caroulsel_item {margin-right: 11%;}*/
}
/* FIT mini SIZE 1240 */
@media only screen and (max-width: 1280px)  {
	.caroulsel_item {margin-right: 8%;}
}
@media only screen and (max-width: 1130px)  {
/*	.caroulsel_item {margin-right: 10%;}
	.caroulsel_group {width: 83%;}*/
}
@media only screen and (max-width: 1100px)  {
/*	.caroulsel_item {margin-right: 8%;}
	.caroulsel_group {width: 92%;}*/
	.banhomeMapa_container {
		width: 80%;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1050px)  {
	.caroulsel_item {margin-right: 6%;}
	.caroulsel_group {width: 90%;}
	.menuMaster li {
    	margin-right: 4%;
    	font-size: 16px;
	}


	.banhomeTreinadoras__item {
		width: 26%;
		padding: 2%;
    	margin: 10px;
	}

	.headerProfile__type {
		font-size: 52px;
	}

	.headerProfile__photo img {
		top:50px;
	}
}
@media only screen and (max-width: 960px)  {
		.caroulsel_item {margin-right: 5%;}
		.caroulsel_group {width: 100%;}
}


@media only screen and (max-width: 440px)  {
	.contentMaster_prehome {
		background-image: url(../imgs/bg_prehome_mob2.png);
		background-size: contain;
		background-position-x: right;
    	background-position-y: bottom;
	}
	.contentMaster_prehome .contentCenter .item_prehome {
		display: block;
		height: 140px;
	}
	.contentMaster_prehome .contentCenter {
		margin: 180px auto 0 auto;
		width: 100%;
    	display: flex;
    	grid-template-columns: 1fr 1fr 1fr;
    	grid-auto-rows: 160px;
    	grid-column-gap: 10px;

	}
	.item_prehome__text, .item_prehome__ico  {
		width: 100%;
    	font-size: 11px;
    }
    .item_prehome__ico i {
    	background-position: center;
    }
    .footer_prehome {
    	width: 160px;
	    left: 10px;
    	top: 12px;
    	height: 80px;
    }
    .descricao_prehome {
    	width: 85%;
    	height: 30px;
    	font-size: 12px;
    	top: 110px;
    	left: 20px;
    	text-align: center;
    }

    .form-login {
		padding: 20px;
		width: 94%;
    }

    .contentLOGIN {
    	grid-template-columns: 1fr;
    }
    .coluna1_LOGIN {
    	display: none;
    }
    .col2-mob {
		padding: 15px 5px;
	}
	.superLine2 {
		font-size: 22px;
		margin-left: 0;
	}
	.titleBanner0 {
		font-size: 40px;
    	line-height: 30px;
	}
	.input-login {
		line-height: 40px;
		padding-left: 5%;
		border-radius: 20px;
	}
	.footerMaster {
		height: 100px;
	}
	.footerMaster_content {
		line-height: 30px;
    	font-size: 25px;
	}
	.btnLogin1 {
		width: 120px;
	}
	.btnLogin2 {
		padding: 7px 13px;
	}
	.menuIcon {
		display: block;
		float: right;
	}
	.info-user-topo_box {
		display: block;
		grid-row-start: 2;
    	margin: auto;
	}
	.menumob_container {
		width: 100%;
		background-color: #ea6719;
		height: calc(100% - 90px);
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 9999;
		grid-template-rows: 2fr 8fr;
    	display: none;
	}
	.menuMaster_menu {

	}
	.menuMaster li {
		font-size: 15px;
		text-transform: none;
		width: 100%;
    	border-bottom: 1px solid #FFF;
    	height: 40px;
    	line-height: 40px;
    	margin-left: 0;
    	padding-right: 20px;
	}
	.menuHorizontal li {
		display: block;
	}
	.banhomeTopo {
		width: 100%;
    	height: auto;
	}
	.banhomeTopo__divfoto {
		width: 100%;
    	height: 340px;
    	float: none;
	}

	.banhomeTopo__divCont {
		width: 100%;
    	height: auto;
    	float: none;
	}
	.logo_ciranda_home {
		width: 90px;
    	height: 210px;
		right: 16px;
    	top: 13px;
	}
	.titleHashtag {
		font-size: 20px;
	}
	.banhomeTopo__subtitle {
		height: auto;
		width: 100%;
		padding: 70px 40px 25px 40px;
		font-size: 12px;
		box-sizing: border-box;
	}
	.titleBanner {
		font-size: 40px;
		padding: 20px 25px 10px;
	}
	.outro-dest_home_wrapper {
		width: 100%;
    	display: block;
	}
	.outro-dest_home_wrapper .coluna2 {
		padding: 13px 13px 30px;
	}
	.outro-dest_home_wrapper .coluna2 p {
		font-size: 14px;
	}
	.outro-dest_home_wrapper .coluna1 {
		    background-size: cover;
    	background-position-y: center;
    	width: 100%;
    	height: 100px;
	}
	.banhomeTreinadoras {
		height: auto;
	}
	.headerSearch__container {
		background-color: transparent;
		width: 90%;
	}
	.headerSearch__comboCidades {
		width: 100%;
	}
	.combo_col-mob {
		width: 100%;
		padding-left: 0;
	}
	.headerSearch__submit {
		width: 90%;
		text-align: center;
	}
	.btn__procurar {
		border-radius:15px;
		width: 90%;
		margin:0 auto; 
		line-height: 40px;
		margin-top: 30px;
	}
	.contentTreinamentos {
		float: left;
		margin-top: 30px;
	}
	.treinamento_item {
		height: 110px;
		width: 99%;
	}
	.ListTreinamentos {
		width: 90%;
		margin: 10px auto 70px;
	}
	.title_treina_list {
		font-size: 13px;
	}
	.bg-destaque-tema {
		font-size: 14px;
	}
	.headerProfile__nametop {
		font-size: 24px;
		line-height: 35px;
		padding-left: 30px;
		width: 96%;
    	margin-top: 30px;
	}


	.headerProfile__photo {
		width: 100%;
		min-height: 230px;
		left: 0;
		right: auto;
	}
	.headerCurso-mob {
		height: 530px !important;
	}
	/* .contentProfile {
	width: 97%;
    min-height: 400px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: none;
	} */
	.header_tabelaAgenda {
		grid-column-gap: 3px;
    	font-weight: bold;
    	line-height: 17px;
    	text-align: left;
    	padding-left: 10px;
	}
	.header_tabelaAgenda--datas, .header_tabelaAgenda--periodos, .header_tabelaAgenda--turmas {
		padding: 7px;
    	border-radius: 10px;
	}
	.item__tabelaAgenda {
    	grid-column-gap: 0px;
    	grid-template-columns: 1fr 2fr 3fr 2fr;
    	height: 50px;
    	line-height: 45px;
    	margin-bottom: 15px;
    	border-radius: 15px;
    	padding-left: 6px;
	}
	.body__tabelaAgenda {
		width: 98%;
		padding: 5px;
	}
	.btnContainer {
		margin-top: -3px;
	}
	.btnContainer .queroTurma_btn, .btnContainer .esgotado_btn {
	width: 80px;
    line-height: 14px;
    padding: 4px;
    font-weight: bold;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: -10px;
	}


}
@media only screen and (max-width: 320px)  {
	.banhomeTopo__divfoto {
    	height: 250px;
	}
	.outro-dest_home_wrapper .coluna1 {
		height: 70px;
	}
}


/* modais */
.modal-group {
	z-index: 999999999999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.modal-group .bg-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	background-color: rgba(169, 126, 252, 0.9);
	z-index: 9;
}
.modal-group .bg-modal.show {
	display: block;
	transition: all 1s;
}
.modal-group .bg-modal, .modal-group .modal-confirma-inscricao, .modal-group .modal-detalhe-agenda {
	display: none;
}
.modal-group .modal-detalhe-agenda {
	position: fixed;
	font-family: 'montserrat';
    width: 800px;
    height: 450px;
    top: 90px;
    left: calc(50% - 400px);
    z-index: 99;
    background-color:#FFF;
    border-radius: 10px;
}
.modal-confirma-inscricao {
    font-family: 'montserrat';
    position: fixed;
    width: 1000px;
    height: 550px;
    top: 90px;
    left: calc(50% - 500px);
    z-index: 99;
    background-color: #FFF;
    border-radius: 10px;
}
.modal-short {
	width: 500px;
	left: calc(50% - 250px);
}
.modal-content {
	display: flex;
	width: 1000px;
	height: 550px;
	text-align: center;
}
 .modal-short .modal-content {
	width: 500px;
}
.modal-detalhe-agenda .title-modal {
	font-size: 30px;
    color: #EA661B;
    line-height: 60px;
}
.modal-detalhe-agenda .body-modal{
	height: 340px;
	overflow-y: auto;
}

.modal-confirma-inscricao .title-modal {
	font-size: 30px;
    color: #ffffff;
    line-height: 60px;
    background-color: #7bb9b3;
    margin: 10px 10px 0;
    border-radius: 10px;
}
.modal-confirma-inscricao .body-modal{
	margin: 15px;
    overflow-y: auto;
    color: #483726;
}
.label-modal-confirm {
	margin-top: 20px;
	font-weight: bold;
	display: block;
}
.h3-modal1 {
    font-family: 'montserrat';
    font-weight: 900;
    /* background-color: #ea661b; */
    color: #ff9526;
    padding: 10px 5px;
    /* font-weight: normal; */
    font-size: 20px;
    border-radius: 7px;
}

.btn_default {
	font-family: 'montserrat';
	padding: 7px 35px;
	border:none;
	border-radius: 5px;
	font-weight: bold;
	line-height: 30px;
	cursor: pointer;
}
.bg-laranja {
    background-color: #A97EFC;
    color: #2e2d2c;
}
.bg-rosa1 {
    background-color: #A97EFC;
    color: #2e2d2c;
}
.bg-bordo {
	background-color: #681D06;
	color: #FFF;
}
.titulo_treina_confirm {
    font-weight: 900;
    font-size: 22px;
    width: 95%;
    margin: 4px auto 30px;
    background-color: #ffc27f;
    line-height: 40px;
    color: #2e2d2c;
    border-radius: 20px;
}
.desc_treina_confirm {
	margin: 20px auto;
	width: 70%;
	font-size: 16px;
}
.display-nome-user {
	font-weight: normal;
	margin-bottom: 40px;
}
.row-dados-agendamento {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid;
    padding: 7px 0px 7px 0px;
}
.row-title-100 {
 	grid-template-columns: 1fr;
 }
.data_treina_confirm {
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    height: 120px;
}

.dataAgenda {
    font-size: 20px;
    font-weight: 900;
    padding: 0 5px;
    height: 80%;
    display: flex;
    margin: auto 0;
    border-radius: 25px;
    background-color: white;
    color: #A97EFC;
    align-items: center;
    justify-content: center;
}

.dataAgendap {
	font-weight: bold;
}

.combo_modal, .input_modal1, .input_100 {
    font-family: 'montserrat';
    width: 190px;
    height: 30px;
    background-color: #e6e4f4;
    border: none;
    padding: 5px;
    border-radius: 15px;
}
.statusDataSel {
	color: red;
	text-align: center;
	font-weight: bold;
	display: none;
}
.nivel_publico_item {
	display: inline-block;
	margin-right: 20px;
}
#niveis_publico_box {
	margin: 0px;
    height: 60px;
    float: left;
    width: 100%;
}

.coments_solicita {
	width: 90%;
    margin: 0 auto;

}
.textarea_coments {
    width: 90%;
    height: 70px;
    background-color: #e6e4f4;
    color: #2e2d2c;
    border-radius: 5px;
    margin: 5px auto;
}
.input_100 {
	width: 100% !important;
}

.headerCurso_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.headerCurso_imagem img {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.headerCurso_conteudo {
    flex: 1;
    color: #2E2D2C;
    font-family: 'Montserrat', sans-serif;
}

.headerCurso_conteudo h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.headerCurso_conteudo p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.headerCurso_botoes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.btnCurso {
    padding: 14px 24px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btnCurso.apoio {
    background-color: #FFE58F;
    color: #2E2D2C;
}

.btnCurso.solicitar {
    background-color: #FFE58F;
    color: #2E2D2C;
}

/* Responsivo */
@media (max-width: 768px) {
    .headerCurso_container {
        flex-direction: column;
        padding: 20px;
    }

    .headerCurso_conteudo h2 {
        font-size: 22px;
    }

    .btnCurso {
        width: 100%;
        text-align: center;
    }
}
