.navi {
    /* // overflow: hidden; */
    /* background-color: white; */
    /* // position: fixed; Set the navbar to fixed position */
    /* // top: 0; Position the navbar at the top of the page */
    /* // width: 100%; Full width */
    justify-content: space-between;

}


.nav-link{
    color: #287bae;    
}

li a{
    text-decoration: none;
    color: #000000;
}
.navbar-light{
    text-decoration: none;


}

ul li{
    list-style: none;
}




.nav-menu{
    /* display: flex;
    margin-right: 40px;
    list-style: none; */
    text-align: right;

}

.linky{
    color: #aa0404; 
}

.linky:hover{
    color: rgb(255, 255, 255);
}

.nav-link:hover{
    text-decoration: none;
    text-decoration: double;
}

a{
    text-decoration: none;
}


.naranja{
    color: orange;
}
.texto-grande{
    font-size: 1.3rem;
}

.linea-naranja{
    width:100%;
    background-color: orange;
    height: 3px;
}
.media i {
    color: #343A49;
}
.imagen:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 8px gray;
}


.imagen{
    transition: 0.6s;
}
.imagen img{
    border-radius: 50%;
}

.producto{
    transition: 0.6s;
}




.pagLink:hover{
    transform: scale(1.1);
}
.pagLink{
    transition: 0.3s;
}

.padre {
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo */

.logo{
    width: 26vh;
    height: 8vh;
}

/* Footer */

.fondoF{
    background-color: #000000f6;
}

.colF{
    color: #f7a302;
}

.colFT{
    color: #da8f06;
}

.kind{
    text-decoration: none;
}


.formulario{
    background-image: url('../img/banner_contacto/f_form5.jpg') ; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.btnEnv .btn :hover{
    background-color: #cccccb;
    color: black;
}

.opa{
    opacity: 0.9;
}

/* Productos */
.producto:hover{
    transform: scale(1.1);
    filter: grayscale(80%);
}

.producto img{
    border-radius: 50%;
    border: #da8f06 1px solid;

}
.producto img:hover{
    border: #da8f06 4px solid;

}

.marcas{
    filter: grayscale(95%);
}

.capa{
    margin-top: 10px;
    position: absolute;
    top: 0;

    background: rgba(0,103,123,0.7);
    transition: all 400ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 50%;

}
.text {

    text-transform: uppercase;
    font-family: verdana;
    font-size: 5vw;
    font-weight: 700;
    color: #f7a302;
    text-shadow: 1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
        1px 1px 1px #919191,
    1px 5px 6px rgba(16,16,16,0.4),
    1px 5px 10px rgba(16,16,16,0.2),
    1px 5px 35px rgba(16,16,16,0.2),
    1px 5px 60px rgba(16,16,16,0.4);
}


@media (max-width: 541px) {
    
    .logo{
        width: 17vh;
        height: 5vh;
    }
    
    ol li{
        font-size: 8px;
    }

}
