/*
	Color naranja: #ff3300;
	Color gris: #999999;
*/

body {
	font-family: Open Sans, Verdana, Arial, Times New Roman;
  font-size: 14px;
}

h1 {
  font: 2rem 'Baumans', cursive, serif;
  font-weight: bold;
  margin-top: 0;
}

.tagH1 {
	padding: 5px 10px 5px 10px;
	background-color: #E6E6E6;
	border-radius: 10px;
	margin-right: 10px;
	color: #999;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #ff3300;
  color: white;
}

.tag:hover::after {
   border-left-color: #ff3300; 
}

.logo > div {
	display: inline-block;
		float: right;

}
.container {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
  margin-top: 20px;
}

nav {
	float: left;
}

nav ul, .contactLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav li, .contactLinks li {
    float: left;
    margin-right: 20px;
    background-color: white;
}

nav li {
    padding: 5px 25px 15px 20px;
}

.horizontalMenu {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	min-height: 40px;
}

.horizontalMenu a {
  text-decoration: none;
  color: #999999;
}

.contactLinks {
	float: right;
}

.content  .contentBlock {
	clear: both;
}

.activeOption {
    border-bottom: 2px solid #ff3300;
  border-radius: 5px;
}

.activeOption {
	font-weight: bold;
	color: #ff3300;

}

.inactiveOption {
	color: #999999;
	font-weight: bold;
}

.inactiveOption:hover {
	border-bottom: 2px solid #ff3300;
	border-radius: 5px;
	cursor: pointer;
}

.inactiveOption:hover a {
  color: #ff3300;
}

footer {
	border-top: 1px solid #ff3300;
	font-size: 13x;
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	line-height: 25px;
}

.content {

}

.content div {
	display: inline-block;
}

.contentBlock > div {
    display: inline-block;

}

.mainContent_old {
	width: 60%;
    border-right: 1px solid #ff3300;
  
}

.contactContent {
  width: 90%;
}

.mainContent ul li {
	margin-bottom: 15px;

}

.sidebar {
	width: 35%;
	padding-left: 30px;
}

.newsTitle {
	font-size: 13px;
	color: #ff3300;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ff3300;
}

.newsBody {
	margin-bottom: 40px;
}
/*
Slider
*/


.slides {
    padding: 0;
    width: 960px;
    height: 175px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block;  ;}

.slide {
    top: 0;
    opacity: 0;
    width: 960px;
    height: 175px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.nav label {
    width: 50px;
    height: 100%;
    display: none;
    position: absolute;

    opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 48pt;
    text-align: center;
    line-height: 150px;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}

/* 
Fin Slider
*/


.blogIcon {
	opacity: 0.5;
  border-radius: 5px;
}

.blogIcon:hover {
	opacity: 1.0;
	cursor: pointer;
}

.mainContent, .sidebar {
	vertical-align: top;
}

footer a {
	text-decoration: none;
	color: #ff3300;
}

.divLeft, .divRight {
  width: 45%;
}

.divLeft {
  float: left;
}

.divRight {
  float: right;
}

.mainContentChild {
    margin-top: 4%;

}

.boxDesign, .boxConsultancy, .boxDevelopment, .boxMaintenance {
  display: inline-block;
  padding: 20px 20px 20px 20px;
  font-family: Verdana;
  font-weight: bold;
}

.boxDesign {
}

.boxConsultancy {

}
.boxDevelopment {

}
.boxMaintenance {
}

/* Card effect */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 400px;
  height: 320px;
  display: block;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
  font-weight: normal;
}


.imageWork {
  width: 300px;
  height: 250px;
}

/*
* Form, input, label, textarea
*/
.form h3, .form p {
  text-align: center;
}

form {
  margin: 30px auto; 
}

input, label, textarea { 
  margin-right: 5px;
}
label {font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
input {margin-bottom: 20px; padding: 7px 0; text-align: center;}
input, textarea {border: 1px solid #ddd; outline: none;}
input:focus, textarea:focus {border-color: #b6b6b6;}
textarea {width: 480px; padding: 7px 10px;}
input.error, textarea.error {border-color: #cc4847;}
input[type='submit'] {width: 502px; padding: 12px 0; font-size: 16px; border: none; background: #eee; color: #aaa; cursor: pointer;}
input[type='submit']:hover {background: #FF3300; color: #fff;}
.linkform {
  text-decoration: none;
  color: #ff3300;
}

.titleLegal {
  font-family: 'Baumans', cursive, serif;
}

.pLegal {
  font-family: Open Sans, Verdana, Arial, Times New Roman;

}

.pLegal a {
  text-decoration: none;
  color: #ff3300;  
}

.closeLegal {
  text-decoration: none;
  font-size: 1.5rem;
  color: #ff3300;  
}

.mailto  {
  color: #ff3300;
  text-decoration: none;
}