* {
	padding:0;
	margin:0;
	list-style: none;

}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#1f9ed8
}
a:hover {
	color:#1f9ed8
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: #1f9ed8;
	z-index: 1030;
	text-align: center;
}
/* .navbar .navbar-brand {
} */
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
		color: #979797;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #555;
} 
.banner {
	background: #1f9ed8;
	background: #1f9ed8;
	padding:100px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}


.banner-text p {
	margin:40px 0px;
}


.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:0px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #1f9ed8;
	display: block;
	margin: 20px auto 20px;
}
.head {
    height: 17vw; /* Esto ya es una unidad flexible */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 200px; /* Cambié a unidades relativas para la parte inferior */
}

@media (max-width: 1004px) {
    .head {
        height: 30vw; /* Ajusta la altura para pantallas más pequeñas */
        margin-bottom: 200px; /* Ajusta el margen para pantallas más pequeñas */
    }
}

@media (max-width: 768px) {
	.banner-text {
		padding-right: 0;
			margin:0px 0px;
	}
}

@media (max-width: 782px) {
    .head {
        height: 80vw; /* Ajusta la altura para pantallas más pequeñas */
        margin-bottom: 200px; /* Ajusta el margen para pantallas más pequeñas */
    }
}

@media (max-width: 480px) {
    .head {
        height: 25vw; /* Ajusta más la altura para pantallas aún más pequeñas */
        margin-bottom: 150vw; /* Ajusta el margen para pantallas aún más pequeñas */
    }
}

.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #1f9ed8;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 30px;
	margin-bottom: 40px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #1f9ed8;
	background: linear-gradient(to left, #1f9ed8, rgb(17, 130, 206));;
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #1f9ed8;
	padding: 10px 40px;
	border: 2px solid #1f9ed8;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#1f9ed8;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, #1f9ed8, rgb(17, 130, 206));
    width: 800px; 
    height: 600px;
    margin: 0 auto;
	margin-bottom: 40px;
}



.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #0A65A2;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}

.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color:#1f9ed8;
	font-size: 18px;
	line-height: 50px;
	border: 1px solid #1f9ed8;
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:#1f9ed8;
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #1f9ed8;
	background: linear-gradient(to left, #1f9ed8, rgb(17, 130, 206));
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(../images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(../images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #1f9ed8;

	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #1f9ed8;
	
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #1f9ed8;
	background: linear-gradient(to left, #1f9ed8, rgb(17, 130, 206));
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
}

.footer-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.footer-copy p:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-section .row > div {
    margin-bottom: 2rem;
  }
  
  .footer-section .social-icons {
    text-align: center;
  }
  
  .footer-section .input-group {
    flex-direction: column;
  }
  
  .footer-section .input-group .form-control {
    border-radius: 25px;
    margin-bottom: 10px;
  }
  
  .footer-section .input-group .btn {
    border-radius: 25px;
  }
  
  .footer-copy {
    text-align: center;
  }
  
  .footer-copy p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding: 30px 0 0;
  }
  
  .footer-section .py-5 {
    padding: 2rem 0 !important;
  }
  
  .footer-logo {
    height: 35px;
  }
  
  .footer-section .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* Gantt Chart Styles */
.gantt-chart {
  padding: 20px 0;
}

.gantt-container {
  width: 100%;
  overflow-x: auto;
}

.gantt-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.gantt-task {
  width: 150px;
  padding: 5px;
  text-align: right;
  margin-right: 10px;
}

.gantt-bar {
  height: 20px;
  background-color: #1f9ed8;
  border-radius: 5px;
}

/* Flow Diagram Styles */
.flow-diagram {
  padding: 20px 0;
}

.flow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-node {
  text-align: center;
  margin: 0 20px;
}

.flow-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.flow-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
  font-size: 50px;
  color: #818992;
  margin-bottom: 50px;
}


@media (max-width: 480px) {
	/* Flow Diagram Styles */
	.flow-diagram {
display: none;
	
  }
  }



@media (max-width: 768px) {
	.video-overlay {
		width: 90%;
		height: auto;
		min-height: 500px;
		padding-bottom: 56.25%;
	  }

.icon-border span {
	display: none;
	
}



	.feature .section-content .row {
	  flex-direction: column;
	  align-items: center;
	}
  
	.feature .single-feature {
	  margin-bottom: 20px;
	}
  
	.feature .media-body {
	  text-align: center;
	}
  
	.feature .media-right-margin {
	  margin-right: 0;
	}
  
	.feature .media-left,
	.feature .media-right {
	  margin-bottom: 10px;
	}
  
	.feature-mobile {
	  display: none;
	}
	.media{
		display: flex;
		flex-direction: column; justify-content: center; align-items: center;
	}
  }
  

  /* Footer Section Styles - Copiadas del index principal */
.footer-section {
  background: linear-gradient(135deg, #1f9ed8, #0d7ab8);
  color: white;
  padding: 0;
}

.footer-logo {
  height: 40px;
  transition: all 0.3s ease;
}

.footer-section h5 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
}

.footer-section  i {
  color: #fff;
  margin-right: 8px;
  width: 16px;
}


  .contact-info {
    margin-bottom: 30px !important;
  }
.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
}

.footer-section .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.footer-section .social-icons a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  color: white;
  text-decoration: none;
}

.footer-section .input-group .form-control {
  border: none;
  border-radius: 25px 0 0 25px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.9);
}

.footer-section .input-group .btn {
  border-radius: 0 25px 25px 0;
  background: #0d7ab8;
  border: none;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.footer-section .input-group .btn:hover {
  background: #0a5a8a;
  transform: translateY(-1px);
}

.footer-copy {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.footer-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.footer-copy p:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-section .row > div {
    margin-bottom: 2rem;
  }
  
  .footer-section .social-icons {
    text-align: center;
  }
  
  .footer-section .input-group {
    flex-direction: column;
  }
  
  .footer-section .input-group .form-control {
    border-radius: 25px;
    margin-bottom: 10px;
  }
  
  .footer-section .input-group .btn {
    border-radius: 25px;
  }
  
  .footer-copy {
    text-align: center;
  }
  
  .footer-copy p {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding: 30px 0 0;
  }
  
  .footer-section .py-5 {
    padding: 2rem 0 !important;
  }
  
  .footer-logo {
    height: 35px;
  }
  
  .footer-section .social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}