/*

	██████  ███████ ███████ ███████ ████████
	██   ██ ██      ██      ██         ██
	██████  █████   ███████ █████      ██
	██   ██ ██           ██ ██         ██
	██   ██ ███████ ███████ ███████    ██

*/
html {
	scroll-behavior: smooth;
}
html,
body {
	border: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
}
body.sidebar_opened,
body.access_popup_opened {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}
input {
	border: none;
	background: none;
	outline: none;
}

blockquote::before,
blockquote::after {
	content: "";
}

.container-fluid {
	min-height: calc(100vh - 268px);
	padding-top: 70px;
	padding-bottom: 40px;
	padding-left: 0;
	padding-right: 0;
}

body.page-template-image-map .container-fluid {
	min-height: auto;
	padding: 0;
}

a {
	cursor: pointer;
}  

/*

	 ██████  ███████ ███    ██ ███████ ██████   █████  ██
	██       ██      ████   ██ ██      ██   ██ ██   ██ ██
	██   ███ █████   ██ ██  ██ █████   ██████  ███████ ██
	██    ██ ██      ██  ██ ██ ██      ██   ██ ██   ██ ██
	 ██████  ███████ ██   ████ ███████ ██   ██ ██   ██ ███████

*/

/* GENERAL STYLES */

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top: 8px;
}
h1 {
	font-family: Roboto, sans-serif;
	font-size: 35px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 30px;
}
h2 {
	font-family: Roboto, sans-serif;
	font-size: 30px;
	line-height: 39px;
	font-weight: 500;
	margin-bottom: 20px;
}
h3 {
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 17px;
}
h4 {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}
h5 {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}
h6 {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}
blockquote p {
	font: oblique 300 34px/36px "Open Sans", sans-serif;
	margin-bottom: 15px;
}
p {
	font: 400 16px/22px "Open Sans", sans-serif;
	margin-bottom: 15px;
}

body.home {
	height: 100vh;
	overflow-x: hidden;
}
body.has_handle #main-content.container-fluid,
body.has_handle .container-fluid.adenda-content,
body.has_handle #partners.container-fluid,
body.has_handle #downloads.container-fluid,
body.has_handle #speakers.container-fluid {
	padding-top: 90px;
}

body.has_handle.page-template-sala #main-content.container-fluid,
body.page-template-sala #main-content.container-fluid {
	padding-top: 0px;
	padding-bottom: 0px;
}

body.home.page-template-sala #main-content.container-fluid iframe {
	margin-top: -3px !important;
}

.d-none {
	display: none;
}

/*

	██   ██ ███████  █████  ██████  ███████ ██████
	██   ██ ██      ██   ██ ██   ██ ██      ██   ██
	███████ █████   ███████ ██   ██ █████   ██████
	██   ██ ██      ██   ██ ██   ██ ██      ██   ██
	██   ██ ███████ ██   ██ ██████  ███████ ██   ██

*/

/* HEADER */

nav.top-bar {
	position: relative;
	z-index: 10;
}

.container-rs-fluid {
	max-width: 100%;
}

.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.top-bar .container {
	height: 100%;
	/* padding: 0; */
}

.top-area {
	display: flex;
	height: 100px; 
	width: 100%;
	position: relative;
	justify-content: space-between;
}

.sub-menu .container-rs-fluid {
	padding-right: 0px;
	padding-left: 50px;
	position: relative;
}

.logo-nobox-mode + .sub-menu .container-rs-fluid,
.logo-box-mode + .sub-menu .container-rs-fluid {
	padding: 5px 52px;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.sub-menu .container-rs-fluid p {
	margin-bottom: 0px;
	padding-top: 0px;
}

.logo-box {
	width: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-left: 10px; */
}

.banner-box {
	padding-left: 50px;
	width: 340px;
}

/* LOGO BOX MODE */

nav.logo-box-mode {
	z-index: 14;
	/* height: 158px; */
} 

.logo-box-mode + .sub-menu {
 	/* color: #fff;
	background-color: transparent; */
	width: 100%;
	height: 38px;
 	position: relative;
 	/* top: -38px; */
	left: 0;
 	z-index: 12;
} 

.logo-box-mode + .sub-menu .container-rs-fluid { 
	padding-left: 320px;
 }

.logo-box-mode + .sub-menu .container-rs-fluid {
	padding: 5px 52px 5px 320px;
}

.logo-box-mode .logo-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 138px;
	z-index: 10;
}

.bigger-logo .logo-box {
	width: 320px;
}

.bigger-logo .logo-box a.logo img {
	max-height: 80px;
}

.bigger-logo .logo-box a.logo {
	width: initial;
	max-width: initial;
}

.bigger-logo.logo-box-mode .content-header {
	padding-left: 306px;
}

.bigger-logo.logo-box-mode + .sub-menu .container-rs-fluid {
	padding: 5px 52px 5px 358px;
}

.logo-box a.logo {
	width: 100%;
	max-width: 170px;
}
.logo-box a.logo img {
	height: 100%;
	width: 100%;
	max-height: 70px;
	object-fit: contain;
}

a.logo .logo_mb {
	display: none;
}

.logo-box-mode .content-header {
	width: 100%;
	padding-left: 285px;
} 


/* LOGO NO BOX MODE */

.bigger-logo.logo-nobox-mode .content-header {
	width: calc(100% - 320px);
}

.logo-nobox-mode + .sub-menu .container-rs-fluid {
	padding: 8px 52px 5px;
}

.logo-nobox-mode + .sub-menu .container-rs-fluid p {
	padding-left: 0px;
}

.logo-nobox-mode + .sub-menu .burger-menu {
	right: 50px;
}

body.questions-fixed-active .logo-nobox-mode + .sub-menu .burger-menu {
	right: 310px;
}

body.questions-fixed-active .sidebar-menu.active {
	right: 300px;
}

.logo-nobox-mode .banner-box {
	margin-left: 0px;
}

.logo-nobox-mode + .sub-menu {
	color: #fff;
	position: relative;
	height: 38px;
	top: -1px;
	z-index: 11;
}
.content-header {
	width: calc(100% - 280px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 52px;
}
.header-banner {
    max-height: 64px;
    height: auto;
    width: auto;
    max-width: 290px;
}
.salas-menu li a svg{
	vertical-align: sub;
	margin-right: 5px;
	margin-left: -3px;
}
.close-menu {
	cursor: pointer;
}
.logout-btn {
	display: none;
}
.crear-btn {
	display: none;
}
.crear-btn svg {
	padding-top: 3px;
}
.burger-menu.hide-menu {
	display: none;
}
.burger-menu {
	position: absolute;
	top: 6px;
	right: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.burger-menu svg {
	width: 30px;
	height: 30px;
}

.burger-menu span {
	margin-right: 12px;
}
#sponsors-header {
	text-align: right;
	width: calc(100vw - 490px);
}
#sponsors-header,
.sponsors-logos,
#sponsors_home {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#sponsors_home {
	display: none;
	justify-content: flex-start;
}
#sponsors_home .sponsors-logos {
	padding-top: 40px;
}
.sponsors-logos {
	gap: 16px;
}
.spanser-text {
	padding-right: 30px;
}

.spanser-text.white {
	color: #fff;
}
.spanser-text p {
	opacity: 0.8;
	font-size: 15px;
	margin-bottom: 0;
}
.sponsors-logo-box {
	max-width: 130px;
	height: auto;
}

.sponsors-logo-box img {
	width: 100%;
	height: auto;
	min-width: 40px;
}
#sponsors_home .sponsors-logo-box {
	max-width: initial;

}
#sponsors_home .sponsors-logo-box img,
.text_sponsors .img-handler-box img {
	min-width: initial;
	max-height: 50px;
	width: auto;
}
.video-handler-box.embed-container iframe{
	max-width: 100%;
}


#sponsors_home .sponsors-logos {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}
#handler-toogle .text_sponsors .row {
	
}

.handler-toogle {
	width: 100%;
	height: calc(100vh - 100px);
	position: absolute;
	top: calc(-100vh + 247px);
	z-index: 7;
	transition: all 0.35s ease;
	background: #F5F5F5;
}
.handler-toogle.opened {
	top: 0;
}

.handler-bar{
	cursor: pointer;
}

body.handler_opened {
	position: fixed;
	overflow-y: scroll;
	inset: 0;
}

.handler-content {
	padding-top: 138px;
	background: #F5F5F5;
}

.handler-content h2 {
	font-weight: 700;
} 

.handler-bar {
	height: 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}
.handler-bar svg {
    width: 68px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: calc(50% - 34px);
}

.handler-bar svg path.st1 {
	stroke-width: 3;
}

.handler-toogle.opened svg path.st1 {
	transform: rotate(180deg);
	  transform-origin: 50% 42%;
}

.handler-content .content .intro {
	font-size: 22px;
}

.text_sponsors {
	
}

.text_sponsors .img-handler-box  {
	padding: 15px;
}



/*

	███    ███ ███████ ███    ██ ██    ██ ███████
	████  ████ ██      ████   ██ ██    ██ ██
	██ ████ ██ █████   ██ ██  ██ ██    ██ ███████
	██  ██  ██ ██      ██  ██ ██ ██    ██      ██
	██      ██ ███████ ██   ████  ██████  ███████

*/

/* MENUS AND LIST ITEMS */
.sidebar-menu {
	width: 400px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -400px;
	padding: 30px;
	transition: all 0.35s ease;
	
	z-index: 15;
}

.sidebar-menu.active {
	right: 0px;
	z-index: 15;
	overflow-y: scroll;
}

.sidebar-menu .acceder-btn-sidebar {
	margin-bottom: 10px;
	display: block;
}

.menu-principal-container {
	margin-top: 60px;
	margin-bottom: 50px;
}

.menu-principal-container li.current_page_item a {
	font-weight: 600;
} 

.menu-principal-container li.current_page_item a:before {
	content:"";
	width: 12px;
	padding: 0px 10px;
	background-image: url(../img/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

.menu-principal-container .menu-item {
	list-style: none;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 400;
}

.menu-principal-container .menu-item a {
	text-decoration: none;
}

.close-menu {
	font-size: 16px;
	display: block;
	text-align: right;
	font-weight: 600;
}

#close-icon {
	font-size: 18px;
	position: relative;
	top: 2px;
	padding-left:12px
}

.directs span {
	border-bottom: 2px solid;
	padding-bottom: 3px;
	display: inline-block;
	margin-bottom: 20px;
}

.directs .button {
	display: flex;
	margin-bottom: 16px;
	width: fit-content;
}

.salas-container #menu-directos li a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.salas-container #menu-directos li a svg {
	margin: 0px 10px 2px 0px; 
}

.menu-legal-container {
	width: 100%;
	text-align: right;
}
.menu-legal-container li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 500;
	font-size: 15px !important;
	border-bottom: 0px solid #b12a2000;
	transition: 0.1s;
}
.menu-legal-container li a {
	color: #868b8f;
	font-size: 14px;
}
.menu-principal-container li a {
	color: #868b8f;
	text-decoration: none;
}
.menu-principal-container li a:hover {
	color: #868b8f;
	text-decoration: none;
}
.close-session {
	margin-top: 60px;
}

.close-session svg {
	margin-right:6px
}

.sidebar_opened{
	z-index: -1;
}

.sidebar_opened .overlay,
.access_popup_opened .overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	height: 100%;
	top: 0;
	z-index: 14; 
}


/*

	███    ███  █████  ██ ███    ██
	████  ████ ██   ██ ██ ████   ██
	██ ████ ██ ███████ ██ ██ ██  ██
	██  ██  ██ ██   ██ ██ ██  ██ ██
	██      ██ ██   ██ ██ ██   ████

*/

/* MAIN CONTENT */


#main-content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: calc(100vh - 266px);
	padding-top: 60px;
	padding-bottom: 40px;
}

.home:not(.page-template-sala) #main-content {
	display: flex;
	align-items: center;
}
.home #main-content .button {
	margin-bottom: 0;
} 
.subtitle-event,
.intro-event {
	color: #000;
}

.intro-event {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}

.subtitle-event {
	font-size: 18px;
}

.button svg {
	margin-right: 10px;
}

/* AGENDA */

.adenda-content .card {
	border: none;
}

.adenda-content .card-header {
	border: none;
	padding: 0;
}

#agenda-acc .card-header h5 .btn-link {
	display: block;
	width: 100%;
	text-align: left;
}

#agenda-acc .card-header h5 .btn-link:hover {
	text-decoration: none;
}

#agenda-acc .card-body{
	padding-top: 10px;
} 

#agenda-acc .card-body h5, 
#agenda-acc .speaker-detail {
	color: #000;
	margin-bottom: 0;
}

#agenda-acc h3:nth-of-type(1) {
	margin-top: 0;
}
#partners-acc h3#patrocinador_oro {
	margin-top: 14px;
}
#agenda-acc h3,
#partners-acc h3 {
	margin-top: 56px; 
}

#agenda-acc .card-body .button {
	display: flex;
	width: fit-content;
	margin-bottom: 0;
	font-weight: 500;
}
.agenda-pro .tax-selector {
	margin-left: 0;
}
.tax-selector li {
	list-style: none;
	display: block;
}
.tax-selector li a {
	transition: 0.3s;
}
.tax-selector li a:hover {
	background-color: #eee;
	color: #fff;
}

.tax-selector li:last-child a {
	border-right: none;
}
.agenda-event {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 16px;
	padding-bottom: 6px;
}
.agenda-event > div {
}
a.no-hover:hover {
	text-decoration: none;
}
.agenda-event .date-col {
	text-align: center;
}
.agenda-event .date-col .day {
	font-size: 32px;
	line-height: 28px;
	margin: 14px 0 0 0;
}
.agenda-event .date-col .month {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.agenda-event .date-col .time {
	font-size: 17px;
	margin: 0;
	font-weight: 500;
}
.agenda-event .date-col .time.padded-top {
	padding-top: 8px;
}
.agenda-event h4 {
	margin-bottom: 10px;
}
.agenda-event .date-holder {
	padding-top: 20px;
	margin-top: -20px;
	padding-bottom: 12px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.agenda-event img.avatar {
	margin-right: 5px;
	border: 1px solid #999;
	object-fit: cover;
}
img.avatar {
	width: 32px;
	height: 32px;
	border-radius: 21px;
}

.speaker-detail {
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.read-more-event {
	position: absolute;
	bottom: 0px;
	left: 50%;
	font-size: 21px;
}
.place-col {
	text-align: center;
}

.place-name {
	margin-top: 20px;
	line-height: 18px;
	font-weight: 600;
	font-size: 18px;
}
.main-banner {
	border-radius: 6px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.speakers-row {
	margin-bottom: 12px;
}

.speakers-row h5{
	text-transform: capitalize;
}
#sponsors_home {

}
.download_button { 
	display: none;
}
/* PROMOTERS */

.partners-type,
.tax-selector {
	list-style: none;
	padding-left: 20px;
	margin-top: 30px;
}

.partners-type li,
.tax-selector li {
	margin-bottom: 10px;
}

.partners-type li a,
.tax-selector li a {
	text-decoration: none;
}

.partners-type li.active a .icon-arrow,
.tax-selector li.active a .icon-arrow {
	width: 12px;
	padding: 0px 10px;
	background-image: url(../img/icon-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

#dates-menu,
#speakers-menu,
#partners-menu {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	height: 100%;
	min-height: 320px; 
}

/* #fixed_me {
	display: block;
    position: -webkit-sticky;
    position: sticky;
	top: 30px;
	height: 100vh;
} */
.promoter-card {
}
.promoter-card h4 {
	margin-bottom: 4px;
}
.promoter-card > div {
    text-align: center;
    background: #fff;
    border-radius: 6px;
    height: 226px;
    margin-bottom: 16px;
    padding: 20px;
}
#partners-acc.col-lg-12 .promoter-card > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.col-xs-3.promoter-card > div{
	height: 108px;
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}
.promoter-card .avatar {
	width: 100%;
	height: 80px;
	object-fit: contain;
	border-radius: 0%;
}
.promoter-card p {
	margin-top: 30px;
}
.promoter-card h5 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.2;
}
/* DOWNLOADS */

.download-card {
	border-radius: 6px;
	margin-bottom: 16px;
	height: auto;
	padding: 16px 20px;
}
.download-card .row > div h5,
.download-card .row > div p {
	vertical-align: middle;
	line-height: normal;
}
.download-icon h5 {
	font-size: 22px !important;
}
.download-btn {
	height: 80px;
	display: block;
	font-size: 32px;
	transition: 0.3s;
}
.download-btn:hover {
	transform: translate(0px, 5px);
}

.page-template-downloads .row {
	align-items: center;
}

.author-download {
	display: block;
	margin-bottom: 0px;
}

.download-icon {
	margin-left: 10px;
	position: relative;
	top: 2px;
}

/* SPEAKERS */

.speaker-card {
	border-radius: 6px;
	margin-bottom: 16px;
	padding: 16px;
	overflow: hidden;
	padding-right: 24px;
	position: relative;
}
.speaker-card .col-xs-12.col-sm-9{
	cursor: pointer;
	min-height: 100px;
}

.speaker-card .col-sm-12 {
	padding-left: 32px;
}

/* .speaker-card .col-xs-12.col-sm-3:after{
	content: "Mostrar más...";
	position: absolute;
	top:285px;
	left: 12px;
	color: #aaa;
	cursor: pointer;
}
.speaker-card.open .col-xs-12.col-sm-3:after{
	content: "";
	position: absolute;
	top:10px;
	right: 10px;
	color: #aaa;
} */
.speaker-card.open .col-xs-12.col-sm-9{
	max-height: none;
}
.speaker-card h4 {
	margin-bottom: 4px;
}
.speaker-card h5 {
	margin-top: 4px;
	margin-bottom: 2px;
}
.speaker-card h6 {
	margin-top: 2px;
	text-transform: unset;
}
.contact-buttons a {
	display: inline-block;
	padding: 5px;
}
.speaker-card .avatar {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 45px;
}
.countdown {
	padding: 10px;
	text-align: center;
	border-radius: 6px;
	box-shadow: #00000033 1px 1px 10px;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
}
.countdown .counter {
	display: inline-block;
	border-radius: 6px;
	margin: 20px 3px;
	padding: 8px;
	background: #ffffff44;
	width: 61px;
}
.countdown .counter .value {
	margin-bottom: 5px;
}
.user_counter {
	position: fixed;
	color: #33333388;
	bottom: 4px;
	left: 4px;
	font-size: 12px;
	background: #ffffff88;
	padding: 3px 8px;
	border-radius: 4px;
}
.wp-block-image{
	display: block;
	text-align: center;
}
.wp-block-image img {
	max-width: 100%;
	height: auto;
}
.padded-video{
	padding:30px 10%;
	
}
.single-sala .container-fluid, 
.page-template-sala .container-fluid{
	background-position: center;
	background-size: cover;
}
.twitter-element {
	margin-top: 3px;
	text-align: center;
	margin-bottom: 0px;
}
.right-button {
	float: right;
	padding: 5px 21px;
	margin-right: -13px;
	border-radius: 15px;
	margin-top: 32px;
	
	margin-bottom: 10px;
}
.alert-component {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #33333388;
	z-index: 1000;
}

.alert-component .alert-message p {
	font-weight: normal;
}
.alert-component .alert-message:after{
	content: "No olvide firmar";
	background-color: #01638b;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 42;
	color: #ffffff;
	left: 0;
	text-align: right;
	padding: 15px 20px;
	display: none;
}

.alert-component .alert-message {
	width: 360px;
	height: 300px;
	background: #ffffff;
	margin: 20px auto;
	text-align: center;
	padding: 50px;
	padding-top: 10%;
	font-size: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: #333333 1px 1px 20px;
	position: relative;
}

.alert-component .alert-message h3 {
	font-weight: normal;
}

.alert-component .alert-message p {
	font-size: 18px;
	font-weight: bold;
}
.alert-component .alert-message .button {
	margin-top: 20px;
	display: block;
	margin-bottom: 10px
}
.alert-component .alert-message .button:hover{
	color: #ffffff;
}
.main-banner .button {
	margin-bottom: 5px;
	display: inline-block;
}

#filter-item{
	float: right;
	margin-right: -14px;
	border: 0;
	background: #ffffff;
	border-radius: 6px;
	height: 40px;
	padding: 5px;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 40px;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 20px;
	width: 90%; 

}
.see-more-link{
	position: absolute;
	right: 20px;
	top: 0;
	background-image: url('../img/caret-down.svg');
	background-repeat: no-repeat;
	width: 20px;
	background-size: contain;
	background-position: center;
	padding: 5px;
	transition: transform 0.3s ease; 
}

.speaker-card.open .see-more-link {
	transform: rotate(180deg); /* Giramos el icono */
}

.extra-data{
	max-height: 0;
	overflow: hidden;
	transition: 0.7s;
}
.speaker-card.open .extra-data{
	max-height: 1200px;	
}

.page-template-partners .pro-confirm-bg,
.page-template-partners .pro-confirm-popup {
	display: none !important;
}

.pro-confirm-bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #33333399;
	z-index: 14;
}
.pro-confirm-popup{
	position: fixed;
	top:50%;
	left: calc(50% - 180px);
	width: 360px;
	box-shadow: 1px 1px 10px #33333366;
	padding: 20px 30px;
	border-radius: 0;
	z-index: 16;
	transform: translateY(-50%);
}

#filter-item{
	float: none;
	margin-bottom: 30px;
}

.countdown{
	background-color: #BAC9D2;
	text-align: left;
	padding: 6% 9% 10% 9%;
	border-radius: 15px;
}

.countdown blockquote p{
	margin-bottom: 10px;
	text-align: left;
	font: normal 600 19px/36px "roboto";
}

.countdown .counter-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.countdown .counter-wrapper div{
	width: 22%;
	height: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.countdown .counter{
	margin: 0;
	background: #F8F9FA;
}

.countdown .counter-wrapper div h3{
   font-size: 22px;
}


/*

  █████  ██████  ███████ 
 ██   ██ ██      ██      
 ███████ ██  ███ █████ 
 ██   ██ ██   ██ ██     
 ██   ██ ██████  ███████ 
   */

.agenda-time-toggle{
	background: #ffffff;
	overflow: hidden;
	border-radius: 10px;
	max-height: 47px;
	transition: 0.4s ease-in-out;
	margin-bottom: 8px;
}
.agenda-time-toggle.open{
	max-height: 800px;
	color: #ffffff;
}
.agenda-time-toggle .toggle-handler{
	background: #BAC9D2; /* Exchange on header css */
	color: #003D57; /* Exchange on header css */
	margin: 0;
	padding: 10px 12px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	padding-left: 1.8rem;
	position: relative;
	transition: transform 0.3s ease; 
}

.agenda-time-toggle .toggle-handler:after{
	content: " ";
	position: absolute;
	right: 20px;
	top: 18px;
	background-image: url(../img/caret-down.svg);
	background-repeat: no-repeat;
	width: 20px;
	background-size: contain;
	background-position: center;
	padding: 5px;
	transition: transform 0.3s ease; 
}

.agenda-time-toggle.open .toggle-handler:after {
	transform: rotate(180deg);
}

.agenda-time-toggle .card + .card{
	border-top: 1px solid #BAC9D2;
}

.agenda-time-toggle .card-body h4{
	font-weight: 600;
	font-size: 18px;
}
.agenda-time-toggle .speaker-detail{
	font-size: 16px;
	margin: 5px 0;
}

.agenda-time-toggle .conference_theme {
	font-weight: 600;
}

/*

████████  █████  ██████  ███████ 
   ██    ██   ██ ██   ██ ██      
   ██    ███████ ██████  ███████ 
   ██    ██   ██ ██   ██      ██ 
   ██    ██   ██ ██████  ███████ 
   */

/* TABS */
#questions {
	position: fixed;
	z-index: 20;
	right: 0;
	width: 300px;
	height: calc(100% - 97px);
	/*top: calc(100% - 102px);*/
	top: calc(100% - 49px);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: 0.4s;
	overflow: hidden;
}
#questions.open,
#questions.fixed {
	top: 102px;
	height: calc(100% - 97px);
}
#ifr-1,#ifr-2,#ifr-3,#ifr-4 {
	height: calc(100% - 55px);
}
#questions a.toggle {
	height: 50px;
	display: inline-block;
	padding: 20px 5px;
	font-weight: normal;
	color: #415ba5;
	font-size: 14px;
	position: relative;
	background: #ffffff;
	width: 32%;
	background: #1c3474;
	text-align: center;
	color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#questions a.toggle:active,
#questions a.toggle:hover,
#questions a.toggle:visited,
#questions a.toggle:focus {
	text-decoration: none;
}

#questions.left a.toggle {
	left: 350px;
}
#votes,
#result,
#ifr-q {
	position: absolute;
	color: #333;
	background: #fff;
	top: 48px;
	left: 0;
	width: 100%;
	height: calc(100% );
}
#questions .tab-title {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: #1d3374;
	margin: 20px;
}
#questions .voting {
	background-color: #d5e7ec;
	color: #1d3374;
	padding: 10px 18px;
	font-weight: 500;
	margin: 0;
}
#questions .question {
	background: #f2f9fb;
	padding: 20px 18px;
	color: #1d3374;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px;
}
#questions .responses {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}
#questions .num-votes {
	float: right;
}
#questions .num-votes-icon {
	width: 20px;
	height: 14px;
	float: right;
	position: relative;
	top: 4px;
}
#questions .responses li {
	list-style: none;
	margin-bottom: 10px;
}
#questions .responses li input {
	margin-right: 10px;
}
#questions .responses li label {
	background: #f2f9fb;
	border-radius: 22px;
	padding: 10px 20px;
	color: #1d3374;
	font-weight: 500;
}
#questions .vote-now {
	text-align: center;
}
#result .responses label span {
	color: #0ec6f0;
	margin-right: 8px;
	font-size: 13px;
	width: 35px;
	display: inline-block;
}
.pre-icon {
	vertical-align: middle;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
#questions.open .post-icon,
#questions.fixed .post-icon {
	transform: rotate(180deg);
}
#questions .q-wrapper a {
	font-weight: normal;
}
.toggle[data-item="slido"] {
	line-height: 14px;
	padding-top: 9px !important;
	padding-bottom: 0px !important;
}
.q-wrapper.status-1 .set-live {
	font-weight: bold !important;
	text-decoration: underline;
	color: #aa0000 !important;
}
.q-wrapper.status-2 .set-results {
	font-weight: bold !important;
	text-decoration: underline;
	color: #aa0000 !important;
}
#votes,
#result {
	overflow: auto;
	padding-top: 12vh;
}
#questions .q-wrapper {
	margin-top: 15px;
}
#questions .q-wrapper.disabled .question {
	color: #939bb3;
}
#questions .q-wrapper.disabled .responses,
#questions .q-wrapper.disabled canvas {
	display: none !important;
}

.sala-template-default{
	overflow-x: hidden;
}
.padded-video{
	padding: 0;
	position: relative;
}
.sala-template-default .container-fluid{
	padding: 0 15px;
	padding-top: 25px;
}

.sala-template-default .twitter-element {
	margin: 0;
	/* margin-left: 6px; */
	/* margin-bottom: auto; */
	position: absolute;
	top: -23px;
	left: 50px;
	overflow: hidden;
}
.sala-template-default #questions.open,
#questions.fixed, 
.sala-template-default #questions.fixed,
.page-template-sala #questions.open{
	top: 0;
	height: 100vh;
	right:0;
	/* z-index: 2; */
}

.sala-template-default #questions.left.open {
	left: 0;
}

.sala-template-default #questions,
.page-template-sala #questions {
	top: 0;
	height: 100vh;
	right:-300px;
	overflow: visible;
}

.sala-template-default #questions.left {
	left: -300px;
}

#questions a.toggle{
	transform: rotate(-90deg);
	left: 1px;
	top: 530px;
	transform-origin: bottom left;
	line-height: 13px;
}

.inmunoadolescente #questions a.toggle {
	white-space: normal;
	overflow: visible;
	text-overflow: initial;
	line-height: 16px;
	padding: 9px 16px 0px;
}

#questions.left a.toggle {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


#ifr-1, #ifr-2, #ifr-3, #ifr-4{
	height: 100vh;
}
/*

	██       ██████   ██████  ██ ███    ██
	██      ██    ██ ██       ██ ████   ██
	██      ██    ██ ██   ███ ██ ██ ██  ██
	██      ██    ██ ██    ██ ██ ██  ██ ██
	███████  ██████   ██████  ██ ██   ████

*/

/* LOGIN PANEL */

#login,
#signup,
#passreset {
	position: absolute;
	top: calc(50% - 180px);
	left: calc(50% - 180px);
	width: 360px;
	z-index: 20;
	background: rgba(255, 255, 255);
	padding: 25px;
	box-shadow: rgba(50, 50, 50, 0.3) 0 2px 10px;
	display: none;
}
#signup {
	width: 100%;
	max-width: 600px;
	left: calc(50% - 300px);
	top: calc(50% - 300px);
	max-height: 600px;
	overflow-y: scroll;
}
#login .final-buttons {
	font-size: 12px;
	margin-top: 10px;
}
#login .final-buttons a:first-child {
	float: left;
}
#login .final-buttons a:last-child {
	float: right;
}
.btn-wrapper button {
	margin-right: 16px;
}
#login .crear-btn {
	font-weight: 600;
}
#login .close-btn,
#signup .close-btn,
#passreset .close-btn {
	position: absolute;
	top: 25px;
	right: 20px;
	font-size: 35px;
	line-height: 6px;
	font-weight: 300;
}
#login .close-btn:hover,
#signup .close-btn:hover,
#passreset .close-btn:hover {
	text-decoration: none;
}
#login h4,
#signup h4 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 0px;
}
#login p,
#signup p {
	margin-bottom: 3px;
	font-size: 13px;
}

#login .intro-popup {
	margin-bottom: 20px;
}

#login input::placeholder,
#signup input::placeholder {
	font-size: 15px;
}

.button.large.login-btn{
	margin-top: 4px;
}


.error-login {
	display: none;
	color: #aa0000;
}
.dato-form {
	display: none;
}
.legal-boxes label {
	font-weight: normal;
}
.legal-boxes small {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 18px;
} 

.extra-btns {
	display: flex;
	justify-content: space-between;
}

/*

	███████  ██████  ██████  ███    ███
	██      ██    ██ ██   ██ ████  ████
	█████   ██    ██ ██████  ██ ████ ██
	██      ██    ██ ██   ██ ██  ██  ██
	██       ██████  ██   ██ ██      ██

*/

/* FORM ELEMENTS */

.button {
	padding: 8px 24px 8px 24px;
	font-size: 16px;
	background: #000;
	color: #fff;
	font-size: 16px;
}

.button:hover{
	text-decoration: none;
}

.button.outline {
	border: 2x solid #000;
	background: #ffffff;
	color: #000;
}
.button.large {
	padding: 10px 30px;
	border-radius: 26px;
	margin-top: 16px;
	margin-bottom: 20px;
}
.button.full {
	width: 100%;
}

.button.large svg{
	vertical-align: baseline;
	margin-right: 12px;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
	background: #ffffff;
	border-radius: 6px;
	border: 2px solid #868b8f;
	padding: 12px 16px;
	margin-bottom: 10px;
	width: 100%;
	text-transform: capitalize;
}

#login input[type="text"],
#passreset input[type="text"], 
#login input[type="email"],
#signup input[type="email"]{
	text-transform: initial;
}

.form-holder-checkbox{
	height: 96px;
}
.form-holder-checkbox label, .form-holder-checkbox p{
	font-weight: 400;
	line-height: 80px;
}
.form-holder-radio label{
	font-weight: 400;
}


/*formularios*/
.form-group label{	
display: flex;
align-items: center;
}

.form-group label input[type=text]{
  width: 100%;
  padding: 20px 22px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #3682A2;
  border-radius: 12px;
  box-sizing: border-box;
}

.form-group label input[type=checkbox]{
  margin-right: 13px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 5px solid #3682A2;
  border-radius: 12px;
  box-sizing: border-box;
}

.form-group label a{	
	color: black;
	font-size: 16px;
}

.form-group .btn-primary{
	background-color: #FEC24E;
	border: #FEC24E;
	border-radius: 80px;
	padding: 20px 60px;
}


/*

	███████  ██████   ██████  ████████ ███████ ██████
	██      ██    ██ ██    ██    ██    ██      ██   ██
	█████   ██    ██ ██    ██    ██    █████   ██████
	██      ██    ██ ██    ██    ██    ██      ██   ██
	██       ██████   ██████     ██    ███████ ██   ██

*/

/* FOOTER ELEMENTS */

/* .home footer {
	position: fixed;
	width: 100%;
	bottom: 0;
} */

.menu-legal-container li {
	margin-right: 0;
	padding-right: 0;
}
footer {
	padding: 30px 70px;
}

footer .text-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .container-rs-fluid{
	width: 100%;
}

footer .text-right p{
	margin: 10px 0 0 0;
}

footer .partners {
	margin-bottom: 20px;
	text-align: right;
}
footer .partner-icon {
	max-width: 100px;
	margin: 20px;
	max-height: 50px;
}

footer .prelogo {
	text-align: center;
	display: flex;
}

.footer-logo-title {
	font-size: 13px;
	margin-bottom: 7px;
	display: inline-block;
	color: #bac9d2;
	font-family: Lato, sans-serif;
}

.footer-logo-wrapper {
	display: flex;
	flex-direction: column;
	padding: 0px 10px;
}

footer.advanced-footer img.main-logo{
	margin-right: 0;
}
footer.advanced-footer .partners{
	text-align: center;
}

.footer-logo {
	max-height: 80px;
	/* filter: brightness(0) invert(1); */
	width: auto;
	max-width: initial;
	max-width: 120px;
	text-align: center;
	margin: 0 auto;
}




#landscape {
	display: none;
	z-index: -100;
}

#landscape p {
  color: #0B0B0B;
  text-align: center;
  font-weight: 500;
}

#landscape p img {
  margin-bottom: 10px;
  width: 120px;
}

.landscape-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
}

.close-popup-landscape {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	position: relative;
	top: -15px;
	font-weight: 600;
	font-size: 20px;
}

/*
	██████  ███████ ███████ ██████   ██████  ███    ██ ███████ ██ ██    ██ ███████ 
	██   ██ ██      ██      ██   ██ ██    ██ ████   ██ ██      ██ ██    ██ ██      
	██████  █████   ███████ ██████  ██    ██ ██ ██  ██ ███████ ██ ██    ██ █████   
	██   ██ ██           ██ ██      ██    ██ ██  ██ ██      ██ ██  ██  ██  ██      
	██   ██ ███████ ███████ ██       ██████  ██   ████ ███████ ██   ████   ███████ 
*/
@media (max-width: 1300px) {
	#sponsors-header .spanser-text p {
		display: none;
	}
}
@media (max-width: 1200px) {
	#sponsors-header {
		display: none;
	}
	#sponsors_home {
		display: flex;
	}
	
	#sponsors_home.hide-mb {
		display: none;
	}
}

@media (max-width: 1024px) {
	h1 { font-size: 32px; }
	h2 { font-size: 28px; }
	h3 { font-size: 22px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 16px; }
	.intro-event {
		font-size: 21px;
	}
}

@media (min-width: 829px) {
	#main-vid.with-panel {
		/* width: calc(100% - 299px) !important; */
		width: 100%;
		padding-right: 299px !important;
		box-sizing: border-box; 
		transition: all 0.3s ease-in-out; 
	}
	
	#main-vid.with-panel-left {
		width: 100%;
		padding-right: 0px !important;
		padding-left: 299px !important;
		box-sizing: border-box; 
		transition: all 0.3s ease-in-out; 
	}
}


@media (max-width: 992px) {
	.title-header {
		display: none !important;
	}
	/*
	.menu-principal-container {
		width: calc(100% - 326px);
	}
	*/
	.padded-video{
		padding:10px 20px;
	}
	.bf-footer .text-right,
	.bf-footer .menu-legal-container {
		text-align: center !important;
	} 
	#sponsors_home .sponsors-logos {
		padding-bottom: 40px;
	} 
	#handler-toogle .text_img {
		order: -1;
		padding-bottom: 32px;
	}
	#handler-toogle .flex-sm-row {
		padding-top: 36px;
		align-content: flex-start;
		justify-content: flex-start!important;
		overflow: scroll;
		max-height: 95%;
	}
}
@media (max-width: 829px) {
	.home #main-content{
		padding-bottom: 60px;
	}
	.padded-video{
		padding:0;
	}
	
	.adenda-content{
		padding-top: 35px;
	} 
	
	#agenda-acc {
		margin-top: 40px;
	} 
	
	#agenda-acc h3,
	#partners-acc h3 { 
		margin-top: 40px;
	} 
	
	.advanced-header .burger-menu{
		top: 69px;
		z-index: 1;
		color: #ffffff!important;
	}
	.advanced-header .bottom-menu {
		text-align: right;
		padding-right: 28px;
		padding-left: 120px;
	}
	.container-rs-fluid .header .top-area .content-header .spanser-text {
		display: none;
	}
	.logo-nobox-mode + .sub-menu .container-rs-fluid {
		padding: 8px 25px 5px; 
		align-items: center;
		justify-content: space-between;
	}
	.burger-menu>span{
		display: none;
	}
	.place-col:after {
		display: none;
	}
	
	.access-button {
		margin-right: 50px;
	}
	#questions.fixed {
		top: calc(100% - 48px);
	}
	#questions.open.fixed {
		top: 102px;
	}
	#signup {
		left: 1vh;
		top: 1vh;
		width: 96vw;
		max-width: 830px;
		max-height: 96vh;
		overflow-y: scroll;
	}
	.home #main-content .button {
		width: 100%;
	}
	.download-card, .download-card > .row > div{
		height: auto;
	}
	.download-card .down-col{
		float: right;
		margin-right: 10px;
	}
	.download-btn{
		height: 50px;
		font-size: 27px;
		transition: 0.3s;
		line-height: 65px;
	}
	.advanced-header img.sponsor{
		max-width: 60px;
		max-height: 30px;
		margin-right: 13px;
	}

	body #main-content.container-fluid,
	body .container-fluid.adenda-content,
	body #partners.container-fluid,
	body #downloads.container-fluid,
	body #speakers.container-fluid {
		padding-top: 40px;
	}
	body.has_handle #main-content.container-fluid,
	body.has_handle .container-fluid.adenda-content,
	body.has_handle #partners.container-fluid,
	body.has_handle #downloads.container-fluid,
	body.has_handle #speakers.container-fluid {
		padding-top: 60px;
	}
	#partners-menu {
		display: block;
		position: relative;
		top: initial;
		height: auto;
		min-height: initial; 
	} 
	#agenda-acc,
	#partners-acc h3#patrocinador_oro {
		margin-top: 50px;
	}	
}

@media (max-height: 599px) {
	#signup {
		top: 2%;
		height: 96%;
		max-height: none;
	}
}

.site-conartritis2 footer {
	padding-top: 0;
}

@media (max-width: 900px) and (orientation:landscape){
	#questions a.toggle {
		top: 261px !important;
	}
	
	#dates-menu, #speakers-menu {
		position: initial;
	}
	
	.handler-toogle {
		display: none;
	}
	
	nav.top-bar.bg-image.hide_banner_mb {
		background-image: none !important; 
	}
}

@media (max-width: 768px) {
	footer .prelogo {
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
}

@media (max-width: 678px) {
	h1 {
		font-size: 28px;
	}
	
	a.logo .logo_mb {
		display: inline-block;
	}
	
	a.logo .logo_dk {
		display: none;
	}
	
	.row.header {
		margin-left: 0px;
		margin-right: 0px;
	} 
	
	nav.top-bar,
	.top-area {
		height: 72px;
		background-position: 70% 50%;
	}
	.logo-box {
		width: 120px;
	}
	.logo-box a.logo img {
		max-height: 56px;
	}
	.logo-box-mode .logo-box a.logo img {
		padding: 0px 10px;
	}
	
	.bigger-logo .logo-box a.logo img {
		max-height: 60px;
	}
	
	/* .bigger-logo .logo-box a.logo img,
	.bigger-logo .footer-logo {
		transform: scale(1.2);
	}
	 */
	.top-bar.logo-box-mode .container {
		padding: 0px !important;
	}
	
	.bigger-logo.top-bar.logo-box-mode .logo-box {
		width: 230px;
	}
	
	.top-bar.logo-box-mode .logo-box {
		width: 160px;
	}
	
	.logo-box a.logo {
		text-align: center;
	} 
	
	.banner-box{
		display: none;
	}
	
	.logo-nobox-mode + .sub-menu .burger-menu {
		position: initial;
	}
	
	#dates-menu, #speakers-menu {
		position: initial;
	}
	
	.logo-box-mode .logo-box {
		height: 72px;
	}
	
	.container-fluid {
		padding-top: 35px;
	}
	
	.container-rs-fluid .header .top-area{
		padding: 0 8px;
	}
	
	.top-bar.logo-box-mode + .sub-menu,
	.top-bar.creative.logo-box-mode + .sub-menu{
		top: -50px;
		background-color: transparent !important;
		z-index: 14;
	} 
	
	.logo-box-mode + .sub-menu .burger-menu {
		right: 20px; 
	} 
	
	.logo-box-mode + .sub-menu .container-rs-fluid {
		padding: 5px 52px;
	} 
	
	.logo-box-mode .container-rs-fluid .header .top-area{
		padding: 0px;
	}
	.logo-box-mode + .sub-menu .container-rs-fluid p {
		display: none;
	} 
	
	.logo-box-mode .container-rs-fluid .header .top-area .logo-box {
		justify-content: center;
		padding-left: 0;
	}
	
	.container-rs-fluid .header .top-area .logo-box{
		padding-left: 0px;
		justify-content: left;
	}
	
	.logo-box-mode .container-rs-fluid .header .top-area .content-header {
		display: none;
	}
	
	.content-header {
		width: 33%;
		display: flex;
		align-items: center;
		padding-right: 0px;
	}
	
	.handler-content h2 {
		font-size: 26px;
		line-height: 32px;
	}
	
	.handler-content .button {
		margin-top: 10px;
		margin-bottom: 32px;
	}
		
	.handler-toogle.handler-logo-box-mode {
		top: calc(-100vh + 140px);

	} 
	
	.handler-toogle {
		top: calc(-100vh + 210px);
	}
		
	.handler-toogle.opened {
		z-index: 1;
		top: 40px;
		padding-top: 80px;
	}
	.handler-toogle.opened .handler-content,
	.handler-cols {
		overflow-y: scroll;
		padding-top: 0px; 
	}
	.handler-toogle .handler-content {
		overflow: hidden;
	}
	.handler-toogle .handler-content > .container {
		/* overflow-y: scroll;
		height: calc(100vh - 140px)!important; */
	}
	.handler-toogle.opened .handler-bar {
		bottom: -10px;
	}
	.handler-cols {
		padding-top: 80px;
	}
	/* .handler-cols .col.align-self-center {
		flex-basis: content;
		padding-top: 0px;
	} */
	#handler-toogle .text_img .img-handler-box {
		/* display: none; */
	}
	#handler-toogle .flex-sm-row .col {
		flex-basis: initial;
		flex-grow: initial;
	}
	/* #handler-toogle .text_img {
		display: none;
	} */
	.sidebar-menu {
		width: 100%;
		right: -101%;
	} 	
	footer {
		padding: 30px 20px;
	}
	
	footer .prelogo {
		justify-content: center;
		margin-bottom: 2.5vh;
		flex-wrap: wrap;
	}
	
	footer .prelogo .footer-logo {
		margin-bottom: 20px;
	}
	
	.menu-legal-container li{
		margin-left: 0px;
	}
	.logo-box-mode + .sub-menu, 
	.top-bar.logo-box-mode + .sub-menu {
		display: block;
		width: 50%;
		position: absolute;
		top: 17px;
		right: 0;
		left: initial;
	}
	.logo-box-mode + .sub-menu .container-rs-fluid,
	.bigger-logo.logo-box-mode + .sub-menu .container-rs-fluid {
		padding: 0;
	}
	.handler-bar svg {
		width: 72px;
		left: calc(50% - 36px);
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#handler-toogle .flex-sm-row {
		padding-top: 42px;
		flex-wrap: nowrap;
	}
	#handler-toogle .text_img {
		padding-bottom: 16px;
		order: 6;
	}
	#handler-toogle .flex-sm-row .col {
		min-height: initial;
	}
	body #main-content.container-fluid,
	body .container-fluid.adenda-content,
	body #partners.container-fluid,
	body #downloads.container-fluid,
	body #speakers.container-fluid {
		padding-top: 20px;
	}
	body.has_handle #main-content.container-fluid,
	body.has_handle .container-fluid.adenda-content,
	body.has_handle #partners.container-fluid,
	body.has_handle #downloads.container-fluid,
	body.has_handle #speakers.container-fluid {
		padding-top: 56px;
	}
	#dates-menu,
	#speakers-menu,
	#partners-menu {
		display: block;
		position: relative;
		top: initial;
		height: auto;
		min-height: initial; 
	}
	.download_button_full .justify-content-end {
		justify-content: flex-start!important;
		padding-top: 16px;
	}
	#filter-item {
		width: 100%;
	}
	
}
@media (min-width: 390px) { 

}
@media (min-width: 600px) {
	
	.site-conartritis2  .advanced-footer>.container>.row>.col-xs-12.col-lg-3{
		display: none;
	}
}

@media (max-width: 829px) and (max-height: 500px) {
	#questions.open,
	#questions.open.fixed {
		top: 2px;
		box-shadow: #222222 1px 1px 10px;
	}
}

@media(max-width:600px) and (orientation: portrait){
  
	body.single-sala, 
	body.page-template-sala {
		overflow: hidden;
	}
	
	.single-sala #landscape, 
	.page-template-sala #landscape{
		  display: flex;
		  position: fixed;
		  top: 0;
		  bottom: 0px;
		  right: 0px;
		  left: 0px;
		  background: #33333388;
		  z-index: 990000;
		  width: 100%;
		  height: 100vh;
		  font-size: 120%;
		  align-items: center;
		  justify-content: center;
	}

}

@media(max-width:768px) and (orientation: portrait){
	nav.top-bar.bg-image.hide_banner_mb {
		background-image: none !important; 
	}

}

