body {
    /* background-color: white!important; */
    color: black;
}

header {
    padding-bottom: 4em !important;
}

nav {
    opacity: 0.8;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-8 {
    opacity: 0.8;
}

.slide {
    max-height: 100vh;
}

.loader {
    background-image: url('../img/black-noise.gif');
    font-size: 9vw;
    /* transition: opacity 0.5s ease-out;
    visibility: visible;
    opacity: 1; */
}

.loader>div {
    padding: 1rem;
}

#videoLanding {
    width: 100% !important;
}

.container {
    font-family: "Roboto Mono", monospace;
}

section {
    margin-top: 3.6em;
}

.modal-content {
    background-color: black;
}

#whatsapp {
    position: fixed;
    z-index: 2;
    bottom: 3.5em;
    right: 0px;
}

#whatsapp a {
    font-weight: bold;
    font-size: 1em;
    color: white;
}

#muestras h4 {
    text-align: center;
}

#muestras .ruido:hover:after {
    position: absolute;
    left: 0;
    content: '';
    background-image: url('../img/black-noise.gif');
    width: 100%;
    height: 100%;
    opacity: 0.5;
}



#tecnologias img {
    width: 20%;
}

.items-negro>div {
    opacity: 0.8;
}

/* .navbar-nav .nav-link.active {
    font-weight: bold;
} */

/* .navbar-toggler-icon {
    border: solid 1px;
    padding-top: 3px;
} */

.dropdown-submenu {
    margin-top: -1rem;
    margin-left: 7rem;
    background-color: white;
    position: none !important;
}

.dropdown-submenu li a {
    color: black !important;
}

.abrir-submenu:hover>ul {
    display: block;
}

#menu {
    background-color: black !important;
}

#menu #navbarNav {
    /* text-shadow: 5px 4px 8px #649595 */
}

/* #menu .navbar-nav .nav-link.active{
    
} */

.btn-link.active,
.btn-link.active:focus,
.btn-link.focus,
.btn-link:active,
.btn-link:active:focus,
.btn-link:focus,
.btn-link:hover {
    background-color: rgb(255 255 255 / 62%) !important;
    font-weight: bold;
}

#promocion {
    text-align: center;
    background-color: #ebe9e6;
    font-family: fantasy;
}

#promocion .contenedor-img {
    overflow: hidden;
}

#promocion .contenedor-img img {
    transition: transform 0.3s
}


#promocion .contenedor-img:hover img {
    transform: scale(1.2);
}

.descripcion {
    padding: 1rem;
}

#FooterImaginar {
    background-image: url('../img/fondo_backstage.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    color: #ffffff;
    text-shadow: 0px 1px 2px #bfbbbb;

    margin-top: 1em;
    padding: 2em;
}

#FooterImaginar .imaginar {
    letter-spacing: 0.2em;
    font-weight: bolder;
    text-shadow: 0px -1px 2px #e5dede;
}

#FooterImaginar .imaginar .AR {
    color: #4BA1F7;
}


/* muestras .... */


#cabecera video {
    max-width: 100%;
}

#cabecera .btn {
    font-size: 1rem;
    color: black;
    font-weight: bolder;
}

#cabecera .btn img {
    height: 2rem;
}

#cabecera .btn-block {
    margin-top: auto;
}

#cabecera .cabecera-descripcion {
    display: flex;
    flex-direction: column;
}

#cabecera .cabecera-descripcion .btn {
    margin: 1px;
}

#registro .input-group-text,
#registro .form-control {
    color: black;
}

#registro .card,
#registro .card-header,
#registro select {
    background: none !important;
    color: black;
}

#registro select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    /* Ajusta el valor según sea necesario */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    /* Ajusta el tamaño de la flecha */
    border-color: #ff0000 transparent transparent transparent;
    /* Cambia el color aquí */
    pointer-events: none;
}

#registro .invalid-feedback {
    position: inherit;
}

.nav-link {
    font-size: 0.8rem;
}

.lang_icon {
    width: 1.7rem;
}

.form-check-input {
    border-color: initial;
}

.form-control {
    color: initial !important;
}