@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700,900');
body {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}

header {
    background: #ff8300;
    padding-top: 80px;
    padding-bottom: 80px;
}

.spmtmb {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 2em;
    background-size: cover;
    text-align: justify;
}

.spmtmb span {
    color: #ff8300;
    font-weight: 600;
}

.bg01 {
    background: url(../images/bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bg02 {
    width: 100%;
}

h2 {
    font-size: 3.2em;
    font-weight: 600;
}

.agenda {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
    color: #4D4D4D;
}

.icono {
    /*width: 70%;*/
    text-align: center;
}

.linesml {
    width: 60px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: solid 2px;
}

.e01 {
    border-bottom-color: #FF5636
}

.e02 {
    border-bottom-color: #FF6625
}

.e03 {
    border-bottom-color: #FF8F0B
}

.e04 {
    border-bottom-color: #FFAE0B
}

.e05 {
    border-bottom-color: #FFC335
}

.microcontent {
    padding: 0 15px;
}

h3 {
    font-weight: 600;
    color: #4d4d4d;
    transition: all 0.3s;
}

.microcontent p {
    color: #4d4d4d;
    transition: all 0.3s;
}

.mc1 {
    text-align: center;
}

.mc1:hover {
    text-decoration: underline #ff8300;
    transition: all 0.3s;
}

footer {
    margin-top: 40px;
    height: 500px;
    padding-top: 280px;
    background: url(../images/bg03.png);
}

@media (max-width: 767.98px) {
    .icono {
        width: 100%;
        text-align: center;
    }
    .spmtmb {
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 1.5em;
    }
    h2 {
        font-size: 2.0em;
    }
}

@media (max-width: 575.98px) {}
