/*
Theme Name: Nupens
Author: Atuo Innovation Agency
Description: Nupens WordPress Theme.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

@media (max-width: 480px) {
    .mb\:overflow-hidden {
        overflow: hidden;
    }
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #201e1e;
    min-width: 320px;
}

a {
    font-family: 'Open Sans', sans-serif;
    color: #201e1e;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

a:hover, a:focus {
    color: #201e1e;
    text-decoration: none;
}

p > a {
    border-bottom: 1px solid #000000;
}

img {
    width: 100%;
}

img.alignleft, img.alignright {
    width: auto;
}

img.alignleft {
    margin-right: 20px;
}

img.alignright {
    margin-left: 20px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

ul {
    list-style: none;
}

.title {
    text-align: center;
}

.title h2 {
    color: #095171;
}

.title h2:before {
    content: "";
    border-bottom: 2px solid #095171;
    display: inline-block;
    width: 5%;
    margin-right: 10px;
    vertical-align: middle;
}

.title h2:after {
    content: "";
    border-bottom: 2px solid #095171;
    display: inline-block;
    width: 5%;
    margin-left: 10px;
    vertical-align: middle;
}

.title p {
    padding-left: 20%;
    padding-right: 20%;
}

@media (max-width: 480px) {
    .title p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.clear-fix:before,
.clear-fix:after {
    content: "";
    display: table;
}

.clear-fix:after {
    clear: both;
}

.clear-fix:before,
.clear-fix:after {
    flex-basis: 0;
    order: 1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

@media (max-width: 480px) {
    .flex {
        display: block;
    }
}

.background-gray:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 100px;
    background: #f5f5f5;
    z-index: -1;
}

.btn-play {
    transition: 100ms all ease;
    width: 100px;
    height: 100px;
    opacity: 0.7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.btn-play span {
    position: relative;
    display: table-cell;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 62px;
    cursor: pointer;
    border-color: transparent transparent transparent #201e1e;
    border-style: solid;
    border-width: 31px 0 31px 50px;
    left: 32px;
    top: 18px;
}

.btn-play.sm {
    width: 60px;
    height: 60px;
}

.btn-play.sm span {
    height: 35px;
    border-width: 17px 0 17px 26px;
    left: 22px;
    top: 12px;
}

.btn-play:hover {
    opacity: 1;
}

/*===================
========Divider======
===================*/
hr {
    position: relative;
    border-color: rgba(0, 0, 0, 0.1);
}

hr.no-border {
    border-color: transparent;
}

/*===================
=======Spaces========
===================*/
.spacer-5 {
    margin: 5px auto;
}

.spacer-10 {
    margin: 10px auto;
}

.spacer-20 {
    margin: 20px auto;
}

.spacer-30 {
    margin: 30px auto;
}

.spacer-40 {
    margin: 40px auto;
}

.spacer-50 {
    margin: 50px auto;
}

.spacer-60 {
    margin: 60px auto;
}

.spacer-70 {
    margin: 70px auto;
}

.spacer-80 {
    margin: 80px auto;
}

.spacer-90 {
    margin: 90px auto;
}

.spacer-100 {
    margin: 100px auto;
}

/*===================
======Margins========
===================*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

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

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

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

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.border-top {
    border-top: 1px solid #9db3c1;
}

.border-bottom {
    border-bottom: 1px solid #9db3c1;
}

.image-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-medium {
    position: relative;
    padding: 140px 0;
}

/*===================
=====Icon Boxes======
===================*/
@media (max-width: 991px) and (min-width: 768px) {
    .icon-boxes {
        margin-bottom: 30px;
    }
}

.icon-boxes.style1 {
    position: relative;
}

.icon-boxes.style1 .icon {
    font-size: 42px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.icon-boxes.style1 .box-content {
    margin-left: 70px;
}

.icon-boxes.style1 h1,
.icon-boxes.style1 h2,
.icon-boxes.style1 h3,
.icon-boxes.style1 h4,
.icon-boxes.style1 h5,
.icon-boxes.style1 h6 {
    margin: 5px 0;
}

.icon-boxes.style1:hover .icon {
    top: -5px;
}

.icon-boxes.style2 {
    text-align: center;
    padding: 10px;
}

.icon-boxes.style2 .icon {
    font-size: 42px;
}

.icon-boxes.style2 h1,
.icon-boxes.style2 h2,
.icon-boxes.style2 h3,
.icon-boxes.style2 h4,
.icon-boxes.style2 h5,
.icon-boxes.style2 h6 {
    margin: 5px 0;
}

/*===================
========Texts========
===================*/
.text-primary {
    color: #095171;
}

.text-dark {
    color: #201e1e;
}

.text-light {
    color: #e5e5e5;
}

.text-white {
    color: #ffffff;
}

.text-success {
    color: #5ed35e;
}

.text-info {
    color: #64d5f6;
}

.text-warning {
    color: #fcbe66;
}

.text-danger {
    color: #e55e5a;
}

.text-red {
    color: #e83a25;
}

.thin {
    font-weight: 300;
}

.thin {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "sofia-pro", sans-serif;
    color: #095171;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #095171;
}

h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
    color: #095171;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    color: #201e1e;
}

/*---Wordpress Galery---*/
.gallery .gallery-item .gallery-icon img {
    width: auto;
    max-width: 100%;
}

/*===================
=====Social Icons====
===================*/
.social-icons {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 10px;
}

.social-icons li a {
    display: block;
    margin-left: 10px;
    color: #201e1e;
}

.social-icons li a:hover, .social-icons li a:active, .social-icons li a:focus {
    color: #201e1e;
}

.social-icons li.facebook a {
    color: inherit;
}

.social-icons li.facebook a:hover, .social-icons li.facebook a:active, .social-icons li.facebook a:focus {
    color: #3b5998;
}

.social-icons li.linkedin a {
    color: inherit;
}

.social-icons li.linkedin a:hover, .social-icons li.linkedin a:active, .social-icons li.linkedin a:focus {
    color: #1b85bd;
}

.social-icons li.flickr a {
    color: inherit;
}

.social-icons li.flickr a:hover, .social-icons li.flickr a:active, .social-icons li.flickr a:focus {
    color: #ff0084;
}

.social-icons li.skype a {
    color: inherit;
}

.social-icons li.skype a:hover, .social-icons li.skype a:active, .social-icons li.skype a:focus {
    color: #01aef2;
}

.social-icons li.tumblr a {
    color: inherit;
}

.social-icons li.tumblr a:hover, .social-icons li.tumblr a:active, .social-icons li.tumblr a:focus {
    color: #34465e;
}

.social-icons li.vimeo a {
    color: inherit;
}

.social-icons li.vimeo a:hover, .social-icons li.vimeo a:active, .social-icons li.vimeo a:focus {
    color: #0491bc;
}

.social-icons li.soundcloud a {
    color: inherit;
}

.social-icons li.soundcloud a:hover, .social-icons li.soundcloud a:active, .social-icons li.soundcloud a:focus {
    color: #fe531b;
}

.social-icons li.yahoo a {
    color: inherit;
}

.social-icons li.yahoo a:hover, .social-icons li.yahoo a:active, .social-icons li.yahoo a:focus {
    color: #572c73;
}

.social-icons li.dropbox a {
    color: inherit;
}

.social-icons li.dropbox a:hover, .social-icons li.dropbox a:active, .social-icons li.dropbox a:focus {
    color: #0089d1;
}

.social-icons li.joomla a {
    color: inherit;
}

.social-icons li.joomla a:hover, .social-icons li.joomla a:active, .social-icons li.joomla a:focus {
    color: #0266bb;
}

.social-icons li.wordpress a {
    color: inherit;
}

.social-icons li.wordpress a:hover, .social-icons li.wordpress a:active, .social-icons li.wordpress a:focus {
    color: #464646;
}

.social-icons li.vine a {
    color: inherit;
}

.social-icons li.vine a:hover, .social-icons li.vine a:active, .social-icons li.vine a:focus {
    color: #00a478;
}

.social-icons li.xing a {
    color: inherit;
}

.social-icons li.xing a:hover, .social-icons li.xing a:active, .social-icons li.xing a:focus {
    color: #126567;
}

.social-icons li.stumbleupon a {
    color: inherit;
}

.social-icons li.stumbleupon a:hover, .social-icons li.stumbleupon a:active, .social-icons li.stumbleupon a:focus {
    color: #f74425;
}

.social-icons li.foursquare a {
    color: inherit;
}

.social-icons li.foursquare a:hover, .social-icons li.foursquare a:active, .social-icons li.foursquare a:focus {
    color: #0072b1;
}

.social-icons li.twitter a {
    color: inherit;
}

.social-icons li.twitter a:hover, .social-icons li.twitter a:active, .social-icons li.twitter a:focus {
    color: #1da1f2;
}

.social-icons li.instagram a {
    color: inherit;
}

.social-icons li.instagram a:hover, .social-icons li.instagram a:active, .social-icons li.instagram a:focus {
    color: #f4b97a;
}

.social-icons li.youtube a {
    color: inherit;
}

.social-icons li.youtube a:hover, .social-icons li.youtube a:active, .social-icons li.youtube a:focus {
    color: #cc181e;
}

.social-icons li.dribbble a {
    color: inherit;
}

.social-icons li.dribbble a:hover, .social-icons li.dribbble a:active, .social-icons li.dribbble a:focus {
    color: #e14984;
}

.social-icons li.behance a {
    color: inherit;
}

.social-icons li.behance a:hover, .social-icons li.behance a:active, .social-icons li.behance a:focus {
    color: #1769ff;
}

.social-icons li.pinterest a {
    color: inherit;
}

.social-icons li.pinterest a:hover, .social-icons li.pinterest a:active, .social-icons li.pinterest a:focus {
    color: #bd081c;
}

.social-icons li.google-plus a {
    color: inherit;
}

.social-icons li.google-plus a:hover, .social-icons li.google-plus a:active, .social-icons li.google-plus a:focus {
    color: #d44032;
}

.social-icons.style1 li.facebook a {
    color: #3b5998;
}

.social-icons.style1 li.twitter a {
    color: #1da1f2;
}

.social-icons.style1 li.linkedin a {
    color: #1b85bd;
}

.social-icons.style1 li.flickr a {
    color: #ff0084;
}

.social-icons.style1 li.skype a {
    color: #01aef2;
}

.social-icons.style1 li.tumblr a {
    color: #34465e;
}

.social-icons.style1 li.vimeo a {
    color: #0491bc;
}

.social-icons.style1 li.soundcloud a {
    color: #fe531b;
}

.social-icons.style1 li.yahoo a {
    color: #572c73;
}

.social-icons.style1 li.dropbox a {
    color: #0089d1;
}

.social-icons.style1 li.joomla a {
    color: #0266bb;
}

.social-icons.style1 li.wordpress a {
    color: #464646;
}

.social-icons.style1 li.vine a {
    color: #00a478;
}

.social-icons.style1 li.xing a {
    color: #126567;
}

.social-icons.style1 li.stumbleupon a {
    color: #f74425;
}

.social-icons.style1 li.foursquare a {
    color: #0072b1;
}

.social-icons.style1 li.instagram a {
    color: #f4b97a;
}

.social-icons.style1 li.youtube a {
    color: #cc181e;
}

.social-icons.style1 li.dribbble a {
    color: #e14984;
}

.social-icons.style1 li.behance a {
    color: #1769ff;
}

.social-icons.style1 li.pinterest a {
    color: #bd081c;
}

.social-icons.style1 li.google-plus a {
    color: #d44032;
}

.social-icons.style2 li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}

.social-icons.style2 li a:hover, .social-icons.style2 li a:active, .social-icons.style2 li a:focus {
    color: #ffffff;
}

.social-icons.style2 li.facebook a {
    background-color: #3b5998;
}

.social-icons.style2 li.twitter a {
    background-color: #1da1f2;
}

.social-icons.style2 li.dribbble a {
    background-color: #e14984;
}

.social-icons.style2 li.linkedin a {
    background-color: #1b85bd;
}

.social-icons.style2 li.youtube a {
    background-color: #cc181e;
}

.social-icons.style2 li.behance a {
    background-color: #1769ff;
}

.social-icons.style2 li.google-plus a {
    background-color: #d44032;
}

.social-icons.style2 li.flickr a {
    background-color: #ff0084;
}

.social-icons.style2 li.skype a {
    background-color: #01aef2;
}

.social-icons.style2 li.tumblr a {
    background-color: #34465e;
}

.social-icons.style2 li.vimeo a {
    background-color: #0491bc;
}

.social-icons.style2 li.instagram a {
    background-color: #f4b97a;
}

.social-icons.style2 li.pinterest a {
    background-color: #bd081c;
}

.social-icons.style2 li.soundcloud a {
    background-color: #fe531b;
}

.social-icons.style2 li.yahoo a {
    background-color: #572c73;
}

.social-icons.style2 li.dropbox a {
    background-color: #0089d1;
}

.social-icons.style2 li.joomla a {
    background-color: #0266bb;
}

.social-icons.style2 li.wordpress a {
    background-color: #464646;
}

.social-icons.style2 li.vine a {
    background-color: #00a478;
}

.social-icons.style2 li.xing a {
    background-color: #126567;
}

.social-icons.style2 li.stumbleupon a {
    background-color: #f74425;
}

.social-icons.style2 li.foursquare a {
    background-color: #0072b1;
}

/*===================
========lists========
===================*/
.list {
    padding-left: 19px;
}

.list li {
    line-height: 30px;
    margin-bottom: 5px;
}

.list.list-unstyled {
    margin: 0;
    padding: 0;
}

.alt-list li {
    list-style: none;
    position: relative;
    padding-left: 8px;
}

.alt-list li i:first-child {
    position: absolute;
    left: -18px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
}

.list-inline {
    padding: 0px;
}

.list-inline.alt-list li {
    margin-right: 18px;
}

.list-inline.alt-list li:last-child {
    margin-right: 0;
}

dl dt {
    margin-bottom: 5px;
    color: #201e1e;
}

dl dd {
    margin-bottom: 10px;
}

.dl-horizontal dt,
.dl-horizontal dd {
    margin-bottom: 10px;
    text-align: left;
}

/*===================
=======Utils=========
===================*/
.link-arrow-down {
    position: relative;
    height: 40px;
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #003d66;
    margin-top: 30px;
}

.close-icon {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
}

.close-icon::before {
    position: absolute;
    left: 5px;
    top: 13px;
    content: '';
    border-top: 1px solid #095171;
    width: 20px;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.close-icon::after {
    position: absolute;
    left: 5px;
    top: 13px;
    content: '';
    border-top: 1px solid #095171;
    width: 20px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.arrow-left {
    background: transparent !important;
    background-color: transparent;
    background-image: none;
    padding: 0;
    border-left: 1px solid #003d66;
    border-bottom: 1px solid #003d66;
    width: 17px;
    height: 17px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.arrow-left.double-arrow:before {
    content: "";
    border-left: 1px solid #003d66;
    border-bottom: 1px solid #003d66;
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    left: 5px;
    bottom: 6px;
}

.arrow-left.arrow-white {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.arrow-left.arrow-small {
    display: inline-block;
    border-left-width: 2px;
    border-bottom-width: 2px;
    width: 10px;
    height: 10px;
}

.arrow-left.arrow-small.double-arrow:before {
    border-left-width: 2px;
    border-bottom-width: 2px;
    width: 10px;
    height: 10px;
}

.arrow-circle-left {
    background: transparent !important;
    background-color: transparent;
    background-image: none;
    position: relative;
    padding: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #095171;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.arrow-circle-left::before {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 10px;
    content: '';
    border-top: 2px solid #095171;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.arrow-circle-left::after {
    position: absolute;
    left: 5px;
    top: 14px;
    width: 10px;
    content: '';
    border-top: 2px solid #095171;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.arrow-right {
    position: relative;
    background: transparent !important;
    background-color: transparent;
    background-image: none;
    padding: 0;
    border-right: 1px solid #003d66;
    border-bottom: 1px solid #003d66;
    width: 17px;
    height: 17px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.arrow-right.double-arrow:before {
    content: "";
    border-right: 1px solid #003d66;
    border-bottom: 1px solid #003d66;
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    right: 6px;
    bottom: 6px;
}

.arrow-right.arrow-small {
    display: inline-block;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 10px;
    height: 10px;
}

.arrow-right.arrow-small.double-arrow:before {
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 10px;
    height: 10px;
}

.arrow-circle-right {
    background: transparent !important;
    background-color: transparent;
    background-image: none;
    position: relative;
    padding: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #095171;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.arrow-circle-right::before {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 10px;
    content: '';
    border-top: 2px solid #095171;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.arrow-circle-right::after {
    position: absolute;
    left: 8px;
    top: 14px;
    width: 10px;
    content: '';
    border-top: 2px solid #095171;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.deafult-arrow-down {
    background: transparent !important;
    background-color: transparent;
    background-image: none;
    padding: 0;
    border-right: 2px solid #003d66;
    border-bottom: 2px solid #003d66;
    width: 12px;
    height: 12px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.arrow-up {
    background: transparent !important;
    background-color: transparent;
    background-image: none;
    padding: 0;
    border-top: 2px solid #003d66;
    border-left: 2px solid #003d66;
    width: 12px;
    height: 12px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.centered-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4rem;
}

.link {
    color: #095171;
    cursor: pointer;
}

.link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}

.link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
    stroke: #095171;
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.link--arrowed .arrow-icon--arrow {
    stroke: #095171;
}

.link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.btn-blue {
    display: inline-block;
    padding: 10px 50px;
    margin: 15px 0;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #095171;
}

.btn-blue:hover {
    color: #ffffff;
    opacity: 0.9;
}

.btn-blue.btn-large {
    padding: 15px 40px;
    font-size: 16px;
}

.btn-light-blue-square {
    padding: 10px 50px;
    margin: 15px 0;
    color: #ffffff;
    border: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #0b6e9b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn-light-blue-square:hover {
    color: #ffffff;
    opacity: 0.9;
}

.btn-light-blue-square.btn-large {
    padding: 15px 40px;
    font-size: 16px;
}

.block-form-contact {
    margin: 40px 0px 80px 0;
}

.block-form-contact h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.block-form-contact p {
    font-weight: 100;
}

.block-form-contact form {
    margin-top: 50px;
}

.block-form-contact form label {
    color: #095171;
    font-weight: 100;
}

.block-form-contact form .form-control {
    padding: 25px;
    border: 2px solid #095171;
}

.block-form-contact form textarea {
    resize: none;
}

.block-form-contact form button, .block-form-contact form .btn {
    text-transform: uppercase;
    float: right;
}

.block-form-contact form .wpcf7-mail-sent-ok {
    border: none;
}

form div.wpcf7-response-output {
    color: #ffffff;
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.form-transparent .form-control {
    background: transparent;
    border: none;
    box-shadow: none;
}

.form-transparent .form-control::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-transparent .form-control:-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-transparent .form-control::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-transparent .form-control:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-transparent .btn {
    background: transparent;
    color: #ffffff;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.searchandfilter.form-filter-default ul {
    padding: 0px;
}

.searchandfilter.form-filter-default ul li.cat-item {
    height: 35px;
}

.searchandfilter.form-filter-default ul li.cat-item label {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}

.searchandfilter.form-filter-default ul li.cat-item label input[type=checkbox] {
    visibility: hidden;
}

.searchandfilter.form-filter-default ul li.cat-item label::before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 25px;
    height: 25px;
    content: '';
    background: #e5e5e5;
    border: 1px solid #ececec;
}

.searchandfilter.form-filter-default ul li.cat-item label.cat-item-checked::after {
    position: absolute;
    top: 6px;
    left: 7px;
    width: 9px;
    height: 5px;
    content: '';
    background: transparent;
    border: 3px solid #095171;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.searchandfilter.form-filter-default input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.searchandfilter.form-filter-default button, .searchandfilter.form-filter-default input[type=submit] {
    display: inline-block;
    padding: 10px 50px;
    margin: 15px 0;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #095171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.searchandfilter.form-filter-default button:hover, .searchandfilter.form-filter-default input[type=submit]:hover {
    color: #ffffff;
    opacity: 0.9;
}

.searchandfilter.form-filter-vertical ul {
    display: block;
}

.searchandfilter.form-filter-vertical ul li {
    display: block;
}

.block-filters {
    margin-top: 40px;
}

.block-filters .form-filter ul {
    padding: 0px;
}

.block-filters .form-filter ul li.cat-item label {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}

.block-filters .form-filter ul li.cat-item label input[type=checkbox] {
    visibility: hidden;
}

.block-filters .form-filter ul li.cat-item label::before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 25px;
    height: 25px;
    content: '';
    background: #e5e5e5;
    border: 1px solid #ececec;
}

.block-filters .form-filter ul li.cat-item label.cat-item-checked::after {
    position: absolute;
    top: 6px;
    left: 7px;
    width: 9px;
    height: 5px;
    content: '';
    background: transparent;
    border: 3px solid #095171;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.block-filters .form-filter button, .block-filters .form-filter input[type=submit] {
    display: inline-block;
    padding: 10px 50px;
    margin: 15px 0;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #095171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.block-filters .form-filter button:hover, .block-filters .form-filter input[type=submit]:hover {
    color: #ffffff;
    opacity: 0.9;
}

@media (max-width: 480px) {
    .block-filters .form-filter ul {
        display: block;
    }

    .block-filters .form-filter ul li {
        display: block;
        width: 100%;
    }

    .block-filters .form-filter ul li ul {
        display: block;
        width: 100%;
    }

    .block-filters .form-filter ul li ul li {
        display: inline-block;
        width: 49%;
        margin-top: 5px;
    }

    .block-filters .form-filter button, .block-filters .form-filter input[type=submit] {
        float: right;
    }
}

.block-header {
    height: 80px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
}

.block-header .navbar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block-header .navbar .navbar-header .navbar-brand {
    width: 160px;
}

.block-header .navbar .navbar-header .navbar-toggle {
    border-color: transparent;
}

.block-header .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.block-header .navbar .navbar-nav a,
.block-header .navbar .navbar-nav li.current-menu-item a {
    color: #095171;
    padding: 25px 7px 12px 7px;
    float: left;
    transition: all 0.25s cubic-bezier(0.4, 0.25, 0.3, 1), color 125ms cubic-bezier(0.4, 0.25, 0.3, 1);
}

.block-header .navbar .navbar-nav a:before, li.current-menu-item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #095171;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width 175ms cubic-bezier(0.4, 0.25, 0.3, 1);
}

.block-header .navbar .navbar-nav a:hover:before {
    width: 100%;
}

li.current-menu-item a:before {
    width: 100% !important;
}

.block-header .navbar .navbar-nav a:hover,
.block-header .navbar .navbar-nav a:focus, li.current-menu-item a {
    color: #095171;
    background: none;
    border: none;
}

.block-header .navbar .navbar-nav .search a img, .block-header .navbar .navbar-nav .language a img {
    height: 15px;
    max-width: 25px;
}

.block-header .navbar .navbar-nav .search a:hover,
.block-header .navbar .navbar-nav .search a:focus, .block-header .navbar .navbar-nav .language a:hover,
.block-header .navbar .navbar-nav .language a:focus {
    border: none;
}

.block-header .navbar.navbar-fixed-top {
    background: #ffffff;
    top: 0 !important;
}

.block-header .navbar.navbar-fixed-top .navbar-header .navbar-brand {
    padding: 5px;
    width: 120px;
}

.block-header .navbar.navbar-fixed-top .navbar-nav a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.block-header.header-home {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.block-header.header-home .navbar .navbar-nav a {
    color: #ffffff;
}

.block-header.header-home .navbar .navbar-nav a:before {
    background-color: #ffffff;
}

.block-header.header-home .navbar .navbar-nav a:hover, .block-header.header-home .navbar .navbar-nav a:focus {
    color: #ffffff;
}

.header-home > nav > div > div > ul > li > ul {
    background-color: #095171 !important;
}

.block-header.header-internal .navbar .navbar-toggle .icon-bar {
    background-color: #095171;
}

.modal-menu .close {
    padding: 10px;
    opacity: 1;
}

.modal-menu .close-icon {
    display: block;
    width: 40px;
    height: 40px;
}

.modal-menu .close-icon::before, .modal-menu .close-icon::after {
    border-top-color: #ffffff;
    border-top-width: 2px;
    width: 40px;
}

.modal-menu .modal-dialog {
    margin: 0px;
}

.modal-menu .modal-dialog .modal-content {
    background-color: #095171;
    position: absolute;
    width: 100%;
    height: 100vh;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow-y: scroll;
}

.modal-menu .modal-dialog .modal-content .modal-body {
    margin-top: 40px;
    text-align: center;
}

.modal-menu .modal-dialog .modal-content .modal-body .navbar-nav {
    display: block;
    width: 100%;
    margin: 0;
}

.modal-menu .modal-dialog .modal-content .modal-body .navbar-nav li {
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-menu .modal-dialog .modal-content .modal-body .navbar-nav li a {
    padding: 15px 0px;
    color: #ffffff;
}

.modal-menu .modal-dialog .modal-content .modal-body .form-transparent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.block-header-banner {
    margin-top: -80px;
}

.block-header-banner .carousel-header {
    width: 100%;
}

.block-header-banner .carousel-header .item {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.block-header-banner .carousel-header .item .banner-text h1 {
    font-family: "sofia-pro", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 62px;
    padding: 160px 300px 0 0;
}

@media (max-width: 480px) {
    .block-header-banner .carousel-header .item .banner-text h1 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        padding: 70vh 0;
        text-align: center;
    }

    .carousel-header .owl-item img {
        width: auto !important;
        height: 200px;
    }
}

.block-header-banner .carousel-header .item .banner-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1900px) {
    .block-header-banner .carousel-header .item {
        height: 700px;
    }
}

@media (max-width: 480px) {
    .block-header-banner .carousel-header .item {
        height: 100vh;
    }
}

.block-header-banner .carousel-header .owl-dots .owl-dot.active span {
    background-color: #095171;
}

.block-header-bread-crumb {
    background: #ececec;
}

.block-header-bread-crumb nav ul {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}

.block-header-bread-crumb nav ul li {
    position: relative;
    display: inline-block;
    padding: 30px 0px 30px 10px;
}

.block-header-bread-crumb nav ul li:first-child {
    padding-left: 0px;
}

.block-header-page-title {
    background: #095171;
    background-repeat: repeat;
    text-align: center;
    padding: 80px 0;
}

.block-header-page-title h1 {
    margin-top: 0px;
    color: #ffffff;
}

.block-header-page-title p {
    color: #ffffff;
}

.block-header-post-title {
    padding: 50px 0;
}

.block-header-post-title h1 {
    margin-top: 0px;
}

.block-header-post-title .data {
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
}

.block-home-links {
    margin-top: 150px;
}

.block-home-links .box-link {
    position: relative;
    height: 115px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.block-home-links .box-link a {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding-left: 30px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 26px;
    font-weight: 100;
}

.block-home-links .box-link img {
    width: 95px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.block-home-links .box-link.box-red {
    background: #9b0b0b;
}

.block-home-links .box-link.box-blue {
    background: #0b4159;
}

.block-about {
    margin-top: 80px;
    padding-bottom: 150px;
}

.block-about .container {
    padding-right: 100px;
    padding-left: 100px;
}

.block-about .container img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.block-about .container h2 {
    color: #095171;
}

@media (max-width: 480px) {
    .block-about .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.block-calltoaction-doc {
    background: #0b4159;
}

.block-calltoaction-doc .container {
    position: relative;
    padding: 30px 50px 30px 325px;
}

@media (max-width: 480px) {
    .block-calltoaction-doc .container {
        padding: 160px 20px 30px 20px;
    }
}

.block-calltoaction-doc .container .doc {
    width: 380px;
    position: absolute;
    left: -80px;
    top: -80px;
}

@media (max-width: 480px) {
    .block-calltoaction-doc .container .doc {
        left: 50%;
        margin-left: -150px;
        top: -120px;
    }
}

.block-calltoaction-doc .container h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.block-calltoaction-doc .container h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.block-calltoaction-doc .container .add-on .form-control {
    border: 2px solid #e06531;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 20px;
}

.block-calltoaction-doc .container .add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #e06531;
    z-index: 0;
}

.block-calltoaction-doc .container .add-on .input-group-btn > .btn {
    -webkit-border-radius: 0px, 6px, 6px 0px;
    -moz-border-radius: 0px, 6px, 6px 0px;
    -ms-border-radius: 0px, 6px, 6px 0px;
    border-radius: 0px, 6px, 6px 0px;
    border: 2px solid #e06531;
    background: #e06531;
    padding: 20px 30px;
    left: -6px;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.block-calltoaction-doc .container .add-on .input-group-btn > .btn:focus {
    background: #b34e20;
}

.block-calltoaction-doc .container .btn-download-guia {
    display: block;
    width: 170px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.block-calltoaction-doc .container .btn-download-guia:hover {
    letter-spacing: 1px;
}

.block-calltoaction-doc .container form .wpcf7-not-valid-tip {
    position: absolute;
    top: 70px;
    width: 200px;
    display: block;
    color: #ffffff;
}

.block-calltoaction-doc .container form .wpcf7-mail-sent-ok {
    border: none;
}

.block-home-featured {
    background-color: #ffffff;
    padding: 50px 0;
    margin: 0px;
}

.block-home-featured .wrap {
    margin-top: 100px;
}

.block-home-featured .wrap article {
    position: relative;
    margin-bottom: 15px;
}

.block-home-featured .wrap article figure {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center;
}

.block-home-featured .wrap article figure a {
    display: block;
    width: 100%;
    height: 100%;
}

.block-home-featured .wrap article figure a img {
    visibility: hidden;
}

.block-home-featured .wrap article .btn-play {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 9;
}

.block-home-featured .wrap article header h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 5px;
}

.block-home-featured .wrap article header .data {
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
}

.block-home-featured .wrap article.featured .btn-play {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.block-home-featured .wrap article.featured figure {
    width: 100%;
    height: 390px;
}

.block-home-featured .wrap article.featured figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    min-height: 60%;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* Standard syntax */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.block-home-featured .wrap article.featured header {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 22px 16px 16px 16px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.block-home-featured .wrap article.featured header h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.block-home-featured .wrap article.featured header h1, .block-home-featured .wrap article.featured header p {
    color: #ffffff;
}

.block-home-featured .wrap article.featured header h1 a, .block-home-featured .wrap article.featured header p a {
    color: #ffffff;
}

.block-home-featured .panelinha {
    text-align: right;
    margin-top: 20px;
}

.block-home-featured .panelinha img {
    margin-left: 20px;
    vertical-align: text-bottom;
    width: 160px;
}

@media (max-width: 480px) {
    .block-home-featured .panelinha img {
        width: 138px;
    }
}

@media (max-width: 480px) {
    .block-home-featured .wrap article figure {
        height: auto;
    }

    .block-home-featured .wrap article figure a {
        width: 100%;
        height: 100%;
    }

    .block-home-featured .wrap article figure a img {
        visibility: initial;
    }

    .block-home-featured .wrap article.featured figure img {
        visibility: hidden;
    }
}

.block-home-top-footer {
    padding-bottom: 100px;
}

.block-home-top-footer .nupens-recomenda ul {
    margin-top: 100px;
}

.block-home-top-footer .nupens-recomenda ul li {
    font-size: 22px;
    display: inline-block;
    margin-right: 30px;
}

.block-recipes {
    background: #f5f5f5;
}

.block-partners {
    padding: 50px 20px;
    background-color: #f5f5f5;
    margin-bottom: 0;
}

.block-partners .container .row div {
    text-align: center;
}

.block-partners .container .row div img {
    width: auto;
    height: 30px;
}

@media (max-width: 480px) {
    .block-partners {
        padding: 15px 20px;
    }

    .block-partners .container .row div {
        padding: 15px 0px;
    }
}

.block-page-404 {
    margin: 100px 0;
    padding: 40px 0;
}

.block-page-404 p {
    text-align: center;
    font-size: 50px;
}

.block-footer {
    padding-top: 50px;
    background-color: #095171;
}

.block-footer a {
    border-bottom: 1px solid #ffffff;
}

.block-footer a[href^="mailto:"],
.block-footer a[href^="tel:"] {
    border-bottom: none;
}


.block-footer .container h3 {
    font-size: 22px;
}

.block-footer .container h3, .block-footer .container p, .block-footer .container a {
    color: #ffffff;
}

.block-footer .container p, .block-footer .container a {
    font-size: 14px;
    margin: 0;
}

.block-footer .container .logo {
    width: 180px;
    margin-bottom: 30px;
}

.block-footer .container .margin {
    margin-top: 70px;
}

.block-footer .container .add-on {
    margin-top: 20px;
}

.block-footer .container .widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    display: block;
}

.block-footer .container .widget_nav_menu .menu .menu-item {
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
}

.block-footer .copyright {
    padding: 10px;
    margin-top: 50px;
    background: #0b4159;
}

.block-footer .copyright .container .text {
    width: 50%;
    float: left;
    color: #ffffff;
}

.block-footer .copyright .container .social a {
    border-bottom: none;
}

.block-footer .copyright .container .social {
    text-align: right;
    width: 50%;
    float: right;
}

.block-footer .copyright .container .social a {
    margin-left: 10px;
}

.block-newsletter {
    padding: 20px 20px 30px;
    background-color: #ececec;
    margin-bottom: 30px;
}

.block-newsletter h3 {
    font-size: 22px;
}

.block-newsletter .input-group.form-newsletter-footer .form-control {
    border: 0;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -ms-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    padding: 26px 20px;
}

.block-newsletter .input-group.form-newsletter-footer .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 0;
}

.block-newsletter .input-group.form-newsletter-footer .input-group-btn > .btn {
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -ms-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    border: 0;
    background: #0b4159;
    padding: 16px 30px;
    left: -6px;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-transform: uppercase;
}

.block-newsletter .input-group.form-newsletter-footer .input-group-btn > .btn:focus {
    background: #b34e20;
}

.block-busca {
    position: relative;
    margin-top: -69px;
    background: #095171;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block-busca.open {
    margin-top: 0;
}

.block-busca .container {
    clear: both;
}

.block-busca .container .form-inline .form-group {
    width: 94%;
}

.block-busca .container .form-inline .form-group .form-control {
    width: 94%;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.block-busca .container .form-inline .form-group .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 0;
    background: #095171;
}

.block-busca .container .form-inline .form-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.block-busca .container .form-inline .btn {
    border: none;
    background: transparent;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.block-busca .container .form-inline .btn:focus, .block-busca .container .form-inline .btn:hover {
    opacity: 1;
}

.block-busca .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.block-busca .close .close-icon {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
}

.block-busca .close .close-icon::before {
    position: absolute;
    left: 5px;
    top: 13px;
    content: '';
    border-top: 2px solid #ffffff;
    width: 40px;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.block-busca .close .close-icon::after {
    position: absolute;
    left: 5px;
    top: 13px;
    content: '';
    border-top: 2px solid #ffffff;
    width: 40px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

@media (max-width: 480px) {
    .wrap {
        margin-top: 50px !important;
    }
}

.block-calendar-events {
    margin: 100px auto;
}

.block-calendar-events .mc-main .my-calendar-date-switcher button, .block-calendar-events .mc-main .my-calendar-date-switcher input[type=submit] {
    display: inline-block;
    padding: 10px 50px;
    margin: 15px 0;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #095171;
}

.block-calendar-events .mc-main .my-calendar-date-switcher button:hover, .block-calendar-events .mc-main .my-calendar-date-switcher input[type=submit]:hover {
    color: #ffffff;
    opacity: 0.9;
}

.block-calendar-events .mc-main .mc_general .event-title {
    background: #ffffff;
    color: #000000;
}

.block-calendar-events .mc-main .mc_general .event-title a {
    background: #ffffff;
    color: #000000;
}

.block-calendar-events .mc-main caption {
    background-color: #095171;
}

.block-calendar-events .mc-main .mc-date {
    padding: 10px;
}

.block-calendar-events .mc-main table tr th {
    background-color: #095171;
}

.block-calendar-events .mc-main table tr td {
    height: 120px;
}

.block-calendar-events .mc-main table .current-day .mc-date {
    background-color: #808080 !important;
}

.block-calendar-events .mc-main .has-events .mc-date {
    background-color: #095171;
}

.block-calendar-events .mc-main .details .close {
    top: 10px;
    right: 10px;
    left: auto;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.block-calendar-events .mc-main .details .close::before {
    position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    border-top: 2px solid #095171;
    width: 20px;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.block-calendar-events .mc-main .details .close::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: '';
    border-top: 2px solid #095171;
    width: 20px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.block-calendar-events .mc-main .details .close img {
    display: none;
}

.block-calendar-events .mc-main .details .time-block p {
    right: auto;
    left: .5em;
}

.block-calendar-events .mc-main .details p {
    margin-top: 15px;
}

.block-calendar-events .mc-main .details img.mc-image {
    display: block;
    width: 500px;
    margin: 0 auto;
}

.block-calendar-events img {
    width: auto;
}

.block-news {
    position: relative;
    margin-top: 150px;
    padding-top: 40px;
    clear: both;
}

.block-news .wrap {
    margin-top: 100px;
    margin-bottom: 200px;
}

.block-news .wrap article {
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 480px) {
    .block-news .wrap article {
        margin-bottom: 20px;
    }
}

.block-news .wrap article figure {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.block-news .wrap article header h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 32px;
}

.block-news .wrap article header .data {
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
}

.block-news .wrap article header, .block-news .wrap article footer {
    padding: 16px;
}

.block-news .wrap article.featured {
    background: #9b0b0b;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 480px) {
    .block-news .wrap article.featured {
        display: block;
    }
}

.block-news .wrap article.featured header h1 {
    color: #ffffff;
    font-style: italic;
}

.block-news .wrap article.featured footer {
    width: 100%;
    display: block;
}

.block-news .wrap article.featured footer a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.block-news .wrap article.featured header, .block-news .wrap article.featured footer {
    text-align: center;
}

.block-news .more {
    display: block;
    margin-top: 80px;
    width: 100%;
    text-align: right;
}

.block-news .more a {
    font-size: 12px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .block-news .wrap {
        margin-bottom: 20px;
    }

    .block-news .wrap .col-article {
        margin-top: 40px;
    }
}

.block-list-articles {
    margin: 40px 0;
    padding-bottom: 80px;
}

.block-list-articles h2 {
    color: #201e1e;
    font-size: 18px;
    line-height: 1.5em;
}

.block-list-articles p {
    font-size: 14px;
    line-height: 24px;
    color: #201e1e;
    font-weight: 300;
}

/*.block-list-articles h2 {*/
/*    color: #201e1e;*/
/*    font-size: 26px;*/
/*}*/

.block-list-articles .col-md-4 {
    margin-bottom: 40px;
}

.block-list-articles .more {
    display: block;
    margin-top: 80px;
    width: 100%;
    text-align: right;
}

.block-list-articles .more a {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 18px;
    margin: 0 10px;
    text-transform: uppercase;
}

article.post-thumbnail {
    background: #ffffff;
    height: 100%;
}

article.post-thumbnail figure a {
    display: block;
}

article.post-thumbnail a {
    border-bottom: none;
}

article.post-thumbnail.no-border {
    box-shadow: none;
    -webkit-box-shadow: none;
}

article.post-thumbnail h1 a:hover {
    border-bottom: 2px solid #095171;
}

.moretag {
    color: #095171;
    font-weight: bold;
}

article.post-thumbnail header h2 {
    font-family: 'Open Sans', sans-serif;
    color: #20516E;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
}

article.post-thumbnail header .data {
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
}

article.post-thumbnail header {
    padding: 16px 0;
}

article.post-thumbnail footer {
    /* padding: 0 16px 16px 16px; */
    /* float:left; */
}

article.post-thumbnail.featured {
    background: #9b0b0b;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 480px) {
    article.post-thumbnail.featured {
        display: block;
    }
}

article.post-thumbnail.featured header h1 {
    color: #ffffff;
    font-style: italic;
}

article.post-thumbnail.featured footer {
    width: 100%;
    display: block;
}

article.post-thumbnail.featured footer a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

article.post-thumbnail.featured header, article.post-thumbnail.featured footer {
    text-align: center;
}

article.post-thumbnail.featured-1 {
    background: #9b0b0b;
}

article.post-thumbnail.featured-2 {
    background: #9b0b0b;
}

article.post-thumbnail.featured-3 {
    background: #9b0b0b;
}

article.post-content .post-image-thumbnail img {
    width: 100%;
}

article.post-content img {
    width: auto;
    max-width: 100%;
}

article.post-content section {
    margin: 50px 0;
}

article.post-content section p {
    font-size: 16px;
    line-height: 28px;
}

article.post-content footer {
    text-transform: uppercase;
    text-align: right;
}

article.post-content footer a {
    font-size: 20px;
    text-transform: initial;
    padding-left: 15px;
    border-bottom: none;
}

article.post-content-video .video-box {
    position: relative;
    display: block;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

article.post-content-video .video-box .btn-play {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 9;
}

article.post-content-video .video-box figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    min-height: 60%;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
    /* Standard syntax */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

article.post-content-video .video-box .video-info {
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
    padding-bottom: 15px;
}

article.post-content-video .video-box .video-info h1, article.post-content-video .video-box .video-info p {
    color: #ffffff;
}

article.post-content-video .video-box .video-info h1 {
    font-size: 26px;
}

article.post-content-video .video-box .video-info p {
    font-size: 16px;
    font-weight: 100;
}

.block-post-content {
    padding-bottom: 150px;
}

.block-list-members {
    margin-bottom: 40px;
}

.block-list-members .member-thumbnail {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.block-list-members .member-thumbnail figure {
    padding-top: 30px;
    padding-left: 20px;
    background: -webkit-linear-gradient(#0b6e9b 90%, #0b6e9b 91%, #ffffff 91%, #ffffff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#0b6e9b 90%, #0b6e9b 91%, #ffffff 91%, #ffffff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#0b6e9b 90%, #0b6e9b 91%, #ffffff 91%, #ffffff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#0b6e9b 90%, #0b6e9b 91%, #ffffff 91%, #ffffff);
    /* Standard syntax */
}

.block-list-members .member-thumbnail figure img {
    max-width: 50%;
}

.block-list-members .member-thumbnail .member-info {
    padding: 20px;
}

.block-list-members .member-thumbnail .member-info .data {
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
}

.block-list-members .member-thumbnail .member-info h2 {
    color: #201e1e;
    font-size: 26px;
    line-height: 36px;
    font-weight: 100;
}

.block-list-members .member-thumbnail .member-info p {
    font-weight: 100;
}

.block-list-members .more {
    display: block;
    margin: 80px 0px 40px;
    width: 100%;
    text-align: center;
}

.block-list-members .more a {
    font-size: 12px;
    text-transform: uppercase;
}

.modal-video .close {
    padding: 10px;
    opacity: 1;
}

.modal-video .close-icon {
    display: block;
    width: 40px;
    height: 40px;
}

.modal-video .close-icon::before, .modal-video .close-icon::after {
    border-top-color: #ffffff;
    border-top-width: 2px;
    width: 40px;
}

.modal-video .modal-content {
    background-color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.modal-video .modal-content .modal-header {
    border: none;
}

.modal-video .modal-content .modal-header .modal-title {
    color: #ffffff;
}

.modal-video .modal-content .modal-body {
    color: #ffffff;
}

.modal-video .modal-content .modal-body p {
    color: #ffffff;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

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

.pagination {
    display: table;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
}

.pagination span {
    margin: 0 10px;
}

.pagination span.current, .pagination a:hover {
    margin: 0 10px;
    background: #095171;
    padding: 3px 8px;
    border-radius: 18px;
    color: #fff;
}

.categories-list {
    padding: 0;
}

.categories-list li {
    margin: 10px 0;
}

.accordion {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #5998B5;
    cursor: pointer;
    padding: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    outline: none;
    transition: 0.4s;
}


.panel-accordion {
    padding: 0 18px;
    max-height: 0;
    border-bottom: 1px solid #5998B5;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    border: solid #5998B5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    content: "";
    transform: rotate(45deg);
    float: right;
    margin: 8px 0 0 0;
    transition: all 0.5s ease;
    -webkit-transform: rotate(45deg);
}

.active:after {
    transform: rotate(-135deg);
    transition: all 0.5s ease;
    float: right;
    -webkit-transform: rotate(-135deg);
    content: "";
}

.member-thumbnail img {
    border-radius: 100px;
}

.member-info {
    position: relative;
}

.member-info p, .member-info p span {
    font-family: 'Open Sans', sans-serif !important;
}

.member-info h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.member-info p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.member {
    min-height: 285px;
    padding: 0 60px 20px 0;
}

.button-lattes {
    width: 100px;
    position: relative;
    height: 39px;
    background: #20516E;
    padding: 9px 20px;
    border: none;
    color: #fff;
    float: left;
    clear: both;
    text-align: left;
    margin: 10px 0 0 0;
}

.button-more {
    width: 120px;
}

.button-lattes:hover, .button-lattes:focus {
    background: transparent;
    color: #5998B5;
    border: 1px solid #5998B5;
}

.button-lattes:hover:after {
    border: solid #5998B5;
    border-width: 0 2px 2px 0;
}

.button-lattes:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    top: 15px;
    right: 14px;
    transform: rotate(-45deg);
}

.category-span {
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #000000;
}

.clear {
    clear: both;
    width: 100%;
}

.divisor {
    height: 1px;
    width: 100%;
    background: #5998B5;
    margin: 20px 0;
    clear: both;
    float: left;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

/*
article.first-post header{
  padding: 0 0 0 20px!important;
} */

article.first-post header {
    padding: 0;
}

article.first-post header .post-meta {
    display: flex;
    flex-direction: column;
}

article.first-post header .data {
    margin: 0 0 10px 0;
}

article.first-post .content-post {
    padding-left: 0;
}

@media (min-width: 767px) {
    article.first-post .content-post {
        padding-left: 80px;
    }
}

.colunas {
    margin: 0 0 100px 0;
}

.colunas h2 {
    margin: 30px;
    font-size: 40px;
}

.middle {
    border-left: 2px solid #5998B5;
    border-right: 2px solid #5998B5;
}

.colunas-inner {
    background: #ECECEC;
    width: 100%;
    clear: both;
    float: left;
    border-radius: 8px;
    padding: 30px 20px 70px 20px;
}

.colunas-inner img {
    border-radius: 250px;
}

.colunas-inner h3, .colunas-inner h3 a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}

.colunas-inner h3, .colunas-inner h3 a:hover {
    text-decoration: underline;
}

.colunas-inner p {
    font-size: 14px;
    /*  font-weight: bold;*/
    color: #5B5959;
    /*  text-decoration: underline;*/
    line-height: 1.5em;
}

.publicacoes {
    margin: 20px 0 100px 0;
}

.publicacao {
    float: left;
}

.publicacoes h2 {
    font-size: 40px;
}

.button-see-more-news {
    width: 218px !important;
    margin: 0 auto;
    float: none;
    padding: 10px 30px 10px 22px;
}

.see-more {
    text-align: center;
    clear: both;
    padding: 60px 0;
}

.sobre {
    background: #ECECEC;
    border-radius: 8px;
    float: left;
    clear: both;
    padding: 35px 20px;
    margin: 30px;
}

.sobre .col-md-8 {
    margin: 20px 0 0 0;
}

@media (min-width: 767px) {
    .sobre .col-md-8 {
        margin: 0;
    }

    .sobre {
        margin: 0;
        padding: 50px 35px 58px 20px;
    }
}

.sobre h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}

.sobre-container {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}

.sobre-container .guide {
    margin: 30px;
    padding: 0;
}

@media (min-width: 767px) {
    .sobre-container {
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .sobre-container .guide {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.guideline {
    background: #0F5270;
    border-radius: 8px;
    padding: 20px;
    float: left;
    clear: both;
    width: 100%;
}

.guideline h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
}

.imagem-guideline {
    width: auto;
    margin: 0 auto;
    height: 150px;
}

.center {
    text-align: center;
}

.button-guideline {
    margin: 30px auto 0 auto;
    float: none;
    display: block;
}

.nutrinet {
    border-radius: 8px;
    background: #5B5959;
    padding: 20px;
    float: left;
    height: 100%;
    margin: 0 0 20px 0;
}

.nutrinet p {
    color: #fff;
    padding: 5px 0 0 0;
    /*  font-weight: bold;*/
    text-align: center;
}

.bloco-1 a {
    color: #0f354a;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .nutrinet p {
        padding: 0 22px;
        text-align: left;
        margin: 30px 0 0 0;
    }
}

.blocos {
    display: flex;
    flex-direction: column;
}

@media (min-width: 567px) {
    .blocos {
        margin: 85px auto 60px auto;
        flex-direction: row;
    }
}

.nova {
    border-radius: 8px;
    background: #ECECEC;
    padding: 20px;
    height: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.nova h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color: #5998B5;
    text-align: center;
    margin: 10px;
    font-size: 24px !important;
}

@media (min-width: 992px) {
    .nova h2 {
        margin: 5px 0;
        text-align: left;
    }
}

.nova img {
    border-radius: 200px;
}

.nova p {
    font-weight: 400;
    color: #5B5959;
}

.banner-texto {
    background: #20516E;
    padding: 40px;
    float: left;
    clear: both;
    height: 100%;
    width: 100%;
}

.banner-texto a {
    border-bottom: 1px solid #ffffff;
}

.banner-texto .button-more {
    border: 1px solid #ffffff;
    background: none;
    border-radius: 0;
}

.banner-texto .button-more:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #095171;
}

.block-header-banner-inner {
    margin: 40px 0 70px 0;
}

@media (min-width: 992px) {
    .block-header-banner-inner {
        margin: 40px 0 0 0;
    }
}

.item {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 992px) {
    .item {
        flex-direction: row;
    }
}

.block-header-banner-inner p {
    color: #5998B5;
    font-weight: 600;
}

.block-header-banner-inner p a {
    color: #FFFFFF;
    text-transform: uppercase;
}

.block-header-banner-inner h2 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
    margin-top: 0;
    background: url("../images/prev.svg") no-repeat;
}

.owl-theme .owl-dots {
    bottom: -45px;
}

.owl-item img {
    width: auto !important;
    height: 400px;
}
.owl-theme .owl-nav {
    width: 105%;
    z-index: -1;
    left: -30px;
}

@media (max-width: 991px) {
    .owl-theme .owl-nav {
        width: 85%;
        left: 0;
        right: 0;
        margin: auto;
        top: 28%;
        z-index: 10;
        filter: brightness(100);
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #20516E;
}

.owl-carousel .owl-nav .owl-next {
    background: url("../images/next.svg") no-repeat;
    /*transform: rotate(180deg);*/
    margin-right: 0;
    margin-top: 0;
}

.wp-block-columns {
    margin: 65px 0;
}

.wp-block-embed iframe {
    width: 100%;
    height: 330px;
}

.page-template-guia h2 {
    font-size: 24px;
    border-bottom: 1px solid #5998B5;
    padding: 0 0 30px 0;
    line-height: 1.5em;
}

.nova-classificacao {
    position: static;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #095171;
    float: left;
    padding: 20px 0;
}

.nova-classificacao.questnova {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nova-classificacao.questnova img {
    max-width: 50%;
}

.nova-classificacao h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
}

.nova-classificacao span {
    font-size: 74px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

@media (min-width: 992px) {
    .nova-classificacao {
        width: 445px;
        padding: 90px;
        position: absolute;
    }

    .nova-classificacao.questnova {
        backdrop-filter: blur(10px);
        background: #095171ad;
        padding: 60px 90px 30px;
    }

    .nova-classificacao.questnova img {
        max-width: 100%;
    }

    .nova-classificacao h1 {
        font-size: 27px;
    }

    .nova-classificacao span {
        font-size: 96px;
    }
}

.relative {
    position: relative;
}

.banner-nova {
    position: relative;
}

.bloco-1 {
    padding: 60px 0;
}

.left-block p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #04354A;
    font-size: 18px;
    padding: 0;
    text-align: justify;
}

@media (min-width: 992px) {
    .left-block p {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        color: #04354A;
        font-size: 24px;
        padding: 0 80px 0 0;
        text-align: left;
    }
}


.historia {
    background: #20516E;
    padding: 30px 0;
}

.historia a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 767px) {
    .historia {
        padding: 30px 0 250px 0;
    }
}

.historia h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 10px 0 30px 0;
}

.historia p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.historia p strong {
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
}

.historia .right-block, .historia .left-block {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .historia .right-block {
        padding-left: 30px;
    }

    .historia .left-block {
        padding-right: 30px;
    }
}

.historia .video {
    position: static;
    width: 100%;
}

.historia .video iframe {
    width: 100%;
    margin-top: 60px;
    height: 300px;
}

@media (min-width: 767px) {
    .historia .video {
        position: absolute;
        width: 95%;
    }

    .historia .video iframe {
        height: 640px;
    }
}

.more-content {
    margin: 30px 0 0 0;
}

.more-content a {
    border-bottom: 1px solid #000000;
}

@media (min-width: 767px) {
    .more-content {
        margin: 510px 0 0 0;
    }
}

.more-content img {
    margin-top: 20px;
}

.grupos {
    background: #A6BCCA;
    padding: 70px 0;
    margin-top: 20px;
}

@media (min-width: 767px) {
    .more-content img {
        margin-top: 170px;
    }

    .grupos {
        margin-top: -100px;
        padding: 70px 0 300px 0;
    }
}

.grupos h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #5B5959;
    margin: 10px 0 30px 0;
}

.grupos p {
    color: #5B5959;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.grupos .video {
    position: static;
    width: 100%;
}

.grupos .video iframe {
    width: 100%;
    margin-top: 60px;
    height: 225px;
}

.groups {
    margin: 0;
}

@media (min-width: 767px) {
    .grupos .video {
        position: absolute;
    }

    .grupos .video iframe {
        height: 640px;
    }

    .groups {
        margin: 480px 0 0 0;
    }
}


.group {
    padding: 75px 0;
    border-bottom: 1px solid #5998B5;
    float: left;
    width: 100%;
}

.group h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin-top: 0;
    line-height: 33px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #12240C;
}

.group h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 33px;
    margin: 25px 0;
    padding-right: 85px;
    color: #5B5959;
}

.group p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 22px;
}

.group:last-child {
    border-bottom: 0;
}

.borda {
    width: 124px;
    height: 11px;
}

.borda.green {
    background: #96BB8D;
}

.borda.blue {
    background: #79B3CD;
}

.borda.yellow {
    background: #F7BE69;
}

.borda.red {
    background: #F76969;
}

.evidencias {
    padding: 60px 0;
}

.evidencias a {
    border-bottom: 1px solid #000000;
}

.evidencias iframe {
    margin: 50px 0;
}

.evidencias h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    margin: 25px 0;
    line-height: 65px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.evidencias p strong, .evidencias p b {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #5B5959;
}

.page-template-nova-classificacao #page {
    overflow: hidden;
}

.content-parceiros p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #20516E;
}

.parceiro {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.parceiro h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    margin: 0 0 20px 0;
    color: #20516E;
}

.conteudo-inner-parceiro {
    padding: 20px 0 0 0;
}

@media (min-width: 767px) {
    .conteudo-inner-parceiro {
        padding: 0 0 0 20px;
    }
}

.imprensa .button-more {
    width: auto;
    padding: 9px 30px 9px 20px;
}

.imprensa footer, .imprensa .mt-40 {
    float: left;
    margin-bottom: 0;
}

.new h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #20516E;
}

.new h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 49.03px;
    color: #20516E;
}

.new .data {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    color: #000000;
}

.new p strong {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #20516E;
}

.new .wp-block-image {
    margin: 1em 0;
}

.new figcaption {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #5B5959;
}

.new p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #5B5959;
}

.alignLeft {
    text-align: left;
}

.alignLeft a {
    text-decoration: none;
}

.block-header-post-title.new {
    padding: 50px 0 0 0;
}

.dropdown-menu {
    min-width: auto;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    background: transparent !important;
}

.new ol {
    padding: 0 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #5B5959;
}

.new a {
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 164.68%;
    color: #20516E;
}

.share {
    margin: 35px 0 0 0;
}

.new .share a {
    font-size: 20px;
    text-decoration: none;
    margin: 0 10px 0 0;
    color: #000;
    border-bottom: none;
}

.new blockquote p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 164.68%;
    color: #5998B5;
}

.new blockquote {
    padding: 0 20px 0 37px;
    margin: 60px 0;
    font-size: 17.5px;
    border-left: 6px solid #eee;
}

.new .resumo {
    margin: 30px 0;
}

.new .resumo p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #20516E;
}

.block-post-content .divisor {
    margin: 40px 0;
}

.language {
    display: none !important;
}

/* Mailchimp form  */

#mc_embed_signup {
    display: flex;
    justify-content: center;
}

#mc_embed_signup .wrapper {
    display: flex;
}

#mc_embed_signup h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

#mc_embed_signup input.email {
    border: 0;
    border-radius: 6px 0px 0px 6px;
    padding: 10px 20px;
    width: 80%;
    height: 40px;
}

#mc_embed_signup input.button {
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -ms-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    border: 0;
    background: #0b4159;
    padding: 10px 30px;
    left: -6px;
    color: #ffffff;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    text-transform: uppercase;
    height: 40px;
}


/* ===================================== NUTRINET ==================== */

/* Quem Somos ==================== */
.bloco-1 a, .group a {
    color: #0070A4;
    text-decoration: none;
    border-bottom: 1px solid #0070A4;
}

.groups.nutrinetPerguntasBefore {
    margin: 0;
    position: relative;
}

.nutrinetPerguntasBefore:before {
    content: '';
    background-color: #A6BCCA;
    display: block;
    height: 30vh;
    width: 100%;
    top: 0;
}

.tituloNutrinet {
    padding: 90px 1rem;
}

.tituloNutrinet small {
    color: #fff;
    font-weight: 100;
    display: block;
    width: 100%;
    text-align: center;
}

.tituloNutrinet h1 {
    font-size: 27px;
}

.tituloNutrinet span {
    font-size: 96px;
}

.content-parceiros.nutrinetTextoPubli p {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3em;
}

@media (min-width: 992px) {
    .tituloNutrinet h1 {
        font-size: 5rem;
    }
}

/*Campanhas*/
.campanhaSocial {
    padding: 30px 0 0 0;
    box-shadow: inset 0px -200px #fff;
}

.conteudoCampanha a {
    color: #fff;
    text-decoration: underline;
}

.areaTextoNut p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #04354A;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 991px) {
    .areaTextoNut p {
        font-size: 18px;
    }
}

.camapnhaUBS {
    margin-top: 14rem;
}

.camapnhaUBS h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #5B5959;
    margin: 10px 0 30px 0;
}

.camapnhaUBS img {
    margin-top: 0;

}

.camapanhaGrupo {
    padding-bottom: 9rem;
    padding-top: 14rem;
}

ul.listaDownloads {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

ul.listaDownloads li {
    margin-bottom: .75em;
}

.listaDownloads a {
    position: relative;
    height: 39px;
    background: #5998B5;
    padding: 9px 20px;
    border: none;
    color: #fff;
    float: left;
    clear: both;
    text-align: left;
    border-radius: 8px;
    margin: 10px 0 0 0;
}

.listaDownloads a:hover, .listaDownloads a:focus {
    background: #fff;
    color: #5998B5;
    border: 1px solid #5998B5;
}

.svgDownload svg {
    width: 17px;
    margin-right: 0.5em;
}

@media (max-width: 991px) {
    .camapnhaUBS {
        margin: 4rem 1rem;
    }

    .camapnhaUBS img {
        margin-top: 3rem;
    }

    .camapanhaGrupo {
        margin: 0;
        padding: 1rem;
    }
}