.botn-link {
  


  font-family: "Montserrat";
  display: inline-block;
  padding: 10px 10px;
  border: 1px inset #e3e3e3;
	background-color: rgba(0, 155, 195, 0.8);
color: rgba(0, 155, 195, 0.5);
  color: #fff;
  font-size: 15px ;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.2s ease;
  position: fixed;
  z-index: 9999;
  top: 0%; 
  left:0%; 
 
}


.botn-link:hover {
  background-color: #3da1ee;
}

@media screen and (max-width: 768px) {
  .botn-link {
      padding: 10px;
      font-size: 14px;
      width: 30%;
  }

}

.btn-ver-todos {
  font-family: "Montserrat";
  display: inline-block;
  padding: 10px 20px;
  background-color: #e58314;
  color: #fff;
  font-size: 15px ;
/*  text-transform: uppercase;*/
  text-decoration: none;
  border-radius: 9px;
  transition: background-color 0.2s ease;
  position: absolute;
  /*z-index: ;*/
  top: 15%; /* Ajuste en relación con la parte superior */
  right: 5%; /* Ajuste en relación con el lado derecho */
}

.btn-ver-todos:hover {
  background-color: #d77200;
}

@media screen and (max-width: 768px) {
  .btn-ver-todos {
      padding: 8px 16px;
      font-size: 14px;
      top: 90px;
      right: 10px;
  }

}


.carouselp {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
  }
  
  .carouselp .carouselp-item {
    --items: 10;
    --width: clamp(300px, 50vw,  500px);
    --height: clamp(300px, 50vw,  500px);
    --x: calc(var(--active) * 800%);
    --y: calc(var(--active) * 200%);
    --rot: calc(var(--active) * 120deg);
    --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
    overflow: hidden;
    position: absolute;
    z-index: var(--zIndex);
    width: var(--width);
    height: var(--height);
    margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    user-select: none;
    transform-origin: 0% 100%;
    box-shadow: 0 10px 50px 10px rgba(0, 0, 0, .5);
    background: black;
    pointer-events: all;
    transform:  translate(var(--x), var(--y)) rotate(var(--rot)) ;
    transition: transform .8s cubic-bezier(0, 0.02, 0, 1);
  
  }
 
  @media screen and (max-width: 768px) {
 .carouselp .carouselp-item {

    --width: clamp(300px, 50vw,  500px);
    --height: clamp(300px, 50vw,  500px);



 } 
  
  }
     
    .carouselp .carouselp-item .carouselp-box {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
      opacity: var(--opacity);
 /*     font-family: 'Orelo-sw-db', serif;*/
  
      &:before {
        /*content: '';*/
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
      }
}

.carouselp .carouselp-item .carouselp-box .title {
          position: absolute;
          z-index: 1;
          color: #fff;
          bottom: 20px;
          left: 20px;
          transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
          font-size: clamp(20px, 3vw, 30px);
          text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
          font-family: "Montserrat";
          display: inline-block;
          padding: 10px 10px;
          border: 1px inset #e3e3e3;
          background-color: rgba(0, 155, 195, 0.8);
        color: rgba(0, 155, 195, 0.5);
          color: #fff;
          font-size: 15px ;
        
}


*      
.carouselp .carouselp-item .btn-link .a {
          color: #fb4747;
          font-size: clamp(20px, 3vw, 30px);
          text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
        }
              
   
.carouselp  img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      pointer-events: none;
    }
 
    
  
  .layout {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  
    &:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 90px;
      width: 10px;
      height: 100%;
      border: 1px solid #fff;
      border-top: none;
      border-bottom: none;
      opacity: .15;
    }
}

    .box {
      position: absolute;
      bottom: 0;
      left: 30px;
      color: #fff;
      transform-origin: 0% 10%;
      transform: rotate(-90deg);
      font-size: 9px;
      line-height: 1.4;
      text-transform: uppercase;
      opacity: .4;
    }
        
  .cursor {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
    transition: transform .85s cubic-bezier(0, 0.02, 0, 1);
    display: none;
    pointer-events: none;
    
    @media (pointer: fine) {
      display: block;
    }
}
  .cursor2 {
    --size: 2px;
    transition-duration: .7s;
  }
  

  /*Efecto*/
.modalmask {
  position: fixed;

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalmask:target {
  opacity:1;
  pointer-events: auto;
}

/*Formato de la ventana*/
.modalbox{
  margin:2% auto;
  width: 50%;
  position: relative;
  padding: 5px 20px 13px 20px;
  background: #fff;
  border-radius:3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
   
}

@media screen and (max-width: 768px) {
  .modalbox {
  width: 100%;

  }

}

/*Movimientos*/
.movedown {
  margin: 0 auto;
}
.rotate {
  margin: 10% auto;
  -webkit-transform: scale(-5,-5);
  transform: scale(-5,-5);
}
.resize {
 margin:10% auto;
 width:100%;
  height:100%;

}

.modalbox img {
  margin:0% auto;
  width:90%;
   height:90%;
   
}

.modalmask:target .movedown{       
  margin:10% auto;
}
.modalmask:target .rotate{     
  transform: rotate(360deg) scale(1,1);
      -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
  width:400px;
  height:200px;
}

/*Boton de cerrar*/
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius:3px;

}

.close:hover {
  background: #FAAC58;
  color:#222;
}