@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&family=Open+Sans:wght@400;500;600&display=swap');

:root {
	--color-primary: #EC6B1C;
	--color-secundary: #F7C31E;
	--color-gris: #383838;
	--color-blanco: #ffffff;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Dosis', sans-serif;
	overflow-x: hidden;
	letter-spacing: -0.5px;
}

.btn-wsp {
	position: fixed;
	width: 60px;
	height: 60px;
	line-height: 60px;
	bottom: 30px;
	right: 30px;
	background-image: url(../image/whatsapp-btn.png);
	z-index: 100;
}

.navbar {
	background-color: var(--color-primary);
	text-transform: uppercase;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.nav-link {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
}

.nav-link span {
	color: var(--color-secundary);
}

.nav-link:hover {
	color: var(--color-secundary);
}

.nav-link:focus {
	color: var(--color-secundary);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .8rem;
	padding-left: .8rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color: var(--color-secundary);
	border-radius: 0px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	background-color: var(--color-secundary);
}

.navbar-toggler:focus {
	box-shadow: none;
}

.frase h2 {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 4em;
}

.frase p {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 2em;
	margin: 0px 20px;
	line-height: 45px;
}

.video-bg {
	position: relative;
	background-color: black;
	height: 100vh;
	min-height: 50rem;
	width: 100%;
	overflow: hidden;
  }
  
  .video-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
  }
  
  .video-bg .container {
	position: relative;
	z-index: 2;
  }
  
  .video-bg .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
  }

.servicios {
	text-align: center;
	margin: 0 auto;
}

.servicios img {
	max-width: 120px;
	margin: 0 auto;
}

.servicios h3 {
	font-family: 'Dosis', sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-gris);
}
  
.bg {
	margin-top: 50px;
	background-color: var(--color-secundary);
	background-image: url(../image/bg-globos.png);
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	justify-content: center;
	height: 500px;
	max-width: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.section-2 {
	margin: 0 auto;
	position: absolute;
	inset: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-2 p {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	color: var(--color-blanco);
	font-size: 2em;
	line-height: 35px;
	text-align: center;
	width: 900px;
	max-width: 100%;
	margin: 0 20px;

}

/**
 * Footer
 *
 * -------------------------------------------------------------------
 */
footer {
	background-color: var(--color-primary);
	background-image: url(../image/Fondo-estrellas-1400x700.png);
	background-repeat: repeat;
	background-size: cover;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
}

footer p {
	color: #fff;
	letter-spacing: -0.5;
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	letter-spacing: 2px;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

footer a:hover {
	color: var(--color-secundary);
}

footer h3 {
	color: var(--color-blanco);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: 2px;
}

.onar {
	text-align: center;
}

.copy {
	text-align: center;
	padding-top: 40px;
	font-size: 0.8rem;
}

.copy p {
	font-size: 0.8rem;
	margin-bottom: 0rem;
}

.copy a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 0.8rem;
}

/**
 * Media Queries
 *
 * -------------------------------------------------------------------
 */
@media (max-width: 768px) {
	.margin-center {
		text-align: center;
	}
}