html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background:  #F3DA00;
	opacity: 0.95;/*opacidad del amarillo*/
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #6c6c6c
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'BaconSans';
	font-weight: 600;
	color: #2129a5;/*2129a5*/
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #001141;/*001141*/
}

a:hover
{
	text-decoration: none;
}

.container
{
	margin: 0px auto;
	width: 1200px;
}

/***************************/
/* Image Style*/
/***************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/***************************/
/* List Styles.                                                                   */
/***************************/

	ul.style1
{
	margin: 0;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style1 li
{
	overflow: hidden;
	display: block;
	padding: 2.80em 0em;
	border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .image-left
{
	margin-bottom: 0;
}

ul.style1 h3
{
	padding: 1.2em 0em 1em 0em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

ul.style1 a
{
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #525252;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #001141;/**/
}

ul.style2 a
{
	display: inline-block;
	margin-left: 1em;
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style2 .icon
{
	color: #FFF;
}

/***************************/
/* Social Icon Styles                                                            */
/***************************/

	ul.contact
{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li
{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span
{
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a
{
	color: #FFF;
}

ul.contact li a:before
{
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before
{
	background: #31516A;
}

ul.contact li a.icon-rss:before
{
	background: #F2600B;
}

/***************************/
/* Button Style                                                                  */
/***************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #001141;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
}

.button:hover
{
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/***************************/
/* Heading Titles                                                                */
/***************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/***************************/
/* Header                                                                        */
/***************************/
	
	#header-wrapper
{
}

#header
{
	position: relative;
	height: 120px;

}

/***************************/
/* Logo                                                                          */
/***************************/

	#logo
{
	position: absolute;
	top: 2em;
	left: 0;
	width: 100%;

}

#logo h1
{
	display: inline-block;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFF;
}

#logo a
{
	text-decoration: none;

	color: #FFF;
}

/***************************/
/* Menu                                                                          */
/***************************/

#menu
{
	position: absolute;
	right: 0;
	top: 3.2em;
}

#menu ul
{
	display: inline-block;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
}

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 0.50em;
	padding: 0em 1.5em 0em 0.50em;
	letter-spacing: 0.20em;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 1000;
	
	text-transform: uppercase;
	outline: 0;
	color: #000000;/* #2129a5 */
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
}

#menu .current_page_item a
{
	color: #2129a5;/* #2129a5 */
}

#menu .icon
{
	display: inline-block;
	color: #000000; /* 223A90 Color de casa y palomitas*/
}

/***************************/
/* Banner                                                                        */
/***************************/
	#banner-wrapper
{
	overflow: hidden;
	padding: 0.4em 0em !important;
	background: #ECECEC !important; 

}

#banner .box-left
{
	float: left;
}

#banner .box-right
{
	float: right;
}

#banner h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3em;
	font-family: 'PingFang-SC-Regular'; 
	color: #555555;
}

#banner span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}

/***************************/
/* Page                                                                          */
/***************************/

	#wrapper
{
	background: #FFF; /color en fondo/
}

#page
{
	overflow: hidden;
	padding: 6em 0em;
}

/***************************/
/* Content                                                                       */
/***************************/

	#content
{
	float: left;
	width: 100%;
	/background: url(../images/pagina23ba.jpg) repeat;/
}


/***************************/
/* Sidebar                                                                       */
/***************************/

	#sidebar
{
	float: right;
	width: 450px;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 210px;
}

#stwo-col .sbox2
{
	float: right;
	width: 210px;
}

/***************************/
/* Copyright                                                                     */
/***************************/

	#copyright
{
	overflow: hidden;
	padding: 2em 0em;
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: #223A90;
}

#copyright a
{
	text-decoration: none;
	color: #223A90;
}

/***************************/
/* Featured                                                                      */
/***************************/

	#featured-wrapper
{
	overflow: hidden;
	padding: 5em 0em;
	background: #FFF;
	text-align: center;
}

#featured .major
{
	overflow: hidden;
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #E8E8E8;
}

#featured .major h2
{
	font-size: 3em;
}

#featured .major .byline
{
	font-size: 1.3em;
}

#featured .title
{
	margin-bottom: 1em;
}

#featured .title h2
{
	font-size: 1.2em;
}

#featured h2
{
	text-align: center;
}

#featured .icon
{
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #001141;
	margin: 0px auto 20px auto;
	line-height:  80px;
	font-size: 2em;
	text-align: center;
	color: #2129a5 ; /*color de los iconos default que se encuentran en el index #FFF*/
}

.column1,  .column2,  .column3,  .column4
{
	width: 282px;
}

.column1,  .column2
{
	float: left;
	margin-right: 24px;
}

.column3
{
	float: left;
}

.column4
{
	float: right;
}


.textocentro{
text-align: center;
align-items: center;
}

.fondoBolsaTrabajo{
background: url("../images/bolsaTrabajo2.jpg") no-repeat scroll center;
/*background: url("../images/bolsaTrabajo.jpg") no-repeat fixed center;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
 background-size: cover;
   height: 500px;
   width: 100% ;
	 text-align: center;
	 padding-top: 448px;
}

.fondoBolsaTrabajo h3{
	color: #BC0033;
	text-shadow: 3px  0px 0px yellow;
               
}


/*  Estilos Slider Index */

.imagen1{
	background: url("../images/pinicio1.png") no-repeat scroll center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
		 height: 500px;
		 width: 100% ;
}	

 /*Modales*/
    background: rgba(0,0,0,0); 
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0; 
    z-index: -1;
    
  }
  
  &:target{
    
    // Active animate in modal
    &:before{
      @include transition-transform("0.9s ease-out");
    z-index:10;  
    background: rgba(0,0,0,.6); 
      /*display: block;*/
    } 
  }
  
}
.modal:target + .modal-dialog{
      @include translate(0, 0);
      top: 20%;  
    }

// Modal Dialog
// ----------------------

.modal-dialog{
  background: #fefefe;
  border: $gray solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed; 
  left: 50%; 
  top: -100%;  
  z-index: 11; 
  width: 360px;
  @include translate(0, -500%);
  @include transition-transform("0.3s ease-out");
}

.modal-body{
  padding: $space/2;
}

.modal-header,
.modal-footer{
  padding: $space/4 $space/2;
}

.modal-header{
  border-bottom: $gray-lighter solid 1px;
  
  h2{
    font-size: 20px;
  }
  
}

.modal-footer{
  border-top: $gray-lighter solid 1px;
  text-align: right;
}
.fondoBolsaTrabajo{
/*background: url("../images/bolsaTrabajo.jpg") no-repeat fixed center;*/
background: url("../images/bolsaTrabajo2.jpg") no-repeat scroll center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
 background-size: cover;
   height: 500px;
   width: 100% ;
	 text-align: center;
	 padding-top: 448px;
	 

}

.fondoBolsaTrabajo h3{
	color: #BC0033;
	text-shadow: 3px  0px 0px yellow;
               
}


.LogoQlik{

}



/*  Cards Con boostrap servicios Qlik  */

/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #929A97;/*108d6f*/
    border-color: #929A97;/*108d6f*/
    box-shadow: none;
    outline: none;
}

.btn-primary{
    color: #fff;
    background-color: #000000;/*00983c*/
    border-color: #000000;/*00983c*/
}

/*colores del boton odoo para las tarjetas*/
/*#botonodoo{
	color: #fff;
    background-color: #875A7B;
    border-color: #875A7B;
}*/

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    width: 100%; /*520 px*/
}

.frontside .card,
.backside .card {
		min-height: 312px;
		padding: 2%;
}

.backside .card a {
    font-size: 18px;
    color: #00983c !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #000000 !important; /*#00983c*/
}

/* color de titulios servicios Odoo */
.frontside .card .card-title-odoo,
.backside .card .card-title-odoo {
    color: #000000!important;
}

.frontside .card .card-body img {
    width: 400px;
    height: 300px;
	 /* border-radius: 50%; */
	 
}


/*   */

.ServiciosQlik{

	color: #00983c !important;
}
/* Modal productos qlik  */
.modal-dialog1{
width: auto;
}

.vinculomodal{
  color: #223A90;
  cursor: pointer;
}

/*Pagina nosotros - Valores*/

/*titulo-valores*/
.titulo-valores{
	color:#000000;
}

.texto-valores{
	color: #000000;
	text-align: justify;
}

.container-v{
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.cards-valores-respeto{
	text-align: left;
}
  
  .a-box {
	display: inline-block;
	width: 240px;
	text-align: center;
  }
  
  .img-container {
	  height: 230px;
	  width: 200px;
	  overflow: hidden;
	  border-radius: 0px 0px 20px 20px;
	  display: inline-block;
  }
  
  .img-container img {
	  transform: skew(0deg, -13deg);
	  height: 250px;
	  margin: -35px 0px 0px -70px;
  }
  
  .inner-skew {
	  display: inline-block;
	  border-radius: 20px;
	  overflow: hidden;
	  padding: 0px;
	  transform: skew(0deg, 13deg);
	  font-size: 0px;
	  margin: 30px 0px 0px 0px;
	  background: #076889;/*#c8c2c2*/
	  height: 250px;
	  width: 200px;
  }
  
  .text-container {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	padding: 120px 20px 20px 20px;
	border-radius: 20px;
	background: #fff;
	margin: -120px 0px 0px 0px;
	line-height: 19px;
	font-size: 14px;
  }
  
  .text-container h3 {
	margin: 20px 0px 10px 0px;
	color: #000000;
	font-size: 18px;
  }
/*justificacion correcta*/
  @supports ((-webkit-hyphens:auto) or (hyphens:auto)) {
	#texto {
		text-align: justify;
		-webkit-hyphens: auto; /* A día de hoy aún es necesario el prefijo para soportar a Safari */
		hyphens: auto;
	}
}


