		/* ==================================================
   FOOTER PREMIUM
================================================== */

		.footer-custom {

			background:
				linear-gradient(rgba(0, 0, 0, .80),
					rgba(0, 0, 0, .80)),
				url('playa-footer.jpg');

			background-size: cover;

			background-position: center;

			background-attachment: fixed;

			color: #fff;
		}

		.footer-overlay {

			padding: 90px 0 40px;
		}

		.footer-logo {
            
			max-width: 180px;

			margin-bottom: 25px;
		}

		.footer-text {

			color: #ddd;

			line-height: 1.9;

			font-size: 16px;
		}

		/* TITULOS */

		.footer-title {

			color: #fff;

			font-size: 24px;

			margin-bottom: 25px;

			font-weight: 700;
		}

		/* LINKS */

		.footer-links {

			list-style: none;

			padding: 0;
		}

		.footer-links li {

			margin-bottom: 15px;
		}

		.footer-links a {

			color: #ddd;

			text-decoration: none;

			transition: .3s;
		}

		.footer-links a:hover {

			color: #EF4508;

			padding-left: 5px;
		}

		/* CONTACTO */

		.footer-contact {

			list-style: none;

			padding: 0;
		}

		.footer-contact li {

			margin-bottom: 18px;

			color: #ddd;

			display: flex;

			align-items: center;

			gap: 10px;
		}

		/* REDES */

		.footer-social {

			margin-top: 30px;

			display: flex;

			gap: 15px;
		}

		.footer-social a {

			width: 50px;

			height: 50px;

			border-radius: 50%;

			background: #ffffff;

			color: #fff;

			display: flex;

			align-items: center;

			justify-content: center;

			text-decoration: none;

			font-size: 20px;

			transition: .3s;
		}

		.footer-social a:hover {

			transform: translateY(-5px);

			background: #fff;

			color: #EF4508;
		}

		/* BOTON */

		.footer-btn {

			display: inline-block;

			margin-top: 20px;

			background: #EF4508;

			color: #fff;

			padding: 14px 30px;

			text-decoration: none;

			border-radius: 8px;

			font-weight: 600;

			transition: .3s;
		}

		.footer-btn:hover {

			background: #fff;

			color: #EF4508;
		}

		/* DIVIDER */

		.footer-divider {

			border-color:
				rgba(255, 255, 255, .15);

			margin: 50px 0 25px;
		}

		/* BOTTOM */

		.footer-bottom {

			text-align: center;
		}

		.footer-bottom p {

			margin: 0;

			color: #bbb;
		}

		/* RESPONSIVE */

		@media(max-width:768px) {

			.footer-custom {

				text-align: center;
			}

			.footer-social {

				justify-content: center;
			}

			.footer-contact li {

				justify-content: center;
			}

		}