html, body{
    height: 100%;
    width: 100%;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
  }



.lday-cont{
    height: 100%;
    width: 100%;
    display: flex;
    background:linear-gradient(to top, #eee5c6 0%, #e3e7eb 100%);
}
.lday-cont::after{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background:linear-gradient(to top, #0051dc 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 1;
    opacity: .5;
}
.lday-log{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 30px; */
    z-index: 2;
    transition: all .3s;
}
.lday-bg{
    width: 60%;
    padding: 30px;
    display: flex;
    height: 100%;
    z-index: 2;
}
.lday-img{
    /* background-color: #f6f6f6;
    background-image: url(../img/bg-001.jpg); */
    background-size: cover;
    background-position: center left;
    height: 100%;
    width: 100%;    
    /* border-radius: 30px; */
    position: relative;
    overflow: hidden;
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.lday-img h1{
    color:var(--ed-blanco) ;
    text-shadow: 2px 2px 2px #707070;
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
}
.lday-img div{
    z-index: 2;
    position: relative;
}
/* .lday-img::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background:linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
    top: 0;
    left: 0;
} */
.lday-logo-top figure{
    width: 200px;
    margin-bottom: 0;
}
.lday-form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 350px;
    margin: auto;
}
.lday-form h3{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}
.lday-stl{
   display: flex;
   flex-direction: column; 
   position: relative;
   
}
.lday-stl label{
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 15px;
}
.lday-stl input{
    height: 45px;
    width: 100%;
    border-radius:6px;
    border: none;
    padding-right: 35px;
    padding-left: 15px;
    background: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.lday-stl i{
    position: absolute;
    top:  34px;
    right: 10px;
    color: #888888;
}
.lday-btn{
    border:none;
  height: 50px;
  border-radius:6px;
  background: var(--ed-azul);
  line-height: 34px;
  font-size: 14px;
  padding:8px 15px;
  color: #fff;
  width: 100%;
  margin-top: 15px;
}
.lday-btn-reg{
    border:none;
    height: 50px;
    width: 100%;
    border-radius:6px;
    line-height: 34px;
    font-size: 14px;
    padding:8px 15px;
    color: var(--ed-rojo);
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: block;
}
.lday-pie{
    display: flex;
    justify-content: space-between;
}
.lday-pie a{
    text-decoration: none;
    font-size: 14px;
    color: var(--ed-gris2);
}
.bg-blur00{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    z-index: 1;
    opacity: 1;
}
.lday-txaun{
    text-align: center;
    font-size: 14px;
}
.lday-txaun a{ 
    color: var(--ed-rojo);
    text-decoration: none;
}
.list-enjoy{
    list-style: none;
    padding-left: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.list-enjoy li{
    vertical-align: middle;
    line-height: 24px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.418);
    justify-content: start;
    max-width: 280px;
    padding:5px;
    border-radius:5px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    
}
.list-enjoy li i{
    color: var(--ed-verde);
}
.list-enjoy li span{
    padding-left: 5px;
    color: var(--ed-azul);
}

.lday-log-c{
    display: flex;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    background: rgba(247, 247, 247, 0.5);
    /* border-radius: 30px; */
    padding: 30px;

}
.lday-pie a:last-child{
    text-align: right;
}

.rday-header{
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 3;
    transition: all .3s;
}
.rday-header section{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rday-logo{
    height: 50px;
    width: 300px;
}
.rday-logo img{
    height: 100%;
    width: auto;
}
.rday-btn{
    border:none;
  height: 50px;
  border-radius:6px;
  border:2px solid var(--ed-blanco);
  line-height: 34px;
  font-size: 14px;
  padding:8px 15px;
  color: var(--ed-blanco);
  text-transform: uppercase;
  width: 100%;
  display:block;
  text-decoration: none;
  transition: all .3s;
}
.rday-btn:hover{
    background: var(--ed-blanco);
    color: var(--ed-rojo);
}
.rday-cont{
    padding-top: 110px;
    overflow: hidden;

}
.rday-form{
    max-width: 450px;
    margin: auto;
    gap: 15px;
    z-index: 2;
    position: relative;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background:rgba(247, 247, 247, 0.5);
}
.rday-img-bg{
    position: absolute;
    width: 100%;
}

.img-sec{
    max-width: 1920px;
    width: 100%;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.rday-texto{
    z-index: 2;
    position: relative;
}
.rday-texto>p{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ed-rojo);
    text-shadow: 2px 2px 2px #ffffff;

}
.rday-texto h1{
    color: var(--ed-blanco);
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 2px 2px 0px #474747;
   

}
.rday-texto h1 span{
    color: var(--ed-rojo);
}
.rday-sp-img{
    height: 300px;
    display: block;
}
.rday-beneficios p{
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
}
.rday-beneficios ul{
    padding-left: 0;
    list-style: none;
}
.rday-beneficios ul li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.rday-beneficios ul li img{
    max-height: 40px;
}
.rday-beneficios ul li span{
    font-size: 14px;
    padding-left: 10px;
}
.rday-cuenta{
    text-align: center;
}
.rday-cuenta a{
    color: var(--ed-azul);
    text-decoration: none;
}

.lday-stl-check{
    display: flex;

}
.lday-stl small{
    font-size: 12px;

}
.lday-stl-check span{
    font-size: 12px;
    padding-left: 5px;
    
}
.lday-stl-check span a{
    text-decoration: none;
    color: var(--ed-azul);
}
.bg-color{
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}
.bg-color .rday-btn{
    border: 2px solid var(--ed-rojo);
    color: var(--ed-rojo);
}
.bg-color .rday-btn:hover{
    background: var(--ed-rojo);
    color: var(--ed-blanco);
}


.rday-form h3{
    text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}
.lday-regresar{
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    margin: auto;
    text-decoration: none;
    border-radius: 50%;
}
.lday-regresar i{
    margin: auto;
}








@media (max-width: 1366px) {
    .lday-img h1{
        text-align: center;
        font-size: 32px;
    }
    .bg-blur00{
        object-position: left;
    }
}
@media (max-width: 1200px) {
    .bg-blur00{
        object-position: center;
    }
}

@media (max-width: 992px){
    .bg-blur00{
        object-position:center;
    }
    .lday-cont{
        flex-direction: column;
    }
    .lday-log{
        margin: auto;
        width: 450px;
        padding: 30px;
        height: 80%;
    }
    .lday-log-c{
        border-radius: 20px;
        max-height: 600px;
        margin: auto;
    }
    .lday-bg{
        width: 100%;
        height: 20%;
    }
    .lday-img h1{
        text-align: center;
        font-size: 32px;
    }
}
@media (max-width: 768px){
    .lday-bg{
        display: none;
    }
    .lday-log{
        margin: auto;
        width: 100%;
        max-height: 600px;
    }
    .lday-logo-top figure{
        margin: auto;
    }
    .rday-sp-img{
        display: none;
    }
    .rday-texto h1{
        font-size: 32px;
    }
  
  
}
@media (max-width: 575px){
    .img-sec{
       
  
      }
     
      .rday-form{
        background: rgba(208, 208, 208, 0.5);
      }
      .rday-logo{
        width: 200px;
      }
}