/* Template: Aria - Business HTML Landing Page Template
   Author: Inovatik
   Created: Jul 2019
   Description: Master CSS file
*/

/*****************************************
Table Of Contents:

01. General Styles
02. Preloader
03. Navigation
04. Header
05. Intro
06. Description
07. Services
08. Details 1
09. Details 2
10. Testimonials
11. Call Me
12. Projects
13. Project Lightboxes
14. Team
15. About
16. Contact
17. Footer
18. Copyright
19. Back To Top Button
20. Extra Pages
21. Media Queries
******************************************/

/*****************************************
Colors:

- Backgrounds - light gray #fbfbfb
- Background - dark blue #153e52
- Backgrounds navbar, footer - dark gray #113448
- Buttons, bullets, icons - green #14bf98
- Headings text - black #484a46
- Body text - gray #787976
- Body text - light gray #dfe5ec
******************************************/


/******************************/
/*     01. General Styles     */
/******************************/
body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #787976; 
	font: 400 1rem/1.5625rem "Open Sans", sans-serif;
}

.p-large {
	font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

.p-heading {
	margin-bottom: 3.5rem;
	text-align: center;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

h1 {
	color: #484a46;
	font: 700 2.5rem/3rem "Montserrat", sans-serif;
}

h2 {
	color: #484a46;
	font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}

h3 {
	color: #484a46;
	font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}

h4 {
	color: #484a46;
	font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}

h5 {
	color: #484a46;
	font: 700 1.125rem/1.5rem "Montserrat", sans-serif;
}

h6 {
	color: #484a46;
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.green {
	color: #3f4b43;
}

a.white,
.white {
	color: #dfe5ec;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

strong {
	color: #484a46;
}

.section-title {
	color: #0c0c0c; /*LETRAS DE INICIO , EVENTOS , NOTICIAS ....*/
	font: 500 0.8125rem/1.125rem "Montserrat", sans-serif;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #6095d1;
	border-radius: 0.25rem;
	background-color: #4ab9c3fa;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #4ab9c3fa;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #14bf98;
	border-radius: 0.25rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #222423;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.9375rem 1.625rem;
	border: 0.125rem solid #787976;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #787976;
	font: 700 0.75rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #787976;
	color: #fff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.8125rem;
	left: 1.375rem;
	color: #787976;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 500;
	color: #000000; /*COLOR DE LAS LETRAS DE FORMULARIO*/
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #ad8f8f;
	border-radius: 0.25rem;
	background-color: #474444;
	color: #787976;
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
		
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
		
	}
}

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: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #dadada;
	border-radius: 0.25rem;
	background-color: #3a3535;
	color: #787976;
	font: 400 1rem/1.5625rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.125rem solid #14bf98;
	border-radius: 0.25rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	background-color: transparent;
	color: #14bf98;
}

/* Form Success And Error Message Formatting */
#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #b93636;
	font: 400 1.125rem/1rem "Open Sans", sans-serif;
}

.help-block.with-errors .list-unstyled {
	color: #787976;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider - magnific popup */



.container-clock h1 {
	
	color:transparent;
	font: 0 "Open Sans", sans-serif;
	transition: all 0.2s;
}

.a1 .container-clock {

	
	position: absolute;
	top: 500px; right: 450px;
	font: 35px "Open Sans", sans-serif;
	transition: all 0.2s;
	color:rgba(233, 233, 233, 0.404);
	padding-top: 10%;
	padding-bottom: 15px;
	
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(105, 105, 105, 0);
	
	transition: all 0.2s;

	
}

.container-clock   {
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;

	
}

/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #86c28e;
	

	/*background: linear-gradient(rgba(50, 165, 69, 0.3), rgba(50, 165, 69, 0.3)), url('../images/cie-removebg-preview.png') center center no-repeat;*/
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 150px;
	height: 150px;
	margin: -5.625rem 0 0 -5.625rem; /* is width and height divided by two */ 
	
	background: url('../images/blocks.svg') center center no-repeat transparent;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	background: url('../images/blocks.svg') center center no-repeat transparent;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	background-color: #e3e8eb;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(201, 82, 82, 0.1);
	font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
	transition: all 0.2s;
}

.navbar-custom .navbar-brand {
	font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 150px;
	height:70px;
	-webkit-backface-visibility: hidden;
	
}

.navbar-custom .navbar-brand.logo-text {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font: 700 2.25rem/1.5rem "Montserrat", sans-serif;
	color: #000000;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: #000000;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {

	color: #000000;
}


/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: ;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #3a88b4;
}

.navbar-custom .dropdown-item .item-text {
	font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
}
/*
.navbar-custom .dropdown-item:hover .item-text {
	color: #1d944e;
}*/

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.75rem auto;
	border: none;
	background-color: #b5bcc4;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: #fff;
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}

nav  .menu-contenido{
	position: relative;
	width: 770px;
	height: 43px;
	background: linear-gradient(25deg, #347024,#79cd13,#79cd13,#a6f00a,#f0e10a);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left:30%;
}

a:active {
    color: #000000 !important; /* Color cuando está activo (negro) */
}
nav a:active {
    color: #000000 !important; /* Color cuando está activo (negro) */
}
nav a {
	position: relative;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	padding: 0 45px;
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
	white-space: nowrap
} 
a:active {
    color: #000000 !important; /* Color cuando está activo (negro) */
}

/* Contenedor principal */
.work-row-container {
  font-family: 'Arial', sans-serif;
    max-width: 1110px;
    margin: 0 auto;
    padding: 30px;
    /* background-color: #f8f9fa; */
    /* border-radius: 15px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    text-align: center;
}

/* Encabezado */
.work-row-header {
  margin-bottom: 30px;
}

.work-row-title {
  color: #2c3e50;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.work-row-subtitle {
  color: #7f8c8d;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

/* Fila de 3 bloques */
.three-column-layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 30px 0;
  gap: 20px;
}

/* Bloques comunes */
.text-block, .image-block {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Bloque izquierdo */
.left-block {
  background-color: #e8f4fc;
  text-align: right;
}

.repetitive-text {
  color: #34495e;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

/* Bloque central */
.center-block {
  background-color: #ecf0f1;
  flex: 0 0 200px;
  padding: 0;
  border: 2px dashed #bdc3c7;
}

.block-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.block-image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b6b6b6;
    overflow: hidden; /* Para que la imagen no se salga del contenedor */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.block-image:hover {
    transform: scale(1.05); /* Zoom del 5% */
    
}

/* Bloque derecho */
.right-block {
  background-color: #e3f2fd;
  text-align: left;
}

.highlighted-text {
  font-size: 32px;
  font-weight: 800;
  color: #2980b9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Botón */
.main-action-button {
     display: block;
    /* width: fit-content; */
    margin: 50px 0px 50px;
    padding: -8px 27px;
    /* display: inline-block; */
    /* margin-top: 30px; */
    padding: 21px 25px 21px 25px;
    background-color: #79cd13;
    color: white;
    border: none;
    border-radius: 39px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.main-action-button:hover {
  background-color: #8feb1e;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .three-column-layout {
    flex-direction: column;
  }
  
  .text-block, .image-block {
    width: 100%;
    flex: none;
    margin-bottom: 15px;
  }
  
  .center-block {
    height: 200px;
  }
}



/*
nav span{
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 100%;
	background: linear-gradient(45deg, #4f1919,#ff3333);
	border-radius: 8px;
}
nav a:nth-child(1):hover~span {
	left:0;
}
nav a:nth-child(2):hover~span{
	left:96px;
}
nav a:nth-child(3):hover~span{
	left:189px;
	width: 90px;
}
nav a:nth-child(4):hover~span{
	left:291px;
	width: 104px;
}
nav a:nth-child(5):hover~span{
	left:395px;
	width: 110px;
}*/

/* Estilos base del menú */
.menu-principal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    position: relative;
    background-color: #fff; /* Color de fondo opcional */
}

/* Estilos para el botón del menú hamburguesa (oculto en desktop) */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.toggle-line {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: all 0.3s ease;
}

/* Estilos para el menú en desktop */
.menu-contenido {
    display: flex;
    gap: 20px;
}

.menu-contenido a {
    text-decoration: none;
    color: inherit;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.menu-contenido a:hover {
    color: #007bff; /* Color al hover */
}

/* Estilos responsivos para móviles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .menu-contenido {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 999;
    }
    
    .menu-contenido.active {
        max-height: 500px; /* Ajusta según necesidad */
        padding: 10px 0;
    }
    
    .menu-contenido a {
        width: 100%;
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid #eee; /* Separador opcional */
    }
    
    .menu-contenido a:last-child {
        border-bottom: none;
    }
}
/* Animación del botón hamburguesa a X */
.menu-toggle.open .toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open .toggle-line:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open .toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/*********************/
/*    04. Header     */
/*
linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), ********************/
.header {
	background: url('../images/about.jpg') center center no-repeat;
	background-size: cover;
	width:100%;
	height: 100%;
}

.header .header-content {
	padding-top: 8rem;
	padding-bottom: 2.125rem;
	text-align: center;
}

.header .text-container {
	margin-bottom: 3rem;
}

.header h1 {
	margin-bottom: 0.5rem;
	color: #fff;
}

.header .p-large {
	margin-bottom: 2rem;
	color: #dfe5ec;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}


/*********************/
/*     05. Intro     */
/*********************/
.basic-1 {
	padding-top: 6.5rem;
	padding-bottom: 3rem;
}

.basic-1 .text-container {
	margin-bottom: 3rem;
}

.basic-1 .section-title {
	margin-bottom: 0.5rem;
}

.basic-1 h2 {
	margin-bottom: 1.375rem;
}

.basic-1 .testimonial-author {
	color: #484a46;
}

/* Hover Animation */
.basic-1 .image-container {
	overflow: hidden;
	border-radius: 0.25rem;
}

.basic-1 .image-container img {
	margin: 0 0 0 55px;
	border-radius: 0.25rem;
	transition: all 0.3s;
}

.basic-1 .image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */


/***************************/
/*     06. Description     */
/***************************/
.card1 {
	padding-top: 7rem;
	padding-right: 70px;
	padding-bottom: 2.875rem;
	
}

.cards-1 {
	padding-top: 3rem;
	padding-bottom: 2.875rem;
}

.cards-1 .card {
	margin-bottom: 2.5rem;
	border: none;
	text-align: center;
}

.cards-1 .fa-stack {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	line-height: 6rem;
	text-align: left;
}

.cards-1 .fa-stack .hexagon {
	position: absolute;
	width: 6rem;
	height: 6rem;
	background: url('../images/hexagon.png') center center no-repeat;
	background-size: 6rem 6rem;
}

.cards-1 .fa-stack-1x {
	color: #fff;
	font-size: 2rem;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-title {
	margin-bottom: 0.625rem;
}


/************************/
/*     07. Services     */
/************************/
#eventos {
	background: url('../images/objetivos.png') center center no-repeat;
}

.cards-2 {
	padding-top: 19.625rem;	
	padding-bottom: 1.25rem;	
	background-color: #fbfbfb;
}

.cards-2 .section-title {
	margin-bottom: 0.5rem;
	text-align: center;
}

.cards-2 h2 {
	margin-bottom: 0rem;
	text-align: center;
	color: #fff;
}

.cards-2 .card {
	margin-bottom: 5.625rem;
	border: none;
	background-color: transparent;
}

.cards-2 .card-image img {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.cards-2 .card-body {
	padding: 2.25rem 2rem 2.125rem 2rem;
	border: 1px solid #ebe8e8;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	background-color: #fff;
}

.cards-2 h3 {
	margin-bottom: 0.75rem;
	text-align: center;
}

.cards-2 .list-unstyled {
	margin-bottom: 1.5rem;
}

.cards-2 .list-unstyled .fas {
	color: #14bf61;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.cards-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.cards-2 .price {
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
	text-align: center;
}

.cards-2 .price span {
	color: #41b363;
}

.cards-2 .button-container {
	margin-top: -1.375rem;
	text-align: center;
}

.cards-2 .btn-solid-reg:hover {
	background-color: #fff;
}

historia-tit {
	color: #203f1e;
	font: 700 1rem/1.5rem "sans", sans-serif;
	text-align: right;
	font-weight: 700;
}

.verde-text {
	color: #347024;
	font-weight: 700;
}

.text-cie{
	font-weight: 700;
}
/************************/
/*     07. NOTICIAS    */
/************************/
.cards-3 {
	padding-top: 6.625rem;	
	padding-bottom: 1.25rem;	
	background-color: #fbfbfb;
}

.cards-3 .section-title {
	margin-bottom: 0.5rem;
	text-align: center;
}

.cards-3 h2 {
	margin-bottom: 3.25rem;
	text-align: center;
}

.cards-3 .card {
	margin-bottom: 5.625rem;
	border: none;
	background-color: transparent;
}

.cards-3 .card-image img {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}

.cards-3 .card-body {
	padding: 2.25rem 2rem 2.125rem 2rem;
	border: 1px solid #ebe8e8;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	background-color: #fff;
}

.cards-3 h3 {
	margin-bottom: 0.75rem;
	text-align: center;
}

.cards-3 .list-unstyled {
	margin-bottom: 1.5rem;
}

.cards-3 .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.cards-3 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.cards-3 .price {
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 700 1rem/1.5rem "Montserrat", sans-serif;
	text-align: center;
}

.cards-3 .price span {
	color: #14bf78;
}

.cards-3 .button-container {
	margin-top: -1.375rem;
	text-align: center;
}

.cards-3 .btn-solid-reg:hover {
	background-color: #fff;
}

/*************************/
/*     08. Details 1     */
/*************************/
.accordion .area-1 {
	height: 27rem;
	background: url('../images/details-1-background.jpg') center center no-repeat;
	background-size: cover;
}

.accordion .accordion-container {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6.375rem;
	padding-bottom: 1.5rem;
}

.accordion h2 {
	margin-bottom: 1.625rem;
}

.accordion .item {
	margin-bottom: 2rem;
}

.accordion h4 {
	margin-bottom: 0;
}

.accordion span[aria-expanded="true"] .circle-numbering,
.accordion span[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 0.875rem;
	border: 0.125rem solid #14bf6f;
	border-radius: 50%;
	background-color: #14bf6a;
	color: #fff;
	font: 700 1rem/2.125rem "Montserrat", sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #484a46;
	background-color: transparent;
	color: #484a46;
}

.accordion .item:hover span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #14bf98;
	color: #14bf98;
}

.accordion .accordion-title {
	display: inline-block;
	width: 70%;
	margin-top: 0.125rem;
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 700 1.25rem/1.75rem "Montserrat", sans-serif;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion .item:hover .accordion-title {
	color: #14bf98;
}

.accordion span[aria-expanded="true"] .accordion-title {
	color: #14bf98;
}

.accordion .accordion-body {
	margin-left: 3.125rem;
}

/* Estilos generales */
.work-areas-container {
	font-family: 'Arial', sans-serif;
	
	margin: 0 auto;
	padding: 30px;
	margin-top: -80px;
  }
  
  /* Encabezado */
  .section-header {
	text-align: center;
	margin-bottom: 25px;
  }
  
  .section-title {
	 font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif; /* Fuentes con letras redondeadas */
	color: #203f1e;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .section-subtitle {
	
	color: #7f8c8d;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
  }
  
  /* Contenido principal display: flex;
    align-items: center;
    margin: 30px 0;
    gap: 15px;
    flex-direction: column;*/
  .content-wrapper {
	display: flex;
    margin: 15px 0;
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* Columna izquierda (texto repetido) */
  .left-column {
	flex: 1;
	text-align: right;
  }
  
  .repeated-text {
	color: #34495e;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
  }
  
  /* Imagen central */
  .image-container1 {
	flex: 0 0 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ecf0f1;
	border-radius: 12px;
	border: 2px dashed #bdc3c7;
	overflow: hidden;
  }
  
  .centered-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
  }
  
  /* Columna derecha (texto "TENGO") */
  .right-column {
	flex: 1;
	text-align: left;
  }
  
  .highlight-text {
	font-size: 18px;
	font-weight: 800;
	color: #2980b9;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  /* Botón */
  .action-btn {
	display: block;
	width: fit-content;
	margin: 18px auto 0;
	padding: 14px 21px;
	background-color: #79cd13;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .action-btn:hover {
	background-color: #2980b9;
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  .action-btn:active {
	transform: translateY(1px);
  }

  .img-areas {
	margin-top: -55px;
    margin-left: -142px;
	max-width: 150%;
    height: auto;
	align-content: center;
	transition: transform 0.5s ease-in-out; /* Animación suave durante 0.5 segundos */
  }
  .img-areas:hover {
	transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
	max-width: 120%
	margin-top: -70px;
    margin-left: -142px;
	z-index:1;
  }

  .img-activ {
	margin-top: -55px;
    margin-left: -190px;
	max-width: 130%;
    height: auto;
	align-content: center;
	transition: transform 0.5s ease-in-out; /* Animación suave durante 0.5 segundos */
  }
  .img-activ:hover {
	transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
	max-width: 110%
	margin-top: -70px;
    margin-left: -190px;
	z-index:1;
  }

   /* Estilos base 
   .innovation-activities {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #f9f9f9;
	max-width: 900px;
	margin: 40px auto;
	padding: 40px;
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Cabecera 
.activities-header {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

.activities-main-title {
	color: #2c3e50;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.activities-subtitle {
	color: #7f8c8d;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}

/* Listado de actividades 
.activities-items {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.activity-card {
	display: flex;
	align-items: center;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #f8f9fa;
	border-radius: 8px;
	transition: all 0.3s ease;
	gap: 20px;
}

.activity-card:hover {
	background-color: #e8f4fc;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.activity-icon {
	flex: 0 0 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3498db;
	color: white;
	border-radius: 50%;
	font-size: 24px;
}

.activity-content {
	flex: 1;
}

.activity-image {
	flex: 0 0 120px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #eee;
}

.activity-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.activity-card--highlighted {
	background-color: #e3f2fd;
	border-left: 5px solid #2980b9;
}

/* Responsive 
@media (max-width: 768px) {
	.innovation-activities {
		margin: 20px;
		padding: 25px;
	}

	.activity-card {
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.activity-image {
		width: 100%;
		height: 120px;
	}

	.activities-main-title {
		font-size: 26px;
	}
}*/


/*************************/
/*     09. Details 2     */
/*************************/
.tabs .tabs-container {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2rem;
	padding-bottom: 5.75rem;
}

.tabs .nav-tabs {
	justify-content: center;
	margin-bottom: 1.125rem;
	border-bottom: none;
}

.tabs .nav-link {
	margin-right: 1.625rem;
	margin-bottom: 0.875rem;
	padding: 0;
	border: none;
	border-radius: 0.25rem;
	color: #c1cace;
	font: 700 1.375rem/1.375rem "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tabs .nav-link:hover,
.tabs .nav-link.active {
	color: #0f0f0f;
}

.tabs .nav-link .fas {
	margin-right: 0.125rem;
	font-size: 0.875rem;
	vertical-align: 20%;
}

.tabs #tab-1 .progress-container {
	margin-top: 1.5rem;
}

.tabs #tab-1 .progress-container .title {
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 600 0.875rem/1.25rem "Open Sans", sans-serif;
}

.tabs #tab-1 .progress {
	height: 1.375rem;
	margin-bottom: 1.125rem;
	border-radius: 0.125rem;
	background-color: #f9fafc;
}

.tabs #tab-1 .progress-bar {
	display: block;
	padding-left: 1.5rem;
	border-radius: 0.125rem;
	background: linear-gradient(to bottom right, #14bf5b, #1bd185);
}

.tabs #tab-1 .progress-bar.first {
	width: 100%;
}

.tabs #tab-1 .progress-bar.second {
	width: 75%;
}

.tabs #tab-1 .progress-bar.third {
	width: 90%;
}

.tabs #tab-2 .list-unstyled {
	margin-top: 1.75rem;
	margin-bottom: 0;
	vertical-align: top;
}

.tabs #tab-2 .list-unstyled .media {
	margin-bottom: 2rem;
}

.tabs #tab-2 .list-unstyled .media-bullet {
	color: #14bf98;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2rem;
}

.tabs #tab-2 .list-unstyled .media-body {
	margin-left: 0.875rem;
}

.tabs #tab-3 .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.tabs #tab-3 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.tabs #tab-3 .list-unstyled {
	margin-bottom: 1.75rem;
}

.tabs .area-2 {
	height: 27rem;
	background: url('../images/details-2-background.jpg') center center no-repeat;
	background-size: cover;
}


/****************************/
/*     10. Testimonials     */
/****************************/
.slider {
	padding-top: 6.375rem;
	padding-bottom: 6.5rem;
	background-color: #fbfbfb;
}

.slider h2 {
	margin-bottom: 0.75rem;
	text-align: center;
}

.slider .slider-container {
	position: relative;
}

.slider .swiper-container {
	position: static;
	width: 90%;
	text-align: center;
}

.slider .swiper-button-prev:focus,
.slider .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider .swiper-button-prev {
	left: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider .swiper-button-next {
	right: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider .card {
	position: relative;
	border: none;
	background-color: transparent;
}

.slider .card-image {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 0.25rem;
	margin-left: auto;
	border-radius: 50%;
}

.slider .card .card-body {
	padding-bottom: 0;
}

.slider .testimonial-text {
	margin-bottom: 0.625rem;
}

.slider .testimonial-author {
	color: #484a46;
}


/**********************/
/*     11. Call Me    */
/**********************/
.form-1 {
	/*padding-top: 20.725rem;	
	padding-bottom: 7.755rem;	
	background-color: #66b4db;
	background: url('../images/contactanos.png') center center no-repeat;*/

	padding-top: 20.725rem;
    padding-bottom: 7.755rem;
    background-color: #66b4db;
    background: url(../images/contactanos.png) center center no-repeat;
    background-size: cover; /* Esto hará que la imagen cubra todo el contenedor */
    /* O puedes usar: */
    background-size: contain; /* Esto hará que la imagen se vea completa dentro del contenedor */
}

.form-1 .text-container {
	margin-bottom: 5rem;
}

.form-1 .section-title {
	margin-bottom: 0.5rem;
}

.form-1 h2 {
	margin-bottom: 1.385rem;
	color: #ffffff;
}

.form-1 .list-unstyled .fas {
	color: #2c9762;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.form-1 .list-unstyled .media-body {
	margin-left: 1.625rem;
}

.form-1 .label-control {
	color: #ffffff;
}

.form-1 .form-control-input,
.form-1 .form-control-select {
	border: 1px solid #509ec5;
	background-color:#1e90c9;
	color: #000000 !important;
}

.form-1 .form-control-textarea {
	border: 1px solid #509ec5;
	background-color: #1e90c9;
	color: #000000;
}

.form-1 .form-control-input:focus,
.form-1 .form-control-input:hover,
.form-1 .form-control-select:focus,
.form-1 .form-control-select:hover,
.form-1 .form-control-textarea:focus,
.form-1 .form-control-textarea:hover {
	border: 1px solid #ffffff;
}

#lmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center {
	color: #000000;
}

.form-1 .help-block.with-errors .list-unstyled {
	color: #86a1c0;
}

.form-1 .label-control-select{
	color: #161616;
}

/************************/
/*     12. Projects     */
/************************/
.filter {
	padding-top: 6.5rem;
	padding-bottom: 7rem;
}

.filter .section-title {
	margin-bottom: 0.5rem;
}

.filter h2,
.filter .section-title {
	text-align: center;
}

.filter h2 {
	margin-bottom: 3.25rem;
}

.filter .button-group {
	text-align: center;
}

.filter .button-group a {
	display: inline-block;
	margin-right: 0.1875rem;
	margin-bottom: 0.5rem;
	margin-left: 0.1875rem;
	padding: 0.3125rem 1.375rem 0.25rem 1.375rem;
	border-radius: 0.25rem;
	background-color: #f1f4f7;
	color: #7b7e85;
	font: 700 0.75rem/1.25rem "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s ease;
}

.filter .button-group a:hover {
	background-color: #14bf61;
	color: #fff;
}

.filter .button-group a.button.is-checked {
	background-color: #86c77d;
	color: #fff;
}

.filter .grid {
	margin-top: 10px;
	border-radius: 10px;
}

/* Hover Animation */
.filter .element-item {
	position: relative;
	float: left;
	overflow: hidden;
	width: 40%;
	background-color: #000; /* to hide 1px white margin in IE */
}

.filter .element-item img {
	max-width: 100%;
	margin: 0;
	transition: all 0.3s;
}

.filter .element-item:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */

.filter .element-item .element-item-overlay { 
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1;
	text-align: center;
	transition: all 0.3s;
}

.filter .element-item .element-item-overlay span { 
	position: absolute;
	z-index: 3;
	top: 42%;
	right: 0;
	left: 0;
	color: #fff;
	font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
}


/**********************************/
/*     13. Project Lightboxes     */
/**********************************/
.lightbox-basic {
	position: relative;
	max-width: 62.5rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
	background: #fff;
	text-align: left;
}

.lightbox-basic img {
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 0.25rem;
}

.lightbox-basic .line-heading {
	width: 3rem;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0.625rem;
	margin-left: 0;
	border: none;
	background-color: #14bf98;
}

.lightbox-basic h6 {
	margin-bottom: 2rem;
}

.lightbox-basic .testimonial-container {
	margin-top: 1.75rem;
	margin-bottom: 2.125rem;
	padding: 1.125rem 1.5rem 1.125rem 1.5rem;
	border-radius: 0.25rem;
	background-color: #fbfbfb;
}

.lightbox-basic .testimonial-text {
	margin-bottom: 0.5rem;
}

.lightbox-basic .testimonial-author {
	margin-bottom: 0;
}

.lightbox-basic .btn-solid-reg,
.lightbox-basic .btn-outline-reg {
	margin-right: 0.375rem;
	margin-bottom: 1rem;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 0.5rem;
	color: #484a46;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f2f2f2;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
}


/********************/
/*     14. Team     */
/********************/
.basic-2 {
	padding-top: 6.375rem;
	padding-bottom: 3.375rem;
	background-color: #fbfbfb;
	text-align: center;
}

.basic-2 h2 {
	margin-bottom: 0.75rem;
}

.basic-2 .team-member {
	display: inline-block;
	max-width: 13rem;
	margin-right: 1.5rem;
	margin-bottom: 3.5rem;
	margin-left: 1.5rem;
}

/* Hover Animation */
.basic-2 .image-wrapper {
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.basic-2 .image-wrapper img {
	margin: 0;
	transition: all 0.3s;
}

.basic-2 .image-wrapper:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */

.basic-2 .team-member .p-large {
	margin-bottom: 0.25rem;
}

.basic-2 .team-member .job-title {
	margin-bottom: 0.75rem;
	color: #484a46;
	font: 700 1rem/1.375rem "Montserrat", sans-serif;
}

.basic-2 .fa-stack {
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.125rem;
	margin-left: 0.125rem;
}

.basic-2 .fa-stack .hexagon {
	position: absolute;
	left: 0;
	width: 1.75rem;
	height: 1.75rem;
	background: url('../images/hexagonal.png') center center no-repeat;
	background-size: 1.75rem 1.75rem;
	transition: all 0.2s ease;
}

.basic-2 .fa-stack:hover .hexagon {
	background: url('../images/hexagon-white.svg') center center no-repeat;
	background-size: 1.75rem 1.75rem;
}

.basic-2 .fa-stack-1x {
	font-size: 0.6875rem;
	line-height: 1.75rem;
	color: #fff;
	transition: all 0.2s ease;
}

.basic-2 .fa-stack:hover .fa-stack-1x {
	color: #14bf98;
}


/*********************/
/*     15. About     */
/*********************/
.counter {
	padding-top: 6.875rem;
	padding-bottom: 5.25rem;
}

.counter .image-container {
	margin-bottom: 3rem;
}

.counter .image-container img {
	border-radius: 0.25rem;
}

.counter .section-title {
	margin-bottom: 0.5rem;
}

.counter h2 {
	margin-bottom: 1.375rem;
}

.counter .list-unstyled {
	margin-bottom: 1.5rem;
}

.counter .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.counter .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.counter #counter {
	text-align: center;
}

.counter #counter .cell {
	display: inline-block;
	width: 9.5rem;
	margin-bottom: 0.75rem;
}

.counter #counter .counter-value {
	display: inline-block;
	margin-bottom: 0.125rem;
	color: #14bf98;
	font: 700 2.875rem/3.25rem "Montserrat", sans-serif;
	vertical-align: middle;
}

.counter #counter .counter-info {
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	vertical-align: middle;
}


/***********************/
/*     16. Contact     */
/***********************/
.form-2 {
	padding-top: 6.625rem;
	padding-bottom: 5.625rem;
	background-color: #66964b;
}

.form-2 .text-container {
	margin-bottom: 3rem;
}

.form-2 .section-title {
	margin-bottom: 0.5rem;
 }

.form-2 h2 {
	margin-bottom: 1.375rem;
}

.form-2 .list-unstyled {
	margin-bottom: 2.25rem;
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
	margin-right: 0.5rem;
	font-size: 0.875rem;
	color: #14bf98;
}

.form-2 .list-unstyled .fa-phone {
	vertical-align: 3%;
}

.form-2 h3 {
	margin-bottom: 1rem;
}

.form-2 .fa-stack {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.125rem;
	width: 3.25rem;
	height: 3.25rem;
}

.form-2 .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url('../images/hexagonal.png') center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .hexagon {
	background: url('../images/hexagon-white.svg') center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.form-2 .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	color: #fff;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .fa-stack-1x {
	color: #14bf98;
}


/**********************/
/*     17. Footer     */
/**********************/


.footer {
	padding-top: 5rem;
	background-color:rgba(255, 255, 255, 0.8);
}

.footer .text-container {
	margin-bottom: 2.25rem;
	
}

.footer h4 {
	margin-bottom: 0.75rem;
	color: #203f1e;
	font-size:25px;
	font-weight:700;
}

.footer p,
.footer ul {
	font-size: 0.875rem;
	line-height: 1.375rem;
}


/*************************/
/*     18. Copyright     */
/*************************/
.copyright {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	background-color: #7caa56;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #dfe5ec;
	text-decoration: none;
}


/****/
.contact-container {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 100%;
	max-width: 500px;
}

h1 {
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
}

.form-group {
	margin-bottom: 20px;
}

input[type="text"],
input[type="email"] {
	width: 100%;
	padding: 6px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 14px;
	box-sizing: border-box;
}

input[type="tel"],
textarea {
	width: 78%;
	padding: 6px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 14px;
	box-sizing: border-box;
}


textarea {
	height: 70px;
	resize: vertical;
}

.submit-btn {
	background-color: #203f1e;
    color: #9fd02b;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 40px;
    cursor: pointer;
    width: 41%;
    transition: background-color 0.3s;
}

.submit-btn:hover {
	background-color: #45a049;
}

.name-fields {
	display: flex;
	gap: 15px;
}

.name-fields .form-group {
	flex: 1;
}

/* Estilos para los placeholders */
::placeholder {
	color: #999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999;
}

::-ms-input-placeholder {
	color: #999;
}


/**********************************/
/*     19. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #5dbb7c url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #13aa87; 
}


/***************************/
/*     20. Extra Pages     */
/***************************/
.ex-header {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background-color: #153e52;
	text-align: center;
}

.ex-header h1 {
	color: #fff;
}

.ex-basic-1 {
	padding-top: 2rem;
	padding-bottom: 0.875rem;
	background-color: #fbfbfb;
}

.ex-basic-1 .breadcrumbs {
	margin-bottom: 1rem;
}

.ex-basic-1 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
}

.ex-basic-2 {
	padding-top: 4.75rem;
	padding-bottom: 4rem;
}

.ex-basic-2 h3 {
	margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-2 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-2 .list-unstyled .fas {
	color: #14bf98;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.ex-basic-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
	margin-top: 2.5rem;
}

.ex-basic-2 .btn-outline-reg {
	margin-top: 1.75rem;
}

/*FOOTER*/
.img-footer {
    height: auto;
    width: 119%;
}
.contact-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* Primera fila - Bloque unido con dos columnas */
        .first-row {
            display: flex;
            background-color: #559440;
            color: white;
            border-radius: 10px 10px 10px 10px;
            overflow: hidden;
        }
        
        .first-col, .second-col {
            flex: 1;
            padding: 0px;
            display: flex;
            align-items: center;
        }
        
        .first-col {
            border-right: 0px solid rgba(255, 255, 255, 0.1);
        }
        
        /* Segunda fila - Dos columnas con fondos separados */
        .second-row {
            display: flex;
            gap: 20px;
            margin-top: 20px;
        }
        
        .third-col, .fourth-col {
            flex: 1;
            background-color: #79cd13;
            padding: 0px;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
        }
        
        /* Estilos para las imágenes */
        .icon-img {
            width: 86px;
    		height: 86px;
    		margin-right: -33px;
    		object-fit: contain;
    		margin-left: 38px;
        }
        
        .content-wrapper {
            flex: 1;
        }
        
        /* Estilos comunes */
        .contact-title {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 26px;
			color: #9fd02b;
			padding-left: 25px;
        }
		 .contact-title2 {
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 23px;
			color: #363636;
			padding-left: 45px;
			
        }
        .subrayado{
			text-decoration:underline;
		}
		.container-bar {
  width: 100%;
  max-width: 50px;
  position: fixed;
  left: 0;
  top: 25%;
}
.container-bar a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: all 500ms ease;
  color: #fff;
}
.container-bar a:hover {
  background: #1c1c1c;
}
.container-bar .fa-facebook {
  
  background-image: url('/images/fb.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  background: #148df7;
  border-radius: 0px 5px 0px 0px;
}
.icon-image {
  width: 20px;  /* Ajusta según necesites */
  height: 20px;
  vertical-align: middle; /* Para alinearla con el texto */
  margin-right: 5px;
    margin-top: -5px;
}
.container-bar .fa-google {
  background: #427ec4;
}
.container-bar .fa-instagram {
  background: #c02bbb;
  
}
.container-bar .fa-youtube {
  background: #e8301a;
}
.container-bar .fa-twitter {
  background: #0c0c0c;
}
/*.container-bar .fa-github {
  background: #747473;
}*/
.container-bar .fa-whatsapp {
  background: #0da454;
  border-radius: 0px 0px 5px 0px;
}
.container-bar #title {
  position: absolute;
  background: #1c1c1c;
  padding: 0px 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  top: 12px;
  left: 0px;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.container-bar a:hover #title {
  opacity: 1;
  visibility: visible;
  left: 64px;
}
.container-bar #title:after {
  position: absolute;
  content: "";
  border-left: 7px solid transparent;
  border-right: 6px solid #1c1c1c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: 100%;
  top: 8px;
}
#btn-social {
  display: none;
}
.fa-play {
  cursor: pointer;
  transition: all 0.4s;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  transform: rotate(180deg);
  color: #49b0e6;
}
#btn-social:checked ~ .fa-play {
  transform: rotate(0deg);
}
.icon-social {
  transition: all 0.4s;
  transform: translateX(0%);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
}
#btn-social:checked ~ .icon-social {
  transform: translateX(-100%);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
}



        .contact-content {
            font-size: 23px;
            margin-bottom: 15px;
			color:#fff;
			padding-left: 25px;
			
        }
        .contact-content2 {
            font-size: 23px;
            margin-bottom: 15px;
			color:#fff;
			padding-left: 45px;
			text-decoration:underline;
        }
        .social-title {
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .social-handle {
            font-size: 14px;
            margin-bottom: 10px;
        }
        
        .social-icons {
            display: flex;
            gap: 10px;
        }
        
        .social-icons a {
            color: #3498db;
            font-size: 18px;
        }
        
        /* Animaciones */
        @keyframes slideIn {
            from { transform: translateY(20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        
        .animate {
            animation: slideIn 0.5s ease-out forwards;
        }
        
        .delay-1 { animation-delay: 0.2s; }
        .delay-2 { animation-delay: 0.4s; }
        .delay-3 { animation-delay: 0.6s; }
        .delay-4 { animation-delay: 0.8s; }
/*****************************/
/*     21. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {
	
	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		padding: 2.125rem 1.5rem 2.125rem 2rem;
		box-shadow: none;
        background: transparent;
	}
	
	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item .nav-link.active {
		color: #000000;;
	}
	/*
	.navbar-custom.top-nav-collapse {
        padding: 0.375rem 1.5rem 0.375rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background-color: #A6D786; /*COLOR DEL PANEL DE ARRIBA DONDE ESTA INICIO, EVENTOS, ETC*/
	/*}*/

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: #ffffff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #ffffff;
	}
	
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #57635d ; /*COLOR DE LETRAS DEL PANEL*/
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
	}
	
	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.125rem solid rgba(0, 0, 0, 0);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 13rem;
		padding-bottom: 7.5rem;
	}

	.header h1 {
		font: 700 3.5rem/4rem "Montserrat", sans-serif;
	}
	/* end of header */


	/* Details 1 */
	.accordion .accordion-container {
		max-width: 70%;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs .tabs-container {
		max-width: 70%;
	}

	.tabs #tab-2 .list-unstyled {
		display: inline-block;
		width: 45%;
		margin-top: 0;
	}
	
	.tabs #tab-2 .list-unstyled.first {
		margin-right: 2rem;
	}
	/* end of details 2 */


	/* Testimonials */
	.slider .swiper-button-prev {
		left: 1rem;
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	
	.slider .swiper-button-next {
		right: 1rem;
		width: 1.375rem;
		background-size: 1.375rem 2.125rem;
	}
	/* end of testimonials */


	/* Projects */
	.filter .element-item { 
		width: 25%; 
	}
	
	.filter .element-item .element-item-overlay { 
		opacity: 2;
		transition: opacity 0.3s ease;
	}

	.filter .element-item:hover .element-item-overlay {
		opacity: 1;
	}
	/* end of projects */


	/* About */
	.counter #counter {
		text-align: left;
	}

	.counter #counter .cell {
	}
	/* end of about */


	/* Contact */
	.form-2 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.form-2 .list-unstyled .address {
		display: block;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-header {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.ex-basic-2 .form-container {
		margin-top: 0.5rem;
	}
	/* end of extra pages */
/* Mostramos el botón de menú en móvil */
    .menu-toggle {
        display: block;
    }


}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom .social-icons {
		display: block;
		margin-left: 0.5rem;
	}

	.navbar-custom .fa-stack {
		margin-left: 0.375rem;
		font-size: 0.8125rem;
	}

	.navbar-custom .fa-stack .hexagon {
		width: 1.625rem;
		height: 1.625rem;
		position: absolute;
		background: url('../images/hexa.png') center center no-repeat; /*ICONOS DEL PANEL DE ARRIBA 3 ICONS*/
		background-size: 1.625rem 1.625rem;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .hexagon {
		background: url('../images/hexagon-white.svg') center center no-repeat;
		background-size: 1.625rem 1.625rem;
	}
	
	.navbar-custom .fa-stack-1x {
		font-size: 0.6875rem;
		line-height: 1.625rem;
		color: #fff;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .fa-stack-1x {
		color: #000000;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 14rem;
		padding-bottom: 15rem;
	}

	.header .text-container {
		margin-top: 6.5rem;
	}
	/* end of header */


	/* Intro */
	.basic-1 {
		padding-top: 6.875rem;
	}

	.basic-1 .text-container {
		margin-bottom: 0;
	}
	/* end of intro */


	/* Description */
	.cards-1 .card {
		display: inline-block;
		max-width: 17.5rem;
		text-align: left;
		vertical-align: top;
	}
	
	.cards-1 div.card:nth-child(3n+2) {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}
	/* end of description */


	/* Services */
	.cards-2 .card {
		max-width: 18.25rem;
		display: inline-block;
		vertical-align: top;
	}

	.cards-2 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 1.25rem;
		margin-left: 1.25rem;
	}
	/* end of services */


	/* Details 1 */
	.accordion {
		height: 34.625rem;
	}
	
	.accordion .area-1 {
		width: 50%;
		height: 100%;
		display: inline-block;
	}
	
	.accordion .area-2 {
		width: 50%;
		height: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.accordion .accordion-container {
		max-width: 88%;
		margin-left: 2rem;
		padding-bottom: 0;
	}

	.accordion .accordion-title {
		width: 85%;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs {
		height: 36.125rem;
	}

	.tabs .area-1 {
		width: 50%;
		height: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.tabs .area-2 {
		width: 50%;
		height: 100%;
		display: inline-block;
	}

	.tabs .tabs-container {
		max-width: 88%;
		margin-left: 2rem;
		padding-top: 6.75rem;
		padding-bottom: 0;
	}

	.tabs .nav-tabs {
		justify-content: flex-start;
	}
	/* end of details 2 */


	/* Call Me */
	.form-1 {
		padding-top: 7rem;	
	}

	.form-1 .text-container {
		margin-bottom: 0;
	}
	/* end of call me */


	/* Project Lightboxes */
	.lightbox-basic img {
		margin-bottom: 0;
	}
	
	.lightbox-basic h3 {
		margin-top: 0.375rem;
	}

	.lightbox-basic .btn-solid-reg,
	.lightbox-basic .btn-outline-reg {
		margin-bottom: 0;
	}
	/* end of project lightboxes */


	/* Team */
	.basic-2 .team-member {
		width: 12.75rem;
		max-width: 100%;
		margin-right: 0.75rem;
		margin-left: 0.75rem;
	}
	/* end of team */


	/* About */
	.counter .image-container {
		margin-bottom: 0;
	}
	/* end of about */


	/* Contact */
	.form-2 {
		padding-top: 6.875rem;
	}

	.form-2 .text-container {
		margin-bottom: 0;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-header h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 {
		padding-bottom: 5rem;
	}

	
	/* end of extra pages */
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.p-heading {
		width: 55%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		padding-right: 5rem;
		padding-left: 5rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 5rem;
		padding-left: 5rem;
	}
	/* end of navigation */

	
	/* Header 17.5rem*/
	.header .header-content {
		padding-top: 14.75rem;
		padding-bottom: 40.5rem ;
	}
	/* end of header */


	/* Intro */
	.basic-1 .text-container {
		margin-top: 1.875rem;
		margin-right: 3rem;
	}
	/* end of intro */


	/* Description */
	.cards-1 .card {
		max-width: 21rem;
	}

	.cards-1 div.card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of description */


	/* Services */
	.cards-2 .card {
		max-width: 15.875rem;
        margin-left: 17px;
	}

	.cards-2 .card-body {
		padding: 2.25rem 2.5rem 2.125rem 2.5rem;
	}

	.cards-2 .col-lg-12 div.card:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 0rem;
	}
	/* end of services */


	/* Details 1 */
	.accordion .accordion-container {
		max-width: 28rem;
		margin-left: 5rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs .tabs-container {
		max-width: 28rem;
		margin-right: 5rem;
		margin-left: auto;
	}

	.tabs #tab-2 .media-wrapper.first {
		margin-right: 2rem;
	}
	/* end of details 2 */


	/* Call Me */
	.form-1 .text-container {
		margin-top: 1.375rem;
		margin-right: 1.75rem;
		margin-left: 3rem
	}

	.form-1 form {
		margin-left:-0.25rem; /*1.75rem;*/
		margin-right: 3rem
	}
	/* end of call me */


	/* Projects */
	.filter .element-item {
		width: 17.3125rem; /* to eliminate grid overflow problem on hard refresh */
		height: 08.875rem;
	}

	.filter .element-item .element-item-overlay span { 
		top: 15%;
	}
	/* end of projects */


	/* Team */
	.basic-2 .team-member {
		width: 14.375rem;
		margin-right: 1.375rem;
		margin-left: 1.375rem;
	}
	/* end of team */


	/* About */
	.counter {
		padding-bottom: 6.125rem;
	}

	.counter .image-container {
		margin-right: 1.5rem;
	}

	.counter .text-container {
		margin-top: 0.375rem;
		margin-right: 2.5rem;
		margin-left: 2rem;
	}
	/* end of about */
	
	
	/* Contact */
	.form-2 .text-container {
		margin-top: 0.875rem;
		margin-right: 1.5rem;
	}

	.form-2 form {
		margin-left: 1.5rem;
	}
	/* end of contact */


	/* Footer */
	.footer .text-container.about {
		margin-right: 5rem;
		margin-left: 103% !important;
        width: 103%;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-header h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 .form-container {
		margin-left: 1.75rem;
	}
	/* end of extra pages */

	footer {
        padding: 0px 0;
        background-color: #f8f9fa; /* Color de fondo opcional */
        margin-top: 0px; /* Espacio antes del footer */
    }
    
    .img-footer {
		height: auto !important;
		width: 103% !important;
    }
    
    /* Asegurar que el mapa se ajuste correctamente */
    #map-9cd199b9cc5410cd3b1ad21cab2e54d3 {
        width: 100%;
        height: 370px;
    }
	.img-footer {
		height: auto;
		width: 103%;
	}
}
/* end of min-width width 1200px */


/* Min-width width 1600px */
@media (min-width: 1367px) {
	
	/* Navigation */
	.navbar-custom {
		padding-right: 12rem;
		padding-left: 12rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 12rem;
		padding-left: 12rem;
	}
	/* end of navigation */
}
/* end of min-width width 1200px */
@keyframes loading {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .feature-container {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 20px;
	text-align: justify;
}

.feature-icon {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	flex-shrink: 0;
}

.feature-content {
	flex: 1;
}

h1 {
	color: #2c3e50;
	text-align: center;
	margin-bottom: 40px;
}

.highlight {
	font-weight: bold;
	color: #5bd212;
} 
.img-fii {
	margin-left: 160px;
} 


.card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	height: 300px;
}

.card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.card:hover .card-image {
	transform: scale(1.05);
}

.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 103px 15px 18px 13px;;
	color: white;
}

.card-title {
    font-size: 1.8rem;
    margin-top: 0;
    
    text-transform: uppercase;
    margin-block-start: inherit;
    margin-inline: auto;
}

.card-text {
	margin-bottom: -58px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

.card-button {
    display: inline-block;
    background-color: #9fd02b;
    width: 150px; /* Ancho fijo (ajústalo) */
    height: 40px; /* Alto fijo (ajústalo) */
    border-radius: 5px; /* Bordes redondeados */
	align-self: flex-start;
	margin-block-start: auto;
    margin-inline: auto;
}

h1.main-title {
	text-align: center;
	color: #2c3e50;
	margin-bottom: 40px;
}




/**menuu*/
#main-nav {
    margin: 0 auto;
    position: fixed; /* Hacemos el navbar fijo */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
   width: 970px;
	height: 43px;
    background-color: #34495e;
    border-radius: 8px;
    font-size: 0;
    z-index: 1000;
	margin-left: 15%;
    MARGIN-TOP: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
naV  {
    white-space: nowrap;        
	position: absolute;
	width: 770px;
	height: 43px;
	background: linear-gradient(25deg, #347024,#79cd13,#79cd13,#a6f00a,#f0e10a);
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 45%;
    MARGIN-TOP: 30px;
}
        
        nav a .color {
			white-space: nowrap;
            line-height: 50px;
            height: 100%;
            font-size: 15px;
            display: inline-block;
            position: relative;
            z-index: 1;
            text-decoration: none;
            text-transform: uppercase;
            text-align: center;
            color: white;
            cursor: pointer;
        }
        
        nav .animation {
            position: absolute;
            height: 100%;
            top: 0;
            z-index: 0;
            transition: all .5s ease 0s;
            border-radius: 8px;
        }
    .section-title {
	font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif; /* Fuentes con letras redondeadas */
	color: #203f1e;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
	line-height: 1.1;
  }
  .filter .grid {
	margin-left: 46px;
  }
    
  .filter .element-item .element-item-overlay span {
	font: 679 0.905rem / 1.625rem "Montserrat", sans-serif;
  }
        /* Estilos para el indicador activo */
#main-nav a.active ~ .animation,
#main-nav a:nth-child(1):hover ~ .animation {
    width: 150px !important;
    left: 0px;
    background-color: #1abc9c !important;
}

#main-nav a:nth-child(2).active ~ .animation,
#main-nav a:nth-child(2):hover ~ .animation {
    width: 150px;
    left: 170px !important;
    background-color: #e74c3c !important;
}

#main-nav a:nth-child(3).active ~ .animation,
#main-nav a:nth-child(3):hover ~ .animation {
    width: 120px;
    left: 320px !important;
    background-color: #3498db !important;
}

#main-nav a:nth-child(4).active ~ .animation,
#main-nav a:nth-child(4):hover ~ .animation {
    width: 160px;
    left: 485px!important;
    background-color: #9b59b6 !important;
}

#main-nav a:nth-child(5).active ~ .animation,
#main-nav a:nth-child(5):hover ~ .animation {
    width: 200px;
    left: 660px !important;
    background-color: #e67e22 !important;
}
#main-nav a:nth-child(6).active ~ .animation,
#main-nav a:nth-child(6):hover ~ .animation {
    width: 200px;
    left: 820px !important;
    background-color: #c52857 !important;
}
/* Estilo para el enlace activo */
#main-nav a.active {
    color: #fff;
    font-weight: bold;
}
      
      




        /* Estilos para móvil */
        .menu-toggle {
            display: none;
            cursor: pointer;
            padding: 10px 15px;
            background-color: #34495e;
            color: white;
            border-radius: 8px;
            margin: 27px auto 0;
            width: fit-content;
        }
        
        .menu-toggle i {
            font-size: 24px;
        }
        
        @media (max-width: 768px) {
			
            nav {
                
                width: 100%;
                height: auto;
                position: static;
                background-color: transparent;
            }
            
           
            
            nav a .color{
                display: block;
                width: 100% !important;
                text-align: left;
                padding-left: 20px;
                border-bottom: 1px solid #2c3e50;
                background-color: #34495e;
            }
            
            nav a .color:first-child {
                border-top-left-radius: 8px;
                border-top-right-radius: 8px;
            }
            
            nav a .color:last-child {
                border-bottom-left-radius: 8px;
                border-bottom-right-radius: 8px;
            }
            
            nav .animation {
                display: none;
            }
            
            .menu-toggle {
                display: block!important;
            }
			.header {
				height: 31% !important;
			}

			.basic-1 .image-container img {
    		margin: 0px 23px 0 23px !important;
			}
        }
		/* Estilos existentes se mantienen igual */
#main-nav a {
    line-height: 45px;
    height: 100%;
    font-size: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    cursor: pointer;
}

#main-nav .animation {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    transition: all .5s ease 0s;
    border-radius: 8px;
}

/* Estilos responsive */
.menu-toggle {
    display: none;
    position: absolute;
    top: -24px;
    right: 3px;
    z-index: 1001;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #347024;
    color: white;
    border-radius: 8px;
}
.content-wrapper2 {
    display: flex;
    margin: 15px 0;
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
}






/* Footer Animation Styles */
.footer-animation-container {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, 
  #f0e10a 0%, 
  #b9ac0b 16.66%, 
  #9fd02b 33.33%, 
  #79cd13 50%, 
  #5a9e2c 66.66%, 
  #638a27 83.33%, 
  #347024 100%);
  color:white;
}

.footer-logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.footer-top {
  height:8vh;
  width:100%;
  margin: 0;
  padding: 0;
}
.footer-text {
	color: #000000;
    text-align: center;
    margin-bottom: -50px;
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Copyright Section Styles background-color: white; */
.copyright-section {
  position:relative;
  padding: 20px 0;
  text-align:center;
  
}

.copyright-text {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
  margin: 0;
  text-align: center;
  padding-top: 60px;
}

.copyright-text a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.copyright-text a:hover {
  color: #fff;
  text-decoration: underline;
}

/*ALIANZAS*/


/* Animation */
.waves-parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.waves-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.waves-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.waves-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.waves-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-waves {
    height:40px;
    min-height:40px;
  }
  
  h1 {
    font-size:28px;
  }
  
  .copyright-text {
    font-size:9px;
	padding-bottom: 20px;
  }
  .footer-top {
    height: 4vh;
  }
}






@media (max-width: 1367px) {
    #main-nav {
        width: 100%;
        left: 0;
        transform: none;
        border-radius: 0;
       /* display: none;*/
    }
    
    #main-nav.active {
        display: block;
        top: 18px;
    }
    
    #main-nav a {
        display: block;
        width: 100% !important;
        text-align: left;
        padding-left: 20px;
        border-bottom: 1px solid #347024;
        color: #fff !important;
        
    }
    
    #main-nav .animation {
        display: none;
    }
    
    
    
    body {
        padding-top: 0;
    }

	.img-fluid {
    max-width: 80%;
    height: auto;
	margin: 0 0 0 10px;
	}
	.text-cie {
    font-weight: 700;
	font-size: 12px;
	padding-right: 20px;
	line-height: normal;
	}
	.img-fii {
    margin-left: 47px !important;
	}
	#eventos {
        background: url('../images/objetivos.png') center top no-repeat;
        background-size: 100% auto;
        padding-top: 135px; /* Ajusta según altura de tu imagen */
    }
	.img-his {
		margin: 0 0 0 23px !important;
	}
	.historia-tit{
		margin-bottom: -1px;
        margin-top: 27px;
	}
	
	.cards-2 {
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
    background-color: #fbfbfb;
	}
	.three-column-layout {
    gap: 4px;
	}
	.left-block {
    text-align: center;
	}
	.img-activ{
	margin-left: -1px !important;
    max-width: 97%;
	height: auto;
	}
	.slider {
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
	}
	.submit-btn {
	white-space: nowrap !important;
    width: 55%;
    padding-left: 6%;
    margin-left: 62px;
	}
	.form-1 {
        background: url(../images/form-cie.png)center center no-repeat;
        background-size: cover;
        background-size: contain;
		padding-top: 2.725rem;
        padding-bottom: 6.755rem;
    }
	.name-fields {
    display: flex;
    gap: 0px;
    flex-direction: column;
	}
	.form-group {
    margin-bottom: 4px;
	padding-left: 53px;
	}
	input[type="text"], input[type="email"] {
    width:86%;
    padding: 3x;
    font-size: 10px;
	}
	input[type="tel"], textarea {
    width: 72%;
    padding: 3px;
    font-size: 10px;
	}
	.contact-container {
    max-width: 572px;
    }
	.contact-title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 11px;
    color: #9fd02b;
	line-height: 1.1;
}
	.contact-content {
    font-size: 10px;
    margin-bottom: -8px;
    color: #fff;
    padding-left: 23px;
	line-height: 1.1;
	}
	.icon-img {
  	 width: 33px;
     height: 32px;
     margin-right: -26px;
     object-fit: contain;
	 margin-left: 4px;
	}
	.contact-title2 {
		font-size:10px;
		margin-bottom: -11px;
		 padding-left: 40px;
	}
	.contact-content2 {
		font-size: 10px;
		margin-bottom: -4px;
		padding-left: 40px;
	}
	.second-row {
    margin-top: 10px;
	}
	.content-wrapper2  {
		margin: 6px 0;

	}
	.img-footer {
    height: auto;
    width: 100%;
	margin-left: -17px;
	}
	.ubi-text {
	font-size: 30px;
    color: #484a46;
	}

}
/*LAPTOPS*/
 /* 🎯 Laptop Mediana / Grande (1366 x 768 por ejemplo) */
@media (min-width: 1025px) and (max-width: 1366px) {
  /* Estilos para laptops medianas */
.header {
    
  		width: 100% !important;
        height: 65% !important;
        PADDING-LEFT: 30px;
        margin-left: 0px;
}


}
/* Estilos para tablet y laptop (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    /*#main-nav {
        width: 90%;
        margin-top: 20px;
    }
    
    nav {
        width: 100%;
        margin-left: 0;
    }
    
    nav a .color {
        font-size: 13px;
        padding: 0 12px;
    }
    
    /* Ajustamos las animaciones para tablet *
    #main-nav a:nth-child(1):hover ~ .animation {
        width: 120px !important;
    }
    
    #main-nav a:nth-child(2):hover ~ .animation {
        width: 120px !important;
        left: 140px !important;
    }
    
    #main-nav a:nth-child(3):hover ~ .animation {
        width: 100px !important;
        left: 270px !important;
    }
    
    #main-nav a:nth-child(4):hover ~ .animation {
        width: 130px !important;
        left: 380px !important;
    }
    
    #main-nav a:nth-child(5):hover ~ .animation {
        width: 150px !important;
        left: 520px !important;
    }
    
    #main-nav a:nth-child(6) {
        display: none;
    }*/
	.img-activ {
    margin-top: -55px;
    margin-left: -69px;
    max-width: 115%;
    height: auto;
    align-content: center;
    transition: transform 0.5s ease-in-out;
}
}