.carousel {
    margin-top: 76px;
    overflow: hidden;
  }
  
  .carousel figure {
    position: relative;
    width: 100%;
    height: 98%;
    transition: 1s;
    display: flex;
    margin: 0;
    cursor: pointer;
  }
  
  .carousel figure img {
    width: 100%;
    height: 80%;
  }
  
  .main_carousel_right_arrow {
    font-size: 2vw;
    padding: 2vw 1vw;
    background-color: rgba(255, 255, 255, 0.349);
    margin-top: 12%;
    position: absolute;
    right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 99;
    cursor: pointer;
  }
  
  .main_carousel_left_arrow {
    font-size: 2vw;
    padding: 2vw 1vw;
    background-color: rgba(255, 255, 255, 0.349);
    margin-top: 12%;
    position: absolute;
    left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 99;
    cursor: pointer;
  }


.wrap{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: black;
    background-size: cover;
    background-position: center;
   
    }
    .LogoIn{
      background-color:#1E1E1E;
    }
    .wraplogo{
          background: url(../imagen/ST_Negro.gif);
      background-position:center;
      background-repeat: no-repeat;
      background-size: auto 100%;

    }
  .wrapc1{
    width: 100vw;
    background: linear-gradient(to bottom, rgb(0 0 0 / .5),rgb(0 0 0 / .3)),url(../imagen/c1.jpg);

    background-size: 100% 100%;
  }
  .wrapc2{
    width: 100vw;
    background: linear-gradient(to bottom, rgb(0 0 0 / .5),rgb(0 0 0 / .3)),url(../imagen/c2.jpg);

    background-size: 100% 100%;
  }
  .wrapc3{
    background: linear-gradient(to bottom, rgb(0 0 0 / .5),rgb(0 0 0 / .3)),url(../imagen/c3.jpg);
   
    background-size: 100% 100%;
  }
  .wrapc4{
    background: linear-gradient(to bottom, rgb(0 0 0 / .5),rgb(0 0 0 / .3)),url(../imagen/c4.jpg);
   
    background-size: 100% 100%;
  }
.wrap-texto{
  color: #fff;
  text-align: center;
  width: 50%;
 
}
.wrap-texto a{
  text-decoration: none;
  color:white;
}
