:root {  
    --color-secondary-gray:#505A68;
    --color-gray-light:#6A788A;
    --color-primary-blue:#2068C5;
    --color-secondary-blue:#33517A;
    --color-primary-orange:#FF5C1A;
    --font-title-family:'Inter', sans-serif;
    --font-body-family:'Inter', sans-serif;
    --font-cursive-family: 'Rosario', sans-serif;
}
body{
    font-family:var(--font-body-family);
    height: 100%;
    margin: 0;
}
  .fullscreen-section {
    height: 100vh;
  }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-title-family);
}
.background-degrade {
    background: linear-gradient(90deg, #ffd8b8, #ddc0e6, #9bafed);
    height: 100vh;
    padding: 2rem;
}

.content-wrapper {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.custom-title {
    color: var(--color-secondary-blue);
    font-size: 1.8rem;
    font-weight: 700;
    background: transparent;
    margin: 0;
}

.video-container {
    width: 100%;
    max-width: 560px;
    position: relative;
}

.thumbnail {
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url('https://cdn-icons-png.flaticon.com/512/727/727245.png'); /* ejemplo */
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-rocket-p{
   width: 30px;
  height: 30px;   
}

.btn-gif_login {
    background: var(--color-primary-orange);
    color: #fff;
    border-radius: 250px;
    padding: 0.7rem 1.5rem;
    font-size: 10pt;
    font-weight: 600;
    display: inline-block;
    position: static;
}

.btn-gif_login:hover {
    background: #33517A;
    color: #fff;
    transition: 2s;
}
.cookies__text {
    font-family: Poppins,sans-serif!important;
    color: #fff!important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-width: 60%;
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
#cookies__container {
    max-height: 16vh!important;
    background-color: #fbfbfd!important;
}

a.cookies__text{
    color:#ffff!important;
}
.cookies__link {
    padding: 0.5rem;
    color: #fff!important;
    font-size: 12px!important;
}

.cookies__container {
    display: flex;
    justify-content: space-around;
    padding: 1rem!important;;
    width: 80%;
    max-width: 63rem;
    max-height: 3.5rem!important;;
}
 .cookies__container {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 54%;
    margin-left: 15px;
    z-index: 100;
    max-height: 20vh;
    border-radius: 10px;
    max-height: 20vh;
    display: flex;
    justify-content: center;
    background-color: #406DDD;
    width: 50%!important;
    max-width: 40rem!important;
}
.cookies__buttons button {
    color: #fff!important;
    max-height: 2rem;
}




