
.somos_global{
   /* transform: translate(-50%, -50%) scale(1);*/
	padding-top:1em;
	width:98%;
	height:95%;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	/*display:block;*/
	line-height: 1.2em;
	animation-name: example;
    animation-duration: 1.3s;
    /*animation-delay: 2s;*/
	overflow:scroll;
	
 }

.cerrar-ventana{
  background:#fff;
  width:96%;
  height:15px;
  color: #fff;
  padding: 5px 5px ;
  height:30px;
  text-align:right;
}

.cerrar-ventana input[type="button"]{
  background:red;
  color:#fff;
  width:7rem;
  border-radius:15px;
  }
  
.cerrar-ventana input:hover{
 font-size:1rem;
 cursor:pointer;
 border-radius:15px;
 background-color:#A93226;
 color:#fff;
 text-shadow: black 0.1em 0.1em 0.2em;
 
}
  
@keyframes example {
  100% {
    transform: rotateX(360deg);
	
  }
}

.somos_global-dos{
	padding-top:1em;
	width:98%;
	height:90%;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	/*display:block;*/
	line-height: 1.2em;
	animation-name: example-dos;
    animation-duration: 2s;
    /*animation-delay: 2s;*/
	overflow:scroll;
}

@keyframes example-dos {
  100% {
    transform: rotatey(360deg);
  }
}

.contenedor_s{
	padding-top:2px;
	width:70%;
	height:93%;
	background-color:#F2f2f2;
	color:black;
	font-size:1.3em;
	margin-left:5px;
	padding-left:5px;
	float:left;
	text-align:justify;
}
.contenedor_s h1,
.contenedor_clientes h1,
.contenedor_correo h1{
  color: #000 ;
  text-shadow: gray 0.1em 0.1em 0.2em;
  text-align:center;
}

.contenedor_correo{
	padding-top:2px;
	width:70%;
	height:99%;
	background-color:#F2f2f2;
	color:black;
	font-size:1em;
	margin-left:5px;
	padding-left:5px;
	float:left;
	text-align:justify;
}

.contenedor_clientes{
	padding-top:2px;
	width:60%;
	height:100%;
	background-color:#F2f2f2;
	color:black;
	font-size:1em;
	margin-left:5px;
	padding-left:5px;
	float:left;
	text-align:justify;
}

.btn{
 background-color:red;
 color: #fff;
 font-size:20px;
 padding: 5px 7px;
 z-index:1000;
 margin-left:47rem;
 border-radius:15px;
 text-decoration:none;
}

.btn:hover{
background-color:#000;
}

.contenedor_b{
	padding-top:2px;
	width:25%;
	height:25%;
	background-color:white;
	color:white;
	margin-left:5px;
	padding-left:5px;
	float:left;
	margin-bottom:2rem;
}
.contenedor_ubicacion{
	padding-top:2px;
	width:27%;
	height:99%;
	/*background-color:#A3E4D7;*/
	background-color:#D6EAF8;
	color:white;
	margin-left:5px;
	padding-left:5px;
	float:left;
	margin-bottom:2rem;
}

.certificados{
    background-color:#fff;
    margin-top:3rem;
	padding-top:2px;
	width:27%;
	height:300px;
	color:#000;
	margin-left:1px;
	padding-left:1px;
	float:left;
	overflow:hidden;
}
.certificados img{
  left:1px;
  width:47%;
  height:45%;
  padding-right:2px;
  margin:auto;
  float:left;
}

.certificados img:hover{
  cursor:pointer;
}

/* mis servicios*/

.mis-servicios{
    background-color:#fff;
    margin-top:0.1rem;
	padding-top:2px;
	width:100%;
	height:300px;
	color:#000;
	margin-left:1px;
	padding-left:1px;
	float:left;
	overflow:hidden;
}
.mis-servicios img{
  left:1px;
  width:48%;
  height:45%;
  padding-right:2px;
  margin:auto;
  float:left;
}
.mis-servicios img:hover{
  cursor:pointer;
}

.texto-color{
 background-color:#CEFFF9;
 color:#000;
 font-family:arial;
 font-size:13px;
  box-shadow:0 0 0 1px #000,
            0 0 0 2px #ccc,
			0 5px 10px #000;
}

.texto-color-dos{
 background-color:#fff;
 color:#000;
 font-family:arial;
  font-size:17px;
  box-shadow:0 0 0 0px #000,
            0 0 0 2px #ccc,
			0 5px 10px #000;
}
.clientes-logo{
  margin-top:0.5em;
  color:#000;
  
}

.clientes-logo img{
   width: 40%;
   height: 50%;
   padding-right:5px;
}
.clientes-logo .clientes-ran{
  width:435px;
  height:435px;  
  overflow:scroll;
}
.clientes-ran img{
   width: 30%;
   height: 25%;
   padding-right:5px;
   cursor:pointer;
}
.contenedor_correo img{
  border-radius:90%;
}
.correo-ubicacion{
 /*background:blue;*/
  margin-top:0.5em;
  color:#000;
  height:98%;
}

.correo-ubicacion img{
   width: 100%;
   height: 40%;
   padding-right:5px;
}

#slideshow_container {
	width: 300px;
	margin: auto;
	overflow: hidden;
}

#slideshow_container ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: cambio 15s infinite alternate linear;
}

#slideshow_container li {
	width: 100%;
	list-style: none;
}

#slideshow_container img {
	/*width: 100%;*/
	width:590px;
	height:240px;
	position:center;
}

@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%;}
}


.formulario-mail{
 margin-top: 2rem;
 background-color:rgba(133, 193, 233,0.5);
 width:99%;
 height:67%;
 text-align:left;
 justify-content:left !important;
}

.vacancias{
background-color:#BFC9CA;
}

.vacancias  h1{
  color: #000 ;
  text-shadow: gray 0.1em 0.1em 0.2em;
  text-align:center;
  padding-top:3px;
}

.vacancias .formulario-mail{
 margin-top: 2rem;
 background-color:rgba(213, 245, 227 ,0.5);
 width:99%;
 height:67%;
 text-align:left;
 justify-content:left !important;
}

.vacancias .formulario-mail h2{
  color: #000 ;
  text-shadow: gray 0.1em 0.1em 0.2em;
}

.vacancias img{
  width:150px;
  height:150px;
}

.vacancias textarea,
.vacancias input[type="email"],
.vacancias input[type="text"]{
  width:90%;
}

.vacancias textarea{
  height:5rem;
  max-width:90%;
  min-width:90%;
  max-height:7rem;
}

.vacancias input[type="file"]{
 background-color:#fff;
 cursor:pointer;
 height:22px;
}

.formulario-mail h2{
  color: #fff ;
 /*text-shadow: 0.1em 0.1em 0.2em #fff ;  */
  text-shadow: black 0.1em 0.1em 0.2em;
  /*text-shadow:  1px 1px white, -1px -1px;*/
}

.formulario-mail .form-contacto{
 margin-top: 1.5rem;
 margin-left:7em;
 
}

.botonera{
  background:#E9F7EF;
  color: #fff;
  padding: 5px 10px ;
  height:30px;
  display:flex;
}

.botonera input{
 width:15px; 
 margin-left: 5em;
 font-size: 17px;
 border-radius:10px;
 text-shadow: white 0.1em 0.1em 0.2em;
}
.botonera input[type="reset"],
.botonera input[type="submit"],
.botonera input[type="button"]{
  background:#2E4053;
  color:#fff;
  width:7rem;
  
}
.botonera input:hover{
 cursor:pointer;
 border-radius:15px;
 background-color:#A93226;
 color:#fff;
 text-shadow: black 0.1em 0.1em 0.2em;
 
}

.formulario-mail .form-contacto label{
  width:50px;
  color: #000;
  font-size:20px;
}
.form-contacto input{
  width: 84%;
  height:20px;
  border:none;
}

@media screen and (max-width: 900px){
       .certificados, .mis-servicios{
	        width:20%;
		    height:20%;
	   }
		.certificados img{
		  left:1px;
		  width:15%;
		  height:15%;
		  padding-right:2px;
		 /* margin:auto;*/
		  float:left;
		}

}
