@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700i,900|Open+Sans:400,700i&display=swap');

/*BÁSICO*/
*{ font-family: 'Montserrat', sans-serif; font-size: 15px; color: #fff; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
ul,li { list-style:none; }
*:focus { outline:none; }
.clear { clear:both; }
a, a:hover, a:visited { text-decoration:none; border:0 none; color: inherit; }
img { border:0 none; }
textarea { resize:none; }
input, textarea, select { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; -ms-appearance: none; -webkit-border-radius: 0; }
select::-ms-expand { display: none; }
select { text-indent: 0.01px; text-overflow: ''; }
select::-ms-expand { display: none; }
body { margin: 0; }
img { max-width: 100%; }
.center { text-align: center; }
.right { text-align: right; }
.mobile { display: none; }
/*FIM BÁSICO*/

header {
	margin-top: 10px;
}

.abre_menu { 
	display: none; 
}

.logo_ubm .ubm {
    background: url(img/colegio.png) left no-repeat;
    background-size: contain;
    width: 100%;
    height: 110px;
    margin-top: 11px;
    float: left;
}

.links {
	margin-top: 50px;
}

.links ul li {
	float: right;
	margin-left: 25px;
}

.links a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.links ul li span {
	width: 100%; 
	height: 3px;
	margin-top: -3px;
	background: #ff0161;
	display: block;
}

.fixo {
    position: fixed;
    background: #193b10;
    width: 100%;
    z-index: 9;
    margin-top: 0;
    padding: 10px 0;
    top: 0;
}

.topo {
	background: url('img/fundotopo.jpg') top center no-repeat;
    background-size: cover;
    margin-top: -130px;
    padding: 140px 0 50px 0;
}

.topo .logo {
	background: url('img/emcasa.png') top center no-repeat;
    background-size: contain;
    width: 90%;
    height: 270px;
    margin: 0 auto;
}

.topo p, .topo p i {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}

.seliga {
	background: #1e5220;
	border-top: 7px solid #ff0161;
	padding: 80px 0 120px 0;
}

.seliga .planta {
	background: url(img/plantinha.png) top center no-repeat;
    background-size: contain;
    width: calc(calc(100% - 1060px)/2);
    height: 300px;
    position: absolute;
    margin-top: -70px;
}

.seliga .bolinhas {
	background: url(img/bolinhas.png) top center repeat;
    background-size: contain;
    width: calc(100% - 1000px);
    height: 460px;
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 30px;
}

.seliga .oculos {
    background: url(img/oculos.png) top center no-repeat;
    background-size: contain;
    width: calc(100% - 1120px);
    height: 170px;
    position: absolute;
    right: 0;
    margin-right: 40px;
    margin-top: -60px;

}

.seliga .titulo {
	max-width: 420px;
}

.seliga .swiper-container {
	margin-top: 70px;
	width: 90%;
}

.seliga .swiper-container .swiper-slide {
	cursor: pointer;
}

.seliga .curso {
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	padding: 5px;
	letter-spacing: 3px;
	color: #ff0161;
	margin-bottom: 7px;
}

.seliga .curso.verde{
	background: #ff0161;
}

.seliga .prev, .seliga .next {
	width: 4%;
	height: 293px;
	cursor: pointer;
}

.seliga .prev {
	background: url('img/setae.png') center center no-repeat;
	float: left;
}

.seliga .next {
	background: url('img/setad.png') center center no-repeat;
	float: right;
	position: relative;
}

.seliga .resumos {
	margin-top: 40px;
}

.seliga .resumos h2, body.noticia h1 {
	color: #c6295a;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
}

.seliga .resumos p.subtitulo, body.noticia p.subtitulo{
	font-style: italic;
}

.seliga .resumos .not {
	display: none;
}

.seliga .resumos .not.aberto {
	display: block;
}

.seliga .resumos a, body.noticia .conteudo a.voltar {
	color: #c6295a;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	float: right;
	position: relative;
    z-index: 9;
}

.seliga .resumos img {
	max-width: 115%;
    margin-left: -24%;
    margin-top: 80px;
}

body.noticia {
    background: #1e5220;
}

body.noticia .conteudo {
	margin-top: 50px;
}

body.noticia .conteudo a {
	text-decoration: underline;
}

body.noticia .conteudo .compartilhe a {
	text-decoration: none;
}

body.noticia h1, body.noticia p.subtitulo {
	text-align: center;
}

body.noticia .conteudo img {
	margin: 20px 0;
}

body.noticia .conteudo a.voltar {
	font-size: 13px;
    margin: 20px 0 40px 0;
    float: none;
    display: block;
    text-align: right;
}

body.noticia .conteudo p b {
	font-size: 18px;
}

body.noticia .conteudo .compartilhe {
	text-align: center;
}

body.noticia .conteudo .compartilhe img{
	margin-left: 10px;
    margin-top: 15px;
}

body.noticia .conteudo ul, body.noticia .conteudo ul li {
    list-style: disc;
}

body.noticia .conteudo .espaco {
	padding-left: 20px;
}

body.noticia footer {
	margin-top: 50px;
	border-top: 7px solid #22ff68;
}

.segueadica {
	background: #48834b;
	padding: 40px 0;
}

.segueadica .fototitulo {
	max-width: 90%;
}

.segueadica .titulo {
	max-width: 90%;
	margin-top: -115px;
}

.segueadica p.descricao {
	margin-top: 30px;
    font-size: 18px;
}

.segueadica p.descricao i {
	color: #ff0161;
	font-size: 18px;
}

.segueadica .cafe {
    background: url(img/cafe.png) top left no-repeat;
    background-size: contain;
    width: calc(calc(100% - 890px)/2);
    height: 300px;
    position: absolute;
    margin-top: -120px;
}

.segueadica .virus {
	background: url(img/virus.png) top left no-repeat;
    background-size: contain;
    width: calc(calc(100% - 1030px)/2);
    height: 210px;
    position: absolute;
    margin-top: -390px;
}

.segueadica .dicas {
	margin-top: 50px;
}

.segueadica .dicas img.frente {
    position: relative;
    z-index: 9;
}

.segueadica .dicas .swiper-container {
	background: #10561f;
	padding: 50px 30px 20px 30px;
	margin-top: -40px;
}

.segueadica .dicas .swiper-container img {
	max-width: 100px;
	margin-top: 10px;
}

.segueadica .dicas .swiper-container .titulodica {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 20px;
}

.segueadica .dicas .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: auto;
}

.segueadica .dicas .swiper-container .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #ff0161;
	width: 10px;
	height: 10px;
}

.segueadica .dicas .swiper-container .swiper-pagination-bullet-active {
	background: #ff0161;
}

.xotedio {
    background: #48834b;
    padding-bottom: 40px;
}

.xotedio .xvirus {
	margin-top: -75px;
}

.xotedio .titulo {
	margin-top: -130px;
	max-width: 420px;
}

.xotedio p.descricao {
    font-size: 18px;
    margin-top: 20px;
}

.xotedio p.destaque, .xotedio p.destaque b, .xotedio p.destaque u, .xotedio p.destaque a {
    font-size: 20px;
    color: #22ff68;
}

.xotedio p.destaque a {
	text-decoration: underline;
}

footer { 
	border-top: 7px solid #ff0161;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 20px;
	background: #fff;
}

footer p {
	color: #297a3b;
	margin: 0;
}

footer p a {
	color: #297a3b;
	font-size: 20px;
	font-weight: 900;
}

footer .logo {
	max-width: 220px;
}

footer .social {
	max-width: 40px;
	margin-left: 10px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.cont-menu { float: right; margin-right: 10px; margin-top: 0; }
	.cont-menu .abre_menu{ display: block; cursor: pointer; margin-top: 15px; width: 40px; height: 30px; }
	.abre_menu span { width: 40px; height: 8px; display: block; background: #fff; margin-top: 0px; z-index: 99; position: absolute; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	.abre_menu span:before { content: ''; width: 40px; height: 8px; display: block; background: #fff; margin-top: 10px; z-index: 99; position: absolute; right: 0px; opacity: 1; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	.abre_menu span:after { content: ''; width: 40px; height: 8px; display: block; background: #fff; margin-top: 20px; z-index: 99; position: absolute; right: 0px;-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	
	header ul{ position: absolute; padding: 20px; margin-top: 10px; width: 100%; height: 100%; left: -3000px; z-index: 4; -webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;}
	header ul li { display: block; width: 100%; margin-bottom: 20px; }
	header ul.aberto{ left: 0; margin-top: -10px; }
	header .fundo { 
		opacity: 0.95; 
		background: #1e5220; 
		position: absolute; 
		left: -3000px; 
		top: 0; 
		z-index: 3; 
		-webkit-transition:all 300ms ease-in;-moz-transition:all 300ms ease-in;-o-transition:all 300ms ease-in;transition:all 300ms ease-in;
	}
	body.menu_aberto header .fundo { 
		width: 100%;
	    height: 100%;
	    left: 0;
	    position: fixed;
	}
	body.menu_aberto .abre_menu span { background: transparent; box-shadow: none; }
	body.menu_aberto .abre_menu span:before { right: 0px; box-shadow: none; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-top: 0px; }
	body.menu_aberto .abre_menu span:after { margin: 0px; box-shadow: none; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
	body.menu_aberto .logo_ubm { z-index: 9; }

	header { margin-top: 15px; }
	.logo_ubm .ubm {    width: 100%;
    z-index: 99;
    height: 70px; }

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.logo_ubm .simbolo {
    	width: 16%;
    }

    .topo {
    	margin-top: -150px;
    }

    .topo .logo {
	    width: 100%;
	    height: 150px;
	}
	.topo p, .topo p i {
    	font-size: 18px;
	}
	.seliga {
	    padding: 30px 0;
	}
	.seliga .prev, .seliga .next {
	    height: 403px;
	}

	.segueadica .dicas .dica {
		margin: 20px 0;
	}

	body.noticia .conteudo {
	    margin-top: 0;
	}
	.segueadica .dicas {
	    margin-top: 0;
	}
	.segueadica .titulo {
	    margin-top: -80px;
	}
	.seliga .prev, .seliga .next {
	    background-size: contain;
	}

	.xotedio .titulo {
		margin-top: 0;
	}

}

@media (max-width: 500px) {
	.topo .logo {
	    height: 100px;
	}

	.xotedio .titulo, .seliga .titulo {
		max-width: 100%;
	}
}

