
body {
    margin: 0;
    padding: 0;
}

/* estilo del contenedor de busqueda*/
#inicio {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url("../assets/img/fondo-home.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contenedor {
    position: relative;
}

.contenedor .icono {
    position: absolute;
    padding: 13.5px 9px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 0.4rem 0 0 0.4rem;
    margin-left: 3px;
    color: #4b5563;
    font-size: 1.5rem;
}

.contenedor input {
    background-color: #d4d4d8;
    border: 3px solid #16a085;
    border-radius: 0.4rem !important;
    padding: 10px 1.2rem 10px 2.7rem;
    font-size: 20px ;
    color: #262626;
    cursor: text;
    transition: all 0.15s ease-in-out;
    line-height: 2;
    width: 600px;
}

@media (max-width: 480px) {
    .contenedor input {
        width: 300px;
    }
}

.contenedor input:focus {
    outline: 3px solid #16a085;
    box-shadow: none;
    border-color: transparent;
}


.contenedor input:hover {
    background-color: #f9fafb;
}



#inicio ul {
    background-color: #f6f6f6f6;
    list-style: none;
    position: absolute;
    cursor: pointer;
    left: 0;
    width: 100%;
    padding: 0;
    margin-top: 4px;
    border-radius:0 0 0.4rem 0.4rem;
    max-height: 300px; 
    overflow-y: auto;
}

#inicio ul.mostrar {
    display: block;
    margin-top: 5px;
    transition: all 0.2s ease;
}

#inicio ul a {
    color: #272727;
    font-size: 18px;
    text-decoration: none;
}

#inicio ul a li {
    padding: 8px;
}

#inicio ul a li:hover {
    background-color: #d8d8d8f6;
    transition: all 0.2s ease;
}

#inicio ul a li i {
    padding-right: 7px;
    opacity: .7;
}

/* Personalizar la barra de scroll */
.search-results::-webkit-scrollbar {
    width: 6px;
}

.search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.search-results::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.search-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}


@media (max-width: 768px) {
    .video-responsive {
        position: relative;
        margin-top: 30px;
        width: 100%;
        padding-bottom: 56.25%;
    }
}

@media (max-width: 768px) {
    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*  ver conteniod de la palabra*/

