

/* Start:/local/templates/main/include/static-pages/about/tous-in-world/css/microsite.css?155992257923525*/
/* SASS: LANDING GENERAL STYLES */
body {
	overflow-x: hidden;
}

section#content {
	display: none;
}

#world .no-link, #world .no-link:hover {
	color: inherit !important;
}
#world .onmobile {
	display: none;
}
#world .ondesktop {
	display: block;
}
#world a {
	color: #000000;
	text-decoration: none;
	font-family: "Open Sans", arial, sans-serif;
}
#world a:hover {
	color: #ff6699;
	text-decoration: none;
	cursor: pointer;
}
#world a:hover p {
	text-decoration: none;
}
#world img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#world h1, #world h2, #world h3, #world h4 {
	font-family: "garamond_regular", serif;
}
#world p {
	font-family: "Open Sans", arial, sans-serif;
}
#world #contenido {
	position: relative;
	width: 100%;
}
#world #contenido .row-wrapper {
	text-align: center;
}
#world #contenido .row-wrapper .row {
	margin: 0 auto;
	max-width: 1210px;
	width: 100%;
	opacity: 0;
}
#world #contenido #row1 .row {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#world #contenido #row1 .row div img {
	margin-top: 90px;
}
#world #contenido .microsite-header {
	position: relative;
}
#world #contenido .microsite-header .row {
	max-width: 100%;
}
#world #contenido .microsite-header .row div {
	padding: 0;
	text-align: center;
}
#world #contenido .microsite-header .row div .header_title {
	position: absolute;
	top: 26%;
	width: auto;
	background-color: rgba(255, 255, 255, 0.8);
	left: 50%;
	text-align: center;
	opacity: inherit;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#world #contenido .microsite-header .row div .header_title img {
	width: 100%;
}
#world #contenido .microsite-header .row div .header_title a {
	display: block;
	width: 30px;
	margin: 0 auto 13px auto;
}
#world #contenido .microsite-header .row div .header_title a .pulse {
	animation-name: pulse_animation;
	animation-duration: 1s;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#world #contenido .microsite-header .row div .header_title a .pulse:hover {
	animation: none;
}
@keyframes pulse_animation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
#world #contenido .microsite-header .row div .header_title .pulse {
	animation-name: pulse_animation;
	animation-duration: 1s;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#world #contenido .microsite-header .row div .header_title .pulse:hover {
	animation: none;
}
@keyframes pulse_animation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
#world #contenido .microsite-header .row .down-arrow {
	display: block;
	position: absolute;
	bottom: 59px;
	width: 100%;
	text-align: center;
	padding: 0;
	left: 0;
}
#world #contenido .microsite-header .row .down-arrow p {
	font-weight: 700;
	margin-bottom: 19px;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
}
#world #contenido .microsite-header .row .down-arrow img {
	width: 31px;
	margin-left: -4px;
}
@-ms-viewport {
#world {
	width: device-width;
}
}
#world .visible-xs,
#world .visible-sm,
#world .visible-md,
#world .visible-lg {
	display: none !important;
}
#world .visible-xs-block,
#world .visible-xs-inline,
#world .visible-xs-inline-block,
#world .visible-sm-block,
#world .visible-sm-inline,
#world .visible-sm-inline-block,
#world .visible-md-block,
#world .visible-md-inline,
#world .visible-md-inline-block,
#world .visible-lg-block,
#world .visible-lg-inline,
#world .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	#world .visible-xs {
		display: block !important;
	}
	#world table.visible-xs {
		display: table;
	}
	#world tr.visible-xs {
		display: table-row !important;
	}
	#world th.visible-xs,
	#world td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	#world .visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	#world .visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	#world .visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm {
		display: block !important;
	}
	#world table.visible-sm {
		display: table;
	}
	#world tr.visible-sm {
		display: table-row !important;
	}
	#world th.visible-sm,
	#world td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md {
		display: block !important;
	}
	#world table.visible-md {
		display: table;
	}
	#world tr.visible-md {
		display: table-row !important;
	}
	#world th.visible-md,
	#world td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg {
		display: block !important;
	}
	#world table.visible-lg {
		display: table;
	}
	#world tr.visible-lg {
		display: table-row !important;
	}
	#world th.visible-lg,
	#world td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	#world .hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	#world .hidden-lg {
		display: none !important;
	}
}
#world .visible-print {
	display: none !important;
}
@media print {
	#world .visible-print {
		display: block !important;
	}
	#world table.visible-print {
		display: table;
	}
	#world tr.visible-print {
		display: table-row !important;
	}
	#world th.visible-print,
	#world td.visible-print {
		display: table-cell !important;
	}
}
#world .visible-print-block {
	display: none !important;
}
@media print {
	#world .visible-print-block {
		display: block !important;
	}
}
#world .visible-print-inline {
	display: none !important;
}
@media print {
	#world .visible-print-inline {
		display: inline !important;
	}
}
#world .visible-print-inline-block {
	display: none !important;
}
@media print {
	#world .visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	#world .hidden-print {
		display: none !important;
	}
}
#world .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	#world .container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	#world .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	#world .container {
		width: 1170px;
	}
}
#world .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#world .row {
	margin-left: -15px;
	margin-right: -15px;
}
#world .col, #world .col-xs-1, #world .col-sm-1, #world .col-md-1, #world .col-lg-1, #world .col-xs-2, #world .col-sm-2, #world .col-md-2, #world .col-lg-2, #world .col-xs-3, #world .col-sm-3, #world .col-md-3, #world .col-lg-3, #world .col-xs-4, #world .col-sm-4, #world .col-md-4, #world .col-lg-4, #world .col-xs-5, #world .col-sm-5, #world .col-md-5, #world .col-lg-5, #world .col-xs-6, #world .col-sm-6, #world .col-md-6, #world .col-lg-6, #world .col-xs-7, #world .col-sm-7, #world .col-md-7, #world .col-lg-7, #world .col-xs-8, #world .col-sm-8, #world .col-md-8, #world .col-lg-8, #world .col-xs-9, #world .col-sm-9, #world .col-md-9, #world .col-lg-9, #world .col-xs-10, #world .col-sm-10, #world .col-md-10, #world .col-lg-10, #world .col-xs-11, #world .col-sm-11, #world .col-md-11, #world .col-lg-11, #world .col-xs-12, #world .col-sm-12, #world .col-md-12, #world .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
#world .col, #world .col-xs-1, #world .col-xs-2, #world .col-xs-3, #world .col-xs-4, #world .col-xs-5, #world .col-xs-6, #world .col-xs-7, #world .col-xs-8, #world .col-xs-9, #world .col-xs-10, #world .col-xs-11, #world .col-xs-12 {
	float: left;
}
#world .col-xs-12 {
	width: 100%;
}
#world .col-xs-11 {
	width: 91.66666667%;
}
#world .col-xs-10 {
	width: 83.33333333%;
}
#world .col-xs-9 {
	width: 75%;
}
#world .col-xs-8 {
	width: 66.66666667%;
}
#world .col-xs-7 {
	width: 58.33333333%;
}
#world .col-xs-6 {
	width: 50%;
}
#world .col-xs-5 {
	width: 41.66666667%;
}
#world .col-xs-4 {
	width: 33.33333333%;
}
#world .col-xs-3 {
	width: 25%;
}
#world .col-xs-2 {
	width: 16.66666667%;
}
#world .col-xs-1 {
	width: 8.33333333%;
}
#world .col-xs-pull-12 {
	right: 100%;
}
#world .col-xs-pull-11 {
	right: 91.66666667%;
}
#world .col-xs-pull-10 {
	right: 83.33333333%;
}
#world .col-xs-pull-9 {
	right: 75%;
}
#world .col-xs-pull-8 {
	right: 66.66666667%;
}
#world .col-xs-pull-7 {
	right: 58.33333333%;
}
#world .col-xs-pull-6 {
	right: 50%;
}
#world .col-xs-pull-5 {
	right: 41.66666667%;
}
#world .col-xs-pull-4 {
	right: 33.33333333%;
}
#world .col-xs-pull-3 {
	right: 25%;
}
#world .col-xs-pull-2 {
	right: 16.66666667%;
}
#world .col-xs-pull-1 {
	right: 8.33333333%;
}
#world .col-xs-pull-0 {
	right: auto;
}
#world .col-xs-push-12 {
	left: 100%;
}
#world .col-xs-push-11 {
	left: 91.66666667%;
}
#world .col-xs-push-10 {
	left: 83.33333333%;
}
#world .col-xs-push-9 {
	left: 75%;
}
#world .col-xs-push-8 {
	left: 66.66666667%;
}
#world .col-xs-push-7 {
	left: 58.33333333%;
}
#world .col-xs-push-6 {
	left: 50%;
}
#world .col-xs-push-5 {
	left: 41.66666667%;
}
#world .col-xs-push-4 {
	left: 33.33333333%;
}
#world .col-xs-push-3 {
	left: 25%;
}
#world .col-xs-push-2 {
	left: 16.66666667%;
}
#world .col-xs-push-1 {
	left: 8.33333333%;
}
#world .col-xs-push-0 {
	left: auto;
}
#world .col-xs-offset-12 {
	margin-left: 100%;
}
#world .col-xs-offset-11 {
	margin-left: 91.66666667%;
}
#world .col-xs-offset-10 {
	margin-left: 83.33333333%;
}
#world .col-xs-offset-9 {
	margin-left: 75%;
}
#world .col-xs-offset-8 {
	margin-left: 66.66666667%;
}
#world .col-xs-offset-7 {
	margin-left: 58.33333333%;
}
#world .col-xs-offset-6 {
	margin-left: 50%;
}
#world .col-xs-offset-5 {
	margin-left: 41.66666667%;
}
#world .col-xs-offset-4 {
	margin-left: 33.33333333%;
}
#world .col-xs-offset-3 {
	margin-left: 25%;
}
#world .col-xs-offset-2 {
	margin-left: 16.66666667%;
}
#world .col-xs-offset-1 {
	margin-left: 8.33333333%;
}
#world .col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	#world .col, #world .col-sm-1, #world .col-sm-2, #world .col-sm-3, #world .col-sm-4, #world .col-sm-5, #world .col-sm-6, #world .col-sm-7, #world .col-sm-8, #world .col-sm-9, #world .col-sm-10, #world .col-sm-11, #world .col-sm-12 {
		float: left;
	}
	#world .col-sm-12 {
		width: 100%;
	}
	#world .col-sm-11 {
		width: 91.66666667%;
	}
	#world .col-sm-10 {
		width: 83.33333333%;
	}
	#world .col-sm-9 {
		width: 75%;
	}
	#world .col-sm-8 {
		width: 66.66666667%;
	}
	#world .col-sm-7 {
		width: 58.33333333%;
	}
	#world .col-sm-6 {
		width: 50%;
	}
	#world .col-sm-5 {
		width: 41.66666667%;
	}
	#world .col-sm-4 {
		width: 33.33333333%;
	}
	#world .col-sm-3 {
		width: 25%;
	}
	#world .col-sm-2 {
		width: 16.66666667%;
	}
	#world .col-sm-1 {
		width: 8.33333333%;
	}
	#world .col-sm-pull-12 {
		right: 100%;
	}
	#world .col-sm-pull-11 {
		right: 91.66666667%;
	}
	#world .col-sm-pull-10 {
		right: 83.33333333%;
	}
	#world .col-sm-pull-9 {
		right: 75%;
	}
	#world .col-sm-pull-8 {
		right: 66.66666667%;
	}
	#world .col-sm-pull-7 {
		right: 58.33333333%;
	}
	#world .col-sm-pull-6 {
		right: 50%;
	}
	#world .col-sm-pull-5 {
		right: 41.66666667%;
	}
	#world .col-sm-pull-4 {
		right: 33.33333333%;
	}
	#world .col-sm-pull-3 {
		right: 25%;
	}
	#world .col-sm-pull-2 {
		right: 16.66666667%;
	}
	#world .col-sm-pull-1 {
		right: 8.33333333%;
	}
	#world .col-sm-pull-0 {
		right: auto;
	}
	#world .col-sm-push-12 {
		left: 100%;
	}
	#world .col-sm-push-11 {
		left: 91.66666667%;
	}
	#world .col-sm-push-10 {
		left: 83.33333333%;
	}
	#world .col-sm-push-9 {
		left: 75%;
	}
	#world .col-sm-push-8 {
		left: 66.66666667%;
	}
	#world .col-sm-push-7 {
		left: 58.33333333%;
	}
	#world .col-sm-push-6 {
		left: 50%;
	}
	#world .col-sm-push-5 {
		left: 41.66666667%;
	}
	#world .col-sm-push-4 {
		left: 33.33333333%;
	}
	#world .col-sm-push-3 {
		left: 25%;
	}
	#world .col-sm-push-2 {
		left: 16.66666667%;
	}
	#world .col-sm-push-1 {
		left: 8.33333333%;
	}
	#world .col-sm-push-0 {
		left: auto;
	}
	#world .col-sm-offset-12 {
		margin-left: 100%;
	}
	#world .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	#world .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	#world .col-sm-offset-9 {
		margin-left: 75%;
	}
	#world .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	#world .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	#world .col-sm-offset-6 {
		margin-left: 50%;
	}
	#world .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	#world .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	#world .col-sm-offset-3 {
		margin-left: 25%;
	}
	#world .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	#world .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	#world .col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	#world .col, #world .col-md-1, #world .col-md-2, #world .col-md-3, #world .col-md-4, #world .col-md-5, #world .col-md-6, #world .col-md-7, #world .col-md-8, #world .col-md-9, #world .col-md-10, #world .col-md-11, #world .col-md-12 {
		float: left;
	}
	#world .col-md-12 {
		width: 100%;
	}
	#world .col-md-11 {
		width: 91.66666667%;
	}
	#world .col-md-10 {
		width: 83.33333333%;
	}
	#world .col-md-9 {
		width: 75%;
	}
	#world .col-md-8 {
		width: 66.66666667%;
	}
	#world .col-md-7 {
		width: 58.33333333%;
	}
	#world .col-md-6 {
		width: 50%;
	}
	#world .col-md-5 {
		width: 41.66666667%;
	}
	#world .col-md-4 {
		width: 33.33333333%;
	}
	#world .col-md-3 {
		width: 25%;
	}
	#world .col-md-2 {
		width: 16.66666667%;
	}
	#world .col-md-1 {
		width: 8.33333333%;
	}
	#world .col-md-pull-12 {
		right: 100%;
	}
	#world .col-md-pull-11 {
		right: 91.66666667%;
	}
	#world .col-md-pull-10 {
		right: 83.33333333%;
	}
	#world .col-md-pull-9 {
		right: 75%;
	}
	#world .col-md-pull-8 {
		right: 66.66666667%;
	}
	#world .col-md-pull-7 {
		right: 58.33333333%;
	}
	#world .col-md-pull-6 {
		right: 50%;
	}
	#world .col-md-pull-5 {
		right: 41.66666667%;
	}
	#world .col-md-pull-4 {
		right: 33.33333333%;
	}
	#world .col-md-pull-3 {
		right: 25%;
	}
	#world .col-md-pull-2 {
		right: 16.66666667%;
	}
	#world .col-md-pull-1 {
		right: 8.33333333%;
	}
	#world .col-md-pull-0 {
		right: auto;
	}
	#world .col-md-push-12 {
		left: 100%;
	}
	#world .col-md-push-11 {
		left: 91.66666667%;
	}
	#world .col-md-push-10 {
		left: 83.33333333%;
	}
	#world .col-md-push-9 {
		left: 75%;
	}
	#world .col-md-push-8 {
		left: 66.66666667%;
	}
	#world .col-md-push-7 {
		left: 58.33333333%;
	}
	#world .col-md-push-6 {
		left: 50%;
	}
	#world .col-md-push-5 {
		left: 41.66666667%;
	}
	#world .col-md-push-4 {
		left: 33.33333333%;
	}
	#world .col-md-push-3 {
		left: 25%;
	}
	#world .col-md-push-2 {
		left: 16.66666667%;
	}
	#world .col-md-push-1 {
		left: 8.33333333%;
	}
	#world .col-md-push-0 {
		left: auto;
	}
	#world .col-md-offset-12 {
		margin-left: 100%;
	}
	#world .col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	#world .col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	#world .col-md-offset-9 {
		margin-left: 75%;
	}
	#world .col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	#world .col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	#world .col-md-offset-6 {
		margin-left: 50%;
	}
	#world .col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	#world .col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	#world .col-md-offset-3 {
		margin-left: 25%;
	}
	#world .col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	#world .col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	#world .col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	#world .col, #world .col-lg-1, #world .col-lg-2, #world .col-lg-3, #world .col-lg-4, #world .col-lg-5, #world .col-lg-6, #world .col-lg-7, #world .col-lg-8, #world .col-lg-9, #world .col-lg-10, #world .col-lg-11, #world .col-lg-12 {
		float: left;
	}
	#world .col-lg-12 {
		width: 100%;
	}
	#world .col-lg-11 {
		width: 91.66666667%;
	}
	#world .col-lg-10 {
		width: 83.33333333%;
	}
	#world .col-lg-9 {
		width: 75%;
	}
	#world .col-lg-8 {
		width: 66.66666667%;
	}
	#world .col-lg-7 {
		width: 58.33333333%;
	}
	#world .col-lg-6 {
		width: 50%;
	}
	#world .col-lg-5 {
		width: 41.66666667%;
	}
	#world .col-lg-4 {
		width: 33.33333333%;
	}
	#world .col-lg-3 {
		width: 25%;
	}
	#world .col-lg-2 {
		width: 16.66666667%;
	}
	#world .col-lg-1 {
		width: 8.33333333%;
	}
	#world .col-lg-pull-12 {
		right: 100%;
	}
	#world .col-lg-pull-11 {
		right: 91.66666667%;
	}
	#world .col-lg-pull-10 {
		right: 83.33333333%;
	}
	#world .col-lg-pull-9 {
		right: 75%;
	}
	#world .col-lg-pull-8 {
		right: 66.66666667%;
	}
	#world .col-lg-pull-7 {
		right: 58.33333333%;
	}
	#world .col-lg-pull-6 {
		right: 50%;
	}
	#world .col-lg-pull-5 {
		right: 41.66666667%;
	}
	#world .col-lg-pull-4 {
		right: 33.33333333%;
	}
	#world .col-lg-pull-3 {
		right: 25%;
	}
	#world .col-lg-pull-2 {
		right: 16.66666667%;
	}
	#world .col-lg-pull-1 {
		right: 8.33333333%;
	}
	#world .col-lg-pull-0 {
		right: auto;
	}
	#world .col-lg-push-12 {
		left: 100%;
	}
	#world .col-lg-push-11 {
		left: 91.66666667%;
	}
	#world .col-lg-push-10 {
		left: 83.33333333%;
	}
	#world .col-lg-push-9 {
		left: 75%;
	}
	#world .col-lg-push-8 {
		left: 66.66666667%;
	}
	#world .col-lg-push-7 {
		left: 58.33333333%;
	}
	#world .col-lg-push-6 {
		left: 50%;
	}
	#world .col-lg-push-5 {
		left: 41.66666667%;
	}
	#world .col-lg-push-4 {
		left: 33.33333333%;
	}
	#world .col-lg-push-3 {
		left: 25%;
	}
	#world .col-lg-push-2 {
		left: 16.66666667%;
	}
	#world .col-lg-push-1 {
		left: 8.33333333%;
	}
	#world .col-lg-push-0 {
		left: auto;
	}
	#world .col-lg-offset-12 {
		margin-left: 100%;
	}
	#world .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	#world .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	#world .col-lg-offset-9 {
		margin-left: 75%;
	}
	#world .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	#world .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	#world .col-lg-offset-6 {
		margin-left: 50%;
	}
	#world .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	#world .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	#world .col-lg-offset-3 {
		margin-left: 25%;
	}
	#world .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	#world .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	#world .col-lg-offset-0 {
		margin-left: 0%;
	}
}
#world .clearfix,
#world .clearfix:before,
#world .clearfix:after,
#world .container:before,
#world .container:after,
#world .container-fluid:before,
#world .container-fluid:after,
#world .row:before,
#world .row:after {
	content: " ";
	display: table;
}
#world .clearfix:after,
#world .container:after,
#world .container-fluid:after,
#world .row:after {
	clear: both;
}
#world .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#world .pull-right {
	float: right !important;
}
#world .pull-left {
	float: left !important;
}
#world *,
#world *:before,
#world *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	 MEDIA QUERIES
*/
/* Desktop */
/* PHABLET */
/* TABLET */
/* MOBILE DEVICES */
@media screen and (max-width: 1023px) {
	#world #contenido .microsite-header .row div .header_title {
		position: static;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		background-color: #ffffff;
		padding-top: 0;
	}

	#world #contenido .microsite-header .row .down-arrow {
		display: none !important;
	}

	#world #contenido #row1 .row div img {
		margin-top: 26px;
		margin-bottom: 26px;
	}

	#world #contenido .microsite-header .row div .header_title img {
		width: auto;
	}
}
@media screen and (max-width: 992px) {
	#world .onmobile {
		display: block !important;
	}

	#world .ondesktop {
		display: none !important;
	}
}
@media screen and (max-width: 568px) {
	#world #contenido .microsite-header .row div .header_title img {
		width: 100%;
	}
}
/* iphone 6 */

/*# sourceMappingURL=microsite-styles.css.map */
/* End */


/* Start:/local/templates/main/include/static-pages/about/tous-in-world/css/microsite-2.css?155992257923525*/
/* SASS: LANDING GENERAL STYLES */
body {
	overflow-x: hidden;
}

section#content {
	display: none;
}

#world .no-link, #world .no-link:hover {
	color: inherit !important;
}
#world .onmobile {
	display: none;
}
#world .ondesktop {
	display: block;
}
#world a {
	color: #000000;
	text-decoration: none;
	font-family: "Open Sans", arial, sans-serif;
}
#world a:hover {
	color: #ff6699;
	text-decoration: none;
	cursor: pointer;
}
#world a:hover p {
	text-decoration: none;
}
#world img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#world h1, #world h2, #world h3, #world h4 {
	font-family: "garamond_regular", serif;
}
#world p {
	font-family: "Open Sans", arial, sans-serif;
}
#world #contenido {
	position: relative;
	width: 100%;
}
#world #contenido .row-wrapper {
	text-align: center;
}
#world #contenido .row-wrapper .row {
	margin: 0 auto;
	max-width: 1210px;
	width: 100%;
	opacity: 0;
}
#world #contenido #row1 .row {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
#world #contenido #row1 .row div img {
	margin-top: 90px;
}
#world #contenido .microsite-header {
	position: relative;
}
#world #contenido .microsite-header .row {
	max-width: 100%;
}
#world #contenido .microsite-header .row div {
	padding: 0;
	text-align: center;
}
#world #contenido .microsite-header .row div .header_title {
	position: absolute;
	top: 26%;
	width: auto;
	background-color: rgba(255, 255, 255, 0.8);
	left: 50%;
	text-align: center;
	opacity: inherit;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#world #contenido .microsite-header .row div .header_title img {
	width: 100%;
}
#world #contenido .microsite-header .row div .header_title a {
	display: block;
	width: 30px;
	margin: 0 auto 13px auto;
}
#world #contenido .microsite-header .row div .header_title a .pulse {
	animation-name: pulse_animation;
	animation-duration: 1s;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#world #contenido .microsite-header .row div .header_title a .pulse:hover {
	animation: none;
}
@keyframes pulse_animation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
#world #contenido .microsite-header .row div .header_title .pulse {
	animation-name: pulse_animation;
	animation-duration: 1s;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#world #contenido .microsite-header .row div .header_title .pulse:hover {
	animation: none;
}
@keyframes pulse_animation {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
#world #contenido .microsite-header .row .down-arrow {
	display: block;
	position: absolute;
	bottom: 59px;
	width: 100%;
	text-align: center;
	padding: 0;
	left: 0;
}
#world #contenido .microsite-header .row .down-arrow p {
	font-weight: 700;
	margin-bottom: 19px;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: 1px;
}
#world #contenido .microsite-header .row .down-arrow img {
	width: 31px;
	margin-left: -4px;
}
@-ms-viewport {
#world {
	width: device-width;
}
}
#world .visible-xs,
#world .visible-sm,
#world .visible-md,
#world .visible-lg {
	display: none !important;
}
#world .visible-xs-block,
#world .visible-xs-inline,
#world .visible-xs-inline-block,
#world .visible-sm-block,
#world .visible-sm-inline,
#world .visible-sm-inline-block,
#world .visible-md-block,
#world .visible-md-inline,
#world .visible-md-inline-block,
#world .visible-lg-block,
#world .visible-lg-inline,
#world .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	#world .visible-xs {
		display: block !important;
	}
	#world table.visible-xs {
		display: table;
	}
	#world tr.visible-xs {
		display: table-row !important;
	}
	#world th.visible-xs,
	#world td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	#world .visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	#world .visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	#world .visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm {
		display: block !important;
	}
	#world table.visible-sm {
		display: table;
	}
	#world tr.visible-sm {
		display: table-row !important;
	}
	#world th.visible-sm,
	#world td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md {
		display: block !important;
	}
	#world table.visible-md {
		display: table;
	}
	#world tr.visible-md {
		display: table-row !important;
	}
	#world th.visible-md,
	#world td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg {
		display: block !important;
	}
	#world table.visible-lg {
		display: table;
	}
	#world tr.visible-lg {
		display: table-row !important;
	}
	#world th.visible-lg,
	#world td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	#world .visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	#world .hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#world .hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#world .hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	#world .hidden-lg {
		display: none !important;
	}
}
#world .visible-print {
	display: none !important;
}
@media print {
	#world .visible-print {
		display: block !important;
	}
	#world table.visible-print {
		display: table;
	}
	#world tr.visible-print {
		display: table-row !important;
	}
	#world th.visible-print,
	#world td.visible-print {
		display: table-cell !important;
	}
}
#world .visible-print-block {
	display: none !important;
}
@media print {
	#world .visible-print-block {
		display: block !important;
	}
}
#world .visible-print-inline {
	display: none !important;
}
@media print {
	#world .visible-print-inline {
		display: inline !important;
	}
}
#world .visible-print-inline-block {
	display: none !important;
}
@media print {
	#world .visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	#world .hidden-print {
		display: none !important;
	}
}
#world .container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	#world .container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	#world .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	#world .container {
		width: 1170px;
	}
}
#world .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#world .row {
	margin-left: -15px;
	margin-right: -15px;
}
#world .col, #world .col-xs-1, #world .col-sm-1, #world .col-md-1, #world .col-lg-1, #world .col-xs-2, #world .col-sm-2, #world .col-md-2, #world .col-lg-2, #world .col-xs-3, #world .col-sm-3, #world .col-md-3, #world .col-lg-3, #world .col-xs-4, #world .col-sm-4, #world .col-md-4, #world .col-lg-4, #world .col-xs-5, #world .col-sm-5, #world .col-md-5, #world .col-lg-5, #world .col-xs-6, #world .col-sm-6, #world .col-md-6, #world .col-lg-6, #world .col-xs-7, #world .col-sm-7, #world .col-md-7, #world .col-lg-7, #world .col-xs-8, #world .col-sm-8, #world .col-md-8, #world .col-lg-8, #world .col-xs-9, #world .col-sm-9, #world .col-md-9, #world .col-lg-9, #world .col-xs-10, #world .col-sm-10, #world .col-md-10, #world .col-lg-10, #world .col-xs-11, #world .col-sm-11, #world .col-md-11, #world .col-lg-11, #world .col-xs-12, #world .col-sm-12, #world .col-md-12, #world .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
#world .col, #world .col-xs-1, #world .col-xs-2, #world .col-xs-3, #world .col-xs-4, #world .col-xs-5, #world .col-xs-6, #world .col-xs-7, #world .col-xs-8, #world .col-xs-9, #world .col-xs-10, #world .col-xs-11, #world .col-xs-12 {
	float: left;
}
#world .col-xs-12 {
	width: 100%;
}
#world .col-xs-11 {
	width: 91.66666667%;
}
#world .col-xs-10 {
	width: 83.33333333%;
}
#world .col-xs-9 {
	width: 75%;
}
#world .col-xs-8 {
	width: 66.66666667%;
}
#world .col-xs-7 {
	width: 58.33333333%;
}
#world .col-xs-6 {
	width: 50%;
}
#world .col-xs-5 {
	width: 41.66666667%;
}
#world .col-xs-4 {
	width: 33.33333333%;
}
#world .col-xs-3 {
	width: 25%;
}
#world .col-xs-2 {
	width: 16.66666667%;
}
#world .col-xs-1 {
	width: 8.33333333%;
}
#world .col-xs-pull-12 {
	right: 100%;
}
#world .col-xs-pull-11 {
	right: 91.66666667%;
}
#world .col-xs-pull-10 {
	right: 83.33333333%;
}
#world .col-xs-pull-9 {
	right: 75%;
}
#world .col-xs-pull-8 {
	right: 66.66666667%;
}
#world .col-xs-pull-7 {
	right: 58.33333333%;
}
#world .col-xs-pull-6 {
	right: 50%;
}
#world .col-xs-pull-5 {
	right: 41.66666667%;
}
#world .col-xs-pull-4 {
	right: 33.33333333%;
}
#world .col-xs-pull-3 {
	right: 25%;
}
#world .col-xs-pull-2 {
	right: 16.66666667%;
}
#world .col-xs-pull-1 {
	right: 8.33333333%;
}
#world .col-xs-pull-0 {
	right: auto;
}
#world .col-xs-push-12 {
	left: 100%;
}
#world .col-xs-push-11 {
	left: 91.66666667%;
}
#world .col-xs-push-10 {
	left: 83.33333333%;
}
#world .col-xs-push-9 {
	left: 75%;
}
#world .col-xs-push-8 {
	left: 66.66666667%;
}
#world .col-xs-push-7 {
	left: 58.33333333%;
}
#world .col-xs-push-6 {
	left: 50%;
}
#world .col-xs-push-5 {
	left: 41.66666667%;
}
#world .col-xs-push-4 {
	left: 33.33333333%;
}
#world .col-xs-push-3 {
	left: 25%;
}
#world .col-xs-push-2 {
	left: 16.66666667%;
}
#world .col-xs-push-1 {
	left: 8.33333333%;
}
#world .col-xs-push-0 {
	left: auto;
}
#world .col-xs-offset-12 {
	margin-left: 100%;
}
#world .col-xs-offset-11 {
	margin-left: 91.66666667%;
}
#world .col-xs-offset-10 {
	margin-left: 83.33333333%;
}
#world .col-xs-offset-9 {
	margin-left: 75%;
}
#world .col-xs-offset-8 {
	margin-left: 66.66666667%;
}
#world .col-xs-offset-7 {
	margin-left: 58.33333333%;
}
#world .col-xs-offset-6 {
	margin-left: 50%;
}
#world .col-xs-offset-5 {
	margin-left: 41.66666667%;
}
#world .col-xs-offset-4 {
	margin-left: 33.33333333%;
}
#world .col-xs-offset-3 {
	margin-left: 25%;
}
#world .col-xs-offset-2 {
	margin-left: 16.66666667%;
}
#world .col-xs-offset-1 {
	margin-left: 8.33333333%;
}
#world .col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	#world .col, #world .col-sm-1, #world .col-sm-2, #world .col-sm-3, #world .col-sm-4, #world .col-sm-5, #world .col-sm-6, #world .col-sm-7, #world .col-sm-8, #world .col-sm-9, #world .col-sm-10, #world .col-sm-11, #world .col-sm-12 {
		float: left;
	}
	#world .col-sm-12 {
		width: 100%;
	}
	#world .col-sm-11 {
		width: 91.66666667%;
	}
	#world .col-sm-10 {
		width: 83.33333333%;
	}
	#world .col-sm-9 {
		width: 75%;
	}
	#world .col-sm-8 {
		width: 66.66666667%;
	}
	#world .col-sm-7 {
		width: 58.33333333%;
	}
	#world .col-sm-6 {
		width: 50%;
	}
	#world .col-sm-5 {
		width: 41.66666667%;
	}
	#world .col-sm-4 {
		width: 33.33333333%;
	}
	#world .col-sm-3 {
		width: 25%;
	}
	#world .col-sm-2 {
		width: 16.66666667%;
	}
	#world .col-sm-1 {
		width: 8.33333333%;
	}
	#world .col-sm-pull-12 {
		right: 100%;
	}
	#world .col-sm-pull-11 {
		right: 91.66666667%;
	}
	#world .col-sm-pull-10 {
		right: 83.33333333%;
	}
	#world .col-sm-pull-9 {
		right: 75%;
	}
	#world .col-sm-pull-8 {
		right: 66.66666667%;
	}
	#world .col-sm-pull-7 {
		right: 58.33333333%;
	}
	#world .col-sm-pull-6 {
		right: 50%;
	}
	#world .col-sm-pull-5 {
		right: 41.66666667%;
	}
	#world .col-sm-pull-4 {
		right: 33.33333333%;
	}
	#world .col-sm-pull-3 {
		right: 25%;
	}
	#world .col-sm-pull-2 {
		right: 16.66666667%;
	}
	#world .col-sm-pull-1 {
		right: 8.33333333%;
	}
	#world .col-sm-pull-0 {
		right: auto;
	}
	#world .col-sm-push-12 {
		left: 100%;
	}
	#world .col-sm-push-11 {
		left: 91.66666667%;
	}
	#world .col-sm-push-10 {
		left: 83.33333333%;
	}
	#world .col-sm-push-9 {
		left: 75%;
	}
	#world .col-sm-push-8 {
		left: 66.66666667%;
	}
	#world .col-sm-push-7 {
		left: 58.33333333%;
	}
	#world .col-sm-push-6 {
		left: 50%;
	}
	#world .col-sm-push-5 {
		left: 41.66666667%;
	}
	#world .col-sm-push-4 {
		left: 33.33333333%;
	}
	#world .col-sm-push-3 {
		left: 25%;
	}
	#world .col-sm-push-2 {
		left: 16.66666667%;
	}
	#world .col-sm-push-1 {
		left: 8.33333333%;
	}
	#world .col-sm-push-0 {
		left: auto;
	}
	#world .col-sm-offset-12 {
		margin-left: 100%;
	}
	#world .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	#world .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	#world .col-sm-offset-9 {
		margin-left: 75%;
	}
	#world .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	#world .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	#world .col-sm-offset-6 {
		margin-left: 50%;
	}
	#world .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	#world .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	#world .col-sm-offset-3 {
		margin-left: 25%;
	}
	#world .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	#world .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	#world .col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	#world .col, #world .col-md-1, #world .col-md-2, #world .col-md-3, #world .col-md-4, #world .col-md-5, #world .col-md-6, #world .col-md-7, #world .col-md-8, #world .col-md-9, #world .col-md-10, #world .col-md-11, #world .col-md-12 {
		float: left;
	}
	#world .col-md-12 {
		width: 100%;
	}
	#world .col-md-11 {
		width: 91.66666667%;
	}
	#world .col-md-10 {
		width: 83.33333333%;
	}
	#world .col-md-9 {
		width: 75%;
	}
	#world .col-md-8 {
		width: 66.66666667%;
	}
	#world .col-md-7 {
		width: 58.33333333%;
	}
	#world .col-md-6 {
		width: 50%;
	}
	#world .col-md-5 {
		width: 41.66666667%;
	}
	#world .col-md-4 {
		width: 33.33333333%;
	}
	#world .col-md-3 {
		width: 25%;
	}
	#world .col-md-2 {
		width: 16.66666667%;
	}
	#world .col-md-1 {
		width: 8.33333333%;
	}
	#world .col-md-pull-12 {
		right: 100%;
	}
	#world .col-md-pull-11 {
		right: 91.66666667%;
	}
	#world .col-md-pull-10 {
		right: 83.33333333%;
	}
	#world .col-md-pull-9 {
		right: 75%;
	}
	#world .col-md-pull-8 {
		right: 66.66666667%;
	}
	#world .col-md-pull-7 {
		right: 58.33333333%;
	}
	#world .col-md-pull-6 {
		right: 50%;
	}
	#world .col-md-pull-5 {
		right: 41.66666667%;
	}
	#world .col-md-pull-4 {
		right: 33.33333333%;
	}
	#world .col-md-pull-3 {
		right: 25%;
	}
	#world .col-md-pull-2 {
		right: 16.66666667%;
	}
	#world .col-md-pull-1 {
		right: 8.33333333%;
	}
	#world .col-md-pull-0 {
		right: auto;
	}
	#world .col-md-push-12 {
		left: 100%;
	}
	#world .col-md-push-11 {
		left: 91.66666667%;
	}
	#world .col-md-push-10 {
		left: 83.33333333%;
	}
	#world .col-md-push-9 {
		left: 75%;
	}
	#world .col-md-push-8 {
		left: 66.66666667%;
	}
	#world .col-md-push-7 {
		left: 58.33333333%;
	}
	#world .col-md-push-6 {
		left: 50%;
	}
	#world .col-md-push-5 {
		left: 41.66666667%;
	}
	#world .col-md-push-4 {
		left: 33.33333333%;
	}
	#world .col-md-push-3 {
		left: 25%;
	}
	#world .col-md-push-2 {
		left: 16.66666667%;
	}
	#world .col-md-push-1 {
		left: 8.33333333%;
	}
	#world .col-md-push-0 {
		left: auto;
	}
	#world .col-md-offset-12 {
		margin-left: 100%;
	}
	#world .col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	#world .col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	#world .col-md-offset-9 {
		margin-left: 75%;
	}
	#world .col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	#world .col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	#world .col-md-offset-6 {
		margin-left: 50%;
	}
	#world .col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	#world .col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	#world .col-md-offset-3 {
		margin-left: 25%;
	}
	#world .col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	#world .col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	#world .col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	#world .col, #world .col-lg-1, #world .col-lg-2, #world .col-lg-3, #world .col-lg-4, #world .col-lg-5, #world .col-lg-6, #world .col-lg-7, #world .col-lg-8, #world .col-lg-9, #world .col-lg-10, #world .col-lg-11, #world .col-lg-12 {
		float: left;
	}
	#world .col-lg-12 {
		width: 100%;
	}
	#world .col-lg-11 {
		width: 91.66666667%;
	}
	#world .col-lg-10 {
		width: 83.33333333%;
	}
	#world .col-lg-9 {
		width: 75%;
	}
	#world .col-lg-8 {
		width: 66.66666667%;
	}
	#world .col-lg-7 {
		width: 58.33333333%;
	}
	#world .col-lg-6 {
		width: 50%;
	}
	#world .col-lg-5 {
		width: 41.66666667%;
	}
	#world .col-lg-4 {
		width: 33.33333333%;
	}
	#world .col-lg-3 {
		width: 25%;
	}
	#world .col-lg-2 {
		width: 16.66666667%;
	}
	#world .col-lg-1 {
		width: 8.33333333%;
	}
	#world .col-lg-pull-12 {
		right: 100%;
	}
	#world .col-lg-pull-11 {
		right: 91.66666667%;
	}
	#world .col-lg-pull-10 {
		right: 83.33333333%;
	}
	#world .col-lg-pull-9 {
		right: 75%;
	}
	#world .col-lg-pull-8 {
		right: 66.66666667%;
	}
	#world .col-lg-pull-7 {
		right: 58.33333333%;
	}
	#world .col-lg-pull-6 {
		right: 50%;
	}
	#world .col-lg-pull-5 {
		right: 41.66666667%;
	}
	#world .col-lg-pull-4 {
		right: 33.33333333%;
	}
	#world .col-lg-pull-3 {
		right: 25%;
	}
	#world .col-lg-pull-2 {
		right: 16.66666667%;
	}
	#world .col-lg-pull-1 {
		right: 8.33333333%;
	}
	#world .col-lg-pull-0 {
		right: auto;
	}
	#world .col-lg-push-12 {
		left: 100%;
	}
	#world .col-lg-push-11 {
		left: 91.66666667%;
	}
	#world .col-lg-push-10 {
		left: 83.33333333%;
	}
	#world .col-lg-push-9 {
		left: 75%;
	}
	#world .col-lg-push-8 {
		left: 66.66666667%;
	}
	#world .col-lg-push-7 {
		left: 58.33333333%;
	}
	#world .col-lg-push-6 {
		left: 50%;
	}
	#world .col-lg-push-5 {
		left: 41.66666667%;
	}
	#world .col-lg-push-4 {
		left: 33.33333333%;
	}
	#world .col-lg-push-3 {
		left: 25%;
	}
	#world .col-lg-push-2 {
		left: 16.66666667%;
	}
	#world .col-lg-push-1 {
		left: 8.33333333%;
	}
	#world .col-lg-push-0 {
		left: auto;
	}
	#world .col-lg-offset-12 {
		margin-left: 100%;
	}
	#world .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	#world .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	#world .col-lg-offset-9 {
		margin-left: 75%;
	}
	#world .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	#world .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	#world .col-lg-offset-6 {
		margin-left: 50%;
	}
	#world .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	#world .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	#world .col-lg-offset-3 {
		margin-left: 25%;
	}
	#world .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	#world .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	#world .col-lg-offset-0 {
		margin-left: 0%;
	}
}
#world .clearfix,
#world .clearfix:before,
#world .clearfix:after,
#world .container:before,
#world .container:after,
#world .container-fluid:before,
#world .container-fluid:after,
#world .row:before,
#world .row:after {
	content: " ";
	display: table;
}
#world .clearfix:after,
#world .container:after,
#world .container-fluid:after,
#world .row:after {
	clear: both;
}
#world .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#world .pull-right {
	float: right !important;
}
#world .pull-left {
	float: left !important;
}
#world *,
#world *:before,
#world *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	 MEDIA QUERIES
*/
/* Desktop */
/* PHABLET */
/* TABLET */
/* MOBILE DEVICES */
@media screen and (max-width: 1023px) {
	#world #contenido .microsite-header .row div .header_title {
		position: static;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
		background-color: #ffffff;
		padding-top: 0;
	}

	#world #contenido .microsite-header .row .down-arrow {
		display: none !important;
	}

	#world #contenido #row1 .row div img {
		margin-top: 26px;
		margin-bottom: 26px;
	}

	#world #contenido .microsite-header .row div .header_title img {
		width: auto;
	}
}
@media screen and (max-width: 992px) {
	#world .onmobile {
		display: block !important;
	}

	#world .ondesktop {
		display: none !important;
	}
}
@media screen and (max-width: 568px) {
	#world #contenido .microsite-header .row div .header_title img {
		width: 100%;
	}
}
/* iphone 6 */

/*# sourceMappingURL=microsite-styles.css.map */
/* End */
/* /local/templates/main/include/static-pages/about/tous-in-world/css/microsite.css?155992257923525 */
/* /local/templates/main/include/static-pages/about/tous-in-world/css/microsite-2.css?155992257923525 */
