/*
Theme Name: YoGamers do Bem
Theme URL: http://www.criativito.com.br/
Description: Site institucional modelo II.
Author: Victor Brito and Alexsander Verrone
Author URL: http://www.criativito.com.br/
Version: 1.0
Text Domain: Criativito
License: GNU General Public License version 3.0
License URL: http://www.gnu.org/licenses/gpl-3.0.html
Tags: Tema customizado, institucional, Criativito
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800;900&display=swap');
.botoes-personalizados a:hover {
  opacity: 0.6;
}
.botao-personalizado > img {
  max-width: 110px;
  margin: auto;
  height: auto;
  display: block;
}
.fancybox-title {
  background-image: url(fancybox/fancybox_overlay.png);
  background-size: contain;
  padding: 10px;
  color: #fff;
}
.fancybox-image {
  position: relative;
}
html body .fancybox-title-inside-wrap {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
* { 
  box-sizing: border-box;
  margin: 0;
  padding: 0;  
}
iframe {
  width: 100%;
  height: 500px;
}
a, svg{
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
section a:hover, section a:link, section a:active, section a:visited {
  text-decoration: none;
}
section p, section h1, section h2, section h3, section h4, section h5, section h6, section a, section label, section input, 
  section textarea, section select  {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 800!important;
}
img {
  width: 100%;
  height: auto;
}
section {
  padding: 120px 0;
}
/*  classes independentes  */
section h2.title {
  color: #1d1d1b;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
}
section p.desc {
  color: #575756;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
section .colorDark {
  background: #8e0422;
}
section .colorBack {
  background: #d33941;
}
div .fontColor {
  color: #55bac2;
}
.fontColor:hover {
  color: #666666;
}
.clearFix {
  clear: both;
}
.noPadding {
  padding: 0;
}
.noPaddingTop {
  padding-top: 0;
}
section .noPaddingLeft {
  padding-left: 0;
}
section .noPaddingRight {
  padding-right: 0;
}
section .floatRight {
  float: right;
}
/*  classes fontawesome  */
.svg-inline--fa {
  color: #3b7db6;
}
/*  elementos independentes  */

a.btgrande {
    background: #d33941;
    color: #fff!important;
    display: block;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 5px;
    border-bottom: 2px solid #a52b31;
}
a.btgrande:hover {
    background: #c1353c;
    border-bottom: 2px solid #8b2126;
}

section form label {
  margin-top: 20px;
  display: block;
  width: 100%;
}
section form input, section form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  padding: 9px 10px;
  font-size: 13px;
  margin-top: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: normal;
  background: #f8f8f8;
  color: #919191;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
section form input[type="radio"], section form input[type="checkbox"] {
    width: auto;
}
section form input[type="submit"] {
  background: #d33941;
  color: #fff;
  border: none!important;
  padding: 8px;
  margin-top: 36px;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
section form input[type="submit"]:hover {
  background: #b21b2d;
}
section form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 190px;
  height: 190px;
  color: #3c3c3b;
  border: none;
  border-bottom: 1px solid #575756;
  outline: none;
  padding: 0px;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  padding: 9px 10px;
  font-size: 13px;
  margin-top: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: normal;
  background: #f8f8f8;
  color: #919191;
}
section form input:focus, section form select:focus, section form textarea:focus {
  border-bottom: 1px solid #d33941;
}
/* classes wordpress */
section div.wpcf7 .ajax-loader {
  display: none;
}
section .use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: #d33941;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
        font-size: 11px;
    padding: 4px;
}
section div.wpcf7-mail-sent-ok {
    border: none;
    background: #4bcf9f;
        position: absolute;
    bottom: -40px;
    font-size: 13px;    
    color: #fff;
    padding: 9px;
    margin: 0px auto 0 auto;
    width: 60%;
    text-align: center;
}
section span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 0px 0 13px 0;
    line-height: 13px;
}

section div.wpcf7-validation-errors {
    border: none;
    background: #d33941;
    font-size: 13px;
    color: #fff;
    padding: 9px;
    width: 60%;
    text-align: center;
    bottom: 0px;
}
.alignleft {
  float: left;
  margin: 0 25px 15px 0;
  width: auto;
  height: auto;
}
.alignright {
  float: right;
  margin: 0 0 15px 25px;
  width: auto;
  height: auto;
}
.aligncenter {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}
.alignnone {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}
.size-full {
  max-width: 100%;
  width: 100%;
  height: auto;
  float: inherit;
  margin: 10px 0;
}
.size-large {
  max-width: 100%;
  width: 100%;
  height: auto;
  float: inherit;
  margin: 10px 0;
}
.wpcf7-checkbox {
  display: inline-block;
}
  .textAbout img{
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: red;
    color: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
        font-size: 11px;
    padding: 4px;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background: red;
        position: absolute;
    bottom: 0px;
    font-size: 13px;    
    color: #333;
    padding: 9px;
    margin: 0px auto 0 auto;
    width: 60%;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    color: #f5f5f5;
    font-size: 11px;
    display: block;
    text-align: center;
    margin: 0px 0 13px 0;
    line-height: 13px;
}

div.wpcf7-validation-errors {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #fff;
    padding: 9px;
    width: 60%;
    text-align: center;
    bottom: 0px;
}

/* top bar */
#topBar {
  background: #eeeeee;
}
#topBar .networkSocial {
  float: right;
  padding: 6px 0;
}
#topBar .networkSocial .boxIconSocial {
  display: inline-block;
  margin-left: 10px;
}
#topBar .networkSocial .boxIconSocial > a > svg {
  font-size: 20px;
}
#topBar .telephone {
  float: right;
  padding: 8px 15px;
  color: #5d5d5d;
  border-right: 1px solid #d7d7d7;
}
#topBar .telephone > p > svg {
  margin-right: 8px;
}
#topBar .telephone > p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
#topBar .email {
  float: right;
  padding: 8px 15px;
  border-right: 1px solid #d7d7d7;
}
#topBar .email > p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #5d5d5d;
}
#topBar .email > p > svg {
  margin-right: 8px;
}
#topBar .logo {
  background: #fff;
  width: 72%;
  height: auto;
  z-index: 9999;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 11px 15px -6px rgba(0,0,0,0.37);
  -moz-box-shadow: 0px 11px 15px -6px rgba(0,0,0,0.37);
  box-shadow: 0px 11px 15px -6px rgba(0,0,0,0.37);
  -webkit-border-bottom-right-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
  -moz-border-radius-bottomleft: 9px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  padding: 12px 0;
}
#topBar .logo > a {
  display: block;
  padding: 0px 0;
}
#topBar .logo > a > img {
  height: auto;
  width: 100%;
  display: inline-block;
}
/*  nav bar  */
#navBar {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
}
#navBar nav {
  background: transparent;
  margin: 0;
  border: none;
  min-height: 40px;
}
#navBar nav .navbar-header{
  float: right;
}
#navBar nav .navbar-header .mainMenu ul > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 12px;
  text-align: right;
}
#navBar nav .navbar-header .mainMenu ul > li.goContact > a {
  padding-right: 0;
}
#navBar nav .navbar-header .mainMenu ul > li > a > svg {
  color: #fff;
}
#navBar nav .navbar-header .mainMenu ul > li.active > a {
  background: transparent;
  color: #fff;
}
#navBar nav .navbar-header .mainMenu ul ul > li.active > a {
  background: #a7292f;
  color: #fff;
}
#navBar nav .navbar-header .mainMenu ul > li > ul {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
#navBar nav .navbar-header .mainMenu ul > li > ul > li > a {
  background: #ffffff;
  color: #a94442;
  font-weight: 700;
  text-align: left;
  padding: 10px;
}
#navBar nav .navbar-header .mainMenu ul > li > ul > li > a:hover {
  background: #75b8c0;
  color: #fff;
}
/*  services  */
#atuacao a > .boxService {
  -webkit-box-shadow: 1px 0 5px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 0 5px 1px rgba(0,0,0,0.15);
  box-shadow: 1px 0 5px 1px rgba(0,0,0,0.15);
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  transition: all .3s;
}
#atuacao a:hover > .boxService {
  background: #d33941;
  box-shadow: none;
}
#atuacao a:hover > .boxService .boxIcon > svg {
  color: #fff;
}
#atuacao a:hover > .boxService > h3, #atuacao a:hover > .boxService > p {
  color: #fff;
}
#atuacao a > .boxService .boxIcon > svg {
    color: #d33941;
    font-size: 60px;
    margin: 15px 0 0 0;
}
#atuacao a > .boxService > h3 {
  color: #55bac2;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}
#atuacao a > .boxService > p {
  font-size: 15px;
  color: #575756;
  line-height: 17px;
}
#cta {
  background: #fcf3b7;
  padding: 45px 0;
}
#cta p {
  margin: 0;
  color: #16535b;
  font-size: 22px;
}
#cta a {
    border: 2px solid #55bac2;
    color: #55bac2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
#cta a:hover {
  color: #fff;
  background: #55bac2;
}
/********************************************************
* Numeros
********************************************************/
#numeros {
  background: #1f5356 url('img/bg-numeros.jpg') center center no-repeat;
  background-size: cover;
  color: #fbfbfb;
    padding-bottom: 0;
}
.numero {
    font-size: 16px;
    text-align: center;
    color: #FFFDE7;
}

.numero span {
    display: block;
    font-size: 58px;
    font-weight: 700;
    color: #FBFBFB;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.numero img {
    height: 60px;
}

.logos-ongs {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 0;
}

section#ongs {
    text-align: center;
    background-color: #F8F8F8;
    padding: 60px 0;
}

section#ongs h2 {
    margin-top: 0;
}
/********************************************************
* Galeria
********************************************************/

#galeria {
              background: #52B9C1 url('img/bg-galeria.jpg') center center no-repeat;
              background-size: cover;
              background-attachment: fixed;
              padding: 90px 0;
              color: #fff;
            }
            a.gallery-popup {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    border-bottom: 4px solid #FCF3B7;
}

div#galeria-home {
    width: calc(100% - 80px);
    margin: auto;
}
#galeria .owl-prev, #galeria .owl-next {
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-top: -15px;
}
#galeria .owl-prev:hover, #galeria .owl-next:hover {
opacity: 0.75;
}
a.botao {
    display: inline-block;
    padding: 6px 16px;
    background-color: #FCF3B7;
    color: #16535b;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    min-width: 160px;
    margin: 30px 0 0;
}

a.botao:hover {
    opacity: 0.75;
    color: #16535b;
}
#galeria .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    height: 0;
}

#galeria .owl-prev {transform: rotate(180deg) translateX(50px);}

#galeria .owl-prev img, #galeria .owl-next img {
    width: 30px;
}

#galeria .owl-next {
    transform: translateX(50px);
}




#galeria .gallery {
  margin: 0!important;
}
#galeria .gallery .galeria-colunas-3 {
  width: 33.33%;
}
#galeria .gallery .galeria-colunas-4 {
  width: 25%;
  float: left;
}
.wp-block-gallery .galeria-colunas-6 {
  width: 16.66%!important;
}
section#galeria .gallery .galeria-colunas-6 .gallery-icon a > img + .legenda-foto p {
  font-size: 20px;
}
#galeria .gallery .galeria-colunas-7 {
  width: 14.285%;
}
section#galeria .gallery .galeria-colunas-7 .gallery-icon a > img + .legenda-foto p {
  font-size: 18px;
}
#galeria .gallery .galeria-colunas-8 {
  width: 12.5%;
}
section#galeria .gallery .galeria-colunas-8 .gallery-icon a > img + .legenda-foto p {
  font-size: 16px;
}
#galeria .gallery .galeria-colunas-9 {
  width: 11.11%;
}
section#galeria .gallery .galeria-colunas-9 .gallery-icon a > img + .legenda-foto p {
  font-size: 14px;
  top: 44%;
}
#galeria .gallery .gallery-item {
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#galeria .gallery .gallery-item .gallery-icon a {
  position: relative;
  display: block;
  overflow: hidden;
}
#galeria .gallery .gallery-item .gallery-icon a > img {
  border: none;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
#galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(85, 186, 194, 0.8);
  opacity: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
#galeria .gallery .gallery-item .gallery-icon a:hover > img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#galeria .gallery .gallery-item .gallery-icon a:hover > .legenda-foto {
  opacity: 1;
}
#galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto > p {
  position: absolute;
  margin: 0;
  top: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}
#galeria .gallery .gallery-item .gallery-icon + dd {
  display: none;
}
/***********************************************************************************************************************
DEPOIMENTOS
***********************************************************************************************************************/
#testimonials .title {
  margin-bottom: 30px;
}
#testimonials {
  background: url('img/bgcoments.jpg') no-repeat;
  background-size:  cover;
}
#testimonials p {
  color:#575756;
  font-size: 18px;
  text-align: center;
}
#testimonials .tutoTestimonials {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  width: 80%;
  margin: auto;
}
#testimonials .tutoTestimonials > p {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  margin: 0 10px;
  text-transform: uppercase;
}
#testimonials .tutoTestimonials > svg {
  color: #fff;
  font-size: 10px;
}
#testimonials .depoimento-video.item {
  width: 95%;
  margin: auto;
}
#testimonials #carouselTestimonials .disabled {
  display: block;
}
#testimonials #carouselTestimonials .owl-nav {
  position: initial;
}
#testimonials #carouselTestimonials .owl-nav .owl-prev, #testimonials #carouselTestimonials .owl-nav .owl-next {
  color: #d33941;
  font-size: 60px;
  margin: 0 30px;
  background: transparent;
  float: initial;
}
#testimonials #carouselTestimonials .owl-nav .owl-prev svg , #testimonials #carouselTestimonials .owl-nav .owl-next svg {
  color: #75b8c0;
}
#testimonials #carouselTestimonials .owl-nav .owl-prev svg:hover , #testimonials #carouselTestimonials .owl-nav .owl-next svg:hover {
  opacity: .5;
}
#testimonials .depoimento-video .boxTestimonial {
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);
    padding: 0;
    margin: 0;
    background: #FCF3B7;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}
#testimonials .depoimento-video .boxTestimonial p {
  font-size: 15px;
  text-align: left;
  line-height: 17px;
  margin: 0;
}
#testimonials .depoimento-video .boxTestimonial .infoAuthor {
  margin-top: 0;
}
#testimonials .depoimento-video .boxTestimonial .infoAuthor img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
#testimonials .depoimento-video .boxTestimonial .infoAuthor p {
  font-size: 20px;
  text-align: center;
  color: #16535b;
  padding: 14px;
  font-weight: 700;
}
#testimonials .depoimento-video .boxTestimonial .infoAuthor p.name {
  padding-top: 15px;
  text-align: left;
  color: #1d1d1b;
  font-weight: bold;
  font-size: 18px;
}
.preservar-aspecto-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.preservar-aspecto-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.boxTestimonial.depoimento-texto {
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);
    padding: 15px;
    margin: 0;
    background: #fbfbfb;
    -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
#testimonials .depoimento-texto p {
    font-size: 15px;
    text-align: left;
    line-height: 17px;
}
#testimonials .depoimento-texto .infoAuthor {
    margin-top: 15px;
}
#testimonials .depoimento-texto .infoAuthor img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
#testimonials .depoimento-texto .infoAuthor p.name {
    padding-top: 15px;
    text-align: left;
    color: #1d1d1b;
    font-weight: bold;
    font-size: 18px;
}
#testimonials .depoimento-texto .infoAuthor p {
    font-size: 15px;
    text-align: left;
    color: #868686;
}
/* .todos-depoimentos {
  column-count: 3;
} */
/* .depoimento {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    padding: 15px;
} */
.depoimento {
  float: left;
  width: 80px;
  height: auto;
  margin-bottom: 30px;
  padding: 0 15px;
}
.grid-sizer,
.depoimento { width: 33.33%; }
.depoimento-texto-area {
  height: auto;
}
/***********************************************************************************************************************
CONTATO
***********************************************************************************************************************/
#contact {
  background: #f1f1f1;
  position: relative;
  margin: 0 0 0 0;
  padding-bottom: 60px;
  border-top: 6px solid #e3e3e3;
}
#contact .boxLogo {
  text-align: center;
  position: relative;
  top: -90px;
  padding: 30px 20px;
  margin: 0 30px 0 0;
}
#contact .boxLogo img {
  width: auto;
  height: 160px;
  display: inline-block;
  margin-bottom: 12px;
}
#contact .boxLogo p {
  font-size: 13px;
  color: #232323;
}
#contact .listServices {
  padding-top: 60px;
}
#contact .listServices h3 {
  color: #75b8c0;
  font-weight: bold;
  font-size: 19px;
  text-align: left;
  margin: 0 0 10px 0;
}
.parceiros a {
  display: block;
  margin: 0 0 20px;
}
#contact .listServices ul {
  padding: 0;
  list-style: none;
}
#contact .listServices a {
  display: block;
  color: #232323;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
  transition: background-image 0.7s;
}
#contact .remover-footer > a {
    display: none;
}
#contact .listServices a:hover {    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d33941+0,232323+100 */
  background: #d33941; /* Old browsers */
  background: -moz-linear-gradient(left, #d33941 0%, rgba(209, 57, 65, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d33941 0%,rgba(209, 57, 65, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d33941 0%,rgba(209, 57, 65, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33941', endColorstr='#232323',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
#contact .infoContact {
  padding-top: 60px;
}
#contact .infoContact h3 {
  color: #75b8c0;
  font-weight: bold;
  font-size: 19px;
  text-align: left;
  margin: 0 0 30px 0;
}
#contact .infoContact .boxIcon, #formContact .boxContact .boxIcon {
  border: 2px solid #d33941;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 5px;
}
#formContact .boxContact .boxIcon {
  border: 2px solid #eaeaea;
}
#contact .infoContact .boxIcon {
  margin-right: 10px;
}
#contact .infoContact .boxIcon svg, #formContact .boxContact .boxIcon svg {
  position: absolute;
  font-size: 11px;
  color: #d33941;
  display: block;
}
#formContact .boxContact .boxIcon svg {
  color: #eaeaea;
}
#contact .infoContact p {
  color: #232323;
  font-size: 13px;
  display: initial;
  vertical-align: super;
}
#contact .networkSocial h3 {
  color: #75b8c0;
  font-weight: bold;
  font-size: 19px;
  text-align: left;
  margin: 30px 0 20px 0;
}
#contact .networkSocial .boxIconSocial, #formContact .boxNetworkSocial .boxIconSocial {
  display: inline-block;
  margin-right: 8px;
}
#contact .networkSocial .boxIconSocial a svg, #formContact .boxNetworkSocial .boxIconSocial a svg {
  font-size: 25px;
  color: #d33941;
}
#contact .networkSocial .boxIconSocial a:hover svg, #formContact .boxNetworkSocial .boxIconSocial a:hover svg {
  opacity: .5;
}

#formContact .boxNetworkSocial .boxIconSocial a svg {
    color: #eaeaea;
}
#contact .boxForm {
  padding-top: 60px;
}
#contact .boxForm h3 {
  color: #75b8c0;
  font-weight: bold;
  font-size: 19px;
  text-align: left;
  margin: 0 0 30px 0;
}
#contact .boxForm p {
  font-size: 12px;
  text-align: left;
  color: #232323;
  margin: 0 0 7px 0;
}
#contact .boxForm input, #contact .boxForm select, #contact .boxForm textarea {
  width: 100%;
  background: #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 5px;
  color: #232323;
}

#contact .boxForm input[type=submit] {
  background: #FCF3B7;
  color: #16535b;
  font-size: 11px;
  margin: 13px 0 0 0;
}
#contact .boxForm input[type=submit]:hover {
  background: #dfb401;
}
#contact .boxForm input:focus, #contact .boxForm select:focus, #contact .boxForm textarea:focus {
  background: #c3c3c3;
  color: #232323;
  outline: none;
}
#contact .boxForm input::-webkit-input-placeholder, #contact .boxForm textarea::-webkit-input-placeholder {
   color: #232323;
   font-size: 13px;
}
#contact .boxForm input:-moz-placeholder, #contact .boxForm textarea:-moz-placeholder { /* Firefox 18- */
   color: #232323;  
   font-size: 13px;
}
#contact .boxForm input::-moz-placeholder, #contact .boxForm textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #232323;  
   font-size: 13px;
}
#contact .boxForm input:-ms-input-placeholder, #contact .boxForm textarea:-ms-input-placeholder {  
   color: #232323; 
   font-size: 13px; 
}
#contact .boxForm div.wpcf7-validation-errors {
    width: 100%;
    font-size: 12px;
    margin: 0;
}
#finalBar {
  padding: 13px 0;
  background-color: #FCF3B7;
}
#finalBar p {
  display: inline-block;
  text-align: left;
  color: #16535b;
  font-size: 12px;
  margin: 8px 0 0;
}
#finalBar a span {
    color: #16535b;
    font-size: 8px;
    text-align: center;
    display: block;
}
#finalBar a {
  width: 6%;
}
/*-----------  page about  ----------------*/
#titlePage {
  background: #55bac2 url('img/bgtit.png') no-repeat right;
  height: auto;
  background-size: contain;
}
.barra-vermelha {
  background-color: #d33941!important;
}
.barra-doacao span {display: none;}
.barra-doacao {background-color: #FCF3B7;    color: #16535b;
    padding: 10px 0; position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999999;}
    .barra-doacao p + a {
    display: inline-block;
    float: right;
    background-color: #55bac2;
    color: #135054;
    border-radius: 6px;
    padding: 6px 16px;
    font-weight: 700;
}
    .barra-doacao a {
    color: #16535b;
}
.barra-doacao p {
    float: left;
    margin-bottom: 0;
    font-size: 18px;    padding: 0 0 0 60px;
}
.icone-barra img {
    width: 25px;
}

.icone-barra {
    background-color: #55bac2;
    position: absolute;
    top: -10px;
    left: 15px;
    bottom: -10px;
    margin: 0 30px 0 0;
    padding: 10px;
}
#titlePage h1 {
  color: #fff;
  font-size: 31px;
  text-align: right;
  margin: 0;
  padding: 77px 25px 40px 218px;
  font-weight: bold;
}
#contentPage {
  padding-top: 60px;
}
#contentPage ul, ol {
  padding: 0 30px 0;
}
#contentPage .gallery {
  margin: 30px 0;
}
#contentPage div.wp-caption > p.wp-caption-text {
  text-align: center;
  font-size: 10px;
  font-style: italic;
  line-height: 12px;
  margin: 0 0 20px 0;
}
#contentPage .gallery img {
  border-radius: 3px;
  border: none;
  margin: auto;
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
#contentPage .gallery img:hover {
  opacity: 0.75;
}
#contentPage .gallery dt {
  padding: 15px;
}
#contentPage .gallery dl {
  margin: 0;
}
#contentPage .gallery .gallery-item > dd {
      font-size: 10px;
    width: 80%;
    text-align: center;
    display: block;
    margin: auto;
   font-style: italic;
}
#contentPage p {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 18px;
}
#contentPage a {
  color: #d33941;
}
#contentPage a:hover {
  color: #8e0422;
}
#contentPage blockquote {
  padding: 10px 20px;
    margin: 40px 0 40px 30px;
    border-left: 5px solid #4c4949;
}
#contentPage blockquote p {
  font-size: 21px;
  margin: 0;
  font-style: italic;
}
#contentPage h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0 9px;
  color: #55bac2;
  position: relative;
  padding: 0 0 0 20px;
}
#contentPage h2 {
  font-size: 29px;
  font-weight: bold;
  margin: 40px 0 12px;
  line-height: 28px;
  color: #55bac2;
  position: relative;
  padding: 0 0 0 20px;
}
#contentPage h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 18px;
  line-height: 26px;
  color: #55bac2;
  position: relative;
  padding: 0 0 0 11px;
}
#contentPage h4 {
  font-size: 23px;
  font-weight: bold;
  margin: 30px 0 9px;
  color: #55bac2;
  position: relative;
  padding: 0 0 0 20px;
}
#contentPage h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 9px;
  color: #55bac2;
  position: relative;
  padding: 0 0 0 20px;
}
#contentPage h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 9px;
  color: #55bac2;
  position: relative;
  padding: 0 0 0 20px;
}
#contentPage h1::before,
#contentPage h2::before,
#contentPage h3::before,
#contentPage h4::before,
#contentPage h5::before,
#contentPage h6::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 28px;
  background-color: #FCF3B7;
  left: 0;
}
#missionVisionValues{
  margin-bottom: 120px;
}
#missionVisionValues .boxInfo {
  text-align: center;
  padding: 30px;
}
#missionVisionValues .boxInfo svg {
  color: #efdede;
  font-size: 60px;
}
#missionVisionValues .boxInfo h3 {
  color: #efdede;
  font-size: 23px;
  font-weight: bold;
  margin: 30px 0 10px;
}
#missionVisionValues .boxInfo p {
  margin-bottom: 0;
  color: #efdede;
}
#costumers {
  background: #ececec;
  padding: 60px 0;
}
#costumers p {
  color: #575756;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#costumers .imgCostumer {
  margin-top: 20px;
  display: block;
}
#costumers .imgCostumer img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter .3s;
}
#costumers .imgCostumer img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#ctaAbout {
  background: #d33941;
  padding: 60px 0;
}
#ctaAbout p {
  font-size: 33px;
  font-weight: 300;
  color: #efefef;
  text-align: center;
  line-height: 35px;
}
#error404 .numberError {
  background: #8e0422;
  height: 195px;
  padding: 30px;
}
#error404 .numberError p {
  color: #eaeaea;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}
#error404 .numberError p > span {
  display: block;
  font-size: 103px;
  line-height: 105px;
  text-align: center;
}
#error404 .messageError {
  background: #d33941;
  height: 195px;
  padding: 30px;
}
#error404 .messageError h4 {
  font-size: 23px;
  color: #eaeaea;
  font-weight: bold;
  margin: 0 0 10px;
}
#error404 .messageError p {
  font-size: 23px;
  color: #eaeaea;
}
#error404 .messageError a {
  color: #ffffff;
  text-decoration: underline;
}
#error404 .messageError a:hover {
  color: #fff;
}
/*  contact page  */
#formContact .boxContact {
  background: #55bac2;
  padding: 30px;
  height: 260px;
  border-radius: 9px 0 0 0;
}
#formContact .boxContact .boxIcon {
  margin-top: 4px;
}
#formContact .boxContact p {
  color: #ffffff;
  text-align: left;
  font-size: 18px;
}
  #formContact .boxNetworkSocial .boxIconSocial {
    margin-bottom: 5px;
  }
#formContact .boxContact h3, #formContact .boxNetworkSocial h3 {
  margin: 0 0 30px;
  color: #eaeaea;
  font-size: 19px;
  font-weight: bold;
}
#formContact .boxNetworkSocial {
  background: #35888f;
  padding: 30px;
  height: 260px;
  border-radius: 0 9px 0 0;
}
#formContact .map iframe {
  width: 100%;
  height: 290px;
  border-radius: 0 0 9px 9px;
}
#formContact h2 {
  text-align: left;
  margin-bottom: 30px;
}
#formContact p {
  text-align: left;
}
#formContact label {
  text-align: left;
}
/* noticias*/
#noticias {
  padding-top: 60px;
}
#noticias .descPost {
    background-color: transparent;
    padding: 15px;
    min-height: 120px;
    margin: 0 0 30px;
}
#noticias h2 {
    font-size: 17px;
    line-height: 19px;
    margin: 0;
    color: #d33941;
}
.item-artigo:hover img {
  opacity: .65;
}
#noticias img, #noticias .descPost {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
    -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
#noticias .data {
  display: none!important;
  opacity: 0!important;
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #fff;
    background-color: rgba(80,80,80,.8);
    font-size: 8px;
    font-weight: 300;
    padding: 4px 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.capa-artigo {
    position: relative;
}
/*blog*/
#blog .faixaTitulo {
  background: #232323;
  padding: 15px 0;
}
#blog .faixaTitulo h2 {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}
#blog #carrosselBlog .owl-nav {
  display: block;
  position: absolute;
  top: -63px;
  width: 80px;
  right: 0;
}
#blog #carrosselBlog .owl-nav .owl-prev, #blog #carrosselBlog .owl-nav .owl-next {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
#blog #carrosselBlog .owl-nav .owl-prev:hover, #blog #carrosselBlog .owl-nav .owl-next:hover {
  background-color: #fff;
}
#blog #carrosselBlog .owl-nav .owl-prev > svg, #blog #carrosselBlog .owl-nav .owl-next > svg {
  color: #fff;
  font-size: 28px;
  display: block;
  margin: auto;
}
#blog #carrosselBlog .owl-nav .owl-prev:hover svg, #blog #carrosselBlog .owl-nav .owl-next:hover svg {
  color: #232323;
}
#blog .depoAtual {
  margin-top: 60px;
}
#blog .depoAtual .camadaEscura {
  position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+43,000000+43&0.65+0,0+43 */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* IE6-9 */
  background-color: #000;
}
#blog .depoAtual .camadaEscura img {
  opacity: 0.6;
}
#blog .depoAtual .camadaEscura .descPost {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 15px;
}
#blog .depoAtual .camadaEscura .descPost p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}
#blog {
    background-color: #75b8c0;
}

.depoAtual a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#blog .depoAtual .camadaEscura .descPost:hover > p.btn-saiba-mais {
  opacity: 1;
}
#blog .depoAtual .camadaEscura .descPost > p.btn-saiba-mais {
  font-size: 13px;
  color: #5d5d5d;
  padding: 3px 10px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 150ms ease-out; 
  -moz-transition: all 150ms ease-out; 
  -o-transition: all 150ms ease-out; 
  -ms-transition: all 150ms ease-out; 
  transition: all 150ms ease-out;
}
#blog .depoAtual .camadaEscura .descPost > p.btn-saiba-mais:hover {
  background-color: #d33941;
  color: #fff;
}
#blog .btnVolta,
#noticias .btnVolta {
  float: left;
}
#blog .btnFrente,
#noticias .btnFrente {
  float: right;
}
#blog .btnVolta svg, #blog .btnFrente svg,
#noticias .btnVolta svg, #noticias .btnFrente svg {
  color: #d33941;
  font-size: 60px;
}
#blog .btnVolta svg:hover, #blog .btnFrente svg:hover,
#noticias .btnVolta svg:hover, #noticias .btnFrente svg:hover {
  opacity: .5;
}
.caixaBtnPost {
  width: 100px;
  display: block;
  margin: 30px auto 0;
}
.capaPostagem > img {
  width: 360px;
  height: 247px;
  float: left;
  margin: 0 20px 20px 0;
}
.caixaIcone {
  padding: 7px 0;
  border: 2px solid #7b4746;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  float: left;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.caixaIcone:hover {
  background: #d33941;
}
.caixaIcone:hover a svg {
  color: #fff;
}
.caixaIcone a svg {
  display: block;
  font-size: 18px;
  margin: auto;
  color: #7b4746;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
/*  blog formato acoes  */
#blog .depoAtual .formato-acoes .camadaEscura .descPost {
  padding: 20px;
}
#blog .depoAtual .formato-acoes .camadaEscura .descPost p {
  font-size: 25px;
  line-height: 34px;
}
#blog .depoAtual .formato-acoes .camadaEscura .descPost > p.btn-saiba-mais {
    font-size: 16px;
}
.depoAtual a.formato-acoes {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/*  wordpress comments  */
h3#comments {
  font-size: 18px;
  color: #d33941;
}
.comment-awaiting-moderation {
  background: #f8f5dc;
    padding: 4px;
    display: block;
    margin: 12px 0;
    font-size: 13px;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contentPage .comment-reply-link {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  color: #fff;
  background-color: #f7102d;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
#contentPage .comment-reply-link:hover {
  background-color: #d33941;
  color: #fff;
}
#contentPage .comment-reply-title {
  color: #6d6262;
  font-size: 22px;
}
section .row:after {
  clear: initial;
}
.comment-form-email, .comment-form-author, .comment-form-url, .comment-form-comment {
  margin: 0;
}
.form-submit input[type=submit] {
  width: 100%;
  display: block;
}
.commentmetadata {
  font-size: 12px;
}
.comment-body {
  background: #f4f4f4;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul.children {
  margin-top: 20px;
  list-style-type: none;
}
ol.commentlist {
  list-style: none;
}
#contentPage ol.commentlist .comment-body > p {
  font-size: 13px;
}
.boxComments a {
  color: #333;
}
.comment-body > br {
  display: none;
}
.comment-author > img {
  width: auto;
  height: auto;
}
#contentPage form.comment-form p {
  margin: 0;
}
#contentPage form.comment-form input, #contentPage form.comment-form textarea {
  width: 100%;
  padding: 7px 0 7px 7px;
  border: 1px solid #a0a0a0;
  font-size: 13px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
  outline: none;
}
#contentPage form.comment-form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
}
/* linha do tempo */
#contentPage .linha-tempo  {
  margin: 40px 0;
}
#contentPage .linha-tempo img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

#contentPage .info-evento {
    background-color: #edf2f3;
    padding: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
}
#contentPage .transparencia .info-evento {
  padding: 15px 15px 35px;
}
#contentPage .info-evento a {
    display: block;
    padding: 7px 10px;
    background-color: #d4d4d4;
    color: #5a5a5a;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 -21px 0;
}
#contentPage .info-evento a:hover {
  opacity: 0.5;
}
#contentPage .info-evento h2 {
    color: #d33941;
    text-align: center;
    font-size: 26px;
    padding: 0;
    margin: 0 0 20px;
}
#contentPage .transparencia .info-evento h2 {
  margin-top: 20px;
}
#contentPage .info-evento h2::before, .info-evento h2::after {
    display: none;
}
#contentPage .evento-tempo {
    position: relative;
    display: block;
}

#contentPage .info-evento p {
    margin-top: 0;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
}

#contentPage .linha-tempo {
    position: relative
}
#contentPage .linha-tempo h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0 9px;
  line-height: 22px;
}
#contentPage .linha-tempo img + h2 {
  margin: 30px 0 9px;
} 
.linha-tempo .linha-central {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 3px;
    background-color: #e6e6e6
}

#contentPage .evento-lado-esquerdo {
    padding-right: 30px;
}
#contentPage .evento-lado-esquerdo .ano {
  text-align: right;
}
#contentPage .evento-lado-direito {
    padding-left: 30px
}
#contentPage p.ano {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  background-color: #55b9c2;
  padding: 6px 12px;
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#contentPage p.ano::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #e6e6e6;
  right: -35px;
  top: 50%
}

#contentPage .evento-lado-direito p.ano::after {
  left: -35px;
  right: unset
}

#contentPage .indicador {
  position: absolute;
  right: -25px;
  width: 20px;
  height: 20px;
  background-color: #bd023f;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid #fff;
  top: 7px
}
#contentPage .evento-lado-direito .indicador {
  right: unset;
  left: -25px
}
#contentPage .indicador span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.area-flex .col-lg-2 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
/*****************************************************
Cookies
*****************************************************/
.alerta-cookie {width: 850px;position: fixed;bottom: 60px;background-color: #fff;z-index: 99;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;box-shadow: 0 0 26px -11px rgb(0 0 0 / 36%);padding: 11px;left: 50%;transform: translateX(-50%);font-size: 14px;color: #61666B;}
a.botao-aceitar {background-color: #55bac2;display: block;text-align: center;color: #fff;font-weight: 700;font-size: 14px;text-transform: uppercase;padding: 5px 9px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;margin: 0;}
a.botao-aceitar:hover {color: #fff;opacity: 0.5;}
.alerta-cookie p {margin: 0;font-size: 13px;line-height: 18px;}
.alerta-cookie p a {font-weight: 700;color: #55bac2;}
/*  pc  */
@media screen and (min-width: 768px) {
  /* nav bar */
  #navBar nav .navbar-header .mainMenu ul > li > ul {
    display: none;
  }
  #navBar nav .navbar-header .mainMenu ul > li:hover > ul {
    display: block;
    background: none;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1200px) {
  #galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto > p {
      font-size: 18px;
      line-height: 24px;
  }  
.area-flex .col-lg-2 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}


}
/*  notebooks  */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .numero {
    font-size: 14px;
}

.numero span {
    font-size: 48px;
}

.numero img {
    height: 50px;
}

.area-flex .col-md-3 {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
  #contact .boxLogo {
    padding: 0;
    margin: 0;
}
  #navBar nav .navbar-header .mainMenu ul > li > a {
        padding: 10px 8px;
    font-size: 13px;
  }
  #finalBar a {
    width: 7%;
  }
  #error404 .messageError h4 {
    font-size: 22px;
    color: #eaeaea;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #error404 .messageError p {
    font-size: 22px;
    color: #eaeaea;
  }
  #formContact .boxNetworkSocial h3 {
    font-size: 15px;
  }
  #formContact .boxContact p {
    font-size: 15px;
  }
  #formContact .boxContact .boxIcon {
    margin-top: 2px;
  }
  #formContact .boxNetworkSocial .boxIconSocial a svg {
    font-size: 27px;
  }
  #formContact .boxNetworkSocial .boxIconSocial {
    margin-bottom: 7px;
  }
  #formContact .boxContact {
    padding: 30px;
    height: 240px;
  }
  #formContact .boxNetworkSocial {
    padding: 30px;
    height: 240px;
  }
  #formContact .map iframe {
    height: 240px;
  }
  #blog .depoAtual .camadaEscura .descPost p {
    font-size: 13px;
    line-height: 15px;
  }
  #blog .depoAtual .camadaEscura .descPost > a {
    top: 105px;
  }
  /* galeria */
  #galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto > p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  /***
* Cookie
***/
.alerta-cookie {width: 291px;text-align: center;left: 20px;transform: unset;max-width: 100%;}
  .grid-sizer, .depoimento {
    width: 50%;
}
  .boxTestimonial.depoimento-texto, #testimonials .depoimento-video .boxTestimonial {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
}

@media screen and (max-width: 576px) {
  .grid-sizer, .depoimento {
    width: 100%;
}
}
/*  tablets  */
@media screen and (max-width: 991px) and (min-width: 768px) {
  .numero {
    font-size: 12px;
}

.numero img {
    height: 40px;
}

.numero span {
    font-size: 34px;
    margin: 4px 0;
}
#numeros {
    padding-bottom: 60px;
}

.cidades img {
    transform: translateY(78px);
}
.area-flex .col-sm-4 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
  .titulo-faixa {
    font-size: 32px!important;
    line-height: 44px!important;
    margin: 0 0 5px!important;
}
  .barra-doacao p {
        font-size: 14px;
    padding: 3px 0 0 60px;
}
.barra-doacao p + a {
    font-size: 12px;
    padding: 5px 16px;
}
.barra-doacao span {display: inline-block;}
  section {
    padding: 60px 0;
  }
  /* top bar  */
  #contact .listServices {
    padding-top: 30px;
  }
  #contact .boxForm {
    padding-top: 30px;
  }
  #contact .infoContact {
    padding-top: 30px;
  }
  #topBar .networkSocial .boxIconSocial {
    margin-left: 7px;
  }
  #topBar .networkSocial .boxIconSocial > a > svg {
    font-size: 15px;
  }
  #navBar nav .navbar-header .mainMenu ul > li > a {
        font-size: 10px;
    padding: 15px 4px;
  }
  #topBar .telephone > p {
    font-size: 12px;
  }
  #topBar .email > p {
    font-size: 12px;
  }
  /*  box logo  */
  #topBar .logo {
    height: auto;
  }
  #topBar .logo > a {
    padding: 10px 0 0;
  }
  #topBar .logo > a > img {
    height: auto;
  }
  /*  services  */
  #atuacao h2 {
    font-size: 21px;
  }
  #atuacao p {
    font-size: 16px;
  }
  #atuacao a > .boxService .boxIcon > svg {
    font-size: 70px;
  }
  #atuacao a > .boxService > h3 {
    font-size: 16px;
  }
  #atuacao a > .boxService > p {
    font-size: 13px;
    line-height: 15px;
  }
  /*  cta  */
  #cta a {
    font-size: 14px;
  }
  /*  gallery  */
  .work .overlay-caption h2 {
    font-size: 18px;
  }
  /*  testimonials  */
  #testimonials {
        padding: 60px 0 35px;
  }
  #testimonials .title {
    margin-bottom: 30px;
  }
  #testimonials img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
    .todos-depoimentos {
    column-count: 2;
  }
  /*  footer  */
  #contact .boxLogo {
    top: -8px;
    position: relative;
    margin: 0;
    padding: 67px 0px 0 0;
  }
  #contact .boxLogo img {
    height: 25px;
  }
  #contact .boxLogo p {
    font-size: 14px;
    text-align: left;
    padding-top: 18px;
  }
  #contact .infoContact p {
    font-size: 13px;
  }
  #contact .networkSocial .boxIconSocial a svg {
    font-size: 18px;
  }
  #contact .boxForm p {
    font-size: 13px;
  }
  #contact .boxLogo img {
    height: 146px;
    float: left;
  }
  #finalBar a {
    width: 9%;
  }
  /*  page about  */
  #titlePage h1 {
    font-size: 30px;
  }
  #contentPage .gallery br:last-child {
    display: block;
  }
  #contentPage .gallery br {
    display: none;
  }
  #contentPage .gallery .gallery-item {
    width: 20%;
  }
  #ctaAbout p {
    font-size: 25px;
  }
  #error404 .numberError {
    padding: 20px;
    height: 130px;
  }
  #error404 .numberError p {
    font-size: 15px;
  }
  #error404 .numberError p > span {
    font-size: 70px;
    line-height: 75px;
  }
  #error404 .messageError {
    height: 130px;
    padding: 20px;
  }
  #error404 .messageError h4 {
    font-size: 15px;
  }
  #error404 .messageError p {
    font-size: 15px;
  }
  /*  contact page  */
  #formContact .boxContact {
    padding: 20px;
    height: auto;
            border-radius: 9px 9px 0 0;
  }
  #formContact .boxContact .boxIcon {
    margin-top: 4px;
  }

  #formContact .boxContact p {
    color: #eaeaea;
    font-size: 13px;
    margin-top: 3px;
  }
  #formContact .boxContact h3, #formContact .boxNetworkSocial h3 {
    margin: 0 0 15px;
    color: #eaeaea;
    font-size: 15px;
    font-weight: bold;
  }
  #formContact .boxNetworkSocial {
    padding: 20px;
    height: auto;
    border-radius: 0;
  }
  #formContact .boxNetworkSocial .boxIconSocial a svg {
    font-size: 20px;
  }
  #formContact .map iframe {
    width: 100%;
    height: 200px;
  }
  #blog .depoAtual .camadaEscura .descPost p {
    font-size: 21px;
    line-height: 26px;
  }
  #blog .depoAtual .camadaEscura .descPost > a {
    font-size: 17px;
    padding: 3px 18px;
    top: 190px;
  }
  /* galeria */
  #galeria .gallery > br {
    display: none;
  }
  #galeria .gallery .gallery-item {
    width: 33.33%;
  }
  #galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto > p {
    font-size: 15px;
  }
  #galeria .gallery .galeria-colunas-3,
  #galeria .gallery .galeria-colunas-6,
  #galeria .gallery .galeria-colunas-7,
  #galeria .gallery .galeria-colunas-8,
  #galeria .gallery .galeria-colunas-9 {
    width: 33.33%;
  }
}
/*  smartphones  */
@media screen and (max-width: 767px) and (min-width: 300px) {
  .numero {
    font-size: 14px;
}

.numero img {
    height: 40px;
}

.numero span {
    font-size: 37px;
}
.cidades img {
    max-width: 70%;
    width: 270px;
    margin: 30px auto -10px!important;
    display: block;
}

.row.cidades {
    text-align: center;
}
.yodinha-grande {
  max-width: 70%;
  display: block;
  margin: 40px auto 0;
}
  section#formContact {
    padding: 60px 30px;
}
.area-flex .col-xs-6 {-ms-flex: 0 0 33.333%;flex: 0 0 33.333%;max-width: 33.333%;}
  #navBar nav .navbar-header .mainMenu .dropdown-menu {
    position: inherit;
    display: block;
    float: inherit;
    background-color: transparent;
    text-align: right;
}

#navBar nav .navbar-header .mainMenu .dropdown-menu > li > a {
    text-align: right;
    background-color: transparent;
    color: #fff;
    padding-right: 30px;
}
  .titulo-faixa {
    font-size: 28px!important;
    line-height: 35px!important;
    margin: 0 0 5px!important;
}
  section {
    padding: 60px 0;
  }
  /**************************************
  * Top Bar
  **************************************/
  #titlePage {
  background: #FCF3B7;
  height: auto;
  background-size: contain;
  }
  #topBar {
    background: transparent;
  }
  .barra-doacao p {
    font-size: 12px;
}
.barra-doacao {
    margin: 0 0 -1px 0;
}
.barra-doacao span {display: inline-block;}
.barra-doacao p + a {
    padding: 4px 8px;
    font-size: 10px;
    float: unset;
    margin: 6px 0 0 60px;
}
  #topBar .telephone {
    padding: 8px 0 0 8px;
    border-right: none;
    display: none;
  }
  #topBar .telephone > p {
    font-size: 7px;
  }
  #topBar .telephone > p > svg {
    margin-right: 3px;
  }
  #topBar .email {
    padding: 8px 8px;
    display: none;
  }
  #topBar .email > p {
    font-size: 7px;
  }
  #topBar .email > p > svg {
    margin-right: 3px;
  }
  #topBar .logo {
    height: auto;
    padding-bottom: 5px;
    width: 122px;
  }
  #topBar .logo > a {
    padding: 3px 0;
  }
  #topBar .logo > a > img {
    height: auto;
  }
  #navBar nav {
    min-height: auto;
  }
  #navBar nav .navbar-header {
    float: initial;
    background: #58bbc3;
  }
  #navBar nav .navbar-header button {
    padding: 6px 9px;
    background: #af2930;
    border: none;
    width: 145px;
  }
  #navBar nav .navbar-header button span {
    font-size: 13px;
    color: #fcffff;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
    float: left;
  }
  #navBar nav .navbar-header button svg {
    color: #eeeeee;
    float: right;
  }
  #navBar nav .navbar-header .mainMenu > div {
    width: 100%;
    border: none;
    background: #58bbc3;
  }  
  #navBar nav .navbar-header .mainMenu ul > li > a {
    border-bottom: 1px solid #3b9fa7;
    border-top: 1px solid #66cfd7;
  }
  #navBar nav .navbar-header .mainMenu ul > li.open > a {
    background: none;
    color: #fff;
  }
  #navBar nav .navbar-header .mainMenu ul > li.open ul > li > a {
    background: #a0232a;
    padding-left: 30px;
    color: #FCF3B7;
    text-align: right;
  }
  #navBar nav .navbar-header .mainMenu ul > li.open ul > li > a:hover {
    background: #d33941;
  }
  #navBar nav .navbar-header  .mainMenu {
    background: #58bbc3;
  }
  ul#menu-menu-1 {
    margin: 0px;
}
  /**************************************
  * Banner
  **************************************/
  #banner {
    padding: 46px 0 0;
  }
  /**************************************
  * Servicos
  **************************************/
  #atuacao h2 {
    font-size: 21px;
  }
  #atuacao p {
    font-size: 16px;
    margin: 0 0 0 0;
  }
  #cta p {
    text-align: center;
  }
  #cta a {
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 20px auto 0;
    float: initial;
    width: 60%;
  }
  /*  galleria  */
  .work .overlay-caption h2 {
    font-size: 13px;
  }
  /*  testimonials  */
  #testimonials h2 {
    font-size: 16px;
  }
  #testimonials p {
    font-size: 13px;
  }
  #testimonials .depoimento-video .boxTestimonial p {
    font-size: 13px;
    line-height: 18px;
  }
  #testimonials .depoimento-video .boxTestimonial .infoAuthor img {
    width: 60px;
    height: 60px;
  }
  #testimonials .depoimento-video .boxTestimonial .infoAuthor p.name {
    font-size: 13px;
  }
  #testimonials .depoimento-video .boxTestimonial .infoAuthor p {
    font-size: 11px;
  }
  #testimonials img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 0;
  }
  #testimonials .depoimento-video .item {
    width: 90%;
  }
  .todos-depoimentos {
    column-count: 1;
  }
  /* noticias */
  #noticias .descPost {
    min-height: auto;
  }
  #contentPage h2{
    font-size: 23px;
    line-height: 26px;
    padding-left: 12px;
  }
  #contentPage h3{
    font-size: 20px;
    line-height: 24px;
    padding-left: 12px;
  }
  .textAbout img{
    width:100%;
  -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;}
  /**************************************
  Rodape
  **************************************/
  #contact .panel-group > ul {
    padding: 0;
    list-style: none;
    background-color: #e0e0e0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  #contact .panel-heading {
    padding: 0;
}
#contact .parceiros.row {
    margin: 0;
}
#contact .boxForm input, #contact .boxForm select, #contact .boxForm textarea {
    background: #ffffff;
    border-bottom: 1px solid #c8c8c8;
    margin: 0;
}
#contact .boxForm input:focus, #contact .boxForm select:focus, #contact .boxForm textarea:focus {
    background: #f9f9f9;
}
#contact h3.panel-title {
    margin: 0!important;
}
#contact h3.panel-title a {
    display: block;
    padding: 10px;
    background-color: #e4e4e4;
    color: #333333;
    font-size: 18px;
}
#contact h3.panel-title a:hover{
  background-color: #d6d6d6;
}
#contact .panel {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    overflow: hidden;
}
.panel-group ul {
    margin: 0;
}
.panel-group ul {
  display: block;
}
.panel-group ul a {
    display: block;
    padding: 6px;
    background-color: #eaeaea;
    color: #333;
}
  #contact .panel-group ul a {
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
  }
  #contact .panel-group ul a:hover {
    background: #d33941;
    border-color: #af242b;
    color: #fff;
  }
  #contact form div + p {
    margin: 0 0 20px!important;
}
  #contact {
    text-align: center;
  }
  #contact .boxLogo {
    position: inherit;
    margin: -110px 0 0;
    padding: 30px 0px;
    top: 0px;
  }
  #contact .boxLogo > a {
    display: inline-block;
    margin: 0 auto 30px;
  }
  #contact .boxLogo p {
    font-size: 14px;
    padding: 0px 15px;
  }
  #contact .listServices {
    padding-top: 0px;
    padding-left: 15px;
  }
  #contact .listServices h3 {
    font-size: 16px;
  }
  #contact h3 {
    text-align: center!important;
    font-size: 25px!important;
    margin: 50px 0 20px!important;
  }
  #contact .listServices a {
    font-size: 13px;
    padding: 6px;
  }
  #contact .listServices a:hover {
    background-size: 105%;
  }
  #contact .infoContact {
  padding-top: 27px;
  padding-left: 15px;
  }
  #contact .infoContact h3 {
    font-size: 16px;
    margin: 0px 0 16px 0;
  }
  #contact .infoContact p {
    font-size: 13px;
  }
  #contact .networkSocial h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #contact .networkSocial {
  padding-left: 15px;
  }
  #contact .networkSocial .boxIconSocial {
    margin: 2px 6px;
  }
  #contact .networkSocial .boxIconSocial a svg {
    font-size: 30px;
  }
  #contact .boxForm h3 {
    font-size: 16px;
    margin: 30px 0 20px 0;
  }
  #contact .boxForm p {
    font-size: 13px;
    text-align: center;
  }
  #finalBar {
    background-size: contain;
  }
  #finalBar p {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0 0;
  }
#finalBar a {
    width: 120px;
    margin: 0;
    float: initial;
    display: block;
    margin: 20px auto;
}
  #finalBar p a {
    margin: 0;
    display: inline-block;
    float: initial;
    width: auto;
}
  /*  page about  */
  #contentPage .gallery .gallery-item {
    width: 100%;
    margin-bottom: 30px;
  }
  #contentPage .gallery br {
    display: none;
  }
  #contentPage .gallery br:last-child {
    display: block;
  }
  #titlePage h1 {
    font-size: 19px;
    padding: 97px 30px 26px 30px;
    text-align: center;
    line-height: 23px;
    color: #16535b;
  }
  #ctaAbout p {
    font-size: 17px;
    line-height: 22px;
  }
  /* 404 */
  #error404 .numberError {
    height: auto;
    padding: 30px 40px;
  }
  #error404 .numberError p {
    font-size: 18px;
    text-align: center;
  }
  #error404 .numberError p > span {
    font-size: 70px;
    line-height: 75px;
  }
  #error404 .messageError {
    height: auto;
    text-align: center;
  }
  #error404 .messageError h4 {
    font-size: 15px;
  }
  #error404 .messageError p {
    font-size: 14px;
  }
  /*  contact page  */
  #formContact .boxContact {
    padding: 20px;
    height: auto;
    border-radius: 9px 9px 0 0;
  }
  #formContact .boxContact .boxIcon {
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
  }
  #formContact .boxContact .boxIcon svg {
    font-size: 9px;
  }
  #formContact .boxNetworkSocial {
    padding: 20px;
    height: auto;
    border-radius: 0;
  }
  #formContact .boxNetworkSocial .boxIconSocial a svg {
    font-size: 33px;
  }
  #formContact .boxContact h3, #formContact .boxNetworkSocial h3 {
    margin: 0 0 15px;
    font-size: 18px;
  }
  #formContact .boxContact p {
    font-size: 15px;
  }
  #formContact .map {
    padding-bottom: 60px;
  }
  #formContact .map iframe {
    height: 200px;
  }
  #contact .boxForm {
    padding: 0px 15px;
  }
  #contact .boxLogo img {
    width: 280px;
    height: auto;
    margin: 0 0 0 0;
  }
   #contact .panel-group {
    margin-bottom: -15px;
}
#contentPage {
    padding: 45px 15px 100px 15px;
    background: url(img/bgpage.jpg) no-repeat center top;
}
section form label {
    margin-top: 30px;    
}
#contact .boxForm input[type=submit] {
  margin: 10px 0 0 0;
  padding: 8px;
}section#blog {
    padding: 0 0 125px 0;
}
#blog .faixaTitulo h2 {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
}
#testimonials{
    padding: 45px 0 20px;
}
#testimonials .title {
      margin-bottom: 20px;
}
#atuacao {
    background: none!important;
    margin: 45px 0;
}
/*  gallery  */
  #galeria .gallery > br {
    display: none;
  }
  #galeria .gallery .gallery-item {
    width: 50%;
  }
  #galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto > p {
    font-size: 13px;
      line-height: 18px;
  }
  #galeria .gallery .galeria-colunas-3,
  #galeria .gallery .galeria-colunas-6,
  #galeria .gallery .galeria-colunas-7,
  #galeria .gallery .galeria-colunas-8,
  #galeria .gallery .galeria-colunas-9 {
    width: 50%;
  }
  /*linha do tempo*/
  .linha-tempo {
    margin-bottom: 40px;
  }
  #contentPage .linha-tempo .linha-central {
      left: 15px
  }
  #contentPage .evento-lado-esquerdo {
      padding-right: 0
  }
 #contentPage  .evento-lado-direito {
      padding-left: 0
  }
  #contentPage .evento-tempo {
      text-align: left;
      padding-left: 40px;
      margin: 30px 0 0;
  }
  #contentPage .evento-tempo .indicador {
      right: unset;
      left: -10px;
      top: 3px;
  }
  #contentPage .evento-tempo p.ano::after {
      left: -30px;
      right: unset
  }
  #contentPage .info-evento p {
      text-align: left
  }
  #contentPage .info-evento h2 {
    text-align: left;
}
#contentPage p {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 15px;
}
div[style="display: flex;justify-content: center;"] {
  display: block!important;
}
}

@media screen and (max-width: 767px) and (min-width: 544px) {
#galeria .gallery > br {
    display: none;
  }
  #galeria .gallery .gallery-item {
    width: 50%;
  }
  #galeria .gallery .gallery-item .gallery-icon a > img + .legenda-foto > p {
    font-size: 13px;
  }
  #galeria .gallery .galeria-colunas-3,
  #galeria .gallery .galeria-colunas-6,
  #galeria .gallery .galeria-colunas-7,
  #galeria .gallery .galeria-colunas-8,
  #galeria .gallery .galeria-colunas-9 {
    width: 33.33%;
  }
}