
.cromo-page h1,
.cromo-page h2,
.cromo-page h3,
.cromo-page h4{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*fuentes de siempre y nuevas*/
.cromo-page .gothamroundedbook {
    font-family: 'GothamRoundedBook', sans-serif;
}

.cromo-page .gothambook {
    font-family: 'Gotham-Book', sans-serif;
}

.cromo-page .gothamlight {
    font-family: 'GothamRounded-Light', sans-serif;
}

.cromo-page .gizmo {
    font-family: 'Gizmo', sans-serif;
}

.cromo-page .founders {
    font-family: 'Founders', sans-serif;
}

.cromo-page .container {
    max-width: 1024px;
}

.cromo-page p{
    font-size: 18px;
}


/*bloques*/
.size-founders{
    font-size: 21px;
    line-height: 16px;
}

.grande-gizmo{
    font-size: 90px;
    font-style: italic;
    transform: rotate(-5deg);
    transform-origin: right top 0;
}

.petit-gizmo{
    font-size: 72px;
    font-style: italic;
}

.cromo-text{
    font-size: 28px !important;
    line-height: 1.3;
}

.cromo-foundation{
    font-size: 35px !important;
}

/*footer*/
.cromo-page .flecha-izq {
    float: left;
    width: 50px;
    height: 28px;
    background-image: url(../pics/flecha.svg);
    background-repeat: no-repeat;

}

.cromo-page .flecha-dere {
    float: right;
    width: 50px;
    transform: rotate(180deg);
    height: 28px;
    background-image: url(../pics/flecha.svg);
    background-repeat: no-repeat;

}

.cromo-page .btn {
    background: #f2e0c9;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    width: 100%;
    font-weight: bold;

}

.margin-nuria{
    margin-top: 98px;
}


@media (min-width: 768px) {

    /*sino hay nuevo menu*/
    /*#module-boboli_editorial-cromosuma #wrapper {
        background-color: white;
        margin-top: 48px;
    }
	*/
    
    .grande-gizmo{
        font-size: 180px;
        line-height: 132px;
    }
    
    .petit-gizmo{
        font-size: 112px;
    }

    .cromo-text{
        font-size: 38px !important;
    }
    
    .cromo-foundation{
        font-size: 58px !important;
    }

    .cromo-page .btn {
        font-size: 40px;
    }
    
}



