/*DEFAULT*/

html,
body {
	height: 100%;
	font-family: 'Libre Franklin', sans-serif;
}

.wrapper {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -40px;
}

.wrapper:after {
	content: "";
	display: block;
}

#footer,
.wrapper:after {
	height: 40px;
}

/*FIX FOOTER CENTRO2020 */

@media only screen and (max-width: 767px) {
	.wrapper {
		margin-bottom: -75px;
	}

	#footer,
	.wrapper:after {
		height: 75px;
	}
}

.bg-color1 {
	background-color: rgba(247, 148, 29, 0.97);
}

.bg-color2 {
	background-color: rgba(255, 255, 255, 0.97);
}

.padding-top-bottom-20 {
	padding: 20px 0;
}

.margin-top-bottom-20 {
	margin: 20px 0;
}

.margin-top-150 {
	margin-top: 150px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.spacer {
	margin: 10px 0;
}

.hr-spacer {
	border-top: 1px dashed #58595b;
}

/*H1 ADD WORD WRAP CAPACITY - PREVENT PROGRAM TITLE TO BREAK DIV*/

h1 {
	word-wrap: break-word;
}

/*OVERRIDE DEFAULT LINK COLORS*/

a:link {
	color: #f7941d;
}

a:visited {
	color: #f7941d;
	text-decoration: none;
}

a:hover {
	color: #58595b;
	text-decoration: none;
}

a:active {
	color: #58595b;
	text-decoration: none;
}

/*ORANGE BLOCK LINKS*/

.orange-block-links a:link {
	color: #ffffff;
	text-decoration: underline;
}

.orange-block-links a:visited {
	color: #ffffff;
}

.orange-block-links a:hover {
	color: #ffffff;
	text-decoration: none;
}

.orange-block-links a:active {
	color: #ffffff;
}

/*BROWN BLOCK LINKS*/

.brown-block-links a:link {
	color: #790000;
	text-decoration: none;
}

.brown-block-links a:visited {
	color: #790000;
}

.brown-block-links a:hover {
	color: #790000;
	text-decoration: none;
}

.brown-block-links a:active {
	color: #790000;
}

/*BLACK BLOCK LINKS*/

.black-block-links a:link {
	color: #f1921f;
	text-decoration: underline;
}

.black-block-links a:visited {
	color: #f1921f;
}

.black-block-links a:hover {
	color: #f1921f;
	text-decoration: none;
}

.black-block-links a:active {
	color: #f1921f;
}

/*SUBLUTOUR LOGO*/

#sublutour-logo {
	width: 273px;
}

.content {
	background-color: rgba(255, 255, 255, 0.97);
	padding: 20px;
	border-top: 20px solid rgba(247, 148, 29, 0.97);
	color: #58595b;
	/* Default color: #a7a37e - changed requested by marjis viktors/mika, promote better readability to senior people*/
}

#footer {
	width: 100%;
	background-color: rgba(247, 148, 29, 0.97);
	/*border-top: 4px solid rgba(255,255,255,0.97);*/
	padding: 10px 0 5px 0;
	color: #ffffff;
}

/*FOOTER LINKS*/

#footer a:link {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:active {
	color: #ffffff;
}

/*GOOGLE MAPS API*/

#map-sublutour {
	width: 100%;
	min-height: 370px;
}

#map-contacts {
	width: 100%;
	height: 390px;
}

/*IMAGE HOVER EFFECT*/

.caption-style-1 {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-style-1:hover .caption {
	opacity: 1;
}

.caption-style-1 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.caption-style-1 .caption {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.caption-style-1 .blur {
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;
}

.caption-style-1 .caption-text {
	z-index: 10;
	color: #f7941d;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 42%;
}

/*CAPTION MINI SLIDES*/

.caption-slides {
	/*position: relative;*/
	/*bottom: 30px;*/
	/*margin-bottom: -30px;*/
	width: 100%;
	background-color: rgba(247, 148, 29, 0.97);
	color: #ffffff;
	text-align: left;
	padding: 5px;
	/*z-index: 2;*/
}

/*BOOKING PROGRAMS*/

.booking {
	background-color: #f7941d;
	height: auto;
	color: #ffffff;
	padding: 10px;
}

/*ENFOCUS*/

.enfocus {
	background-color: rgba(88, 89, 91, 0.97);
	height: auto;
	color: #ffffff;
	padding: 10px;
}

/*FIX YOUTUBE IFRAME EMBED*/

.videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.comunicado-box {
	color: #f1921f;
	background-color: #000000;
	padding: 5px;
	font-size: 1.1rem;
}

/*WELCOME*/

.welcome {
	color: #ffffff;
	font-weight: bold;
}

/*SPINNER*/

#spinner-load {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(247, 148, 29, 0.97);
	position: fixed;
	z-index: 9999;
}

.indent-15 {
	text-indent: 15px;
}

.prices {
	font-size: 25px;
	font-weight: bold;
}

/*TABLE PROGRAMS*/

.table-programs>thead>tr>th,
.table-programs>tbody>tr>th,
.table-programs>tfoot>tr>th,
.table-programs>thead>tr>td,
.table-programs>tbody>tr>td,
.table-programs>tfoot>tr>td {
	border: none;
	padding: 5px 0;
}

.thead-programs {
	font-weight: bold;
}

.bigbold {
	font-size: 25px;
	font-weight: bold;
}

.bigbold2 {
	font-size: 20px;
	font-weight: bold;
}

.smallbold {
	font-size: 14px;
	font-weight: normal;
}

/*FIX MENU FI FONT SIZE*/

.menu-fix-font-size-fi {
	font-size: 0.99em;
}

/* LANGUAGES */

#div-lang {
	display: block;
}

/* CONDIÇÕES GERAIS */

#div-cond {
	display: block;
	font-size: 0.94em;
}

/* DROPDOWN MENU */

.sublu-dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	min-width: 171px;
}

.sublu-dropdown-menu>li>a {
	color: #58595b;
	/*margin-right: -2px;*/
	font-weight: bold;
	padding: 15px 17px;
	transition: 0.3s;
}

.sublu-dropdown-menu>li>a:hover {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

.sublu-dropdown-menu>li.active>a {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

.sublu-dropdown-menu>li.active>a:hover {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

ul li.dropdown.active-dropdown-menu>a {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

/* DROPDOWN MENU MOBILE */

.sublu-dropdown-menu-mobile>li>a {
	color: #58595b;
	/*margin-right: -2px;*/
	/* font-weight: bold; */
	padding: 15px 17px;
	transition: 0.3s;
}

.sublu-dropdown-menu-mobile>li>a:hover {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

.sublu-dropdown-menu-mobile>li.active>a {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

.sublu-dropdown-menu-mobile>li.active>a:hover {
	background-color: rgba(88, 89, 91, 0.97);
	color: #ffffff;
}

/* FIX FONT SIZE -10% MAIN MENU MD SIZE SCREEN */

@media (min-width: 992px) and (max-width: 1199px) {
	.fix-size-10 {
		font-size: 0.9em;
	}
}

/* MENU HIGHLIGHT BOOKING BUTTON*/

.booking-bgcolor {
	background-color: rgba(247, 148, 29, 0.3);
}

/* YOUTUBE RESPONSIVE */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TOOLTIP BOX CUSTOM COLOR */
.tooltip.top .tooltip-arrow {
	border-top-color: #f1921f;
}

.tooltip-inner {
	background-color: #f1921f;
}

/* FIX INDENT ICON TITLE */
.fix-indent-icon-title {
	padding-left: 1.2em;
	text-indent: -.6em;
}

/* H1 FIX WRAP DOWNGRADE FONT SIZE */
@media (max-width: 768px) {
	.h1-fix {
		font-size: 2.2rem;
	}
}

/* FIX REMOVE PADDING */
.col-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}