<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "../fonts/Dosis/stylesheet.css";

html, body {
	margin: 0px;
	border: 0px;
	padding: 0;

	

	color: #00105E;
	
	-webkit-font-smoothing: antialiased;
	
/* 	text-align: center; */
	font-family: "Dosis-Medium";
	/* font-size: 15px; */
	/* letter-spacing: 1px; */
}

* {
	font-family: "Dosis-Medium";
}

*:target { scroll-margin-top: 110px; }

*:focus {outline:0;}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
	color: inherit !important;
}


.container {
	max-width: 1130px;
}

.header-container {
	position: fixed; /* absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 120px; */
	background-color: rgba(255,255,255,0.8);
	
	z-index: 999;
	
	padding: 25px 0;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.header-container .container {
	max-width: 1200px;
}

.header-container .header-sa-logo {
	position: relative;
	width: 140px;
	margin-left: 10px;
	z-index: 2;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}


.header-container .header-menu-container {
	position: relative;
}

.header-container .header-menu-container ul {
	list-style-type:none;
	margin-bottom: 0;
	/* display: inline-block;
	vertical-align: middle; */
}

.header-container .header-menu-container ul li {
	position: relative;
	display: inline-block;

	padding: 5px 20px;
	border-radius: 30px;
	margin: 10px;
	cursor: pointer;
	
	vertical-align: middle;
		
	font-size: 16px;
	line-height: 16px;
	
	font-family: "Dosis-SemiBold";
	text-transform: uppercase;
}

.header-container .header-menu-container ul li:first-child {
	margin-left: 0px;
}

.header-container .header-menu-container ul li:hover,
.header-container .header-menu-container ul li.active {
	background-color: #00105E;
	color: #ffffff;
}


.header-container.fixed {
	position: fixed;
	padding: 15px 0;
	
	background-color: #ffffff;
}

.header-container.fixed .header-sa-logo {
	width: 100px;
	margin-left: 20px;
}


.header-container .mobile-menu-btn {
	position: absolute;
	top: 50%;
	right: 40px;
	
	width: 40px;
	height: 40px;
	
	transform: translate(0, -50%);
	
	background-image: url(../img/mobile-menu-btn.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
	cursor: pointer;
	
	z-index: 2;
	
	display:none;
}
.header-container .mobile-menu-btn.active {
	background-image: url(../img/mobile-close-btn.svg);
}

.header-container .languages-container {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.header-container .languages-container a {
	vertical-align: top;
	margin: 0 5px;
}
.header-container .languages-container a.active {
	font-family: "Dosis-ExtraBold";
}


@media (max-width: 1200px) {
	.header-container .mobile-menu-btn { display:block; }
	
	/* .header-container .header-menu-container {
		display: none;
	} */	
	
	.header-container .header-menu-container {
		position: absolute;
		top: 0;
		left: 0;
		
		width: 100%;
		height: 100vh;
		padding-top: 0;
		
		background-color: #ffffff;
		/* background-color: rgba(255,255,255,0.8); */
		
		overflow: hidden;
		
		text-align: center;
		z-index: 1;
		
		/* height: 0px; */
		opacity: 0;
		
		pointer-events: none;
		
		transition-timing-function: ease-in;
		transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
	}
	.header-container .header-menu-container.active {
		/* padding-top: 32vh; */
		/* height: 100vh; */
		opacity: 1;
		pointer-events: all;
	}
	
	.header-container .header-menu-container ul {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translate(0,-50%);
		padding-left: 0;
		padding: 0 30px;
	}
	
	.header-container .header-menu-container ul a li {
		display: block;	
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 6vh;
		text-transform: initial;
	}
	
	.header-container .languages-container {
		margin-left: 0px;
	}

}


.footer-wrap {
	position: relative;
	/* overflow: hidden; */
	/* z-index: 9; */
}

.footer-container {
	position: relative;
	width: 100%;
	/* height: 400px; */
	padding-bottom: 20px;
	
	background-color: #00105E;
	color: #ffffff;
}

.footer-container .financiamento-title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: "Dosis-SemiBold";
	text-transform: uppercase;
	width: 120px;
	font-size: 16px;
	line-height: 16px;
}

.footer-container .financiamento-logos-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 130px);
}

.footer-container .financiamento-logos-container img {
	height: 40px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-container .financiamento-logos-container img.eeagrant {
	height: 65px;	
}

.footer-container .social-title {
	position: relative;
	text-align: center;
	font-family: "Dosis-SemiBold";
	font-size: 14px;
	text-transform: uppercase;
}

.footer-container .social-icons {
	text-align: center;
}

.footer-container .social-icons img {
	width: 30px;
	height: 30px;
	margin: 10px 2px;
}

.footer-container .footer-logos {
	margin: 50px 0;
}
.footer-container .footer-logos img {
	height: 30px;
	margin: 10px 20px;
}
.footer-container .footer-logos img:first-child {
	margin-left: 0px;
}

.footer-container .sa-container {
	position: relative;
	text-align: center;
	
	margin: 40px auto 20px;
}

.footer-container .sa-container img {
	width: 100px;
	margin-bottom: 20px;
}

.footer-container .sa-container a {
	display: block;
	font-family: "Dosis-SemiBold";
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: underline !important;
}

.footer-disclamer-container {
	position: relative;
	background-color: #FAB43F;
	color: #222852;
	font-family: "Dosis-SemiBold";
	font-size: 15px;
	line-height: 15px;
	padding: 15px 10px;
	text-align: center;
	text-transform: uppercase;
	
	overflow: hidden;
}
.footer-disclamer-container a {
	font-family: "Dosis-SemiBold";
}


@media (max-width: 767px) {
	.footer-container .financiamento-title {
		display: block;
		margin: 20px auto 0;
	}
	
	.footer-container .financiamento-logos-container {
		width: 100%;
		margin: 20px auto 0	;
		text-align: center;
	}
	
	.footer-container .financiamento-logos-container img {
		margin: 20px 15px;
	}
	
	.footer-container .footer-logos {
		text-align: center;
	}
	
	.footer-container .social-icons img {
		width: 40px;
		height: 40px;
		margin: 10px 5px;
	}
	
	.footer-disclamer-container {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.footer-container .footer-logos img {
		height: 20px;
		margin: 10px 10px;
	}
}

.sa-btn {
	position: relative;
	display: inline-block;
	
	padding: 1px 40px;
	
	font-family: "Dosis-SemiBold";
	text-transform: uppercase;
	letter-spacing: 0px;
	
	border: 5px solid #00105E;
	border-radius: 30px;
	
	transition-timing-function: ease-in;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}

.sa-btn:hover {
	background-color: #00105E;
	color: #ffffff;
}



.animate__animated {
	opacity: 0;
}

.animate__animated.animate__slideInUp {
	opacity: 1;
}


.animate__delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.animate__delay-07s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.animate__delay-1_2s {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.animate__delay-1_5s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@media (max-width: 960px) {
	.animate__animated.mobop { opacity: 1 !important; }
}



.hero-container {
	position: relative;
	width: 100%;
	height: 60vh;
	
	background-position: center;
	background-size: cover;
	background-image: url(../img/home-hero.jpg);
}
.hero-container.full {
	height: 100vh;
}

.hero-container .hero-text-container {
	position: absolute;
	bottom: 230px;
	left: 50%;
	margin-left: -20px;
	
	font-family: "Dosis-SemiBold";
	font-size: 22px;
	line-height: 26px;
	
	max-width: 500px;
	
	color: #ffffff;
	
	z-index: 2;
}

.hero-container .hero-wave-container {
	position: absolute;
	bottom: -60px;
	left: 0;
	
	width: 800px;
	
	z-index: 3;
}

@media (max-width: 1600px) {
	.hero-container .hero-wave-container {
		left: inherit;
		right: 50%;
	}
}

@media (max-width: 991px) {
	.hero-container .hero-text-container {
		left: 10%;
	}
	
	.hero-container .hero-wave-container {
		width: 70%;
		right: initial;
		bottom: -8vw;
	}
}

@media (max-width: 500px) {
	.hero-container {
		height: 80vh;
	}
	
	.hero-container .hero-text-container {
		bottom: 150px;
	}
	
	.hero-container .hero-wave-container {
		width: 90%;
		bottom: -13vw;
	}
}

.home .hero-container .hero-degrade-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,16,94);
	background: linear-gradient(0deg, rgba(0,16,94,1) 0%, rgba(255,255,255,0) 60%);
	z-index: 1;
}
.hero-top-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	
	background-image: url(../img/home-hero-top.png);
	
	z-index: 2;
}
.hero-bottom-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	
	background-image: url(../img/home-hero-bottom.png);
	
	z-index: 2;
}


.sec-container {
	position: relative;
	margin: 40px 0;
}

.sec-title {
	position: relative;
	
	margin: 10px;
	font-family: "Dosis-SemiBold";
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}

.sec-container .sec-intro-text {
	position: relative;
	padding-left: 80px;
	margin: 50px 0;
}

@media (max-width: 550px) {
	.sec-container .sec-intro-text {
		padding-left: 10px !important;
	}
}


.viewers-list-container .viewers-list-item {
	position: relative;
	text-align: center;
	
	max-width: 190px;
	margin: 10px auto 60px;
}

.viewers-list-container .viewers-list-item .viewers-list-item-img {
	position: relative;
	
	max-width: 200px;
	width: 100%;
	/* height: 200px; */
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* filter: sepia(100%) saturate(210%) brightness(86%) hue-rotate(178deg) contrast(1); */
	/* filter: grayscale(.9); */
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.viewers-list-container .viewers-list-item .viewers-list-item-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	border-radius: 50%;
	
	opacity: 1;
	
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.viewers-list-container .viewers-list-item:hover .viewers-list-item-img-overlay {
	opacity: 0;
}


.viewers-list-item-btn {
	position: relative;
	
	background-position: center;
	background-size: contain;
	background-image: url(../img/viewers-list-item-btn.png);
	background-repeat: no-repeat;
	
	max-width: 200px;
	
	margin: 0 auto;
}

.viewers-list-item-btn:hover {
	opacity: 0.7;
}

.viewers-list-item-btn-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: "Dosis-SemiBold";
	font-size: 15px;
	line-height: 19px;
	
	text-transform: uppercase;
}

.viewers-list-container .viewers-list-item .viewers-list-item-descr {
	position: relative;
	margin: 20px 0;
	font-size: 13px;
	line-height: 20px;
}

.home .viewers-list-container {
	position: relative;
	max-width: 1100px;
	margin: 60px auto;
	text-align: center;
}

.home .viewers-list-container .sa-btn {
	/* position: relative; */
	margin: 40px auto 0;
}

.home .sec2 .sa-btn {
	/* position: relative; */
	margin: 60px auto 0;
}

.home .viewers-list-container.observatorios-list {
	margin-bottom: 0px;
}

.home .viewers-list-container.observatorios-list .sa-btn {
	margin-top: 20px;
}

.home .viewers-list-container.observatorios-list .viewers-list-item .viewers-list-item-btn:hover {
	opacity: initial;
}

.home .viewers-list-container.observatorios-list .observatorios-title {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Dosis-SemiBold";
}

@media (max-width: 767px) {
	.home .viewers-list-container {
		margin: 40px auto 0;	
	}
	
	.viewers-list-container .viewers-list-item {
		margin-bottom: 40px;
	}
	
	.viewers-list-container .viewers-list-item .viewers-list-item-img {
		margin-bottom: 20px;
	}
	
	.viewers-list-container .viewers-list-item .viewers-list-item-img-overlay {
		opacity: 0;
	}
	
	.viewers-list-container .viewers-list-item .viewers-list-item-btn-title {
		font-size: 16px;
		line-height: 22px;
	}
	
	.viewers-list-container .viewers-list-item .viewers-list-item-descr {
		margin: 5px 0 30px;
	}
}

@media (max-width: 500px) {
	.viewers-list-container .viewers-list-item {
		margin-bottom: 30px;
	}
	.viewers-list-container .viewers-list-item .viewers-list-item-img {
		max-width: 150px;
		margin-bottom: 20px;
	}
}

.sep-container {
	position: relative;
	width: 100%;
	height: 300px;
	
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/sep-1.svg);
	
	/* margin: 20px 0; */
}

.home .sec2 {
	margin-top: -100px;
}

.home .news-container {
	position: relative;
	max-width: 1100px;
	margin: 60px auto;
}

.home .news-slider-container {
	position: relative;
	max-width: 900px;
	margin: 20px 0 60px auto;
	
	/* margin-bottom: 300px; */
	
	/* -webkit-mask-image: radial-gradient(ellipse, black 50%, rgba(0, 0, 0, 0) 50%);
	  mask-image: radial-gradient(ellipse, black 50%, rgba(0, 0, 0, 0) 50%); */
}
.home .news-slider-container .swiper {
	-webkit-mask-image: url(../img/newsmask.svg);
	mask-image: url(../img/newsmask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-size: contain;
}
.home .news-slider-container .news-slider-item {
	position: relative;
	width: 100%;
	/* height: 300px; */
	background-color: grey;
	
	background-position: center;
	background-size: cover;
}

.home .news-container .news-title-container {
	position: absolute;
	left: -100px;
	bottom: -50px;
	width: 360px;
	min-height: 100px;
	background-color: #ffffff;
	border-radius: 50px;
	z-index: 9;
	padding: 10px 30px;
}

.home .sec2 .linhas-container {
	position: relative;
	margin: 120px 0 0;
	max-width: 1100px;
	width: 100%;
}

@media (max-width: 1440px) {
	.home .sec2 .linhas-container {
		max-width: 900px;
		
	}
}

@media (max-width: 991px) {
	.home .news-slider-container {
		width: 90%;
		margin: 20px auto;
		max-width: 800px;
	}
	
	.home .news-container .news-title-container {
		position: relative;
		left: initial;
		margin: 0px auto;
		bottom: initial;
		margin-top: 0px;
		pointer-events: none;
	}
	
	.home .sec2 .linhas-container {
		max-width: 900px;
		width: 80%;
		margin-top: 20vw;
	}
}


@media (max-width: 500px) {
	.home .sec2 {
		margin-top: -40vw;
	}
	
	.home .news-slider-container {
		width: 100%;
	}
}

.swiper-pagination-bullets {
	bottom: -30px !important;
}

.swiper-pagination-bullet-active {
	background: #00105E;
}


.home .sec3 {
	position: relative;
	
	background: rgb(174,198,222);
	background: linear-gradient(0deg, rgba(174,198,222,1) 60%, rgba(255,255,255,0) 100%);
	
	margin-bottom: 0;
}

.home .sec3 .observar-logo {
	position: relative;
	margin: 40px 0;
}

.home .sec3 .observar-text {
	position: relative;
	max-width: 450px;
	
}

.home .sec3 .observar-img-container {
	position: relative;
	margin: 100px 0 80px;
}

.home .sec3 .observar-img-container:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);
}

@media (max-width: 767px) {
	.home .sec3 .observar-img-container {
		margin: 40px 0;
	}
}


.home .bottom-waves-container {
	position: relative;
	width: 100%;
	margin-top: -2px;
}

.home .sm-wave-container {
	position: relative;
	max-width: 700px;
	width: 80%;
	margin: 10px 0;
}

.home .sec-container#observatorios {
	/* display: none; */
}


.home .partners-container {
	position: relative;
	margin: 50px auto 80px	;
}

.home .partners-container .partner-item {
	position: relative;
	margin: 25px auto;
	
	text-align: center;
	
	font-size: 13px;
	line-height: 22px;
}

.home .partners-container .partner-item .partner-item-img {
	position: relative;	
	max-width: 110px;
	margin: 0 auto;
	
	/* min-height: 120px;	 */
	/* height: 120px;
	vertical-align: bottom;
	display: table-cell; */
}

.home .partners-container .partner-item .partner-item-title {
	position: relative;
	max-width: 200px;
	margin: 10px auto;	
}

@media (max-width: 500px) {
	.home .partners-container {
		margin-top: 10px;
	}
	
	.home .partners-container .partner-item {
		margin: 15px auto;
	}
	
	.home .partners-container .partner-item .partner-item-title {
		margin-top: 0px;
	}
}



/* .home .sec3 .bottom-waves-2-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	
	background-image: url(../img/home-hero-bottom.png);
	
	z-index: 2;
} */

.viewers .hero-container {
	background-image: url(../img/viewers-hero.jpg);
}

.viewers .sec-intro-text {
	font-size: 18px;
	line-height: 20px;
	padding-left: 50px;
	margin-bottom: 0;
}

.header-container.viewer {
	position: relative;
	padding: 15px 0;
	
	opacity: 1;
}

.header-container.viewer .header-sa-logo {
	width: 80px;
}

.viewer iframe {
	width: 100%;
	height: calc(100vh - 90px);
}


/** CONTACTOS **/

.contacts .hero-container {
	background-image: url(../img/MarioRuivo_hero.jpg);
}

.contacts .link-item {
	position: relative;
	display: table;
	margin: 80px auto;
	text-align: center;
	
	font-size: 14px;
	text-transform: uppercase;
}

.contacts .link-item img {
	margin-bottom: 10px;
}

.contacts .link-item a {
	display: block;
	margin: 10px auto 0;
}

.contacts .link-item a span {
	display: inline-block;
	font-family: "Dosis-SemiBold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	vertical-align: middle;
}

.contacts .link-item a img {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}


.contacts .contacts-container {
	position: relative;
	margin: 20px 0 80px;
}

.contacts .contact-container {
	position: relative;
	text-align: center;
	
}

.contacts .contact-title,
.contacts .contact-subtitle,
.contacts .contact-phone a {
	font-family: "Dosis-SemiBold";
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 16px;
}

.contacts .contact-text {
	font-family: "Dosis-Regular";
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}

.contacts .contact-map {
	position: relative;
	margin: 20px auto;
	max-width: 300px;
}

.contacts .contact-map:hover {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

.contacts .sec2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.contacts form {
	position: relative;
	margin: 30px 0;
}

.contacts form input,
.contacts form textarea {
	width: 100%;
	border: none;
	border-radius: 20px;
	background-color: #BCDDEF;
	padding: 5px 20px;
	margin-bottom: 20px;
}
.contacts form textarea {
	height: 200px;
	padding: 10px 20px;
	margin-bottom: 5px;
}
.contacts form input::placeholder,
.contacts form textarea::placeholder {
	color: #00105E;
}

.contacts form span {
	padding-left: 20px;
	color: #C5C8D7;
	text-transform: uppercase;
	font-size: 14px;
}

.contacts form button {
	display: block;
	margin: 40px auto;
	border: none;
	background-color: transparent;
}

.contacts .output-container {
	position: relative;
	margin: 40px auto;
	text-align: center;
	font-size: 18px;
	
	display: none;
}
.contacts .output-container.active {
	display: block;
}

@media (max-width: 767px) {
	.contacts .sec-intro-text {
		padding-left: 10px;
	}
	
	.contacts .contact-container {
		margin-bottom: 80px;	
	}
	
}


/* SOBRE */

.sobre .hero-container {
	background-image: url(../img/sobre-hero.jpg);
}


.sobre .sec1 .sec-intro-text.s1st {
	margin: 80px 0 100px;
}

.sobre .rov-banner {
	position: relative;
	
	margin-top: 0;
	
	width: 100%;
	height: 1000px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/sobre-banner-1.jpg);
}

.banner-text-overlay-container {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 22vw;
	
	transform: translate(0,-80%);
	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/banner-text-overlay-bg.svg);
}

.banner-text-overlay-container .text-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-70%);
	
	padding: 0 15px;
	max-width: 700px;
	width: 100%;
	color: #ffffff;
	text-align: center;	
	
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 1680px) {
	.sobre .rov-banner {
		height: 800px;	
	}
	
	.banner-text-overlay-container {
		height: 360px;	
	}
}

@media (max-width: 1200px) {
	.banner-text-overlay-container .text-container {
		font-size: 18px;
		line-height: 30px;
	}
}

.sobre .sec-intro-text.mm {
	margin: 100px 0;
}

.sobre .sec3 {
	background: none;
}

.sobre .diagram-container {
	position: relative;
	max-width: 700px;
	width: 100%;
	padding: 0 10px;
	
	margin: 140px auto;
}



/* NEWS */

.news .news-container {
	max-width: 1440px;
}

.news .hero-container {
	background-image: url(../img/noticias_hero.jpg);
}

.news .news-title {
	font-family: 'Dosis-SemiBold';
	font-size: 18px;
}

.news .news-summary {
	font-family: 'Dosis-Medium';
	padding-top: 40px;
}

.news .viewers-list-item-btn {
	margin: 40px 0;
}

.news .swiper-button-prev,
.news .swiper-button-next {
	top: initial;
	bottom: 20px;
	
	color: #00105e;
}

.news .news-slider-item svg {
	width: 110% !important;
}

@media (max-width: 991px) {
	.news .swiper-button-prev,
	.news .swiper-button-next {
		display: none;
	}
	
	.news .viewers-list-item-btn {
		margin: 40px auto;
	}
}

.news .other-news-container {
	position: relative;
	margin: 40px auto 80px;
}

.news .other-news-container .news-item {
	position: relative;
	padding: 0 40px;
	margin-bottom: 80px;
}

.news .other-news-container .news-item-img {
	position: relative;
	width: 100%;
	/* height: 300px; */
	background-color: grey;
	
	background-position: center;
	background-size: cover;
	
	-webkit-mask-image: url(../img/newsmask.svg);
	mask-image: url(../img/newsmask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.news .other-news-container .news-item-title {
	font-family: 'Dosis-SemiBold';
	margin: 20px 0;
}

.news .other-news-container .news-item-summary {
	font-family: 'Dosis-Medium';
}

.news .other-news-container .viewers-list-item-btn {
	margin: 40px auto;
}


/* NEWS DETAIL */


.news-detail .sec-container.sec1 {
	padding-top: 100px;
	padding-bottom: 0px;
	/* margin: 120px 0 80px; */
}

.news-detail .sec-container.sec1 .sec-title {
	text-transform: initial;
	
	max-width: 600px;
	margin: 0 0 0 auto;
	
	font-size: 26px;
	line-height: 40px;
	
	padding: 20px 15px;
}

.news-detail .news-hero-container {
	position: relative;
	margin: 20px 0;
	width: 100%;
	height: 800px;
	
	background-position: center;
	background-size: cover;
}

.news-detail .content {
	position: relative;
	margin: 80px auto;
}

.news-detail .content-text {
	margin: 80px 0;
}

.news-detail .content-text .text-col {
	padding: 0 30px;
}

.news-detail .content-img {
	margin: 80px 0;
}

.news-detail .sec-container.news {
	background-color: #EFF0F5;
	padding-bottom: 60px;
	margin-top: -1px;
}

.news-detail .sec-container.news .sa-btn {
	margin: 80px auto 40px;
	/* background-color: #ffffff; */
}

.news-detail .sec-container.sec2 {
	/* background-color: #EFF0F5; */
}

.news-detail .morenews-wave {
	position: relative;
	margin-top: 180px;
}


.news-detail .footer-wave-container {
	/* margin-top: -100px; */
}

.news-detail .footer-wrap {
	margin-top: -180px;
}

.news-detail .sm-wave-container {
	max-width: 950px;
	width: 95%;
	margin: 10px 0 0px auto;
}

.news-detail .sm-wave-container.wave-2 {
	margin: 0px;
	/* margin-bottom: -15vw; */
	width: 40%;
	z-index: 9;
	
	position: absolute;
	top: -100px;
}

@media (max-width: 1200px) {
	.news-detail .footer-wrap {
		margin-top: -140px;
	}
}

@media (max-width: 991px) {
	/* .news-detail .sm-wave-container.wave-2 {
		margin: 0px;
		margin-bottom: -24vw;
		width: 60%;
	} */
	
	.news-detail .morenews-wave {
		margin-top: 100px;
	}
	
	.news-detail .sm-wave-container.wave-2 {
		margin: 0px;
		/* margin-bottom: -15vw; */
		width: 60%;
		z-index: 9;
		
		position: absolute;
		top: -7vw;
	}
}

@media (max-width: 767px) {
	
	.news-detail .news-hero-container {
		height: 50vw;
	}
	
	.news-detail .content {
		position: relative;
		margin: 60px auto;
	}
	
	.news-detail .content-text,
	.news-detail .content-img  {
		margin: 40px 0;
	}

	.news-detail .content-text .text-col {
		padding: 15px 10px;
	}
	
	/* .news-detail .sm-wave-container.wave-2 {
		margin: 0px;
		margin-bottom: -15vw;
		width: 40%;
		z-index: 9;
	}
 */	
	
}

@media (max-width: 500px) {
	.news-detail .sec-container.sec1 {
		padding-top: 60px;	
	}
	
	.news-detail .sec-container.sec1 .sec-title {
		text-transform: initial;
		
		max-width: 600px;
		margin: 0 0 0 auto;
		
		font-size: 22px;
		line-height: 30px;
		
		padding: 0px 15px;
		
		padding-bottom: 20px;
	}
}

/* OBSERVATORIOS */

.observatorios .hero-container {
	background-image: url("../img/observatorios-hero.jpg");
}

.observatorios .viewers-list-item {
	max-width: 400px;
	width: 100%;
}

.observatorios .viewers-list-item-text-container {
	margin: 20px auto;
	text-align: center;
}

.observatorios .viewers-list-item-text {
	height: 100px;
	overflow: hidden;
	text-align: left;
}
.observatorios .viewers-list-item-text a {
	text-decoration: underline !important;
}
.observatorios .viewers-list-item-text.full {
	height: initial;
}

.observatorios .viewers-list-item-text-more {
	cursor: pointer;
	margin: 10px auto;
}
.observatorios .viewers-list-item-text-more img {
	width: 20px;
}
.observatorios .viewers-list-item-text-more img:hover {
	width: 25px;
}

.observatorios .sm-wave-container {
	max-width: 950px;
	width: 80%;
	margin: 10px 0 80px auto;
}


/* METADADOS */

.metadados .hero-container {
	background-image: url(../img/metadados-hero.jpg);
}

.metadados .metadados-cols-container {
	position: relative;
	margin: 60px 0;
}

.metadados .metadados-col {
	position: relative;
	min-height: 650px;
	border-radius: 65px;
	padding: 40px 30px;
}

.metadados .metadados-col-1 {
	background-color: #F5F5F5;
}

.metadados .metadados-col-2 {
	background-color: #E2F1F8;
}

.metadados .metadados-col .viewers-list-item-btn {
	margin: 30px auto;
}

.metadados .metadados-col-2 .viewers-list-item-btn {
	margin: 60px auto;
}

.metadados .sm-wave-container {
	max-width: 950px;
	width: 80%;
	margin: 10px 0 80px auto;
}

@media (max-width: 767px) {
	.metadados .metadados-col {
		min-height: initial;
		margin-bottom: 60px;
	}
}

@media (max-width: 500px) {
	.metadados .metadados-col {
		margin-bottom: 30px;
	}
}



.wave-dots-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	
	/* -webkit-animation-delay: 2.5s;
	-webkit-animation-name: wave-dots-anim;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-delay: 2.5s;
	animation-name: wave-dots-anim;
	animation-duration: 1s;
	animation-iteration-count: 1; */
	transition-timing-function: ease-in;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.wave-dots-container.show {
	opacity: 1;
}

@-webkit-keyframes wave-dots-anim {
	  0%   {opacity: 0;}
	  100%  {opacity: 1;}
}




</pre></body></html>