/* ----------------------------- */
/* Titulo                        */
/* ----------------------------- */

#titulo {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url('../img/bg-02.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ----------------------------- */
/* Páginas                       */
/* ----------------------------- */

.seccion-02 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../img/bg-01.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
}

.seccion-03 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../img/bg-02.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
}

.seccion-content {
    width: 1130px;
    margin: 0 auto;
}

.seccion-content p {
    font-family: 'Ubuntu', sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}

/* ----------------------------- */
/* Estilos Responsive            */
/* ----------------------------- */

@media (max-width: 1200px) {
    .titulo-content,.seccion-content {width: 955px;}
}

@media (max-width: 992px) {
    .titulo-content,.seccion-content {width: 640px;}
}

@media (max-width: 768px) {
    .titulo-content,.seccion-content {width: 480px;}
}

@media (max-width: 600px) {
    .titulo-content,.seccion-content {width: 320px;}
}
