﻿#certificacionSeminuevos {
    text-align: center;
    padding-bottom: 100px;
}

    #certificacionSeminuevos strong:first-child {
        font-size: 30px;
    }

    #certificacionSeminuevos strong {
        font-family: 'Roboto-Bold';
        font-size: 20px;
        display: block;
    }

    #certificacionSeminuevos img {
        display: block;
        margin: 0 auto;
    }

    #certificacionSeminuevos span {
    }

    #certificacionSeminuevos > div > div {
        padding: 50px 20px;
    }

#titleCertificacion {
    color: white;
    position: absolute;
    top: 200px;
}

.btn-red {
    position: relative;
    font-size: 12px;
    text-decoration: none;
}

    .btn-red:hover {
        text-decoration: none;
        color: white;
    }

h1 {
    font-family: 'Roboto-Bold';
    font-size: 50px;
}

@media (max-width:768px) {

    #titleCertificacion {
        color: white;
        position: absolute;
        top: 210px;
        text-align: center;
        font-size: 16px;
        display: block;
        width: 100%;
        left: 0;
    }

        #titleCertificacion h1 {
            font-size: 30px;
        }

    .btn-red {
        width: 90%;
        margin: 0 auto;
        display: block;
        font-size: 16px;
        font-family: 'Roboto-Bold';
    }

    #certificacionSeminuevos {
        padding: 0 50px 100px 50px;
        width: 100%;
    }

        #certificacionSeminuevos > div > div:first-child {
            padding-bottom: 0px;
        }
}
