/*-----------------------------------------------------------------------------------
	TS2025
	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 */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* 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:'GothamNarrow-Light';
	src: url('./fonts/GothamNarrow-Light/GothamNarrow-Light.woff');
	src: url('./fonts/GothamNarrow-Light/GothamNarrow-Light.woff') format('woff');
	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-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;
}

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

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

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

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

@font-face {
	font-family:'Gotham-Bold';
	src: url('./fonts/Gotham-Bold/Gotham-Bold.woff');
	src: url('./fonts/Gotham-Bold/Gotham-Bold.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:'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:'Gotham-Medium';
	src: url('./fonts/Gotham-Medium/Gotham-Medium.woff');
	src: url('./fonts/Gotham-Medium/Gotham-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Gotham-Black';
	src: url('./fonts/Gotham-Black/Gotham-Black.woff');
	src: url('./fonts/Gotham-Black/Gotham-Black.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 Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* 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);
}
.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);
}
.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);
}

/* 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);
}


/* = 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;
	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;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}


.text-justify{
	text-align: justify;
}

/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

.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-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	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:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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:"GothamNarrow-Light";
}
.container{
	max-width:1140px;
}
.navbar-brand{
	height:auto;
}
.nav-button-hover{
	border-style:solid;
	border-color:#FEFFFE!important;
	font-size:14px;
	text-align:center;
	border-width:0px 0px 2px 0px;
	margin:0px auto 1px auto;
	padding-top:auto;
	padding-bottom:auto;
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-2465)!important;
}
.nav-button-hover:hover{
	border-color:var(--swatch-var-5324)!important;
	border-style:solid;
	color:var(--swatch-var-1)!important;
	font-size:14px;
	text-align:center;
	padding-top:auto;
	padding-bottom:auto;
	border-width:0px 0px 2px 0px;
	font-family:"GothamNarrow-Medium";
	margin:0px auto 1px auto;
}
.nav-button-active{
	color:var(--swatch-var-5324)!important;
	border-style:solid;
	border-color:var(--swatch-var-5324)!important;
	font-size:14px;
	text-align:center;
	padding-top:auto;
	padding-bottom:auto;
	margin:0px auto 1px auto;
	border-width:0px 0px 2px 0px;
	font-family:"GothamNarrow-Medium";
}
.nav-button-active:hover{
	border-color:var(--swatch-var-5324)!important;
	border-style:solid;
	text-align:center;
	padding-top:auto;
	padding-bottom:auto;
	margin:0px auto 1px auto;
	border-width:0px 0px 2px 0px;
	font-family:"GothamNarrow-Medium";
	font-size:14px;
	color:var(--swatch-var-1)!important;
}
.sub_menu{
	border-width:0px 0px 0px 0px;
	text-align:center;
	width:auto;
	background-color:var(--swatch-var-2615);
	background-size:cover;
}
.sub_menu:hover{
	text-align:center;
	width:auto;
	background-color:var(--swatch-var-2615);
}
.list_item_sub-menu{
	text-align:center;
}
.list_item_sub-menu:hover{
	text-align:center;
}
.nav-button-hover-sos-sub-menu{
	border-color:#FEFFFE!important;
	font-size:14px;
	font-family:"NeoSansStd-Medium";
	font-weight:normal;
	text-align:center;
	height:auto;
	border-width:0px 0px 0px 0px;
	margin:auto auto auto auto;
	color:var(--swatch-var-2465)!important;
	width:100%;
	padding:auto auto auto auto;
}
.nav-button-hover-sos-sub-menu:hover{
	color:var(--swatch-var-5156)!important;
	font-size:14px;
	text-align:center;
	height:auto;
	border-width:0px 0px 0px 0px;
	font-family:"NeoSansStd-Medium";
	width:100%;
	padding-top:auto;
	padding-bottom:auto;
	margin:auto auto auto auto;
}
.navbar-brand img{
	height:auto;
	width:200px;
}
.nav-button-hover:active{
	font-family:"GothamNarrow-Medium";
}
.nav-button-hover:focus{
	font-family:"GothamNarrow-Medium";
}
.top_bloc_bar{
	height:20px;
	background-color:var(--swatch-var-5324);
}
.margin_video{
	margin-top:auto;
	margin-bottom:auto;
	height:auto;
	width:100%;
}
.bloc-divider-t-style{
	height:400px;
}
.bloc-divider-b-style{
	height:400px;
}
.video_high{
	margin-bottom:0px;
	margin-top:0px;
}
.h5-style{
	font-size:16px;
	line-height:px;
}
.button_link_foot{
	font-family:"GothamNarrow-Bold";
	font-weight:normal;
	color:var(--swatch-var-1370)!important;
	text-decoration:none;
	font-size:16px;
}
.button_link_foot:hover{
	font-weight:normal;
	font-family:"GothamNarrow-Bold";
	color:#FFFFFF!important;
	font-size:16px;
	text-decoration:none;
}
.img-logo-idmec-style{
	width:200px;
	height:70px;
	background-size:contain;
	background-image:url("img/logo_idmec_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-repeat:no-repeat;
	background-position:right center;
}
.img-logo-ist-style{
	background-image:url("img/logo_tecnico_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-size:contain;
	background-repeat:no-repeat;
	width:200px;
	height:70px;
	background-position:right center;
}
.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;
}
.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;
}
.img-style{
	width:522px;
}
.marge_row{
	border-width:50px 0px 50px 0px;
}
.row-style{
	width:100%;
}
.title_page{
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-6013)!important;
	letter-spacing:-2px;
	font-size:60px;
}
.blue-top-line{
	height:15px;
}
.white-line{
	height:5px;
}
.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-logo-ist-style:hover{
	background-position:right center;
	background-image:url("img/logo_tecnico_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-repeat:no-repeat;
	width:200px;
	height:70px;
	background-size:contain;
}
.img-logo-idmec-style:hover{
	width:200px;
	height:70px;
	background-position:right center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url("img/logo_idmec_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
}
.img-bloc-feup-style:active{
	background-position:right center;
	background-repeat:no-repeat;
}
.banner_img_lg{
	background-image:url("img/img_TS2025_1920x580.jpg");
	background-image: -webkit-image-set(url("img/img_TS2025_1920x580.webp") 1x,
url("img/img_TS2025_1920x580.webp") 2x);background-image: image-set(url("img/img_TS2025_1920x580.jpg") 1x,
url("img/img_TS2025_1920x580.jpg") 2x,url("img/img_TS2025_1920x580.webp") 1x,
url("img/img_TS2025_1920x580.webp") 2x);
	background-size:cover;
	background-repeat:no-repeat;
}
.h4-andré-castro-style{
	font-family:"GothamXNarrow-Bold";
}
.img-13-style{
	width:250px;
	height:250px;
}
.img-14-style{
	width:250px;
	height:250px;
}
.abstract_bio_title{
	font-family:"GothamXNarrow-Bold";
	font-size:18px;
	margin-bottom:40px;
}
.h6-2-style{
	font-family:"GothamXNarrow-Medium";
	font-size:18px;
}
.h5-2-style{
	font-family:"GothamNarrow-Bold";
}
.h5-bloc-2-42143-style{
	font-family:"GothamNarrow-Bold";
}
.h2-style{
	font-family:"GothamNarrow-Light";
}
.p-4-style{
	font-family:"GothamNarrow-Medium";
}
.p-2-style{
	font-family:"GothamNarrow-Medium";
}
.p-3-style{
	font-family:"GothamNarrow-Medium";
}
.p-5-style{
	font-family:"GothamNarrow-Medium";
}
.img-ist1534-style{
	width:267px;
}
.img-abilio-jes-style{
	width:267px;
}
.img-12811-style{
	width:267px;
}
.img-10-style{
	width:267px;
}
.page_subtitle{
	font-family:"GothamNarrow-Black";
	font-weight:800;
}
.largura-div-datas-1{
	background-color:var(--swatch-var-5324);
	height:188px;
	padding-left:10px;
	padding-right:15px;
	border-style:solid;
	border-color:var(--swatch-var-2615)!important;
	border-width:0px 1px 0px 0px;
	width:188px;
	margin-left:0px;
	margin-right:0px;
}
.largura-div-datas-2{
	background-color:var(--swatch-var-2751);
	height:188px;
	padding-left:10px;
	padding-right:15px;
	border-style:solid;
	border-color:var(--swatch-var-2615)!important;
	border-width:0px 1px 0px 0px;
	width:188px;
	margin-left:0px;
	margin-right:0px;
}
.important_dates_text{
	color:#FEFFFE!important;
	font-weight:bold;
	padding-top:20px;
	font-family:"GothamXNarrow-Medium";
	font-size:20px;
	line-height:24px;
	height:130px;
}
.important_dates{
	font-size:28px;
	color:#FEFFFE!important;
	font-weight:normal;
	font-family:"GothamCondensed-Bold";
	text-align:left;
}
.largura-div-datas-3{
	background-color:var(--swatch-var-5309);
	height:188px;
	padding-left:10px;
	padding-right:15px;
	border-style:solid;
	border-color:var(--swatch-var-2615)!important;
	border-width:0px 1px 0px 0px;
	width:188px;
	margin-left:0px;
	margin-right:0px;
}
.largura-div-datas-4{
	background-color:var(--swatch-var-5865);
	height:188px;
	padding-left:10px;
	padding-right:15px;
	border-style:solid;
	border-color:var(--swatch-var-2615)!important;
	border-width:0px 1px 0px 0px;
	width:188px;
	margin-left:0px;
	margin-right:0px;
}
.largura-div-datas-5{
	background-color:var(--swatch-var-5547);
	height:188px;
	padding-left:10px;
	padding-right:15px;
	border-style:solid;
	border-color:var(--swatch-var-2615)!important;
	border-width:0px 1px 0px 0px;
	width:188px;
	margin-left:0px;
	margin-right:0px;
}
.largura-div-datas-6{
	background-color:var(--swatch-var-6815);
	height:188px;
	padding-left:10px;
	padding-right:15px;
	border-style:solid;
	border-color:var(--swatch-var-2615)!important;
	border-width:0px 1px 0px 0px;
	width:188px;
	margin-left:0px;
	margin-right:0px;
}
.p-bloc-29-style{
	font-family:"Gotham-Medium";
}
.table_line{
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-2869)!important;
	border-style:solid;
}
.bloc-55-h1{
	font-family:"Open Sans";
	font-weight:800;
}
.h4-bloc-15-style{
	font-family:"GothamNarrow-Black";
	font-weight:800;
}
.img-paula-jor-style{
	width:240px;
	height:240px;
}
.img-fatima-tavar-style{
	width:240px;
}
.img-bloc-54-style{
	width:240px;
}
.p-23-style{
	font-family:"GothamNarrow-Book";
}
.parallax_bloc_contact{
	margin-top:0px;
	background-size:cover;
}
.margin_bloc_contact{
	margin-bottom:100px;
}
.img-bloc-55-style{
	width:400px;
}
.html-widget-style{
	height:402px;
}
.h4-style{
	font-family:"GothamNarrow-Bold";
}
.h5-bloc-40-style{
	font-family:"GothamNarrow-Medium";
}
.h4-bloc-40-style{
	font-family:"GothamNarrow-Medium";
}
.h5-bloc-15-style{
	font-family:"GothamNarrow-Book";
}
.p-bloc-2-style{
	font-family:"GothamNarrow-Medium";
}
.caroucel_margin{
	margin-bottom:30px;
}
.p-bloc-3-style{
	font-size:18px;
	font-family:"GothamNarrow-Medium";
}
.link_venue{
	font-family:"GothamNarrow-Black";
}
.link_venue:hover{
	font-family:"GothamNarrow-Black";
	color:var(--swatch-var-2869)!important;
}
.img-logo-a-i-style{
	width:260px;
}
.bloc-35-h3{
	font-size:28px;
	line-height:36px;
	font-family:"Gotham-Black";
}
.p-12-style{
	font-size:18px;
	line-height:22px;
	font-family:"Gotham-Medium";
}
.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;
}
.text_lisbon{
	font-family:"GothamNarrow-Book";
	text-align:left;
	font-size:15px;
	line-height:24px;
}
.button_about-lisbon{
	font-size:20px;
	color:var(--swatch-var-5324)!important;
	font-family:"GothamNarrow-Medium";
}
.button_about-lisbon:hover{
	font-size:20px;
	color:var(--swatch-var-1917)!important;
	font-family:"GothamNarrow-Medium";
}
.h4-bloc-39-style{
	font-family:"GothamNarrow-Book";
}
.h6-bloc-37-style{
	font-family:"GothamNarrow-Medium";
}
.co-chair{
	font-family:"GothamXNarrow-Book";
	font-size:14px;
}
.h3-style{
	font-family:"GothamNarrow-Medium";
	font-size:18px;
}
.h5-3-style{
	font-family:"GothamNarrow-Book";
}
.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-1917)!important;
	text-decoration:none;
}
.btn_myaccount{
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-5324)!important;
	background-size:length;
	padding:-1px 0px -1px 0px;
	margin-right:0px;
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-5324)!important;
	font-size:14px;
	margin-top:-1px;
	margin-bottom:-1px;
}
.btn_myaccount:hover{
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-2615)!important;
	background-size:length;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5324)!important;
	margin-top:-1px;
	margin-bottom:-1px;
	padding-top:-1px;
	padding-bottom:-1px;
	border-style:solid;
	background-color:var(--swatch-var-5324);
}
.text-rules-size{
	font-family:"Gotham-Medium";
}
.h4-1-style{
	font-family:"GothamNarrow-Medium";
}
.quadro{
	width:1170px;
	height:auto;
}
.nomes-org-committee-style{
	font-size:20px;
	font-family:"GothamNarrow-Black";
}
.affiliations{
	font-family:"GothamXNarrow-Book";
	font-size:15px;
}
.short-bio{
	font-family:"Open Sans";
	font-weight:800;
	font-size:14px;
	text-align:center;
}
.short-bio:hover{
	font-family:"Open Sans";
	font-weight:800;
	font-size:14px;
	color:var(--swatch-var-5324)!important;
	text-align:center;
}
.text_biographic{
	font-family:"GothamNarrow-Book";
	font-size:16px;
}
.close-bio{
	font-family:"Open Sans";
	font-size:12px;
	color:var(--swatch-var-5324)!important;
}
.close-bio:hover{
	font-family:"Open Sans";
	font-size:12px;
	color:#636462!important;
}
.close-icon{
	;
}
.close-icon:hover{
	;
}
.img-bloc-5-34664-style{
	width:220px;
}
.img-30-style{
	width:220px;
}
.img-9-style{
	width:250px;
	height:250px;
}
.nomes-oradores{
	font-size:18px;
	font-family:"GothamNarrow-Black";
}
.afliacao-oradores{
	font-family:"GothamXNarrow-Book";
	font-size:16px;
}
.myaccount_btn{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5324)!important;
	border-style:solid;
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-5324)!important;
	font-size:14px;
	margin-top:-1px;
	margin-bottom:-1px;
	padding-top:-1px;
	padding-bottom:-1px;
	text-align:center;
}
.myaccount_btn:hover{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-5324)!important;
	background-color:var(--swatch-var-5324);
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-2615)!important;
	margin-top:-1px;
	margin-bottom:-1px;
	padding-top:-1px;
	padding-bottom:-1px;
	text-align:center;
	font-size:14px;
}
.img-armando-carril-style{
	width:260px;
}
.img-joao-pom-style{
	width:260px;
}
.img-goncalo-corre-style{
	width:260px;
}
.vertical_line_divider{
	border-style:solid;
	border-color:#00477D!important;
	border-width:0px 2px 0px 0px;
}
.img-calendar-ic-style{
	width:160px;
}
.important_dates_line{
	font-family:"GothamNarrow-Medium";
	font-size:18px;
	color:var(--swatch-var-2788)!important;
}
.h6-25-style{
	font-family:"GothamNarrow-BookItalic";
}
.img-bloc-24-style{
	width:200px;
}
.click-here{
	font-family:"GothamNarrow-Black";
	font-size:18px;
}
.click-here:hover{
	font-family:"GothamNarrow-Black";
	font-size:18px;
	color:var(--swatch-var-6626)!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;
}
.img-40-style{
	width:148px;
}
.img-information-ic-style{
	width:140px;
}
.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-2869)!important;
}
.email_conference{
	font-family:"GothamNarrow-Bold";
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
}
.email_conference:hover{
	color:var(--swatch-var-5324)!important;
	font-family:"GothamNarrow-Bold";
}
.email-conference{
	font-family:"GothamNarrow-Medium";
	text-decoration:none;
}
.email-conference:hover{
	font-family:"GothamNarrow-Medium";
	color:var(--swatch-var-5324)!important;
}
.navbar-brand-img{
	height:auto;
	width:200px;
}
.img-janet-l-style{
	width:260px;
}
.read_abstract{
	font-family:"GothamNarrow-Black";
}
.read_abstract:hover{
	font-family:"GothamNarrow-Black";
	color:var(--swatch-var-5324)!important;
}
.abstract_body_text{
	font-family:"GothamNarrow-Book";
	text-align:justify;
	color:var(--swatch-var-1)!important;
}
.link_journal{
	font-family:"GothamNarrow-Black";
	font-size:18px;
	text-decoration:none;
	color:var(--swatch-var-5324)!important;
}
.link_journal:hover{
	font-family:"GothamNarrow-Black";
	font-size:18px;
	color:var(--swatch-var-2869)!important;
}
.important_dates_new{
	height:100px;
	font-size:20px;
	color:var(--swatch-var-2615)!important;
	font-family:"GothamXNarrow-Medium";
	line-height:24px;
	font-weight:bold;
	padding-top:20px;
}
.img-logo-laeta-p-style{
	width:191px;
}
.img-logo-spf-style{
	width:212px;
}
.img-margin-right{
	width:121px;
}
.btn_download_prog{
	font-family:"Gotham-Bold";
	background-color:var(--swatch-var-5324);
	font-size:20px;
	padding:5px 10px 5px 10px;
}
.btn_download_prog:hover{
	background-color:var(--swatch-var-1917);
	font-family:"Gotham-Bold";
	font-size:20px;
	padding:5px 10px 5px 10px;
}
.img-supported-style{
	width:267px;
}
.img-8-style{
	width:267px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-749:rgba(234,234,234,1.00);
	
	--swatch-var-2615:rgba(255,255,255,1.00);
	
	--swatch-var-2465:rgba(115,114,115,1.00);
	
	--swatch-var-5156:#212121;
	
	--swatch-var-1:rgba(42,42,40,1.00);
	
	--swatch-var-5324:rgba(1,128,190,1.00);
	
	--swatch-var-754:rgba(57,190,231,1.00);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-1917:rgba(57,190,231,1.00);
	
	--swatch-var-6013:rgba(255,255,255,0.50);
	
	--swatch-var-1370:rgba(79,131,180,1.00);
	
	--swatch-var-3439:#009486;
	
	--swatch-var-1680:#ED1D25;
	
	--swatch-var-2788:#46555F;
	
	--swatch-var-4525:#44ABA1;
	
	--swatch-var-3776:#A5D4CF;
	
	--swatch-var-1606:#75BAB3;
	
	--swatch-var-2751:rgba(0,160,220,0.90);
	
	--swatch-var-5309:rgba(0,160,220,0.80);
	
	--swatch-var-5865:rgba(0,160,220,0.70);
	
	--swatch-var-5547:rgba(0,159,220,0.60);
	
	--swatch-var-6815:rgba(0,160,219,0.50);
	
	--swatch-var-1213:#028C43;
	
	--swatch-var-7948:#BD2735;
	
	--swatch-var-7647:rgba(0,0,0,1.00);
	
	--swatch-var-7705:#550000;
	
	--swatch-var-2117:#E8F7EF;
	
	--swatch-var-6626:#CF1B01;
	
	--swatch-var-391:rgba(0,43,76,1.00);
	
}


/* Background colour styles */

.bgc-754{
	background-color:var(--swatch-var-754);
}
.bgc-2615{
	background-color:var(--swatch-var-2615);
}
.bgc-5324{
	background-color:var(--swatch-var-5324);
}
.bgc-749{
	background-color:var(--swatch-var-749);
}
.bgc-1917{
	background-color:var(--swatch-var-1917);
}
.bgc-391{
	background-color:var(--swatch-var-391);
}

/* Text colour styles */

.tc-6013{
	color:var(--swatch-var-6013)!important;
}
.tc-2465{
	color:var(--swatch-var-2465)!important;
}
.tc-5324{
	color:var(--swatch-var-5324)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-2615{
	color:var(--swatch-var-2615)!important;
}
.bgc-749{
	background-color:var(--swatch-var-749);
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-backgroud-contacts{
	background-image:url("img/backgroud_contacts.jpg");
	background-image: -webkit-image-set(url("img/backgroud_contacts.webp") 1x,
url("img/backgroud_contacts.webp") 2x);background-image: image-set(url("img/backgroud_contacts.jpg") 1x,
url("img/backgroud_contacts.jpg") 2x,url("img/backgroud_contacts.webp") 1x,
url("img/backgroud_contacts.webp") 2x);
}



/* = 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;}
}
@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;}
}
@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;}
}


/* = 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){
	.navbar-brand{
		width:64px;
	}
	.nav-button-hover:hover{
	}
	.sub_menu{
		background-color:var(--swatch-var-2615);
	}
	.sub_menu:hover{
		background-color:var(--swatch-var-749);
	}
	.nav-button-hover-sos-sub-menu{
		width:auto;
		color:var(--swatch-var-1)!important;
		margin-bottom:0px;
		margin-top:0px;
		border-width:0px 0px 0px 0px;
	}
	.nav-button-hover-sos-sub-menu:hover{
		width:auto;
		color:var(--swatch-var-5156)!important;
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px 0px 0px 0px;
		height:auto;
	}
	.navbar-brand img{
		height:auto;
		width:200px;
	}
	.margin_video{
		height:100%;
	}
	.video_high{
		margin-top:-75px;
		height:auto;
	}
	.button_link_foot{
		font-family:"GothamNarrow-Bold";
		font-weight:normal;
		color:rgba(255,255,255,0.35)!important;
		font-size:16px;
		text-decoration:none;
	}
	.button_link_foot:hover{
		font-family:"Open Sans";
		color:#FEFFFE!important;
		font-weight:800;
	}
	.img-logo-idmec-style{
		height:60px;
		background-image:url("img/logo_idmec_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
	}
	.img-logo-ist-style{
		background-size:contain;
		background-image:url("img/logo_tecnico_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
		height:60px;
		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-style{
		width:347px;
	}
	.title_page{
		font-size:48px;
	}
	.img-logo-idmec-style:hover{
		height:60px;
		background-image:url("img/logo_idmec_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
	}
	.img-logo-ist-style:hover{
		height:60px;
		background-size:contain;
		background-image:url("img/logo_tecnico_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
		background-repeat:no-repeat;
	}
	.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;
	}
	.img-14-style{
		width:250px;
	}
	.page_subtitle{
	}
	.largura-div-datas-1{
		height:240px;
		width:240px;
	}
	.important_dates_text{
		font-size:24px;
		height:132px;
		margin-bottom:50px;
	}
	.important_dates{
		font-size:26px;
		font-family:"GothamCondensed-Bold";
	}
	.largura-div-datas-2{
		height:240px;
		width:240px;
	}
	.largura-div-datas-3{
		height:240px;
		width:240px;
	}
	.largura-div-datas-4{
		height:240px;
		width:240px;
	}
	.largura-div-datas-5{
		height:240px;
		width:240px;
	}
	.largura-div-datas-6{
		height:240px;
		width:240px;
	}
	.p-bloc-3-style{
		font-size:18px;
	}
	.img-logo-a-i-style{
		width:200px;
	}
	.bloc-35-h3{
		font-size:20px;
	}
	.p-12-style{
		font-size:16px;
	}
	.bloc-27-h3{
		font-size: 24px;
	}
	.bloc-30-h3{
		font-size: 24px;
	}
	.button_about-lisbon{
		font-size:14px;
	}
	.btn_myaccount{
		background-image:url("img/btn_myaccount_white.png");
	background-image: -webkit-image-set(url("img/btn_myaccount_white.webp") 1x,
url("img/btn_myaccount_white.webp") 2x);background-image: image-set(url("img/btn_myaccount_white.png") 1x,
url("img/btn_myaccount_white.png") 2x,url("img/btn_myaccount_white.webp") 1x,
url("img/btn_myaccount_white.webp") 2x);
	}
	.quadro{
		width:729px;
	}
	.nomes-org-committee-style{
		font-family:"Open Sans";
		font-weight:800;
	}
	.close-icon{
	}
	.nomes-oradores{
		font-family:"Open Sans";
		font-weight:800;
	}
	.img-bloc-24-style{
		width:121px;
	}
	.img-37-style{
		width:120px;
	}
	.img-40-style{
		width:94px;
	}
	.nav-bar-img{
	}
	.important_dates_new{
		height:155px;
	}
	.btn_download_prog{
		font-size:18px;
	}
	.btn_download_prog:hover{
		font-size:18px;
	}
	
	/* 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){
	.navbar-brand{
		width:61px;
	}
	.nav-button-hover{
	}
	.nav-button-hover:hover{
	}
	.sub_menu{
		margin-left:auto;
		margin-right:auto;
	}
	.sub_menu:hover{
		margin-left:auto;
		margin-right:auto;
	}
	.list_item_sub-menu{
		margin-left:auto;
		margin-right:auto;
	}
	.list_item_sub-menu:hover{
		margin-left:auto;
		margin-right:auto;
	}
	.nav-button-hover-sos-sub-menu{
		margin-left:auto;
		margin-right:auto;
		width:auto;
		color:var(--swatch-var-1)!important;
	}
	.nav-button-hover-sos-sub-menu:hover{
		width:auto;
		margin-left:auto;
		margin-right:auto;
		color:var(--swatch-var-5156)!important;
	}
	.nav-button-hover-sos-sub-menu:active{
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.navbar-brand img{
		height:auto;
		width:180px;
	}
	.button_link_foot{
		color:rgba(255,255,255,0.36)!important;
		font-size:14px;
	}
	.button_link_foot:hover{
		font-size:14px;
	}
	.p-style{
		font-size:12px;
	}
	.p-bloc-45-style{
		font-size:12px;
	}
	.title_page{
		font-size:42px;
	}
	.img-logo-idmec-style{
		height:50px;
		background-image:url("img/logo_idmec_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
	}
	.img-logo-ist-style{
		height:50px;
		background-image:url("img/logo_tecnico_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
	}
	.img-logo-idmec-style:hover{
		background-size:contain;
		background-image:url("img/logo_idmec_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
		background-repeat:no-repeat;
		height:50px;
	}
	.img-logo-ist-style:hover{
		background-image:url("img/logo_tecnico_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
		background-size:contain;
		background-repeat:no-repeat;
		height:50px;
	}
	.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;
	}
	.img-14-style{
		width:250px;
	}
	.page_subtitle{
	}
	.important_dates_text{
		font-size:18px;
		margin-bottom:30px;
		height:100px;
	}
	.important_dates{
		font-size:24px;
	}
	.p-bloc-3-style{
		font-size:16px;
	}
	.img-logo-a-i-style{
		width:260px;
	}
	.bloc-35-h3{
		font-size: 20px;
	}
	.img-style{
		width:448px;
	}
	.bloc-27-h3{
		font-size: 20px;
	}
	.bloc-30-h3{
		font-size: 20px;
	}
	.largura-div-datas-1{
		width:176px;
		height:176px;
	}
	.largura-div-datas-2{
		width:176px;
		height:176px;
	}
	.largura-div-datas-3{
		width:176px;
		height:176px;
	}
	.largura-div-datas-4{
		width:176px;
		height:176px;
	}
	.largura-div-datas-5{
		width:176px;
		height:176px;
	}
	.largura-div-datas-6{
		width:176px;
		height:176px;
	}
	.important_dates_line{
		font-size:16px;
	}
	.h6-25-style{
		font-size:14px;
	}
	.h6-bloc-principal-style{
		font-size:14px;
		line-height:20px;
	}
	.img-42-style{
		width:52px;
	}
	.important_dates_new{
		height:100px;
	}
	.btn_download_prog{
		font-size:16px;
	}
	.btn_download_prog:hover{
		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){
	.navbar-brand{
		width:46px;
	}
	.nav-button-hover{
		width:auto;
		height:auto;
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px 0px 2px 0px;
	}
	.nav-button-hover:hover{
		color:var(--swatch-var-5156)!important;
		height:auto;
		margin-top:0px;
		margin-bottom:0px;
		border-width:0px 0px 2px 0px;
	}
	.sub_menu:hover{
	}
	.nav-button-hover-sos-sub-menu{
		color:var(--swatch-var-1)!important;
		margin-bottom:2px;
		margin-top:2px;
	}
	.nav-button-hover-sos-sub-menu:hover{
		color:var(--swatch-var-5156)!important;
		margin-top:2px;
		margin-bottom:2px;
	}
	.navbar-brand img{
		width:160px;
		height:auto;
	}
	.footer-link{
		text-align:center;
	}
	.h5-style{
		font-size:14px;
	}
	.button_link_foot{
		font-size:16px;
		color:var(--swatch-var-1370)!important;
	}
	.button_link_foot:hover{
		font-family:"GothamNarrow-Bold";
		font-size:16px;
		font-weight:normal;
	}
	.title_page{
	}
	.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-logo-ist-style{
		height:50px;
		background-size:contain;
		background-repeat:no-repeat;
		background-image:url("img/logo_tecnico_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_color_ts2025.png") 1x,
url("img/logo_tecnico_color_ts2025.png") 2x,url("img/logo_tecnico_color_ts2025.webp") 1x,
url("img/logo_tecnico_color_ts2025.webp") 2x);
		background-position:center center;
	}
	.img-logo-idmec-style{
		height:50px;
		background-size:contain;
		background-repeat:no-repeat;
		background-image:url("img/logo_idmec_color_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_color_ts2025.png") 1x,
url("img/logo_idmec_color_ts2025.png") 2x,url("img/logo_idmec_color_ts2025.webp") 1x,
url("img/logo_idmec_color_ts2025.webp") 2x);
		background-position:center center;
	}
	.img-logo-idmec-style:hover{
		background-repeat:no-repeat;
		background-size:contain;
		background-image:url("img/logo_idmec_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_idmec_white_ts2025.png") 1x,
url("img/logo_idmec_white_ts2025.png") 2x,url("img/logo_idmec_white_ts2025.webp") 1x,
url("img/logo_idmec_white_ts2025.webp") 2x);
		background-position:center center;
	}
	.img-logo-ist-style:hover{
		background-size:contain;
		background-repeat:no-repeat;
		background-image:url("img/logo_tecnico_white_ts2025.png");
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);
	background-image: -webkit-image-set(url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.webp") 2x);background-image: image-set(url("img/logo_tecnico_white_ts2025.png") 1x,
url("img/logo_tecnico_white_ts2025.png") 2x,url("img/logo_tecnico_white_ts2025.webp") 1x,
url("img/logo_tecnico_white_ts2025.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;
	}
	.img-style{
		width:264px;
	}
	.img-14-style{
		width:250px;
	}
	.page_subtitle{
		font-weight:normal;
		font-size:16px;
	}
	.important_dates_text{
		font-size:24px;
		height:160px;
	}
	.bloc-55-h1{
		font-size:36px;
	}
	.h4-bloc-15-style{
		font-size:22px;
	}
	.h5-bloc-15-style{
		font-size:18px;
	}
	.button_about-lisbon:hover{
		font-size:14px;
	}
	.abstract_bio_title{
		font-size:15px;
	}
	.h6-2-style{
		font-size:15px;
	}
	.largura-div-datas-1{
		width:235px;
		height:235px;
	}
	.largura-div-datas-2{
		width:235px;
		height:235px;
	}
	.largura-div-datas-3{
		width:235px;
		height:235px;
	}
	.largura-div-datas-4{
		width:235px;
		height:235px;
	}
	.largura-div-datas-5{
		width:235px;
		height:235px;
	}
	.largura-div-datas-6{
		width:235px;
		height:235px;
	}
	.important_dates{
		font-size:28px;
	}
	.nomes-org-committee-style{
		font-size:18px;
	}
	.nomes-oradores{
		font-size:18px;
	}
	.btn_myaccount{
		text-align:center;
	}
	.btn_myaccount:hover{
		text-align:center;
	}
	.important_dates_line{
		font-size:16px;
	}
	.h6-bloc-principal-style{
		font-size:14px;
		line-height:20px;
	}
	.navbar-brand-img{
		width:160px;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.img-logo-a-i-style{
		width:210px;
	}
	.btn_download_prog{
		width:100%;
		height:auto;
		font-size:10px;
	}
	.btn_download_prog:hover{
		width:100%;
		height:auto;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

