/*

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

*/

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

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

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

*/

/* GENERAL STYLES */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 8px;
}
h1 {
	font: 400 48px/50px Roboto, sans-serif;
	margin-bottom: 30px;
}
h2 {
	font: 500 38px/42px Roboto, sans-serif;
	margin-bottom: 20px;
}
h3 {
	font: 400 28px/36px Roboto, sans-serif;
	margin-bottom: 17px;
}
h4 {
	font: 500 22px/28px Roboto, sans-serif;
	margin-bottom: 15px;
}
h5 {
	font: 300 16px/20px "Roboto Condensed", sans-serif;
	margin-bottom: 15px;
}
h6 {
	font: 300 14px/20px "Roboto Condensed", sans-serif;
	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;
}
/*

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

*/

/* HEADER */

nav.top-bar {
	height: 100px;
}
.top-bar .container {
	height: 100%;
}
img.main-logo {
	max-width: 150px;
	width: auto;
	height: 80px;
	object-fit: contain;
	margin-right: 30px;
	vertical-align: middle;
}
.access-button {
	margin-top: 36px;
	float: right;
}
.title-header {
	font-size: 20px;
	font-weight: 700;
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	margin: 0;
}
a.principal-logo {
	display: block;
	height: 100px;
	float: left;
	line-height: 100px;
}
.logout-btn {
	display: none;
}
.header .crear-btn{
	display: none;
}

.burger-menu {
	display: none;
	position: absolute;
	top: 32px;
	right: 20px;
	cursor: pointer;
}
.advanced-header{
	position: relative;
}
.advanced-header .top-area{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items:center;
	height: 70px;
	background-size: cover;
}
.advanced-header .top-area .part-1{
	flex-grow:1;
	text-align: center;
	z-index: 1;
	height: 93px;
	min-width: 110px;
	overflow: hidden;
	align-self:flex-start;
}
.advanced-header .top-area .part-1 img{
	max-width: 180px;
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.advanced-header .top-area .part-2{
	text-align: center;
	flex-grow:1;
}
.advanced-header .top-area .part-3{
	text-align: left;
	flex-grow:3;
}
.advanced-header .top-area .part-4{
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	flex-wrap: nowrap;
	flex-grow:2;
	align-items:center;
	text-align: right;
}
.advanced-header img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
.advanced-header img.sponsor{
	
	max-width: 115px;
	max-height: 42px;
	
	height: auto;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}
.advanced-header .bottom-menu{
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	height: 30px;
}
.advanced-header  .menu-principal-container{
	float: left;
	width: calc(100% - 170px);
	margin-top: 4px;
	margin-right: 15px;
}
.advanced-header .access-button{
	margin-top: 2px;
	float: none;
	white-space: nowrap;
	max-width: 138px;
}
/*

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

*/

/* MENUS AND LIST ITEMS */

.menu-principal-container {
	float: left;
	width: calc(100% - 576px);
	margin-top: 40px;
	text-align: right;
	z-index: 22;
}
.menu-legal-container {
	width: 100%;
	text-align: right;
}
.menu-principal-container li,
.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-principal-container li:hover {
	border-bottom: 2px solid #868b8f;
}
.menu-principal-container li.current-menu-item {
	border-bottom: 2px solid #b12a20;
}
.menu-principal-container li.current-menu-item a {
	color: #b12a20;
}
.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;
}
/*

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

*/

/* MAIN CONTENT */
.hero-banner {
	height: 80px;
	position: relative;
	margin-bottom: 20px;
}
.hero-banner-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 80px;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.with-image {
	height: 190px;
}
.hero-title {
	position: relative;
	margin-top: 20px;
	z-index: 1;
}
.with-image .hero-title {
	margin-top: 70px;
}
#main-content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 80vh;
	padding-top: 10%;
}
.line {
	widows: 100%;
	height: 1px;
	margin-bottom: 10px;
}

/* AGENDA */

.tax-selector {
	margin: 20px 0 20px 0;
	padding: 0;
	border-radius: 20px;
	border: 1px solid #eee;
	float: left;
	overflow: hidden;
	margin-left: -16px;
}
.agenda-pro .tax-selector {
	margin-left: 0;
}
.tax-selector li {
	list-style: none;
	display: inline-block;
	text-align: center;
}
.tax-selector li a {
	display: block;
	padding: 12px 25px;
	font-size: 15px;
	font-weight: 500;
	border-right: 1px solid #eee;
	text-transform: uppercase;
	transition: 0.3s;
}
.tax-selector li a:hover {
	background-color: #eee;
	color: #fff;
}

.tax-selector li:last-child a {
	border-right: none;
}
.agenda-event {
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 16px;
	border: 1px solid #ccc;
	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: 20px;
}
.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 {
	float: left;
	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-col:after {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	height: 80%;
	left: 0;
	background: #aaa;
	width: 1px;
}
.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 {
}

/* PROMOTERS */
.promoter-card {
}
.promoter-card h4 {
	margin-bottom: 4px;
}
.promoter-card > div {
	text-align: center;
	background: #fff;
	border-radius: 6px;
	height: 218px;
	margin-bottom: 16px;
	border: 1px solid #eee;
}
.col-xs-3.promoter-card > div{
	height: 108px;
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}
.promoter-card .avatar {
	width: 80%;
	height: 80px;
	object-fit: contain;
	border-radius: 0%;
	margin-top: 30px;
	margin-top: 20px;
}
.promoter-card p {
	margin-top: 30px;
}

/* DOWNLOADS */

.download-card {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 16px;
	border: 1px solid #eee;
	height: 80px;
	line-height: 80px;
}
.download-card > .row > div {
	height: 80px;
}
.download-card .row > div h5,
.download-card .row > div p {
	display: inline-block;
	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);
}

/* SPEAKERS */

.speaker-card {
	border: 1px solid #eee;
	border-radius: 6px;
	margin-bottom: 16px;
	padding: 16px;
	overflow: hidden;
	padding-right: 24px;
}
.speaker-card .col-xs-12.col-sm-9{
	max-height: 300px;
	cursor: pointer;
	overflow: hidden;
	min-height: 140px;
}
.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;
	max-height: 20px;
}
.contact-buttons a {
	display: inline-block;
	padding: 5px;
}
.speaker-card .avatar {
	width: 90px;
	height: 90px;
	border: 2px solid #999;
	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 {
	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: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;
}
.alert-component .alert-message {
	width: 360px;
	height: 300px;
	background: #ffffff;
	margin: 20px auto;
	text-align: center;
	padding: 50px;
	padding-top: 70px;
	padding-top: 50px;
	font-size: 20px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: #333333 1px 1px 20px;
	position: relative;
}
.alert-component .alert-message p {
	font-size: 18px;
	font-weight: bold;
}
.alert-component .alert-message .button {
	margin-top: 20px;
	display: block;
}
.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: 1px solid #eee;
	background: #ffffff;
	border-radius: 6px;
	height: 40px;
	padding: 5px;
	margin-top: 30px;
	padding-right: 40px;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 30px;
}
.see-more-link{
	float: right;
}
.extra-data{
	max-height: 0;
	overflow: hidden;
	transition: 1s;
}
.speaker-card.open .extra-data{
	max-height: 1200px;	
}
.speaker-card.open .see-more-link{
	display: none;
}
.pro-confirm-bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #33333399;
	z-index: 10;
}
.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: 11;
	transform: translateY(-50%);
}

/*

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

/* 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%;
	border: 1px solid #ffffff;
	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.tab-active {
	background: #ffffff;
	color: #1c3474;
}
#questions a.toggle:active,
#questions a.toggle:hover,
#questions a.toggle:visited,
#questions a.toggle:focus {
	text-decoration: none;
}
#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-bottom: 30vh;
}
#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;
}

/*

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

*/

/* LOGIN PANEL */

#login,
#signup,
#passreset {
	position: absolute;
	top: 120px;
	left: calc(50% - 180px);
	width: 360px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	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);
}
#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;
}
#login .crear-btn {
	font-weight: 600;
}
#login .close-btn,
#signup .close-btn,
#passreset .close-btn {
	position: absolute;
	top: 20px;
	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 p,
#signup p {
	margin-bottom: 3px;
}
.error-login {
	display: none;
	color: #aa0000;
}
.dato-form {
	display: none;
}
.legal-boxes label {
	font-weight: normal;
}
.extra-btns {
	display: flex;
	justify-content: space-between;
}
/*

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

*/

/* FORM ELEMENTS */

.button {
	border-radius: 16px;
	padding: 3px 15px;
	background: #b12a20;
	color: #fff;
	text-transform: uppercase;
}
.button.outline {
	border: 1px solid #b12a20;
	background: #ffffff;
	color: #b12a20;
}
.button.large {
	padding: 10px 30px;
	border-radius: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.button.full {
	width: 100%;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
	background: #ffffff;
	border-radius: 6px;
	border: 2px solid #868b8f;
	font: 300 18px/26px "Roboto Condensed", sans-serif;
	padding: 5px 10px;
	margin-bottom: 15px;
	width: 100%;
}
.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;
}
/*

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

*/

/* FOOTER ELEMENTS */

.menu-legal-container li {
	margin-right: 0;
	padding-right: 0;
}
footer {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .partners {
	margin-bottom: 20px;
	text-align: right;
}
footer .partner-icon {
	max-width: 100px;
	margin: 20px;
	max-height: 50px;
}


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

@media (min-width: 829px) {
	#main-vid.with-panel {
		width: calc(100% - 299px) !important;
	}
}

@media (max-width: 992px) {
	.title-header {
		display: none !important;
	}
	.menu-principal-container {
		width: calc(100% - 326px);
	}
	.padded-video{
		padding:10px 20px;
	}
}
@media (max-width: 829px) {
	.padded-video{
		padding:0;
	}
	.advanced-header .top-area .part-4 span{
		/*display: none;*/
	}
	.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;
	}
	.burger-menu {
		display: block;
	}
	.menu-principal-container {
		float: none;
		width: 100vw;
		background: #333;
		height: 0;
		overflow: hidden;
		transition: 0.2s;
		position: absolute;
		right: 0;
		top: 26px;
		margin: 0;
	}
	.menu-principal-container.open {
		height: 340px;
		overflow: auto;
	}
	.place-col:after {
		display: none;
	}
	.menu-principal-container {
	}
	.menu-principal-container ul li {
		display: block;
		border-bottom: 2px solid;
	}
	.access-button {
		margin-right: 50px;
	}
	.menu-principal-container li a {
		color: #bfbfbf;
		text-decoration: none;
		display: block;
		padding: 15px;
	}
	#questions.fixed {
		top: calc(100% - 48px);
	}
	#questions.open.fixed {
		top: 102px;
	}
	#signup {
		left: 0;
		top: 0;
		width: 100vw;
		max-width: 830px;
	}
	.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;
	}
}
.site-conartritis2  footer{
	padding-top: 0;
}
@media (max-width: 600px) {
	.advanced-header .top-area .part-2{
		/*display: none;*/
	}
	.advanced-header .top-area .part-3 h4{
		line-height: 18px;
		margin-left: 6px;
		font-size: 16px;
	}
	.site-conartritis2 footer .partner-icon {
		max-width: 60px;
		margin: -7px;
		max-height: 40px;
	}
	.site-conartritis2 .advanced-header .top-area .part-4{
		display: none;
	}
	.site-conartritis2  .advanced-footer>.container>.row>.col-xs-12.col-lg-3:not(.text-center){
		padding-top: 12px;
		background: #88d8cf;
	}
}
@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;
	}
}
