/*GENERALES*/
html {
    scroll-behavior: smooth !important;
}
* {
    font-family: 'Titillium Web', sans-serif;
}
body {
    padding: 0;
}
header {
    background-image: url(../imagenes/fondo-final.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    margin-top: -112px;
}
h1 {
    font-weight: 700;
    font-size: 70px;
    color: #F2E744;
}
h2 {
    font-weight: 700;
    font-size: 62px;
    color:#88d0e8;
    padding: 30px;
    background-color: black;
}
h3 {
    font-size: 58px;
    font-weight: 700;
    color:#ECC5B4;
    padding: 30px;
    background-color: black;
}
h4 {
    font-size: 32px;
    font-weight: 700;
}
h5 {
    font-size: 28px;
    font-weight: 400;
}
p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
}
a {
    font-size: 19px;
}
footer {
    background-color: rgb(29 25 25);
    color: white;
}
.owl-nav {
    display: none;
}

/*NAV*/
.nave {
    background-color: rgb(0 0 0 / 75%);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 10;
}
.navy {
    margin: 0;
}
.navbar {
    padding: 0;
    height: 80px;
}
.navbar-brand img {
    width: 75px;
    transition: all .3s ease;
}
.navbar-brand img:hover {
    transform: scale(1.3);
}
.nav-link {
    font-size: 20px;
    padding: 30px !important;
}
ul.dropdown-menu.show {
    margin-top: -13px;
    margin-left: 20px;
}
.inicio {
    color: #F2E744 !important;
    transition: all .3s ease;
}
.inicio:link {
    color:#F2E744 !important;
}
.inicio:hover {
    color: white !important;
    transform: scale(1.2);
}

.colecciones {
    color:#ECC5B4 !important;
    transition: all .3s ease;
}
.colecciones:link {
    color:#ECC5B4 !important;
}
.colecciones:hover {
    color: white !important;
    transform: scale(1.2);
}

.colecciones-dos {
    background-color:rgb(0 0 0 / 75%) !important;
    color:#ECC5B4 !important;
    transition: all .3s ease;
}
.colecciones-dos:link {
    color:#ECC5B4 !important;
}
.colecciones-dos:hover {
    color:#f77740 !important;
}

.nosotros {
    color: #C1B8CB !important;
    transition: all .3s ease;   
}
.nosotros:link {
    color:#C1B8CB !important;
}
.nosotros:hover {
    color: white !important;
    transform: scale(1.2);
}

.contacto{
    color: #88d0e8 !important;
    transition: all .3s ease;
}
.contacto:link {
    color:#88d0e8 !important;
}
.contacto:hover {
    color: white !important;
    transform: scale(1.2);
}
.navbar-toggler {
    background-color: #f9fafba1;
}

.dropdown-menu {
    background-color: #ffffff00;
    border-width: 0;
}


/*HEADER*/
.titulo {
    padding: 470px 0 70px 0;
}
.tomoenague {
    color:white;
}

/*COLECCIONES*/
.coleccion {
    background-color:#f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.coleccion-dos {
    padding-top: 100px;
}
.coleccion-tres {
    padding-top: 75px;
    padding-bottom: 50px;
}
.coleccion-cuatro {
    padding-bottom: 120px;
}
.villanos {
    color: #500066;
}
.coleccion h2 {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.coleccion h3 {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

/*LLAVE DE A CABALLO*/
.caballo {
    background-image: url(../imagenes/fondo-santo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}
.llave {
    padding-top: 100px !important;
    padding-bottom: 75px !important;
}
.llave-dos {
    padding-bottom: 100px;
}
.izquierda {
    color: #F2E744;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.cab {
    color: #F2E744;
} 

/*HURRACARRANA*/

.hurracarrana {
    background-color: #E6E4EB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hurra {
    color: #1B1D6E;
}
.derecha {
    color: #F2E744;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

/*LLAVE CAVERNARIA*/
.brazos {
    background-color: #f0f0f0;
        background-image: url(../imagenes/fondo-cavernaria.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: white;
}
.cave {
    color: #ECC5B4;
}

/*BLUE DEMON*/

.blue {
    background-color:#E6E4EB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.blue-dos {
    color: #f77740;
}

/*LLAVE ATLANTIDA*/
.pez {
        background-image: url(../imagenes/fondo-santo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: white;
}
.atlan {
    color: #88d0e8;
}

/*LANCES*/
.lance {
    background-color: #E6E4EB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lan {
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
}

/*NOSOTROS*/
.nosot {
    background-image: url(../imagenes/fondo-cavernaria.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}
.nos {
    padding-top: 100px !important;
    padding-bottom: 75px !important;
}
.manos {
    width: 100%;
    border: solid 4px black;
}

/*CONTACTO*/
.cont {
    background-color: #E6E4EB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lance-dos {
    padding-top: 100px !important;
    padding-bottom: 75px !important;
}
.lance-tres {
    padding-bottom: 100px;
}
.botoncin{
    padding-top: 10px;
    padding-bottom: 5px;
}
input.btn.btn-success.btn-send {
    background-color:#f77740 !important;
    border-color: #f77740 !important;
}

/*FOOTER*/

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.redes {
    width: 60px;
}


/*MEDIA QUARIES*/
@media (max-width:1200px){

}

@media (max-width:992px){
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 48px;
    }
    h3 {
        font-size: 42px;
    }
    h4
     {
        font-size: 32px;
    }
    h5 {
        font-size: 28px;
    }
    .coleccion-dos {
        padding-top: 75px;
    }
    .llave {
        padding-top: 75px;
    }
}

@media (max-width:768px){
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 36px;
    }
    h4
     {
        font-size: 30px;
    }
    h5 {
        font-size: 26px;
    }
}

@media (max-width:576px){
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    h4
     {
        font-size: 24px;
    }
    h5 {
        font-size: 22px;
    }
    p {
        font-weight: 400;
        font-size: 19px;
        line-height: 1.6;
    }
    p.lead.text-center {
        font-size: 18px;
    }
    .titulo {
        padding: 200px 0 70px 0;
    }
    .colecciones-dos {
        background-color:rgb(0 0 0 / 0%) !important;
        color:#ECC5B4 !important;
        transition: all .3s ease;
    }
    .coleccion-dos {
        padding-top: 75px;
    }
    .coleccion-tres {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .coleccion-cuatro {
        padding-bottom: 75px;
    }
    .llave {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }
    .llave-dos {
        padding-bottom: 75px;
    }
    .luchadas {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 30px !important;
    }
    .luchadas-dos {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-bottom: 50px !important;
    }
    .foto {
        padding-top: 40px;
    }
    div#navbarSupportedContent {
        background-color: rgb(0 0 0 / 75%);
    }
}
