body{
    overflow-x: hidden;
    background-color: #e9ded6;

}



.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: 50%;
}

.col{
    align-items: center;
    justify-content: center;
}

.card{
    margin-top: 3rem;
}
.img2{
    margin-top: 7rem;
}


.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;
}

.container{
    
}

h1 {
    color: #333;
    font-size: 50px;
    text-align: center;
}

h2 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;

}
li{
   color: #000000; 
}
p {
    text-align: left !important;
    text-align: justify !important;    

}
.estilo3{
    text-align: center !important;
}


.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 */
}

.navbar-brand img {
    max-height: 10rem; /* Ajusta la altura máxima del logo */
    max-width: 10rem; /* Ajusta la anchura máxima del logo */
  }
  
  
.btn-language img {
    width: 20px;
    height: auto;
}


.submenu3 img{
    width: 20px;
}
@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;
}

}
@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;
    }   
}







.info{
    margin-bottom: 0px;
    margin-top: 100px;

    text-align: justify;

}


.info p{
    margin-bottom: 0px;

}

    

