@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root{
    --width-circle: 150vw;
    --radius: calc(100vw / 6);
}


video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
    backdrop-filter: blur(10px);
}



.slider{
    width: 100vw;
    height: 100vh;
    overflow: hidden; 
    position: relative;
    /*background-color: #17232A;*/
    background-image: radial-gradient(#fff3, transparent 50%);
    /*margin-top: -50px;*/
}
.slider .list{
    position: absolute;
    width: max-content;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    transition: transform 0.8s;
    
}
.slider .list .item{
    width: calc(var(--radius) * 2);
    text-align: center;
    /*transform: rotate(45deg);*/
    transition: transform 1s;
} 

.slider .list .item p{
      color: #fff;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  text-shadow:
   0 0 7px rgb(255 255 255 / 0%), 0 0 10px rgb(255, 255, 255), 0 0 21px #ffffff52, 0 0 42px #fff, 0 0 82px rgba(255, 255, 255, 0.21), 0 0 92px rgba(255, 255, 255, 0.28), 0 0 102px rgba(255, 255, 255, 0.15), 0 0 151px rgba(255, 255, 255, 0.16);
    
}

.slider .list .item p a{
      color: #fff;
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    text-decoration: none;
}

.slider .list .item p a:hover{
    font-size: 2.2rem;

}

.slider .list .item.active{
    transform: rotate(0deg);
}


.slider .list .item a{
    pointer-events: none;
}

.slider .list .item.active a{
    pointer-events: auto;
}

.slider .list .item.active img:hover{
    width: 85%;

}

.slider .list .item img{
    width: 78%;
    filter: drop-shadow(0 0 20px #000);
}
/*.slider .list .item img:hover{
    width: 70%;
}*/
.slider .content{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #eee;
    width: max-content;
}
.slider .content div:nth-child(1){
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: bold;
    position: relative;
    font-family: "Roboto", sans-serif;
}
/*.slider .content div:nth-child(2){
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: bold;
    position: relative;
}
.slider .content div:nth-child(2)::before{
    position: absolute;
    left: 60%;
    bottom: 50%;
    width: 80px;
    height: 80px;
    content: '';
    background-image: url(img/leaves.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .content div:nth-child(1){
    text-align: left;
    text-transform: uppercase;
    transform: translateY(20px);
}*/
.slider .content .btn-s-coti{
    border: 1px solid #eee5;
    background: transparent;
    color: #eee;
    font-family: Poppins;
    letter-spacing: 5px;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}
.slider .content .btn-s-coti:hover{
    background: #fff;
    color: #000;
    

}
.arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
        
}

.bont-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    
}

.bnt-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}



#bnt-prev,
#bnt-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #eee9;
    background-color: #eee5;
    color: #eee;
    /*font-size: x-large;*/
    font-family: monospace;
    cursor: pointer;
    z-index: 15;
}
#bnt-prev{
    left: 20px;
}
#bnt-next{
    right: 20px;
}

/* //circle */

.circle{
    pointer-events: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-mask: radial-gradient(var(--radius), transparent 100%, #000);
    mask: radial-gradient(var(--radius), #0000 98%, #000);
    backdrop-filter: blur(10px);
    /*background: radial-gradient( 
        calc(var(--radius) + 1px), #eee5 100%, #eee2
    );*/
    
}
.circle span{
    display: block;
    position: absolute;
    height: calc(var(--radius) * 2 + 50px);
    top: 50%;
    left: 50%;
    --rotate: 50deg;
    transform: translate(-50%, -50%) rotate(var(--rotate));
    text-transform: uppercase;
    color: #fff;
    font-size: small;
    animation: circleRotate 20s linear infinite;
}
@keyframes circleRotate{
    to{
        transform: translate(-50%, -50%) rotate(calc(var(--rotate) + 360deg));
    }
}

@media (max-width: 600px) {
    .slider .list .item img{
        width: 100%;
    }
    .slider .content div:nth-child(1){
        width: 99%;
        letter-spacing: 2px;
    }
}

/* SECCION DE FONDO EN INDEX*/
.dual-tone-section {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  width: 100%;
  background: linear-gradient(to right, #ffffff 0%, #cce0ff 100%);
  color: #003366;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden;
}

.content-left{
  padding: 3rem;
}
.content-right{
  padding-top: 3rem;
}


.content-left, .content-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 1.5s ease;
}

.subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.main-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.main-paragraph {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 500px;
}

.button-group {
  margin-top: 2rem;
}

.custom-btn {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.8rem 1.5rem;
  background-color: #00336622;
  color: #003366;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.custom-btn:hover {
  background-color: #00336644;
}

.content-right img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 1.5s ease;
}

@media (max-width: 768px) {
  .dual-tone-section {
    flex-direction: column;
    background: linear-gradient(to bottom, #ffffff 0%, #cce0ff 100%);
  }

  .content-left, .content-right {
    flex: 1 1 100%;
    padding: 2rem;
    text-align: center;
  }

  .main-title {
    font-size: 2rem;
  }

  .main-paragraph {
    font-size: 1rem;
    margin: 0 auto;
  }

  .button-group {
    justify-content: center;
  }

  .custom-btn {
    margin: 0.5rem;
  }
}
    
.content-block,
.image-block {
  position: absolute;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

.content-block.visible,
.image-block.visible {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.content-block.fade-out,
.image-block.fade-out {
  opacity: 0;
}
    


