.footer {
    background-image: url(imagenes/fondo-contactos.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #130101;
    color: #FFF3EE;
    margin-bottom: 0%;
}
footer {
    background-color: #130101;
    padding-bottom: 0%;
}
footer h3 {
    color: #FFEACC !important;
    font-weight: 500;
    font-size: 40px;
}

/*NAV falta hacerla sticky*/
    nav {
        background-color: #130101 !important;
    }
    .nav-item {
        color: #FFF3EE !important;
        font-family: "Raleway", sans-serif;
        font-style: normal;
        font-size: large;
        font-weight: bold;
        transition: all ease 0.8s;
    }
    .nav-item :hover {
        background-color: #414141;

    }
    .nav-link {
        color: #FFF3EE;
    }

section {
    background-color: #FFF3EE;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.formulario {
    background-color: #130101;
}

.titulos {
    background-color: #FFF3EE;
}
.roller {
    background-image: url(imagenes/patinex.jpg);
    background-position: right;
}

.fondo-negro {
    background-color: #130101 !important;
    color: #fff3ee;
  }
.otros {
    background-image: url(imagenes/otrox.jpg);
    background-position: left;
}
.contacta {
    padding-top: 500px;
}

h2 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "tif-regular";
    font-size: 90pt;
    color: #130101 ;
}

h6 {
    font-family: "tif-regular" !important;
    font-size: 40pt !important;
    color: #FFF3EE !important ;
}

h3,h1 {
    font-family: "tif-regular"
}

.roller-text {
    margin-left: 20%;
    rotate: 350deg;
    display: inline-block;
    margin-top: 300px;
    margin-bottom: 500px;
    text-shadow: 2px 4px 6px #FFF3EE;
    font-size: 90pt !important;
    color: #130101 !important;
}
h2 #titulo-formulario{
    color:#FFF3EE !important;
    font-size: 40px !important;
}

#streetwear, #fanzine h3{
    text-shadow: 2px 4px 6px #FFF3EE;
}
#header-roller {
    background-image: url(imagenes/roller-hero.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}
#header-roller span {
    color: #FFF3EE;
}
#header-roller .titulo-producto {
    font-size: larger;

}

.otros-text {
    margin-right: 20%;
    rotate: 15deg;
    display: inline-block;
    margin-top: 300px;
    margin-bottom: 500px;
    text-shadow: 2px 4px 6px #FFF3EE;
}
a {
    text-decoration: none;
    color: #130101;
}

a :hover {
    rotate: 5deg;
}

.flecha-arriba {
    position: fixed;
    
}

.producto {
    font-size: 20pt;
    color: #130101;
}

.titulo-producto{
    font-size: 40pt;
    color: #130101;
}

picture {
    z-index: 0;
}
.oculto {
    display: none;
}

.avisos {
    font-size: smaller;
}

/*Esto es específico del texto rosa*/
.texto-rosa {
    padding: 50px 10%;
    background-color: #ffd8d8;
    margin-bottom: -70px;
    margin-top: -90px;
    z-index: 9;
    position: relative;
}
.texto-rosa strong{
    color: #ff3131;
    font-style: italic;
}
.texto-azul {
    padding: 50px 10%;
    background-color: #d9d9d9;
    margin-bottom: -70px;
    margin-top: -90px;
    z-index: 9;
    position: relative;
}
.texto-azul strong{
    color: #5E43AB;
    font-style: italic;
}
.texto-amarillo {
    background-color: #FFEACC;
    padding: 50px 10%;
    margin-bottom: -70px;
    margin-top: -90px;
    z-index: 9;
    position: relative;
}
.texto-amarillo strong {
    color: #FFAA05;
    font-style: italic;
}

.main-area {
    background-color: #130101 !important;
    color: #FFF3EE !important;
}

#final {
    color: #FFF3EE!important;
    font-weight: 100 !important;
    font-size: 30px;
}

.tex-fin {
    color: #FFF3EE !important;
}

@font-face {
    font-family: "tif-regular";
    src: url(tipografia/tif-regular.ttf);
}

@media (max-width:768px) {
    h2 {
        font-size: 50pt;
    }
    .roller-text {
        margin-left:0;
    }

    .texto-rosa {
        margin-bottom: -20px;
        margin-top: -20px;
    }
}
