/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
	overflow-x: hidden;
}

body {
	font-family: "Roboto", sans-serif;

	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #fecd00 url('../img/background-yellow.png') repeat 0 0;
	-webkit-animation: 25s linear 0s normal none infinite animate;
	-moz-animation: 25s linear 0s normal none infinite animate;
	-ms-animation: 25s linear 0s normal none infinite animate;
	-o-animation: 25s linear 0s normal none infinite animate;
	animation: 25s linear 0s normal none infinite animate;

}

@-webkit-keyframes animate {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1200px 0;
	}
}

@-moz-keyframes animate {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1200px 0;
	}
}

@-ms-keyframes animate {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1200px 0;
	}
}

@-o-keyframes animate {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1200px 0;
	}
}

@keyframes animate {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 1200px 0;
	}
}


a {
	color: #777;
	text-decoration: none;
	transition: .3s all ease;
}

a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
	font-family: "Poppins", sans-serif;
	color: #000;
}

.container {
	z-index: 2;
	position: relative;
}

.text-black {
	color: #000 !important;
}

.text-primary {
	color: #2d71a1 !important;
}

.border-top {
	border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
	border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
	margin-top: .5rem;
	font-style: italic;
	font-size: .8rem;
}

section {
	overflow: hidden;
}

.section {
	padding: 3rem 0;
}

.section-heading {
	font-size: 3rem;
	font-weight: 700;
	background: linear-gradient(-45deg, #000000, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #fecd00;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #3687c1;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/* Default btn sre-tyling */
.btn {
	border: none;
	padding: 15px 30px !important;
}

.btn.btn-outline-white {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}

.btn.btn-outline-white:hover {
	background: #fff;
	color: #2d71a1;
}

.btn.btn-primary {
	background: #2d71a1;
	background: linear-gradient(-45deg, #1391a5, #274685);
	color: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
	margin: 0 auto;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
	background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
	font-size: 40px;
	line-height: 0;
	color: #fff;
}

.feature-1 h3 {
	font-size: 20px;
}

.feature-1 p {
	color: #b1b1b1;
}

/* Step */
.square {
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
	background: #000;
	padding: 40px;
	color: #fff;
}

.square h3 {
	font-size: 26px;
	color: #fecd00;
}

.square {
	font-size: 15px;
}

.square .count {
	background: linear-gradient(-45deg, #1391a5, #fecd00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	letter-spacing: .2rem;
	margin-bottom: 10px;
	display: block;
}

.square p:last-child {
	margin-bottom: 0px;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(27, 49, 94, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #2d71a1;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.fondo {
	padding: 0;
	background-image: url('../img/beetelecom-blanco.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20%;
}

.init-section h1 {
	font-size: 5rem !important;
	font-weight: 600 !important;
}

.init-section p {
	font-size: 1.5rem !important;
}

.init-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/panal_bg.jpg);
	position: relative;
}

.init-section .wave {
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	bottom: -150px;
}

@media screen and (max-width: 992px) {
	.fondo {
		padding: 35px 0 0 0;
		background-position: top center;
	}

	.init-section h1 {
		font-size: 2.5rem !important;
	}

	.init-section p {
		font-size: 15px !important;
	}

	.init-section .iphone-wrap img {
		height: 300px !important;
	}

	.init-section .wave {
		bottom: -125px;
	}
}

.init-section .wave svg {
	width: 100%;
}

.init-section,
.init-section>.container>.row {
	height: 100vh;
	min-height: 880px;
}

.init-section.inner-page {
	height: 60vh;
	min-height: 0;
}

.init-section.inner-page .hero-text {
	transform: translateY(-150px);
	margin-top: -120px;
}

@media screen and (max-width: 992px) {
	.init-section.inner-page .hero-text {
		margin-top: -80px;
	}
}

.init-section h1 {
	font-size: 5rem;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
	.init-section h1 {
		font-size: 2.5rem;
		text-align: center;
		margin-top: 40px;
	}
}

@media screen and (max-width: 992px) {
	.init-section .hero-text-image {
		margin-top: 4rem;
	}
}

.init-section p {
	font-size: 25px;
	color: #fff;
}

.init-section span {
	border-top: solid 5px #fecd00;
}

.init-section .iphone-wrap {
	position: relative;
}

@media screen and (max-width: 992px) {
	.init-section .iphone-wrap {
		text-align: center;
	}
}

.init-section .iphone-wrap .phone-2,
.init-section .iphone-wrap .phone-1 {
	position: absolute;
	top: -50%;
	overflow: hidden;
	left: 0;
	box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
	border-radius: 30px;
}

@media screen and (max-width: 992px) {

	.init-section .iphone-wrap .phone-2,
	.init-section .iphone-wrap .phone-1 {
		position: relative;
		top: 0;
		max-width: 100%;
	}
}

.init-section .iphone-wrap .phone-2,
.init-section .iphone-wrap .phone-1 {
	width: 250px;
}

@media screen and (max-width: 992px) {
	.init-section .iphone-wrap .phone-1 {
		margin-left: -150px;
	}
}

.init-section .iphone-wrap .phone-2 {
	margin-top: 50px;
	margin-left: 100px;
	width: 250px;
}

@media screen and (max-width: 992px) {
	.init-section .iphone-wrap .phone-2 {
		width: 250px;
		position: absolute;
		margin-top: 0px;
		margin-left: 100px;
	}
}

#main .wave {
	height: 175px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: #000000;
	padding: 80px 0;
}

.cta h3 {
	color: #fecd00;
	font-size: 32px;
	font-weight: 700;
}

.cta p {
	font-size: 18px;
	color: #ffffff;
}

.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 4px;
	transition: 0.5s;
	margin: 10px;
	color: #000000;
	background: #fecd00;
}

.cta .cta-btn:hover {
	color: #fff;
	border: dotted 2px #fecd00;
	background: #000000;
}

@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	#main .wave {
		height: 75px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	padding: 5rem 0 2.5rem 0;
	margin-top: 250px;

	background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../img/panal_bg.jpg);
	position: relative;

}

.footer .wave {
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: -75px;
	height: 100px;
}

.footer h3 {
	font-size: 18px;
	margin-bottom: 30px;
}

.footer ul li {
	margin-bottom: 10px;
}

.footer a {
	color: #000;
}

.footer .copyright,
.footer .credits,
.footer .credits a {
	margin-bottom: 0px;
	color: #fff;
}

.footer .copyright,
.footer .credits {
	font-size: 14px;
}

.social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f8f9fa;
	position: relative;
	text-align: center;
	transition: .3s background ease;
	color: #0d1e2d;
	line-height: 0;
}

.social a span {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.social a:hover {
	color: #fff;
	background: #2d71a1;
}

.social a i {
	line-height: 0;
}

#modal {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	transition: all .5s;
}


#modal p {
	width: 60%;
	height: 40%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-size: 1.5em;
	text-align: center;
}

#modal {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	position: fixed;
	top: -100vh;
	left: 0;
	height: 100vh;
	width: 100vw;
	transition: all .5s;
}

#mostrar-modal {
	display: none;
}

#mostrar-modal+label {
	background: steelblue;
	display: table;
	margin: auto;
	color: #fff;
	line-height: 3;
	padding: 0 1em;
	text-transform: uppercase;
	cursor: pointer;
}

#mostrar-modal+label:hover {
	background: #38678f;
}

#mostrar-modal:checked~#modal {
	top: 0;
}