/********************* NORMALIZE ************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

iframe {
    display: block;
}

/********************* GERAL ************************/

body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

.error::-webkit-input-placeholder {
    color: #FF0025;
}

p {
    padding-bottom: 0 !important;
}

#page-container {
    padding: 0 !important;
}

iframe {
    display: block;
}

:root {
    --marinho: #f4ed16;
    --marinho-escuro: #3851a3;
    --dourado: #e01690;
    --branco: #fff;
}

#main-header,
.multichannel {
    display: none !important;
}

/********************* GERAL TEMA ************************/

.et_pb_section {
    padding: 50px 0;
}

.et_pb_row {
    padding: 20px 0;
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
}

.et_pb_fullwidth_section {
    padding: 0px !important;
}

.et_pb_column {
    margin-right: 0px !important;
}

/********************* FONTES ************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

/********************* BANNER ************************/

#banner {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/formulario-00-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
	background: var(--marinho-escuro);
}

#banner .et_pb_row {
    padding: 50px 0 100px 0 !important;
}

#banner .et_pb_row .et_pb_code_inner {
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#banner .et_parallax_bg {
    opacity: .7;
}

#banner h1 {
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 44px;
    color: var(--branco);
    margin-bottom: 30px;
    text-align: center;
    background: var(--dourado);
    padding: 10px 40px !important;
    letter-spacing: 1px;
}

#banner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}

#banner strong {
    font-size: 22px;
    line-height: 26px;
    color: var(--marinho);
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
}

#banner .logo {
    max-width: 150px;
    margin-bottom: 30px;
    margin-left: 25px;
}

/********************* CONTEUDO ************************/

.et_pb_section h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--branco);
    text-align: center;
    margin-bottom: 10px;
    background: var(--dourado);
    padding: 20px;
}

.et_pb_section h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.et_pb_section h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    color: var(--dourado);
    text-align: center;
    margin-bottom: 10px;
}

.et_pb_section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px;
}

.et_pb_section hr {
    width: 70%;
    height: 1px;
    border: none;
    background: var(--dourado);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/******************** DOWNLOAD *****************/

.download {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download .btn {
    text-align: center;
    max-width: 23%;
    min-width: 23%;
    margin: 0 1%;
    box-sizing: border-box;
    background: var(--dourado);
    border-radius: 45px;
    padding: 10px;
    font-weight: bold;
    color: var(--branco) !important;
    transition: .2s ease all;
}

.download .btn:hover {
    filter: brightness(1.1);
    transition: .2s ease all;
}

/******************** GALERIA *****************/

.et_pb_gallery .et_pb_grid_item {
    width: 24% !important;
    margin: 0 1% 1% 0 !important;
    clear: none !important;
    box-sizing: border-box !important;
    overflow: hidden;
    float: left;
}

.et_pb_gallery .et_pb_grid_item:nth-child(4n) {
    margin-right: 0 !important;
}

.et_pb_gallery .et_pb_grid_item:hover img {
    transform: scale(1.15) !important;
    opacity: 1 !important;
    transition: .5s ease !important;
}

.et_pb_gallery .et_pb_gallery_item img {
    transform: scale(1.05) !important;
    transition: transform 0.5s, opacity 0.5s !important;
}

.et_pb_gallery.et_pb_gallery_item .et_pb_gallery_caption {
    display: none !important;
}

.et_pb_gallery .et_pb_gallery_item:hover>.et_pb_gallery_caption {
    display: none !important;
}

.et_pb_gallery .et_overlay {
    display: none !important;
}

.et_pb_gallery .et_pb_gallery_grid .et_pb_gallery_image {
    overflow: hidden !important;
    position: relative !important;
}

/******************** Footer *****************/


#main-footer {
    background-color: var(--marinho);
	margin-bottom: 0;
}

#footer-bottom {
    background-color: transparent;
    padding: 15px 0 5px;
}

#footer-bottom .container {
    width: 95%;
    max-width: 100% !important;
}

#footer-info {
    color: var(--branco) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    width: 90%;
    text-align: left;
    padding-bottom: 10px;
    float: left;
}

.assin img {
    margin-top: -10px !important;
}

@media only screen and (max-width: 1900px) {
    .mfp-image-holder .mfp-content {
        max-width: 95%;
    }

    .mfp-arrow-left .mfp-a,
    .mfp-arrow-left:after,
    .mfp-arrow-right .mfp-a,
    .mfp-arrow-right:after {
        background: var(--marinho-escuro);
        font-size: 48px;
    }
}

@media only screen and (max-width: 1800px) {}


@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1599px) {}

@media only screen and (max-width: 1440px) {

    .et-pb-arrow-next,
    .et-pb-arrow-prev {
        font-size: 24px;
    }

}


@media only screen and (max-height: 769px) {

    #footer-bottom .container {
        display: flex;
        flex-direction: column;
    }

}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {

    #banner h1 {
        font-size: 24px;
        line-height: 24px;
    }

    #banner p {
        font-size: 14px;
        line-height: 18px;
    }

    #banner strong {
        font-size: 18px;
        line-height: 24px;
    }

    .et_pb_section h4 {
        font-size: 18px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 996px) {


    /********************* GERAL**********************/
    ul.et_pb_side_nav {
        display: none;
    }

    .et_pb_column {
        margin-bottom: 0;
    }

    .et_pb_gallery .et_overlay {
        display: none;
    }

    .mfp-arrow-left .mfp-a,
    .mfp-arrow-left:after,
    .mfp-arrow-right .mfp-a,
    .mfp-arrow-right:after {
        font-size: 42px;
    }

    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }

    .download {
        flex-direction: column;
    }

    #banner p {
        margin-bottom: 20px;
    }

    .et_pb_section h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .download .btn {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 10px !important;
        font-size: 12px;
    }

    .et_pb_gallery .et_pb_grid_item {
        width: 49% !important;
        margin: 0px 2% 2% 0 !important;
    }

    .et_pb_gallery .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    /********************* ASSINATURA ************************/

    #footer-info {
        padding-bottom: 0;
        color: #fff;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .assin {
        width: 100% !important;
        height: 33px !important;
        margin-top: 0;
        text-align: center;
        position: relative !important;
        display: block;
    }

    .assin img {
        width: 110px !important;
        height: auto !important;
    }

}


@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 500px) {}


@media only screen and (max-width: 450px) {}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 350px) {

    footer {
        /*margin-bottom: 90px;*/
    }

    #footer-info {
        padding-bottom: 0;
        color: #fff;
        font-size: 12px;
        line-height: 28px;
    }

    .assin {
        width: 100% !important;
        height: 33px !important;
        margin-top: 10px;
        text-align: center;
        position: relative !important;
        display: block;
        bottom: 0;
    }

    .assin img {
        width: 110px !important;
        height: auto !important;
    }

}

@media only screen and (max-width: 450px) {

    .et_pb_row {
        width: 90%;
    }

}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 379px) {}


@media only screen and (max-width: 349px) {}


@font-face {
    font-family: ETmodules;
    src: url(//www.viacoca.com.br/wp-content/themes/viacoca/core/admin/fonts/modules/base/modules.eot);
    src: url(//www.viacoca.com.br/wp-content/themes/viacoca/core/admin/fonts/modules/base/modules.eot?#iefix) format("embedded-opentype"),
        url(//www.viacoca.com.br/wp-content/themes/viacoca/core/admin/fonts/modules/base/modules.woff) format("woff"), url(//www.viacoca.com.br/wp-content/themes/viacoca/core/admin/fonts/modules/base/modules.ttf) format("truetype"), url(//www.viacoca.com.br/wp-content/themes/viacoca/core/admin/fonts/modules/base/modules.svg#ETmodules) format("svg");
    font-weight: 400;
    font-style: normal
}

.mfp-wrap .mfp-container button:hover {
    background: transparent !important
}

.mfp-wrap .mfp-arrow:active {
    position: absolute;
    top: 50%
}

.mfp-wrap .mfp-close:active {
    position: absolute;
    top: -10px
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-fade.mfp-bg {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade .mfp-wrap .mfp-content {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mfp-bg {
    z-index: 1000000;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1000001;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .55;
    filter: alpha(opacity=55);
    top: 50%;
    margin: -32px 0 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow-left {
    left: 10px
}

.mfp-arrow-right {
    right: 10px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-arrow {
    background: none !important;
    margin-top: -32px !important;
    line-height: 1em !important
}

.mfp-arrow,
.mfp-arrow:after {
    width: 48px !important;
    height: 48px !important
}

.mfp-arrow:after {
    margin: 0 !important;
    top: 0 !important;
    border: none !important
}

.mfp-arrow-left {
    left: 0 !important
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border: none;
    font-size: 64px;
    color: #fff
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    display: none
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    content: "4"
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    content: "5"
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    font-size: 64px;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 200;
    top: -10px;
    opacity: .2
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
    opacity: 1
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

.mfp-bottom-bar {
    display: none;
}