/*-----------------------------------------------------------------------------------
	smart2027
	About: A shiny new Blocs website.
	Author: Luís Barros
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'OpenSansCondensed-Bold';
	src: url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.woff');
	src: url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.woff') format('woff'),
	url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.ttf') format('truetype'),
	url('./fonts/OpenSansCondensed-Bold/OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSansSemiCondensed-Bold';
	src: url('./fonts/OpenSansSemiCondensed-Bold/OpenSansSemiCondensed-Bold.woff');
	src: url('./fonts/OpenSansSemiCondensed-Bold/OpenSansSemiCondensed-Bold.woff') format('woff'),
	url('./fonts/OpenSansSemiCondensed-Bold/OpenSansSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSansSemiCondensed-Bold/OpenSansSemiCondensed-Bold.ttf') format('truetype'),
	url('./fonts/OpenSansSemiCondensed-Bold/OpenSansSemiCondensed-Bold.svg#OpenSansSemiCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSans-Medium';
	src: url('./fonts/OpenSans-Medium/OpenSans-Medium.woff');
	src: url('./fonts/OpenSans-Medium/OpenSans-Medium.woff') format('woff'),
	url('./fonts/OpenSans-Medium/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSans-Medium/OpenSans-Medium.ttf') format('truetype'),
	url('./fonts/OpenSans-Medium/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GothamNarrow-Medium';
	src: url('./fonts/GothamNarrow-Medium/GothamNarrow-Medium.woff');
	src: url('./fonts/GothamNarrow-Medium/GothamNarrow-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GothamNarrow-Black';
	src: url('./fonts/GothamNarrow-Black/GothamNarrow-Black.woff');
	src: url('./fonts/GothamNarrow-Black/GothamNarrow-Black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OpenSans-SemiBold';
	src: url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff');
	src: url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff') format('woff'),
	url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf') format('truetype'),
	url('./fonts/OpenSans-SemiBold/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GothamNarrow-Book';
	src: url('./fonts/GothamNarrow-Book/GothamNarrow-Book.woff');
	src: url('./fonts/GothamNarrow-Book/GothamNarrow-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GothamNarrow-LightItalic';
	src: url('./fonts/GothamNarrow-LightItalic/GothamNarrow-LightItalic.woff');
	src: url('./fonts/GothamNarrow-LightItalic/GothamNarrow-LightItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'GothamNarrow-Bold';
	src: url('./fonts/GothamNarrow-Bold/GothamNarrow-Bold.woff');
	src: url('./fonts/GothamNarrow-Bold/GothamNarrow-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:var(--bs-nav-link-hover-color);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}
.b-divider-dashed{
	border-top:1px dashed rgba(0,0,0,.1);
	border-bottom:1px dashed rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.link-nested-icon, .text-nested-icon{
	width:20px;
	position:relative;
	top:-0.05em;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}
.text-justify{
	text-align: justify;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-controls svg{
	transform:scale(0.8);
	transition:transform .30s ease,background .50s ease;
}
.carousel-nav-controls:hover svg{
	transform:scale(1.0);
}
.carousel-nav-controls:active svg{
	transform:scale(0.9);
}

.carousel-caption{
	left:6%;
	 right:6%;
}

.carousel-item:not(:has(> img)) .carousel-caption {
	position: relative;
	transform: none;
	width: 80%;
	left:10%;
	right:10%;
	top:0;
	bottom:0;
	padding-top: 0;
	margin-bottom: 20px;
	z-index:0;
	color: #000000;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
}
.container{
	max-width:1140px;
}
.img-style{
	width:600px;
}
.img-bloc-0-style{
	width:600px;
}
.img-3-style{
	width:540px;
}
.img-4-style{
	width:600px;
}
.img-5-style{
	width:740px;
}
.img-6-style{
	width:210px;
}
.main-titles{
	font-family:"Open Sans";
	font-weight:500;
	font-size:38px;
	color:var(--swatch-var-1213)!important;
	letter-spacing:-1px;
}
.names{
	font-family:"OpenSansSemiCondensed-Bold";
	font-weight:900;
	font-size:20px;
}
.institution{
	font-family:"OpenSansSemiCondensed-Bold";
	font-weight:400;
	text-align:center;
	font-size:18px;
}
.img-placeholder-us-style{
	width:220px;
	height:220px;
}
.img-7-style{
	width:220px;
}
.img-8-style{
	width:220px;
	height:220px;
}
.img-9-style{
	width:220px;
}
.img-10-style{
	width:220px;
}
.img-11-style{
	width:220px;
}
.img-12-style{
	width:220px;
}
.topics-button{
	font-family:"Open Sans";
	font-weight:600;
	font-size:14px;
	font-style:italic;
	color:var(--swatch-var-3261)!important;
}
.topics-button:hover{
	color:#0642DB!important;
	font-family:"helvetica";
	font-weight:600;
}
.topics-text{
	font-family:"Open Sans";
	font-size:16px;
	font-weight:300;
	color:var(--swatch-var-333)!important;
}
.h5-style{
	font-size:16px;
	line-height:px;
}
.button_link_foot{
	font-family:"Open Sans";
	font-weight:800;
	color:rgba(255,255,255,0.60)!important;
}
.button_link_foot:hover{
	font-weight:800;
	font-family:"Open Sans";
	color:#FFFFFF!important;
}
.img-bloc-49-style{
	width:145px;
}
.navbar-brand img{
	width:apx;
	height:30px;
}
.top-line{
	height:20px;
}
.link-style_themes{
	text-decoration:none;
	font-family:"Open Sans";
	font-weight:700;
	color:var(--swatch-var-391)!important;
	margin-left:0px;
	font-size:20px;
}
.link-style_themes:hover{
	margin-left:0px;
	font-family:"Open Sans";
	font-weight:700;
	color:var(--swatch-var-1301)!important;
	font-size:20px;
}
.head_topics{
	font-family:"OpenSansSemiCondensed-Bold";
	font-size:22px;
	color:var(--swatch-var-391)!important;
}
.parallax_bloc_contact{
	margin-top:0px;
	background-size:cover;
}
.margin_bloc_contact{
	margin-bottom:100px;
}
.img-bloc-55-style{
	width:400px;
}
.h4-style{
	font-family:"Open Sans";
	font-weight:500;
}
.h5-bloc-40-style{
	font-family:"Open Sans";
	font-weight:700;
}
.h4-bloc-40-style{
	font-family:"Open Sans";
	font-weight:500;
}
.html-widget-style{
	height:402px;
}
.bloc-55-h1{
	font-family:"GothamNarrow-Black";
	font-weight:800;
}
.h4-bloc-15-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h5-bloc-15-style{
	font-family:"GothamNarrow-Book";
}
.p-23-style{
	font-family:"GothamNarrow-Book";
}
.email-conference{
	font-family:"GothamNarrow-Medium";
	text-decoration:none;
}
.email-conference:hover{
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-5324)!important;
}
.img-15-style{
	width:392px;
}
.img-paula-jor-style{
	width:220px;
}
.bloc-6-h4{
	font-family:"GothamXNarrow-Medium";
}
.caroucel_margin{
	margin-bottom:30px;
}
.link_venue{
	font-family:"GothamNarrow-Black";
}
.link_venue:hover{
	font-family:"GothamNarrow-Black";
	color:var(--swatch-var-2522)!important;
}
.campus_text{
	font-family:"helvetica";
	font-weight:500;
	font-size:16px;
	padding-left:0px;
	text-align:left;
}
.img-ana-aeroport-style{
	width:200px;
}
.Location_text{
	font-family:"Open Sans";
	font-weight:600;
}
.img-logo-ta-style{
	width:120px;
}
.img-logo-metrolisb-style{
	width:197px;
}
.img-carr-style{
	width:245px;
}
.img-bloc-26-style{
	width:200px;
}
.img-logo-a-i-style{
	width:218px;
}
.img-campu-style{
	width:558px;
}
.cx_text_carroucel{
	background-color:rgba(0,0,0,0.4);
	background-position:center center;
	padding:20px 20px 20px 20px;
	font-family:"GothamXNarrow-Medium";
}
.link_museu{
	text-decoration:none;
	font-family:"OpenSansCondensed-Bold";
}
.link-organization-style{
	text-decoration:none;
}
.link-authors-style{
	text-decoration:none;
}
.link-programme-style{
	text-decoration:none;
}
.link-location-style{
	text-decoration:none;
}
.link-contacts-style{
	text-decoration:none;
}
.link_museu:hover{
	font-family:"OpenSansCondensed-Bold";
	color:var(--swatch-var-5324)!important;
}
.iscommittee{
	font-family:"OpenSans-Medium";
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:18px;
	color:var(--swatch-var-7885)!important;
	line-height:38px;
}
.link-style{
	text-decoration:none;
}
.topics-button2opics-text{
	font-family:"GothamXNarrow-Book";
	font-size:30px;
}
.body-text{
	font-family:"Open Sans";
	font-size:18px;
	font-weight:500;
}
.body-text-white{
	font-family:"GothamNarrow-Medium";
}
.vertical_line_divider{
	border-style:solid;
	border-color:var(--swatch-var-5324)!important;
	border-width:0px 2px 0px 2px;
}
.img-calendar-ic-style{
	width:230px;
}
.important_dates_line{
	font-family:"GothamNarrow-Medium";
	font-size:18px;
}
.h6-25-style{
	font-family:"GothamNarrow-BookItalic";
}
.dates-text{
	font-size:18px;
	font-family:"GothamNarrow-Medium";
}
.img-bloc-feup-style{
	background-image:url("img/FEUP_cor.png");
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-size:contain;
	height:55px;
	background-repeat:no-repeat;
	background-position:right center;
	width:200px;
}
.img-bloc-feup-style:hover{
	height:55px;
	background-image:url("img/FEUP_white.png");
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	width:200px;
	background-position:right center;
}
.img-bloc-feup-style:active{
	background-position:right center;
	background-repeat:no-repeat;
}
.p-style{
	font-size:14px;
	font-family:"Open Sans";
	font-weight:600;
}
.p-bloc-45-style{
	font-size:14px;
}
.lb-link{
	font-family:"Open Sans";
	font-weight:600;
	font-size:12px;
}
.lb-link:hover{
	font-family:"Open Sans";
	font-weight:600;
}
.travel_titles{
	font-family:"GothamNarrow-Book";
	font-size:30px;
	color:var(--swatch-var-391)!important;
}
.bloc-58-h3{
	font-family:"Open Sans";
	font-weight:600;
	font-size:32px;
}
.bloc-54-h4{
	font-family:"Open Sans";
}
.bloc-35-h3{
	font-size:28px;
	line-height:36px;
	font-family:"Open Sans";
	font-weight:700;
}
.p-12-style{
	font-size:18px;
	line-height:22px;
	font-family:"OpenSans-SemiBold";
}
.h2-style{
	font-family:"GothamNarrow-LightItalic";
}
.page_subtitle{
	font-family:"GothamNarrow-Black";
	font-weight:800;
}
.venue_text{
	font-family:"Open Sans";
	font-weight:normal;
	font-size:16px;
	line-height:auto;
}
.text_lisbon{
	font-family:"GothamNarrow-Book";
	text-align:left;
	font-size:16px;
	line-height:24px;
}
.button_about-lisbon{
	font-size:24px;
	color:#CF1A00!important;
}
.button_about-lisbon:hover{
	font-size:24px;
	color:#550000!important;
}
.img-logo-idmec-style{
	width:150px;
}
.img-logo-ist-style{
	width:150px;
}
.high-banner{
	height:auto;
	margin:auto 0px auto 0px;
	width:100%;
}
.caption_position{
	margin-bottom:30px;
	margin-top:auto;
	padding-bottom:30px;
}
.engopt_text_logo{
	font-family:"Flexo-Heavy";
	text-shadow:3.54px 3.54px 5px rgba(0,0,0,0.60);
	font-size:90px;
}
.light_20{
	font-family:"Flexo-Light";
	letter-spacing:-5px;
}
.engopt{
	font-family:"Flexo-Heavy";
	letter-spacing:-3px;
}
.medium26{
	font-family:"Flexo-Bold";
	letter-spacing:-5px;
}
.subtitle_text{
	font-family:"Flexo-Demi";
	text-align:center;
	font-size:32px;
	text-shadow:2.83px 2.83px 4px rgba(0,0,0,0.60);
	padding-bottom:100px;
}
.second-line-text{
	font-family:"Flexo-Demi";
	font-size:32px;
	word-spacing:0px;
	letter-spacing:0px;
}
.data_text_banner{
	font-family:"Open Sans";
	font-size:48px;
	text-shadow:5.66px 5.66px 8px rgba(0,0,0,0.60);
	font-weight:800;
	margin-top:20px;
}
.local_conference_text{
	font-family:"OpenSansCondensed-Bold";
	font-size:36px;
	text-shadow:3.54px 3.54px 5px rgba(0,0,0,0.60);
}
.padding-container{
	padding-bottom:auto;
	padding-top:auto;
}
.corousel-size{
	height:auto;
	width:100%;
}
.caption_size{
	height:auto;
	padding-top:auto;
	padding-bottom:auto;
}
.title-slide{
	color:#FFFFFF!important;
	font-size:48px;
	font-weight:normal;
	font-family:"NeoSansStd-Black";
	text-shadow:2.83px 2.83px 6px rgba(0,0,0,0.65);
}
.title-slide1-largura{
	width:32%;
	margin-left:auto;
	margin-right:auto;
}
.text-slide{
	color:#FFFFFF!important;
	font-size:20px;
	font-weight:normal;
	font-family:"NeoSansStd-Bold";
	text-shadow:1.41px 1.41px 3px #000000;
}
.text-slide1-largura{
	width:42%;
	margin-left:auto;
	margin-right:auto;
}
.title-slide2-largura{
	margin-left:auto;
	margin-right:auto;
	width:40%;
}
.text-slide2-largura{
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.title-slide3-largura{
	width:40%;
	margin-left:auto;
	margin-right:auto;
}
.text-slide-largura{
	width:47%;
	margin-left:auto;
	margin-right:auto;
}
.h6-bloc-7-style{
	font-family:"GothamNarrow-Book";
	font-size:15px;
}
.text-rules-size{
	font-family:"Gotham-Medium";
}
.img-bloc-24-style{
	width:196px;
	height:196px;
}
.click-here{
	font-family:"GothamNarrow-Black";
	font-size:18px;
}
.click-here:hover{
	font-family:"GothamNarrow-Black";
	font-size:18px;
	color:var(--swatch-var-5324)!important;
}
.h6-bloc-principal-style{
	line-height:24px;
	font-size:18px;
	font-family:"GothamNarrow-Book";
}
.img-bloc-25-style{
	width:131px;
}
.img-42-style{
	width:52px;
}
.img-37-style{
	width:200px;
}
.link_text_authors{
	text-decoration:none;
	font-family:"GothamNarrow-Bold";
	color:var(--swatch-var-5324)!important;
}
.link_text_authors:hover{
	font-family:"GothamNarrow-Bold";
	color:var(--swatch-var-6544)!important;
}
.september{
	font-family:"GothamNarrow-Black";
	color:var(--swatch-var-5324)!important;
}
.link_myaccount{
	font-family:"GothamNarrow-Bold";
	color:var(--swatch-var-5324)!important;
	text-decoration:none;
}
.link_myaccount:hover{
	font-family:"GothamNarrow-Bold";
	color:var(--swatch-var-333)!important;
	text-decoration:none;
}
.p-bloc-27-style{
	font-family:"GothamNarrow-BookItalic";
	font-size:18px;
}
.text-span-color{
	color:var(--swatch-var-5324)!important;
	font-weight:bold;
}
.h3-style{
	font-family:"Open Sans";
	font-size:18px;
}
.h5-3-style{
	font-family:"GothamNarrow-Book";
}
.img-issmo-lo-style{
	width:180px;
}
.img-logo-apmt-style{
	width:240px;
}
.blocs-card-width{
	width:auto;
}
.h-scroll-icon{
	stroke:var(--swatch-var-2);
}
.h-scroll-button{
	background-color:var(--swatch-var-333);
}
.img-lx-ca-style{
	width:174px;
}
.lx_card_size{
	height:113px;
	width:auto;
}
.label-style{
	width:100%;
	font-size:20px;
	font-family:"Open Sans";
	font-weight:600;
}
.img-abmec-lo-style{
	width:185px;
}
.square_model{
	height:300px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5324)!important;
	border-style:solid;
}
.text_style_title{
	font-family:"PT Sans Narrow";
	font-weight:700;
	color:var(--swatch-var-2)!important;
}
.blue-line{
	background-color:#033160;
	padding-top:0px;
	margin-top:10px;
}
.img-bloc-banner-style{
	width:740px;
}
.row_zero{
	height:1px;
}
.bloc-style{
	opacity:0.6;
}
.topics_style{
	font-family:"Open Sans";
	font-weight:700;
	font-size:20px;
	color:var(--swatch-var-391)!important;
	fill:var(--swatch-var-391);
}
.h5-bloc-7-style{
	font-family:"Open Sans";
	font-weight:700;
}
.btn-nav{
	font-family:"OpenSansCondensed-Bold";
	font-size:auto;
	height:40px;
	border-width:0px 0px 2px 0px;
	width:100%;
	padding:auto 0px auto 0px;
	border-style:solid;
	border-color:var(--swatch-var-2)!important;
	text-align:center;
}
.btn-nav:hover{
	font-family:"OpenSansCondensed-Bold";
	color:var(--swatch-var-5324)!important;
	height:40px;
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-391)!important;
	width:100%;
	padding:auto 0px auto 0px;
	border-style:solid;
	font-size:auto;
	text-align:center;
}
.account_btn{
	font-family:"OpenSansCondensed-Bold";
	height:40px;
	width:120%;
	text-align:center;
	border-color:var(--swatch-var-5324)!important;
	font-size:auto;
	color:var(--swatch-var-4509)!important;
	background-color:var(--swatch-var-1301);
	padding-left:20px;
	padding-right:20px;
}
.account_btn:hover{
	font-family:"OpenSansCondensed-Bold";
	height:40px;
	width:120%;
	text-align:center;
	border-color:var(--swatch-var-1445)!important;
	font-size:auto;
	background-position:center center;
	background-color:var(--swatch-var-3985);
	color:var(--swatch-var-4509)!important;
	padding-left:20px;
	padding-right:20px;
}
.p-bloc-35-24214-style{
	font-family:"Open Sans";
	font-size:18px;
}
.p-40-style{
	font-family:"Open Sans";
	font-size:18px;
}
.p-bloc-15-30483-style{
	font-size:18px;
	font-family:"Open Sans";
	font-weight:500;
}
.p-42-style{
	font-size:18px;
}
.h2-- hotels-style{
	font-family:"Open Sans";
	font-weight:500;
}
.main_title{
	font-family:"GothamXNarrow-Bold";
	font-weight:500;
	font-size:36px;
}
.head_topics:hover{
	color:var(--swatch-var-5324)!important;
	font-family:"OpenSansSemiCondensed-Bold";
	font-size:22px;
}
.svg-icon-background-color{
	background-color:transparent!important;
	fill:transparent!important;
	stroke:var(--swatch-var-391)!important;
	stroke-width:1!important;
}
.svg-icon-fill{
	fill:var(--swatch-var-391)!important;
}
.svg-icon-fill:hover{
	fill:var(--swatch-var-5324);
}
.topics_style:hover{
	font-size:20px;
	color:var(--swatch-var-5324)!important;
	font-family:"Open Sans";
	font-weight:700;
	fill:var(--swatch-var-5324);
}
.news_bloc{
	background-repeat:no-repeat;
	background-size:contain;
	background-attachment:scroll;
	height:100%;
}
.news-table{
	overflow:hidden;
	height:260px;
}
.h3-latest-news-style{
	font-family:"Open Sans";
	font-weight:800;
}
.p-10-style{
	font-size:16px;
	font-family:"Open Sans";
	font-weight:700;
}
.p-11-style{
	font-size:16px;
}
.p-24502-style{
	font-size:16px;
}
.p-13-style{
	font-size:16px;
}
.col_size_news{
	height:240px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-1301)!important;
	border-style:solid;
}
.title-welcome{
	font-family:"GothamNarrow-Bold";
	line-height:autopx;
	font-size:32px;
}
.row_border_view{
	border-style:solid;
	border-color:var(--swatch-var-1301)!important;
	cursor:all-scroll;
	border-width:2px 2px 2px 2px;
	background-size:length;
	height:180px;
	overflow:hidden;
}
.high_scroll{
	height:192px;
	overflow:scroll;
}
.p-21-style{
	font-size:16px;
	font-family:"GothamNarrow-Bold";
}
.datas_cor_verde{
	color:#67B430!important;
	font-family:"Open Sans";
	font-weight:800;
}
.p-20-bloc-principal-style{
	font-size:16px;
	font-family:"GothamNarrow-Bold";
}
.p-19-bloc-principal-style{
	font-size:16px;
	font-family:"GothamNarrow-Bold";
}
.p-18-bloc-principal-style{
	font-size:16px;
	font-family:"GothamNarrow-Bold";
	line-height:autopx;
}
.down_action{
	color:var(--swatch-var-391)!important;
}
.down_action:hover{
	color:var(--swatch-var-1301)!important;
}
.text_news_blk{
	color:var(--swatch-var-7885)!important;
	font-family:"OpenSansSemiCondensed-Bold";
}
.date_news{
	font-family:"Open Sans";
	font-weight:800;
	color:var(--swatch-var-5324)!important;
}
.important-dates-box{
	border-width:0px 0px 0px 2px;
	border-style:solid;
	border-color:var(--swatch-var-4509)!important;
	height:70px;
}
.h6-bloc-6-style{
	font-family:"Open Sans";
	font-weight:600;
}
.h6-style{
	font-family:"Open Sans";
	font-weight:800;
}
.btn-nav:active{
	font-family:"OpenSansCondensed-Bold";
	font-size:auto;
	color:var(--swatch-var-3985)!important;
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-5324)!important;
}
.btn-nav:focus{
	font-family:"OpenSansCondensed-Bold";
	font-size:auto;
	color:var(--swatch-var-3985)!important;
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-5324)!important;
}
.h1-style{
	font-family:"Open Sans";
	font-weight:300;
}
.program_table{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-5324)!important;
	height:240px;
	padding-left:auto;
	padding-right:auto;
}
.available{
	margin-top:100px;
	text-align:center;
	margin-bottom:100px;
	height:40px;
}
.announced{
	font-family:"Open Sans";
	font-weight:300;
}
.text-span-style{
	font-style:italic;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2:#FEFFFF;
	
	--swatch-var-3261:#009DE0;
	
	--swatch-var-6590:#3645BD;
	
	--swatch-var-1:#46555F;
	
	--swatch-var-2175:rgba(238,255,245,1.00);
	
	--swatch-var-7885:#2A2A28;
	
	--swatch-var-5324:rgba(86,171,38,1.00);
	
	--swatch-var-2522:#000000;
	
	--swatch-var-7948:#BD2735;
	
	--swatch-var-749:#EAEAEA;
	
	--swatch-var-2305:#005DE2;
	
	--swatch-var-3902:rgba(236,255,248,1.00);
	
	--swatch-var-1213:#028C43;
	
	--swatch-var-2117:#E8F7EF;
	
	--swatch-var-6013:rgba(255,255,255,0.00);
	
	--swatch-var-1370:#4F83B4;
	
	--swatch-var-391:rgba(2,54,108,1.00);
	
	--swatch-var-2048:#EAEAEA;
	
	--swatch-var-7647:#36353A;
	
	--swatch-var-7705:#550000;
	
	--swatch-var-6544:rgba(0,0,0,1.00);
	
	--swatch-var-333:rgba(33,33,33,1.00);
	
	--swatch-var-3560:rgba(66,66,66,1.00);
	
	--swatch-var-5063:rgba(94,94,94,1.00);
	
	--swatch-var-1494:rgba(121,121,121,1.00);
	
	--swatch-var-963:rgba(145,145,145,1.00);
	
	--swatch-var-3451:rgba(146,146,146,1.00);
	
	--swatch-var-887:rgba(169,169,169,1.00);
	
	--swatch-var-6682:rgba(192,192,192,1.00);
	
	--swatch-var-1495:rgba(235,250,255,1.00);
	
	--swatch-var-6692:rgba(235,235,235,1.00);
	
	--swatch-var-361:rgba(255,255,255,1.00);
	
	--swatch-var-2422:rgba(148,17,0,1.00);
	
	--swatch-var-867:rgba(148,82,0,1.00);
	
	--swatch-var-4277:rgba(146,144,0,1.00);
	
	--swatch-var-4589:rgba(79,143,0,1.00);
	
	--swatch-var-6960:rgba(0,143,0,1.00);
	
	--swatch-var-2531:rgba(0,144,81,1.00);
	
	--swatch-var-4812:rgba(0,145,147,1.00);
	
	--swatch-var-3561:rgba(0,84,147,1.00);
	
	--swatch-var-1508:rgba(1,25,147,1.00);
	
	--swatch-var-6983:rgba(83,27,147,1.00);
	
	--swatch-var-4302:rgba(148,33,147,1.00);
	
	--swatch-var-6174:rgba(148,23,81,1.00);
	
	--swatch-var-4794:rgba(255,38,0,1.00);
	
	--swatch-var-3785:rgba(255,147,0,1.00);
	
	--swatch-var-2078:rgba(255,251,0,1.00);
	
	--swatch-var-6224:rgba(142,250,0,1.00);
	
	--swatch-var-1768:rgba(0,249,0,1.00);
	
	--swatch-var-2631:rgba(0,250,146,1.00);
	
	--swatch-var-4484:rgba(0,253,255,1.00);
	
	--swatch-var-480:rgba(0,150,255,1.00);
	
	--swatch-var-7464:rgba(4,51,255,1.00);
	
	--swatch-var-7148:rgba(148,55,255,1.00);
	
	--swatch-var-1027:rgba(255,64,255,1.00);
	
	--swatch-var-7429:rgba(255,47,146,1.00);
	
	--swatch-var-3719:rgba(255,126,121,1.00);
	
	--swatch-var-4276:rgba(255,212,121,1.00);
	
	--swatch-var-2265:rgba(255,252,121,1.00);
	
	--swatch-var-6349:rgba(212,251,121,1.00);
	
	--swatch-var-1159:rgba(115,250,121,1.00);
	
	--swatch-var-3432:rgba(115,252,214,1.00);
	
	--swatch-var-910:rgba(115,253,255,1.00);
	
	--swatch-var-3892:rgba(118,214,255,1.00);
	
	--swatch-var-7248:rgba(122,129,255,1.00);
	
	--swatch-var-5370:rgba(215,131,255,1.00);
	
	--swatch-var-5372:rgba(255,133,255,1.00);
	
	--swatch-var-495:rgba(255,138,216,1.00);
	
	--swatch-var-6626:#CF1B01;
	
	--swatch-var-43:#0180BE;
	
	--swatch-var-1917:#39BEE7;
	
	--swatch-var-3675:rgba(0,0,0,1.00);
	
	--swatch-var-7600:rgba(4,51,255,1.00);
	
	--swatch-var-5329:rgba(100,100,0,1.00);
	
	--swatch-var-2284:rgba(0,100,100,1.00);
	
	--swatch-var-3257:rgba(0,100,0,1.00);
	
	--swatch-var-1301:rgba(86,171,38,1.00);
	
	--swatch-var-1445:rgba(2,54,108,0.65);
	
	--swatch-var-4509:#FEFFFF;
	
	--swatch-var-6974:#DBF0FF;
	
	--swatch-var-7260:#2A2A2A;
	
	--swatch-var-3985:rgba(3,49,96,1.00);
	
}


/* Background colour styles */

.bgc-5324{
	background-color:var(--swatch-var-5324);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-1301{
	background-color:var(--swatch-var-1301);
}
.bgc-1495{
	background-color:var(--swatch-var-1495);
}
.bgc-2048{
	background-color:var(--swatch-var-2048);
}
.bgc-391{
	background-color:var(--swatch-var-391);
}
.bgc-361{
	background-color:var(--swatch-var-361);
}

/* Text colour styles */

.tc-2522{
	color:var(--swatch-var-2522)!important;
}
.tc-3985{
	color:var(--swatch-var-3985)!important;
}
.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-4509{
	color:var(--swatch-var-4509)!important;
}
.tc-3261{
	color:var(--swatch-var-3261)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-2305{
	color:var(--swatch-var-2305)!important;
}
.tc-391{
	color:var(--swatch-var-391)!important;
}
.tc-1301{
	color:var(--swatch-var-1301)!important;
}
.bgc-2{
	background-color:var(--swatch-var-2);
}

/* Link colour styles */

.ltc-1{
	color:var(--swatch-var-1)!important;
	fill:var(--swatch-var-1);
}
.ltc-1:hover{
	color:#13222C!important;
	fill:var(--swatch-var-1);
}

/* Icon colour styles */

.icon-5324{
	color:var(--swatch-var-5324)!important;
	border-color:var(--swatch-var-5324)!important;
}
.icon-1301{
	color:var(--swatch-var-1301)!important;
	border-color:var(--swatch-var-1301)!important;
}

/* Bloc image backgrounds */

.bg-logo-Tecnico-2026-branco-S{
	background-image:url("img/logo_Tecnico_2026_branco_S.png");
	background-image: -webkit-image-set(url("img/logo_Tecnico_2026_branco_S.webp") 1x,
url("img/logo_Tecnico_2026_branco_S.webp") 2x);background-image: image-set(url("img/logo_Tecnico_2026_branco_S.png") 1x,
url("img/logo_Tecnico_2026_branco_S.png") 2x,url("img/logo_Tecnico_2026_branco_S.webp") 1x,
url("img/logo_Tecnico_2026_branco_S.webp") 2x);
}
.bg-SLIDE2-1{
	background-image:url("img/SLIDE2-1.jpg");
	background-image: -webkit-image-set(url("img/SLIDE2-1.webp") 1x,
url("img/SLIDE2-1.webp") 2x);background-image: image-set(url("img/SLIDE2-1.jpg") 1x,
url("img/SLIDE2-1.jpg") 2x,url("img/SLIDE2-1.webp") 1x,
url("img/SLIDE2-1.webp") 2x);
}
.bg-logo-IST-W{
	background-image:url("img/logo_IST_W.png");
	background-image: -webkit-image-set(url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);background-image: image-set(url("img/logo_IST_W.png") 1x,
url("img/logo_IST_W.png") 2x,url("img/logo_IST_W.webp") 1x,
url("img/logo_IST_W.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

/* * Swiper for Blocs * Version 3.0.8 * Code by Lucas Tsolakian * ©2022 Archetypon */ /* @group General */.sf-wrapper {
		height: 100%;
		min-height: 100%;
}
.sf-container {
		width: 100%;
		height: 100%;
		transition: height .7s ease;
}
.sf-slide {
		width: 100%;
		height: auto;
		transition: height .7s ease;
}
.sf-inner-image img {
		width: 100%;
		height: auto;
		object-fit: cover;
		transition: height .7s ease;
}
.sf-height {
		height: 350px;
		transition: height .7s ease;
}
@media (max-width: 1199.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 991.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 767.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}@media (max-width: 575.98px) {
		.sf-height {
			transition: height .7s ease;
	}
}.sf-parallax-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 350px;
		overflow: hidden;
		background-position: center;
		object-position: center 50%;
		object-fit: cover;
}
.sf-parallax-bg img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		transition: left .7s;
}
.sf-parallax-bg.hidden {
		display: none;
}
.sf-container {
		margin-left: auto;
		margin-right: auto;
		/*overflow: hidden !important;
	*/	top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0);
		width: 100%;
}
.sf-slide, .sf-wrapper {
		position: relative;
		height: 100%;
		width: 100%}.sf-bric-container.hidden {
		display: none;
}
custom-bric-container {
		z-index: 999;
		width: 100%;
}
.sf-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		/*z-index: 999;
	*/}.sf-display {
		display: block;
}
.sf-hidden {
		display: none;
}
.swiper-container-no-flexbox .sf-slide {
		float: left}.swiper-container-vertical > .sf-wrapper {
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column}.sf-wrapper {
		z-index: 1;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box}.swiper-container-android .swiper-slide, .sf-wrapper {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)}.swiper-container-multirow > .sf-wrapper {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap}.swiper-container-free-mode > .sf-wrapper {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		margin: 0 auto}.sf-container {
		flex-direction: column;
}
.swiper-slide {
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		position: absolute;
		top: 0;
		left: 0;
		border: none;
		z-index: 0;
}
.swiper-slide.sf-preview {
		z-index: 1;
}
.slide-inner-image img {
		display: block;
		width: 100%;
		object-fit: cover}.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
		height: auto}.swiper-container-autoheight .sf-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-transition-property: -webkit-transform,height;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform,height}.swiper-container .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000}.swiper-wp8-horizontal {
		-ms-touch-action: pan-y;
		touch-action: pan-y}.swiper-wp8-vertical {
		-ms-touch-action: pan-x;
		touch-action: pan-x}/* @end *//* @group Navigation */.sf-buttons {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
}
.sf-button-next, .sf-button-prev {
		cursor: pointer !important;
		-moz-background-size: 27px 44px !important;
		-webkit-background-size: 27px 44px !important;
		background-size: 27px 44px !important;
		background-position: center;
		background-repeat: no-repeat;
		z-index: 1;
}
.sf-button-next.hide, .sf-button-prev.hide {
		display: none;
}
.sf-button-next.show, .sf-button-prev.show {
		display: block !important;
}
.sf-button-next:focus, .sf-button-prev:focus {
		outline: none;
}
.sf-button-next.swiper-button-disabled, .sf-button-prev.swiper-button-disabled {
		opacity: .35;
		cursor: auto;
		pointer-events: none}.sf-button-next {
		align-self: right;
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 2px 2px 0 0 !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-right: 30px;
}
.sf-button-next:hover, .sf-button-prev:hover {
		opacity: .7;
		transition: opacity .5s ease}.sf-button-prev {
		height: 15px !important;
		width: 15px !important;
		border: 10px solid #fff;
		border-width: 0 0 2px 2px !important;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 25px;
}
/* @end *//* @group 3D etc */.sf-slide .slide-inner, .sf-slide .slide-inner .slide-inner-image {
		width: 100%;
		height: 100%;
		position: absolute}.sf-slide {
		overflow: hidden}.sf-slide .slide-inner {
		left: 0;
		top: 0;
}
.sf-slide .slide-inner-image {
		background-size: cover;
		background-position: center;
			/*-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s*/}.tm-image-zoom {
		transform: scale(1.07);
		-webkit-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		-moz-transition: opacity .6s ease-in-out,transform 2s ease .7s;
		transition: opacity .6s ease-in-out,transform 2s ease .7s}.swiper-slide-active .slide-inner-image, .swiper-slide-duplicate-active .slide-inner-image {
		opacity: 1;
		transform: scale(1)}.swiper-container-3d {
		-webkit-perspective: 1200px;
		-moz-perspective: 1200px;
		-o-perspective: 1200px;
		perspective: 1200px}.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .sf-wrapper {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10}.swiper-container-3d .swiper-slide-shadow-left {
		background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right {
		background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top {
		background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom {
		background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
		background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
		background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .sf-wrapper, .swiper-container-flip .sf-wrapper {
		-ms-perspective: 1200px}.swiper-container-cube, .swiper-container-flip {
		overflow: visible}.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1}.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden}.swiper-container-cube .swiper-slide {
		visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		width: 100%;
		height: 100%}.swiper-container-cube.swiper-container-rtl .swiper-slide {
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0}.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible}.swiper-container-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .6;
		-webkit-filter: blur(50px);
		filter: blur(50px);
		z-index: 0}.swiper-container-fade.swiper-container-free-mode .swiper-slide {
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out}.swiper-container-fade .swiper-slide {
		pointer-events: none;
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		transition-property: opacity}.swiper-container-fade .swiper-slide .swiper-slide {
		pointer-events: none}.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto}.swiper-zoom-container {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center}.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain}.swiper-scrollbar {
		border-radius: 10px;
		position: relative;
		-ms-touch-action: none;
		background: rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar {
		position: absolute;
		left: 1%;
		bottom: 3px;
		z-index: 50;
		height: 5px;
		width: 98%}.swiper-container-vertical>.swiper-scrollbar {
		position: absolute;
		right: 3px;
		top: 1%;
		z-index: 50;
		width: 5px;
		height: 98%}.swiper-scrollbar-drag {
		height: 100%;
		width: 100%;
		position: relative;
		background: rgba(0,0,0,.5);
		border-radius: 10px;
		left: 0;
		top: 0}.swiper-scrollbar-cursor-drag {
		cursor: move}.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		-webkit-transform-origin: 50%;
		-moz-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		-moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
		animation: swiper-preloader-spin 1s steps(12,end) infinite}@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)}}@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)}}/* @end *//* @group Info */.sf-slide-caption {
		/*position*/	position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		align-content: center;
		flex: 1;
	    /*style*/	padding: 20px;
		color: #fff;
		opacity: 1;
}
.swiper-slide-active .sf-slide-caption {
		opacity: 1;
		transition: opacity 1s ease 1s}.sf-caption {
		font-size: 2em;
		color: #FFFFFF;
		transition: text-align .3s ease-in-out;
		transition: font-size .3s ease-in-out}.sf-caption {
		font-size: 2em;
}
.sf-caption.hidden {
		display: none !important;
}
.caption-top-left {
		align-self: flex-start;
}
.caption-top-center {
		text-align: center;
}
.caption-top-right {
		align-self: flex-end;
		text-align: right;
}
.caption-bottom-left {
		justify-content: flex-end;
}
.caption-bottom-right {
		justify-content: flex-end;
		text-align: right;
}
.caption-bottom-center {
		justify-content: flex-end;
		text-align: center;
}
.caption-center {
		align-items: strech;
		text-align: center;
		justify-content: center;
}
/* @end *//* @group Pagination  */.sf-timeline-top {
		top: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-timeline-bottom {
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		z-index: 999;
		width: 100%;
		height: 4px;
		margin: 0;
}
.sf-fraction {
		font-size: 1em;
		color: #FFFFFF;
}
.sf-fraction .hide {
		display: none;
}
.sf-fraction-left {
		text-align: left !important;
		padding-left: 20px;
}
.sf-fraction-right {
		text-align: right !important;
		padding-right: 40px;
}
.sf-bullets, .swiper-pagination-bullet, .swiper-pagination-bullet-active {
		outline: none !important;
}
/* @end *//* @group Link */.sf-link {
		text-decoration: none;
		visibility: visible;
		letter-spacing: .15em}.sf-link.hidden, .close-box.hidden {
		display: none}/* @end *//* @group Close Box */.close-box {
		position: absolute;
		display: inline-block;
		top: 50px;
		z-index: 999;
		right: 30px;
		width: 30px;
		height: 20px;
		vertical-align: middle}.close-box_line_1, .close-box_line_2 {
		position: absolute;
		width: 30px;
		height: 3px;
		margin: 0;
		background-color: #fff;
		transition: background-color .3s ease}.close-box_line_1 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(45deg);
		transform: translate3d(0,-8px,0) rotate(45deg)}.close-box_line_2 {
		top: 8px;
		-webkit-transform: translate3d(0,-8px,0) rotate(-45deg);
		transform: translate3d(0,-8px,0) rotate(-45deg)}/* @end *//*Infinite Sliderversion: 2.2.0Author: Lucas TsolakianCopyright 2023, Archetyponhttps://archetypon.net/brics/infinite-slider/*/.splide__list {
		padding: 0;
		margin: 0 auto;
		left: 0;
		right: 0}.is-edit .splide__list {
		display: grid;
		padding: 0;
		margin: 0 auto;
		left: 0;
		right: 0}@media (min-width:576px) {
		.is-edit .splide__list {
			grid-template-columns: 24.75% 24.75% 24.75% 24.75%;
			column-gap: .5%;
			row-gap: 1%}
}.infinite-slider, .is-item {
		background-color: transparent;
}
.is-edit img {
		width: 100%;
		height: auto}.is-edit div, .is-edit>img {
		width: auto;
		overflow: hidden}.is-item {
		position: relative;
		background-color: #eaeaea;
		color: #000;
		overflow: hidden}.is-item .is-bric-container {
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		z-index: 1;
		color: #fff;
		background-color: rgba(0,0,0,0)}.is-item .is-bric-container.hidden {
		display: none}.is-item custom-bric-container {
		z-index: 100;
		width: 100%}.is-item-img.hidden {
		visibility: hidden}.is-item-top {
		top: 0;
		transition: .2s}.is-item-bottom {
		bottom: 0;
		transition: .2s}.is-item-middle {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: .2s}.is-item .clickable a:hover {
		cursor: pointer!important}.is-item.hover-brightness a:hover img {
		filter: brightness(85%);
		transition-duration: .5s}/* Image Overlay */.img-overlay-main-container{
		position:relative;
}
.img-overlay-container{
		opacity:0;
		position:absolute;
		width:100%;
		text-align:center;
		background:rgba(0,0,0,.7);
		height:100%;
		color:#FFF;
		transition: all .3s ease-in-out;
}
.overlay-btn{
	border:none;
}
.img-overlay-main-container:hover .img-overlay-container{
		opacity:1;
		transition: all .3s ease-in-out;
}
.overlay-light .img-overlay-container{
	background:rgba(255,255,255,.7);
	color:rgba(0,0,0,.7);
}
.overlay-push-right,.overlay-push-left,.overlay-push-up,.overlay-push-down,.overlay-zoom-out{
	overflow: hidden;
}
.overlay-blur{
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
/* Zoom In */.overlay-zoom-in .img-overlay-container{
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
}
.overlay-zoom-in:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Zoom Out */.overlay-zoom-out .img-overlay-container{
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
}
.overlay-zoom-out:hover .img-overlay-container{
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
/* Push Up,Down,Left,Right */.overlay-push-up .img-overlay-container{
		-webkit-transform: translateX(0) translateY(100%);
		-ms-transform: translateX(0) translateY(100%);
		transform: translateX(0) translateY(100%);
}
.overlay-push-down .img-overlay-container{
		-webkit-transform: translateX(0) translateY(-100%);
		-ms-transform: translateX(0) translateY(-100%);
		transform: translateX(0) translateY(-100%);
	}
.overlay-push-right .img-overlay-container{
		-webkit-transform: translateX(100%) translateY(0);
		-ms-transform: translateX(100%) translateY(0);
		transform: translateX(100%) translateY(0);
	}
.overlay-push-left .img-overlay-container{
		-webkit-transform: translateX(-100%) translateY(0);
		-ms-transform: translateX(-100%) translateY(0);
		transform: translateX(-100%) translateY(0);
	}
.overlay-push-up:hover .img-overlay-container,.overlay-push-down:hover .img-overlay-container,.overlay-push-right:hover .img-overlay-container, .overlay-push-left:hover .img-overlay-container{
		-webkit-transform: translateX(0%) translateY(0);
		-ms-transform: translateX(0%) translateY(0);
		transform: translateX(0%) translateY(0);
		transition: all .3s ease-in-out;
}
/* 3D Rotate */.overlay-3d-container{
		perspective: 1000px;
		-webkit-perspective: 1000px;
}
.overlay-flip-y,.overlay-flip-x{
		-webkit-transform-style: preserve-3d;
	  	transform-style: preserve-3d;
	  	transition: transform 1s;
	  	pointer-events: none;
}
.overlay-flip-x .img-overlay-container,.overlay-flip-y .img-overlay-container{
		pointer-events: all;
}
.overlay-flip-y img,.overlay-flip-x img, .overlay-flip-y .img-overlay-container,.overlay-flip-x .img-overlay-container {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 1;
}
.overlay-3d-container:hover .overlay-flip-y {
	  	-webkit-transform: rotateY(180deg);
	  	-ms-transform: rotateY(180deg);
	  	transform: rotateY(180deg);
}
.overlay-flip-y .img-overlay-container {
	  	-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
.overlay-3d-container:hover .overlay-flip-x {
	  	transform: rotateX(180deg);
	  	-webkit-transform: rotateX(180deg);
	  	-ms-transform: rotateX(180deg);
}
.overlay-flip-x .img-overlay-container  {
		-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
	  	transform: rotateX(180deg);
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.img-5-style{
		width:658px;
	}
	.img-6-style{
		width:210px;
	}
	.institution{
		font-size:16px;
	}
	.button_link_foot{
		font-family:"Open Sans";
		font-weight:800;
		color:rgba(255,255,255,0.35)!important;
	}
	.button_link_foot:hover{
		font-family:"Open Sans";
		color:#FEFFFE!important;
		font-weight:800;
	}
	.img-placeholder-us-style{
		width:164px;
		height:164px;
	}
	.img-7-style{
		width:164px;
		height:164px;
	}
	.img-8-style{
		width:164px;
		height:164px;
	}
	.img-bloc-0-style{
		width:500px;
	}
	.img-style{
		width:500px;
	}
	.img-3-style{
		width:400px;
	}
	.img-4-style{
		width:500px;
	}
	.bloc-39-h3{
		font-size: 30px;
	}
	.bloc-30-h3{
		font-size: 24px;
	}
	.travel_titles{
		font-size: 23.75px;
	}
	.bloc-58-h3{
		font-size: 23.75px;
	}
	.dates-text{
	}
	.img-calendar-ic-style{
		width:290px;
	}
	.img-bloc-feup-style{
		background-image:url("img/FEUP_cor.png");
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
		background-size:contain;
		height:50px;
		background-repeat:no-repeat;
	}
	.img-bloc-feup-style:hover{
		height:50px;
		background-image:url("img/FEUP_white.png");
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
	}
	.p-style{
		font-family:"Open Sans";
	}
	.lb-link{
		font-family:"Open Sans";
		font-weight:normal;
	}
	.lb-link:hover{
		font-family:"Open Sans";
		font-weight:normal;
	}
	.img-campu-style{
		width:478px;
	}
	.campus_text{
		font-family:"GothamXNarrow-Book";
		font-size:14px;
	}
	.img-logo-a-i-style{
		width:200px;
	}
	.bloc-35-h3{
		font-size:20px;
	}
	.p-12-style{
		font-size:16px;
	}
	.page_subtitle{
	}
	.button_about-lisbon{
		font-size:14px;
	}
	.engopt_text_logo{
		font-size:90px;
		padding-top:auto;
	}
	.subtitle_text{
		font-size:32px;
		padding-bottom:100px;
	}
	.high-banner{
		height:600px;
	}
	.second-line-text{
		font-size:32px;
	}
	.data_text_banner{
		font-size:38px;
		padding-top:60px;
	}
	.local_conference_text{
		font-size:32px;
		padding-bottom:40px;
	}
	.title-slide{
		font-size:38px;
	}
	.title-slide1-largura{
		width:60%;
		margin-left:auto;
		margin-right:auto;
	}
	.text-slide{
		font-size:18px;
	}
	.text-slide1-largura{
		width:90%;
	}
	.title-slide2-largura{
		width:80%;
	}
	.text-slide2-largura{
		width:90%;
	}
	.title-slide3-largura{
		width:65%;
	}
	.text-slide-largura{
		width:100%;
	}
	.img-bloc-24-style{
		width:121px;
	}
	.img-37-style{
		width:120px;
	}
	.p-bloc-27-style{
		font-family:"GothamNarrow-Bold";
		font-size:18px;
	}
	.img-42-style{
		width:54px;
	}
	.img-latex-lo-style{
		width:131px;
	}
	.img-issmo-lo-style{
		width:125px;
	}
	.img-logo-apmt-style{
		width:210px;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-eccomas--style{
		width:277px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Open Sans";
	}
	.title-welcome{
		font-size:24px;
		text-align:left;
	}
	.p-11-style{
		font-size:15px;
		line-height:auto;
		text-align:left;
	}
	.row_new_largura{
	}
	.row_border_view{
		height:180px;
		margin-left:2px;
	}
	.high_scroll{
		height:410px;
		right:0px;
		left:0px;
	}
	.p-21-style{
		font-size:15px;
	}
	.p-20-bloc-principal-style{
		font-size:15px;
	}
	.p-19-bloc-principal-style{
		font-size:15px;
	}
	.p-18-bloc-principal-style{
		font-size:15px;
	}
	.img-bloc-banner-style{
		width:665px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.img-5-style{
		width:523px;
	}
	.img-6-style{
		width:218px;
	}
	.topics-button:hover{
	}
	.button_link_foot{
		color:rgba(255,255,255,0.36)!important;
		font-size:14px;
	}
	.button_link_foot:hover{
		font-size:14px;
	}
	.img-img4-them-style{
		width:537px;
	}
	.img-style{
		width:400px;
	}
	.img-bloc-0-style{
		width:400px;
	}
	.img-3-style{
		width:400px;
	}
	.img-4-style{
		width:400px;
	}
	.campus_text{
		font-size:16px;
		font-family:"GothamNarrow-Medium";
	}
	.bloc-39-h3{
		font-size: 20px;
	}
	.bloc-30-h3{
		font-size: 20px;
	}
	.travel_titles{
		font-size: 20px;
	}
	.bloc-58-h3{
		font-size: 20px;
	}
	.important_dates_line{
		font-size:16px;
	}
	.h6-25-style{
		font-size:14px;
	}
	.img-calendar-ic-style{
		width:280px;
	}
	.img-bloc-feup-style{
		height:40px;
		background-image:url("img/FEUP_cor.png");
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
	}
	.img-bloc-feup-style:hover{
		background-repeat:no-repeat;
		background-size:contain;
		background-image:url("img/FEUP_white.png");
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
		height:45px;
	}
	.p-style{
		font-size:12px;
	}
	.p-bloc-45-style{
		font-size:12px;
	}
	.img-campu-style{
		width:442px;
	}
	.nav-toggle{
		padding-left:20px;
	}
	.img-logo-a-i-style{
		width:263px;
	}
	.bloc-35-h3{
		font-size: 20px;
	}
	.page_subtitle{
	}
	.title-slide{
		font-size:36px;
	}
	.title-slide1-largura{
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}
	.text-slide{
		font-size:15px;
		width:100%;
	}
	.text-slide1-largura{
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	.title-slide2-largura{
		width:100%;
	}
	.text-slide2-largura{
		width:100%;
	}
	.title-slide3-largura{
		width:80%;
	}
	.h6-bloc-principal-style{
		font-size:14px;
		line-height:20px;
	}
	.img-42-style{
		width:52px;
	}
	.img-logo-apmt-style{
		width:180px;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-eccomas--style{
		width:198px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Open Sans";
	}
	.title-welcome{
		font-size:26px;
	}
	.p-11-style{
		line-height:autopx;
	}
	.row_new_largura{
		margin-left:0px;
		margin-right:0px;
	}
	.row_border_view{
		height:280px;
		padding-right:0px;
		padding-left:0px;
		margin-right:0px;
		margin-left:0px;
	}
	.high_scroll{
		height:380px;
	}
	.margem_cln_news{
		width:100%;
	}
	.label-style{
		font-size:16px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.img-5-style{
		width:268px;
	}
	.img-6-style{
		width:182px;
	}
	.h5-style{
		font-size:14px;
	}
	.button_link_foot{
		color:rgba(255,255,255,0.35)!important;
	}
	.button_link_foot:hover{
	}
	.bloc-55-h1{
		font-size:36px;
	}
	.h4-bloc-15-style{
		font-size:22px;
	}
	.h5-bloc-15-style{
		font-size:18px;
	}
	.important_dates_line{
		font-size:16px;
	}
	.img-calendar-ic-style{
		width:211px;
		margin-right:13px;
		border-radius:0px 0px 0px 0px;
	}
	.dates-text{
		font-size:16px;
	}
	.img-bloc-feup-style{
		background-size:contain;
		height:42px;
		background-repeat:no-repeat;
		background-image:url("img/FEUP_cor.png");
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);background-image: image-set(url("img/FEUP_cor.png") 1x,
url("img/FEUP_cor.png") 2x,url("img/FEUP_cor.webp") 1x,
url("img/FEUP_cor.webp") 2x);
		background-position:center center;
	}
	.img-bloc-feup-style:hover{
		background-size:contain;
		background-repeat:no-repeat;
		background-image:url("img/FEUP_white.png");
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
	background-image: -webkit-image-set(url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);background-image: image-set(url("img/FEUP_white.png") 1x,
url("img/FEUP_white.png") 2x,url("img/FEUP_white.webp") 1x,
url("img/FEUP_white.webp") 2x);
		background-position:center center;
		height:42px;
	}
	.iscommittee{
		font-size:15px;
	}
	.nav-toggle{
		text-align:center;
	}
	.nav-toggle:hover{
		text-align:center;
	}
	.img-style{
		width:281px;
	}
	.h4- - by-taxi--style{
		font-size:20px;
	}
	.bloc-28-h3{
		font-size:20px;
	}
	.page_subtitle{
		font-weight:normal;
		font-size:16px;
	}
	.bloc-29-h3{
		font-size:20px;
	}
	.button_about-lisbon:hover{
		font-size:14px;
	}
	.title-slide{
		font-size:24px;
	}
	.title-slide1-largura{
		width:80%;
	}
	.text-slide{
		font-size:18px;
		line-height:auto;
		width:100%;
	}
	.text-slide1-largura{
		width:100%;
	}
	.title-slide3-largura{
		width:100%;
	}
	.data_text_banner{
		font-size:32px;
		padding-top:120px;
		margin-top:40px;
	}
	.local_conference_text{
		font-size:13px;
		padding-bottom:0px;
	}
	.second-line-text{
		font-size:16px;
	}
	.subtitle_text{
		font-size:16px;
		padding-bottom:60px;
	}
	.engopt_text_logo{
		font-size:50px;
		padding-top:40px;
	}
	.h6-bloc-principal-style{
		font-size:14px;
		line-height:20px;
	}
	.img-logo-apmt-style{
		width:185px;
	}
	.blocs-card-width{
		width:100%;
	}
	.img-issmo-lo-style{
		width:130px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Open Sans";
	}
	.main-titles{
		font-size:32px;
	}
	.title-welcome{
		font-size:22px;
	}
	.p-11-style{
		line-height:autopx;
	}
	.important-dates-box{
	}
	.body-text{
		font-size:16px;
	}
	.download_pdf_xs{
		font-family:"OpenSansCondensed-Medium";
		font-size:15px;
		color:var(--swatch-var-5324)!important;
	}
	.download_pdf_xs:hover{
		font-size:15px;
		font-family:"OpenSansCondensed-Medium";
		color:var(--swatch-var-391)!important;
	}
	.https:smart2027tecnicoulisboaptdownloadsflyer_smart2027pdf{
	}
	.high_scroll{
		height:300px;
	}
	.row_border_view{
		height:200px;
	}
	.swiper_high{
		height:300px;
	}
	.https:smart2027tecnicoulisboaptdownloadsposter_smart2007_a3pdf{
	}
	.img-8-style{
		width:180px;
		height:180px;
	}
	.img-11-style{
		width:180px;
		height:180px;
	}
	.img-12-style{
		width:180px;
	}
	.img-placeholder-us-style{
		width:180px;
		height:180px;
	}
	.link-style_themes{
		text-align:left;
		font-size:16px;
	}
	.link-style_themes:hover{
		font-size:16px;
	}
	.svg-icon-background-color{
		width:16px!important;
		height:16px!important;
	}
	.img-bloc-24-style{
		width:180px;
		height:180px;
	}
	.p-bloc-35-24214-style{
		font-size:14px;
	}
	.p-40-style{
		font-size:14px;
	}
	.h3-style{
		font-size:16px;
	}
	.p-bloc-15-30483-style{
		font-size:16px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-md-xs{
		margin-top:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

