*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: 0;

    /* font-family: Arial, sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    vertical-align: middle;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #012f53;
}

.clear {
    clear: both;
}

.fontze {
    font-size: 0em;
}

img {
    max-width: 100%;
    border: 0;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
}

hr {
    border: 2px #fff solid;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*===== MEDIAS =====*/
object,
embed,
video,
iframe,
iframe['style'] {
    max-width: 100%;
    height: auto;
}

.destaque-video {
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    width: 90%;
    height: auto;
    padding: 10px;
}

.ratio-video {
    position: relative;
    padding-bottom: 43.25%;
    width: 80%;
    margin: 0 auto;
    height: 0;
}

.media-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.destaque-maps {
    position: relative;
    margin: 0 auto;
    max-width: 750px;
    width: 90%;
    height: auto;
    padding: 10px;
}

.ratio-maps {
    position: relative;
    padding-bottom: 43.25%;
    width: 80%;
    margin: 0 auto;
    height: 0;
}

.media-maps {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*CONTEUDOS*/
.container {
    width: 100%;
    height: auto;
    float: left;
}

.content-600 {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    width: 95%;
    max-width: 600px;
}

.content-900 {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 95%;
    max-width: 900px;
}

.content-1000 {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 95%;
    max-width: 1000px;
}

.content-1100 {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 95%;
    max-width: 1100px;
}

.content-1200 {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 95%;
    max-width: 1200px;
}

.content {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
    max-width: 1200px;
}

.content-footer {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 95%;
}

.content-footer2 {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 80%;
}

.content-valores {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
}

.content-depoimento {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
    max-width: 1200px;
}

.content-titulo {
    display: block;
    margin: 0 auto 0 auto;
    padding: 25px 0;
    width: 100%;
}

.content-logo {
    display: block;
    margin: 10px auto 0 auto;
    padding: 10px 0;
    width: 98%;
}

.content-forma-pagamento {
    display: block;
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 80%;
    max-width: 1200px;
}

.content-lote-promocional {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    max-width: 1200px;
}

.content-programacao {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
    max-width: 1200px;
}

.content-beneficio {
    display: block;
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
    max-width: 1200px;
}

.content-logo-patrocinadores {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    width: 90%;
    max-width: 1300px;
}

/*CONTEUDOS*/

/* ==== imgs */
.img-100{
    width: 100px;
}
.img-bt-whatsapp {
    width: 30px;
}

.img-palestrante {
    width: 380px;
}

/* .img-autoria{width: 180px;} */
.img-tira {
    width: 700px;
    margin: 30px 0;
}

.img-progamacao {
    width: 80px;
    margin-bottom: 15px;
}

.img-data-header {
    width: 500px;
}

.header-data {
    width: 450px;
    float: left;
    margin-top: 30px;
}

.img-fotos-palestrantes {
    width: 1100px;
    position: relative;
    top: -90px;
    margin-bottom: -60px;
}

.img-books {
    width: 150px;
}

.img-books2 {
    width: 100px;
}

.img-books3 {
    width: 400px;
}

.img-apresentacao {
    width: 900px;
}

.img-logo-sf {
    width: 250px;
}

/*BOX*/
.box25 {
    width: 25%;
    float: left;
}

.box30 {
    width: 30%;
    float: left;
}

.box33 {
    width: 33.33%;
    float: left;
}

.box35 {
    width: 35%;
    float: left;
}

.box40 {
    width: 40%;
    float: left;
}

.box45 {
    width: 45%;
    float: left;
}

.box50 {
    width: 50%;
    float: left;
}

.box55 {
    width: 55%;
    float: left;
}

.box60 {
    width: 60%;
    float: left;
}

.box65 {
    width: 65%;
    float: left;
}

.box70 {
    width: 70%;
    float: left;
}

.box100 {
    width: 100%;
    float: left;
}

/*BOX*/

/*BACKGROUND*/
.bg-blue {
    background: #012f53;
}

.bg-bluelight {
    background: #004369;
}

.bg-darkblue {
    background: #020E2B;
}

.bg-gray {
    background: #333333;
}

.bg-darkgray {
    background: #1c1c1c;
}

.bg-green {
    background: #05c72e;
}

.bg-greenlight {
    background: #0282a9;
}

.bg-yellow {
    background: #ffcc00;
}

.bg-white {
    background: #fff;
}

.bg-red {
    background: #d12121;
}

.bg-wine {
    background: #360413;
}

.bg-orange {
    background: #ff8800;
}

/*TEXT-COLOR*/
.txt-color-yellow {
    color: #FF0;
}

.txt-color-white {
    color: #FFF;
}

.txt-color-blue {
    color: #00487d;
}

.txt-color-gray {
    color: #333333;
}

.txt-color-graylight {
    color: #555555;
}

/*FONT-SIZE*/
.fs-hiper-pequeno {
    font-size: 0.875em;
}

.fs-pequeno {
    font-size: 1em;
}

.fs-medio {
    font-size: 1.4em;
}

.fs-grande {
    font-size: 2.1em;
}

.fs-extra-grande {
    font-size: 2.6em;
}

.fs-hiper-grande {
    font-size: 3em;
}

/*FONT-FAMILY*/
.ff-times {
    font-family: "Times New Roman", Times, serif;
}

/*FONT-WEIGHT*/
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

/*FONT STYLE*/
.fstyle-normal {
    font-style: normal;
}

.fstyle-italic {
    font-style: italic;
}

/*TEXT ALIGN*/
.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ta-justify {
    text-align: justify;
}

/*TEXT-TRANSFORME*/
.tt-uppercase {
    text-transform: uppercase;
}

/*TEXT SHADOW*/
.txt-shadow-gray {
    text-shadow: 2px 2px #555;
}

.txt-shadow-black {
    text-shadow: 2px 2px #000;
}

/*BORDER RADIUS*/
.b-radius {
    border-radius: 8px;
}

/*BORDERS*/
.borders {
    border: 15px #fff solid;
}

/*MARGINS*/
.m-top-bottom {
    margin: 30px 0;
}

.m-top {
    margin-top: 20px;
}

.m-bottom {
    margin-bottom: 20px;
}

.m-t {
    margin-top: 15px;
}

.m-b {
    margin-bottom: 15px;
}

/*PADING*/
.padding-top-bottom {
    padding: 30px 0;
}

.padding-top {
    padding-top: 15px;
}

.pt-40 {
    padding-top: 40px;
}

.padding-bottom {
    padding-bottom: 15px;
}

.padding-tb {
    padding: 3px 0;
}


/* ==== zoom */
.zoom:hover {
    transition: all 0.3s ease;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/* zoom ==== */

/*BT*/
.bt {
    display: inline-block;
    cursor: pointer;
    padding: 7px 30px;
    margin-top: 2px;
    background: #888;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    border: none;
    text-shadow: 1px 1px #555;
    text-transform: uppercase;
    border-radius: 3px 0 0 3px;
}

.bt:hover {
    background: #555;
    text-decoration: none !important;
}

.bt-whatsapp-content {
    width: 150px;
    position: fixed;
    right: 0;
    display: inline-block;
    cursor: pointer;
    padding: 7px 0;
    margin-top: 2px;
    background: #888;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    border: none;
    text-shadow: 1px 1px #555;
}

.bt-whatsapp-content:hover {
    background: #555;
    text-decoration: none !important;
}

/*redondo*/
.bt-radius {
    position: fixed;
    right: 0;
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    margin-top: 2px;
    background: #888;
    font-size: 0.3em;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    border: none;
    text-shadow: 1px 1px #555;
    text-transform: uppercase;
    border-radius: 100%;
}

.bt-radius:hover {
    background: #555;
    text-decoration: none !important;
}

.bt-yellow {
    background: #ffc000;
}

.bt-yellow:hover {
    background: #ffa800 !important;
}

.bt-yellow-radius {
    background: #ffc000;
    top: 60px;
    display: none;
}

.bt-yellow-radius:hover {
    background: #ffa800 !important;
}

.bt-fixed-yellow {
    top: 60px;
    background: #ffc000;
}

.bt-fixed-yellow:hover {
    background: #ffa800 !important;
}

.bt-fixed-yellow2 {
    top: 60px;
    background: #ffc000;
    border-radius: 100%;
}

.bt-fixed-yellow2:hover {
    background: #ffa800 !important;
}

.bt-whatsapp {
    background: #30af20;
}

.bt-whatsapp:hover {
    background: #4bda38;
    transition: all 0.3s ease;
}

.bt-green {
    background: #028b56;
}

.bt-green:hover {
    background: #017447 !important;
}

.btn-cta {
    font-size: 22px;
    color: white;
    font-weight: 900;
    background: #01a868;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn-cta:hover {
    background: #02c278;
}

/*TIRAS*/
.tira-azul {
    padding: 15px 0;
    background: #012f53;
}

.tira-verde {
    padding: 15px 0;
    background: #0b4b64;
}
.main_realizado h4{ 
	font-size: 28px;
    color: #fff;
    padding: 30px;
    font-weight: 600;
}

/*==== CONTADOR DE DATAS ==== */
.contador-data {
    display: inline-block;
}

.contador-format-txt {
    display: inline-block;
    background: #ffcc00;
    padding: 5px;
    margin: 8px;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    color: #1f1f1f;
    font-size: 1.8em;
}

.contador-data-txt {
    color: #d12121;
    font-size: 0.4em;
    font-weight: 300;
}

.contador-dois-ponto {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
}

.titulo-contator {
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.txt-ultimas-vagas {
    font-size: 5em;
    color: #d12121;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    margin-top: 15px;
}

/*==== CONTADOR DE DATAS ==== */

@media(max-width: 1050px) {

    /*CONTEUDO*/
    .content-beneficio {
        width: 100%;
    }

    .content-lote-promocional {
        width: 98%;
    }

    .content-programacao {
        width: 99%;
    }

    .bt-whatsapp-content {
        width: auto;
    }

    .bt-whatsapp {
        background: none;
        padding: 5px;
    }

    .bt-whatsapp:hover {
        background: none;
        transition: none;
    }

    .bt-whatsapp span {
        display: none;
    }

    .bt-fixed-yellow {
        display: none;
    }

    .bt-yellow-radius {
        display: initial;
    }

    .img-bt-whatsapp {
        width: 35px;
    }

    .header-data {
        float: none;
    }


    /*BOX*/
    .box25 {
        width: 100%;
    }

    .box30 {
        width: 100%;
    }

    .box33 {
        width: 100%;
    }

    .box35 {
        width: 100%;
    }

    .box40 {
        width: 100%;
    }

    .box45 {
        width: 100%;
    }

    .box50 {
        width: 100%;
    }

    .box55 {
        width: 100%;
    }

    .box60 {
        width: 100%;
    }

    .box65 {
        width: 100%;
    }

    .box70 {
        width: 100%;
    }

    /*BOX*/
}

@media(max-width: 700px) {

    /*CONTEUDO*/
    .content {
        width: 100%;
    }

    .img-fotos-palestrantes {
        top: -30px;
        margin-bottom: 0;
    }
}