@font-face {
  font-family: "Gantari";
  src: url("fonts/Gantari-Regular.ttf");
}

@font-face {
  font-family: "GantariLight";
  src: url("fonts/Gantari-Light.ttf");
}

@font-face {
  font-family: "GantariBold";
  src: url("fonts/Gantari-Bold.ttf");
}

@font-face {
  font-family: "GantariSemiBold";
  src: url("fonts/Gantari-SemiBold.ttf");
}


@keyframes miAnimacion {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

a.button-reserva{
  font-size: 1.5rem;
  display:block;
  padding: 25px;
  text-transform: uppercase;
  color:#fff;
  background: #2dbc17;
 /* background: linear-gradient(180deg, rgb(34, 212, 14) 0%, rgb(4, 143, 61) 35%, rgba(26,255,0,1) 100%);*/
  border-radius: 8px;
  margin: 15px auto 15px auto;
  position: relative;
  width:60%;
  text-align: center;
  text-decoration: none;
 }

 a.button-Acadeu{
  font-size: 1.5rem;
  display:block;
  padding: 25px;
  text-transform: uppercase;
  color:#fff;
  background: rgb(22, 185, 174);
 /* background: linear-gradient(180deg, rgb(34, 212, 14) 0%, rgb(4, 143, 61) 35%, rgba(26,255,0,1) 100%);*/
  border-radius: 8px;
  margin: 15px auto 15px auto;
  position: relative;
  width:60%;
  text-align: center;
  text-decoration: none;
 }

 a.button-Acadeu:hover{
  font-weight: bold;
  color: rgb(22, 185, 174);
    background: #fff;
 }

 a.button-reserva:hover{
  font-weight: bold;
  color: rgb(20, 200, 0);
  background: #000000;
 }
 a.button-reserva:active{
  font-weight: bold;
  color: rgb(252, 114, 0);

 }

#container-button{
  width:100%;
  height: fit-content;
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info{
    width: 72%;
    margin: 10px;
    padding: 5px;
    font-family: Gantari, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
  }

.info h3{
    margin: 6px;
    font-size: 1.4rem;
  } 

.info h4{
  margin: 10px;
  font-size: 1.1rem;
} 
.info p{
    margin:6px;
    padding: 4px;
    line-height: 1.4rem;
  }

a.aInfo{
  color: rgb(2, 54, 83);
  
}

.row-images{
  display: flex;
  width:94%;
  height: fit-content;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin:auto;
}

.single-images{
  display: flex;
  width:50%;
  height: fit-content;
  flex-direction: row;
  justify-content: center;
  position: relative;
  margin:auto;
}
.imgBanner{
  width: 99% ;
  height: fit-content;
  float:left;
  margin:5px;
  }

.imgBannerVert{
    width: 30%;
    height: fit-content;
    float:left;
}
  
.imgIlu{
  width: 40%;
  height: fit-content;
  padding: 8px 6px 8px 6px;
  background-color: #fff;
  border-radius: 4px;
  float:left;
  margin-right: 20px;
  box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
  -webkit-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
  -moz-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
}

.imgRow{
  width: calc(100% / 2);
  min-width: 50%;
  height: fit-content;
  float:left;
  margin-right: 20px;
  margin-top: 20px;
  /*box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
  -webkit-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
  -moz-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);*/
  position:relative;
}

.photoSect{
  position: relative;
  width: 100%;
  height: fit-content;
  margin-right: 20px;
}

.photoText{
  width: 100%;
  height: 100%;
  margin:auto;
}

.epigrafe{
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8rem;
  font-weight: bold;
  height: min-content;
}

.epigrafeModern{
  min-width:99%;
  max-width: 99%;
  height: fit-content;
  text-align: center;
  font-family: GantariLight;
  background-color: rgba(44, 42, 42, 0.64);
  font-size: medium;
  font-weight: 600;
  position:absolute;
  bottom: 2%;
  margin:auto;
  color:#fff;
}
.epigrafeModernV{
  min-width: 28%;
  height: fit-content;
  text-align: center;
  font-family: GantariLight;
  background-color: rgba(54,51,51,0.64);
  font-size: medium;
  font-weight: 600;
  position:absolute;
  bottom: 2%;
  margin:auto;
  color:#fff;
  z-index: 20;
}




ul.Lista{
    margin-left:50px;
    margin-right: 50px;
    list-style-type:disc;
    overflow: auto;
    list-style-position:outside;
    /*background-color: inherit;*/
    font-family: inherit;
    font-weight: 600;
    /*background-color:#59ea54;*/
    background-color:#b5cddd;
    /*color:#023653;*/
    color:#2a2b2a;
    /*background-color:rgb(255, 141, 47);*/
    /*background-color:rgb(255, 220, 103);*/
    padding: 12px 6px 12px 36px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
ul.Lista li{
    width: 98%;
    margin: 6px 0px 6px 0px;
    font-size: 0.98rem;
  }



aside#asideInfo{
    width:28%;
    height: fit-content;
    max-height: fit-content;
    overflow: auto;
    background-color: rgba(2, 54, 83);
    padding: 2% 1% 2% 1%;
    color:#fff;
    font-size: large;
    line-height: 1.48em;
    border-radius: 5px;
    margin-top: 1.4%;
}

aside#asideInfo h3{
  font-family: Gantari;
  margin-top: 25px;
  margin-bottom: 8px;
}
aside#asideInfo h4{
  font-family:inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}

aside#asideInfo nav.hNav{
  width: 100%;
  height: fit-content;
  background-color: inherit;
  position:relative;
}
aside#asideInfo nav.hNav li{
  width: 100%;
  background-color: rgb(2, 54, 83);
}

#imgCoopLogo{
margin:16px auto 0 ; width:40%; height:40%;
}

#propuesta, #caract, #titulo-perfil, #inicio, #faq,  #talleres-primero, #talleres-segundo, #talleres-tercero, #talleres-cuarto, #acadeu{
  animation-name: miAnimacion;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

#propuesta, #caract, #titulo-perfil, #faq, #talleres-primero, #talleres-segundo, #talleres-tercero, #talleres-cuarto, #acadeu{
  display: none;
}

#Bienvenidos-Prim,  #Enfoque-Prim, #faq-Prim,  #talleres-Prim{
  animation-name: miAnimacion;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

#Enfoque-Prim, #faq-Prim,  #talleres-Prim{
  display: none;
}

#caracGim, #reservasGim{
  animation-name: miAnimacion;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
}

#reservasGim{
  display: none;
}

div.div-info{
  font-family:'GantariLight','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  color: #1f1f1f;
}

@media screen and (max-width: 992px) {

  aside#asideInfo{
    width:90%;
    height: fit-content;
    margin: 0.4% auto 3% auto;
    padding: 1% 1% 1% 2%;
  }

  aside#asideInfo nav.hNav{
    width: 100%;
    height: fit-content;
    background-color: inherit;
    position:relative;
  }

  aside#asideInfo nav.hNav ul{
    display:block;
  }

  ul.Lista{
      display:block;
      width: 94%;
      margin:0px auto 0px auto;
      overflow: auto;
      font-family: inherit;
      padding-left: 35px;
    }
    
  ul.Lista li{
      width: 100%;
      margin: 6px 0px 6px 0px;
      font-size: 0.98rem;
      list-style-type:disc;
      background-color: inherit;
      list-style-position:outside;
  }

  aside#asideInfo nav.hNav li{
    width: 100%;
    background-color: rgb(2, 54, 83);
  }

  .info{
    width: 90%;
    margin: 10px;
    padding: 5px;
    font-family: Gantari, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
  }
  #imgCoopLogo{
    margin:16px auto 0 ; width:20%; height:20%;
    }
  #trip{
      display:flex;
      flex-direction: column-reverse;
      justify-content: space-around;
      align-items: center;
      position:relative;
      margin:auto;
      top:2vh;
    }

    .row-images{
      display: flex;
      width:94%;
      height: fit-content;
      flex-direction: column;
      justify-content: space-around;
    }

    .single-images{
      display: flex;
      width:100%;
      height: fit-content;
      flex-direction: row;
      justify-content: center;
      position: relative;
      margin:auto;
    }
    
    .imgIlu{
    position:relative;
    width: 100%;
    height: 45%;
    padding: 8px 6px 62px 6px;
    background-color: #fff;
    border-radius: 4px;
    float:left;
    font-size: small;
    margin:10px 0 10px 0;
    box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
    -webkit-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
    -moz-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
    }

    .imgBanner{
      width: 98%;
      height: fit-content;
      background-color: #fff;
      border-radius: 8px;
      float:left;
      margin: 6px;
      }


    .imgBannerVert{
        width: 98%;
        height: fit-content;
        background-color: #fff;
        border-radius: 4px;
        float:left;
        margin: 6px;
        }
    .imgRow{
          width: 90%;
          min-width: 80%;
          height: fit-content;
          margin: 10px auto 0px auto;
          /*box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
          -webkit-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);
          -moz-box-shadow: 10px 10px 10px -3px rgba(54,51,51,0.47);*/
          position:relative;
        }

    .epigrafeModern{
      min-width: 98%;
      max-width: 98%;
      }

    .epigrafe{
        font-family: 'Courier New', Courier, monospace;
        font-size: 0.8rem;
        font-weight: bold;
        height: min-content;
        position:absolute;
        text-align: center;
      }



}