/******************************************************************
Template Name: Sona
Description: Sona Hotel Html Template
Author: Colorlib
Author URI: https://colorlib.com
Version: 1.0
Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
1.1	Variables
1.2	Mixins
1.3	Flexbox
1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  About Section
6.  Services Section
7.  Testimonial Section
8.  Blog Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/* Cores
#19376D	->	Azul escuro
#476DBA ->	Azul Claro
#53D397 ->  Verde claro
#0C9463	->	Verde Escuro
#CFF5E7 ->	Verde Água
*/
/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

@font-face {
	font-family: "Recharge";
	src: url("../fonts/recharge.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


* {
	font-family: "Recharge";
	color: #19376D;
}

html, body {
	height: 100%;
	font-family: "Recharge";
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #19376D;
	font-weight: 400;
	font-family: "Recharge"
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	font-family: "Recharge";
	color: #19376D;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/*---------------------
Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 14px;
	color: #dfa974;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #19376D;
	content: "";
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*---------------------
Header
-----------------------*/
.header-section {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}

.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.menu-item {
	position: relative;
	z-index: 9;
}
.menu-item .logo {
	height: 100px;
}
.menu-item .logo a {
	display: inline-block;
}

.menu-item .logo img {
	display: block;
	height: 120px;
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 16px;
	color: #19376D;
	margin-right: 42px;
	font-weight: 500;
	display: inline-block;
	padding: 27px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #476DBA;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19376D;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #dfa974;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}

/*---------------------
Banner Topo
-----------------------*/

.hero-section {
	position: relative;
	margin-top: 100px;
	padding-top: 60px;
	padding-bottom: 100px;
	width: 100% !important;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}

.hero-section .logo-slider{
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-section .logo-slider img {
	width: 50%;
}

.hero-text {
	padding-top: 145px;
}
.hero-text h1 {
	font-size: 80px;
	line-height: 90px;
	color: #ffffff;
	margin-bottom: 16px;
	text-align: center;
}
.hero-text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	margin-bottom: 35px;
}

.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 50%;
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 100%;
}


/*---------------------
About
-----------------------*/
.about-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}

.about-banner {
	position: relative;
	width: 100%;
	height: 600px;
	padding: 0;
	overflow: hidden;
}

.about-item {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.about-item img {
	position: absolute;
	z-index: 3;
	opacity: 80%;
	width: 100%;
}

.about-banner .about-title{
	position: absolute;
	top: 50px;
	z-index: 10;
	text-shadow: 2px 2px #19376D;
	color: #fff;
}

.about-title h2{
	text-align: center;
	z-index: 5;
	color: #fff;
}

.about-info {
	position: relative;
}

.about-info .about-text {
	position: absolute;
	top: 30%;
	text-align: left;
	padding-left: 30px;
	z-index: 5;
}

.about-info .about-background {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
}

.about-info .about-background img {
	z-index: 1;
	opacity: 20%;
}


/*---------------------
Project
-----------------------*/

.project-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}
.project-section .project-title {
	margin-bottom: 36px;
	text-align: center;
}

.project-info {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.project-item {
	border-left: 4px solid #476DBA;
	padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.project-item:hover{
	background: #476DBA;
	border-left: 4px solid #19376D;
	border-radius: 5px;
}

.project-item:hover p {
	color: #fff;
}

.project-item .first {
	color: #19376D;
}

.project-item p {
	text-align: left;
	font-size: 30px;
	color: #476DBA;
	
}

/*---------------------
Pilares
-----------------------*/

.pilares-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}
.pilares-section .pilares-title {
	margin-bottom: 36px;
	text-align: center;
}

.pilares-info {
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	text-align: center;
}

/*---------------------
Objetivo
-----------------------*/
.objetivo-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}


.objetivo-info {
	position: relative;
	width: 100% !important;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
}

.objetivo-info img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	opacity: 70%;
}

.objetivo-info h2 {
	text-align: center;
	color: #fff;
	padding: 40px;
	text-shadow: 2px 2px #19376D;
}

.objetivo-info p {
	font-size: 2em;
	padding: 20px;
	padding-top: 40px;
	text-align: center;
	line-height: 1em;
}

/*---------------------
Seleção
-----------------------*/
.selecao-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}

.selecao-section .selecao-title {
	text-align: center;
	padding-bottom: 40px;
}

.selecao-info {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.selecao-img {
	height: 100%;
	width: 100%;
	padding: 20px;
	text-align: center;
}

.selecao-item {
	margin: 10px;
	padding: 10px;
}

.selecao-item h3 {
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 20px;
}

.selecao-item p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 50;
}

/*---------------------
Patrocínio
-----------------------*/
.patrocinio-section {
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
}

.patrocinio-section .patrocinio-title {
	text-align: center;
	padding-bottom: 40px;
}
.patrocinio-info {
	position: relative;
	height: 100%;
	overflow: hidden;
	min-height: 600px;
}

.patrocinio-info .patrocinio-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	opacity: 60%;
}

.patrocinio-info .patrocinio-img img {
	z-index: 2;
	width: 100%;
}

.patrocinio-info .patrocinio-detalhes {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5 !important;
	width: 100%;
}

.patrocinio-info .patrocinio-detalhes h2{
	color: #fff;
	padding: 20px;
	text-align: center;
}

.patrocinio-info .patrocinio-detalhes p {
	text-align: center;
	font-size: 1.5em;
	padding: 20px;
}

.patrocinio-valores {
	display: flex;
	justify-content: space-between;
}

.patrocinio-valores div {
	background-color: #fff;
	width: 100%;	
	max-width: 300px;
	margin: 10px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	box-shadow: 5px 5px 10px #19376D;
}

.patrocinio-valores div.bronze h2 {
	background-color: #dfa974;
} 

.patrocinio-valores div.prata h2 {
	background-color: #ccc;
}

.patrocinio-valores div.ouro h2 {
	background-color: #cfc805;
} 

.patrocinio-valores div.diamante h2 {
	background-color: #476DBA;
} 

.patrocinio-valores div p {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	text-transform: uppercase;
	font-weight:900;
	font-size: 2.5em !important;
	line-height: 1.5em;
	text-align: center  !important;
}


/*---------------------
Contato
-----------------------*/
.contato-section {
	background-color: #476DBA;
	color: #fff;
}

.contato-section .contato-title h2 {
	color: #fff;
	padding: 20px 0 20px 0;
}

.contato-section p, .contato-section span {
	color: #fff;
}

.contato-section span {
	display: inline-block;
	width: 150px;
}

.contato-section p a {
	text-decoration: none;
	color: #fff;
}

.contato-section p a:hover {
	color: #19376D;
	background-color: #fff;
	padding: 5px;
}

.contato-logo {
	margin: 0;
	padding: 0;
	max-width: 300px;
}






/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -288px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	.header-section {
		display: none;
		/* height: 100px;
		position: fixed;
		top: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9999; */
	}
	
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 25px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #19191a;
		border: 1px solid #19191a;
		border-radius: 2px;
		line-height: 33px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 30px;
		width: 30px;
		border: 1px solid #19191a;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 1px;
	}
	.offcanvas-menu-wrapper .search-icon {
		color: #19191a;
		text-align: center;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #dfa974;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #dfa974;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .top-widget li {
		list-style: none;
		font-size: 16px;
		color: #19191a;
		font-weight: 500;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .top-widget li i {
		color: #dfa974;
		margin-right: 4px;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.footer-section .copyright-option ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-section .copyright-option .co-text {
		text-align: center;
	}
	.about-pic img {
		margin-bottom: 20px;
	}
	.room-booking {
		padding: 0;
		margin-top: 40px;
	}
	.contact-form {
		padding-top: 30px;
	}
	.hero-text {
		margin-bottom: 40px;
	}
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.hp-room-items {
		margin: 0;
	}
	.hp-room-item {
		margin-bottom: 15px;
	}
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.testimonial-slider.owl-carousel .owl-nav {
		display: none;
	}
	.room-details-item .rd-text .rd-title {
		margin-bottom: 25px;
	}
	.room-details-item .rd-text .rd-title h3 {
		float: none;
		margin-bottom: 30px;
	}
	.room-details-item .rd-text .rd-title .rdt-right {
		float: none;
		text-align: left;
	}
	.footer-section .copyright-option ul li {
		margin-right: 25px;
	}
	.blog-details-text .tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .tag-share .social-share {
		float: none;
	}
	.about-text .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hp-room-items {
		margin: 0 -5px;
	}
	.hp-room-item {
		margin-bottom: 10px;
	}
}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	
	/*---------------------
	About
	-----------------------*/
	.about-section {
		height: 600px;
	}
	.about-banner {
		height: 250px;
	}
	
	.about-item {
		display: none;
	}
	
	.about-banner .about-title{
		text-shadow: none;
	}
	
	.about-banner .about-title h2{
		color: #19376D;
	}
	
	.about-info {
		position: relative;
	}
	
	.about-info .about-text h3 {
		text-align: left;
		font-size: 1.5em;
	}
	
	/* Project */
	.project-item {
		width: 100%;
	}
	
	/* Pilares */
	.pilares-section {
		margin-top: 0;
		padding-top: 0;
	}
	.pilares-info h2, .pilares-info p, .pilares-info h3 {
		padding: 40px;
	}
	
	/* Objetivo */
	.objetivo-info {
		width: 108% !important;
	}
	.objetivo-info p {
		font-size: 1.5em;
		padding: 20px;
		padding-top: 50px;
		text-align: center;
		line-height: 1.5em;
	}
	
	/* Seleção */
	.selecao-info {
		display: flex;
		flex-wrap: wrap;
	}
	
	/* Patrocinio  */
	.patrocinio-info {
		min-height: 1800px;
	}
	
	.patrocinio-valores {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.patrocinio-valores div {
		margin: 10px auto;
	}
	
	/* Contato */
	
	.contato-section .contato-title h2 {
		text-align: center;
	}
	
	.contato-section p, .contato-section span {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.contato-logo {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}