.navbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .navbar li{
    float: right;
  }
  
  .navbar li a, .btn {
    display: inline-block;
    color: rgb(0, 0, 0);
    text-shadow: #000000;
    font-size: 18px;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
  }
  
  .navbar li a:hover, .desp:hover .btn {
    color: rgb(255, 255, 255);
    background: rgb(97, 196, 168);
  }
  
  .logo1{
    width: 100px;
    height: 63px;
    float: inline-start;
  }
  
  .logo2{
    width: 165px;
    height: 63px;
    float: inline-start;
  }
  
  * {box-sizing: border-box}
  body {font-family: Verdana, sans-serif; margin:0}
  .mySlides {display: none}
  img {vertical-align: middle;
  }
  
  /* Slideshow container */
  .slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 5;
  }
  
  /* The dots/bullets/indicators */
  .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
  background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
  animation-name: fade;
  animation-duration: 1.5s;
  }
  
  @keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
  }
  
  h2{
    margin-bottom: 5px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    text-shadow: 0px 0px 15px #000000;
    color: #ffffff;
  }
  
  .mySlides{
    text-align: center;
  }
  
  .title{
    position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
  .subtitle{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  text-shadow: 0px 0px 15px #000000;
  color: #ffffff;
  }
  
  .link{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 12px;
    text-align: center;
    text-transform: none;
    text-shadow: 0px 0px 15px #000000;
    color: #ffffff;
  }
  
  .btn{
    border: 3px solid white;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
  }

  .cierre{
    background-color: #ffffff;
      color: #000000;
      border: none;
      padding: 10px 20px;
      font-size: 16px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      width: 120px;
      height: 63px;
  }
  
  .cierre:hover {
    background-color: rgb(97, 196, 168);  
    color: #000000;
  }
  