*{
    padding: 0;
    margin: 0;
font-family: 'Roboto Mono', monospace;
}
body{
    background-image: url("../images/Desktop\ -\ 2.png");
}
h1{
    font-family: 'Condiment', cursive;
}
h3{
    font-weight: bold;
}
.flex{
    display: flex;
}
.banner{
    display: flex;
}
nav{
    margin-top: 20px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.bass{
    position: absolute;
    left: 60px;
    top: 0;
}
.button1 a{
    color: #fff;
}
.button1 {
    height:50px;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: #000000;
    color: #fff;
}
.button2 {
    border-radius:20px ;
    margin-right: 10px;
    width: 140px;
    height: 40px;
    background-color: #0c0c0c;
}
.button2 a{
    color: #fff;
    text-decoration:none ;
}
.button2 h3{
    padding: 15px;
    text-align: center;
    font-size: 10px;
}
.banner-info{
    color: #fff;
    position: absolute;
    right: 0;
    top: 350px;
    left: 900px;
    width: 800px;
    height: 330px;
    padding: 40px;
    border-radius: 20px;
    background-color: #242424;
    box-shadow: 35px 48px 15px -3px rgba(0, 0, 0, 0.437),0px 10px 15px -3px rgba(0, 0, 0, 0.345),0px 10px 15px -3px rgba(0, 0, 0, 0.303);
}
.data-banner h1{
    font-family: 'Condiment', cursive;
    color: #fff;
    font-size: 80px;
    position: absolute;
    top: 240px;
    left: 920px;
}
.info{
    font-size: 20px;
    font-weight: bold;
}
.logos{
    margin-top: 60px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}
.linend{
    margin-left: 320px;
    margin-top: 180px;
}
.arrowdown{
    margin-top: 50px;
    margin-left: 920px;
}
.container {
    margin-top: 30px;
	padding: 2rem;
}

.slider-wrapper {
	position: relative;
	max-width: 100rem;
	margin: 0 auto;
}

.slider {
	display: flex;
	aspect-ratio: 16 / 9;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
	border-radius: 0.5rem;
	-ms-overflow-style: none; /* Hide scrollbar IE and Edge */
	scrollbar-width: none; /* Hide scrollbar Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
	display: none;
}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit:contain;
}
.slider img::before{
    background: rgba(0, 0, 0, 0.5); 
    opacity: 0; 
    transition: opacity 0.3s; 
}
.slider img:hover{
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.5); 
}
.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
	transition: opacity ease 250ms;
}

.slider-nav a:hover {
    background-color: #2c0770;
	opacity: 10;
}
.section-3{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 150px;
    width: 100%;
    height: 100%;
}
.a{
    padding: 10px;
    text-align: center;
    width: 80%;
    border-radius: 30px ;
    background-color: #fff;
}
.phone img{
    padding: 10px;
    margin-left: -10px;
    z-index: 2;
}
.barrefondo{
    position: absolute;
    top: 2150px;
    right: 450px;
    border-radius: 90px;
    z-index: 1;
}

html {
    scrollbar-width: normal;
    scrollbar-color: #0c0c0c #000000;
}

html::-webkit-scrollbar {
    background-color: #000000;
    width: 15px;
    padding: 5px;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background-color: rgb(232,211,104);
}

html::-webkit-scrollbar-thumb:hover {
    background-color: rgb(232,211,104);
}

html::-webkit-scrollbar-track {
    background-color: #5555;
}

html::-webkit-scrollbar-track:hover {
    background-color: #555;
}
.section-4{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont-sect4{
    padding: 50px;
}
.cont2-sect4 h3{
    font-size: 20px;
}
.imgo img{
    display:none;
}
.a video{
    display: none;
}
footer{
    margin-top: 50px;
    background-color: #1D0E2D;
    width: 100%;
    height: 200px;
}
.title-footer{
    color: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.footer-data{
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.subnav{
    display: flex;
}
@media (max-width: 1280px) { 
    body{
        background-image: none;
        background-color:rgb(41,5,58);
    }
    .eclipse img{
        width: 500px;
    }
    .bass img{
        position: relative;
        width: 400px;
        top: -120px;
    }
    .data-banner h1{
        top: 150px;
        left: 730px;
        font-size: 40px;
    }
    .banner-info{
        width: 450px;
        height: 300px;
        left: 700px;
        top: 210px;
    }
    .info{
        font-size:12px;
        width: 400px;
    }
    .info p{
        padding: 20px;
    }
    nav{
        width: 750px;
    }
    .linend img{
        margin-top: -250px;
        margin-left: -50px;
        width: 800px;
    }
    .arrowdown{
        margin-top: 10px;
        margin-left: 580px; 
    }
    .button1{
        width: 150px;
    }
    .phone img{
        width: 700px;
    }
    .barrefondo{
        border-radius: 50px;
        width: 600px;
        left: 300px;
        top: 1900px;
    }
    .ofrecen img{
        width: 400px;
    }
    .cont-sect4 h3{
        font-size: 15px;
    }
    .cont2-sect4{
        width: 600px;
    }
    .container{
        margin-top: 50px;
    }
    .logos img{
        margin-top: -30px;
    }
    .slider-wrapper img{
        border-radius: 50px;
    }
}
@media (max-width: 767.98px) {
    .bass{
        left: 18px;
    }
    .eclipse img {
        width: 100%;
        max-width: 400px;
        margin-left: -30px;
    }
    .bass img {
        width: 100%;
        max-width: 250px;
        left: -70px;
        top: -70px;
    }
    nav img {
        width: 40px;
    }
    .button1 {
        font-size: 10px;
        width: 90px;
        height: 35px;
        padding: 30px;
        margin-left: 25px;
    }
    nav {
        width: 170px;
        padding: 10px;
    }
    .data-banner h1 {
        top: 460px;
        left: 40px;
        font-size: 30px;
    }
    .banner-info {
        width: 90%;
        max-width: 370px;
        height: 300px;
        left: 15px;
        top: 500px;
    }
    .info {
        margin-top: -40px;
        text-align: center;
        font-size: 13px;
        width: 100%;
        max-width: 320px;
    }
    .logos img {
        margin-top: -150px;
    }
    .linend img {
        display: none;
    }
    .container {
        margin-top: 600px;
    }
    .arrowdown img {
        display: none;
    }
    .a {
        width: 100%;
        max-width: 350px;
    }
    .phone {
        display: none;
    }
    .section-4 {
        display: block;
    }
    .imgo img {
        display: block;
        max-width: 100%;
    }
    .ofrecen {
        display: none;
    }
    .cont2-sect4 {
        width: 100%;
        max-width: 300px;
    }
    .a video{
        display: block;
        margin-left: 20px;
    }
    .footer-data img{
        display: none;
    }
    .title-footer h3{
        font-size: 20px;
    }
    footer{
        padding: 15px;
    }
    footer h4 {
        font-size: 15px;
    }
    footer p{
        width: 150px;
        font-size: 10px;
    }
    nav{
        display: block;
    }
    .subnav{
        display: block !important ;
        
    }
    .subnav div{
        margin-top: 10px;
    }
    .button1 a div{
        font-size: 10px;
        margin-top: -8px;
    }
}
@media (width: 375px) {
    .bass{
        left: 18px;
    }
    .eclipse img{
        width: 400px;
        margin-left: -160px;
    }
    .bass img{
        left: -70px;
        top: -70px;
        width: 250px;
    }
    nav img{
        width: 40px;
    }
    .button1{
        font-size: 10px;
        width: 90px;
        height: 35px;
    }
    nav{
        width: 140px;
    }
    .data-banner h1{
        top: 460px;
        left: 70px;
        font-size: 30px;
    }
    .banner-info{
        width: 370px;
        height: 300px;
        left: 15px;
        top: 500px;
    }
    .info{
        margin-left: -15px;
        margin-top: -40px;
        text-align: center;
        font-size:14px;
        width: 320px;
    }
    .logos img{
        margin-top: -100px;
    }
    .linend img{
        display: none;
    }
    .container{
        margin-top: 450px;
    }
    .arrowdown img{
        display: none;
    }
    .a{
        width: 350px;
    }
    .phone{
        display: none;
    }
    .section-4{
        display: block;
    }
    .imgo img{
        display: block;
        max-width: 85%;
        margin-left: auto;
    }
    .ofrecen{
        display: none;
    }
    .cont2-sect4{
        width: 300px;
    }
    .a video{
        display: block;
    }
    
}
@media (width: 1366px) { 
    body{
        background-image:url("../images/Desktop\ -\ 2.png");
        background-color:rgb(41,5,58);
    }
    .eclipse img{
        width: 500px;
    }
    .bass img{
        position: relative;
        width: 400px;
        top: -120px;
    }
    .data-banner h1{
        top: 150px;
        left: 730px;
        font-size: 40px;
    }
    .banner-info{
        width: 450px;
        height: 300px;
        left: 700px;
        top: 210px;
    }
    .info{
        font-size:12px;
        width: 400px;
    }
    .info p{
        padding: 20px;
    }
    nav{
        width: 850px;
    }
    .linend img{
        margin-top: -100px;
        margin-left: -50px;
        width: 900px;
    }
    .arrowdown{
        margin-top: 10px;
        margin-left: 650px; 
    }
    .button1{
        width: 150px;
    }
    .phone img{
        width: 700px;
    }
    .barrefondo{
        border-radius: 50px;
        width: 600px;
        left: 350px;
        top: 1900px;
    }
    .ofrecen img{
        width: 400px;
    }
    .cont-sect4 h3{
        font-size: 15px;
    }
    .cont2-sect4{
        width: 600px;
    }
    .container{
        margin-top: 50px;
    }
    .logos img{
        margin-top: -30px;
    }
    .slider-wrapper img{
        border-radius: 50px;
    }
}
.middle {
    display: block; /* Asegura que la imagen sea visible */
    /* Agrega otros estilos para resaltar la imagen actual, como un borde o cambio de tamaño */
    border: 2px solid red; /* Ejemplo de un borde rojo */
}
