@charset "UTF-8";

#wrapper {
	padding: 0 0 0 0 !important
}

#column-1,
#column-2,
#column-3 {
	padding: 0
}

.columns-1-2 .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important
}

.portlet {
	margin-bottom: 0 !important
}

.portlet-title-text {
	display: none !important
}

.portlet-content,
.portlet-minimized .portlet-content-container {
	padding: 0 0 0 !important;
	padding-bottom: 0 !important
}

#main-content .row:before {
	display: block
}

section .column {
	float: none !important
}

.d-flex .col {
	/*flex-basis: auto*/
	/*se quita para: cc-italics-subtitle-photo-title */
}

.slick-track .column {
	float: left !important
}

.block-info__col img {
	max-width: none !important
}

.schedule-events .container-fluid>.row>.col {
	padding: 0
}

.schedule-events .w-100 {
	width: 101% !important
}

.schedule-events>p {
	margin: 10px 0 20px
}

.schedule-events .card.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp .65s ease forwards;
	animation: moveUp .65s ease forwards
}

.schedule-events .v-button {
	font-size: 12px
}

.schedule-events .v-button .material-icons {
	line-height: .7;
	height: 12px;
	overflow: hidden
}

.v-slider_card-out.slider-events {
	margin-bottom: -2px
}

.v-slider_card-out.slider-events .slick-slide img {
	max-height: 320px;
	margin-left: -75px
}

@media screen and (min-width:400px) {
	.v-slider_card-out.slider-events .slick-slide img {
		max-height: 400px
	}
}

@media only screen and (min-width:768px) {
	.v-slider_card-out.slider-events .slick-slide img {
		margin-left: 0
	}
}

@media only screen and (min-width:992px) {
	.v-slider_card-out.slider-events .slick-slide img {
		max-width: 100%;
		max-height: none
	}
}

.v-slider_card-out.slider-events .v-slide {
	margin: 0;
	padding: 0
}

@-webkit-keyframes moveUp {
	100% {
		-webkit-transform: translateY(0)
	}
}

@keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.card.card-event {
	border: 0;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff
}

.card.card-event.animate:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(23, 23, 23, 0.7);
	background: -moz-linear-gradient(top, rgba(23, 23, 23, 0.7) 0, rgba(36, 36, 36, 0.55) 11%, rgba(56, 56, 56, 0.37) 21%, rgba(23, 23, 23, 0.21) 31%, rgba(56, 56, 56, 0) 39%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 23, 23, 0.7)), color-stop(11%, rgba(36, 36, 36, 0.55)), color-stop(21%, rgba(56, 56, 56, 0.37)), color-stop(31%, rgba(23, 23, 23, 0.21)), color-stop(39%, rgba(56, 56, 56, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(23, 23, 23, 0.7) 0, rgba(36, 36, 36, 0.55) 11%, rgba(56, 56, 56, 0.37) 21%, rgba(23, 23, 23, 0.21) 31%, rgba(56, 56, 56, 0) 39%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(23, 23, 23, 0.7) 0, rgba(36, 36, 36, 0.55) 11%, rgba(56, 56, 56, 0.37) 21%, rgba(23, 23, 23, 0.21) 31%, rgba(56, 56, 56, 0) 39%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(23, 23, 23, 0.7) 0, rgba(36, 36, 36, 0.55) 11%, rgba(56, 56, 56, 0.37) 21%, rgba(23, 23, 23, 0.21) 31%, rgba(56, 56, 56, 0) 39%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(23, 23, 23, 0.7) 0, rgba(36, 36, 36, 0.55) 11%, rgba(56, 56, 56, 0.37) 21%, rgba(23, 23, 23, 0.21) 31%, rgba(56, 56, 56, 0) 39%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#ffffff', GradientType=0)
}

.card.card-event:hover .card__footer {
	bottom: 0
}

.card.card-event>.card__img-top {
	z-index: 0;
	border-radius: 0;
	width: 100%
}

.card.card-event>.card__body {
	background-color: transparent;
	margin-top: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

.card.card-event>.card__body>h2 {
	font-family: 'MillerBanner Roman';
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 1px
}

.card.card-event>.card__body>img {
	opacity: 0
}

.card.card-event .card__date {
	font-family: 'Gotham Book';
	border: 1px solid #7d7878;
	position: absolute;
	color: #fff;
	text-align: center;
	padding: 6px 15px;
	z-index: 0
}

.card.card-event .card__date:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .7;
	z-index: -1
}

.card.card-event .card__date .card__date__month,
.card.card-event .card__date .card__date__week-day {
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	line-height: 1;
	text-transform: uppercase
}

.card.card-event .card__date .card__date__day {
	font-size: 20px;
	font-size: 2rem;
	display: block;
	line-height: 1.35
}

.card.card-event.-large {
	border: 0
}

.card.card-event.-large>.card__body {
	position: relative;
	background-color: #000;
	margin-top: -2px
}

@media only screen and (min-width:992px) {
	.card.card-event.-large>.card__body {
		background-color: transparent;
		margin-top: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 1.25rem;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1
	}
}

.card.card-event.-large .card__date {
	border: 2px solid #7d7878;
	padding: 16px 25px;
	top: -2px;
	left: 10%;
	position: absolute
}

.card.card-event.-large .card__date__month,
.card.card-event.-large .card__date__week-day {
	font-size: 18px;
	font-size: 1.8rem
}

.card.card-event.-large .card__date__day {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2
}

.card.card-event.-large .card__caption {
	display: inline-block;
	opacity: 1;
	padding: 18px;
	padding-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	background-color: transparent;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	text-align: left;
	font-family: 'Gotham';
	font-style: normal;
	z-index: 1
}

@media only screen and (min-width:992px) {
	.card.card-event.-large .card__caption {
		position: absolute;
		left: 50%;
		top: 50px;
		bottom: auto;
		width: 50%;
		padding-right: 100px
	}
}

@media screen and (min-width:1200px) {
	.card.card-event.-large .card__caption {
		top: 90px
	}
}

.card.card-event.-large .card__caption h2 {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
	font-size: 2.8rem
}

.card.card-event.-large .card__caption p {
	font-family: 'Gotham Extra';
	margin-bottom: 22px;
	margin-bottom: 2.2rem
}

.card.card-event .card__footer {
	background-color: rgba(0, 0, 0, 0.03);
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1.5rem;
	bottom: 0;
	transition: all .5s
}

@media only screen and (min-width:992px) {
	.card.card-event .card__footer {
		bottom: -50px
	}
}

.card.card-event .card__footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5
}

.card.card-event .card__footer .col {
	border-right: 1px solid #7d7878;
	line-height: 1.2;
	z-index: 1;
	transition: all .4s;
	font-weight: bold;
	font-style: normal;
	font-family: "Gotham", sans-serif
}

.card.card-event .card__footer .col:first-child {
	text-align: right
}

.card.card-event .card__footer .col:last-child {
	border-right: 0;
	text-align: left
}

.card.card-event .card__footer .col:only-child {
	text-align: center
}

.card.card-event .card__footer .col:only-child a {
	position: relative;
	display: inline-block;
	padding-right: 30px
}

.card.card-event .card__footer .col:only-child a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	margin-top: -7px;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.card.card-event .card__footer a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}

.card.card-event .card__footer a:hover {
	color: #c29c75
}

.link-with-image {
	position: relative;
	overflow: hidden;
	background-size: cover;
	max-height: 200px
}

.link-with-image:hover {
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-webkit-transition: all 1.5s
}

.link-with-image img {
	width: 101%;
	margin-left: -1%;
	opacity: 0
}

.link-with-image .link-body {
	position: absolute;
	top: 0;
	padding: 50px 50px 80px
}

.link-with-image .link-body h2 {
	display: inline-block;
	font-weight: 600;
	font-style: normal;
	font-family: "MillerBanner", serif;
	color: #fff;
	font-size: 2.2rem;
	margin-bottom: 1.2rem
}

.link-with-image .link-body a {
	position: relative;
	font-weight: 300;
	font-style: italic;
	font-family: 'MillerBanner LightItalic';
	color: #fff;
	font-size: 1.8rem;
	line-height: 1;
	display: inline-block
}

.link-with-image .link-body a.i-arrow-light {
	padding-right: 30px
}

.link-with-image .link-body a,
.link-with-image .link-body a .material-icons {
	vertical-align: text-bottom
}

.link-with-image .link-body a:after {
	position: absolute;
	right: 15px;
	top: 60%;
	display: inline-block;
	margin-top: -7px;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.link-with-image .link-body h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px auto 0;
	background-color: #fff
}

.layout-sidebar>.portlet-column-content-first,
.layout-sidebar>.portlet-column-content-first>div.portlet-boundary,
.layout-sidebar>.portlet-column-content-first>div.portlet-boundary>section.portlet {
	height: 100%
}

.aside-absolute {
	position: absolute;
	height: auto;
	width: 100%
}

@media(max-width:767px) {
	.g-recaptcha {
		margin: 0 auto;
		max-width: 100%
	}
}

@media(min-width:768px) {
	.g-recaptcha {
		margin: 0 auto;
		max-width: 24%
	}
}

@media(min-width:768px) {
	.taglib-captcha {
		float: left;
		display: flex;
		padding-left: 20%;
		padding-right: 35%
	}
}

@media(min-width:992px) {
	.taglib-captcha {
		float: left;
		display: flex;
		padding-left: 35%;
		padding-right: 35%
	}
}

@media(min-width:1200px) {
	.taglib-captcha {
		float: left;
		display: flex;
		padding-left: 26%;
		padding-right: 40%
	}
}

.taglib-captcha label.control-label {
	width: 100% !important
}

label {
	font-weight: normal
}

.ddl-form-builder-app {
	background-color: #f3f3f3
}

.lfr-ddm-form-submit {
	background-color: black !important;
	border-color: black !important;
	font-weight: bold !important;
	margin-right: 50% !important
}

.lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
	padding-bottom: 5%
}

label.radio-inline.radio-option-Yes {
	font-size: 1.5rem;
	margin-left: 1%
}

.portlet-forms .radio-inline+.radio-inline {
	font-size: 1.5rem
}

label.radio-inline.radio-option-No {
	font-size: 1.5rem;
	margin-left: 1%
}

.clearfix.checkbox-multiple-options {
	font-family: "Gotham Book", sans-serif
}

.clearfix.checkbox-multiple-options {
	font-size: 1.5rem
}

.radio,
.checkbox {
	margin-top: 0;
	margin-bottom: 0
}

.lfr-ddl-field-settings-modal .radio-inline,
.portlet-forms .radio-inline {
	padding-top: 5px
}

select.form-control:not([size]):not([multiple]) {
	width: 100%;
	color: white;
	height: 100%;
	background: #c39c74
}

.input-select-wrapper .input-group-container {
	color: white;
	max-width: 100%;
	height: calc(4.25rem + 2px)
}

.input-select-wrapper .input-group-container {
	color: white;
	max-width: 31%;
	height: calc(4.25rem + 2px)
}

.ddl-form-name {
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.3;
	letter-spacing: .6px;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
	text-align: center !important
}

.input-group-addon {
	padding: 4px 16px;
	padding-left: 10px
}

.descriptionForm {
	text-align: center;
	color: #1c1b1b;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	padding: 1% 16%
}

.input-group-container {
	float: left;
	display: flex;
	width: 75%
}

.portlet-forms label.control-label {
	float: left;
	width: 23%;
	text-align: right;
	margin-right: 2%;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif
}

.form .form-group::after {
	content: " ";
	clear: both;
	display: table
}

@media(min-width:768px) {
	.input-select-wrapper .input-group-container {
		max-width: 50%
	}
}

@media(min-width:992px) {
	.input-select-wrapper .input-group-container {
		max-width: 31%
	}
}

@media(min-width:1200px) {
	.input-select-wrapper .input-group-container {
		max-width: 31%
	}
}

.input-group-container {
	float: left;
	display: flex;
	width: 60%
}

.portlet-forms label.control-label {
	float: left;
	width: 35%;
	text-align: right;
	margin-right: 1%;
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
	margin-top: 1%
}

lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
	padding-top: 20px;
	padding-bottom: 60px
}

.portlet-forms .lfr-ddm-form-field-container {
	padding: 0 0 31px 0
}

.lfr-ddm-form-page .row:nth-child(10) .input-group-container {
	float: none;
	display: contents
}

.lfr-ddm-form-page .row:nth-child(10) label.control-label {
	width: 100%;
	text-align: left
}

.lfr-ddm-form-page .row:nth-child(11) .input-group-container {
	float: none;
	display: contents
}

.lfr-ddm-form-page .row:nth-child(11) label.control-label {
	width: 100%;
	text-align: left
}

@media(max-width:767px) {
	.portlet-forms label.control-label {
		width: 100%;
		text-align: center
	}

	.input-group-container {
		float: none;
		display: contents
	}

	.clearfix.checkbox-multiple-options {
		margin-bottom: -33px
	}

	.clearfix.radio.radio-options {
		text-align: center
	}
}

@media(max-width:767px) {
	.input-group .form-control {
		width: 90%
	}

	.input-group-addon,
	.input-group-btn,
	.input-group .form-control {
		justify-content: center;
		display: flex
	}

	.input-group-addon {
		padding: 4px 16px;
		padding-left: 10px;
		padding-bottom: 18px
	}
}

.newslide.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

a.newControl.fp-controlArrow.fp-prev {
	left: 30px;
	transform: rotate(-45deg);
	width: 43px;
	height: 43px;
	background-color: rgba(255, 255, 255, 0);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-width: 1px;
	top: unset;
	margin-top: 15%
}

a.newControl.fp-controlArrow.fp-next {
	transform: rotate(135deg);
	right: 30px;
	width: 43px;
	height: 43px;
	background-color: rgba(255, 255, 255, 0);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-width: 1px;
	top: unset;
	margin-top: 15%
}

/* New styles footer */
.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(194, 155, 116, 0.87);
	padding: 5px 20px;
	font-size: 10pt;
	line-height: 1.2em;
	text-align: left;
	display: none;
	z-index: 9999999;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #ffffff;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

.eupopup-container-block {
	margin-top: -50px;
	margin-left: -70px;
	margin-right: -70px;
	margin-bottom: 40px;
	padding-top: 10px;
}

button.btn.btn-lg.btn-primary.btn-cookie.pull-right {
	background-color: #252525;
	border-color: #252525;
	margin-top: 0;
}

button.btn.btn-lg.btn-primary.btn-cookie.pull-right:hover {
	background-color: #846a51;
	border-color: #846a51;
}

.title-paragraph-6-col {
	padding: 4rem 2rem;
}

h5.title-6-col {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 59px;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	font-weight: 600;
	font-style: italic;
	font-family: "MillerBanner SemiboldItalic", serif;
}

p.paragraph-6-col {
	font-size: 17px;
	line-height: 31px;
	letter-spacing: 0;
	color: #3e3e3e;
	max-width: 950px;
	margin: auto;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

.icon-6-col {
	background: #fbfbfb;
	padding: 2rem 2.5rem 1rem;
}

.card.card-6-col {
	background: transparent;
	border: 0;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
	color: #373737;
	font-weight: 500;
	text-align: center;
}

.card.card-6-col-title {
	background: transparent !important;
	border: 0;
}

.card-6-col .card-title {
	height: 100px;
}

p.description-6-col {
	font-size: 1.5rem;
	font-weight: normal;
	font-style: normal;
	font-family: "Gotham Book", sans-serif;
}

@media (min-width: 576px) {
	.icon-6-col {
		padding: 2rem 1rem 1rem;
	}
}

@media only screen and (min-width: 768px) {
	h5.title-6-col {
		font-size: 30px;
		font-size: 3rem;
	}
}

.row-icons-5 {
	justify-content: space-between;
}
.custom01{
	color:red;
}