* {
	margin:0;
	padding:0;
}

body {
	background:#FFFFFA;
	--alquimia-color: #047464;
	font-family: arial;
}

header {
  width: 100%;
 /* position: fixed;
  z-index: 1;*/
}

/*.contenedor-global {
  position: absolute;
  margin-top: 50px;
}*/

header nav {
	width:90%;
	max-width:1100px;
	margin:20px auto;
	background:white;

}
nav span img {
	width: 200px;
	border-top: 20px;
}

.imginline {
	display: inline-block;
	height: 40px;
}

.menu_bar {
	display:none;
}

header nav ul {
	overflow:hidden;
	list-style:none;

}

header nav ul li {
	float:left;

}

header nav ul li a {
	padding-right:5px;
	padding-left:20px;
	display:block;
	text-decoration:none;
	border-right: solid;
	color: black;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	color: var(--alquimia-color) ;
}

.carrusel {
	width: 100%;
}

.carrusel img{
display:block;
margin:auto;
width: 75%;
}

.contacto-tel {
	margin-right:auto;
	margin-left: auto;
	margin-top: 15px;
	width: 75%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.info-contacto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container-nosotros {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: #dfe0e1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: normal; 
}

  .container-nosotros .nosotros-titulo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
}

  .container-nosotros h2 {
    color: var(--colorAlquimia); 
}

  .container-nosotros .nosotros-txt {
    width: 45%;
    height: 50%;
    font-size: 28px; 
}
    .container-nosotros .nosotros-txt span {
      color: var(--alquimia-color); 
  }

  .container-nosotros img {
    margin: 40px; 
}


.servicios-productos {
	width: 75%;
	height: 300px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	background-image: url("../img/servicios-productos.PNG"); 
	color: white;
}

.servicios-productos div {

	margin: 10px;
}



 .btn-prod-serv {
    align-self: flex-end; 
}


    .servicios-productos .btn-prod-serv button {
      background: green;
      color: #fff;
      padding: 10px 10px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      border-radius: 10px; 
  }




.separador {
  margin: auto;  
  margin-top: 20px;
  margin-bottom: 20px;
  background: grey;
  width: 75%;
  height: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center; }

.servicios-integrales {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .servicios-integrales .grafica {
    width: 40%; }
    .servicios-integrales .grafica img {
      width: 100%; }

.descripcion-alquimia {
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal; }
  .descripcion-alquimia img {
    width: 25%;
    align-self: center;
    margin: 10px; }
  .descripcion-alquimia span {
    color: var(--alquimia-color); }
  .descripcion-alquimia div {
    text-align: center;
    color: var(--alquimia-color);
    font-size: 25px; }


.servicio-integral {
width: 75%;
margin: auto;
  height: 300px;
  background-image: url("../img/fondo_verde.jpg");
  display: flex;
  justify-content: center;
  align-items: center; }
  .servicio-integral img {
    width: 30%; }



.politica {
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  background-image: url("../img/imagen_home_dr2.jpg");
  background-repeat: no-repeat;
  background-size: 100%; 
}
  .politica .politica-txt {
  	width: 50%;
    height: 70%;
  	margin: 20px;
  	color: #047464;
    font-size: 25px;
  	display: flex;
    flex-direction: column;
    align-self: flex-end;
    justify-content: flex-start;
}
    .politica .politica-txt span {
      font-weight: bold; }
    .politica .politica-txt p {
      font-weight: normal; }

  .politica .excelencia-txt {
    /* esta propiedad es nueva*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white; 
    padding: 10px;
    background: rgb(0, 127, 63, 0.67);

}

    .politica .excelencia-txt p {
      /* esta propiedad es nueva*/
      font-size: 30px;
      font-weight: normal;
      margin: 0px; }
    .politica .excelencia-txt h2 {
      /* esta propiedad es nueva*/
      font-size: 30px;
      margin: 0px; }
    .politica .excelencia-txt span {
      /* esta propiedad es nueva*/
      font-size: 35px;
      font-weight: bold;
      color: white; }


.container-proyects {
	width: 75%;
	margin: auto;
	margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 20px; }
  .container-proyects h2 {
    margin: 20px;
    align-self: flex-start;
    color: grey;
    text-decoration: underline;
    text-decoration-color: #047464;
    font-weight: normal; }
  .container-proyects span {
    font-weight: bold;
    color: grey; }






.formulario {
width: 75%;
margin: auto;
margin-bottom: 10px;
display: flex;
flex-direction: row;
background: #cac8cb; 
}

.oficinas {
  margin-right: 5%;
  margin-left: 5%;
  width: 90%;
  padding: 0px;
  background: #cac8cb;
  display: flex;
  flex-direction: column; }

.container-direccion-contacto {
  display: flex;
  flex-direction: row;
  margin: 30px;
  width: 100%; }

.oficinas-corporativas, .oficinas-reginoales {
  border-left: 2px solid #000000;
  width: 50%;
  margin: 10px;
  padding: 10px; }

.oficinas-corporativas p, .oficinas-reginoales p {
  margin: 0px; }

.servicios-clientes {
  display: flex;
  flex-direction: column;
  margin-left: 30px; }

.contacto {
  margin-top: 30px;
  color: #047464; }

.formulario-datos {
  margin: 20px;
  padding: 10px;
  border-left: 2px solid #000000; 
  font-size: 15px;

}



.titulos {
	width: 75%;
margin: auto;
margin-top: 60px;
margin-bottom: 60px;
}


.galeria-servicios{
	display: flex;
	flex-direction: row;
	width: 70%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.galeria-servicios img{
	margin-top: 30px;
}

.galeria-productos{
	display: flex;
	flex-direction: row;
	width: 75%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}


.galeria-productos img{
	margin-top: 30px;
}

.pleca-verde {
  width: 75%;
  height: 20px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
  background: var(--alquimia-color) ;
}













@media screen and (max-width:800px ) {


li a {
	color: white;
}
	nav {
	font-size: 14px;
}

	.menu_bar img {
		width: 200px;
	}

	nav img {
		display: none;
	}

	header nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
		position: fixed;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

	ul li a {
		margin: 10px;
	} 

ul {
background: var(--alquimia-color) ;
height: 800px;
margin: 0px;
}


	.menu_bar {
		display:block;
		width:100%;
		background:var(--alquimia-color);
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background: var(--alquimia-color) ;
		color:white;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}

	nav a {
		background: var(--alquimia-color) ;
	}

	.texto_lista{
		color: red;
	}

.carrusel {
	margin-top: 10px;
	margin-bottom: 10px;
}

.carrusel img{
width: 90%;
}

.contacto-tel {
	flex-direction: column;
	align-items: center;
}





.container-nosotros {
  width: 95%;
  flex-direction: column;
  align-content: flex-start;
}

  .container-nosotros .nosotros-titulo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
}

  .container-nosotros .nosotros-txt {
  	margin: 15px;
    width: 90%;
    height: 50%;
    font-size: 25px; 
}

  .container-nosotros img {
    margin: 5px; 
}


.servicios-productos {
	width: 95%;
	height: 500px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-image: url("../img/green_background.png"); 
	color: white;
}

.servicios ul, .productos ul {
	height: 150px;
	align-self: center;
	margin: 10px;

}

.servicios {
	width: 80%;
	height: 200px;
}

.productos {
	width: 80%;
	height: 150px;
}

.servicios h2, .productos h2{
	text-align: center;
	
}

.btn-prod-serv {
	align-self: center;
}

.separador {
	width: 95%;
}



.servicios-integrales {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .servicios-integrales .grafica {
    width: 100%; }
    .servicios-integrales .grafica img {
      width: 100%; }


.servicios-integrales-titulo {
	width: 95%;
	display: flex;
	justify-content: center;
}

.servicios-integrales-titulo img{
	width: 80%;
	
}


.descripcion-alquimia {
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal; }
  .descripcion-alquimia img {
    width: 80%;
    align-self: center;
    margin: 10px; }
  .descripcion-alquimia span {
    color: var(--alquimia-color); }
  .descripcion-alquimia div {
    text-align: justify;
    color: var(--alquimia-color);
    font-size: 15px; }


.servicio-integral {
width: 95%;
margin: auto;
margin-top: 10px;
height: 400px;
 
  background-image: url("../img/green_background.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .servicio-integral img {
  	margin: 10px;
    width: 70%; }





.politica {
  width: 95%;
  margin: auto;
  display: flex;
  flex-direction: column;
  background-image: url(" ");
  background-repeat: no-repeat;
  background-size: 100%; 
}
  .politica .politica-txt {
  	width: 80%;
    height: 70%;
  	margin: 20px;
  	color: #047464;
    font-size: 20px;
  	display: flex;
    flex-direction: column;
    align-self: flex-end;
    justify-content: flex-start;
}
    .politica .politica-txt span {
      font-weight: bold; }
    .politica .politica-txt p {
      font-weight: normal; }

  .politica .excelencia-txt {
    /* esta propiedad es nueva*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white; 
    padding: 10px;
    background: rgb(0, 127, 63, 0.67);

}

    .politica .excelencia-txt p {
      /* esta propiedad es nueva*/
      font-size: 20px;
      font-weight: normal;
      margin: 0px; }
    .politica .excelencia-txt h2 {
      /* esta propiedad es nueva*/
      font-size: 20px;
      margin: 0px; }
    .politica .excelencia-txt span {
      /* esta propiedad es nueva*/
      font-size: 20px;
      font-weight: bold;
      color: white; }



.container-proyects {
	width: 90%;
	margin: auto;
	margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 20px; 
text-align: center;}

  .container-proyects h2 {

  font-size: 25px; 
}

.proyects1, .proyects2 {
	display: flex;
	flex-direction: column;
	justify-content: center;

}



 .formulario {
width: 95%;
margin: auto;
margin-bottom: 10px;
display: flex;
flex-direction: column;
background: #cac8cb; 
}

.oficinas {

  width: 90%;
  padding: 0px;
  background: #cac8cb;
  display: flex;
  flex-direction: column; }

.container-direccion-contacto {
  display: flex;
  flex-direction: column;
  margin: 0px;
  width: 90%; }

.oficinas-corporativas, .oficinas-reginoales {
  border-left: 2px solid #000000;
  width: 100%;

  padding: 10px; }

.oficinas-corporativas p, .oficinas-reginoales p {
  margin: 0px; }

.servicios-clientes {
  display: flex;
  flex-direction: column;
  margin-left: 0px; 
  text-align: center;
}

.servicios-clientes h2{
	color: var(--alquimia-color);
}

.servicios-clientes p{
	font-size: 14px;
}

.contacto {
  margin-top: 30px;
  color: #047464; 
text-align: center;}


.formulario-datos {
  margin: 20px;
  padding: 10px;
  border-left: 2px solid #000000; 
  font-size: 15px;

}

.titulos {
	width: 80%;
}

.titulos img{
	width: 100%;
}

header nav ul li a {

	color: white;
}

body{
	margin-top: 0px;
}

header{
	position: static;
}

.galeria-productos, .galeria-servicios{

  justify-content: center;

}


}