/* Basic */
@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont86d7.eot?iefix') format('eot'),
		url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
		url('../fonts/OpenSans-Light-webfont.html') format('truetype'),
		url('../fonts/OpenSans-Light-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont86d7.eot?iefix') format('eot'),
		url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('../fonts/OpenSans-Regular-webfont.html') format('truetype'),
		url('../fonts/OpenSans-Regular-webfont.svg#webfont') format('svg');
}

@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont86d7.eot?iefix') format('eot'),
		url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
		url('../fonts/OpenSans-Semibold-webfont.html') format('truetype'),
		url('../fonts/OpenSans-Semibold-webfont.svg#webfont') format('svg');
}

body {
	background: #ffffff;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	font-family: 'OpenSans-Light', Arial, sans-serif;
	font-size: 18px;
	font-weight: 100;
	position: relative;
}


html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
	letter-spacing: 0px;
	font-weight: bold;
}

.section-title h1 {
  	font-size: 56px;
	color: red;
}
@media(max-width:1200px){
	img.adaptative.fullWidth {
	    width: calc(100% - 60px);
	}
}
@media(max-width:768px){
	.section-title h1 {
		font-size: 46px;
		color: red;
	}
	img.adaptative {
	    width: calc(100% - 60px);
	}
}

.heading {
  font-size: 20px;
}
.subheading {
    font-size: 18px;
    font-weight: 200;
  /* font-weight: bold; */
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 18px;
}

p.titulos {
  line-height: 28px;
  font-size: 22px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: red;
  	/* font-size: 56px; */
}


.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,#about-titulo, #about-iconos, #team, 
#portfolio, #pricing, #contact, section#videosLink {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Site Nav */
#menu-jump {
	width: 100%;
	height: 90px;
}

/* bar position */
#bar-wrapper{
	position: relative;
	width: 100%;
	height:8em;
	background: #00A3DC;
	padding:1em 2em 0
}
#bar-wrapper.videos{
	background: url("images/error_404.png") 50% 50% no-repeat #D2D3D5;
	background-size:100%;
}

#bar-wrapper h2 {
    text-align: right;
    color: #FFFFFF;
    font-family: 'OpenSans-Light',Arial,sans-serif;
    font-size: 4em;
    font-weight: normal;
    text-shadow: 3px 3px 3px #7A8691;
    line-height: 1em;
    margin: .3em 0;
}

/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: red;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */


#logo-btxtime{
	height: 60px;
	width: 246px;
	background: url('../images/BatuxoTimeLogoAllmin.png') no-repeat center center; 
}

.custom-navbar {
	margin-top: -4px;
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,rgba(0,0,0,1) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,1) 0,rgba(0,0,0,1) 100%);
	background-image: -webkit-gradient(linear,top left,top right,from(rgba(0,0,0,1)),to(rgba(0,0,0,1)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(0,0,0,1) 100%);
	margin-bottom: 0;
  overflow: hidden !important;
  
}
.custom-navbar .navbar-brand  {
	color: red;
	font-weight: 600;
	font-size: 24px;
	overflow: hidden;
}
.custom-navbar .navbar-brand .navbar-toggle {
	background: red;
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.custom-navbar .nav li a {
	color: #ffffff;
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-shadow: rgba(0,0,0,0.1) 0px 1px 2px;
	overflow: hidden;
}
.custom-navbar .nav li a:hover {
  	background: transparent;
   color: #eeeeee;
	overflow: hidden;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
	overflow: hidden;
}
.custom-navbar .nav li.active > a {
      color: red;
	overflow: hidden;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
	overflow: hidden;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: red;
        border-color: transparent;
	overflow: hidden;
    }

#menu {
	/* width: 35%;
	background-color: #ffaa00;
	overflow: hidden; */
}
	
@media(min-width:992px){
	#logo-btxtime{
		margin-top: -18px;
	}

    .custom-navbar {
            background-image: -webkit-linear-gradient(top,rgba(0,0,0,.4) 0,rgba(0,0,0,1) 100%);
	    background-image: -o-linear-gradient(top,rgba(0,0,0,.4) 0,rgba(0,0,0,1) 100%);
	    background-image: -webkit-gradient(linear,top left,top right,from(rgba(0,0,0,.4)),to(rgba(0,0,0,1)));
	    background-image: linear-gradient(to bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,1) 100%);
            padding: 10px;
            border-bottom: 0;
	    padding-top: 20px;
	    height: 90px;
	    overflow: hidden;
         }
    .custom-navbar.top-nav-collapse {
           /*  padding: 8px; */
           background-image: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,rgba(0,0,0,.5) 100%);
	    background-image: -o-linear-gradient(top,rgba(0,0,0,1) 0,rgba(0,0,0,.5) 100%);
	    background-image: -webkit-gradient(linear,top left,top right,from(rgba(0,0,0,1)),to(rgba(0,0,0,.5)));
	    background-image: linear-gradient(to bottom,rgba(0,0,0,1) 0,rgba(0,0,0,.5) 100%);
	    padding-top: 20px;
	    height: 90px;
	    overflow: hidden;
        }
	#menu{
		/* background-color: #ff0000;
		overflow: hidden; */
	}
}


/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}

#home h1 {
  font-size: 40px;
}

#home h3 {
  display: inline-block;
  padding: 10px;
  margin-right: 4px;
  font-size: 27px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,1);
  border-radius: 50px;
  color:red;
}

#home h4 {
	font-size: 20px;
}

#home hr {
  width: 240px;
  color: white;
}
#home .btn {
	background-color: rgba(0,0,0,0.15);
	/* background: transparent; */
	border: 2px solid #ffffff;
	border-radius: 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 12px 42px;
	margin-top: 40px;
	margin-right: 16px;
	transition: all 0.4s ease-in-out;
	white-space: normal;
}
#home p {
    font-size: 27px;
    color: red;

}
#home .btn:hover {
  background: red;
  color:red;
	border-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 20px;
}
#home .btn-danger {
	background: red;
	border-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 20px;
}
#home .btn-danger:hover {
	border: 2px solid #ffffff;
	border-radius: 20px;
	background: transparent;
  	color: #ffffff;
}
@media (max-width: 992px) {
	#home h4 {
		font-size: 16px;
		color: red;
	}
	#home h3 {
		font-size: 20px;
	}
	#home p {
		font-size: 20px;
	}
	#home .btn {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	#home h4 {
		font-size: 16px;
		color: red;
	}
	#home h3 {
		font-size: 20px;
	}
	#home p {
		font-size: 20px;
	}
	#home .btn {
		font-size: 12px;
	}
}
/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
	#logo-btxtime{
		margin: 2px;
		padding-left: 6px;
	}
	#home h1 {
		font-size: 22px;
	}
	#home h3 {
		font-size: 20px;
	}
	#home .btn {
		font-size: 12px;
	}
}

/* ===========================================================================
Carusell
============================================================================ */

/* ------ Carousel ----- */
#templatemo-carousel {
    /*margin-top: -969px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 100%;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
    font-weight: bold;
    height: 100%;
    top: 0em;
}
#templatemo-carousel .container {
    height: 100%;
}
#templatemo-carousel .item {
    height: 100%;
}
#templatemo-carousel .row {
    display: flex;
    align-items: center;
    height: 100%;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 700px;
    left: 0;
    top: 0;
}

#templatemo-carousel .carousel-caption hr {
	margin: 5px auto;
}
#templatemo-carousel .carousel-caption a.btn {
	margin-top: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
#templatemo-carousel .carousel-inner {
	height: calc(100% - 90px);
	top: 90px;
}

@media (min-width: 768px) {
	#templatemo-carousel .carousel-inner {
		height: calc(100% - 140px);
		top: 140px;
	}
	#templatemo-carousel .carousel-caption {
		padding-bottom: 50px;
		right: 24%;
		left: 24%;
	}
	#templatemo-carousel .carousel-caption hr {
		margin: 10px auto;
	}
	#templatemo-carousel .carousel-caption a.btn {
		margin-top: 20px;
	}
}
@media(min-width:992px){
	#templatemo-carousel .carousel-inner {
		height: calc(100% - 90px);
		top: 90px;
	}
	#templatemo-carousel .carousel-caption hr {
		margin: 20px auto;
	}
	#templatemo-carousel .carousel-caption a.btn {
		margin-top: 40px;
	}
}
@media (max-width: 1024px) {
	#templatemo-carousel {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow-x: hidden;
		margin-bottom:0;
		height: 100%;
	}
	
	.templatemo-top-menu .navbar-brand {
		width: 268px;
		height: 62px;
		padding: 0;
		margin: 16px 0 0 0;
		padding-left: 22px;
		background: url('../images/BatuxoTimeLogoAllmin.png') no-repeat center center; 
	}
}
/* ------ End of Carousel ----- */

/* ==========================================================================
work section
========================================================================== */
#work {
    text-align: center;
}
#work .col-md-4 {
  padding: 16px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#work h3 {
  font-size: 18px;
}
#work div.imageProduct {
    margin-top: 1em;
}

/* ==========================================================================
about section
========================================================================== */
#about-titulo {
    /* background: #035470; */
    /* color: #ffffff; */
    background-color: #e9edf0;
    /*
    background-image: url("../images/smartphone_section_bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
     */
  text-align: center;
    /* padding-top: 30px; */
    padding-bottom: 30px;
}
#about-iconos {
    /* background: #035470; */
    /* color: #ffffff; */
    background-color: #ffffff;
    /*
    background-image: url("../images/smartphone_section_bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
     */
    text-align: center;
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: red;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: red;
}

.tab-content a:hover, .tab-content a:link {
	color: #cecece;
	text-decoration: none;
}
#about-iconos div.tarjeta {
    margin-bottom: 1em;
}
#about-iconos div.secondRow {
    margin-top: 2em;
}
#about-iconos div.thirdRow {
    margin-top: 3em;
}

#about-iconos a.about, #about-iconos a.about:hover, #about-iconos a.about:active, #about-iconos a.about:focus{
    color: white;
}

#about-iconos a.about {
    color: #3da8e2;
}

/* ==========================================================================
team section
========================================================================== */
#fila-diferencia {
	width: 100%;
}

.diferencia{
    background-color: #f1f4f7;
    background-image: url("../images/smartphone_section_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 6%;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: none;
}

#portalEmpleado{
    background-color: #f1f4f7;
    background-image: url("../images/smartphone_section_bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 6%;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: none;
    text-align: center;
}

#fichajeMovilGeolocalizado {
    background-color: #FFFFFF;
    background-image: none;
    padding-top: 6%;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: none;
    text-align: center;
}

#portalEmpleado, #fichajeTareas{
    background-color: #f1f4f7;
    background-image: url("../images/smartphone_section_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 6%;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: none;
    text-align: center;
}

section#fichajeMovilGeolocalizado div.largeScreen{
    display: unset;
}

section#fichajeMovilGeolocalizado div.smallScreen{
    display: none;
}

section#fichajeMovilGeolocalizado img {
    width: 100%;
}

section#fichajeTareas img {
    width: 90%;
}

#diferencia-imagen1 {
	width: 100%;
	height: 100%;
	background: url('http://jornadalaboral.batuxo.com/404.php') no-repeat top left; 
	background-size: cover;
}

#diferencia-imagen2 {
	width: 100%;
	height: 100%;
	background: url('../images/diferencia2.jpg') no-repeat top right; 
	background-size: cover;
}

.columna-dif{
	width: 50%; height: 900px; float: left; 
	transition: all 0.4s ease-in-out;
}

@media (max-width: 868px) {
	.columna-dif {
		width: 100%;
	}
}

.diferencia-titulo {
    /* background: url('../images/l_sep.png') bottom center no-repeat; */
	text-align: left;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1em;
    margin: 1.4em 0 1em -1em;
    /* padding: 1em 0 1em 0; */
}

.portalEmpleado-titulo{
    /* background: url('../images/l_sep.png') bottom center no-repeat; */
	text-align: left;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1em;
    margin: 1.4em 0 1em -1em;
    /* padding: 1em 0 1em 0; */
}

.fichajeMovilGeolocalizado-titulo{
    /* background: url('../images/l_sep.png') bottom center no-repeat; */
	text-align: left;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1em;
    margin: 1.4em 0 1em -1em;
    /* padding: 1em 0 1em 0; */
}

.fichajeTareas-titulo{
    /* background: url('../images/l_sep.png') bottom center no-repeat; */
	text-align: left;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1em;
    margin: 1.4em 0 1em -1em;
    /* padding: 1em 0 1em 0; */
}

section#team ul {
    color: #9b9b9b;
    font-size: 1.4em;
    font-weight: 300;
    list-style-image: url(../images/lista2.png);
    margin: 0 0em;
    padding: 0;
    text-align: left;
}

section ul#lista_portal {
    color: #9b9b9b;
    font-size: 1.4em;
    font-weight: 300;
    list-style-image: url(../images/lista2.png);
    margin: 0 0em;
    padding: 0;
    text-align: left;
}

section ul#lista_geoposicionamiento {
    color: #9b9b9b;
    font-size: 1.4em;
    font-weight: 300;
    list-style-image: url(../images/lista2.png);
    margin: 0 0em;
    padding: 0;
    text-align: left;
}

section ul#lista_tareas {
    color: #9b9b9b;
    font-size: 1.4em;
    font-weight: 300;
    list-style-image: url(../images/lista2.png);
    margin: 0 0em;
    padding: 0;
    text-align: left;
}

section#videosLink {
    background: red;
    color: #FFFFFF;
}

section#videosLink div.gotoVideosText h3{
    float: right;
}
section#videosLink div.gotoVideosLink a{
    color: #FFFFFF
}
section#videosLink div.gotoVideosLink h3{
    float: left;
    margin-top: 13px;
}

h3.gotoVideosButton {
    border: 1px solid #FFFFFF;
    padding: 0.3em 1em;
    border-radius: 5px;
    /* cursor: pointer; */
}

@media screen and (max-width: 991px) {
    section#videosLink {
	text-align: center;
    }
    
    section#videosLink div.gotoVideosText h3 {
	float: none;
    }
    
    section#videosLink div.gotoVideosLink h3 {
	float: none;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	
    }
    section#videosLink div.gotoVideosLink h3.gotoVideosButton {
	width: 10em;
    }
}

#team {
  text-align: center;
}
#team h3 {
  color: red;
  font-size: 14px;
  font-weight: bold;
}
#team .col-md-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#team .team-wrapper {
  overflow: hidden;
  position: relative;
}
#team .team-des {
  background-color: rgba(00,00,00,0.6);
  position: absolute;
  color: #ffffff;
  opacity: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#team .team-des:hover {
 opacity: 1;
}
#team img {
  margin: 0 auto;
}

#team .social-icon li a {
  color: #fff;
}

#team .social-icon li a:hover {
  color: red;
}
/**	Parallax **/

#parallaxB {
    background-image: url("../images/Portal-Empleado-con-Vacaciones.jpg");
    background-attachment: fixed;
    color: white;
}

#parallaxB .title {
    text-align: center;
    width: 75%;
    padding: 1em 1.5em;
    margin: 10% auto;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
    color: #FFFFFF;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
#parallaxB .title h1{
    margin-top:10px;
    margin-bottom:10px;
}
#parallaxC {
    background-image: url(http://jornadalaboral.batuxo.com/404.php);
    background-attachment: fixed;
	color: white;
}


.parallax, .parallax:before {
    background: 50% 50% / cover;
}

.parallax {
	margin-top: -26px;
    position: relative;
    padding: 5vh 10%;
    min-height: 300px;
    width: 100vw;
    box-sizing: border-box;
    /* box-shadow: 0 -1px 10px rgba(0, 0, 0, .7); */
    transform-style: inherit;
}

@media screen and (max-device-width: 1200px){
    #about-iconos div.secondRow {
	min-height: 16em;
    }
}
@media screen and (max-device-width: 992px){
    #about-iconos div.secondRow {
	min-height: 19em;
    }
}
@media screen and (max-device-width: 960px){
	.parallax, .parallax:before {
		background: 100% 50% / cover;
	}
	#parallaxB {
		background-image: url("../images/Portal-Empleado-con-Vacaciones.jpg");
		background-attachment: fixed;
		
	}
	#parallaxC {
		background-image: url("http://jornadalaboral.batuxo.com/404.php");
		background-attachment: fixed;
	}
}
@media screen and (max-device-width: 768px){
    #parallaxB h1 {
	font-size: 26px;
    }
    .parallax, .parallax:before {
		background: 70% 50% / cover;
    }
    
    section#fichajeMovilGeolocalizado div.largeScreen{
	display: none;
    }
    
    section#fichajeMovilGeolocalizado div.smallScreen{
	display: unset;
    }
    
    section#fichajeMovilGeolocalizado img {
	width: calc(100% - 200px);
	margin-left: -0.5em;
    }
}

@media screen and (max-device-width: 767px){
    #about-iconos div.secondRow {
	min-height: unset;
    }
}

@media screen and (max-width: 555px) {
    
    section#fichajeTareas img {
	width: 100%;
    }
    
    section#fichajeMovilGeolocalizado img {
	width: calc(100% - 20px);
	margin-left: -0.5em;
    }
}

@media screen and (max-device-width: 425px) {
    section#fichajeMovilGeolocalizado h1 {
	width: 130%;
	margin-left: -14%;
    }
    
    section#fichajeMovilGeolocalizadoTexto div.smallScreen{
	margin-bottom: 1em;
    }
    
    section#fichajeTareas img {
	width: 110%;
    }
    
}

/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.5;
}


#portfolio .col-md-3 {
  padding: 28px 2px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#portfolio .col-md-3:hover {
  color: red;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

#fabrik_icono{
	background: url("../images/icons/fabrik_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#tiendas_icono{
	background: url("../images/icons/shop_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#servi_icono{
	background: url("../images/icons/serv_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#resi_icono{
	background: url("../images/icons/residen_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#hotel_icono{
	background: url("../images/icons/hotel_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#resta_icono{
	background: url("../images/icons/rest_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#seguri_icono{
	background: url("../images/icons/segur_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#fune_icono{
	background: url("../images/icons/fun_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#tur_icono{
	background: url("../images/icons/tur_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#ser24_icono{
	background: url("../images/icons/ser24_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#trans_icono{
	background: url("../images/icons/bus_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}

#call_icono{
	background: url("../images/icons/call_ic.png");
	width: 72px;
	height: 72px;
	margin: 0 auto;
}



/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: red;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
}
#pricing h2 {
  font-size: 52px;
}
#pricing h3 {
  font-size: 16px;
}
#pricing .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 32px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
  margin-bottom: 20px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#pricing .plan-one .btn {
  background-color: red;
}
#pricing .plan-two .btn {
  background-color: #ffa400;
}
#pricing .plan-three .btn {
  background-color: #009988;
}
#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}


/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input#lopd,
#contact input#news {
  height: unset;
}
#contact input[type="submit"] {
  background: red;
  border: 3px solid red;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #000000;
}
#contact span.togglePolitica,
#contact span.toggleComunicaciones {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
#contact span.togglePolitica:hover,
#contact span.toggleComunicaciones:hover {
    text-decoration: underline;
}
#contact div.aceptarPolitica,
#contact div.aceptarComunicaciones,
#contact div.captcha {
    text-align: center;
}
#contact div.captcha {
    margin-top: 0.4em;
}
#contact div.error {
    border: 1px solid #ef7979;
    border-radius: 16px;
    box-shadow: 0 0 2px rgba(0,0,0,1);
    background: rgba(255,0,0,.25);
    text-align: center;
    padding: 1em;
}
#contact div.errorIncompleto {
    padding: 0em 1em;
    width: calc(100% - 32px);
    margin-left: 16px;
}
#contact div.envioCorrecto {
    border: 1px solid #33a231;
    border-radius: 16px;
    box-shadow: 0 0 2px rgba(0,0,0,1);
    background: rgba(0, 200, 40, 0.3);
    text-align: center;
    padding: 1em;
}
/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f4f7;
}
footer p {
  padding-top: 20px;
}
#copyright, div#subvLogos {
    text-align: center;
    color: #868686;
    float: left;
    padding: 10px;
    width: 100%;
    font-size: .7em;
}
#copyright a, #copyright span {
    color: #868686;
    cursor: pointer;
}
#copyright a:hover, #copyright span:hover {
    text-decoration: underline;
}
div#subvLogos > img {
    max-height: 4em;
    padding: 0 1em;
}
#divPoliticaYPrivacidad, #divCookies, #divSubvApp {
    overflow: auto;
    height: 400px;
    padding: 1em 1em;
}
#divSubvApp {
    height: 600px;
}
#divPoliticaYPrivacidad p, #divPoliticaYPrivacidad h3, #divPoliticaYPrivacidad ol, #divPoliticaYPrivacidad li,
#divCookies p, #divCookies h3, #divCookies ul, #divCookies li, #divCookies table th, #divCookies table td {
    font-size: 14px;
    line-height: unset;
}
#divPoliticaYPrivacidad h3, #divCookies h3 {
    font-size: 16px;
}
#divCookies h4 {
    font-size: 14px;
}
#divCookies table th, #divCookies table td {
    border: 1px solid;
    padding: 1em 0.5em;
}
#modalPoliticaYPrivacidad .modal-dialog button.btnClose,
#modalCookies .modal-dialog button.btnClose,
#modalSubvApp .modal-dialog button.btnClose{
    float: right;
}
#modalPoliticaYPrivacidad .modal-dialog .modal-title,
#modalCookies .modal-dialog .modal-title,
#modalSubvApp .modal-dialog .modal-title {
    line-height: 35px;
}
body.modal-open { padding-right: 0 !important }

.recuadroSubvencion {
    margin: 0 2em;
    border: 1px solid black;
    padding: 2em 2em 7em 2em;
}

div.logo-subvencion-div {
    text-align: center;
}

img.logo-subvencion {
    position: relative;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    padding-bottom: 2em;
    max-width: 100%;
}

div.subvDescripcion {
    margin-top: 9em;
}

div.subvDescripcion p.title-big-subve {
    font-weight: bold !important;
}

@media screen and (min-width: 1200px) {
  .modal-dialog {
    width: 70%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 1200px) {
    div.subvDescripcion {
	margin-top: 3em;
    }
}

@media screen and (max-width: 768px) {
    div.logo-subvencion-div {
	text-align: unset;
    }
    img.logo-subvencion {
	width: unset;
	height: 5em;
    }
}
@media screen and (max-width: 768px) {
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: red;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
    
}
@media screen and (max-width: 991px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 25px;
	    padding-left: 25px;
    }
}
  .text-xs-center {
        text-align: center;
    }

    .g-recaptcha {
        display: inline-block;
    }
    .backstretch{
      opacity: 0.4;
    }