.custom-font-size-1 {
		font-size: 0.6em;
}

@media (min-width: 1200px) {
		.custom-big-font-size-1 {
				font-size: 6.9rem !important;
		}
}

@media (min-width: 1600px) {
		.custom-big-font-size-1 {
				font-size: 8.5rem !important;
		}
}

.custom-blockquote-style-1 {
		border-left-width: 12px;
		border-left-color: #f3f3f3;
}

.custom-bg-color-grey-1 {
		background-color: #f04c23;
}

.custom-border-color-grey-1 {
		border-color: #404040 !important;
}

@media (max-width: 991px) {
		.custom-ws-mobile-wrap {
				white-space: normal !important;
		}
}

.custom-box{
		border-style: solid;
		border-width: 1px;
		border-color: #CFCFCF;
		margin-bottom: 10px;
		
}

.observatorio{
	background-color: #f04c23;
	color: #ffffff;
	margin-right: 5px;
	padding: 5px
}
.compras{
	background-color:#777;
	color: #ffffff;
	padding: 5px
}
.fondo-observatorio{
	object-fit: cover;
	height: 100%;
}
.seccion-aliado{
	display: flex;
	flex-wrap: nowrap;
}
.aliado-flexible{
	display: flex;
	flex-direction: column;
	align-self: flex-end;
}
.columna-eventos{
	flex-direction: column !important;
}
.interlineado-card{
	line-height: 18px !important;
	text-align: justify;
}
.interlineado-card-2{
	text-align: justify;
}
.visita{
	width: 100%;
}
.logo-footer{
	display: flex;
	align-items: center;
}
.borde{
	border: 1px solid #efefef;
    border-top: 0;
}
/*
* Text Background
*/
@media (min-width: 992px) {
		.custom-text-background {
				background-repeat: no-repeat;
				background-size: 100%;
				background-position: 20% 30%;
				background-clip: text;
				-webkit-background-clip: text;
				color:#CFCFCF ;
		}
		.container, .container-lg, .container-md, .container-sm {
			max-width: 980px !important;
		}		
}

@media (max-width: 991px) {
		.custom-text-background {
				background-image: none !important;
		}
		.seccion-aliado{
			flex-wrap: wrap;
		}
		.title-sub-responsive{
			text-align: center;
		}
		.titulo-slide{
			font-size: 34px !important;
   			text-align: center;
		}
		.row-title{
			margin-top: 20% !important;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.carousel-control-next, .carousel-control-prev{
			width: 30px;
		}
		.footer-responsive{			
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
}
@media (max-width: 767px) {
	.fondo-observatorio{
		width: 100%;
		position: relative !important;
		margin-bottom: 25px;
	}
	.observatorio-responsive{
		margin-bottom: -150px !important;
	}
	.proximo-eventos-responsive{
		padding-top: 20px !important;
	}
}

/*
* Text Highlight
*/
.custom-highlight-text-1 {
		position: relative;
}

/* .custom-highlight-text-1:before {
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		border-bottom: 7px solid #d20d0d;
		opacity: 0.2;
		z-index: 0;
} */

/*
* Buttons
*/
.custom-btn-style-1 {
		position: relative;
		transition: ease transform 300ms;
}

.custom-btn-style-1 > span {
		position: relative;
		z-index: 1;
}

.custom-btn-style-1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		opacity: 0.7;
		border-radius: inherit;
		transform: translate3d(5px, 5px, 0);
		transition: ease transform 300ms;
		z-index: 0;
}

.custom-btn-style-1:hover {
		transform: translate3d(2.5px, 2.5px, 0);
}

.custom-btn-style-1:hover:before {
		transform: translate3d(0, 0, 0);
}

/*
* Crooked Line
*/
.custom-crooked-line {
		display: inline-block;
		width: 77px;
		overflow: hidden;
}

/*
* Custom Link Effects
*/
@keyframes crookedLineAnim {
		from {
				transform: translate3d(0, 0, 0);
		}
		to {
				transform: translate3d(-48%, 0, 0);
		}
}

.custom-link-hover-effects .custom-view-more svg {
		transition: ease transform 300ms;
}

.custom-link-hover-effects:hover .custom-crooked-line svg {
		animation-name: crookedLineAnim;
		animation-duration: 2s;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
}

.custom-link-hover-effects:hover .custom-view-more svg {
		transform: translate3d(7px, 0, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1 {
		transform: translate3d(2.5px, 2.5px, 0);
}

.custom-link-hover-effects:hover .custom-date-style-1:before {
		transform: translate3d(0, 0, 0);
}

/*
* Header
*/
.custom-header-top-nav-background {
		position: relative;
}

.custom-header-top-nav-background:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		background: #CCC;
		transform: skewX(-25deg);
		z-index: 1;
}

.custom-header-top-nav-background:after {
		content: '';
		position: absolute;
		top: 7px;
		right: -7px;
		width: 100vw;
		height: 100%;
		background: #CCC;
		transform: skewX(-25deg);
		z-index: 0;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 0px 1.2rem !important;
				font-size: 16px;
		}
}

/*
* Carousel
*/
.custom-carousel-box-shadow-1 {
		position: relative;
}

.custom-carousel-box-shadow-1:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 65%;
		height: 0px;
		box-shadow: 0 40px 40px 120px rgba(0, 0, 0, 0.03);
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
		margin-top: 30px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot > span,
.custom-dots-style-2 .owl-dots .owl-dot > span {
		background: #9e9e9e !important;
		transition: ease all 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span,
.custom-dots-style-2 .owl-dots .owl-dot.active > span {
		background: #3e3e3e !important;
		width: 18px;
}

@media (max-width: 991px) {
		.custom-dots-style-2 .owl-dots {
				transform: translate3d(0, -50px, 0);
		}
}

.custom-carousel-vertical-center-items .owl-stage {
		display: flex;
		align-items: center;
}

.custom-nav-style-1 .owl-nav {
		left: 50%;
		width: 105%;
		transform: translate3d(-50%, -50%, 0);
}

.owl-carousel.carousel-center-active-item .owl-item {
		opacity: 0.4;
}

/*
* Tabs
*/
.custom-tabs-style-1 .nav-tabs {
		border-bottom: 1px solid #f1f1f1 !important;
		margin-bottom: 35px !important;
}

.custom-tabs-style-1 .nav-tabs > li {
		margin-bottom: 0 !important;
}

.custom-tabs-style-1 .nav-tabs > li .nav-link {
		border-bottom-width: 1px !important;
}

.custom-tabs-style-1 .nav-tabs > li .nav-link.active {
		border-bottom-width: 2px !important;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: #f4f4f4;
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
		border: 1px solid #efefef;
		border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 17px;
}

/*
* Read More
*/
.custom-read-more-style-1 .readmore-overlay {
		background: linear-gradient(rgba(2, 0, 36, 0) 0%, white 60%) !important;
}

/*
* Blog Post Date
*/
.custom-date-style-1 {
		position: relative;
		transition: ease transform 300ms;
}

.custom-date-style-1:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		opacity: 0.7;
		transform: translate3d(5px, 5px, 0);
		transition: ease transform 300ms;
		z-index: 0;
}
.wizard-header {
    list-style: none;
    padding: 5px;
    overflow: visible;
    font: 18px Sans-Serif;
    background-color: #ebeaea;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.wizard-header li{
	width: 33.33%;
}
.wizard-step a {
    padding: 10px 0 10px 25px;
    outline: none;
    border: 0 !important;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    width: 33.333%;
    text-align: center;
    color: #555555 !important;
}

.wizard-step:not(:first-child) a {
    padding-left: 50px
}



.wizard-step.completed  a {
    background-color: #e36159
}

.wizard-step.completed a:after {
    border-left-color: #e36159
}

.wizard-step.active  a {
    background-color: #f04c23;
	width: 150px;
	box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
	border-radius: 4px;
    margin: -7px;
    color: #ffffff !important;
    padding-right: 43px;
    padding-left: 43px;
    padding-top: 14px;
	transform: translate3d(250px, 0px, 0px);
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
}

.wizard-step.active a:after {
    border-left-color: #f04c23;
}

.wizard-step a:hover {
    color: #000000b6
}

.wizard-step.active a {
    cursor: default
}

/* .wizard-step a.disabled {
    cursor: not-allowed
} */

.wizard-step a.disabled:hover,.wizard-step.active a:hover {
    color: #fff
}
.header-container .menu-toggler {
	border: none;
	display: none;
    margin-right: 0;
    background-color: transparent !important;
    margin: 23px 0;
    color: #3e3e3e;
    border: none;
    font-size: 28px;
    float: left;
    outline: none;
    cursor: pointer;
}
/*
* Footer
*/
#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
		color: #ffffff;
}

#footer .footer-copyright p {
		color: #999;
}

#footer-direccion p {
	margin-bottom: 0;
}