@font-face {
  font-family: "Triumvirate2-Light";
  src: url("../fonts/Triumvirate Light 2.ttf") format("truetype");
}
@font-face {
  font-family: "Triumvirate-Light";
  src: url("../fonts/Triumvirate Light.ttf") format("truetype");
}
@font-face {
  font-family: "Triumvirate-cg";
  src: url("../fonts/triumvirate-cg-inserat.otf") format("opentype");
}
.c-white {
  color: #faf7f2;
}

.c-red {
  color: #ea3234;
}

.c-green {
  color: #58ce7a;
}

.container {
  max-width: 1000px;
}

h1 {
  font-family: "Triumvirate-cg";
  text-transform: uppercase;
  line-height: 0.9em;
}

h2 {
  font-family: "Triumvirate-cg";
  text-transform: uppercase;
  line-height: 1em;
  font-size: 3em;
}

p,
a,
label {
  font-family: "Triumvirate-Light";
  line-height: 1em;
}

body {
  background-color: #faf7f2;
}
body header#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body header#header div#menu a {
  color: #737371;
  font-weight: bold;
  font-size: 0.8em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body header#header div#menu div#mn-doacao li {
  border: #737371 2px solid;
  margin-left: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body header#header div#menu div#mn-doacao li a {
  font-family: "Triumvirate-cg";
  font-weight: 100;
}
body header#header.ativo {
  background-color: rgba(1, 1, 1, 0.8);
  color: #faf7f2;
}
body header#header.ativo #menu a {
  color: #faf7f2;
}
body header#header.ativo #menu #mn-doacao li {
  border-color: #faf7f2;
}
body .hero .container {
  background: url(../../images/sc1-foto.jpg);
  background-repeat: no-repeat;
}
body .hero .container .logo {
  margin-top: 100px;
  text-align: center;
}
body .hero .container .logo .cont {
  padding: 10px;
  background-color: #faf7f2;
  display: table;
}
body .hero .container .logo .cont img {
  max-width: 100px;
}
body .hero .container h1 {
  margin: 120px 0 0 30px;
}
body .hero .container div#next-header {
  position: absolute;
  top: 45%;
  right: 20px;
}
body .hero .container .slider_hero .slide img {
  display: inline-block;
}
body .hero .container .slider_hero .seta {
  position: absolute;
  top: 45%;
  background: 0;
  border: 0;
  outline: none !important;
  z-index: 1;
}
body .hero .container .slider_hero .seta.seta-dir {
  right: 0;
}
body .hero .container .slider_hero .seta.seta-esq {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body section#sobre .container .row h2 {
  font-size: 2.2em;
}
body section#sobre .container .row h2.qs {
  font-size: 3em;
}
body section#galeria {
  background-color: #58ce7a;
}
body section#galeria .container .row .slider_galeria .slide {
  padding: 0 5px;
  height: 325px;
}
body section#galeria .container .row .slider_galeria .slide img {
  max-width: 333px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body section#galeria .container .row .slider_galeria .slide.slick-current img {
  max-width: 435px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
body section#galeria .container .row .slider_galeria .seta {
  position: absolute;
  top: 45%;
  background: 0;
  border: 0;
  outline: none !important;
  z-index: 1;
}
body section#galeria .container .row .slider_galeria .seta.seta-dir {
  left: 420px;
}
body section#galeria .container .row .slider_galeria .seta.seta-esq {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
body section#galeria .container .row div#next {
  position: absolute;
  top: 45%;
  right: -15px;
}
body footer {
  margin-top: 10px;
  background-color: #ea3234;
}
body footer p,
body footer label {
  text-transform: uppercase;
  line-height: 1.2;
  color: #faf7f2;
}
body .modal-doe .modal-content {
  font-family: "Triumvirate-cg";
  background-color: #ea3234;
}
body .modal-doe .modal-content h3 {
  color: #fff;
}
body .modal-doe .modal-content p {
  font-family: "Triumvirate-cg";
  margin: 0;
  line-height: 1.2;
}
body .modal-doe .modal-content a {
  font-family: "Triumvirate-cg";
}
body .modal-doe .modal-content i {
  font-size: 2em;
}
body .modal-doe .modal-content .close-modal {
  color: #faf7f2;
  font-size: 1.4em;
}

@media (min-width: 768px) {
  body .hero .bg-red-header {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ea3234;
    width: 30%;
    height: 462px;
  }
  body .hero .container {
    padding-bottom: 60px;
  }
  body .hero .container .row {
    padding-top: 20px;
  }
  body .hero .container .row .logo {
    margin-top: 13px;
    padding-left: 140px;
    text-align: left;
  }
  body .hero .container .row h1 {
    margin-top: 90px;
  }
  body section {
    margin-top: 10px;
  }
  body section p {
    font-size: 0.9em;
  }
  body div#sep {
    background-color: #ea3234;
    margin: 50px 0 20px;
    padding: 5px 0;
  }
}
body .submitform {
  color: #000;
}
body .menu_mobile {
  width: 30px;
  position: relative;
  display: table;
  margin-left: auto;
  z-index: 12;
  cursor: pointer;
}
body .menu_mobile span {
  display: table;
  margin-left: auto;
  width: 100%;
  height: 3px;
  background-color: #737371;
  margin-bottom: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .menu_mobile span:last-child {
  margin-bottom: 0;
}
body .menu_mobile.ativo span:first-child {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #fff;
}
body .menu_mobile.ativo span:nth-child(2) {
  opacity: 0;
}
body .menu_mobile.ativo span:last-child {
  -webkit-transform: translateY(-14px) translateX(0) rotate(-45deg);
  transform: translateY(-14px) translateX(0) rotate(-45deg);
  background-color: #fff;
}
body header#header #menu .nav_mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(1, 1, 1, 0.9);
  overflow-y: auto;
  z-index: 10;
}
body header#header #menu .nav_mobile.open {
  right: 0;
}
body header#header #menu .nav_mobile .fechar {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 25px;
}
body header#header #menu .nav_mobile .mob_nav {
  height: 100%;
  width: 100%;
}
body header#header #menu .nav_mobile .mob_nav nav {
  width: 100%;
}
body header#header #menu .nav_mobile .mob_nav nav .nav {
  padding: 15px;
}
body header#header #menu .nav_mobile .mob_nav nav .nav .nav-item {
  margin-bottom: 20px;
  padding: 0 0 20px;
  position: relative;
}
body header#header #menu .nav_mobile .mob_nav nav .nav .nav-item:before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #faf7f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body header#header #menu .nav_mobile .mob_nav nav .nav .nav-item .nav-link {
  font-size: 24px;
  text-transform: inherit;
  padding: 0;
}
body header#header #menu .nav_mobile .mob_nav nav .nav .nav-item:last-child:before {
  display: none;
}
@media (max-width: 768px) {
  body header#header {
    padding: 15px 0;
    width: auto;
    left: auto;
    right: 0;
  }
  body header#header #menu a {
    color: #faf7f2 !important;
  }
  body header#header #menu #mn-doacao {
    margin-bottom: 40px;
  }
  body header#header #menu #mn-doacao li {
    border-color: #faf7f2 !important;
  }
  body header#header #menu #mn-doacao li a {
    font-size: 14px;
  }
  body header#header.ativo .menu_mobile span {
    background-color: #faf7f2;
  }
  body .hero .logo .cont {
    margin: 0 auto;
  }
  body section#galeria .container .row .slider_galeria .slide {
    padding: 0;
  }
  body section#galeria .container .row .slider_galeria .slide img {
    opacity: 1 !important;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    width: auto !important;
    max-width: 100% !important;
  }
  body section#galeria .container .row .slider_galeria .seta.seta-dir {
    left: auto;
    right: 0;
  }
}