
html {
  scroll-behavior: smooth;
  user-select: none;
}

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 0.8vw;
}

.section {
  width:100vw;
  height:100vh;
}

#front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #B2CA94;
  color: #41623c;
}

#front_logo {
  width: 30vw;
  filter: saturate(0.7) hue-rotate(-20deg);
}

#header_logo {
  height: 7em;
  filter: saturate(0.7) hue-rotate(-20deg);
}

#header {
  top: 0;
  font-size: 120%;
  position: sticky;
  position: -webkit-sticky;
  background-color: #B2CA94;
  width: 100vw;
  height: 0vh;
  transition: height 0.5s;
  color: #41623c;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.grow {
  height: 7em !important;
}

#s01, #s03, #s05 {
  background-color: white;
}

#s01, #s03 {
  background-image: url("./img/fondo01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70vw;
}

#s02, #s04 {
  background-color: #e6eedd;
}

#footer {
  display: flex;
  flex-direction: column;
  background-color: #B2CA94;
  height: 8em;
  justify-content: center;
  align-items: center;
  width: 100vw;
  color: #41623c;
}

#menu {
  font-size: 150%;
  width: 100vw;
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 2em;
}

.active {
  cursor: pointer;
}

#header_wrapper {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  column-gap: 2em;  
  overflow: hidden;
  align-items: center;
}

#header_menu {
  display: flex;
  column-gap: 1.5em;
  align-self:flex-end; 
}

#header_title {
  font-size: 400%;
}

#header_subtitle {
  max-width: 30vw;
}

#ht02, #ht03 {
  color:#84ACB6;
  font-style: italic;
  font-size: 80%;
}

.red {
  color:#C00000;
}

.overlined {
  border-top: 3px solid #C00000;
}

.underlined {
  border-bottom: 3px solid #C00000;
}

#logos {
  width: 100vw;
  display: flex;
  justify-content: center;
  column-gap: 2em;
  filter: brightness(0.8);
}

.logo {
  height: 6em;
}

.logo_footer {
  height: 4em;
}

.half {
  max-height: 2em;
}

#front_cont {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 30vw;
}

#title {
  font-size: 800%;  
  font-weight: 400;
}

#subtitle {
  font-size: 200%;
  text-align: center;
}

#fl02, #fl03, #fl04 {
  color:#84ACB6;
  font-style: italic;
  font-size: 80%;
}

#arrow_down {
  width: 5em;
  margin: -5em;
  filter: brightness(70%);
}

.slidercont {
  display: flex;
  height:85vh;
  margin-left:0vw;
}

#sec01_slidercont {
  width:300vw;
}

#sec02_slidercont {
  width:300vw;
}

#sec01_sliderrule, #sec02_sliderrule {
  width:100vw;
  height:20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2em;
}

.slider {
  width: 100vw;
  transition: all 1s;
}

.slider_title {
  font-size: 400%;
  margin-top: 15vh;
  margin-left: 20vw;
  margin-right: 30vw;
}

.slider_text {
  font-size: 200%;
  margin-left: 15vw;
  margin-right: 15vw;
}

.x5 {
  font-size: 500%;
}

#sec01_sli03 {
  display: flex;
  column-gap: 4em;
  justify-content: center;
  margin-top: 15vh;
  margin-left: 15vw;
  margin-right: 15vw;
  width:70vw;
}

#sec02_sli01{
  display: flex;
  column-gap: 4em;
  justify-content: center;
  width:100vw;
  margin-top: 15vh;
}

#sec02_sli01 {
  height: 100vh;
}

#sec01_sli03_left, #sec01_sli03_right {
  width: 50%;
}

#sec02_sli01_left {
  width: 35%;
} 

#sec02_sli01_right {
  width: 35%;
  height: 70vh;
}

#sec01_sli03_left_title, #sec02_sli01_left_title {
  margin-left:5vw;
  margin-right:0;
  margin-top:0;
}

#sec01_sli03_left_text, #sec02_sli01_left_text {
  margin-left:0;
  margin-right:0;
}

#sec02_sli01_left_text {
  font-size: 190%;
}

.post {
  margin-top:1em;
}

.post_subtitle {
  margin-left: 4em;
}

#sec04_sli01_text {
  margin-right:15vw;
  
}

.creditos_table td{
  padding-left: 5vw;
  font-size: 80%;
  width:50%;
}

.creditos_table {
  width:100%;
}

#footer_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
}

#logos_footer {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  column-gap: 2em;
}

.icon {
  height: 1.5em;
  filter:brightness(1.4);
}

#links_footer {
  height: 6em;
}

figure.zoom {
  & img:hover {
    opacity: 0;
  }
  img {
    transition: opacity .5s;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
  }
  background-position: 50% 50%;
  background-size: 200%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: zoom-in;
}

#inprogress {
  position:absolute;
  z-index:5;
  width: 50%;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

#rquertys {
  font-size: smaller;
}

.news_header{
  display:flex;
  gap: 1em;
  margin-top: 1em;
  border-top: 2px solid black;
}

.news_body {
  font-size: x-large;
  height:0;
  transition: height 1s;
  overflow: hidden;
}

.news {
  display: flex;
  flex-direction: column;
  gap:1em;
}

.news_subtitle {
  font-size: smaller;
}

#sec04_sli01_text p{
  margin:10px 0;
}

#sec04_sli01_text span{
  margin:10px 0;
}