:root {
  --primary: #251B37;
  --primary-1: #c47e35;
  --primary-2: #dca15d;
  --primary-3: #dabb94;
  --primary-4: #f3dabc;
  --primary-5: #faf1e5;
  --dark-blue: #130c24;
  --black: #232020;
  --gray-dark: #666;
  --gray: #999;
  --gray-light: #EEF2E6;
  --beige: #D6CDA4;
  --gap--lg: 100px;
  --gap: 80px;
  --text-color: white;
  --light-icon: white;
  --dark-icon: var(--black);
  --anchor-color: var(--primary);
  --color-boton: #FD841F;
}

html {
  background-color: var(--primary);
  color: var(--text-color);
  background-image: url(" ../images/home.jpg");
  background-repeat: no-repeat;
  height: 100%;
  background-size:cover;
  background-position: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  
}

input {
  width: 70%;
  height: 2.3vh;
  border: 2px solid white;
  border-radius: 4px;
  padding: 5px;
}

.link {
  background-color: white;
}

.nav {
  display: flex;
  justify-content:space-between; 
  align-items:center;
  padding-block: 8px;
  
}


.btn {
  all: unset;
  box-sizing: border-box;
  outline: revert;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 60;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .18s, opacity .18s;
  display: inline-block;
}

.btn--nav {
  color: var(--text-color);
  opacity: .7;
  padding: 5px;
  font-size: 16px;
}

.btn-default {
  color: darkblue;
  background-color:var(--color-boton);
  border-radius: 10px;
  opacity: .9;
  padding: 12px;
  font-size: 12px;
}

.btn-default:disabled{
  display: none;
}


.btn-default1 {
  color: var(--text-color);
  background-color:var(red);
  border-radius: 10px;
  opacity: .9;
  padding: 10px;
  font-size: 14px;
  margin: 10px;
}

.btn--footer {
  color: var(--text-color);
  opacity: .7;
  padding: 1px;
  font-size: 14px;
  letter-spacing: 1,2px;
  text-transform:lowercase;
  
}

.btn--nav:hover {
  opacity: 1;
}

.btn:active {
  transform: translate(1px, 1px);
} 

.btn--nav:last-child {
  color: var(--color-boton);
  background-color: #251B37;
  border-radius: 5px;
}



#admin {
  display: none;
}

.logo {
  position: absolute;
  left: 65vh;
  margin: 12VH;
  flex: 1;
  width: 20em;
  height: auto;
  align-self: flex-end;
}

.nav li {
  display:flex;
  width: 100vh;
  text-shadow: 1px 1px 1px lightgray;
  font-size: 2vh;
}

h1{
  font-size: 3rem;
  text-shadow: 2px 1px 1px black;
  padding: 1vh;
  margin: 1vh;
}

h2{
  font-size: 2rem;
  text-shadow: 1px 1px 1px black;
  padding: 1vh;
  margin: 1vh;
}

h3{
  font-size: 1.8rem;
  text-shadow: 1px 1px 1px black;
  padding: 1vh;
  margin: 1vh;
}

p {
  text-shadow: 1px 1px 1px black;
  font-size: 1.7rem;
}

.banner {
  height: 65vh;
  margin-top: 10vh;
  margin-left: 10vh;
  margin-left: 2vh;
  margin-bottom: 5px;
  width: 150vh;
  justify-content: center;
  text-align: center;
  display: flex;
}

.banner h1 {
  margin: 0;
}

.app {
  background-color: #130c24;
  border-radius: 40px;
  opacity: 85%;
  display: block;
  justify-content: center;
  align-items: flex-end;
  margin: 5px;
  align-self: flex-start;
  width: 80vh;
  height: 35vh;
  border: solid 3px;

}

.app h1 {
  display: flex;
  flex: 1;
  font-size: 2vh;
  color: white;
  justify-content: center;
  }

.app h2 {
  display: flex;
  flex: 1;
  font-size: 1.65vh;
  border-radius: 24px;  
  border-radius: 12px;
}

.app h3 {
  display: flex;
  flex: 1;
  font-size: 1.55vh;
  
  color: white;
  border-radius: 12px;
}

.app p {
  text-shadow: 1px 1px 1px black;
  font-size: 1.8vh;
  padding: 1vh;
  margin: 1vh;

}

.about-images img {
  border: solid white 5px;
  border-radius: 25px;
  height: 70%;
}


.about-text {
  width: 55vh;
  height: 40vh;
  margin:0.4VH;
  background-color: var(--primary);
  border-radius: 50px;
  opacity: 82%;
  border: solid white 5px;
  border-radius: 25px;
  
}


.about-text h1 {
  font-size: 1.8vh;
}
.about-text h2 {
  font-size: 1.7vh;
}

.about-text h3 {
  font-size: 1.5vh;
}

.about-text p {
  font-size: 1.4vh;
  padding: 3px;
}
  

.footer {
  display:block;
  
  bottom:0;
  height:1vh;
  width:96%;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2px;
  margin: 2vh;
  border: 1px;
  
}


.footer p {
  text-shadow: 1px 1px 1px black;
  font-size: 1.2rem;
}

.footer-sm {
  gap: 16px;
  list-style: none;
  display: flex;
}

.footer-name {
  margin-bottom: 0;
}

.footer-rights {
  margin-top: 0;
}



.form-text{
  display: block;
  justify-content: space-between;
  padding: 20PX;
  background-color: #130c24;
  border-radius: 40px;
  
  
  
}


@media (max-width: 85rem) {
  .banner {
    height: 85vh;
    width: 180vh;
    align-items: top;
    justify-content: space-between;
    text-align: center;
    display: flex;
    
  }

  .btn {
    box-sizing:content-box;
    outline: revert;
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 20;
    line-height: 1;
    text-decoration: none;
    transition: transform .18s, opacity .18s;
    display: inline-block;
  }


  .btn-default1 {
    color: var(--text-color);
    background-color:var(--color-boton);
    font-weight: 30;
    border-radius: 10px;
    opacity: .7;
    padding: 5px;
    font-size: 10px;
    margin: 10px;
  }

  input {
    width: 60%;
    height: 2vh;
    border: 2px solid white;
    border-radius: 4px;
    padding: 5px;
  }


  .nav {
    padding-block: 10 px;
    
  }
    
  .btn--nav {
    padding: 6px;
    font-size: 16px;
  }

  .about-text {
    height: 70vh;
  }
  
  .about-text h2 {
    font-size: 2.5vh;
  }

  .about-text h3 {
    font-size: 2.5vh;
  }
  .about-text p {
  
    font-size: 2.2vh;
   
  }

  .footer {
    display: block;
  }
  
  .footer .side {
    align-items: center;
    gap: 16px;
    display: block;
  }
  
  .footer p {
    text-shadow: 1px 1px 1px black;
    font-size: 1.2rem;
  }
  
  .footer-sm {
    gap: 16px;
    list-style: none;
    display: block;
  }
  
  .footer-name {
    margin-bottom: 0;
  }
  
  .footer-rights {
    margin-top: 0;
  }

  .app {
    width: 80vh;
    align-self: center;
    margin-left: 40vh;

  }

  .app h1 {
    display: flex;
    flex: 1;
    font-size: 2.5vh;
    color: white;
    justify-content: center;
    }

  .app h2 {
    display: flex;
    flex: 1;
    font-size: 1.6vh;
    border-radius: 24px;  
    border-radius: 12px;
  }

  .app h3 {
    display: flex;
    flex: 1;
    font-size: 1.7vh;
    
    color: white;
    border-radius: 12px;
  }

  .app p {
    text-shadow: 1px 1px 1px black;
    font-size: 1.7vh;
    padding: 1vh;
    margin: 1vh;

  }
  



  }


  @media (max-width: 70rem) {
    html {
      background-image: url(" ../images/ec18.jpeg");
      
      width: 105vh;
    }
  
    .banner {
      height: 70vh;
      width: 50vh;
      align-items: top;
      justify-content: center;
      
      text-align: center;
      display: flex;
      
    }
  
    .nav {
      padding-block: 3 px;
      width: 65vh;
      justify-content: space-around;
      
    }
      
    .btn--nav {
      padding: 2px;
      font-size: 16px;
      
    }

    

    .logo {
      position: absolute;
      top: -10vh;
      left: 25vh;
      margin: 12VH;
      flex: 1;
      width: 20em;
      height: auto;
      align-self: flex-end;
    }

    #about_2 {
      display: none;
    }

  .about-images {
    display: none;
  }

     
    .about-text {
      height: 45vh;
      
    }  
  
    .about-text p {
      font-size: 1.6vh;
    }
   
    .about-text h2 {
      font-size: 1.7vh;
    }
  
    .about-text h3 {
      font-size: 1.7vh;
    }
  
    .app {
      width: 60vh;
      
      margin-left: 12vh;
  
    }
    
    .app h1 {
      display: flex;
      flex: 1;
      font-size: 3vh;
      justify-content: center;
    }
    
    .app h2 {
      display: flex;
      flex: 1;
      font-size: 1.85vh;
    }
    
    .app h3 {
      display: flex;
      flex: 1;
      font-size: 1.65vh;
    }
    
    .app p {
      text-shadow: 1px 1px 1px black;
      font-size: 1.8vh;
      padding: 1vh;
      margin: 1vh;
    }
    

  }


@media (max-width: 48rem) {
  html {
    width: 400px;
    height: 644px ;
    background-image: url(" ../images/about_2.png");
    
      }


  input {
    width: 60%;
    height: 1.2vh;
      }

      
  .banner {
    display: block;
  }
  .banner h1 {
    font-size: 3vh;
    
    border-radius: 20px;
    margin-left: -10vh;
  }
  .banner h2 {
    font-size: 1.8vh;
    
    border-radius: 20px;
  }

  .banner h3 {
    font-size: 1.6vh;
    
    border-radius: 20px;
  }
  .banner p {
    font-size: 1.5vh;
    
    border-radius: 2px;
   
  }

 
  h1{
    font-size: 2rem;
    text-shadow: 2px 1px 1px black;
  }
  h2{
    font-size: 1.5rem;  
    text-shadow: 1px 1px 1px black;
  }
  .logo {
    top: 5vh;
    left: 20vh;
    border-radius: 15%;
    position: absolute;
    width: 10vh;
    height: auto;
    
  
  }

  .btn-default {
    color: black;
    background-color:white;
    border-radius: 10px;
    opacity: .7;
    padding: 8px;
    font-size: 1.6vh;
  }



 .about-text {
  margin-left: -3vh;
  width: 40vh;
  height: 50vh;
 }

  .about-images {
    display: none;
  }


.nav-buttons{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 7px;
}
    
  .btn--nav {
    font-size: 1.5vh;
    background-color: black;
    
  }

 

  .logo {
    margin-top: 7vh;
    margin-right: -22vh;
    flex: 1;
    width: 16vh;
    height: auto;
    background-color: var(--primary);
    opacity: 90%;
  
  }

  .app {
    background-color: var(--primary);
    border: solid;
    border-radius: 25px;
    display: block;
    margin-top: 2vh;
    margin-left: 5vh;
    align-self: flex-start;
    justify-content: flex-start;
    opacity: 85%;
    width: 30vh;
    height: 50vh;
    justify-self: center;
    
  }
  
  .app h1 {
    display: flex;
    flex: 1;
    font-size: 2vh;
    justify-content: center;
  }
  
  .app h2 {
    display: flex;
    flex: 1;
    font-size: 1.65vh;
  }
  
  .app h3 {
    display: flex;
    flex: 1;
    font-size: 1.45vh;
  }
  
  .app p {
    text-shadow: 1px 1px 1px black;
    font-size: 1.3vh;
    padding: 1vh;
    margin: 1vh;
  }
  
}