/**************************/
/*     General Styles     */
/**************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #5e6576; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #222222;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
	letter-spacing: -0.4px;
}

h2 {
	color: #222222;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.625rem;
	letter-spacing: -0.4px;
}

h3 {
	color: #222222;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: -0.2px;
}

h4 {
	color: #222222;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: -0.2px;
}

h5 {
	color: #222222;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
}

h6 {
	color: #222222;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #5e6576;
	text-decoration: underline;
}

a:hover {
	color: #5e6576;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.blue {
	color: #6168ff;
}

.bg-gray {
	background-color: #f3f2f2;
}

.section-title {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.125rem 1.75rem;
	border-radius: 30px;
	background-color: #ffe7eb;
	color: #ff5574;
	font-weight: 600;
	font-size: 0.875rem;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #ff5574;
	border-radius: 30px;
	background-color: #ff5574;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #ff5574; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #E84D6A;
	border-radius: 30px;
	background-color: #E84D6A;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #ff5574; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #ff5574;
	border-radius: 30px;
	background-color: #ff5574;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-sm:hover {
	background-color: transparent;
	color: #ff5574; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #5e6576;
	border-radius: 30px;
	background-color: transparent;
	color: #5e6576;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #5e6576;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #5e6576;
	border-radius: 30px;
	background-color: transparent;
	color: #5e6576;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #5e6576;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #5e6576;
	border-radius: 30px;
	background-color: transparent;
	color: #5e6576;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #5e6576;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-select,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	border: 1px solid #5e6576;
	border-radius: 8px;
	background-color: #ffffff;
	color: #5e6576;
	font-size: 0.875rem;
	line-height: 1.5rem;
	/* -webkit-appearance: none; removes inner shadow on form inputs on ios safari */ 
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3.5rem;
	color: #5e6576;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #000000;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #000000;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #ff5574;
	border-radius: 30px;
	background-color: #ff5574;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #ff5574;
	background-color: transparent;
	color: #ff5574;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 350px;
	height: 59px;
}

.navbar .logo-text {
	color: #222222;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 0rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #ffffff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #5e6576;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #6168ff;
}

@media (min-width: 260px) and (max-width: 470px){
	.navbar .logo-image img {
		width: 215px;
		height: 37px;
	}
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #ffffff;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #5e6576;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #ffffff;
	color: #6168ff;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #d1d1d1;
}
/* end of dropdown menu */

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

.navbar .btn-solid-sm {
	border-color: #0E3DE4;
	background-color: #0E3DE4;
}

.navbar .btn-solid-sm:hover {
	background-color: transparent;
	color: #0E3DE4;
}


/******************/
/*     Header     */
/******************/
.header {
	padding-top: 8rem;
	padding-bottom: 5rem;
	text-align: center;
}

.header .h1-large {
	margin-bottom: 1.25rem;
}

.header .p-large {
	margin-bottom: 2.75rem;
}

.header .btn-solid-lg {
	display: block;
	margin-bottom: 1.75rem;
}

.header .quote {
	display: block;
	color: #222222;
}

.header .quote i {
	margin-right: 0.5rem;
	color: #222222;
}

.header .text-container {
	margin-bottom: 5rem;
}



/*     Details 1     */
.basic-1 {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.basic-1 h2 {
	margin-bottom: 1.875rem;
}

.basic-1 h2 span {
	font-weight: 400;
}

.basic-1 p:last-of-type {
	margin-bottom: 2rem;
}

.basic-1 .btn-solid-reg {
	cursor: pointer;
}
/*   end  Details 1     */




/* services */

.heading_container h2 {
	text-align: center;
}

.heading_container h2 span {
    color: #0E3DE4;
}

.heading_container p {
	text-align: center;
}

.service_section {
	position: relative;
}

.service_section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 55px;
	border-radius: 5px;
}

.service_section .box .img-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 90px;
	min-width: 90px;
	height: 90px;
	padding: 10px;
	margin-bottom: -45px;
	position: relative;
}

.service_section .box .img-box img {
	max-width: 150px;
	max-height: 350px;
	position: relative;
	z-index: 3;
}

.service_section .box .img-box::before, .service_section .box .img-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4867da;
	z-index: 2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.service_section .box .img-box::before {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.service_section .box .img-box::after {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.service_section .box .detail-box {
	background-color: #f8f8f9;
	padding: 75px 20px 20px 20px;
	text-align: center;
}

.service_section .box .detail-box h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.service_section .box .detail-box a {
	color: #476269;
	font-weight: 600;
}

.service_section .box .detail-box a:hover {
	color: #e40ec4;
}

.service_section .box:hover .img-box::before {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
/* end services */



/* proyectos realizados*/


#projects.filter.bg-gray {
	background-color: rgb(255, 255, 255);
	margin-top: 150px;
	}
	
	#projects h2.h2-heading {
	text-align: center;
	margin-bottom: 40px;
	}

	#projects .h2-heading span {
		color:#e40ec4;
	}
	
	#projects .button-group.filters-button-group {
	text-align: center;
	margin-bottom: 40px;
	}
	
	#projects .button-group.filters-button-group button {
	font-size: 18px;
	padding: 10px 20px;
	margin-right: 10px;
	border: none;
	background-color: #f8f8f9;
	}
	
	#projects .button-group.filters-button-group button.is-checked {
	background-color: #f8f8f9;
	}
	
	#projects .grid {
	display: flex;
	flex-wrap: wrap;
	}
	
	#projects .grid .element-item {
	width: 25%;
	margin-bottom: 40px;
	}
	
	#projects .grid .element-item img {
	width: 100%;
	}
	
	#projects .grid .element-item p {
	font-size: 16px;
	margin-top: 14px;
	}
	
	#projects .grid .element-item.profesionales {
	background-color: #f8f8f9;
	}
	
	#projects .grid .element-item.empresas {
	background-color: #f8f8f9;
	}
	
	#projects .grid .element-item.otros {
	background-color: #f8f8f9;
	}
	
	/* Add some hover effect */
	#projects .grid .element-item:hover {
	box-shadow: 2px 2px 10px #ccc;
	transform: scale(1.05);
	}
	
	#projects .grid .element-item a {
	color: #000;
	text-decoration: none;
	}
	
	#projects .grid .element-item a:hover {
	color: #666;
	}

/*proyectos realizados*/


/* why us contador de proyectos*/


.why_us_section {
	padding: 50px 0;
	}
	
	.why_bg_box {
	position: relative;
	width: 100%;
	height: 100%;
	}
	
	.why_bg_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
	
	.why_us_container {
	position: relative;
	z-index: 1;
	}
	
	.box_container {
	padding: 50px;
	background: #fff;
	}
	
	.box {
	text-align: center;
	padding: 25px;
	border: 1px solid #e5e5e5;
	margin-bottom: 25px;
	}
	
	.num-box {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
	}
	
	.count {
	color: #333;
	}
	
	h5 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	}

	.form-group-container {
		display: flex;
		justify-content: space-between;
		margin-top: 25px;
	  }
	  
	  button[type="submit"] {
		width: calc(45% - 4px);
	  }

	
	/* Responsive Styles */
	@media (max-width: 991px) {
	.box {
	margin-bottom: 0;
	}
	}
	
	@media (max-width: 767px) {
	.box_container {
	padding: 25px;
	}
	}

	.why_us_section {
		position: relative;
	  }
	  .why_bg_box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	  }
	  .why_bg_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	  }
	  .num-box {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	  }
	  .num-box .count {
		position: absolute;
		z-index: 1;
		font-size: 3rem;
		font-weight: bold;
		color: rgb(32, 26, 26);
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	  }


/* why us contador de proyectos */


/* equipo de trabajo */

.team-section {
	padding: 50px 0;
  }

.team-section h2 {
	text-align: center;

}
  
  .container {
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
  }
  
  .team-member {
	flex: 1;
	margin: 20px;
	text-align: center;
  }
  
  .team-member-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto;
  }
  
  .team-member-name {
	font-size: 24px;
	margin: 20px 0;
  }
  
  .team-member-title1 {
	color: #0E3DE4;
  }

  .team-member-title2 {
	color: #e40ec4;
  }

  /* equipo de trabajo */


    /**********************/
/*frase celebre  Invitation*/
    /**********************/
	
.basic-2 {
	padding-top: 3rem;
	text-align: center;
}

.basic-2 .text-container {
	padding: 5rem 1.5rem 5rem 1.5rem;
	border-radius: 28px;
	background: url('../images/invitation-background.jpg') center center no-repeat;
	background-size: cover;
}

.basic-2 h4 {
	margin-bottom: 2rem;
	color: #ffffff;
}

.basic-2 .p-large {
	margin-bottom: 0;
	color: #ffffff;
}

/*frase celebre invitation*/


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.25rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.form-1 .h2-heading {
	margin-bottom: 1.125rem;
	text-align: center;
}

.form-1 .h2-heading span {
	font-weight: 400;
}

.form-1 .p-heading {
	margin-bottom: 0.375rem;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
}

.form-1 .list-unstyled .fas {
	color: #6168ff;
}

input.formulario-contacto[type="submit"] {
	background-color: #E84D6A;
	border-radius: 25px;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0 auto;
  }

/******************/
/*     Footer     */
/******************/

.fa-stack {
	display: inline-block;
	margin: 20px 10px; /* Increased margin top and bottom */
	transition: all 0.3s ease-in-out;
	}
	
	/* Change color of social icons on hover */
	.fa-stack:hover i:first-child {
	color: #E84D6A; /* Pink color */
	}
	
	/* Text */
	#texto{
	font-size: 20px;
	color: black;
	text-align: center;
	}
	
	
	/* Social container */
	.social-container {
	padding: 20px; /* Increased padding */
	text-align: center;
	}
	
	/* Copyright */
	.copyright {
	background-color: #f3f2f2; /* bg-gray */
	text-align: center;
	}
	
	/* Change color of social icons to their original colors */
	.fa-stack i:first-child {
	color: initial; /* Removes gray color */
	}

/*footer y copyright*/


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  	z-index: 99; 
	bottom: 20px; 
	right: 20px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%; 
	outline: none; 
	background-color: #44434a; 
	cursor: pointer; 
}

#myBtn:hover {
	background-color: #1d1d21;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 9rem;
	}

	.header .h1-large {
		font-size: 2.75rem;
		line-height: 3.5rem;
	}
	/* end of header */




	/* Contact */
	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */

}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: #ffffff;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.extra-page {
		padding-top: 0.5rem;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #ffffff;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-solid-sm {
		margin-top: 0;
		margin-left: 1rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 13rem;
		text-align: left;
	}

	.header .text-container {
		margin-bottom: 0;
	}

	.header .btn-solid-lg {
		margin-right: 1.5rem;
		margin-bottom: 0;
	}

	.header .btn-solid-lg,
	.header .quote {
		display: inline-block;
	}
	/* end of header */


	
	/* Details 1 */
	.basic-1 .image-container {
		margin-bottom: 0;
	}

	.basic-1 .text-container {
		margin-top: 1.25rem;
	}

	.basic-1 h2 {
		width: 23rem;
	}
	/* end of details 1 */



	/* Footer */
	.footer h4 {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of footer */


	/* Copyright */
	.copyright {
		text-align: left;
	}

	.copyright .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.copyright .statement {
		text-align: right;
	}
	/* end of copyright */

}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	/* end of general styles */
	

	/* Header */
	.header {
		overflow: hidden;
		padding-top: 18.25rem;
		padding-bottom: 11.5rem;
	}

	.header .image-container {
		position: relative;
	}
	
	.header .image-container img {
		position: absolute;
		top: -80px;
		left: 10px;
		width: 840px;
		max-width: none;
	}
	/* end of header */


	/* Details 1 */
	.basic-1 .image-container {
		margin-right: 3.5rem;
	}

	.basic-1 .text-container {
		margin-top: 5rem;
		margin-left: 2.75rem;
	}
	/* end of details 1 */


	/* Details Modal */
	.modal-content {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	/* end of details modal */



	/* Projects */
	.filter .grid {
		max-width: 1120px;
	}
	/* end of projects */



	/* Contact */

	
    .widget-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh; /* Opcional, ajusta la altura del contenedor */
    }

	/* end of contact */


	/* Footer */
	.footer .decoration-circles {
		left: 0;
	}
	/* end of footer */
}


/* end of min-width 1200px */

/* Estilos para las estadísticas */
.stats-container {
	margin: 20px 0;
  }
  
  .stat {
	margin-bottom: 15px;
  }
  
  .stat-number {
	font-size: 2.5rem;
	font-weight: bold;
	color: #007bff; /* Color azul, puedes cambiarlo */
	transition: color 0.3s ease;
  }
  
  .stat-text {
	font-size: 1rem;
	color: #666;
  }
  
  /* Animación de conteo */
  @keyframes count-up {
	from {
	  opacity: 0;
	  transform: translateY(20px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  .stat-number {
	display: inline-block;
	animation: count-up 1s ease-out forwards;
  }

  #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1; /* Asegúrate de que esté detrás del contenido */
  }

  
  /* Ajustes para móviles */
  @media (max-width: 767.98px) {
	#particles-js {
	  height: 100vh; /* Cubre toda la altura de la pantalla */
	}
  }

  /*contador de servicios/

  /* Estilos generales para la sección */
.why_us_section {
	background-color: #f8f9fa; /* Fondo claro */
	padding: 60px 0;
  }
  
  .why_us_container {
	text-align: center;
  }
  
  .box_container {
	margin-top: 30px;
  }
  
  /* Estilos para cada caja */
  .box {
	background-color: #fff; /* Fondo blanco */
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .box:hover {
	transform: translateY(-10px); /* Efecto de levantar */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada */
  }
  
  /* Estilos para los números */
  .num-box {
	margin-bottom: 15px;
  }
  
  .count {
	font-size: 3rem; /* Tamaño grande */
	font-weight: bold;
	color: #007bff; /* Color azul */
	display: inline-block;
  }
  
  /* Estilos para los títulos */
  h5 {
	font-size: 1.2rem;
	color: #333;
	margin: 0;
  }
  
  /* Ajustes para móviles */
  @media (max-width: 767.98px) {
	.box {
	  margin-bottom: 20px; /* Espaciado entre cajas en móviles */
	}
  
	.count {
	  font-size: 2.5rem; /* Tamaño más pequeño para móviles */
	}
  
	h5 {
	  font-size: 1rem; /* Tamaño más pequeño para móviles */
	}
  }


  @-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.05); /* Reducido de 1.1 a 1.05 */
    }
    50% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.03); /* Reducido de 1.1 a 1.05 */
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.heartbeat {
    animation: heartbeat 1s infinite;
    -webkit-animation: heartbeat 2s infinite;
}