@charset "utf-8";
/* CSS Document */


.header
{
	background: #212A3F;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index:9999;

}
/* f48637 = rgb(244, 134, 55) */

.logo
{
	color: #f48637;
	font-weight: 100;
	font-size: 30px;
	padding: 0px !important;
	line-height: 60px;

}
.logo:hover, logo:active
{
	color: #fff;
}
.menu{

	margin:0px !important;
	border: none;
}
.menu li a
{
	color: #434F5B;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	line-height: 29px;
	background-color: #212A3F;
	z-index:999;
	
}
.menu li a:hover
{
	background-color: #212A3F;
	color:#fff;
}
.menu-button
{
	color: #fff;
	font-size: 30px;
	margin:0px !important;
	padding:14px;
}


.backg {  
  position: relative;
  overflow: hidden; /* importante para parallax */
  min-height: 80vh;
  width: 100vw;
  max-width: 100vw;
  color: #fff;
  text-align: center;
  cursor: default;
  padding: 180px 0 120px;
  clear: both;   /* MUY IMPORTANTE */
  margin-left: 0;
  margin-right: 0;
  
  background-color: #645862;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* capa que se moverá */
.backg .parallax-bg {
  position: absolute;
  top: -20%;
  inset: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url("images/bg0.webp");
  background-size: cover;
  background-position: center top;
  will-change: transform;
  transform: translateY(0);
  z-index: 0;
}

/* OVERLAY EXACTO */
.backg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* CONTENIDO SIEMPRE ARRIBA DEL OVERLAY */
.backg .container {
  position: relative;
  z-index: 2;
  padding: 180px 0 120px;
}

.backg .row {
  margin-left: 0;
  margin-right: 0;
}

.parallax-bg {
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}


@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

.inner
{
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-o-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: rgba(33, 42, 63, 0.5);
	color: white;
	display: inline-block;
	opacity: 0;
	padding: 20px 40px;
	text-align: center;
	
}
.text-box
{
	font-family: 'Poppins', sans-serif;
}
.text-box p.intro
{
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}
.text-box h2
{
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	border-bottom: 7px double #f48637;
	border-top: 7px double #f48637;
	
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
.text-box h3
{
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}
.text-box p
{
	font-size: 10px
	font-weight: 400;
}
.text-box p span
{
	font-size: 15px;
	font-weight: 400;
	color: #83D3C9;
}
.text-box p span a
{
	text-decoration: none;
	color: #f48637;
	font-size: 15px;
}
.text-box p a.link-button
{
	text-decoration: none;
	color: #fff;
	border: #fff solid 1px;
	padding: 15px 22px;
	margin-top: 20px;
	line-height: 4;
	font-size: 18px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.2s ease-in-out;
	font-family: 'Poppins', sans-serif;
	}
.text-box p a.link-button:hover
{
	background: rgba(255, 255, 255, 0.3);
}


/* Clientes */
.clientes-subtitle {
  color: #777;
  margin-bottom: 40px;
  font-size: 16px;
}

.clientes-grid {
  margin-top: 20px;
}

.cliente-item {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 18px 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
  color: #333;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.cliente-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: translateY(-3px);
  border-color: #28a745;
}



.some-notes
{
	padding: 40px 0px;
	float: left;
}
.title h2
{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 42px;
	text-align: center;
	color: #f48637;
	text-transform: uppercase;
}
.desc p
{
	width: 75%;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #2E2E2E;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	
}
.desc p a
{
	text-decoration: none;
	color: #f48637;
}
.features
{
	background: #f48637;
	padding: 60px 0px;
}
.features-text
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom:30px;
	margin-top:30px;
}
h2.features-text::after {
    display: block;
    margin: 17px auto 0px;
    width: 80px;
    height: 1px;
    background: #FFF none repeat scroll 0% 0%;
    content: "";
}

.iconing
{
	text-align: center;
	width:80px;
	margin:0 auto;
	
}
.iconing i
{
	font-size: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	background: #f48637;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.icon-box
{
	margin:30px 0px;
}
.icon-text-box
{

}
.icon-text-box h4
{

	font-family: 'Roboto', sans-serif;
	color: #2e2e2e;
	font-weight: 400;
	font-size: 25px;

}
.icon-text-box p
{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2E2E2E;
}
.notes
{
		background-attachment:fixed;
		background-color: #645862;
		background-image:  url("images/notes-bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		color: white;
		cursor: default;
		text-align: center;
		width: 100%;
		float: left;
}
.notes-bg
{
	background: rgba(33, 42, 63, 0.9);
	padding: 80px 0px;
}
.notes-bg p
{
	font-size: 17px;
	margin:0px !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 30px;
}
.btneff
{
	background-color: #f48637;
border: none;
color: #fff;
padding: 13px 0px;
width: 100% !important;
font-size: 17px;
}
.work-list{
	padding: 60px 0px;
}
.portfolio-text
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom:30px;
	margin-top:30px;
}
h2.portfolio-text::after {
    display: block;
    margin: 17px auto 0px;
    width: 80px;
    height: 1px;
    background: #f48637 none repeat scroll 0% 0%;
    content: "";
}
.work-list a .featured-img
{
	width: 100%;
}
.work-list a .featured-img img
{
	width: 100%;
	height: 200px;
	float: left;
	position: relative;	}
	
@keyframes imagehover {
    0%   {height: 40px;}
    25%  {height: 80px;}
    50%  {height: 120px;}
    75%  {height: 160px;}
    100% {height: 200px;}
}
.image-hover {
    display: none;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1);
    text-align: center;
    width: 100%;
	height: 200px;
    float: left;
		
}
.image-hover i{
	color: #f48637;
	font-size:30px;
	line-height: 200px;
	transition: 5s color ease-in;
	display: none;
}
.image-hover:hover i
{	display: block;
	color: #212A3F;
}
.work-list a h3 {
    text-align: center;
    padding: 15px 0px;
    font-size: 15px;
    float: left;
    width: 100%;
    font-weight: 600;
	background: #f48637;
	color:#fff;
	margin:0px;
	font-family: 'Roboto', sans-serif;
}
.work-list a:hover .image-hover
{
	display: block;
	animation: 0.4s ease-in 0s normal none 1 running imagehover;

}
.work-space
{
	margin: 20px 0px;
}

/*.active
{
	color:#fff !important;
}*/

.nav li a:focus
{
	background: #212A3F;
	color: #fff;
}
.nav li a:active
{
	color: #fff;
}
.countbg
{
	background: rgba(33, 42, 63, 1);
	padding: 80px 0px;
	width: 100%;
	float: left;
}
.countspace
{
		color: white;
		text-align: center;
		width: 100%;
		float: left;
		background: rgba(33, 42, 63, 1);
}
.counter-item
{
	margin-top: 30px;
}
.counter-item i
{
	font-size: 40px;
	color: #f48637;
}
.timer
{
	margin-top: 5px;
	font-weight: 700;
	font-size: 50px;
	color: #f48637;
}
.counter-item h5
{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}
.contact
{
	padding: 60px 0px;
	float: left;
	width: 100%;
}
.contact-form, .address-space
{
	margin-top: 20px;
}
.form-effect
{

    padding: 12px 12px;
    color: #555;
    background-color: rgba(33, 42, 63, 0.2);
    color: #212A3F;
    height: auto !important;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.form-effect:focus {
    border-color: rgba(33, 42, 63, 0.2);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(33, 42, 63, 0.1);
}
.btn-sub {
    color: #fff;
    background-color: #f48637;
    border-color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}
#map-canvas1
{
	height: 190px;
}
#map-canvas2
{
	height: 190px;
}
#map-canvas3
{
	height: 190px;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #212A3F !important;
}
.address p i {
    padding-right: 10px;
    font-size: 15px;
    color: #f48637;
}
.footer {
    margin: 20px 0px 10px;
    float: left;
    text-align: center;
    width: 100%;
}
.footer p {
	text-align:  center;

	font-family: 'Poppins', sans-serif;
}
.footer p a {
 color: #f48637;
 font-family: 'Poppins', sans-serif;
}


@media (min-width: 380px) and (max-width: 768px)
{
	.text-box p.intro {
    font-size: 22px;
	}
	.text-box h2 {
    font-size: 40px;
}
.text-box h3 {
    font-size: 16px;}
    .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;}
    .title h2 {
   
    font-size: 29px;}
    .desc p {
    font-size: 15px;
    text-align: justify;}
    .icon-text-box h4 {
    text-align: center;
}
.icon-text-box p {
 
    text-align: center;}

    .btneff {
   
    margin-top: 15px;
    width: 20% !important;
}
}
@media (min-width: 0px) and (max-width: 379px)
{
	.text-box p.intro {
    font-size: 22px;
	}
	.text-box h2 {
    font-size: 20px;
}
.text-box h3 {
    font-size: 16px;}
    .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;}
    .title h2 {
   
    font-size: 29px;}
    .desc p {
    font-size: 15px;
    text-align: justify;}
    .icon-text-box h4 {
    text-align: center;
}
.icon-text-box p {
 
    text-align: center;}

    .btneff {
   
    margin-top: 15px;
    width: 80% !important;
}
}

/* Nosotros */

.modern-about {
  padding: 80px 40px;
  background-color: #f9fafb;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.about-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.about-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.about-card h3::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #c00;
  display: block;
  margin-top: 10px;
}

.about-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.about-card.highlight {
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
}

.about-card.highlight p {
  color: #e0e0e0;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
  color: #555;
}

.timeline li span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #c00;
}

/**** Nueva sección de SERVICIOS ****/
.services-premium {
  position: relative;
  z-index: 10;
  background: #f48637; /* tu naranja */
  padding-top: 80px;
  padding-bottom: 80px;
}

.services-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 70px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  margin-bottom: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.1);
}

.service-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.service-icon {
  width: 56px;
  height: 56px;
  background: #c00;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.service-card h4 {
  font-size: 22px;
  font-weight: 600;
}

/* === ESPACIADO ENTRE SERVICIOS === */
.services-premium .service-card {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}


.services-premium .service-card > div,
.services-premium .service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Espacio horizontal entre servicios */
.services-premium .col-md-6 {
  padding-left: 25px;
  padding-right: 25px;
}


.services-premium .row {
  margin-left: -25px;
  margin-right: -25px;
}

/* BULLETS VISUALES */

:root {
  --accent-color: #f48637;
}

.service-icon {
  color: var(--accent-color);
}

.service-icon svg {
  fill: currentColor;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.service-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--accent-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.service-card:hover .service-icon {
  color: #111;
}

.service-card:hover .service-list li::before {
  background: #111;
}

/* ==============================
   HOVER CORPORATIVO SERVICIOS
   ============================== */

/* Contenedor */
.services-premium .service-card {
  transition: all 0.25s ease;
}

/* Hover del card */
.services-premium .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Título */
.services-premium .service-card:hover h4,
.services-premium .service-card:hover h3 {
  color: #f48637; /* naranja corporativo */
}

.services-premium .service-card:hover h4 {
  color: #e06f1f; /* naranja un poco más oscuro */
}

/* Texto */
.services-premium .service-card:hover p,
.services-premium .service-card:hover li {
  color: #444; /* gris elegante, NO negro */
}

/* Icono */
.services-premium .service-card:hover .service-icon,
.services-premium .service-card:hover svg,
.services-premium .service-card:hover i {
  background-color: #f48637;
  color: #ffffff;
  fill: #ffffff;
}



/* MOBILE PREMIUM */
@media (max-width: 768px) {
  
  :root {
    --accent-color: #e56f1f; /* puedes cambiarlo si quieres */
  }

  .services-title h4 {
    font-size: 28px;
    margin-bottom: 50px;
    color: #111; 
  }

  .service-card {
    padding: 20px;
    background: #fff;
  }

  .service-card h4 {
    font-size: 20px;
  	font-weight: 600;
  	margin-bottom: 15px;
  	color: #111 !important; 
  }

  .services-premium h4,
  .services-premium p,
  .services-premium li {
  	color: inherit !important;
  }

  .service-card p, .service-card li {
  		color: #555;
  }

  .service-header h4 {
  		color: #111 !important;
  }
  
  .service-list li {
    font-size: 14px;
  }

  .services-premium .service-card {
    padding: 18px;
    margin-bottom: 25px;
  }
  
  .services-premium .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-premium .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .services-premium .service-card {
    margin-bottom: 25px;
  }

}

/* Servicios - Animaciones suaves */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all .8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


.counter-icon svg {
  width: 40px;
  height: 40px;
  fill: var(--accent-color);
}

.privacy-check {
  font-size: 14px;
  margin: 15px 0;
}

.privacy-check a {
  color: var(--accent-color);
  text-decoration: underline;
}

/* ===== SEPARACIÓN REAL ENTRE TARJETAS ===== */

/* Compensamos el row */
.services-premium .row {
  margin-left: -25px;
  margin-right: -25px;
}


/* Mensaje de envío de correo exitoso */

.form-response {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.4;
  display: none;
}

.form-response.show {
  display: block;
}

.form-response.success {
  display: block;
  background: #eaf6ee;
  color: #2f7a4f;
  border-left: 4px solid #2f7a4f;
}

.form-response.error {
  display: block;
  background: #fdecea;
  color: #a94442;
  border-left: 4px solid #a94442;
}


/* Overlay del mensaje */
#form-response {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;

  max-width: 420px;
  width: calc(100% - 40px);

  padding: 20px 22px;
  border-radius: 8px;

  font-size: 15px;
  line-height: 1.5;
  text-align: center;

  display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Éxito */
#form-response.success {
  display: block;
  background: #eaf6ee;
  color: #2f7a4f;
  border-left: 6px solid #2f7a4f;
}

/* Error */
#form-response.error {
  display: block;
  background: #fdecea;
  color: #a94442;
  border-left: 6px solid #a94442;
}

#form-response::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: -1;
}


html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* FIX FRANJAS BLANCAS HERO */
.container-fluid.main {
  padding-left: 0;
  padding-right: 0;
}

