


/* Awesome Modal CSS */
.nav {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  overflow: auto;
  z-index: 999;
}
.nav * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


.pop {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  overflow: auto;
  z-index: 999;
  opacity: 0;

  align-items: center;
  justify-content: center;

  animation: pop .3s ease-in-out forwards;
}
.pop * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@keyframes pop{
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.awesome-overlay {
  display: none;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  overflow: hidden;
  cursor: default;

  animation: over .7s ease-in-out forwards;
}
@keyframes over{
  0% {opacity: 0;}
  100% {opacity: 1;}
}


.nav:target {
  display: block;
}
.pop:target {
  display: flex;
}
:target ~ .awesome-overlay {
  display: block;
}




/*MI CSS*/
.bt-cerrar {
  width: 58px;
  height: 58px;
  font-size: 36px;
  background-color: var(--color-primario);
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 10;
  color: white;
  border-radius: 50px;
  opacity: 0;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;

  animation: cerrar .7s ease-in-out forwards;
}
@keyframes cerrar{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.bt-cerrar:hover {
  background-color: black;
}
.img-nav {
  width: 100%;
  height: 100vh;
  margin: 0px 0px 0px 0%;
  opacity: 0;

  overflow: hidden;
  animation: cerrojuli .7s ease-in-out forwards;
}
@keyframes cerrojuli{
  0% {opacity: 0;}
  50% {opacity: 1; }
  70% {position: absolute; width: 100%; right: 0;}
  100% {opacity: 1; position: absolute; width: 82%; right: 0;}
}
.nav-left {
  position: absolute;
  top: 0;
  width: 400px;
  height: 100vh;
  background-color: white;
  border-radius: 0px 40px 40px 0px;
  padding: 70px 30px 30px 30px;
  z-index: 4 !important;

  transform: translateX(-470px);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  animation: nav-left .4s ease-in-out forwards;
  animation-delay: .4s;
}
@keyframes nav-left{
  0% {transform: translateX(-470px);}
  100% {transform: translateX(0px);}
}




.bt-nav {
  color: var(--color-primario);
  font-size: 28px;
  font-weight: 600;
  margin: 4px 0px;

  display: flex;
  align-items: center;
}
.bt-nav:hover {
  color: black;
}
.ico-vi {
  font-size: 30px;
}


.bt-nav2 {
  color: gray;
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0px 30px 0px;

  display: flex;
  align-items: center;
}
.bt-nav2:hover {
  color: black;
}
.ico-vi2 {
  font-size: 30px;
}


.bt-nav3 {
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 20px;
  border-radius: 7px;
  margin: 0px 0px 20px 0px;

  width: 100%;
}
.bt-nav3:hover {
  background-color: black;
}
.expo {
  background-color: var(--color-secundario);
}
.visi {
  background-color: var(--color-primario);
}
.ico-vi3 {
  font-size: 20px;
  margin: 0px 10px 0px 0px;
}

.wrap-fecha-nav {
  width: 100%;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.item-fecha-nav {
  display: flex;
  align-items: flex-start;

  font-size: 16px;
  line-height: 1.1;
}
.ico-ca-na {
  font-size: 20px;
  margin: 2px 2px 0px 0px;
}


.item-fecha-nav-info {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
  margin: 30px 0px;
  font-size: 20px;
  color: var(--color-secundario);
}
.ico-ca-na-info {
  font-size: 35px;
  margin: 0px 0px 9px 0px;
}
.title-info {
  color: var(--color-primario);
  font-weight: 700;
}









@media screen and (max-width: 680px) {


.bt-nav {
  color: var(--color-primario);
  font-size: 20px;
  font-weight: 600;
  margin: 4px 0px;

  display: flex;
  align-items: center;
}
.bt-nav:hover {
  color: black;
}
.ico-vi {
  font-size: 20px;
}
.bt-nav2 {
  color: gray;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0px 30px 0px;

  display: flex;
  align-items: center;
}
.bt-nav2:hover {
  color: black;
}
.ico-vi2 {
  font-size: 20px;
}

.bt-nav3 {
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border-radius: 7px;
  margin: 0px 0px 20px 0px;

  width: 100%;
  font-size: 16px;
}
.bt-nav3:hover {
  background-color: black;
}
.wrap-fecha-nav {
  width: 100%;

  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.item-fecha-nav {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 7px 0px;
  font-size: 16px;
  line-height: 1.1;
}
.ico-ca-na {
  font-size: 20px;
  margin: 0px 4px 0px 0px;
}
.sal {display: none;}

.ico-vi3 {
  font-size: 17px;
  margin: 0px 5px 0px 0px;
}


.nav-left {
  position: absolute;
  top: 0;
  width: 310px;
  height: 100vh;
  background-color: white;
  border-radius: 0px 40px 40px 0px;
  padding: 70px 30px 30px 30px;
  z-index: 4 !important;

  transform: translateX(-470px);

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  animation: nav-left .4s ease-in-out forwards;
  animation-delay: .4s;
}
@keyframes nav-left{
  0% {transform: translateX(-470px);}
  100% {transform: translateX(0px);}
}




}













