p {
    font-size: 1.1em !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px !important;
}

/* BG DA SESSÃO 2 */
.bg-section-2 {
    background-image: url('../img/banners/bg-session-2.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

/* BG DA SESSÃO 3 */
.bg-section-3 {
    background: url('../img/banners/bg-session-3.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* BG DA SESSÃO 4 PAG SIMROBOTICA */
.bg-section-4 {
    background-image: url('../img/banners/bg-session-4.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}

/* BG DA SESSÃO 5 PAG TRANSITO FELIZ */
.bg-section-5 {
    min-height: 650px;
    background-image: url('../img/banners/bg-session-5.jpg') !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
}

/* BG DA SESSÃO 6 PAG TRANSITO FELIZ 2*/
.bg-section-6 {
    background-image: url('../img/banners/bg-session-6.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat !important;
}

/* banners mobile */
@media (max-width: 600px) {

    /* BG DA SESSÃO 5 PAG TRANSITO FELIZ */
    .bg-section-5 {
        height: 650px;
        background-size: contain !important;
        background-position: right bottom !important;


    }
}

#wave {
    background-image: url('../img/banners/wave.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    position: relative;
    bottom: -60px;
    z-index: 999;
}


/* banners mobile */
@media (max-width: 1280px) {

    /* BG DA SESSÃO 5 PAG TRANSITO FELIZ */
    .bg-section-5 {
        height: 850px;
        background-size: contain !important;
        background-position: right bottom !important;


    }
}


@media (min-width: 1200px) {
    .section-graph {
        min-height: 700px;
        background-image: url('../img/banners/bg-session-graph.jpg');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: auto;
    }
}

.bg-gradient-siminova {
    background: rgb(108, 163, 0) !important;
    background: -moz-linear-gradient(90deg, rgba(108, 163, 0, 1) 0%, rgba(32, 157, 87, 1) 35%, rgba(0, 136, 224, 1) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(108, 163, 0, 1) 0%, rgba(32, 157, 87, 1) 35%, rgba(0, 136, 224, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(108, 163, 0, 1) 0%, rgba(32, 157, 87, 1) 35%, rgba(0, 136, 224, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ca300", endColorstr="#0088e0", GradientType=1) !important;
}

.borda-gradient-siminova {
    border-bottom: 10px solid;
    border-image-source: linear-gradient(-90deg, rgba(108, 163, 0, 1) 0%, rgba(32, 157, 87, 1) 35%, rgba(0, 136, 224, 1) 100%);
    border-image-slice: 1;
}

/* COR AZUL EDUCAÇÃO MODELO */
.text-color-azul-ed-modelo {
    color: #253783 !important;
}

/* SHAPES DIVISORES */
.custom-shape-divider-top-1729524621 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1729524621 svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 101px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1729524621 .shape-fill {
    fill: #f4f4f4;
}

.custom-shape-divider-bottom-1729524762 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1729524762 svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 101px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1729524762 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1729534159 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1729534159 svg {
    position: relative;
    display: block;
    width: calc(138% + 1.3px);
    height: 109px;
}

.custom-shape-divider-bottom-1729534159 .shape-fill {
    fill: #161918;
}

/* OUTROS */
.btn-rounded {
    border-radius: 50px !important;
}

.section-title {
    text-align: center !important;
    padding: 5em 0px;
}

.btn-whatsapp-cta {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2em;
    background-color: #00c104;
    padding: 10px 50px;
    border-radius: 50px;
    border: 3px solid #FFFFFF;
}

#footer {
    background-color: #161918 !important;
    margin: 0;
    border: none;
    padding-bottom: 10px;
}

.text-hover-warning:hover {
    color: #fecb00 !important;
}

.text-hover-success:hover {
    color: #58ae30 !important;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
    z-index: 100;
    text-align: center;
}

#whatsapp-float-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-cta {
    background-image: url('../img/banners/bg-session-cta.jpg') !important;
    background-size: contain;
    background-position: center;
}

.section-cta-ed-modelo {
    background-image: url('../img/banners/tarja-educacao-modelo.jpg') !important;
    background-size: contain;
    background-position: center;
}

.section-cta-tr-feliz {
    background-image: url('../img/banners/tarja-transito-feliz.jpg') !important;
    background-size: contain;
    background-position: center;
}