
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Rubik:wght@600&display=swap');
 body{
    font-family: Arial;
    letter-spacing: 1.2px;
    overflow: hidden;
    margin: 0 !important;
 }


.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;
    margin-left: unset !important;
    margin-right: 1rem;
    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
    background-color: black ;
    
}

.carousel-indicators [data-bs-target] {
    opacity: .2;
}

.active{
    opacity: 1 !important;
}
.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    /* width: 100%; */
    height: 60px;
    position:absolute;
    left: 50%;
    transform: translate(-50%, 0);}
/* 
.center{
       display: flex;
    justify-content: center;
} */



.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
    border-color: #ffffff !important;
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}


.img-container{;
    max-height:100vh; 
    /* z-index: 80; */
	margin-top:-1px
}

.carousel-caption{
    text-shadow:0px 0px 5px #000000;
    margin-bottom: 24px;

}



.presentacion{
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 0);
    color: #fff;
      /* text-shadow:0px 0px 7px #000000; */
    font-family: 'Rubik', sans-serif;

}

.container{
    width: 100%;
    height: 100%;
    padding: 0px;
}

.carousel{
    width: 100%;
    height: 100%;
}


.hover-underline-animation2 {
    display: inline-block;
    position: relative;
  }
  
  .hover-underline-animation2:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation2:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }




.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #ffffff;
    z-index: 99;
    font-size: 21px;  
    font-family: 'Rubik', sans-serif;

  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;  
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    background-color: #ffffff;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;

  }

  a:hover{
    color:#ffffff
  }

.nav-wrapper a:hover{
  color:#000000;

}

  .myButton {
	box-shadow:inset 0px 1px 0px 0px #000c24;
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	background-color:#000000;
	border:7px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
    font-size: 14px;
    letter-spacing: 1.2px;
    padding:6px 12px;
    z-index: 99;
}

.top-menu{
    position: absolute;
    display: flex;
}

/* .name{
    padding:13px 12px;
    font-size: 14px;

} */


.myButton:active {
	position:relative;
	top:1px;
}   



.top-menu{
    position: absolute;
      right: 5%;
      z-index: 100;
      
}

.dropbtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 12px;
    font-size: 14px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 14px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #000000;
    color: #ffffff;
  }


  .contact{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 12px;
    font-size: 14px;
    border: none;
    cursor: pointer; 
  }
  .contact:hover  {
    background-color: #000000;
    color: #ffffff;
  }

  .nav-wrapper{
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .titulo{
    font-family: 'Rubik', sans-serif;
    position: absolute;
    padding: 13px 12px;
  }
  .name{
    font-size: 4.5vw;
    line-height: 90%;

  }

  .sub_name{
    font-size: 2.7vw;
    line-height:90%;

  }

  @media all and (max-width: 1400px) {
    .name{
      font-size: 4vw;
      line-height: 90%;
    }
  
    .sub_name{
      font-size: 2.5vw;
  
    }
  
  }


  .general{
    width: 100vw;
    height: 100vh;
  }

  .arriba{
    z-index: 99;
  }

  /***  NEW INDEX ***/

  .center{
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
  }

  .collection-name{
    position: absolute;
    left: 50%;
    bottom: 8%;
    z-index: 99;
    transform: translate(-50%,0);
    text-align: center;
    /* width: 70%; */
  }

/* .collection-name {
    position: absolute;
    bottom: 5rem;
    z-index: 99;
    width: 100%;
    text-align: center;
  } */

  .mySlides{
      display: inline-block;
      position: relative;
  }

  .previous{
    width: 2rem;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 99;
  }

  .next{
    width: 2rem;
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 99;

  }

  @media all and (max-width: 450px) {
    .previous{
      filter: brightness(0%);      
    }
    .next{
      filter: brightness(0%);      
    }
  }


  .slide_container{
    position: relative;
  }

  .slick-dots {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    width: max-content !important;
    bottom: 0!important;
    justify-content: center;
    gap: 1.7rem;
  }

  
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black;
  }
  .slick-dots li button:before {
    height: 30px;
    width: 3px;
    background-color: black;
    margin: 1rem;
    left: 4px;
    font-size: 0px;
  }
  

  @media all and (max-width: 900px) {
   
    .slick-dots li button{
      display: none;
    }
  }

