/*.fixed-menu {
	position: fixed;
	width: 100%;
	top: 0;
}
.navbar-default.fixed-menu .navbar-nav {
	margin-top: 5px;
}
.drop-login {
	right: 0 !important;
	left: inherit;
	z-index: 099999999999;
	border: 2px solid var(--primary-color);
	background-color: var(--primary-color);
	margin-top: 8px;
}
.drop-login .form-login .btn-login {
	background-color: var(--tertiary-color);
}
.menu-login.open::after {
	display: none;
}
.menu-login {
	right: 22%;
	float: right;
}
.pad50 {
	padding: 50px 0;
}
.pad80 {
	padding: 80px 0;
}
.padb50 {
	padding-bottom: 50px;
}
.green-bg {
	background-color: #E8F5F4;
}
.newsletter-div {
	color: #fff;
	background-color: var(--primary-color);
	padding: 50px;
	border-radius: 10px;
	padding-bottom: 80px;
}
.newsletter-div h2 {
	display: inline-block;
	margin: 0px;
}
.new-btn {
	color: #fff;
	background-color: var(--secondary-color);
	border-radius: 5px;
	padding: 15px 25px;
}
.new-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--secondary-color);
	transition: all 400ms ease-in-out;
}
.bottom-section h4 {
	position: absolute;
	color: #fff;
	left: 10%;
	top: 15%;
	font-size: 25px;
	font-weight: bold;
}
.bottom-section img {
	border-radius: 10px;
}
.about-section h3 {
	font-size: 44px;
	font-weight: bold;
	color: #2D3434;
	margin: 0 0 30px 0;
}
.about-section p {
	color: #6C716F;
}
.title-section {
	color: #2D3434;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 50px;
}
.section-index {
	padding-top: 80px;
	padding-bottom: 30px;
}
.div-section {
	border-radius: 10px;
	border: 4px solid #fff;
	position: relative;
	box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 35px;
}
.div-section img {
	border-radius: 10px;
}
.div-section .pos-text {
	position: absolute;
	color: #fff;
	bottom: 5%;
	left: 5%;
}
.div-section .pos-text h3 {
	font-size: 20px;
	font-weight: bold;
}
.div-section .pos-text p {
	font-size: 12px;
}*/
footer {
	background-color: #1F9B96;
	text-align: left;
	padding: 50px 0;
	text-transform: inherit;
	color: #fff;
}
footer a {
	color: #fff;
	font-size: 13px;
}
footer a:hover {
	text-decoration: none;
	color: #efefef;
}
footer .new-menu-footer, .ul-top-destinations {
	list-style: none;
	padding: 0px;
}
footer .new-menu-footer li, .ul-top-destinations li {
	padding-bottom: 15px;
}
footer h4 {
	font-weight: bold;
	margin-bottom: 30px;
}
.footer-logos-div i {
	border-radius: 50px;
	color: #fff;
	background-color: blue;
	padding: 10px;
}
header {
	padding: 8px 0;
}
header, header a {
	color: #666;
}
header i {
	color: #1F9B96 !important;
}
.logos-redes-header {
	margin: 0 8px;
}
.footer-logos-div {
	margin-top: 30px;
}
/*.navbar {
	margin: 0px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin: 10px 0;
}
.navbar-default .navbar-brand {
	height: 75px;
}
.navbar-default .navbar-nav > .menu-destinos > a:hover, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent !important;
	border-bottom: 2px solid var(--primary-color);
}
.navbar-default .navbar-nav > li > a {
	margin: 0px;
	text-transform: inherit;
	font-weight: bold;
}

@media(max-width: 700px) {
.bottom-section img {
	margin-bottom: 20px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #000;
}
}*/