
body { font-family: "Inter", sans-serif; font-weight: 400; padding-top: 0px;} 

h1 {
	font-family: "Inter", sans-serif; font-weight: 800;
	font-size:6em; color: #428bca;
} 

h1 {
  /* clamp define: tamaño mínimo, tamaño preferido (variable), tamaño máximo */
  font-size: clamp(1rem, 6vw, 4rem); 
  
  /* Permite que el texto se rompa si es necesario para no salirse del contenedor */
 
  
  /* Alineación y espaciado */
  line-height: 1.2;
  width: 100%;
  max-width: 100vw;
  margin: 0;
}

h1 a {
  text-decoration: none;
  color: inherit;
  /* Asegura que el enlace se comporte como bloque para ocupar el ancho disponible */
  display: block; 
}

/* Ajuste extra para móviles muy estrechos */
@media (max-width: 380px) {
  h1 {
    font-size: 1.1rem;!important /* Tamaño de seguridad */
  }
}

h2 { font-family: "Inter", sans-serif; font-weight: 800;
	font-size:6em; color: #428bca;} 

h3 { font-family: "Inter", sans-serif; font-weight: 800; color: #428bca; margin-top: 40px;} 

h4 { font-family: "Inter", sans-serif; font-weight: 400; } 

h5 { font-family: "Inter", sans-serif; font-weight: 400; }

* {
  margin: 0; padding: 0; box-sizing: border-box;
}


.subtitle {
	font-family: "Inter", sans-serif; font-weight: 600; text-transform: uppercase; line-height: 1.2em;
	font-size:1.5em;
} 
.subtitle2 {
	font-family: "Inter", sans-serif; font-weight: 300; line-height: 1.2em;
	font-size:1.8em;
} 

p {font-family: "Inter", sans-serif; font-weight: 400;
  padding-top: 20px;
	font-size:1.3em;
  line-height: 2.8rem;}

.description{
	font-family: "Inter", sans-serif; font-weight: 400;
  padding-top: 20px;
	font-size:1.3em;
  line-height: 2.8rem;
  width: 40%;
} 

.descriptionabout{
	font-family: "Inter", sans-serif; font-weight: 400;
  padding-top: 20px;
	font-size: 1.3em;
  line-height: 2.8rem;
 
} 


.dark {color: #222;}
.light {color: #fff;}

.grey {background-color: #eee;}

.portfolio {padding-top: 0px;}  

/* List */

.about-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.about-list li {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #222;
  margin-bottom: 10px;
}

.about-list li::marker {
  color: #428bca;      /* Celeste */
  font-size: 2rem;   /* Bullet más grande */
}

.navbar {
  background-color: #222;
  color: white;
  height: 90px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Asegura que esté por encima de todo */
  box-shadow: 0 2px 10px rgba(0,0,0,0.3); /* Sombra para dar profundidad */
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Ocultar el checkbox físicamente */
#menu-check {
  display: none;
}

.nav-links {
  list-style: none;
  display: flex;
  flex: 1;
  margin: 2px 0 0 0;
}

.nav-links.left { justify-content: flex-end; }
.nav-links.right { justify-content: flex-start; }

.nav-links li a {
  color: #0a7db8;
  text-decoration: none;
  padding: 0 20px;
  font-weight: 600;
  font-size: 16px;
}

.nav-links li a:hover {
  color: white;
  text-decoration: none;
  padding: 0 20px;
  font-weight: bold;
}

.nav-links li a:active {
  color: white;
  text-decoration: none;
  padding: 0 20px;
  font-weight: bold;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  margin: 0 20px;
}

/* --- Responsive --- */

.menu-toggle {
  display: none; /* Oculto en PC */
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  height: 3px; width: 25px;
  background-color: white;
  margin: 3px;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
    position: absolute;
    left: 20px;
  }

  /* Los grupos de links ahora son un menú vertical desplegable */
  .nav-links {
    display: none; 
    flex-direction: column;
    position: absolute;
    top: 80px;
    width: 100%;
    background-color: #333;
    text-align: center;
    z-index: 10;
  }

  .nav-links.left { top: 68px; }
  .nav-links.right { top: 230px; } /* Se posiciona debajo del primer grupo */

  .nav-links li {
    padding: 15px 0;
    border-bottom: 1px solid #000;
  }

  /* EL TRUCO: Si el checkbox está marcado, mostramos las listas */
  #menu-check:checked ~ .nav-links {
    display: flex;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px; /* Espacio a los lados del logo */
}

.logo img {
  height: 60px;    /* Ajusta la altura a tu gusto */
  width: auto;     /* Mantiene la proporción */
  display: block;  /* Evita espacios en blanco extra abajo */
  transition: transform 0.3s ease;
}

.logo img:hover {
  transform: scale(1.05); /* Efecto sutil al pasar el ratón */
}
.hero-section {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
  
  /* IMAGEN 1: La que se ve siempre */
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 60%), 
    url('../img/fondo.jpg'); 
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
}

/* IMAGEN 2: La que aparece al hacer hover */
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background-image: 
    linear-gradient(to right, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 60%), 
    url('../img/fondo2.jpg'); 
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;

  opacity: 0; /* Empieza invisible */
  transition: opacity 0.8s ease-in-out; /* AQUÍ ESTÁ LA TRANSICIÓN */
  z-index: 1;
}

/* EFECTO: Cuando pasas el mouse por el hero, el 'after' se vuelve opaco */
.hero-section:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .hero-section {
    background-position: 75% center; /* se corre hacia la izquierda */
    background-attachment: scroll; /* IMPORTANTE en mobile */
  }
  .hero-section::after {
    background-position: 75% center; /* se corre hacia la izquierda */
    background-attachment: scroll; /* IMPORTANTE en mobile */
  }
}

/* EL CONTENEDOR DE TEXTO: Debe estar por encima de la imagen de hover */
.hero-container {
  position: relative;
  z-index: 2; /* Importante: mayor que el z-index del ::after */
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 50px 50px 50px;
  width: 100%;
  color: white;
}

/* Estilos extra para que se vea bien */

.hero-text h1 { font-size: 6rem;}
.btn-contact {
  position: relative;
  z-index: 3; /* Asegura que el botón sea clickeable */
  display: inline-block;
  padding: 12px 25px;
  background: #0a7db8;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 10px;
}

.btn-contact:hover {
background: #fff;
  color: #0a7db8;
  
  
}

/* Estilos del H1 */


.reveal-text {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 10px;
}

/* El contenedor que "recorta" la vista */
.line {
  display: block;
  overflow: hidden; /* Oculta el texto mientras está abajo */
  height: 1.1em;
}

/* El texto que realmente se mueve */
.line span {
  display: block;
  transform: translateY(100%); /* Empieza totalmente abajo (invisible) */
  animation: revealLine 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

/* Retraso para la segunda línea */
.line:nth-child(2) span {
  animation-delay: 0.2s;
}

/* Definición de la animación */
@keyframes revealLine {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}


/* Ajuste para los párrafos y botón para que aparezcan suavemente después */
.subtitle, .subtitle2, .line, .description, .btn-contact {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.8s; /* Aparecen cuando el H1 termina */
}

@keyframes fadeIn {
  to { opacity: 1; }
}
/* Ajuste para móvil */
@media (max-width: 768px) {
  .logo {
    margin: 0;
    flex: 1; /* Centra el logo cuando la hamburguesa está a la izquierda */
  }
  
  .logo img {
    height: 50px; /* Un poco más pequeño en móviles */
  }

  /* El resto del código del checkbox hack se mantiene igual */
  #menu-check:checked ~ .nav-links {
    display: flex;
  }
}

@media (max-width: 500px) {
h1 {
	font-size:2.5em;} 
	
	

}
.thumb {border:1px solid #F3F3F3 !important;}


.col-lg-4.col-md-4.col-xs-6.thumb {
    margin: 0.2% !important;
}

.col-md-4 {
    width: 32% !important;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}
p {
	font-size: 13px;
}
a {
	color: #FFF;
}
.facebook {
	color: #333;
}
.facebook:hover {
	color: #666;
}

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.navbar-center img {
  height: 40px;
  margin-top: 5px;
}



.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}


/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.nav.navbar-nav li a {
	font-size: 13px;
	padding: 14px 30px!important;
	text-transform: uppercase;
}

@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
		
    }
}


.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.hernan {
	display:none;
	font-size: 16px;
	color: #FFF;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif
}

#about {
	background-color: #F5F5F5;
}
.nosotros-p {
	font-size: 14px;
	margin-bottom: 100px;
}

.logohome {
  padding: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.logohome > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.logohome:hover,
a.logohome:focus {
  border-color: #428bca;
}
.logohome > img {
  margin-left: auto;
  margin-right: auto;
}
.logohome .caption {
  padding: 9px;
  color: #333333;
}


/* Services */

.services {
	padding: 50px 0;
	color: #ffffff;
	background: url("../img/bg.png") repeat-x;
}

.service-item {
	margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
	color: #ffffff;
	display: table;
	height: 250px;
	width: 100%;
	background: url("../img/callout.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.callout2 {
	color: #ffffff;
	display: table;
	height: 250px;
	width: 100%;
	background: url("../img/callout2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}



/* Portfolio */

.portfoliodg {
	background-color: #F3F3F3;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.portfolioar {
	background-color: #F3F3F3;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 40;
	padding-left: 0;
}

.portfoliodw  {
	background-color: #F3F3F3;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40;
	padding-left: 0;
}
.portfolioan {
	background-color: #F3F3F3;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40;
	padding-left: 0;
}

.page-header {
	color: #FFF;
}
.container  {
	padding-bottom: 0px; max-width: 2000px !important;}




/* Call to Action */


.contact-mail a {
  color: #fff; /* Color inicial blanco */
  text-decoration: none;
  transition: color 0.3s ease; /* Transición suave para el cambio de color */
  padding-bottom: 20px;
  /* Reglas para que no se corte en móviles */
  display: block;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: clamp(1rem, 6vw, 4rem);
}

/* El efecto que pediste */
.contact-mail a:hover {
  color: #222; /* Cambia a este color al posar el mouse */
}

.contact-section {
  background-color: #428bca;
  padding: 0px 0 60px;
}

.contact-text {
  max-width: 800px;
}

.contact-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #fff;
  margin-bottom: 20px;
}

.contact-mail a {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 3rem);
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-word;
}

.contact-mail a:hover {
  color: #222;
}

/* Footer inside contact */

.contact-footer {
}

.descriptionabout.small {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* =========================
   SEO FOOTER
========================= */

.seo-footer {
  background-color: #111;
  padding: 20px 20px;
  text-align: center;
}

.seo-footer p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 0.8rem;
  color: #bbb;
  margin-bottom: 8px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .contact-section {
    padding: 80px 0 40px;
  }

  .contact-footer {
    margin-top: 60px;
  }
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 20px 0;
}

.top-scroll {
 
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
  
}




.thumb {
	padding: 0px;
}


.navbar.navbar-inverse.navbar-fixed-top {
	background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, 1);
}
.hidden {
    display: none;
}



.thumb > div {
	background-color: #004f90;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ccc;
	display: none;
	opacity: 0;
	transition: opacity 1s;
	
}

.thumb:hover > div {
	opacity: 0.9;
	display: block;
	transition: opacity 1s;
	
	
	
}
.thumb > div div {
	height: 100%;
	padding-top:20%;
	padding-left:10%;
	padding-right:10%;
}
a:hover {
	text-decoration: none;
	text-shadow: #000 0px 0px 0;
	color: #333;
}
.thumb h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFF;
	text-align: center;
	top: 50%;
}

.thumb h5 {
	font-size: 1.0em;
	margin-bottom: 10px;
	color: #FFF;
	text-align: center;
	top: 50%;
}
.service-item h2 {
	font-size: 17px;
}
.col-lg-12.text-center h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-family: "Inter", sans-serif; font-weight: 400; 
}


.thumb p {
	margin-bottom: 10px;
	color: #FFF;
	text-align: center;
}

.nosotros-fotos {
	padding-top: 30px;
}

.btn.btn-lg.btn-default {
	background-color: #313144;
	color: #FFF;
}
.btn.btn-lg.btn-default:hover {
	background-color: #FF6666;
	color: #FFF;
}

/* Responsive */
@media (max-width: 768px) {
	
  .header {
	background: url("../img/bg.jpg") no-repeat center center scroll; 
  }

  .callout {
	background: url("../img/callout.jpg") no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }


	.dale {
		display:block;
		font-size: 16px;
		color: #FFF;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif
	}
	
	.web2013 {
	display: none;
	}
}

@media (max-width: 500px) {
.thumb p {
	display: none;
}

}

@media (max-width: 600px) {
.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 3em;
  font-weight: 700;
}
}
