﻿.g-color-primary-l {
    color: #F08E2B !important;
}

.banner-1 {
    height: 100%;
    background-image: url('/img/lct/bg-03b.jpg');
}

@media (min-width: 1300px) {
    .banner-1 {
        background: url('/img/lct/bg-03b.jpg') top -400px center no-repeat;
    }
}

@media (max-width: 990px) {
    .banner-1 {
        background: url('/img/lct/bg-03b.jpg') top -1px center;
    }
}

figcaption {
    font: 120% sans-serif;
    text-align: center;
}

.boxVideo {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
}

    .boxVideo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid #fff 10px;
    }

.boxVideoD {
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
}

    .boxVideoD iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: solid #fff 3px;
    }

@media (max-width: 576px) {
    .d-xsm-inline {
        display: block !important;
    }
}

.bg-povo {
    background: #d24704 url(/img/presencial/povo.png) no-repeat top center;
}

@media (max-width: 990px) {
    .bg-povo {
        background: #d24704 url(/img/presencial/bg-flower.jpg);
    }
}

.u-btn-primary {
    color: #fff;
    background-color: #ff9600;
}

    .u-btn-primary:hover {
        color: #fff;
        background-color: #ee6a0a;
        border-color: #ee6a0a;
    }

.g-bg-orange-opacity-0_9 {
    background-color: rgba(255, 165, 0, 0.9) !important;
}

.g-mt-minus-126 {
    margin-top: -126px !important;
}

.img-fundo-flex {
    background-image: url('/img/lp/hilario-trigo-constelando.jpg');
}

@media (max-width: 768px) {
    .img-fundo-flex {
        background-image: none;
        min-height: 0;
    }
}
