﻿/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
	Modified by ACOVIS
*/

/* em --> Relative to the font-size of the element (2em means 2 times the size of the current font)
	como el tamaño de la fuente base es 10pt
	1 em = 10pt  // 2em = 20pt

	1 point = 1.333333 px  ===> 10pt = 13.3333333333
 */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style:none;
}
blockquote, q
{
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content:'';
	content:none;
}
:focus
{
	outline:0;
}
ins
{
	text-decoration:none;
}
del
{
	text-decoration:line-through;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}

/* ************************************************************************** */
/* ACOVIS STYLES */

* {
  box-sizing: border-box;
}

#row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  background: #fff url('../images/background/a3.gif') top left repeat-x;
}

/* //////////////////// HTML                             //////////////////// */
html
{
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 10pt;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

table
{
	width: 98%;
	border: dotted 1px #cacaca;
	margin-left: 5px;
}

table th
{
	padding: 5px;
}

table td
{
	padding: 5px;
}

/* //////////////////// Header                           //////////////////// */

#header
{
	background: #FFFFFF top right no-repeat;
	margin-left: 5px;*/
}

#header img	/* ACOVIS Logo */
{
	width:187px;
	height:64px
}

/* ////////// Menu top ////////// */

nav
{
	background-color: #C00000;
	float: right;
	width: 40px;
	height: 40px;
	margin: 20px 10px 0px 0px;
}

#menuToggle
{
	display: flex;
	flex-direction: column;
	position: relative;
	top: 10px;
	left: 5px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input
{
	display: flex;
	width: 10px;
	height: 10px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;

  -ms-transform: scale(4);
  -moz-transform: scale(4);
  -webkit-transform: scale(4);
  -o-transform: scale(4);
}

#menuToggle span
{
	display: flex;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	position: relative;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 0px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}

#menuToggle span:first-child
{
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
	opacity: 1;
	transform: rotate(45deg) translate(3px, -5px);
	background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
	transform: rotate(-45deg) translate(2px, 5px);
}

#menuToggle ul
{
	display: none;
}

#menuToggle input:checked ~ ul
{
	position: absolute;
	display: initial;
	width: 250px;
	box-shadow: 0 0 10px #85888C;
	margin: 35px 0 0 40px;
	padding: 20px;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	transform: none;
}

#menuToggle li
{
	padding: 7px;
	transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menuToggle a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: 400;
	font-size: 1.0em;
}

#menuToggle li a:hover
{
	padding: 5px;
	background: #FFFFFF url('../images/background/a4.gif') bottom left repeat-x;
	color: #fff;
}

#menutop1
{
	float: right;
/*	position: absolute;
	width: 800px;
	height: 90px;
	top: 00px;
	margin: 0px 0px 0px 300px; */
	padding: 10px 20px 0px 0px;
	background: #ffffff top left repeat-x;
}

#menutop1-icon
{
	display:inline-block;
	width: 40px;
	height: 40px;
	background: #C00000 url('../images/icons/menu.png') center;
}

#menutop1 a:hover#menutop-icon
{
	background-color: #880000;
	border-radius: 4px 4px 0 0;
}

#menutop1 ul, #menutop:active ul
{
	list-style: none;
	display: none;
	width: 70%;
	position: absolute;
	top: 60px;
	right: 20px;
/*	margin-left: 0px; */
	border: 3px solid #C00000;
	padding: 0px;
	background: #fff;
	border-radius: 4px 0 4px 4px;
}

#menutop1 li
{
	display: inline-block;
	float: left;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #C00000;
	padding: 5px;
	text-align: left;
}

#menutop1 a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	font-size: 1.0em;
}

#menutop1 li a:hover
{
	background: #FFFFFF url('../images/background/a4.gif') bottom left repeat-x;
	color: #fff;
}

#menutop1:hover ul
{
	display: block;
}

/* ////////// Lateral Menu ////////// */
/* No aplica para version mobile */

/* //////////////////// Primary Content                  //////////////////// */

#primaryContent
{
	width: 100%;
}

#primaryContent h2
{
	font-size: 1.5em; /* 1.5x10=15pt */
}

#primaryContent h3
{
	font-size: 1.1em; /* 1.1x10=11pt */
}

#primaryContent h2,h3,h4,h5,h6
{
	margin: 20px 0px 16px 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #cacaca;
}

#primaryContent p
{
	margin: 0px 0px 20px 5px;
	line-height: 21px;
}

#primaryContent ul
{
	margin: 0px 0px 20px 5px;
	padding-left: 13px;
	line-height: 21px;
}

#primaryContent a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
}

#primaryContent blockquote
{
	margin-left: 5px;
	padding: 5px 0px 5px 7px;
	border-left: solid 7px #cacaca;
}

#primaryContent blockquote p
{
	margin: 0px;
	display: inline;
}

/* ////////// Cadena de Valor                  ////////// */

#primaryContentValueChain
{
	background-color: rgb(169, 169, 169);
	color: rgb(255, 255, 255) ! important;
	cursor: pointer;
	width: 98%;
	height: 35px;
	margin: 0px 5px 3px 5px;
	padding: 0px 0px 0px 0px;
}

#primaryContentValueChain p
{
	color:#ffffff;
	text-align: center;
	font-weight:bold;
	font-size:1.2em; /* 1.2x10=12pt */
	margin:0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/* ////////// Valores de Acovis                ////////// */

#primaryContentTitles
{
	display: inline-grid;
	background-color: rgb(192, 0, 0);
	color: rgb(255, 255, 255) ! important;
	cursor: pointer;
	width: 48%;
	height: 90px;
	margin: 2px 0px 3px 5px;
	padding: 0px 0px 0px 0px;
}

#primaryContentTitles h2
{
	color:#fff !important;
	font-size: 1.2em; /* 1.2x10=12pt */
	border-bottom: dotted 1px #cacaca;
	height: 40px;
	margin: 5px 0px 0px 5px;
}

#primaryContentTitles p
{
	color:#ffffff;
	font-size:0.9em; /* 0.9x10=9pt */
	height: 40px;
	margin: 0px 0px 0px 5px;
}

/* ////////// Tabla para pagina Soluciones     ////////// */

#primaryContent table#t01
{
	margin-bottom: 10px;
}

#primaryContent table#t01 td
{
	vertical-align: top;
	border-right: 1px dotted #cacaca;
}

#primaryContent table#t01 td:nth-child(2)
{
	vertical-align: top;
	border-right: 0px solid #cacaca;
}

#primaryContent table#t01 h3
{
	margin-top: 5px;
}

#primaryContent table#t01 img
{
	width: 100px;
	height: 50%;
}

/* ////////// Tabla para pagina Experticia     ////////// */

#primaryContent table#t02
{
	margin-bottom: 10px;
}

#primaryContent table#t02 tr
{
	border-bottom: 1px dotted #cacaca;
}

#primaryContent table#t02 td
{
	vertical-align: top;
}

#primaryContent table#t02 td:nth-child(2)
{
	vertical-align: top;
}

#primaryContent table#t02 ul
{
	margin-top: 5px;
	margin-bottom: 2px;
	padding-left: 0px;
}

#primaryContent table#t02 img
{
	-ms-transform:     rotate(270deg); /* IE 9 */
	-moz-transform:    rotate(270deg); /* Mozzila */
	-webkit-transform: rotate(270deg); /* Safari */
	-o-transform:      rotate(270deg); /* Opera */
	transform:         rotate(270deg); /*  */
	width: 120px;
	margin: 60px -30px;
}

/* ////////// Tabla para pagina Cursos y Contactos       ////////// */

#primaryContent table#t03  tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#primaryContent table#t03  tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#primaryContent table#t03  td
{
	vertical-align: middle;
}

#primaryContent table#t03  a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	margin-right: 8px;
	padding: 4px;
}

#primaryContent table#t03 tr:hover
{
	color: black;
}

/* ////////// Tabla para pagina Ambiente                 ////////// */

#primaryContent table#t04
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	width:98%;
	font-family:arial;
	font-size: 1em; /* 1x10=10pt */
	background-color: #ffffff;
	border: 2px solid black;
}

#primaryContent table#t04 th
{
	text-align: left;
	vertical-align: middle;
}

/* ////////// Info Contacto Acovis                       ////////// */

#contactos
{
	width: 98%;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}

/* ////////// Mapa ubicacion Oficina           ////////// */

#mapaOficina
{
	margin: 0px 0px 0px 10px;
}

#mapaOficina iframe
{
	width: 98%;
	height: 280px;
}

/* ////////// Mapa Experiencia                 ////////// */

#mapaExperiencia
{
	margin: 0px 0px 0px 10px;
}

#mapaExperiencia iframe
{
	width: 98%;
	height: 280px;
}

/* ////////// Mapa Procesos                    ////////// */

#mapaProcesos
{
	margin-left:5px;
}

#mapaProcesos img
{
	width: 98%;
}

/* ////////// Pie de Pagina ////////// */

#footer
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 0.9em;/* 0.9x10=9pt */
	text-align: center;
	border-top: dotted 1px #cacaca;
}

/* For mobile phones: menor igual a 600 */
[class*="col-"] {width: 100%; }

 #IsMobile {display: inline;}
 #IsDesktop {visibility:hidden; display: none;}
