@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,body{
    scroll-behavior: smooth;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }

.hero{
    width: 100% ;
    height: 100vh;
    background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3)); 
    position: relative;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: left; 
    overflow: hidden;
}

nav{ 
    width: 100%;
    position: absolute;
    top: 0 ;
    left: 0 ;
    padding: 20px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .logo{ 
    width: 300px;
}

nav ul li{ 
    list-style: none;
    display: inline-block;
    margin-left: 40px;
}

nav ul li a{
    position: relative;
    text-decoration: none;
    font-family: "Bowlby One SC", sans-serif;
    letter-spacing: 1.5px;
    color:#fff;
    font-size: 17px;
}

nav ul li a:hover{
color: #ea1871;
}

.content{ 
    text-align: left;
}

.content h1{
    font-size: 160px;
    font-family: "Bowlby One SC", sans-serif;
    color: #fff;
    font-weight:bold;
    line-height: 0.8;
    text-shadow: 1px 1px 2px black;
}

.content button{
    text-decoration:  none;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    font-family: "Bowlby One SC", sans-serif;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 20px;
}

.content button:hover{ 
    box-shadow: rgba(0, 0, 0, 0.75) 0px 5px 15px;
}

.content button:hover{ 
    background-color: rgba(199, 125, 193, 0.75);
    color: white;
}

.content p{
    color: #fff;
    padding: 14px 70px;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 100;
}
.back-video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }


.best-burgers{ 
    width: 100% ;
    height: 75vh;
    background:linear-gradient(
        rgba(145, 250, 245, 0.5),
        rgba(248, 62, 223, 0.5)
    );
    background-color: #f1d5f9;
    position: relative;
    padding: 0 5%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center; 
}

.best-burgers span{
    font-size: 160px;
    font-family: "Bowlby One SC", sans-serif;
    color: #fff;
    font-weight:bold;
    line-height: 0.8;
    text-shadow: 1px 1px 2px black;
}

h1 .burger-span, .direct-span{
    color: #EFDAF4;
}
h1 .direct-span{
    color: #EFDAF4 ;
}

.best-burgers button{
    text-decoration:  none;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    font-family: "Bowlby One SC", sans-serif;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.best-burgers button:hover{ 
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgba(199, 125, 193, 0.75);
}

.black-bg{ 
    width: 100%;
    height: 75vh;
    background-color: black;
    opacity: 50%;
}

.spacer { 
    height: 120px;
    
}

.marquee {
    position: relative;
    background: #ea1871;
    color: white;
    padding: 30px 0;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}

.marquee__inner {
    display: flex;
    width: fit-content;
    flex: auto;
    flex-direction: row;
    
}

.marquee__part {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 4px;
    font-family: "Bowlby One SC", sans-serif;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px black;
    animation: scroll 25s infinite linear;

}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-1083px);

    }
}

button a{
    text-decoration: none;
    color: white;
    font-family:"Bowlby One SC", sans-serif;
}

.videos{
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: left;
    background-image: linear-gradient(
        rgba(48, 48, 48, 0.5),
        rgba(48, 48, 48, 0.5)), url(/assets/IMG_3654.jpg)
}

.videos h1{ 
    font-size: 100px;
    font-family: "Bowlby One SC", sans-serif;
    color: #fff;
    font-weight:bold;
    line-height: 0.8;
    text-shadow: 1px 1px 2px black;
}

.videos p{
    font-size: 69px;
    font-family: "Bowlby One SC", sans-serif;
    color: #fff;
    font-weight:bold;
    line-height: 0.8;
    text-shadow: 1px 1px 2px black;
}

.videos button{ 
    text-decoration:  none;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    font-family: "Bowlby One SC", sans-serif;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.videos button:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgba(199, 125, 193, 0.75);
}

.videos span{
   color: #EFDAF4;
   font-family: "Bowlby One SC", sans-serif;  
}

footer {
    position: relative;
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 0px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-left img{
    width: 200px;
}
/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:10px;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #1ce0c6;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #ea1871;
}

.footer-links a:hover {
    color: #ea1871;
}


.footer-links2{ 
    margin-top: 150px;
}

.footer-links2 a{ 
    margin-top: 150px;
    text-decoration: none;
    color: white;
    font-weight: 100;
}

.footer-links2 .Cookies{ 
    margin-right: 40px;
}

.footer-links2 a:hover{ 
color: #ea1871;
}

.cookies-text{ 
    text-align: justify;
    margin: 100px 500px 100px 500px;
}

@media (max-width: 880px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .hero{
        width: 100% ;
        height: 100vh;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3)); 
        position: relative;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    
    nav{ 
        width: 100%;
        position: absolute;
        top: 0 ;
        left: 0 ;
        padding: 20px 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    nav .logo{ 
        width: 200px;
    }
    
    nav ul li{ 
        list-style: none;
        display: blok;
        margin-left: 40px;
    }
    
    nav ul li a{
        position: relative;
        text-decoration: none;
        font-family: "Bowlby One SC", sans-serif;
        letter-spacing: 1px;
        color:#fff;
        font-size: 16px;
    }
    
    nav ul li a:hover{
    color: #ea1871;
    }

    .content{ 
        text-align: center;
    }
    .content h1{
        font-size: 100px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .content button{
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
    }
    .best-burgers span{
        font-size: 70px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    h1 .burger-span, .direct-span{
        color: #EFDAF4;
    }
    h1 .direct-span{
        color: #EFDAF4 ;
    }
    
    .best-burgers button{
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .videos{
        width: 100%;
        position: relative;
        padding-top: 20px;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: left;
        background-image: linear-gradient(
            rgba(48, 48, 48, 0.5),
            rgba(48, 48, 48, 0.5)), url(/assets/IMG_3654.jpg)
    }
  

    .back-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Esto asegurará que el video cubra todo el espacio sin distorsionarse */
        z-index: -1;
    }
    
    .videos h1{ 
        margin-top: 20px;
        font-size: 70px;
        margin-left: 100px;
        padding-right: 100px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .videos p{
        font-size: 39px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
        justify-content: justify;
    }
    
    .videos button{ 
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    
    .videos button:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: rgba(199, 125, 193, 0.75);
    }
    
    .videos span{
       color: #EFDAF4;
       text-align: center;
       justify-content: center;
       align-items: center;
       font-family: "Bowlby One SC", sans-serif;  
    }

    .videos video{ 
        width: 80%;
        height: 70%;
    }
} 

@media (max-width: 1440px) {
    
    footer {
    position: relative;
    bottom: 0;
}

@media (max-height:800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #2d2a30;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: 0px;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 30%;
}

.footer-left img{
    width: 200px;
}
/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:10px;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #1ce0c6;
    text-decoration: none;
    ;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #ea1871;
}

.footer-links a:hover {
    color: #ea1871;
}


.footer-links2{ 
    margin-top: 150px;
}

.footer-links2 a{ 
    margin-top: 150px;
    text-decoration: none;
    color: white;
    font-weight: 100;
}

.footer-links2 .Cookies{ 
    margin-right: 40px;
}

.footer-links2 a:hover{ 
color: #ea1871;
}

.cookies-text{ 
    text-align: justify;
    margin: 100px 500px 100px 500px;
}

    .hero{
        width: 100% ;
        height: 100vh;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3)); 
        position: relative;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center; 
        overflow: hidden;
    }
    
    nav{ 
        width: 100%;
        position: absolute;
        top: 0 ;
        left: 0 ;
        padding: 20px 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    nav .logo{ 
        width: 200px;
    }
    
    nav ul li{ 
        list-style: none;
        display: blok;
        margin-left: 40px;
    }
    
    nav ul li a{
        position: relative;
        text-decoration: none;
        font-family: "Bowlby One SC", sans-serif;
        letter-spacing: 1px;
        color:#fff;
        font-size: 16px;
    }
    
    nav ul li a:hover{
    color: #ea1871;
    }

    .content{ 
        text-align: center;
    }
    .content h1{
        font-size: 100px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .content button{
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
    }
    .best-burgers span{
        font-size: 70px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    h1 .burger-span, .direct-span{
        color: #EFDAF4;
    }
    h1 .direct-span{
        color: #EFDAF4 ;
    }
    
    .best-burgers button{
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .videos{
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: left;
        background-image: linear-gradient(
            rgba(48, 48, 48, 0.5),
            rgba(48, 48, 48, 0.5)), url(/assets/IMG_3654.jpg)
    }

    .back-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Esto asegurará que el video cubra todo el espacio sin distorsionarse */
        z-index: -1;
    }
    
    .videos h1{ 
        font-size: 100px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .videos p{
        font-size: 35px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .videos button{ 
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    
    .videos button:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: rgba(199, 125, 193, 0.75);
    }
    
    .videos span{
       color: #EFDAF4;
       font-family: "Bowlby One SC", sans-serif;  
    }
}

@media (max-width: 879px) {
    
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    .hero{
        width: 100% ;
        height: 80vh;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3)); 
        position: relative;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center; 
    }
    
    nav{ 
        width: 100%;
        position: absolute;
        top: 0 ;
        left: 0 ;
        padding: 20px 8%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    nav .logo{ 
        width: 100px;
    }
    
    nav ul li{ 
        list-style: none;
        display: block;
        margin-left: 40px;
    }
    
    nav ul li a{
        position: relative;
        text-decoration: none;
        font-family: "Bowlby One SC", sans-serif;
        letter-spacing: 1px;
        color:#fff;
        font-size: 16px;
    }
    
    nav ul li a:hover{
    color: #ea1871;
    }

    .content{ 
        text-align: center;
    }
    .content h1{
        font-size: 60px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .content button{
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 20px;
        border: 2px solid #fff;
        padding: 14px 60px;
        border-radius: 50px;
        margin-top: 20px;
    }
    .best-burgers span{
        font-size: 40px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    h1 .burger-span, .direct-span{
        color: #EFDAF4;
    }
    h1 .direct-span{
        color: #EFDAF4 ;
    }
    
    .best-burgers button{
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .videos{
        width: 100%;
        position: relative;
        padding-top: 20px;
        display: block;
        text-align: center;
        align-items: center;
        justify-content: left;
        background-image: linear-gradient(
            rgba(48, 48, 48, 0.5),
            rgba(48, 48, 48, 0.5)), url(/assets/IMG_3654.jpg)
    }
    
    .videos h1{ 
        margin-top: 20px;
        font-size: 40px;
        margin-left: 100px;
        padding-right: 100px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
    }
    
    .videos p{
        font-size: 25px;
        font-family: "Bowlby One SC", sans-serif;
        color: #fff;
        font-weight:bold;
        letter-spacing: 1.5px;
        line-height: 0.8;
        text-shadow: 1px 1px 2px black;
        justify-content: justify;
    }
    
    .videos button{ 
        text-decoration:  none;
        display: inline-block;
        color: #fff;
        background-color: transparent;
        font-family: "Bowlby One SC", sans-serif;
        font-size: 24px;
        border: 2px solid #fff;
        padding: 14px 70px;
        border-radius: 50px;
        margin-top: 20px;
        margin-bottom: 25px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    
    .videos button:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: rgba(199, 125, 193, 0.75);
    }
    
    .videos span{
       color: #EFDAF4;
       text-align: center;
       justify-content: center;
       align-items: center;
       font-family: "Bowlby One SC", sans-serif;  
    }

    .videos video{ 
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 420px) {
    .back-video {
        width: 100%; /* Mantiene el video en el 100% del contenedor */
        height: 100%; /* Mantiene el video en el 100% del contenedor */
    }

@media (min-width: 420px) {
        .back-video {
            width: 100%; /* Mantiene el video en el 100% del contenedor */
            height: 100%; /* Mantiene el video en el 100% del contenedor */
        }
  
@media (min-aspect-ratio: 16/9) {
    .back-video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .back-video {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .back-video {
        /* Puedes ajustar el tamaño si lo necesitas */
        width: 100%;
        height: auto;
    }
}