/*********************************************************/
/*	RESET CSS
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, 
em, font, img, u, i, article, textarea, section, 
input, ul, li, form, label {margin: 0; padding: 0; border: 0; outline: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-decoration: none;}

ul {list-style: none;}
img {border: none;	width: 100%;}
a {text-decoration: none; color: #000;}
a:hover {text-decoration: none;}
a img {border: 0;}
/*********************************************************/


/*********************************************************/
/* MRP ENGINE 											 */
/*********************************************************/
.wp {position: fixed; left: 60px; bottom: 40px; z-index: 999;}
.wp .lg {width: 80px; height: 80px; background-image: url(../images/wapp.png); background-repeat: no-repeat; background-size: 100%;}

.fontzero {font-size: 0 !important; padding: 0 !important;}

.paginacao {width: 100%; display: table; padding: 20px 0;}
.paginacao .anterior {float: left; display: inline-block; padding: 5px 30px; background: #0069af;	color: #fff; font-weight: 600; font-size: 1.2em; font-family: 'Yaldevi', sans-serif;}
.paginacao .anterior:hover {background: #000309;	color: #fff; text-decoration: none;}
.paginacao .proximo {float: right; display: inline-block; padding: 5px 30px; background: #0069af;	color: #fff; font-weight: 600; font-size: 1.2em; font-family: 'Yaldevi', sans-serif;}
.paginacao .proximo:hover {background: #000309; color: #fff; text-decoration: none;}

.pagina-alerta {width: 100%; margin: 30px auto;	padding: 20px; border-left: 10px solid var(--amarelo); background-color: var(--verde); color: #fff !important; font-weight: 500;}

.line {width: 90%; margin: 40px auto 0 auto; height: 2px; background-color: #555555; clear: both; margin-top: 40px;}

.backtop {position: fixed; display: none; cursor: pointer; bottom: 3%; right: 5%;border-radius: 25px; text-transform: uppercase; background-image: url(../images/icon-top.png);	background-repeat: no-repeat; background-size: 80%;	font-size: 0.8em; color: #fff; padding: 10px; width: 45px; height: 45px; background-color: rgba(0,0,0,0.2);	z-index: 999; background-position: center center;}
.backtop:hover {background-image: url(../images/icon-top.png);	background-position: center center;}

.content {margin: auto; max-width: 1280px;}

.clear {clear: both;}
.separa100 {width: 100%; height: 100px;	clear: both;}
.separa80 {width: 100%;	height: 80px; clear: both;}
.separa60 {width: 100%; height: 60px; clear: both;}
.separa40 {width: 100%;	height: 40px; clear: both;}
.separa30 {width: 40%; height: 30px; clear: both;}
.separa20 {width: 100%; height: 20px; clear: both;}
.separa10 {width: 100%;	height: 10px; clear: both;}

.video-container {width: 100%;}
.video {position: relative; padding-bottom: 55%;}
.video iframe {position: absolute; width: 100%; height: 100%;}
/*********************************************************/


/*********************************************************/
/*	MENU												 */
/*********************************************************/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 25px 10px;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  line-height: 15px;
  font-weight: 400;
	text-transform: uppercase;
  font-size: 1em;
  font-family: 'Yaldevi', sans-serif;
  letter-spacing: 1px;
}
#cssmenu .bg-li {background-color: var(--amarelo);}
#cssmenu .bg-li a {color: var(--verde);}
#cssmenu .bg-li a:hover {color: var(--verde) !important;}

#cssmenu > ul > li:hover > a {
  color: var(--amarelo);
}
@media all and (max-width: 950px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 950px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 950px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 950px), only screen and (min-device-pixel-ratio: 2) and (max-width: 950px), only screen and (min-resolution: 192dpi) and (max-width: 950px), only screen and (min-resolution: 2dppx) and (max-width: 950px) {
  #cssmenu {
    width: 100%;
    padding: 10px auto;
    position: absolute;
    z-index: 9999999999;
  }
  #cssmenu ul {
    width: 80%;
    background-color: var(--verde);
    display: none;
    margin: auto;
    z-index: 999999;
    color: #fff;
    margin-top: 10px;
  }
  #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu .bg-li a:hover {color: #fff !important; background-color: var(--verde);}

  #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
  }
	#cssmenu > ul > li:hover > a {
  background-color: var(--amarelo);
		color: #fff;
}
  #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 1em;
    color: #fff;
    background: #124F6F;
  }
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu > ul > li > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
    background: #fff;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 60px;
    height: 5px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 60px;
    height: 5px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
    color: #fff;
    background: #5dbb46;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 55px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 2px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 2px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*********************************************************/
/*********************************************************/
/*	STYLE CSS										 	 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
html, body {width:100%; height:100%; font-family: 'Yaldevi', sans-serif; font-weight: 400;}
/*********************************************************/
:root {
	--verde: #2d4b4b;
	--amarelo: #deb560;
	--vermelho: #8D171A;
	}

h1 {font-family: 'Playfair Display', serif;}
/*********************************************************/
/*	TOPO & RODAPE										 */
/*********************************************************/
header {width: 100%;}
header .inicio {width: 100%; display: table; padding: 20px 0;}
header .inicio ul {float: right;}
header .inicio li {float: left; padding-left: 15px; color: var(--verde);}
header .inicio li:hover {color: var(--amarelo);}
header .inicio .iamr {color: var(--amarelo) !important; padding-right: 5px;}

header .centro {width: 100%; display: table; background-color: var(--verde); position: relative;}
header .logo {width: 18%; height: 110px; background-repeat: no-repeat; background-size: 100%; position: relative; margin-top: -50px; float: left;}
header .menu {float: right;}

footer {width: 100%; display: table; padding-bottom: 40px; background-color: var(--verde);}
footer .logo {width: 20%; height: 120px; background-repeat: no-repeat; background-size: 100%; position: relative; margin-top: -40px; float: left;}
footer ul {float: right; padding: 20px;}
footer li {float: left;}
footer li a {padding: 15px 10px; text-decoration: none; margin: 0 auto; color: #fff; line-height: 15px; font-weight: 400;text-transform: uppercase; font-size: 0.9em; font-family: 'Playfair Display', serif; letter-spacing: 1px;}
footer ul > li:hover > a { color: var(--amarelo);}

footer p {text-align: center; text-transform: uppercase; font-size: 1.2em; color: #fff; font-weight: 500;}
footer .endereco {color: #fff; text-align: center; font-size: 0.9em;}

footer .fim p {font-size: 0.8em;}
footer .fim a {color: var(--amarelo);}
/*********************************************************/
.video {position: relative; padding-bottom: 55%;}
.video iframe {position: absolute; width: 100%; height: 100%;}
/*********************************************************/
.kairavini {width: 100%; display: table; padding-bottom: 80px; }
.kairavini h1 {width: 100%; text-align: center; color: #fff; padding: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin: -30px 0 60px 0; position: relative; z-index: 9999999; background-color: var(--verde); border-radius: 50px; font-weight: 300;}
.kairavini p {color: #282828; font-size: 1.1em; font-weight: 400; line-height: 30px;}

.kairavini .esquerda {width: 50%; float: left; padding: 30px;}
.kairavini .direita {width: 45%; float: right;}
/*********************************************************/
.salas {width: 100%; display: table; padding-bottom: 40px; }
.salas h1 {width: 100%; text-align: center; color: var(--verde); padding: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin-bottom: 60px; position: relative; z-index: 9999999; border-radius: 50px; font-weight: 300;}
.salas h2 {text-align: center; text-transform: uppercase; font-size: 1.2em; font-weight: 700; color: var(--verde);}
.salas p {color: #282828; font-size: 1.1em; font-weight: 400; line-height: 30px; text-align: left;}

.salas .quadro {width: 30%; float: left; min-height: 420px; margin: 0 1.5% 40px 1.5%; text-align: center;}
.salas .imagem {width: 100%; height: 220px; background-repeat: no-repeat; background-size: 100%; background-position: center center; -webkit-transition: 0.3s ease-in; -moz-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; margin-bottom: 20px;}
.salas .imagem:hover {background-size: 120%;}

.salas .botao {padding: 2px 10px; border-radius: 15px; background-color: var(--amarelo); color: var(--verde); text-transform: uppercase; font-weight: 600;}
.salas .botao:hover {background-color: var(--verde); color: #fff; }
/*********************************************************/
.estacao {width: 100%; padding: 40px 0; text-align: center;}
.estacao h1 {color: var(--verde); text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin-bottom: 60px;}
.estacao h2 {color: var(--verde); text-transform: uppercase; font-weight: 500; font-size: 1.2em;}

.estacao .quadro {width: 95%; margin: auto;}
.estacao .icon {width: 200px; height: 200px; border-radius: 50%; margin: 0 auto 20px auto; background-repeat: no-repeat; background-position: center center; background-size: cover;}

.estacao .bg-a {background-color: var(--amarelo);}
.estacao .bg-b {background-color: var(--verde);}

.estacao .icone1 {background-image: url("../images/icon-1.png");}
.estacao .icone2 {background-image: url("../images/icon-2.png");}
.estacao .icone3 {background-image: url("../images/icon-3.png");}
.estacao .icone4 {background-image: url("../images/icon-4.png");}
.estacao .icone5 {background-image: url("../images/icon-5.png");}
.estacao .icone6 {background-image: url("../images/icon-6.png");}
/*********************************************************/
.planos {width: 100%; display: table; padding: 120px 0; text-align: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;}
.planos h1 {font-family: 'Playfair Display', serif; font-size: 4em; text-transform: uppercase; color: #fff; font-weight: 300; line-height: 70px;}
/*********************************************************/
.parceiros {width: 100%; padding: 80px 0;}
.parceiros h1 {color: var(--verde); text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin-bottom: 60px; text-align: center;}
.parceiros p {color: var(--verde); font-size: 0.9em; font-weight: 400;}

.parceiros .quadro {width: 95%; margin: auto;}
.parceiros .imagem {width: 100%; height: 300px; background-repeat: no-repeat; background-size: 100%; background-position: center center; border: 1px solid var(--verde); margin-bottom: 15px;}
/*********************************************************/
.internas {width: 100%; display: table; padding: 60px 0; position: relative;}
.internas h1 {width: 100%; text-align: center; color: #fff; padding: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin: -90px 0 60px 0; position: relative; z-index: 9999999; background-color: var(--verde); border-radius: 50px; font-weight: 300;}
.internas p {color: #282828; font-size: 1.1em; font-weight: 400; line-height: 30px;}
.internas h2 {width: 100%; text-align: center; color: #fff; padding: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin-bottom: 20px; position: relative; z-index: 9999999; background-color: var(--verde); border-radius: 50px; font-weight: 300;}

.internas h3 {padding-left: 60px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin-bottom: 20px; color: var(--verde); font-weight: 300; font-family: 'Playfair Display', serif; background-image: url("../images/icon-v.png"); background-repeat: no-repeat; background-position: left;}
.internas .amr {color: var(--amarelo) !important; background-image: url("../images/icon-a.png");}
.internas h4 {color: var(--verde); font-weight: 600; font-size: 1em; padding-bottom: 10px; text-align: center;}

.internas .esquerda {width: 48%; float: left;}
.internas .direita {width: 48%; float: right;}

.internas .input {width: 100%; padding: 15px; border: 1px solid #dfdfdf;font-family: 'Yaldevi', sans-serif; border-radius: 25px;}
.internas .inputtext {width: 100%; height: 140px; resize: none;  padding: 15px; border: 1px solid #dfdfdf;font-family: 'Yaldevi', sans-serif; border-radius: 25px;}
.internas .botao {padding: 10px 40px; border-radius: 15px; background-color: var(--amarelo); color: var(--verde); text-transform: uppercase; font-weight: 600; cursor: pointer; }
.internas .botao:hover {background-color: var(--verde); color: #fff; }

.internas .foto {width: 50%; float: left; height: 180px; background-repeat: no-repeat; background-size: cover; background-position:  center center;}
.internas .foto-b {display: inline-block; width: 19%; height: 180px; background-repeat: no-repeat; background-size: cover; background-position:  center center;}

.internas .galeria {width: 100%; display: table; text-align: center;}

.internas .quadro {width: 33.33%; float: left; padding: 10px 20px; min-height: 840px; margin-bottom: 40px;}
.internas .quadro-b {width: 30%; float: left; padding: 10px 20px; min-height: 550px; margin: 0 1.5% 40px 1.5%;}
.internas .imagem {width: 100%; height: 240px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 10px;}

.internas .bd-r {border-right: 1px solid #dfdfdf;}

.internas .profissional {width: 30%; float: left; min-height: 500px; margin: 0 1.5% 40px 1.5%;}
.internas .capa {width: 100%; height: 300px; border: 1px solid #2d4b4b; background-repeat: no-repeat; background-size: cover; background-position: center center;}

.internas .formulario {width: 50%; margin: auto; display: table; padding-top: 40px;}
/*********************************************************/
.mapa iframe {width: 100%; height: 350px;}
/*********************************************************/
.evento {padding: 30px; margin-bottom: 20px; width: 100%; display: table;}
.evento .data {color: var(--verde); font-size: 0.9em; font-weight: 700;}
.evento span {font-size: 0.9em; font-style: italic; color: red; font-weight: 300; padding-left: 15px;}

.evento .tipos {width: 100%; display: table;}
.evento .tipos li {float: left; margin: 0 15px 10px 15px;}

.evento input:checked + label {background-color: var(--verde); color: #fff;}
.bg-a {background-color: #f9f9f9;}
/*********************************************************/
.pagamento {width: 250px; margin: 0 auto;}
/*********************************************************/
.coworking h2 {font-size: 1em;}
/*********************************************************/
.plan {width: 100%;  padding: 60px 0; position: relative; text-align: center;}
.plan h1 {width: 100%; text-align: center; color: #fff; padding: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 1.6em; margin: -90px 0 60px 0; position: relative; z-index: 9999999; background-color: var(--verde); border-radius: 50px; font-weight: 300;}
.plan h2 {text-transform: uppercase; font-size: 4em; color: var(--amarelo); padding-bottom: 0; line-height: 30px;}
.plan h3 {text-transform: uppercase; font-weight: 500; font-size: 2em; color: var(--vermelho);}
.plan h4 {text-transform: uppercase; font-weight: 700; font-size: 2.6em; line-height: 45px;}
.plan h4 span {font-weight: 300; text-transform: none; font-size: 0.8em;}

.plan .subtitulo {text-transform: uppercase; font-size: 2em; }
.plan .hora {color: var(--amarelo); font-weight: 400; font-size: 1.6em; text-transform: uppercase;}

.plan .quadro {width: 95%; float: left; margin: 0 auto;}
.plan .imagem {width: 100%; height: 240px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin-bottom: 10px;}
.plan .texto {background-color: var(--verde); margin: 20px 0; padding: 20px; border-radius: 10px;}
.plan .texto p {color: #fff;}

.plan .btf {background-color: var(--amarelo); color: #fff; text-transform: uppercase; font-size: 2em; font-weight: 700; cursor: pointer; padding: 10px 20px; border-radius: 10px;}
.plan .btf:hover {background-color: var(--verde);}

.plan .separador {width: 100%; height: 80px; background-image: url(../images/separador.png); background-size: 100%; background-position: center center; background-repeat: no-repeat; margin: 20px 0;}

/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1680px) {

}


@media (max-width: 1600px) {

}


@media (max-width: 1440px) {

}

@media (max-width: 1400px) {

}


@media (max-width: 1366px) {
	.estacao .icon {width: 160px; height: 160px;}

}


@media (max-width: 1280px) {
	.content {max-width: 95%;}
	
	header .logo {height: 100px;}
	header .menu {padding-top: 5px;}
	
	footer .logo {height: 100px; }
		
	#cssmenu > ul > li > a {font-size: 0.9em; padding: 15px 5px;}
	footer li a {padding: 15px 5px;}
}

@media (max-width: 1152px) {
	.plan h2 {font-size: 3em;}
	.plan h3 {font-size: 1.6em;}
	.plan h4 {font-size: 2em;}
	.plan .subtitulo {font-size: 1.6em;}
	.plan .hora {font-size: 1.2em;}

}

@media (max-width: 1024px) {
	#cssmenu > ul > li > a {font-size: 0.8em;}
	
	.estacao .icon {width: 120px; height: 120px;}
	.estacao h2 {font-size: 1em;}
	
	.planos {padding: 80px 0; }
	.planos h1 {font-size: 3em; line-height: 50px;}
	
	footer li a {padding: 5px; font-size: 0.8em; }
	footer ul { padding: 5px;}
	
	
	.internas .foto {height: 140px;}
	.internas .imagem { height: 160px; }
		
	.internas .formulario {width: 80%; }
	
	.internas .quadro-b {width: 47%; min-height: 300px;}
	
	.internas .foto-b {width: 24%;}
	
	
}


@media (max-width: 950px) {
	#cssmenu > ul > li > a {font-size: 1em;}
	
	.internas .esquerda {width: 100%; float: none; margin-bottom: 40px;}
	.internas .direita {width: 100%; float: none;}
	
	.kairavini .esquerda  {width: 100%; float: none; margin-bottom: 40px;}
	.kairavini .direita {width: 100%; float: none;}
	.kairavini h1 {margin: 30px 0;}
	
	header .inicio {padding: 10px 0;}
	header .logo {width: 30%; height: 140px; background-position: center center;}
	header .menu {float: none; position: absolute; width: 50%; top: 10px; right: 10px;}
	
	h1 {font-size: 1.4em !important;}
	
	.salas .quadro {width: 47%; }
	
	.planos {padding: 40px 0; margin-top: 30px;}
	.planos h1 {line-height: 30px;}

	footer .logo {width: 35%; margin: 20px auto 20px auto; float: none; height: 140px;}
	footer ul {display: none;}
	footer p {font-size: 1em;}
	
	.internas h1 {margin-top: 0;}
	.internas .foto {width: 33.33%;}
	.internas .quadro {width: 50%; }
	.internas .bd-r {border-right: 0;}
	
	.internas .profissional {width: 47%;}
	
	.internas .formulario {width: 100%; }

	.plan h1 {margin-top: 0;}

}


@media (max-width: 768px) {
	header .logo {width: 40%;}
	
	footer .logo {width: 35%}
	
	.internas .foto-b {width: 32%;}
}

@media (max-width: 667px) {
	.plan h2 {font-size: 3em;}
	.plan h3 {font-size: 1.2em;}
	.plan h4 {font-size: 1.4em;}
	.plan .subtitulo {font-size: 1.2em;}
	.plan .hora {font-size: 1em;}
}

@media (max-width: 600px) {
	header .logo {width: 40%;}
	header .menu {width: 95%;}
	
	footer .logo {width: 45%; }
	
	h1 {font-size: 1.2em !important;}
	
	.salas .quadro {width: 100%; float: none; margin: 0 auto 40px auto; min-height: 100px; }
	
	.internas h3 {font-size: 1.2em; background-size: 5%;}
	.internas .quadro {width: 100%; min-height: 100px;}
	.internas .profissional {width: 100%; float: none; margin: 0 auto 40px auto; min-height: 100px; }
	
	.internas .quadro-b {width: 100%; margin: 0 auto 40px auto; min-height: 100px; }
	
	
}

@media (max-width: 568px) {
	.internas .foto-b {width: 49%; height: 120px;}
}

@media (max-width: 480px) {
	header .logo {margin-top: 5px; height: 80px;}
	
	h1 {font-size: 1em !important;}
	.internas h3 {font-size: 1em;}
	
	footer .logo {width: 80%; }
	
	.internas .foto {width: 50%;}
	
	.internas .capa {height: 340px;}

	.plan h2 {font-size: 2em;}
	.plan h3 {font-size: 1em;}
	.plan h4 {font-size: 1.2em;}
	.plan .subtitulo {font-size: 1em;}
	.plan .hora {font-size: 1em;}

	.plan .imagem { height: 200px;}
}

@media (max-width: 414px) {
	
}

@media (max-width: 384px) {

}

@media (max-width: 375px) {

}
/*********************************************************/