.showResponsive {
  display: none;
}

header {
  display: block;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  /*position: -webkit-sticky;
  position: sticky;
  */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* background-color: #fff; */
  visibility: visible !important;

}

header#navHeader .container-fluid {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

header:not(.sticky):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.34);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(45%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
header:after{
  clear:both;
}
/*.home header,
.home2 header{
  background-color: transparent;
  box-shadow: none;
}
.home header form,
.home2 header form
{
  display: none !important;
}

.home header:not(.sticky):before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  background: rgba(0,0,0,0.66);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.66) 10%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(10%, rgba(0,0,0,0.66)), color-stop(75%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.66) 10%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.66) 10%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.66) 10%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.66) 10%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  opacity: 0.7;
}*/
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  visibility: visible !important;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgb(0 0 0 / 8%);
  z-index: 15;
}

header.sticky.headerInternal {
  background-color: #fff !important;
  position: absolute !important;
  top: 0 !important;
  border: 0 !important;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

header .container-fluid {
  position: relative;
}

header nav.menu-main {
  float: right;
}

header nav.menu-main ul {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

header nav.menu-main ul li {
  display: inline-block;
  position: relative;
}

/*Mobile*/
@media screen and (max-width:900px){
	header nav.menu-main ul li{
      display: block;
    }
    header nav.menu-main ul li .iniciar-sesion{
      width: fit-content;
    }
}

header nav.menu-main ul li.login-item ul {
  right: 0;
  left: auto;
}

header nav.menu-main ul li ul {
  position: absolute;
  padding: 0;
  background-color: #fff;
  color: #666;
  /* width: 100%; */
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  top: 50px;
  -webkit-box-shadow: 0 10px 10px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 10px 10px 1px rgb(0 0 0 / 10%);
}

header nav.menu-main ul li ul+a:after {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) translateY(-4px);
  -webkit-transform: rotate(45deg) translateY(-4px);
  margin-left: 6px;
}

header nav.menu-main ul li ul+a:hover:after {
  border-color: var(--c-primary);
}

header.sticky nav.menu-main ul li ul+a:after {
  border-color: #fff;
}

header nav.menu-main ul li:hover ul {
  opacity: 1;
  height: auto;
}

header nav.menu-main ul li ul li {
  display: block;
  border-bottom: 1px solid #ddd;
}

header nav.menu-main ul li ul li a {
  color: #666 !important;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  padding-top: 20px;
  display: block;
  padding-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

header nav.menu-main ul li ul li a:hover {
  background-color: #eee;
}

header nav.menu-main ul li ul li:last-child {
  border-bottom: 0;
}

header nav.menu-main ul a ul {
  position: absolute;
}

/*Mobile*/
@media screen and (min-width:900px) {
  .home header nav.menu-main,
  .home2 header nav.menu-main {
    margin-top: 23px;
  }

  body:not(.home, .home2) header nav.menu-main,
  header.sticky nav.menu-main {
    margin-top: 8px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width:900px) {
  .headerInternal {
    display: none !important;
  }
  header nav.menu-main ul li ul+a:after{
    transform: rotate(-47deg) translateY(-1px);
  }
  #seach_btn:after{
    content: "BUSQUEDA";
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-3px);
  }
}

header nav.menu-right {
  float: right;
}

header .logo {
  float: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


header .logo {
  filter: invert(0);
}

header.sticky .logo {
  filter: invert(0.6);
}

header .logo img {
  height: 85px !important;
}

header.sticky .logo img {
  height: 50px !important;
  margin-top: 7px;
}

header nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 50px;
  color: #eee;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.55rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

header.sticky nav a:not(.iniciar-sesion) {
  color: #666;
}

header.sticky nav a:not(.iniciar-sesion):hover {
  color: var(--c-primary);
}


header nav a:first-child {
  /* padding-left: 0; */
}

header nav a img {
  filter: brightness(0) invert(1);
}

header.sticky nav a img {
  filter: none
}

/*Mobile*/
@media screen and (max-width:900px){
	header.sticky nav a:not(.iniciar-sesion){
	  color: #fff;
	}
	header.sticky nav a img{
	  filter: brightness(0) invert(1);
	}
}

header nav a:last-child {}

header nav a:hover,
header nav a.active {
  color: #fff;
}

header nav a.big-number {
  font-size: 1.3rem;
  color: #333333;
  border-left: 1px solid #CCC;
  font-weight: 700;
}

.home header .logo img,
.home2 header .logo img {
  -webkit-transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -ms-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
  max-width: 100%;
  height: 85px;
}

/*Mobile*/
@media screen and (max-width:550px) {
  header .logo img {
    max-width: 100%;
    height: auto;
  }
}

/*Mobile*/
@media screen and (max-width:900px) {
  body:not(.comienzo) header.headerInternal .logo img {
    -webkit-filter: opacity(0.6) brightness(0);
    filter: opacity(0.6) brightness(0);
  }
}

header .logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.iniciar-sesion {
  /* color: var(--c-primary); */
  background-color: var(--c-primary);
  background-image: linear-gradient(135deg, var(--c-primary) 0%, #9599E2 100%);
  border-radius: 3px;
  border-color: white !important;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: 10px;
  color: white;
}

.iniciar-sesion:hover {
  color: white;
  background-image: linear-gradient(135deg, #9599E2 0%, var(--c-primary) 100%);
}

.iniciar-sesion:hover:after {
  border-color: white !important;
}

/*Mobile*/
@media screen and (max-width:800px) {
  header nav.menu-main {
    display: block;
    position: fixed;
    left: -100vw;
    background-color: #111;
    z-index: 2;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    min-width: 70%;
    padding-top: 10px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  header nav.menu-main.open {
    left: 0;
  }

  header nav.menu-main a,
  header nav.menu-main a.showResponsive {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  header nav.menu-main a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  header nav.menu-right {
    display: none;
  }

  header .logo-center {
    position: inherit;
    left: auto;
    transform: none;
  }
}

/*Tablet*/
@media screen and (min-width:750px) and (max-width:1250px) and (orientation:landscape) {
  header nav.menu-main a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.7rem;
  }
}

.responsiveMenu {
  display: none;
}

/*Mobile*/
@media screen and (max-width:800px) {
  .responsiveMenu {
    display: block;
    position: absolute;
    right: 0;
    /* background-color: rgba(255,255,255,1); */
    border: 0;
    width: 35px;
    top: 40px;
    transform: translateY(-50%);
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -ms-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all 0.0s ease;
    padding: 5px;
    /* border-radius: 2px; */
  }

.sticky .responsiveMenu {
    top: 30px;
}

.sticky .responsiveMenu > div {
    background-color: #444;
}

  .responsiveMenu>div {
    height: 4px;
    background-color: white;
    margin: 3px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .responsiveMenu.open {
    width: calc(100vw + -10px);
    height: 100vh;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    transform: none;
  }

  .responsiveMenu.open>div {
    background-color: transparent;
  }
}

#form-request .close {
  position: relative;
  z-index: 2;
}

/*Mobile*/
@media screen and (max-width:750px) {
  #form-request .close a {
    position: absolute;
    display: block;
    right: 0;
    top: -70px;
  }
}

header #search_header {
  position: absolute;
  right: 49px;
  top: 8px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header #search_header.open {
  width: calc(100vw - 500px);
}

header #search_header form {
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
}

header #search_header form input[type="text"],
header #search_header form input[type="email"],
header #search_header form input[type="password"],
header #search_header form input[type="search"],
header #search_header form select,
header #search_header form textarea {
  display: block;
  border: 0;
  background-color: #eee;
  padding: 10px;
  height: 45px;
}

header #search_header form input[type="text"] {
  width: 350%;
}

header #search_header form select {
  border-left: 1px solid #ddd
}

header #search_header form button {
  border: 0;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #aaa;
}

header #search_header form button:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../img/icons/search-solid.svg);
  width: 22px;
  height: 22px;
  filter: invert(1);
}

header #search_header form button:hover {
  background-color: #999;
}

span.error-input {
    color: red;
    text-align: left;
    display: none;
    font-size: 12px;
    padding-top: 5px;
    line-height: 1;
    margin-bottom: 0px;
}

li.login {
  padding: 15px 15px;
  padding-top: 23px;
  border: 1px solid #ccc !important;
  width: 260px;
  /* border-bottom: 1px solid #ccc !important; */
  padding-bottom: 10px;
}

li.login .title {
  font-size: 1rem;
  text-align: left;
  margin: 0;
  padding-bottom: 5px;
}

header nav.menu-main ul li ul li.login a:not(.btn) {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

li.login .btn {
  border-radius: 0;
  width: 100%;
  background-color: #333;
  color: #fff !important;
  /* transform: translateY(-7px); */
  margin-bottom: -33px;
}

li.login .btn:hover {
  background-color: #333;
  color: #fff !important;
  opacity: 0.7;
}

li.login .flex-form>div {
  padding-bottom: 20px;
}

li.login .flex-form>div.check {
    font-size: 0.65rem;
    transform: translateY(-10px);
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1;
}

li.login .flex-form>div.check input {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    height: auto;
    margin-top: -5px;
}

li.login .flex-form>div input {
  /* margin-bottom: 22px; */
}

li.login .flex-form>div:last-child {
  padding-bottom: 0px;
}

li.login .flex-form>div label {
  font-size: 0.758rem;
  top: 12px;
  padding-left: 12px;
}

li.login .flex-form>div.check label{
  display: block;
  position: initial;
  font-size: inherit;
  top: initial;
  padding: initial;
  pointer-events: initial;
}

li.login .animated-label input:focus+label,
li.login .animated-label input:not(:placeholder-shown)+label {
  font-size: 8px !important;
  transform: translateY(-24px);
  padding-left: 0 !important;
}

li.login .flex-form>div input {
  border: 0;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  height: 40px;
}

a#seach_btn:before {
  content: "\0274c";
  font-size: 0.6rem;
  position: absolute;
  filter: brightness(0) invert(1);
  opacity: 0;
  margin-top: -2px
}

.sticky a#seach_btn.open:before{
  filter: brightness(0);
  opacity: 0.6;
}

a#seach_btn.open:before {
  opacity: 1;
}

a#seach_btn.open img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a#seach_btn.open img {
  opacity: 0;
}

div#errorMsg {
    line-height: 0.5;
}

a.iniciar-sesion[title="SALIR"] {
  padding-left: 38px;
  background-color: #d32323;
  background-image: linear-gradient(160deg, #d32323 0%, #9a1818 86%);
}

a.iniciar-sesion[title="SALIR"]:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden='true'%20focusable='false'%20data-prefix='fas'%20data-icon='sign-out-alt'%20class='svg-inline--fa%20fa-sign-out-alt%20fa-w-16'%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20fill='currentColor'%20d='M497%20273L329%20441c-15%2015-41%204.5-41-17v-96H152c-13.3%200-24-10.7-24-24v-96c0-13.3%2010.7-24%2024-24h136V88c0-21.4%2025.9-32%2041-17l168%20168c9.3%209.4%209.3%2024.6%200%2034zM192%20436v-40c0-6.6-5.4-12-12-12H96c-17.7%200-32-14.3-32-32V160c0-17.7%2014.3-32%2032-32h84c6.6%200%2012-5.4%2012-12V76c0-6.6-5.4-12-12-12H96c-53%200-96%2043-96%2096v192c0%2053%2043%2096%2096%2096h84c6.6%200%2012-5.4%2012-12z'%3E%3C/path%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  font-size: 1.5rem;
  position: absolute;
  margin-left: -25px;
  filter: brightness(0) invert(1);
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

a.iniciar-sesion[title="SALIR"]:hover{
  /*opacity: 0.7;*/
  filter: brightness(1.2)
}

div#mojito-modal-header-div {
    text-align: right;
    padding: 8px 7px;
}

div#mojito-modal-header-div > div {
    color: #fff;
    display: inline-block;
    padding-left: 5px;
}

div#mojito-modal-header-div > div#mojito-modal-close-div {
    cursor: pointer;
}

.mojito-modal-div > div{
  border-radius: 6px;
  overflow: hidden !important;
}

.mojito-modal-div .mojito-modal-content-div{
  padding-bottom: 22px !important;
}

/*Mobile*/
@media screen and (max-width:900px){
	header nav.menu-main ul li.login-item{
      position: initial
	}

	header nav.menu-main ul li.login-item ul{
	  width: calc(100%);
	  right: initial;
	  left: 0;
	  top: 0;
	  z-index: 2;
	  height: 0;
	}

	header nav.menu-main ul li.login-item ul li.login{
      width: 100%;
      border:  0 !important;
    }
    li.login .flex-form>div label{
      left: 0;
    }
    li.login .title{
      padding-bottom: 20px;
    }
    li.login .title:after {
      content: '\00D7';
      display: flex;
      float: right;
      background-color: black;
      color: white;
      font-size: 1rem;
      width: 20px;
      height: 20px;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }
    li.login .btn{
      text-align: center;
      margin-bottom: -12px
    }
}