body{
    overflow-x: hidden;

}

.card .card-body p{
    color: white;
}
li{
    color: white;
}

.card{
    box-shadow: 10px 10px 10px rgb(1, 1, 1); /* Sombra ligera */
    background-color: rgb(0, 0, 0);
}

.card-title{
    color: #e7c47b;
}

img{
    width:100%;
}

.col{
    align-items: center;
    justify-content: center;
}

body{
    background-color:  rgb(11, 11, 11);
}
.card{
    margin-top: 3rem;
}
.img2{
    margin-top: 0rem;
    transform: scale(1.5);
}


.video-background {
    position: relative;
    width: 100%;
    height: 180vh; /* Full viewport height */
    overflow: hidden;
    
}

/* Styles the background image to cover the entire container */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../Images/OIG5.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

/* Styles the video overlay to cover the entire container */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Ensures the video is centered and responsive */
.video-center {
    width: 80%; /* Adjust as needed */
    max-width: 500px; /* Adjust as needed */
    z-index: 3;
}


.btn-whatsapp {
    background-color: #25D366;
    display: flex;

    color: white;
    border: none;
    border-radius: 30px; /* Borde redondeado */
    font-size: 16px;
    transition: background-color 0.3s ease;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}





.btn-whatsapp:hover {
    background-color: #1DA851;
    color: white;
}
.btn-whatsapp i {
    margin-right: 8px; /* Espacio entre el icono y el texto */
}

.call2{
    width: 150%;
    transform: scale(1.25);
}

.color-image2{
    width: 150%;
    transform: scale(1.3);
}

.btn-language img {
    width: 20px;
    height: auto;
}


.submenu3 img{
    width: 20px;
}

.color-image2{
    width: 70%;
    margin-bottom: 10%;
}

@media only screen and (max-width: 1000px)   {

 

/* Ensures the video is centered and responsive */
.video-center {
    width: 50%; /* Adjust as needed */
    max-width: 500px; /* Adjust as needed */
    z-index: 3;

}
/* Styles the background image to cover the entire container */
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../Images/OIG5.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}
.video-background {

    height: 100vh; /* Full viewport height */
    width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


 
.img2{
    margin-top: 2rem;
    width: 100%;

    transform: scale(1);
    margin-bottom: -15%;
}

.call2{
    width: 100%;
    transform: scale(1);
    margin-top: 20%;
    margin-bottom: -15%;

}

.color-image2{
    width: 100%;
    transform: scale(1);
    margin-top: 0%;
    margin-bottom: -20%;


}
}
@media only screen and (max-width: 400px)   {

    .video-center {
        width: 50%; /* Adjust as needed */
        max-width: 500px; /* Adjust as needed */
        z-index: 3;
    
    }
    /* Styles the background image to cover the entire container */
    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../../Images/OIG5.png') no-repeat center center;
        background-size: cover;
        z-index: 1;
    }
    .video-background {
        transform: translateY(40px);
    
        height: 50vh; /* Full viewport height */
        width: 47vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    
    
.img2{
    margin-top: 2rem;
    width: 100%;

    transform: scale(1);
    margin-bottom: -15%;
}

.call2{
    width: 100%;
    transform: scale(1);
    margin-top: 20%;
    margin-bottom: -15%;

}

.color-image2{
    width: 100%;
    transform: scale(1);
    margin-top: 0%;
    margin-bottom: -20%;


}
}