@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #58585A;
}
h1, h2, h3 {
	font-family: 'Zilla Slab', serif;
}

h2 {
	color: #292f6b;
	margin: 25px 0;
}
.spacer {
	padding: 35px 0;
}
.mt-30 {
	margin-top: 30px;
}
.my-30 {
  margin: 30px 0;
}
.color-grey {
	color: #575759 !important;
}
.w-padding {
  padding: 50px 30px;
}
.color-red {
	color: #292f6b;
}
.btn-outline-primary, .btn-outline-primary:focus {
	border: solid 2px #fff;
	background: transparent;
	color: #fff;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
	color: #000;
    background-color: #fff;
    border-color: #fff;
}
.color-principal {
	color: #CD1627;
}
.bg-color-sec {
	color:#E0E0E0;
}

div[itemtype="http://schema.org/Organization"] + div.container{
	width: 100%;
	margin:0;
	padding: 0;
}

.feria-logo {
	margin: 20px 0;
}
.ee-company-logo {
    width: 288px;
    height: 60px;
    padding: 8px 0;
    background: #ffffff;
}
#video-background {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -100;
}
.top-header-row {
    background-color: #292f6b;
}
.main-nav-row {
    background-color: #292f6b;
}
.main-nav-row .navbar-header {
    text-align: center;
    background-color: #fff;
}
.btn-default {
    color: #292f6b;
    background-color: #fff;
    border-color: #dadada;
    text-transform: uppercase;
    font-weight: 700;
	font-family: 'Zilla Slab', serif;
}
.btn-default:hover {
    color: #fff;
    background-color: #028638;
    border-color: #028638;
}
.btn_empresa, .js-apply-offer-btn {
	background: #292f6b !important;
    border-color: #292f6b !important;
	color: #fff !important;
    text-transform: uppercase;
}
.btn_empresa_reg {
	background: #028638;
    border-color: #028638;
    text-transform: uppercase ;
}
.btn_empresa:hover, .btn_empresa_reg:hover, .js-apply-offer-btn:hover {
	background: #58595B !important;
    border-color: #58595B !important;
}
.social-media-text-top-header {
    color: #FFF;
    display: none;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}

.header {
    background-color: #fff;
}

.footer .footer-company-section {
    background-color: #ccc;
    overflow: auto;
    height: auto;
}
.footer-text-line{
	color:#3e3e3e;
}
.top-header-row .item-inner-top-header a:hover {
    color: #028638;
	background: transparent;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #028638;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}

.main-nav-row .item-inner-main-nav a {
    color: #fff;
    margin: 0 10px 0px 0;
	border-right: solid 1px #ffffff4f;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Zilla Slab', serif;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.main-nav-row .navbar-collapse {
    padding: 0;
}



/* ICONS TOP */
.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-header-row .item-inner-top-header:nth-child(1) a:before {
    content: "\f09a";
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f167";
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {
    
}

/* Style the button used to pause/play the video */
.feria-video {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.feria-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.feria-video .container {
  position: relative;
  z-index: 2;
}

.feria-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.feria-video-txt {
	top: 140px;
    color: #fff;
}
@media (pointer: coarse) and (hover: none) and {
	.feria-video h1 {
    font-size: 22px;
	}
  .feria-video {
    background: url('../images/jamas-te-detengas.png') black no-repeat center center scroll;
	background-size: cover;
  }
  .feria-video video {
    /*display: none;*/
  }
}

.feria-date, .feria-oferta {
	margin: 30px 0;
	font-size: 16px;
}
.feria-date p{
	font-size: 14px;
	text-align: justify;
}
.feria-destacado {
	margin-top: 0px;
	padding-bottom: 80px;
    background: #F1F2F2;
}
.feria-box {
	margin-top: 20px;
	position: relative;
	height: 300px;
}
.feria-box-txt {
	width: 100%;
    height: 80px;
	position: absolute;
    bottom: -15px;
    right: 0px;
    padding: 0px 20px 10px;
    background: #173557;
    color: #FFF;
}
.feria-box-txt h4 {
	font-size: 16px;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}


/*Img hover*/

.content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.feria-box:hover .content-overlay{
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}
.feria-box:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.fadeIn-top{
  top: 20%;
}
.feria-btn-foo {
	width: 40%;
	margin: 0 auto;
	font-family: 'Zilla Slab', serif;
}
.feria-btn-foo a {
	color: #58585A;
    text-decoration: none;
    font-size: 20px;
}
.feria-btn-foo a:hover {
	color: #028638;
    text-decoration: none;
}


/*Acordeon*/

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 80%;
    margin: 0 auto;
    display: table;
}
#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}
#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}
#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}
#integration-list ul > li:hover {
    background: #F1F2F2;
}
.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}
.expand:hover {
	text-decoration: none;
	color: #931733;
}
#integration-list h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}
#integration-list span {
    font-size: 12.5px;
}
#left,#right{
    display: table;
}
#sup{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
#integration-list .icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}

.feria-tips {
	margin-top: 20%;
	padding: 0 10%;
}

/*============== 22.  Slick Slide ============*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin-top: 25px;
    margin-bottom: 25px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 160px;
	background: #fff;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.eesites-offer-application .btn-apply, .eesites-offer-application .btn-return {
    width: auto;
    display: inline-block;
}
.eesites-fixed-buttons {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-top: -110px;
    background-color: #fff;
}
.eesites-full-width-buttons .btn-return{
    font-size: 1em;
}
.affix {
    position: fixed !important;
}
@media (max-width: 1023px) {
	.slick-slide img {
		max-width: 110px;
	}
}
@media (max-width: 767px) {
	.slick-slide img {
		max-width: 110px;
	}
}
/*footer*/
.middle-header-row .col-sm-3 {
    width: 288px;
    height: auto;
    padding: 0;
}
.middle-header-row {
    padding: 30px 0;
}

.text-muted, .copyright-row .term-conditions-link, .footer, .powered-by-row .term-conditions-link, .privacy-advercity-row .term-conditions-link  {
    color: #3e3e3e;
}
.main-nav-row .navbar-header .icon-bar {
    background-color: #292f6b;
}
.fa-lg {
    color: #292f6b;
}
