@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	xpadding: 0;
	box-sizing: border-box;
}

body {
	background: #f2f2f2;
	font-family: 'Montserrat', 'Nunito Sans', sans-serif;
	font-size: 16px;
	padding-top: 65px;
}

#header {
	/* background: #4357ad;  */
	background: #000000;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.menu {
	width: 100%;
	max-width: 2000px;
	xheight: 50px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: 'Nunito Sans', sans-serif;
}

.menu .logo {
	display: inline-block;
	margin-right: 1em;
}

.menu .logo img {
	vertical-align: top;
	height: 22px;
}

.menu .btn-menu {
	display: none;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
}

.menu .logo:hover {
	/* background: #4357ad; */
	background: #000000;
}

.menu .enlaces {
	display: inline-block;
	text-align: right;
}

.menu .enlaces a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px; /*original 1em */
	text-align: center;
	font-size: 1em;
}

.menu .enlaces i {
	margin-right: 5px;
}

.menu .enlaces a:hover {
	background: #f2f2f2;
	/* color: #4347ad; */
	color: white;
	text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}

/* inicio */
.inicio {
	  margin-top: -7px;
      background-color: rgba(255,255,255,1.0); /* negro */
      height: auto;
}

#seccionproductos_1 {
	  margin-top: -7px;
	  background-color: rgba(255,255,255,0.8);
      box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	  width: 98%;
	  margin: auto;
	  xpadding: 0px 15px 0 15px;
	}

.mySlides a {
	  text-decoration: none;
	  width: 1290px;
	  max-width: 100%;
	}

	
.textoVideo {
        position: absolute;
/*        bottom: 20px; 
        left: 550px;*/
        top: 90%; 
        left: 45%;
        font-family: Tahoma, verdana, Arial Rounded MT;
        font-size: 17px;
        font-weight: normal;
        color: rgba(255,255,255,0.3);
        border: 2px solid red;
        padding: 1px;
        border-radius: 20%;
        border-color: red;
	    z-index: 200;
}

.textoVideoMail {
        position: absolute;
        top: 90px;
        left: 10px;
        font-family: Tempus Sans ITC, Tahoma, verdana, Arial Rounded MT;
        font-size: 20px;
        font-weight: normal;
        color: rgba(255,255,255,0.3);
        text-shadow: -1px -1px yellow;
}

.imagenVideo {
        position: absolute;
        xbottom: 490px;
        top: 20%;
        left: 40px;
	   	margin: auto;
        image-width: 200;
        image-height: 100;
        opacity: 0.3;
        filter: alpha(opacity=50); /* For IE8 and earlier */
}

.imagenVideo img {
		width: 20%;		/* 200px */
	    xmax-width: 100%;
	    xheight: 150px;			/* 150px */
	    xmax-height: 100%;
}



.inicio a:link, .inicio a:visited {
      color: #ffffff;
	  text-shadow: none;
      padding: 14px 25px;
      text-align: center; 
      text-decoration: none;
      display: inline-block;
}

/* mouse over link */
.inicio a:hover {
      color: rgba(255,255,0,0.9); /* amarillo */
}

/* selected link */
.inicio a:active {
      color: red;
}

.main {
	width: 96%;
	max-width: 3000px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	font-family: 'Montserrat';
}

.main h1, .bienvenida h1, .conocenos h1 {
	font-weight: normal;
	margin-bottom: .5em;
}

.main hr, .bienvenida hr {
	margin-bottom: 1em;
	height: 2px;
	/* background: #4357ad; */
	background: #000000;
	border: none;
}

.main p, .bienvenida p {
	margin-bottom: 1em;
}

#bienvenida {
	width: 100%;
	margin: 10px auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: white;
	Xbackground: url(../images/gairec_metal.jpg);
	xbackground-size: 100% auto;
	xbackground-repeat: no-repeat;
    xbackground-position: center center;
    xbackground-attachment: fixed;
}
#bienvenida h1 {
	font-size: 27px;
}

.loInvitamos {
	width: 80%;
	height: 200;
	background: antiquewhite;
	text-align: center;
	align-self: center;
	vertical-align: middle;
	padding: 50px 10px 50px 10px;
	margin: 30px 30px 30px 30px;
	font-size: 20px;
	color: #000;
	xtext-shadow: 1px 1px 2px red, 0 0 1em antiquewhite, 0 0 0.2em red;
}


#conocenos, #culturaEmpresarial {
	width: 98%;
	margin: 10px auto;
	height: auto;
	padding: 10px 10px 10px 10px;
	background-color: antiquewhite;
	color: #000;
	Xbackground: url(../images/gairec_metal.jpg);
	xbackground-size: 100% auto;
	xbackground-repeat: no-repeat;
    xbackground-position: center center;
    xbackground-attachment: fixed;
}

.ofrecemos {
	margin-left: 10px; /* 30px */
	line-height: 1.5;
}

.ofrecemos ul {
	margin: 0;
	padding: 0;
}

.xbienvenida, .conocenos, .culturaEmpresarial {
	width: 96%;
	margin: 5px; /* auto */
	box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
    background-color: transparent;
}
	
.bienvenida a, visited, hover, active {
       color: black;
	   background-color: antiquewhite;
	   xtext-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
	   text-shadow: none;
	   text-decoration: none;
	}
	
/* Efectos del menu */
.headroom {
	transition: transform .3s ease;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-100%);
}


/* Responsive */
@media screen and (max-width: 700px) {
	.menu {
		flex-direction: column;
	     }
	.menu nav ul li a {
			color: #fff;
			text-decoration: none;
			xmargin-left: -10px;
			font-family: arial;
			font-size: 10px;
		}
	.menu nav ul li {
			margin-top: 5px;
			margin-left: 5px;
			line-height: 1.5;
		}


	header .menu {
		flex-direction: column;
	}
	
	header .menu .logo {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 1em;
	}
	
	header .menu .logo .btn-menu {
		display: inline-block;
	}
	
	header .menu .enlace {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	#seccionproductos_1 {
	  margin-top: 45px;
	  background-color: rgba(255,255,255,0.8);
      box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	  width: 98%;
	  xmargin: auto;
	  xpadding: 0px 15px 0 15px;
	}
	
	#seccionservicios #productos h1 {
	  font-size: 16px;
	    }
	
	#seccionservicios #servicios .parrafo {
	  font-size: 12px;
	}
}
/* Fin responsive */


/* footer */
.gairec_final{
        xheight: 160px;
        width: 100%;
	    xmax-width: 95%;
        font-family: 'Montserrat', tahoma, verdana, arial;
		font-size: 2;
        line-height: 1.5;	
        font-weight: normal;
        padding: 0px;
        letter-spacing: 1px;
		margin: auto;
}	
	
.gairec_final a, visited, hover , active{
		font-family: 'Montserrat', tahoma, verdana, arial;
		font-size: 2;
        letter-spacing: 1px;
        font-weight: normal;
        color: #ffffff;
		text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
	}
		
.tabla_gairec_final {
      border-collapse: collapse;
      width: 100%;
      border: 0px solid #ddd;
	  background-color: transparent;

}


/* secciones */

#separador_1 {
	/*
	background-image: url("../images/separador_1.jpg");
	*/
}

#separador_2 {
	/*
	background-image: url(../images/separador_2.jpg);
	*/
}

.separador {
	width: 100%;
	/* height: 293px; */
	xbackground-repeat: no-repeat;
	xbackground-size: 100% auto;
    xbackground-position: center center;
    xbackground-attachment: fixed;
	xbackground-color: transparent;
	xmargin: 0;
	xpadding: 0;
}

.separador img {
	/* width: 100%; */
	/* height: 293px; */
	opacity: 1;
}

  #seccioncontacto {
	  background-color: #ffffff;
      box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	  width: 96%;
	  height: auto;
	  xmax-height: 200%;
	  margin: auto;
}

	
#contacto {
	  xfloat: left;
	  display: inline-block;
      animation: 1s ease-out 0s 1 slideInFromTop;
	  margin: auto;
	  xwidth: 80%;
	  /* background: rgba(247, 148, 30, 0.4); */
	  padding: 0 10px 0 10px
}

/* Contacto */	
.botoncontacto {
   background-image: url(../images/u2712-17.png);
   width: 122px;
   height: 30px;
   border-width: 0px;
   cursor: pointer;
}
	
.mapa {
   width: 100%;
   margin: auto;
}
	
.forma_contacto {
    background-image:url(images/logo_ai.png);
    background-size: 280px 200px;
	xbackground-size: 465px 372px;
    background-repeat: no-repeat;
    background-position: center center;
    xbackground-attachment: fixed;	
   width: 92%;
   margin: auto;
   xbackground-color: rgba(177,130,30,0.2); /* antique white rgba(250,235,215,1.00) */	
   background-color: rgba(192,188,188,0.30); 	
   font-family: verdana;
   font-size: 14px;
   color: #000000;
   font-style: italic;
   xmargin-left: 22px;
}

@keyframes cambio {
	0% { margin-left: 0; }
	20% { margin-left: 0; }
	
	25% { margin-left: -100; }
	45% { margin-left: -100; }
	
	50% { margin-left: -200; }
	70% { margin-left: -200; }
	
	75% { margin-left: -300; }
	100% { margin-left: -300; }
}

.GAIRECVideoIntro {
	width: 100%;
}


/* Estilo de la galeria */
.galeria, .gallery_servicios {
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
		
.galeria, .gallery_servicios li {
	margin: 5px;
}
		
.galeria, .gallery_servicios img {
	/* original width: 150px y height: 100px */
	width: 250px;
	height: 125px;
	padding: 5px;
	filter: grayscale(100%);
	transition: 1s;
}

.gallery_servicios img:hover {
	filter: grayscale(0);
	transform: scale(1.1);
}


.gallery_servicios: h1{
	text-align: center;
	color: forestgreen;
	margin: 30px 0 50px;
	font-family: sans-serif;
}

.galeria_productos: h1{
	text-align: center;
	color: forestgreen;
	margin: 30px 0 50px;
	font-family: sans-serif;
}

.galeria_productos {
	margin: 10px 20px;
	align-content: center;
	
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
}

.galeria_productos img {
	width: 230px;
	padding: 5px;
	filter: grayscale(100%);
	transition: 1s;
}

.galeria_productos img:hover {
	filter: grayscale(0);
	transform: scale(1.1);
}


/* Servicios */

.main_servicios {
	width: 98%;
	xmax-width: 1500px;
	margin: auto;
	background: #fff;
	xpadding: 20px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	font-family: 'Montserrat';
}	
	
#seccionservicios {
	background-color: #ffffff;
    xbox-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	xwidth: 96%;
	xheight: 600px;
	xmax-height: 200%;
	xxmargin: auto;
	xtext-align: justify;
	xpadding: 0px 15px 0 15px;
	xmargin: 0px 60px 0 60px;
}
	
#seccionservicios h1 {
	font-size: 37px;
}

#seccionservicios p {
	font-size: 22px;
}

#seccionservicios .parrafo_imgs {
	font-size: 17px;
}

#seccionservicios {
	width: 100%;
	height: auto; /* 274px */
}

.img_servs {
	width: 50%;
	height: auto;  /* 274px */
}

/* galeria de servicios */
 .galeria_servicios {
	background: #ffffff;
    animation: 1s ease-out 0s 1 slideInFromTop;
	padding: 0px 15px 0 15px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	text-align: justify;
	width: 98%;
	xmargin: 0px 60px 0 60px;
	margin: auto;
	font-family: Montserrat, tahoma, verdana, arial;
}	
	
#servicios {
    animation: 1s ease-out 0s 1 slideInFromTop;
	padding: 0px 15px 0 15px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	text-align: justify;
	width: 96%;
	xmargin: 0px 60px 0 60px;
	margin: auto;
	font-family: Montserrat, tahoma, verdana, arial;
}

.span_images {
	display: inline-block;
}
	
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}


/* Barra Lateral */
.cuerpo {
	margin: -10px;
	width: 64px;
	position: fixed;
	z-index: 3000;
	top: 35%;
	right: -20px;
}

.cuerpo:img {
	width: 64px;
	max-width: 100%;
}

.icon {
	transition: 0.4s;
	width: 35px;
}

.icon:hover {
	transform: translateX(-5px);
}


/* texto sobre imagen en servicios */
.c-img {
	position: relative;
	display: flex;
	align-items: center;
}

/*
.c-img &:before, &:after {
	content: "";
	position: absolute;
}
*/

.txt {
	text-align: center;
	position: absolute;
	bottom: 0;
	margin: 0px 5px 0px;
	right: 0;
}
	
.c-img h1 {
	color: #fff;
	padding: 0px 0px;
	font-size: 22px;
}

.c-img p {
	color: yellow;
	padding: 5px 10px;
	font-size: 14px;
}

/* Ventana Modal para footer */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 80%;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(orange, brown);
	background: -webkit-linear-gradient(orange, brown);
	background: -o-linear-gradient(orange, brown);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #00d9ff;
}

/* Aviso Privacidad */
.aviso_privacidad {
	width: 98%;
	max-width: 3000px;
	margin: 0px 10px 0px 10px;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	font-family: 'Montserrat';
	text-align: justify;
	font-size: 22px;
}

/* Casos Históricos reformateado */

.casos_new {
	width: 100%;
	background-color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 1em;
	color: black;
}

.renglon {
	width: 98%;
	background-color: transparent;
	margin: 5px 5px 5px 5px;
	border-radius: 1em;
}

.columna {
	width: 122px;
	/* float: left; */
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	background-color: #f2f2f2;
	color: black;
	text-align: center;
	border:  3px;
	border-style: double;
	border-radius: 6px;
	border-color: #d4d4d4;
}

.lista_casos {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.columna:hover {
	transform: translateX(-2px);
	transform: translateY(-2px);
	transition: 0s;
	border-color: yellowgreen;
	background-color: rgba(0,0,0,0.2);
	color: darkgreen;
}


.columna:active {
	transform: translateX(-2px);
	transform: translateY(-2px);
	transition: 0s;
	border-color: yellowgreen;
	background-color: rgba(0,0,0,0.4);
	color: brown;
}

#contentcasos img {
	border-radius: 40px;
	border-style: inset; /* inset groove ridge outset */
	border-width: 7px;
	}



/* Slide Show container productos */
.slideshow-container {
	width: 1300px;
    max-width: 100%;
    position: relative;
	margin: auto; /* para centrar el contenedor de los slides */
}

.mySlides {
    display: none;
  	height: 100%;
  	xborder: solid 1px black;
}


.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-left: 5px;
	margin-right: 5px;
    color: #f2f2f2;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
	text-align: center;
	vertical-align: middle;
}

.next {
	width: 45px;
	height: 40px;
    right: 0px;
    border-radius: 7px 7px 7px 7px;
}

.prev {
	width: 45px;
	height: 40px;
    left: 0px;
    border-radius: 7px 7px 7px 7px;
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.5);
}


.text {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: transparent;
	border: solid 1px transparent;
	text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
}



.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px 10px 0;
    background-color: #fff; /* original #bbb */
    border-radius: 10%; /* 50% original (redondo) */
    display: inline-block;
    transition: background-color .6s ease;
	border: solid 1px rgba(0,0,0,0.2);
	xborder-color: red;
}

.active,
.dot:hover {
    background-color: rgb(0,0,0,0.2);
}


.youtube_video {
	width: 100%;
	max-width: 3000px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.75);
	font-family: 'Montserrat';
}





