/*
Theme Name: Amora Frozen Child
Theme URI: http://ffbrasil.com.br
Template: Divi
Author: FFBrasil
Author URI: http://ffbrasil.com.br
Description: Tema desenvolvido por FFBrasil.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.0.85.1509281355
Updated: 2017-10-29 09:49:15

*/

/*** Geral ***/

:root {
    --primary: #5f295f;    
    --second: #9F75FF;
}

::-moz-selection {
    background-color: var(--primary);
    opacity: 0.5;
}

::selection {
    background-color: var(--primary);
    opacity: 0.5;
}

#_progress {
    --scroll: 0%;
    background: linear-gradient(to right,var(--primary) var(--scroll),transparent 0);
    position: fixed;
    width: 100%;
    height: 2px;
    top: 0px;
    z-index: 999999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fundo-overlay:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0 , 0 , 0 , 0.5);
}

.et_pb_row {
    width: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

.et_pb_scroll_top.et-pb-icon{
    background: white!important;
    color:#be244f!important;
    border: 6px solid #be244f!important;
    border-radius: 50px!important;
    margin-right: 6px!important;
    font-weight: 900;
    width:52px;
    height: 52px;
}

.et_pb_scroll_top:before {
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    position: absolute;
    transform: translate(-50%, 5%);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 24'%3e%3cg data-name='Camada 2'%3e%3cpath d='M41.16 18.92l-18-18A3 3 0 0021 0a3 3 0 00-2.16.92l-18 18A3 3 0 003 24a3 3 0 002.27-1L21 7.24l15.92 15.92a3 3 0 004.24-4.24z' fill='%23be244f' data-name='Camada 1'/%3e%3c/g%3e%3c/svg%3e");
}

@media screen and (max-width:767px){
    .et_pb_scroll_top.et-pb-icon{
        width:40px;
        height: 40px;
    }
    .et_pb_scroll_top:before {
        width: 18px;
        height: 18px;
        transform: translate(-50%, 0%);
    }
}

/** Animações **/

@keyframes pulse {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from,
    to {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@-webkit-keyframes pulse-box-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 177, 219, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(31, 177, 219, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(31, 177, 219, 0);
    }
}

@keyframes pulse-box-shadow {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(31, 177, 219, 0.4);
        box-shadow: 0 0 0 0 rgba(31, 177, 219, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(31, 177, 219, 0);
        box-shadow: 0 0 0 10px rgba(31, 177, 219, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(31, 177, 219, 0);
        box-shadow: 0 0 0 0 rgba(31, 177, 219, 0);
    }
}

.pulse-box-shadow {
    animation: pulse-box-shadow 2s infinite;
}

/* Galeria de imagem */

.mfp-bottom-bar {
    display: none
}

.galeria .et-pb-arrow-prev,.galeria .et-pb-arrow-next {
    background: rgba(255,255,255,0.77)
}

.galeria.et_pb_slider .et-pb-arrow-prev {
    left: 22px;
    opacity: 1
}

.galeria.et_pb_slider .et-pb-arrow-next {
    right: 22px;
    opacity: 1
}

@media (max-width: 767px) {
}
/* Sinopse/Blub */
.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image{vertical-align: middle}

/** Vídeo Overlay **/

.et_pb_video_overlay_hover {
    background-color: rgba(0, 0, 0, 0.4)
}

/* Contato */

select { display: block; font-size: 16px; line-height: 1.35; color: rgb(117, 117, 117); padding: 14px 16px; width: 100%; max-width: 100%; box-sizing: border-box; border: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: #fff; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); background-repeat: no-repeat, repeat; background-position: right .7em top 50%, 0 0; background-size: .65em auto, 100%; margin-bottom: 14px}
select::-ms-expand { display: none;}
select:hover { border-color: #888;}
select:focus { border-color: #aaa; box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); box-shadow: 0 0 0 3px -moz-mac-focusring; color: #000; outline: none;}
select option { font-weight:normal;}
*[dir="rtl"] select, :root:lang(ar) select, :root:lang(iw) select { background-position: left .7em top 50%, 0 0; padding: .6em .8em .5em 1.4em;}
select:disabled, select[aria-disabled=true] { color: graytext; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#fff 100%);}
select:disabled:hover, select[aria-disabled=true] { border-color: #aaa;}

.et_contact_bottom_container{ float: none; text-align: center;}
.et_pb_contact_message{ resize: none;}

.et_contact_bottom_container {
    float: none;
    text-align: center;
}

.et_pb_contact_message {
    resize: none;
}

/** Contact Form 7 **/

div.wpcf7 .ajax-loader.is-active{transform: scale(1); transition: all 0.2s ease; display: block}
div.wpcf7 .ajax-loader{ text-align: center; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='loader-1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3e%3cpath fill='%23000' d='M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z' transform='rotate(338.459 25 25)'%3e%3canimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/path%3e%3c/svg%3e"); background-size: 20px; margin: 5px auto; display: block;transform: scale(0); transition: all 0.2s ease;width: 20px; height: 20px;display: none}

span.wpcf7-list-item {
    margin: 0.5em 0 0 0;
    display: block;
}

input[type=text].wpcf7-form-control,
input[type=email].wpcf7-form-control,
input[type=tel].wpcf7-form-control,
input[type=number].wpcf7-form-control,
textarea.wpcf7-form-control,
.wpcf7-number{
    font-size: 16px;
    background-color: #fff;
    width: 100%;
    padding: 14px 16px;
    border-radius: 0px;
    margin-bottom: 14px;
    font-weight: 400;
}

input[type="submit"].wpcf7-form-control {
    background-color: #10b310;
    color: white;
    font-weight: 700;
    border: 0px;
    width: 100%;
    font-size: 20px;
    padding: 17px 10px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    float: none;
    display: block;
}

input[type="submit"].wpcf7-form-control:hover {
    background-color: #006f00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 3px;
}

.campo-upload {
    width: 100%;
    display: none;
    text-align: center
}

.assunto-form {
    border-radius: 0px;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgb(117, 117, 117);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.wpcf7-form .curriculo .wpcf7-form-control {
    border: none;
}

.btn-upload {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    height: 45px;
    max-width: 100%;
    background-color: #ec681c;
    color: #fff;
    border-radius: 5px;
    padding-top: 10px;
    cursor: pointer;
}

.btn-upload:hover {
    background-color: #ff6f3a;
}

.curriculo {
    position: unset;
}

input[type="file" i] {
    -webkit-appearance: initial;
    background-color: initial;
    padding: initial;
    border: initial;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.wpcf7-file {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: -215px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 5em;
    height: 45px;
    width: 130px
}

/*<div class="campo-upload"> <div class="btn-upload"> <span>Anexar currículo</span> [file curriculo limit:5mb filetypes:doc|docx|gif|png|jpg|jpeg|pdf id:curriculo class:curriculo] </div></div>*/

div.wpcf7-validation-errors {
    background-color: #f7e700;
    color: black;
}

span.wpcf7-not-valid-tip {
    background-color: white;
}

div.wpcf7-mail-sent-ok {
    background-color: #398f14;
    color: #fff;
}

div.wpcf7-response-output {
    margin: 0em 0em 1em;
}


/*** POSTs**/

.archive #left-area,
.category #left-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.archive #left-area .et_pb_post,
.category #left-area .et_pb_post {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-right: 3%;
}


/** Sinopse **/

.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
    vertical-align: middle;
}


/* LazyLoad Animation */

img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

/** Img align **/

.img-middle img {
    vertical-align: middle;
}

.img-bottom img {
    vertical-align: bottom;
}

/*** Buscar Sidebar ***/

.widget_search input#s {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(224, 224, 224);
    background-color: rgb(255, 255, 255);
    height: 50px!important;
    border-radius: 0px;
}

.widget_search input#searchsubmit , .et_pb_searchsubmit {
    height: 50px!important;
    border: none;
    font-size: 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 50' version='1.1'%3e%3cg id='surface1'%3e%3cpath style='' d='M 21 3 C 11.601563 3 4 10.601563 4 20 C 4 29.398438 11.601563 37 21 37 C 24.355469 37 27.460938 36.015625 30.09375 34.34375 L 42.375 46.625 L 46.625 42.375 L 34.5 30.28125 C 36.679688 27.421875 38 23.878906 38 20 C 38 10.601563 30.398438 3 21 3 Z M 21 7 C 28.199219 7 34 12.800781 34 20 C 34 27.199219 28.199219 33 21 33 C 13.800781 33 8 27.199219 8 20 C 8 12.800781 13.800781 7 21 7 Z '/%3e%3c/g%3e%3c/svg%3e");
    background-size: 25px;
    background-position: center;
    width: 40px;
}

/*** Remover Sidebar ***/

#sidebar {
    display: none;
}

#main-content .container:before {
    background: none;
}

/*** Alinhamento Vertical de Colunas **/

.vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/** Rodapé **/

a.assinatura {
    height: 36px;
    width: 80px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 784.1 348.3'%3E%3Cdefs%3E%3Cpath id='a' d='M212 136h51.2l10.9 23h33.7l-70-149.3L167.6 159h33.5l10.9-23zm6.2-28.3l11-40.4c.6-2.3 3.6-2.8 5-.9l24 34.2c1.5 2.1-.4 4.9-2.9 4.3l-11.7-2.8 2.9 16.7c.3 1.5-.8 3-2.3 3.2l-5.6 1c-1.5.3-3-.7-3.2-2.3l-2.9-16.7-10.1 6.6c-2.1 1.6-4.9-.4-4.2-2.9zM38.9 159h-30V9H39l42.5 61.6 43-61.6h30.3v150h-31V63.2l-42.4 61.6-42.5-61.6V159zM371 104.4c-1.8-6.9-2.7-13.7-2.7-20.3 0-1.4.1-3.8.4-7.2.3-3.4.7-6.7 1.4-9.8.9-3.8 2.4-7.9 4.4-12.4 2-4.5 4.4-8.8 7.4-13.1 3-4.3 6.4-8.3 10.4-12.2 3.9-3.9 8.3-7.2 13.2-10 6.9-4.1 13.5-6.7 19.9-7.9.3 0 .9-.1 1.9-.4 1-.3 2.2-.6 3.5-.9 1.3-.3 2.6-.6 3.9-.8 1.3-.2 2.3-.3 3.1-.3H464v30h-24.7c-.3 0-1.1.2-2.4.5-1.4.3-2.4.6-3.2.7-2.4.3-5.1 1.1-8 2.5-2.9 1.4-5.8 3.2-8.6 5.4s-5.4 4.6-7.8 7.3c-2.4 2.7-4.2 5.5-5.4 8.3-.3.7-.6 1.5-1.1 2.3-.5.9-.8 1.7-1.1 2.5-1.1 3.1-1.8 5.7-2 7.8-.3 2.1-.4 4.4-.4 7 0 3.6.5 7.5 1.4 11.5.9 4 2.5 7.8 4.7 11.5 2.2 3.6 5 7.1 8.4 10.2 3.4 3.2 7.7 5.8 12.7 8 .5.3 1.4.6 2.6 1 1.2.4 2.5.8 3.8 1.1 1.3.3 2.5.6 3.8.9 1.2.3 2.2.4 3 .4h24.5v31h-26.4c-.3 0-.9-.1-1.8-.2s-1.8-.3-2.4-.4c-2.4-.4-4.8-.8-7.1-1.2-2.3-.4-4.8-1.2-7.5-2.2-9.1-3.4-16.8-7.7-23.1-13.1-6.4-5.3-11.6-11.2-15.6-17.6-4.5-6.4-7.5-13-9.3-19.9zM351.9 159h-31V9h31v150zM616 200.7c-7.4-7.4-16-13.3-25.9-17.7-9.9-4.3-20.6-6.5-32.1-6.5-11.4 0-22 2.1-31.8 6.4-9.9 4.3-18.5 10.1-26 17.6-7.4 7.4-13.3 16.1-17.6 26.1-4.3 9.9-6.4 20.5-6.4 31.7 0 11.4 2.1 22 6.4 31.8 4.3 9.9 10.1 18.5 17.6 25.9 7.4 7.4 16.1 13.2 26 17.5 9.9 4.3 20.5 6.4 31.8 6.4s22-2.1 31.8-6.4c9.9-4.3 18.5-10.1 25.9-17.4 7.4-7.3 13.2-15.9 17.5-25.8 4.3-9.9 6.4-20.5 6.4-31.8 0-11.2-2.1-21.8-6.3-31.7-4.2-10-10-18.7-17.3-26.1zm-13.4 76.7c-2.6 5.8-6.1 10.9-10.5 15.3-4.4 4.3-9.6 7.8-15.5 10.3-5.9 2.5-12.1 3.8-18.6 3.8-6.6 0-12.9-1.3-18.8-3.9-5.9-2.6-11.1-6.1-15.5-10.5s-7.9-9.5-10.4-15.4c-2.5-5.8-3.8-12-3.8-18.5 0-1.9.1-3.7.3-5.3.2-1.6.5-3.2.8-4.9.9-5 2.9-10.1 6-15.3 2.5-4.1 5.4-7.7 8.7-10.6 3.3-2.9 6.8-5.4 10.5-7.3 3.7-1.9 7.4-3.3 11.1-4.2 3.7-.9 7.2-1.3 10.6-1.3.3 0 1.3.1 3.1.2s3.3.4 4.6.7c1.2.3 2.6.6 4.2.8 1.6.2 3 .6 4.2 1 5.9 2.2 10.9 5.1 15 8.5 4.1 3.5 7.5 7.3 10.2 11.4 2.7 4.1 4.6 8.5 5.7 13 1.2 4.6 1.8 9 1.8 13.3.2 6.8-1.1 13.1-3.7 18.9zM431.9 177h32.9v163h-33V235.9l-45.9 67-46.1-67V340h-34V177H339l46.2 66.9 46.7-66.9zm239-18h-31V9H670l66.9 95.9V9h31v150h-30.1l-66.9-95.9V159zm-175.2-22.2c6.8 6.8 14.8 12.1 23.9 16.1 9.1 3.9 18.9 5.9 29.3 5.9 10.4 0 20.2-2 29.3-5.9 9.1-3.9 17-9.3 23.8-16 6.8-6.7 12.1-14.6 16.1-23.7 3.9-9.1 5.9-18.9 5.9-29.3 0-10.3-1.9-20-5.8-29.2s-9.2-17.2-16-24c-6.8-6.8-14.7-12.3-23.8-16.3-9.1-4-18.9-6-29.5-6-10.4 0-20.2 2-29.3 5.9-9.1 3.9-17.1 9.3-23.9 16.2-6.8 6.9-12.2 14.9-16.2 24-3.9 9.2-5.9 18.9-5.9 29.2 0 10.4 2 20.2 5.9 29.3 3.9 9.1 9.3 17.1 16.2 23.8zm8.9-57.7c.2-1.5.4-3 .7-4.5.8-4.6 2.6-9.3 5.5-14 2.3-3.8 5-7.1 8-9.8 3.1-2.7 6.3-4.9 9.7-6.7 3.4-1.8 6.8-3.1 10.2-3.9 3.4-.8 6.6-1.2 9.8-1.2.3 0 1.2.1 2.8.2 1.6.1 3.1.3 4.3.6 1.1.3 2.4.5 3.9.7 1.5.2 2.8.5 3.9.9 5.4 2 10 4.6 13.8 7.8 3.8 3.2 6.9 6.7 9.4 10.5 2.4 3.8 4.2 7.8 5.3 12 1.1 4.2 1.6 8.3 1.6 12.2 0 6.2-1.2 12-3.6 17.4-2.4 5.4-5.6 10-9.7 14s-8.8 7.2-14.2 9.5c-5.4 2.3-11.1 3.5-17.1 3.5-6.1 0-11.9-1.2-17.3-3.6-5.4-2.4-10.2-5.6-14.2-9.7-4.1-4.1-7.3-8.8-9.6-14.1-2.3-5.4-3.5-11-3.5-17 0-1.7.1-3.3.3-4.8zM139.8 340h36.5l11.8-25H244l11.8 25h36.7l-76.3-162.6L139.8 340zm63.8-59l12.6-26.5 12.4 26.5h-25zm-90.3-31.3c3.5-7.6 5.2-15.1 5.2-22.3 0-3.4-.4-6.8-1.1-10.1-.7-4-2.1-8-4.1-12.1-2-4.1-4.8-8.1-8.3-11.9-3.1-3.4-6.2-6-9.4-7.9-3.2-1.9-6.5-3.6-9.9-5.1-.7-.3-1.8-.6-3.1-1s-2.8-.7-4.3-1.1c-1.5-.4-3-.7-4.4-.9-1.4-.2-2.5-.3-3.4-.3H10.9v163h33v-63h17.7L90 340h36.3L95 270c8.7-5.9 14.8-12.6 18.3-20.3zm-30.5-14.1c-1.6 3.1-4.4 5.5-8.6 7.1-.7.3-1.7.6-2.8.9-1.1.3-1.8.4-2.1.4H43.9v-35h25.4c.3 0 1 .1 2.1.3 1.1.2 2 .5 2.8.8 4.2 1.8 7 4.2 8.6 7.3 1.6 3.1 2.3 6.1 2.3 9.1s-.8 6-2.3 9.1zm681 49.8c.7 3.6 1 7.2 1 10.7 0 4.3-.5 8.4-1.5 12.3-1 3.9-2.7 7.6-5.1 10.9-2.4 3.4-5.5 6.6-9.4 9.5-3.9 2.9-8.7 5.5-14.5 7.7-1.3.4-2.9.9-4.6 1.3s-3.6.8-5.5 1c-1.9.2-3.9.4-5.9.6-2 .1-3.7.2-5.2.2-1.8 0-3.2 0-4.3-.1-1.1-.1-2.2-.1-3.3-.2-1.1-.1-2-.2-2.8-.3-3.4-.4-7-1.3-10.9-2.4-3.9-1.2-7.8-2.8-11.6-5-3.8-2.1-7.5-4.8-10.9-8-3.5-3.2-6.4-7-9-11.4-.4-.7-.9-1.6-1.4-2.5-.5-1-1-1.9-1.4-2.8L685 293h.7c1.3 2.8 3 5.2 5.1 7.1 2.1 1.9 4.3 3.5 6.6 4.6 2.4 1.2 4.8 2 7.2 2.5 2.4.5 4.7.8 6.7.8 2.4 0 4.7-.2 7-.6 2.3-.4 4.3-1.1 6.2-2.1 1.8-1 3.4-2.5 4.5-4.4 1.2-1.9 1.8-4.4 1.8-7.5 0-6.3-4.3-11.7-13-16.1-.4-.1-1.4-.6-2.9-1.4-1.5-.8-3.1-1.7-4.9-2.7-1.8-1-3.6-2-5.6-3-2-1-3.7-1.9-5.2-2.7l-2.4-1.2c-1-.5-2-.9-2.9-1.2-1.3-.7-2.8-1.5-4.3-2.3-1.5-.8-3.1-1.6-4.5-2.3-4.6-2.5-8.3-5.3-11.3-8.5-2.9-3.2-5.3-6.5-7-9.9-1.7-3.5-2.9-7-3.5-10.6-.7-3.6-1-7.2-1-10.7 0-.3.1-1.5.2-3.8.1-2.2.4-4.1.7-5.7.1-.4.3-1.1.4-1.9.1-.8.4-1.6.7-2.3.3-.7.7-1.7 1.2-2.9s1.1-2.3 1.7-3.3c1.3-2.5 3-4.8 5.1-7 2.1-2.1 4.3-4.1 6.6-5.9 2.4-1.8 4.8-3.3 7.2-4.6 2.4-1.3 4.8-2.4 7-3.1 3.4-1.2 6.9-2 10.6-2.5 3.7-.5 7.2-.8 10.6-.8 1.6.1 3 .3 4.1.3 1.1.1 2.2.1 3.4.2 1.2.1 2.1.1 2.9.1 3.4.4 7 1.3 10.9 2.4 3.9 1.2 7.8 2.9 11.6 5.1 3.8 2.2 7.5 4.9 10.9 8.1 3.5 3.2 6.4 6.9 9 11.2.3.7.7 1.6 1.3 2.7.6 1 1.1 1.9 1.5 2.7l-28.3 14.1c-1.3-2.8-3-5.2-5.1-7.1-2.1-1.9-4.3-3.5-6.6-4.8-2.4-1.2-4.8-2.1-7.3-2.7-2.5-.5-4.8-.8-6.9-.8-2.2 0-4.5.2-6.7.6-2.3.4-4.3 1.1-6.2 2.1-1.8 1-3.4 2.5-4.5 4.5-1.2 2-1.8 4.5-1.8 7.6 0 2.2.7 4.7 2.2 7.4 1.5 2.7 3.9 5 7.3 6.7.6.3 1.2.6 1.8 1 .6.4 1.2.7 1.8 1 3.1 1.6 6.2 3.2 9.3 4.9 3.1 1.6 6.2 3.2 9.3 4.6.7.4 1.7.9 2.8 1.4 1.1.5 2 1 2.8 1.4 1.3.6 2.8 1.3 4.4 2.1 1.6.8 3 1.6 4.2 2.3 4.6 2.7 8.3 5.5 11.3 8.6 2.9 3.1 5.2 6.4 6.9 9.8 1.4 3.7 2.5 7.3 3.2 10.9z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='-219.338' y1='183.542' x2='1076.342' y2='183.542' gradientTransform='rotate(28.03 439.306 174.117)'%3E%3Cstop offset='0' stop-color='%2308aeea'/%3E%3Cstop offset='.19' stop-color='%230bb5e2'/%3E%3Cstop offset='.478' stop-color='%2314c7ce'/%3E%3Cstop offset='.826' stop-color='%2322e4ac'/%3E%3Cstop offset='1' stop-color='%232af598'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23b)' fill='url(%23c)' d='M729.8-394.5l267.4 876.3-876.3 267.4-267.4-876.3z'/%3E%3C/svg%3E");
    background-size: cover;
    text-indent: cover;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: none;
    margin: 15px auto;
    /* Direita, left para esquerda */
    filter: brightness(0%) invert(100%);
}

/* Menu */
.sub-menu a:after , .menu-item-has-children a:after{display: none;}
#top-menu li.current-menu-item>a{color: var(--primary) }

/** Media Query **/

@media all and (min-width: 981px) {
    /** Menu **/
    #top-menu-nav>ul>li>a:hover,
    #main-header.et-fixed-header #top-menu-nav>ul>li>a:hover {
        opacity: 1;
        color: #1c93d1!important;
    }
    #top-menu a:after {
        content: '';
        position: absolute;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        left: 0;
        bottom: 30px;
        width: 100%;
        height: 2px;
        background: #1c93d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .et-fixed-header #top-menu a:after {
        bottom: 10px;
    }
    #top-menu a:hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    /*** Remover Sidebar ***/
    #left-area {
        width: 100%;
        padding-right: 0px!important;
        float: none !important;
    }
}

@media all and (max-width: 980px) {
    /** Posts **/
    .archive #left-area .et_pb_post,
    .category #left-area .et_pb_post {
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .center-tablet {
        text-align: center!important;
    }
}

@media all and (min-width: 768px) {
    /*** Coluna Invertida **/
    .invertido .et_pb_column:first-child {
        margin-right: 0%;
        float: right;
        order: 2!important;
    }
    .invertido .et_pb_column:last-child {
        float: left;
        order: 1;
    }
}

@media all and (max-width: 767px) {
    /*** Center Mobile ***/
    .center-mobile {
        text-align: center!important;
    }
    /*** Mapa ***/
    .et_pb_map {
        height: 400px!important;
    }
    /** Posts **/
    .archive #left-area .et_pb_post,
    .category #left-area .et_pb_post {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .duas-colunas-mobile .et_pb_column {
        width: 50%!important
    }
    .galeria.et_pb_slider .et-pb-arrow-prev {
        left:0px
    }
    .galeria.et_pb_slider .et-pb-arrow-next {
        right: 0px
    }
}

#menu li a:before{
    content: "";
    width: 120px;
    height: 80px;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 120px 70px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.24 62.53'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23fff;fill-rule:evenodd%7d%3c/style%3e%3c/defs%3e%3cg id='Camada_2' data-name='Camada 2'%3e%3cg id='Camada_1-2' data-name='Camada 1'%3e%3cpath class='cls-1' d='M27.64 60.91c.66-1.26-.21-2.22-.64-2s-.09 1.74.64 2zm.33.25a3.94 3.94 0 00.51.32 4.57 4.57 0 004.69-.22A8.15 8.15 0 0035 59.49c-.07-.09-.14-.17-.2-.26-1.54-2.21 1-5 2-3.35.65 1-.76 3-1.17 3.56a2.1 2.1 0 00.93.44c3.27.67 5.1-5.1 8.27-3.06a1 1 0 01.32 1.37c-1.24-1.33-2.68-1-3.9-.12a18.63 18.63 0 01-2.59 2 3.53 3.53 0 01-2.19.32 2.5 2.5 0 01-1.13-.53c-1.75 2.24-4.35 3.55-7.12 2.08a5.48 5.48 0 01-.6-.38c-1 1-1.86.65-1.57.55h.12a2.54 2.54 0 001.13-.77 3.69 3.69 0 01-.78-.85 1.43 1.43 0 01.26-1.94c1.3-.87 2.13 1.31 1.16 2.68zm7.35-2.08l.27-.42c.58-.94.82-1.44.64-1.95-.4-1.16-2.11.67-1 2.24a1.13 1.13 0 00.09.13zM17.67 60.88c-.66-1.27.23-2.23.66-2s.07 1.74-.66 2zm-.33.24a5.58 5.58 0 01-.52.32 4.59 4.59 0 01-4.69-.26 8 8 0 01-1.83-1.79 2.43 2.43 0 00.2-.25c1.56-2.19-.94-5-2-3.36-.66 1 .73 3 1.14 3.56a2.08 2.08 0 01-.94.44c-3.27.65-5.05-5.14-8.24-3.12A1 1 0 00.15 58c1.25-1.32 2.69-.94 3.91-.09a18.53 18.53 0 002.56 2 3.63 3.63 0 002.2.34 2.6 2.6 0 001.18-.52c1.74 2.26 4.32 3.59 7.1 2.14a5.6 5.6 0 00.61-.38c1 1 1.85.67 1.56.56h-.11a2.41 2.41 0 01-1.16-.81 3.9 3.9 0 00.78-.85 1.43 1.43 0 00-.24-1.94c-1.29-.88-2.14 1.29-1.18 2.67zM10 59a4.94 4.94 0 01-.27-.42c-.57-1-.81-1.45-.63-2 .4-1.16 2.1.69 1 2.24zM19.6 1.62c-.67 1.26.21 2.23.64 2s.09-1.75-.64-2zm-.33-.25c-.17-.12-.34-.22-.51-.32a4.58 4.58 0 00-4.7.22 8.14 8.14 0 00-1.84 1.78 2.94 2.94 0 01.2.26c1.54 2.2-1 5-2 3.34-.65-1 .75-3 1.17-3.55a2 2 0 00-.94-.45C7.37 2 5.55 7.76 2.37 5.71a1 1 0 01-.31-1.37c1.24 1.33 2.68 1 3.9.12a18.63 18.63 0 012.59-2 3.52 3.52 0 012.19-.32 2.67 2.67 0 011.13.53C13.62.46 16.22-.85 19 .62a5.6 5.6 0 01.61.38c1-1 1.86-.65 1.57-.54L21 .5a2.44 2.44 0 00-1.13.76 3.69 3.69 0 01.78.85 1.44 1.44 0 01-.26 1.94c-1.3.87-2.13-1.31-1.16-2.68zm-7.35 2.08c-.09.14-.19.28-.27.42-.58.94-.82 1.44-.64 2 .39 1.16 2.1-.67 1-2.24zM29.57 1.65c.65 1.28-.23 2.23-.66 2s-.07-1.74.66-2zm.33-.24a5.58 5.58 0 01.52-.32 4.59 4.59 0 014.69.26 8.37 8.37 0 011.83 1.79 2.43 2.43 0 00-.2.25c-1.56 2.2.94 5 2 3.36.66-1-.73-3-1.14-3.56a2.08 2.08 0 01.94-.44c3.27-.65 5 5.14 8.24 3.12a1 1 0 00.33-1.36c-1.26 1.32-2.69.94-3.91.09a18.53 18.53 0 00-2.56-2 3.63 3.63 0 00-2.2-.34 2.55 2.55 0 00-1.13.53C35.55.54 33-.79 30.19.66a5.6 5.6 0 00-.61.38c-1-1-1.85-.67-1.57-.56h.12a2.5 2.5 0 011.13.78 3.64 3.64 0 00-.78.84 1.42 1.42 0 00.24 1.94C30 5 30.86 2.79 29.9 1.41zm7.33 2.13a4.94 4.94 0 01.27.46c.57 1 .81 1.45.63 2-.41 1.16-2.1-.69-1-2.24z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

#galeria .et-pb-arrow-prev:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.39 47.82'%3e%3cg data-name='Camada 2'%3e%3cpath fill='%23f2a750' d='M36.4 47.82V33.75l-14.98-9.84 14.98-9.84V0L0 23.91l36.4 23.91z' data-name='Camada 1'/%3e%3c/g%3e%3c/svg%3e");
}

#galeria .et-pb-arrow-next:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.39 47.82'%3e%3cg data-name='Camada 2'%3e%3cpath fill='%23f2a750' d='M0 0v14.07l14.98 9.84L0 33.75v14.07l36.4-23.91L0 0z' data-name='Camada 1'/%3e%3c/g%3e%3c/svg%3e");
}