/*Loading page*/

.jm-loadingpage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #151313 url('../img/tuga.gif') center no-repeat;
    background-size: 5rem 5rem;
}

.indexTuga {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #000000 center no-repeat;
    background-size: cover;
}


/* cuadricula index tuga*/


/*Hace que el enlace ocupe todo el contenedor*/

.enlace {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.col001 {
    width: 50%;
    height: 100%;
    background: url('../img/banner001.jpg') center no-repeat;
    background-size: cover;
    transition: opacity .4s linear;
    opacity: 0.50;
    filter: grayscale(100%);
}

.col001:hover {
    opacity: 0.60;
    filter: grayscale(0%);
    transition: opacity .4s linear;
}

.col002 {
    width: 50%;
    height: 100%;
    background: #d4edda url('../img/banner002.jpg') center no-repeat;
    background-size: cover;
    transition: opacity .4s linear;
    opacity: 0.50;
    filter: grayscale(100%);
}

.col002:hover {
    opacity: 0.60;
    filter: grayscale(0%);
    transition: opacity .4s linear;
}

.col003 {
    width: 50%;
    height: 100%;
    background: #d4edda url('../img/banner003.jpg') center no-repeat;
    background-size: cover;
    transition: opacity .4s linear;
    opacity: 0.50;
    filter: grayscale(100%);
}

.col003:hover {
    opacity: 0.60;
    filter: grayscale(0%);
    transition: opacity .4s linear;
}

.col004 {
    width: 50%;
    height: 100%;
    background: #d4edda url('../img/banner004.jpg') center no-repeat;
    background-size: cover;
    transition: opacity .4s linear;
    opacity: 0.50;
    filter: grayscale(100%);
}

.col004:hover {
    opacity: 0.60;
    filter: grayscale(0%);
    transition: opacity .4s linear;
}

.tugaLogo {
    position: absolute;
    top: -1%;
    margin: auto;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 15vh;
    right: 0;
    background: url('../img/tugaLogo.svg') center no-repeat;
    background-size: auto;
}

.tugaIcon {
    position: absolute;
    top: -1%;
    margin: auto;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 15vh;
    right: 0;
    background: url('../img/tugaIcon.svg') center no-repeat;
    background-size: auto;
}

.texto {
    color: whitesmoke;
}

.backgroundRegalos {
    background: #151313;
}

.banner {
    background: transparent;
}

.backgroundIndumentaria {
    background: url("../img/indumentaria/background.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.backgroundJerseyE {
    background-color: #151313;
}

.backgroundO {
    background: rgba(0, 0, 0, 0.35);
}

.imagen {
    max-width: 100%;
    height: auto;
}

@media(max-width:768px) {
    .imagen {
        object-fit: cover;
        height: 47vh;
        width: 100%;
    }
}


/*Botón Catálogo*/

.botonCatDer {
    position: absolute;
    bottom: 3%;
    left: 3%;
    font-size: 1.8vw;
}

.botonCatIzq {
    position: absolute;
    bottom: 3%;
    right: 3%;
    font-size: 1.8vw;
}

.btn-tuga {
    color: #151313;
    background-color: #00FF1E;
    border-color: #00FF1E;
}

.btn-tuga:hover {
    color: #151313;
    background-color: #02C615;
    border-color: #02C615;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.5);
}

.link-unstyled {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.link-unstyled {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.link-unstyled:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.image-Ind {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.image-Ind img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-Ind:hover img {
    opacity: 0.60;
    filter: grayscale(100%);
}


/*Icono FLotante*/

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 13px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    z-index: 100;
}


/* Navbar container */

.navbarTuga {
    overflow: hidden;
    background-color: #151313;
    font-family: Arial;
}


/* Links inside the navbar */

.navbarTuga a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


/* The dropdown container */

.dropdownTuga {
    float: left;
    overflow: hidden;
}


/* Dropdown button */

.dropdownTuga .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    /* Important for vertical align on mobile phones */
    margin: 0;
    /* Important for vertical align on mobile phones */
}


/* Add a red background color to navbar links on hover */

.navbarTuga a:hover,
.dropdownTuga:hover .dropbtn {
    background-color: #BFBFBF;
    color: #151313;
}


/* Dropdown content (hidden by default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: whitesmoke;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


/* Add a grey background color to dropdown links on hover */

.dropdown-content a:hover {
    background-color: #ddd;
}


/* Show the dropdown menu on hover */

.dropdownTuga:hover .dropdown-content {
    display: block;
}

.iconos {
    width: 15vw;
    transition: opacity .4s linear;
    opacity: 0.75;
    filter: grayscale(100%);
}

.iconos:hover {
    opacity: 0.75;
    filter: grayscale(0%);
    transition: opacity .4s linear;
}