@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* CSS Document */
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
div[itemtype="http://schema.org/Organization"] + div.container{
	width: 100%;
	margin:0;
	padding: 0;
}

/*Head*/
.header {
    background-color: #000;
    padding: 2%;
}
.top-header-row {
   display: none;
}
.middle-header-row {
    padding: 5% 0% 2% 0%;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
    margin-top: 5px;
}
.col-links-inner-top-header .pull-right {
    list-style: none;
    display: flex;
}
.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1%;
    right: 0;
    margin-top: 8px;
    top: 0;
}
.main-nav-row .item-inner-main-nav a  {
    border-right: solid 1px #fff;
    padding: 2px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.main-nav-row .item-inner-main-nav a:hover {
    color: #fff;
    background: #0099d8;
    text-decoration: none;
    border-radius: 25px;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
}
.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: 7%;
}
.js-log-in  {
    background: #004ba4;
    color: #fff;
    border-color: #004ba4;
    font-size: 16px;
    font-weight: 600;
	border-radius: 3px;
	border:2px solid #fff;
}
.ee-header-profile  {
    position: absolute;
    right: -34%;
    top: -27px;
    width: 80%;
    margin-top: 12px;
    margin-left: 0;
}
.input-group-btn .btn-default {
    color: #fff;
    background-color: #004ba4;
    border: 2px solid #fff;
}
.input-group.search-box-container .twitter-typeahead{
	border: 1px solid #fff;
}
.fa-user:before {
    content: "\f007";
	display: none;
}
.middle-header-row .col-sm-3 {
    width: 30%;
}
.middle-header-row .col-sm-5 {
    width: 30%;
}
.middle-header-row .col-sm-4 {
    width: 30%;
}
.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -5%;
    width: 85%;
    filter: brightness(0) invert(1);
    margin-left: 10%;
}

/*ajustes inicio de sesion y buscador*/
.header .ee-login-wrapper {
    position: absolute;
    right: -5%;
    width: 100%;
    padding-top: 1px;
}
.input-group.search-box-container {
    padding: 2px 0;
    border-radius: 0;
    position: absolute;
    right: -50%;
}

/*login blanco*/
.ee-info{
	color: #fff;
}
.ee-info a{
	color: #fff!important;
}
.header .ee-header-profile .ee-myresume {
  color: #fff;
}
.js-status-hvmov {
  color: #fff;
}
.header .ee-header-profile .ee-myresume .log-off {
  margin-right: 0;
  color: #fff;
}

/*btn ofertas fijas*/
    
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}

/* Style the button used to pause/play the video */
.feria-video .btn{
    background: #0099d8;
	border: 2px solid #fff;
}
.feria-video {
  position: relative;
  background-color: black;
  height: 60vh;
  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;
}
.feria-date, .feria-oferta {
	margin: 30px 0;
	font-size: 16px;
}

.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;
}

/* 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: 100%;
	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;
}

/*agenda*/
.s-blog-image {
    position: relative;
    overflow: hidden;
	margin-top: 0px;
}
.blog-post-date{
    position: absolute;
    right: 0;
    top: 0px;
    background: linear-gradient(to right, rgba(0,75,164,1) 0%, rgba(0,153,216,1) 100%);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    width: 60%;
    height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    transition: .5s;
}
.s-blog-content {
    position: absolute;
    bottom: -10%;
    width: 90%;
    margin-left: 2%;
    padding: 0px 20px;
    height: 40%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
.s-blog-content h4  {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.s-blog-content p strong{
    font-size: 20px;
}
.h2-agenda{
    background: #0099d8;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 35px;
}

/*educando*/
.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.card  {
  margin: 30px auto;
  width: 45%;
  height: auto;
  border-radius: 12px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.15), -5px -5px 30px 7px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: #005ca4 2px solid;
}

.card:hover {
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}
.card h3{
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

/*diseno*/
.feria-empresas .row{
    margin-right: 0px;
    margin-left: 0px;
}
.spacer{
    padding: 45px 0px;
}
.empresas {
    padding: 5px 3%;
    background: #0099d8;
    color: #ffff;
}
.h2{
    color: #2699FB;
    font-size: 38px;
    font-weight: bold;
}
.h2b {
    font-size: 30px;
    font-weight: bold;
}
.btn-feria {
    background: #fff;
    color: #004ba4;
    border: 2px solid #004ba4;
    padding: 16px 20px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
	font-size: 18px;
}
.btn-feria:hover{
    color: #fff;
}
.btn-feria:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-feria::after {
    content: "";
    background: #0D1046;
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-empresa:hover {
    background: #000;
    border: 2px solid #fff;
    font-weight: 600;
}
.btn-empresa {
    background: transparent;
    border: 2px solid #fff;
    font-weight: 600;
}
.edificio {
    width: 12%;
    margin: auto;
}
.pasos {
    width: 50%;
    margin: auto;
}

/*media*/
@media (max-width: 2000px) and (min-width: 1900px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1.3%;
    right: 0;
    margin-top: 10px;
    top: 0;
}
	.ee-header-profile {
    position: absolute;
    right: -105%;
    top: -27px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}
	.empresas {
    padding: 5.5% 7%;
    background: #0099d8;
    color: #ffff;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -26%;
    width: 100%;
    filter: brightness(0) invert(1);
    margin-left: -60%;
}
	.middle-header-row {
    padding: 6% 0% 2% 0%;
}
	.header .ee-login-wrapper {
    position: absolute;
    right: -75%;
    width: 100%;
    padding-top: 1px;
}
	.input-group.search-box-container {
    padding: 2px 0;
    border-radius: 0;
    position: absolute;
    right: -100%;
}
	.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: -15%;
}
}
@media (max-width: 1899px) and (min-width: 1750px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1.3%;
    right: 0;
    margin-top: 10px;
    top: 0;
}
	.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: -15%;
}
	.ee-header-profile {
    position: absolute;
    right: -83%;
    top: -27px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}
	.empresas {
    padding: 4% 7%;
    background: #0099d8;
    color: #ffff;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -26%;
    width: 100%;
    filter: brightness(0) invert(1);
    margin-left: -35%;
}
	.middle-header-row {
    padding: 6% 0% 2% 0%;
}
	.header .ee-login-wrapper {
    position: absolute;
    right: -28%;
    width: 100%;
    padding-top: 1px;
}.input-group.search-box-container {
    padding: 2px 0;
    border-radius: 0;
    position: absolute;
    right: -75%;
}
}
@media (max-width: 1749px) and (min-width: 1601px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1%;
    right: 0;
    margin-top: 15px;
    top: 0;
}
	.ee-header-profile {
    position: absolute;
    right: -105%;
    top: -27px;
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -23%;
    width: 100%;
    filter: brightness(0) invert(1);
    margin-left: -40%;
}
	.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: -10%;
}
	.input-group.search-box-container {
    padding: 1px 0;
    border-radius: 0;
    position: absolute;
    right: -100%;
}
	.header .ee-login-wrapper {
    position: absolute;
    right: -60%;
    width: 100%;
    padding-top: 1px;
}
	.empresas {
    padding: 3.3% 7%;
    background: #0099d8;
    color: #ffff;
}
	.s-blog-content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
	.s-blog-content {
    position: absolute;
    bottom: 3%;
    width: 90%;
    margin-left: 2%;
    padding: 0px 20px;
    height: 37%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
}

@media (max-width: 1600px) and (min-width: 1500px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1%;
    right: 0;
    margin-top: 12px;
    top: 0;
}
	.middle-header-row {
    padding: 5% 0% 2% 0%;
}
	.ee-header-profile {
    position: absolute;
    right: -80%;
    top: -27px;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}
	.empresas {
    padding: 4% 7%;
    background: #0099d8;
    color: #ffff;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -23%;
    width: 100%;
    filter: brightness(0) invert(1);
    margin-left: -40%;
}
	.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: -15%;
}
	.input-group.search-box-container {
    padding: 1px 0;
    border-radius: 0;
    position: absolute;
    right: -70%;
}
	.header .ee-login-wrapper {
    position: absolute;
    right: -25%;
    width: 100%;
    padding-top: 0px;
}
	.empresas {
    padding: 2.5% 7%;
    background: #0099d8;
    color: #ffff;
}
	.s-blog-content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
	.s-blog-content {
    position: absolute;
    bottom: -14%;
    width: 90%;
    margin-left: 1%;
    padding: 0px 20px;
    height: 50%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
}

@media (max-width: 1499px) and (min-width: 1300px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1%;
    right: 0;
    margin-top: 10px;
    top: 0;
}
	.ee-header-profile {
    position: absolute;
    right: -51%;
    top: -27px;
    width: 79%;
    margin-top: 13px;
    margin-left: 0;
}
	.empresas {
    padding: 4% 7%;
    background: #0099d8;
    color: #ffff;
}
	.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: -7%;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -20%;
    width: 75%;
    filter: brightness(0) invert(1);
    margin-left: -22%;
}
	.header .ee-login-wrapper {
    position: absolute;
    right: -22%;
    width: 100%;
    padding-top: 1px;
}
	.input-group.search-box-container {
    padding: 2px 0;
    border-radius: 0;
    position: absolute;
    right: -70%;
}
	.middle-header-row {
    padding: 5% 0% 2% 0%;
}
	.empresas {
    padding: 1.5% 5%;
    background: #0099d8;
    color: #ffff;
}
	.pasos {
    width: 30%;
    margin: auto;
}
	.s-blog-content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
	.s-blog-content  {
    position: absolute;
    bottom: -22%;
    width: 92%;
    margin-left: 0%;
    padding: 0px 20px;
    height: 55%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
	.s-blog-content p strong {
    font-size: 16px;
}
}

@media (max-width: 1199px) and (min-width: 992px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1%;
    right: 0;
    margin-top: 10px;
    top: 0;
}
	.ee-header-profile  {
    position: absolute;
    right: -30%;
    top: -27px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0;
}
	.top-header-row .item-inner-top-header a {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
    margin-left: 17px;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: -7%;
    width: 85%;
}
	.middle-header-row {
    padding: 7% 0% 1% 0%;
}
	.main-nav-row .item-inner-main-nav a   {
    border-right: solid 1px #fff;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 0px;
}
	.js-log-in {
    background: #004ba4;
    color: #fff;
    border-color: #004ba4;
    font-size: 14px;
    font-weight: 200;
    margin-top: -13%;
}
	.input-group.search-box-container {
    padding: 10px 0;
    border-radius: 32px;
    margin-left: 17%;
    margin-top: -8%;
    right: -15%;
}
	.edificio {
    width: 10%;
    margin: auto;
}
	.s-blog-content p {
    font-size: 12px;
    line-height: 14px;
}
	.s-blog-content {
    position: absolute;
    bottom: -22%;
    width: 95%;
    margin-left: 0%;
    padding: 0px 20px;
    height: 55%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
	.s-blog-content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
	.s-blog-content p {
    font-size: 12px;
    line-height: 14px;
}
}

@media (max-width: 991px) and (min-width:768px){
	.main-nav-row {
    background-color: #000;
    position: absolute;
    width: 100%;
    padding: 1%;
    right: 0;
    margin-top: 10px;
    top: 0;
}
	.ee-header-profile {
    position: absolute;
    right: -45%;
    top: -27px;
    width: 135%;
    margin-top: 26px;
    margin-left: 0;
}
	.top-header-row .item-inner-top-header a {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
    margin-left: 17px;
}
	.middle-header-row .col-sm-3 img {
    position: absolute;
    z-index: 1000;
    margin-top: 3%;
    width: 90%;
    margin-left: -10px;
}
	.middle-header-row {
    padding: 9% 0% 1% 0%;
}
	.main-nav-row .item-inner-main-nav a   {
    border-right: solid 1px #fff;
    padding: 2px 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 0px;
}
	.js-log-in {
    background: #004ba4;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: -13%;
}
	.input-group.search-box-container {
    padding: 10px 0;
    border-radius: 32px;
    margin-left: 0%;
    margin-top: 0%;
    right: 0%;
    position: static;
}
	.header {
    background-color: #000;
    padding: 1%;
}
	.header .ee-login-wrapper {
    position: static;
    right: -5%;
    width: 100%;
    padding-top: 30px;
}
	.edificio {
    width: 10%;
    margin: auto;
}
	.spacer {
    padding: 20px 0px;
}
	.btn-feria {
    background: #fff;
    color: #004ba4;
    border: 2px solid #004ba4;
    padding: 14px 16px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
}
	.empresas {
    padding: 5px 3%;
    background: #0099d8;
    color: #ffff;
    width: 100%;
}
	.empresas-img {
    padding: 0px;
    margin: auto;
    width: 100%;
}
	.s-blog-content {
    position: static;
    bottom: -50%;
    width: 100%;
    margin-left: 0%;
    padding: 10px 20px;
    height: 230px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
	.s-blog-content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
	.s-blog-content p {
    color: #fff;
    font-size: 12px;
}
	.h2-agenda {
    background: #0099d8;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 1%;
}
	.blog-post-date {
    position: absolute;
    right: 0;
    top: 0px;
    background: linear-gradient(to right, rgba(0,75,164,1) 0%, rgba(0,153,216,1) 100%);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    width: 100%;
    height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    transition: .5s;
}
	.nav-default {
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: 0%;
    width: 110%;
}
}
@media (max-width:767px) and (min-width: 320px){
	.main-nav-row {
    background-color: #000;
    position: static;
    width: 100%;
    padding: 0%;
    right: 0;
    margin-top: 0;
    top: 0;
}
	.header {
    background-color: #000;
    padding: 0;
}
	.ee-navbar-profile {
    background-color: #000;
    padding: 20px 15px;
}
	.input-group.search-box-container {
    padding: 0px 0;
    border-radius: 0px;
    margin-left: 0%;
    margin-top: 0%;
    position: static;
}
	.nav>li>a {
    position: relative;
    display: block;
    padding: 1px 5px;
    color: #fff;
}
	.fa-user:before {
    content: "\f007";
	display: block;
}
	.main-nav-row .item-inner-main-nav a {
    border-right: none;
    padding: 2px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
	.nav-default {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: none;
    margin-right: 0;
}
	.mainnav-toggle-search {
    position: relative;
    overflow: hidden;
    width: 100%;
}
	.navbar-nav {
    margin: 10px 0px;
}
	.spacer {
    padding: 5px 0px;
}
	.feria-video-txt {
    top: 50px;
    color: #fff;
}
	.h2 {
    color: #2699FB;
    font-size: 26px;
    font-weight: bold;
}
	.h2b {
    font-size: 26px;
    font-weight: bold;
}
	.edificio {
    width: 25%;
    margin: auto;
}
	.pasos {
    width: 25%;
    margin: auto;
}
	.btn-feria {
    background: #fff;
    color: #004ba4;
    border: 2px solid #004ba4;
    padding: 12px 14px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
}
	.slick-slide img {
    display: block;
    max-width: 100%;
    background: #fff;
}
	.row {
    margin-right: 0px;
    margin-left: 0px;
}
	.h2-agenda {
    background: #0099d8;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 20px;
}
	.blog-post-date {
    position: absolute;
    right: 0;
    top: 20px;
    background: linear-gradient(to right, rgba(0,75,164,1) 0%, rgba(0,153,216,1) 100%);
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    width: 50%;
    height: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    text-align: center;
    transition: .5s;
}
	.s-blog-content h4 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
	.s-blog-content p {
    font-size: 12px;
	line-height: 14px;
}
	.s-blog-content {
    position: absolute;
    bottom: -10%;
    width: 92%;
    margin-left: 0%;
    padding: 0px 20px;
    height: 50%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.6px);
    -webkit-backdrop-filter: blur(13.6px);
    color: #fff;
}
	.s-blog-image {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
	.card {
    margin: 12px auto;
    width: 90%;
    height: auto;
    border-radius: 12px;
    box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.15), -5px -5px 30px 7px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    padding: 12px;
    border: #005ca4 2px solid;
}
.feria-video {
    position: relative;
    background-color: black;
    height: 130vh;
    min-height: 0rem;
    width: 100%;
    overflow: hidden;
}
}

.eesites-offer-application .btn-return {
    width: auto;
    display: inline-block;
}