@font-face {
    font-family: "Barlow-Regular";
    font-style: normal;
    src: url("fonts3/Barlow-Regular.ttf");
}
@font-face {
    font-family: "Barlow-Medium";
    font-style: normal;
    src: url("fonts3/Barlow-Medium.ttf");
}
@font-face {
    font-family: "Barlow-Bold";
    font-style: normal;
    src: url("fonts3/Barlow-Bold.ttf");
}


body {
    font-family:'Barlow-Regular';
}



header {background: #ffffff;}
.bg-header {background-color: #EEEEEE; color: #333; padding-bottom: 5px;}
.bg-header .menu a{color:#000; margin: 0;  padding-left: 1px;}
.top-bar {background: #EEEEEE;}
.top-bar .top-bar-right .menu {background: none; color: #000000;}
.top-bar .top-bar-right .menu a{color: #000000;  font-weight: bold; font-size: 1rem; margin-right: 2rem;}
.top-bar .top-bar-right .menu a:hover{color:#555555;}
.top-bar .top-bar-right .vertical {background-color: #421D52; border: none;}
.top-bar .top-bar-right .vertical a{color: #ffffff; border:none; margin-left: 0rem;}
.top-bar .top-bar-right .vertical a:hover{color: #ffffff; font-weight: 300; border:none; border-radius:0; margin-left: 0rem;}
/*Link*/
/*off-canvas*/
.off-canvas {background-color: #FFBC25;}
.off-canvas .menu .link-curso-celular a{background:#FFBC25; padding-bottom: 15px; font-weight: bold; color: #caab57;}
.off-canvas .bg-header .menu a{color: #FFBC25;  border: none;}
.off-canvas .vertical .menu {background-color: #FFBC25;}
.off-canvas .menu a {background-color: #FFBC25; color: #ffffff; font-weight: bold; border-bottom: solid 1px #FFD166;}
.off-canvas .menu a:hover {background-color: #FFCF3E;}

/*Cor da font*/
.color-secondary {color: #555555;}
.color-white {color:#ffffff;}
.color-verde {color:#09BB50;}
.color-verde2 {color: #0BEA64;}
.color-cinza1 {color:#AAAAAA;}
.color-cinza2 {color:#737373;}
.font1 {font-size: 1.4rem;}
.grid-x .padding-left-04 { padding-left: 2rem;}
/*Button*/
.button-ativo span {background-color:#FF0000; font-size: 16px; padding-top: 8px; padding-bottom: 8px; padding-left: 20px; padding-right: 20px; text-align: center; line-height: 24px; border-radius: 10px;}
 .button-ativo span {color: #FFFFFF !important}
 .button-ativo span {padding-left: 14px !important}
 .button-ativo span:hover {background-color: #FFBC25;}
 .button-black {background-color:#31353E; color: #D4A24D; padding:8px; width: 180px;}
 .button-black:hover {background-color:#737373; color:#D4A24D; }
 .buttom-verde {background-color:#1FE593;}
 .button-verde {color: #270197; padding:10px;}
 .button-verde:hover {background-color: #191919!important}
 .success {border-color: #088858 !important}
 .success:hover {border-color: #09BB50 !important}
/*Formulário*/
.f-form-select{box-shadow:0 0 0 0; height: 75px; border-radius: 5px; border: solid 2px #BBBBBB; background-color: #EEEEEE;}
.f-form input[type="text"]{box-shadow:0 0 0 0; height: 75px; border-radius: 5px; border: solid 2px #BBBBBB; background-color: #EEEEEE;}
.font-form {font-size: 20px;}
.f-form input[type="email"]{box-shadow:0 0 0 0; height: 75px; border-radius: 5px; border: solid 2px #BBBBBB; background-color: #EEEEEE;}
.f-form textarea{box-shadow:0 0 0 0; padding: 1.5rem; border-radius: 5px;}
 strong {font-weight: bold; font-size: 16px;}
 
select option {color: black;}
select:not(:checked) {color: #AAAAAA;}
.selecione select {font-size: 20px;}
.selecione-02 select {font-size: 30px;}
.selecione-02 select {border:  none; height: 85px;}
.selecione-02 select option {font-size: 20px; color:#AAAAAA; }
/*Margin*/
.margin-left-04 { margin-right:  0.5rem;}
.grid-x .padding-left-05 { padding-left: 40rem;}
/*Pagina Reserve Seu Curso*/
  
/*Contato*/
 div.media-object, .margin-left-05 {margin-left: 5rem;}
 /*Plano de fundo*/
.img-sobrenos-01 {background: #FFBF00 url('../img/sobrenosestrutura.jpg'); background-repeat: no-repeat; height: 70%;}
.img-busca label select{height:60px; border:solid 2px #fff; background-color:#f8f8f8; opacity: 0.9;}
.img-busca label button{height:60px; border:none;}
/*Imagem Sobre Nós*/
.img-sobrenos {background-image: url('../img/bgsobrenos.jpg'); background-repeat: no-repeat; height: 70%;}
/*Cursos background*/
.img-cursos {background-image: url('../img/bgcursos.jpg'); background-repeat: no-repeat; height: 70%;}
/*Pagina Agenda*/
.img-agenda {background-image: url('../img/bgagenda.jpg'); background-repeat: no-repeat; height: 70%;}
/*Pagina Detalhes Curso*/
.img-detalhes-curso {background-image: url('../img/bgdetalhescurso.jpg'); background-repeat: no-repeat; height: 70%;}
/*Footer Rodape*/
footer {background-color: #FF0000; color: #333;font-size: 14px; }
/*footer .accordion-menu li{ border-bottom: 0px solid #FFFFFF;}*/
footer  .menu a{color: #fff;}
footer  .menu a:hover{color: #EDE900;}
footer .bg-01{background-color: #31353E}
.barra-footer {background-color: #FF0000; color: #ffffff;}
/*Media queries*/
@media screen and (min-width: 81.25em) and (max-width: 83.775em) {
    
  .top-bar .top-bar-right .menu a{margin-right: 2.2rem;}
 /*Pagina sobre nós*/
   .grid-x .padding-left-05 {padding-left: 12rem;}
   .img-sobrenos-01 {background: #FFBF00;}   
}
@media screen and (min-width: 76.25em) and (max-width: 81.9375em) {
    
  .top-bar .top-bar-right .menu a {margin-right: 2.8rem;}
  /*Pagina sobre nós*/
   .grid-x .padding-left-05 {padding-left: 14rem;} 
   .img-sobrenos-01 {background: #FFBF00;}
}
@media screen and (min-width: 72.375em) and (max-width: 78.125em) {
    
  .top-bar .top-bar-right .menu a {margin-right: 2rem; }
   /*Pagina sobre nós*/
   .grid-x .padding-left-05 {padding-left: 14rem;}
   .img-sobrenos-01 {background: #FFBF00;}
}
@media screen and (min-width: 69.375em) and (max-width: 72.375em) {
    
  .top-bar .top-bar-right .menu a {margin-right: 0rem; }
   /*Pagina sobre nós*/
   .grid-x .padding-left-05 {padding-left: 0rem;}
    .img-sobrenos-01 {background: #FFBF00;}   
}
@media screen and (min-width: 62.375em) and (max-width: 69.375em) {
    
   .top-bar .top-bar-right .menu a {margin-right: -0.6rem; }
   /*Pagian Sobore nós*/
   .img-sobrenos-01 {background: #FFBF00;}
   .grid-x .padding-left-05 {padding-left: 0rem;}
   .img-sobrenos-01 {background: #FFBF00;}
}
@media screen and (min-width: 62.375em) and (max-width: 69.375em) {
    
   .top-bar .top-bar-right .menu a {margin-right: -0.6rem; }
   /*Pagian Sobre Nós*/
   .grid-x .padding-left-05 {padding-left: 0rem;}
   .img-sobrenos-01 {background: #FFBF00;}
   
}
/*Media queries home Sobre Nós*/

@media screen and (min-width: 72.375em) and (max-width: 76.125em) {
    
  .top-bar .top-bar-right .menu a {margin-right: 0.4rem; }
   /*Pagian Sobre Nós*/
   .grid-x .padding-left-05 {padding-left: 0rem;}
   .img-sobrenos-01 {background: #FFBF00;}   
}
@media screen and (max-width: 64em) {
    .grid-x .padding-left-04 { padding-left: 0.4rem;}
    .text-align-button { text-align: center;}
    .margin-top-04 { margin-top:  2rem;}
    /*Pagian Sobre Nós*/
   .grid-x .padding-left-05 {padding-left: 0rem;}
   .img-sobrenos-01 {background: #FFBF00;}
   /*Pagina Cursos*/
   .selecione-02 select {font-size: 20px;}
   /*Pagina Contato*/
   .margin-left-05 {margin-left: 0rem;}
}
/*Efeito Galeria Produtos*/
figure.figurefx{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	overflow: hidden; /* hide overflowing elements by default */
}

figure.figurefx::before, figure.figurefx::after{ /* create :before and :after pseudo elements that are initially positioned outside canvas */
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: black;
	position: absolute;
	opacity: 0.3;
	top: 0;
	left: 0;
	-moz-transform: translate3d(0, -100%, 0); /* position elements past bottom of layout */
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

figure.figurefx img{
	display: block;
}

figure.figurefx figcaption{
	position: absolute;
	display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	text-align: center;
	background-color:rgba(239,201,136,0.5);
	padding: 5px;
	z-index: 100;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	top: 50%;
	left: 0;
	-moz-transform: translate3d(-100%, -50%, 0); /* position caption outside layout horizontally and centered vertically */
	-webkit-transform: translate3d(-100%, -50%, 0);
	transform: translate3d(-100%, -50%, 0);
	opacity: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

figure.figurefx figcaption a{
	text-decoration: none;
}

/*** Default slide down panel effect ****/

figure.default:hover::before{
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.default:hover figcaption{
	opacity: 1;
	-moz-transform: translate3d(0, -50%, 0); /* center caption */
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/*** Dual panels slide up and down effect 2 ****/

figure.dualpanels2::before{
	-moz-transform: translate3d(-100%, 0, 0); /* position :before pseudo element past left edge of layout initially */
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

figure.dualpanels2::after{
	-moz-transform: translate3d(100%, 0, 0); /* position :after pseudo element past right edge of layout initially */
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

figure.dualpanels2:hover::before{
	-moz-transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

figure.dualpanels2:hover::after{
	-moz-transform: translate3d(50%, 0, 0);
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

figure.dualpanels2:hover figcaption{
	opacity: 1;
	-moz-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}