
body {
	padding-top: 90px;
	font-family: 'Crimson Text', serif;
	font-size: 15px;
	color: #252525;
	line-height: 1.7;
}

ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-list li {
	display: inline-block;
}

.social-list a {
	padding: 20px;
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
}

h1, .h1 {
	font-size: 50px;
}

h2 {
	font-size: 25px;
}

h2.section-title {
	color: #231f20;
}


h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
}

section {
	position: relative;
}

section:nth-child(odd){
	background-color: #ffffff;
}

section:nth-child(even){
	background-color: #f4f4f4;
}

blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	text-align: left;
}

label {
	font-weight: normal;
}

button, .btn {
	font-size: 15px;
}

.form-group {
	margin: 0;
}

.form-control {
	background-color: transparent;
	color: #ffffff;
	border: none;
	border-bottom: 1px solid #707070;
	border-radius: 0;
	transition: all 0.3s ease-out;
}

.form-control:focus {
	border-color: #ffffff;
	box-shadow: none;
}

/**********************
NAVBAR
***********************/

.navbar {
	min-height: 90px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.navbar-default {
	background-color: #ffffff;
}

.navbar-brand {
	height: 90px;
	padding: 23px;
}

.navbar-brand img {
	max-height: 44px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 13px;
	color: #707070;
	padding: 35px 23px;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #61D94C;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #61D94C;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	margin-top: 28px;
	margin-bottom: 28px;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #707070;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background: #61D94C;
}

/**********************
HOME SECTION
***********************/

#home {
	height: 725px;
	background: url("../img/header-2.webp") center center no-repeat;
	background-size: cover;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.home-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.home-content .h1,
.home-content h2 {
	margin-top: 45px;
}

.home-content .cta-container {
	margin-top: 54px;
}

.home-content .btn {
	letter-spacing: 0.2em;
	margin:0 15px;
	text-align: center;
	padding: 0;
	width: 200px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #ffffff;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
}

.home-content .btn-default {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.home-content .btn-default:hover,
.home-content .btn-default.active.focus, 
.home-content .btn-default.active:focus, 
.home-content .btn-default.active:hover, 
.home-content .btn-default:active.focus, 
.home-content .btn-default:active:focus, 
.home-content .btn-default:active:hover {
	background: #ffffff;
	color: #231f20;
	border-color: #ffffff;
}

.home-content .btn-primary {
	background-color: #61D94C;
}

.home-content .btn-primary:hover,
.home-content .btn-primary.active.focus, 
.home-content .btn-primary.active:focus, 
.home-content .btn-primary.active:hover, 
.home-content .btn-primary:active.focus, 
.home-content .btn-primary:active:focus, 
.home-content .btn-primary:active:hover {
	background: #ffffff;
	color: #61D94C;
	border-color: #61D94C;
}


/* <reset-style> ============================ */
a {
	text-decoration: none;
  }
  /* <main-style> ============================ */
  .main__scroll-text {
	color: rgba(28,28,30,1);
  }
  
  .main__action:hover .main__scroll-box {
	animation: scroll-down 3s infinite;
  }
  
  /* Animate scroll icon */
  @keyframes scroll-down {
	0%, 100% {
	  transform: translateY(0rem);
	  opacity: 1;
	}
  
	35% {
	  transform: translateY(1rem);
	  opacity: 0;
	}
  
	70% {
	  transform: translateY(-1rem);
	  opacity: 0;
	}
  }

/**********************
HISTORY SECTION
***********************/

#history {
	/*background-color: #f4f4f4;*/
	padding: 145px 0 152px;
}

.history-content {
	text-align: center;
}

.history-content p {
	margin-top: 42px;
	font-size: 2.3rem;
	line-height: 2.2rem;
}

/**********************
PORTFOLIO SECTION
***********************/

.project {
	position: relative;
	width: 320px;
	height: 555px;
	overflow: hidden;
	outline: none;
}

.project:hover .description {
	transform: translateY(-100%);
}

.project img {
	width: 100%;
}


.project .description {
	position: absolute;
	width: 100%;
	height: 370px;
	padding: 61px 33px 54px;
	background: #449435;
	color: #ffffff;
	text-align: center;
	transition: all .3s ease-out;
}

.project .description p {
	margin-top: 65px;
}

.project .description .social-list {
	margin-top: 54px;
}

/**********************
SERVICES SECTION
***********************/

#services {
	padding: 145px 0;
}

.service {
	background: #ffffff;
	padding: 58px 61px 98px;
	text-align: center;
}

.service .separator {
	width: 30px;
	height: 2px;
	background-color: #61D94C;
	margin: 25px auto 0;
}

.service h5 {
	margin-top: 20px;
	color: #231f20;
}

.service p {
	margin-top: 51px;
}


/**********************
product
*/

        .container-product {
            width: 70%;
            max-width: 1200px; 
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem; 
			padding-top: 50px;
			padding-bottom: 50px;
            padding-right: 1rem;
        }

        /* Estilos de la Sección */
        .product-section {
            padding-top: 3rem;    /* py-12 */
            padding-bottom: 3rem; /* py-12 */
            background-color: #f3f4f6; /* Similar a bg-gray-100 */
            color: #374151; 
        }

        @media (min-width: 768px) { /* md breakpoint */
            .product-section {
                padding-top: 4rem;    /* md:py-16 */
                padding-bottom: 4rem; /* md:py-16 */
            }
        }

        @media (min-width: 1024px) { /* lg breakpoint */
            .product-section {
                padding-top: 5rem;    /* lg:py-20 */
                padding-bottom: 5rem; /* lg:py-20 */
            }
        }

        /* Título y Párrafo */
        .section-header-product {
            text-align: center;
            margin-bottom: 2.5rem; /* mb-10 */
        }

        @media (min-width: 768px) { /* md breakpoint */
            .section-header-product {
                margin-bottom: 3rem; /* md:mb-12 */
            }
        }
		@media screen and (max-width: 768px) {
			.section-header-product h2 {
            font-size: 2rem !important; 
			font-weight: 300 !important;
        }
		}

        .section-header-product h2 {
            font-size: 1.2rem; /* text-3xl */
            font-weight: bold;
            color: #1f2937; /* text-gray-800 */
            margin-bottom: 1rem; /* mb-4 */
        }

        @media (min-width: 640px) { /* sm breakpoint */
            .section-header-product h2 {
                font-size: 2.25rem; /* sm:text-4xl */
            }
        }
        @media (min-width: 768px) { /* md breakpoint */
            .section-header-product h2 {
                font-size: 3rem; /* md:text-5xl */
            }
        }

        .section-header-product p {
            font-size: 1.8rem !important;
            color: #4b5563;     
            margin-left: auto;
            margin-right: auto;
        }
        @media (min-width: 768px) { /* md breakpoint */
            .section-header-product p {
                font-size: 1.25rem; /* md:text-xl */
            }
        }


        /* Grid de Tarjetas */
        .cards-grid {
            display: grid;
            grid-template-columns: 1fr; /* Por defecto una columna */
            gap: 3rem; /* gap-6 */
        }

        @media (min-width: 640px) { /* sm breakpoint (para 2 columnas) */
            .cards-grid {
                grid-template-columns: repeat(2, 1fr); /* sm:grid-cols-2 */
            }
        }
        @media (min-width: 768px) { /* md breakpoint */
            .cards-grid {
                gap: 3rem; /* md:gap-8 */
            }
        }

        /* Estilos de Tarjeta Individual */
        .product-card {
            background-color: #ffffff; /* bg-white */
            border-radius: 0.5rem; /* rounded-lg */
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); /* shadow-lg */
            overflow: hidden;
            transition: transform 0.3s ease-in-out; /* transition-transform duration-300 ease-in-out */
        }

        .product-card:hover {
            transform: scale(1.05); /* hover:scale-105 */
        }

        .product-card img {
            width: 100%; /* w-full */
            height: 300px; /* h-[200px] */
            object-fit: cover; /* object-cover */
            display: block; /* Para evitar espacio extra debajo de la imagen */
        }

        .product-card .card-content {
            padding: 20px; 
        }

        .product-card h3 {
            font-size: 1.5rem; /* text-xl */
            font-weight: 600; /* font-semibold */
            color: #1f2937; /* text-gray-800 */
            margin-bottom: 0.5rem; /* mb-2 */
        }

        .product-card p {
            font-size: 1.8rem; /* text-sm */
            color: #4b5563; /* text-gray-600 */
        }

		.NewProducts-section{
			max-width: 1120px; 
            margin: 0 auto;
            padding: 48px 16px;
		}

        .section-header {
            text-align: center;
            margin-bottom: 40px; 
        }

        .section-header h2 {
            font-size: 2.25rem; /* text-3xl or text-4xl */
            font-weight: 700;
            letter-spacing: -0.025em; /* tracking-tight */
        }

        .section-header p {
            margin-top: 12px; /* mt-3 */
            font-size: 2rem; /* text-lg */
            color: #4b5563; /* text-gray-600 */
            max-width: 672px; /* max-w-2xl */
            margin-left: auto;
            margin-right: auto;
        }

        /* --- Grid de Tarjetas --- */
        .cards-grid {
            display: grid;
            grid-template-columns: 1fr; /* Una columna por defecto para móviles */
            gap: 32px; /* gap-8 */
        }

        /* --- Estilos de la Tarjeta de Producto --- */
        .product-card {
            background-color: #ffffff; /* bg-white */
            border-radius: 12px; /* rounded-xl */
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); /* shadow-lg */
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease;
        }

        .product-card:hover {
            transform: scale(1.05); /* hover:scale-105 */
        }
        
        .product-card .card-image img {
            width: 100%;
            height: 224px; /* h-56 */
            object-fit: cover;
        }

        .product-card .card-content {
            padding: 24px; /* p-6 */
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .product-card h3 {
            font-size: 1.25rem; /* text-xl */
            font-weight: 600; /* font-semibold */
            margin-bottom: 8px; /* mb-2 */
        }

        .product-card p {
            color: #4b5563; /* text-gray-600 */
            margin-bottom: 16px; /* mb-4 */
            flex-grow: 1;
            line-height: 1.6;
        }

        /* --- Estilos del Botón --- */
        .download-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 20px; 
            border: 1px solid transparent;
            font-size: 1.8rem; 
            font-weight: 500; 
            border-radius: 8px; 
            color: #ffffff;
            text-decoration: none;
            transition: background-color 0.3s ease;
            cursor: pointer;
            margin-top: auto;
        }

        .download-button svg {
            width: 20px; 
            height: 20px; 
            margin-right: 8px; 
        }

        .btn-blue {
            background-color: #3bca6f; 
        }

        .btn-blue:hover {
            background-color: #15803d; /* hover:bg-blue-700 */
			color: #fff;
			text-decoration: none;
        }

        .btn-green {
            background-color: #3bca6f; /* bg-green-600 */
        }

        .btn-green:hover {
            background-color: #15803d; /* hover:bg-green-700 */
			color: #ffffff;
			text-decoration: none;
        }
        
        /* --- Media Query para Responsividad --- */
        /* Para pantallas de 768px o más (tablets y escritorio) */
        @media (min-width: 768px) {
            .cards-grid {
                grid-template-columns: repeat(2, 1fr); /* Dos columnas */
            }
             .products-section {
                padding: 64px 24px; /* sm:py-16 sm:px-6 */
            }
        }

		

		@media screen and (max-width: 768px) {
			.container-product {
				width: 90%;
			}
		}



/**********************
CLIENTS SECTION
***********************/

#clients {
	padding: 145px 0 150px;
}

.clients-content {
	text-align: center;
}

.clients-content blockquote {
	color: #231f20;
	font-size: 15px;
	margin-top: 37px;
}

.clients-content blockquote footer {
	margin-top: 30px;
	color: #999999;
}

.clients-content blockquote footer:before {
	content: '';
}

.clients-logs-container {
	margin-top: 115px;
	text-align: center;
}

/**********************
CONTACT SECTION
***********************/

#contact {
	background-color: #101012;
	color: #ffffff;
	padding: 55px 0 58px;
}

.contact-subsection {
	border: 1px solid #707070;
	text-align: center;
	min-height: 500px;
	box-sizing: border-box;
}

#about-subsection {
	padding: 95px 92px 149px;
}

#about-subsection h2:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #61D94C;
	margin: 46px auto 0;
}

#about-subsection p {
	margin-top: 54px;
}

#form-subsection {
	padding: 95px 70px 76px;
	overflow: hidden;
}

#form-subsection .email-label {
	margin-top: 28px;
}

#form-subsection input {
	padding: 0 5px;
	height: 33px;
}

#form-subsection .message-label {
	margin-top: 60px;
}

#form-subsection textarea {
	margin: 0;
	padding: 0 5px;
	border: 0;
	box-sizing: border-box;
	resize: none;
	font-size: 15px;
	line-height: 50px;
	vertical-align: bottom;
	background: linear-gradient(transparent 49px, #707070 1px);
	background-size: 100% 50px;
	background-repeat: repeat-y;
}

#form-subsection textarea:focus,
#form-subsection textarea:active {
	background: linear-gradient(transparent 49px, #ffffff 1px);
	background-size: 100% 50px;
	background-repeat: repeat-y;
}

#form-subsection .btn-default {
	color: #61D94C;
	background: transparent;
	border: 0;
	border-color: transparent;
	border-radius: 0;
	padding: 10px 0;
	margin-top: 38px;
	outline: none;
	box-shadow: none;
}

#form-subsection .btn-default:hover,
#form-subsection .btn-default.active.focus, 
#form-subsection .btn-default.active:focus, 
#form-subsection .btn-default.active:hover, 
#form-subsection .btn-default:active.focus, 
#form-subsection .btn-default:active:focus, 
#form-subsection .btn-default:active:hover {
	color: #ffffff;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	background: #61D94C;
	color: #ffffff;
	padding: 55px 0;
}

#footer .copyright {
	font-family: 'Montserrat', sans-serif;
}

#footer .social-list {
	float: right;
}

/**********************
HELPER CLASSES
***********************/

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {
	
	/**********************
	CONTACT SECTION
	***********************/
	
	#about-subsection, #form-subsection {
		padding: 95px 70px 70px;
		min-height: 560px;
	}

}

@media only screen and (max-width: 991px) {

	/**********************
	SERVICES SECTION
	***********************/
    .service:not(first-of-type) {
        margin-top: 30px;
    }

    /**********************
	CONTACT SECTION
	***********************/

	#about-subsection, #form-subsection {
		padding: 80px;
		min-height: auto;
	}

	#form-subsection {
		margin-top: 55px;
	}

}

@media only screen and (max-width: 767px) {
	
	/**********************
	DEFAULT
	***********************/

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
	}

	/**********************
	NAVBAR
	***********************/

	.navbar-default .navbar-nav {
		text-align: center;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 20px 0;
	}

	/**********************
	HOME SECTION
	***********************/
	
	.home-content {
		transform: translateY(-55%);
	}
	
	.home-content .h1,
	.home-content h2 {
		font-size: 42px;
	}

	/**********************
	SERVICES SECTION
	***********************/
    .service {
        padding: 30px;
    }

	/**********************
	CLIENTS SECTION
	***********************/
	.single-client-container:not(first-of-type) {
		margin-top: 60px;
	}

	/**********************
	CONTACT SECTION
	***********************/

	#about-subsection, #form-subsection {
		padding: 60px 30px;
		min-height: auto;
	}


	/**********************
	FOOTER SECTION
	***********************/
	#footer {
		text-align: center;
	}

	#footer .social-list {
		float: none;
		margin-top: 45px;
	}

}

@media only screen and (max-width: 575px) {

	/**********************
	HOME SECTION
	***********************/

	.home-content .btn {
		display: block;
		margin: 0 auto;
	}

	.home-content .btn-primary {
		margin-top: 30px;
	}

}