@media only screen and (max-device-width: 600px) {
  body
body {
	/* Estilo de letra Helvetica Neue*/
	font-family:"Helvetica Neue", "Helvetica"; 
	/* font-family:"Poppins", helvetica-neue; */ 
	font-weight: normal;
	font-style: normal; 
	min-width: 300px;
	}
}

/* 
Colores utilizados 
	#FFFFFF	rgba(255, 255, 255, 1)
	#D5D5D5	rgba(213, 213, 213, 1)
	#5E5E5E	rgba(94, 94, 94, 1)
	#000000 rgba(0, 0, 0, 1)
	#0096FF rgba(0, 150, 255, 1)
	#0F64F0 rgba(15, 100, 240, 1)
	#0433FF rgba(4, 51, 255, 1)
*/

/* MOBILE for width 600px and shorter */ 
/* -- HEADER -- */

@media only screen and (max-device-width: 600px) {
  body
.header_top_area {
		left:0;
		right:0;
		top:0;
		width:100%;
		height:25px; 
		position:relative;
		background:url(../IMG/ImagenHEADERdevice.jpg);
		background-size:100%; 
		background-repeat:no-repeat;  
		background-attachment:scroll;
		background-position:center 0px;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.header {
	position: -webkit-sticky; /* Safari */
	position: sticky;
 	top: 0;	
 	z-index: 2;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.header_main_area {
	left:0; 
	right:0; 
	width:100%;
	padding-left:0em;
	padding-right:0em;  
	float:left;
 	background-color: rgba(255, 255, 255, 0.8);
 	display:inline; 
	}
}

@media only screen and (max-device-width: 600px) {
  body
.header_logo img {
	height:22%;
	max-height:130px; 
	width:auto; 
	float:left;
	margin-top:0.1em;
	margin-bottom:0.1em;
	padding-left:0em; 
	border-radius:5px;  		 
	}
}

@media only screen and (max-device-width: 600px) {
  body
.container_iconmenu {
	display:block;  
	cursor: pointer; 
	margin:1.8em;
	padding-top:1em; 
	padding-bottom:1em;   
	}
}

@media only screen and (max-device-width: 600px) {
  body
.bar1, .bar2, .bar3 {
	width: 40px;
	height: 6px;
	background-color: #0F64F0;
	margin: 7px 0;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.change .bar1 {opacity: 1;
	-webkit-transform: rotate(-45deg) translate(-8.5px, 9.5px);
	transform: rotate(-45deg) translate(-8.5px, 9.5px);
	}
.change .bar2 {opacity: 0.0;
	}
.change .bar3 {opacity: 1;
	-webkit-transform: rotate(45deg) translate(-9px, -10px);
	transform: rotate(45deg) translate(-9px, -10px);
	}
}

@media only screen and (max-device-width: 600px) {
  body
.menuiconmobile {
	float:left; 
	position: relative;
	display: inline-block;
	padding-left:3em;
	padding-right:3em;
	z-index:3;   
	}
}

@media only screen and (max-device-width: 600px) {
  body
.menuiconmobile #DropdowContent {
	display: none;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.dropdown_content { /* Dropdown Content (Hidden by Default) */
	display: none;
	position: absolute;
	margin-left:-3em;  
	background-color: rgba(15, 100, 240, 0.95);
	min-width: 1100px;
	z-index: 3;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.dropdown_content a { /* Links inside the dropdown */
	color: #FFFFFF;
	font-size:3em; 
	font-weight:350;
	padding: 12px 16px;
	padding-left:2em; 
	text-decoration: none;
	display: block; 
	border-bottom: 2px solid #FFF;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.dropdown_content a:hover { /* Change color of dropdown links on hover */
	color: #0F64F0;
	background-color: #FFFFFF;
	}
}

/*
@media only screen and (max-device-width: 600px) {
  body
.menuiconmobile:hover .dropdown_content { /* Show the dropdown menu on hover 
	display: block;
	}
}
*/ 

@media only screen and (max-device-width: 600px) {
  body
.header_container {
	display:none;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.header_container a {
	color:#0F64F0;
	font-size:2.0em; 
	text-decoration:none;
	font-weight:400;
	vertical-align:middle;
	margin-top:0.2em;
	margin-bottom:0.2em;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.header_container a:hover {
	color:#0096FF;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.container_menu {
	float:left; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.menu {
	display:table;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.menu li {
	list-style:none;
	display:table-cell;
	vertical-align:middle;
	padding-left:0.5em;
	padding-right:1.0em;   
	}	
}

@media only screen and (max-device-width: 600px) {
  body 
.home {
	padding-left:0.5em; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.container_contacto {
	padding-right:4.0em; 
	float:right; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.container_contacto a { 
	color:#0F64F0;
	font-size:1.3em; 
	text-decoration:none;
	font-weight:400;
	vertical-align:middle;
	margin-top:0.2em;
	margin-bottom:0.2em;  	
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.container_contacto a:hover {
	color:#0096FF;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.menu_contacto li {
	list-style:none;
	float:right;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.menu_mail {
	padding-left:1.0em; 
	padding-right:0.8em; 
	vertical-align:middle;	
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.menu_rrss { 
	padding-left:0.8em; 
	padding-right:1.0em;
	vertical-align:middle; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.mobile_contacto {
	float:right;
	display:inline;
	padding-right:3em; 
	padding-top:1.3em;
	padding-bottom:1.3em;   
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.mobile_contacto a {
	color:#0F64F0;
	font-size:2.8em; 
	text-decoration:none;
	font-weight:400;
	vertical-align:middle;
	margin-top:0.2em;
	margin-bottom:0.2em;  	
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.mobile_contacto a:hover {
	color:#0096FF;
}


/* MOBILE for width 600px and shorter */ 
/* -- MAIN -- */

.wrapper {
	clear:both; 
}

@media only screen and (max-device-width: 600px) {
  body 
.claveAzul {
	color:#0F64F0; 
  	font-weight:300;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.claveCeleste {
	color:#0096FF; 
  	font-weight:300;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.claveOracion {
	text-transform:capitalize; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.claveSubtitulo {
	font-size:2.2em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.boldblog {
	font-weight:400; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.italicblog {
	font-style:italic;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.inicio_area {
	left:0;
	top:0;
	width:100%; 
	position:relative;
	background:url(../IMG/ImagenINICIOdevice.jpg);
	background-size:100%; 
	background-repeat:no-repeat;  
	background-attachment:scroll;
	background-position:center 0px;
	display:table; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.inicio_titulo {
	background-color:rgba(255, 255, 255, 0.7);  
	padding-top:1.5em;
	padding-bottom:1.5em;
	padding-left:4em;
	padding-right:4em;
	text-align:center;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.inicio_titulo h2 {
	color:#5E5E5E; 
	font-size:3.6em;
  	font-weight:200;
  	display:inline;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.inicio_titulo h4 {
	color:#5E5E5E; 
	font-size:1.3em;
	font-weight:250;
	text-transform:uppercase; 
	display:inline;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_area {
	left:0;
	top:0;
	position:relative;
	width:100%; 
	text-align:center;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_titulo {
	left:0;
	position:relative;
	padding-top:4em;
	padding-bottom:2em; 
	} 
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_titulo h3 { 
	color:#0F64F0; 
	font-size:6.2em;
  	font-weight:350;
  	letter-spacing:-0.05em; 
  	padding-left:2em;
  	padding-right:2em;  
  	display:inline;
  	margin:0; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_creemos {
	padding-top:1em;
	padding-bottom:1em;
	padding-left:2em;
	padding-right:2em;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_creemos h5 {
	color:#5E5E5E;
	font-size:2.0em;
	font-weight:400;
	text-transform:uppercase; 
	display:inline;	
	margin-top:0;
	margin-bottom:0;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_creemos p {
	color:#5E5E5E;
	font-size:1.8em;
	font-weight:300;
	display:inline;
	margin-top:0;
	margin-bottom:0;
	margin-left:2em;
	margin-right:2em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_valores h5 {
	color:#5E5E5E; 
	font-size:2.0em;
	font-weight:400;
	text-transform:uppercase; 
	background-color:rgba(255, 255, 255, 0.8);
	margin:0;
	padding-top:2em; 
	padding-bottom:1em; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.valores_cuadro {
	background:url(../IMG/imagenVALORESdevice.jpeg);
	background-size:100%; 
	background-repeat:no-repeat;  
	background-attachment:scroll;
	background-position:center 0px;
	display:inline-block;
	padding-top:0em;
	padding-bottom:0em; 
	padding-left:2em;
	padding-right:2em;
	padding-top:2em; 
	padding-bottom:2em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.block_valor {
	display:inline-block;
	width:70%;
	margin-bottom:1em; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.block_valor img {
	width:100%;
	height:auto; 
	border-radius:10px; 
	}	
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_somos {
	padding-top:2.5em;
	padding-bottom:2.5em; 
	margin-bottom:2.5em; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_somos h5 {
	color:#5E5E5E; 
	font-size:2.0em;
	font-weight:400;
	text-transform:uppercase; 
	display:inline;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.nosotros_somos p {
	color:#5E5E5E;
	font-size:1.8em;
	font-weight:300;
	margin-left:2em;
	margin-right:2em;
	}
}


@media only screen and (max-device-width: 600px) {
  body 
.servicios_area {
	left:0;
	top:0;
	position:relative;
	width:100%; 
	text-align:center;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_titulo {
	left:0;
	position:relative;
	padding-top:4em;
	padding-bottom:2em; 
	} 
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_titulo h3 { 
	color:#0F64F0; 
	font-size:6.2em;
  	font-weight:350;
  	letter-spacing:-0.05em; 
  	display:inline;
  	margin:0; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_hacemosimagen {
	background:url(../IMG/ImagenServiciosInicialdeviceDelgada.jpg);
	background-size:100%; 
	background-repeat:no-repeat;  
	background-attachment:scroll;
	background-position:left 0px;
	object-fit: cover;
	padding:0em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_hacemosfondo {
	padding:0em; 
	background-color:rgba(255, 255, 255, 0.85);
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_hacemos {
	padding-top:3em;
	padding-bottom:1em;
	padding-left:6em;
	padding-right:6em;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_hacemos h5 {
	color:#5E5E5E;
	font-size:1.8em;
	font-weight:400;
	text-transform:uppercase; 
	display:inline;	
	margin-top:0;
	margin-bottom:0;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_hacemos p {
	color:#5E5E5E;
	font-size:1.8em;
	font-weight:300;
	display:inline;
	margin-top:0;
	margin-bottom:0;
	margin-left:2em;
	margin-right:2em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_uppha {
	padding-top:3em;
	padding-bottom:1em;
	padding-left:6em;
	padding-right:6em;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_uppha h5 {
	color:#5E5E5E;
	font-size:1.8em;
	font-weight:400;
	text-transform:uppercase; 
	display:inline;	
	margin-top:0;
	margin-bottom:0;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_uppha p {
	color:#5E5E5E;
	font-size:1.8em;
	font-weight:300;
	display:inline;
	margin-top:0;
	margin-bottom:0;
	margin-left:2em;
	margin-right:2em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_resumenservicios {
	height:0px;
	visibility: hidden;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_resumenserviciosmobile {
	visibility: visible;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_resumenserviciosmobile {
	height:155em;
	padding-left:2em;
	padding-right:2em;
	padding-top:1em;
	padding-bottom:1em;  
	margin:auto;
}

@media only screen and (max-device-width: 600px) {
  body
.servicios_resumenserviciosmobile p {
	color:#5E5E5E;
	font-size:1.4em;
	font-weight:300;
	margin-top:0;
	margin-bottom:0;
	margin-left:2em;
	margin-right:2em;
	}
}

@media only screen and (max-device-width: 600px) {
  body
.servicios_resumenserviciosmobile i {
	color:#0096FF;
	font-size:3.5em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_mejoraprocesosmobile { 
	height:46em;
	position:relative;
	top:0em;
	vertical-align:top;
	background-color:rgba(255, 255, 255, 0);
	border-radius:5px;  		 
	width:90%; 
	margin-left:auto;
	margin-right:auto; 
	margin-top:0.5em;   
	margin-bottom:6.5em;  
	}
}

/*
@media only screen and (max-device-width: 600px) {
  body 
.servicios_mejoraprocesos:hover .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	}
}
*/

@media only screen and (max-device-width: 600px) {
  body 
.servicios_automatizacionestandarmobile {
	height:46em;
	position:relative;
	top:0em;
	vertical-align:top;
	background-color:rgba(255, 255, 255, 0);
	border-radius:5px;  		 
	width:90%; 
	margin-left:auto;
	margin-right:auto;
	margin-top:6.5em;   
	margin-bottom:6.5em;  
	}
}

/*
@media only screen and (max-device-width: 600px) {
  body 
.servicios_automatizacionestandar:hover .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	}
}
*/

@media only screen and (max-device-width: 600px) {
  body 
.servicios_automatizacionavanzadamobile {
	height:46em;
	position:relative;
	top:0em;
	vertical-align:top;
	background-color:rgba(255, 255, 255, 0);
	border-radius:5px;  		 
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:6.5em;   
	margin-bottom:0.5em;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_subtituloimagen_backmobile {
	margin-top:1.5em;   
	margin-bottom:1.5em;  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.servicios_subtitulotexto_backmobile p {
	font-size:3.0em;
	vertical-align: center;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.flip-card-backmobile {
	height:45em;
	position:relative;
	top:0em;
	vertical-align:top;
	background-color:rgba(255, 255, 255, 0.5);	
	border-radius:5px;  		 
	padding-top:2.5em;
	padding-bottom:2.5em; 
	width:100%; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.comencemos {
	padding-top:2em;
	padding-bottom:2em;
	background-color:rgba(0, 150, 255, 1);  
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.comencemos h3 { 
	font-size:6.2em;
  	font-weight:350;
  	letter-spacing:-0.05em; 
  	display:inline;
  	margin:0; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.comencemos a {
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	}
}

/* MOBILE for width 600px and shorter */ 
/* -- SIDE BAR -- */
@media only screen and (max-device-width: 600px) {
  body 
.conversemos_sidebar {
	background-color:#0F64F0; 
	position:absolute;
	position:fixed;
	height:5.5em;
	width:34.0em;
	bottom:1.0em;
	right:2.0em;
	border-radius:40px;   
	z-index:1; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.conversemos_sidebar a {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left:1.4em;
	padding-right:1.4em;
	color:#FFFFFF;
	text-decoration:none;
	font-size:3.0em; 
	}
}


/* MOBILE for width 600px and shorter */ 
/* -- FOOTER -- */ 
@media only screen and (max-device-width: 600px) {
  body 
.footer_area {
	left:0;
	right:0;
	width:100%;
	bottom:0;
	position:relative;
	color:#5E5E5E;
	font-size:1.8em;
	border-top:1px solid rgba(94, 94, 94, 0.2); 
	padding-top:2.5em;
	padding-left:0.0em;
	padding-right:0.0em;
	padding-bottom:0.5em;   
	margin:0; 
	clear:both;	
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.footer_contact {
	left:0;
	width:100%;
	top:0;
	position: relative;
	padding-left:0em;
	padding-right:0em;
	}
}

.footer_contact a {
	color:#5E5E5E;
	text-decoration:none;
	margin:0; 
	}

@media only screen and (max-device-width: 600px) {
  body 
.footer_contact li {
	left:0; 
	width:85%; 
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-left:1.5em;
	padding-right:0em; 
	margin:0; 
	list-style:none;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.footer_contact i {
	margin-right:2.5em; 
	}
}

.footer_contact i:hover {
	color:#0096FF;
	}

.footer_contact a:hover {
	color:#0096FF;
	}

@media only screen and (max-device-width: 600px) {
  body 
.footer_image img {
	height:22%;
	max-height:100px; 
	width:auto; 
	max-height:110px; 
	margin:0.2em auto;
	display:block;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.footer_copyright {
	text-align:center;
	padding-left:1em;
	padding-right:1em;  
	padding-bottom:1em;
	font-size:1em;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.fotter_bottom_area {
	left:0;
	right:0;
	top:0;
	width:100%;
	height:25px; 
	position:relative;
	background:url(../IMG/ImagenFOOTERdevice.jpg);
	background-size:100%; 
	background-repeat:no-repeat;  
	background-attachment:scroll;
	background-position:center 0px;
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.copyright_separador {
	display:none; 
	}
}

@media only screen and (max-device-width: 600px) {
  body 
.copyright_salto {
	display:block; 
	}
}