/* Font-size (14px) */
/* Font */
/* Effect */
/* end Effect */
/* Button */
/* end Button */
/* Background */
/* end Background */
/* Gallery hover,focus */
/* end Gallery hover,focus */
/* line 3, ../sass/style.scss */








.navbar-toggle{
  top: 0px; right: 0px; position: absolute;

}




.fa {
  padding-top: 5px;
  font-size: 1.19em;
  padding-right: 5px;

}
/* line 5, ../sass/style.scss */
.btn .fa {
  padding-left: 8px;
}

/* line 10, ../sass/style.scss */
.form-required {
  color: red;
}

/* messages */
/* line 15, ../sass/style.scss */
.status {
  background-image: url("../images/demo/misc/message-24-ok.png");
  border-color: #bbee77;
  color: #234600;
}

/* line 21, ../sass/style.scss */
.error {
  background-image: url("../images/demo/misc/message-24-error.png");
  border-color: #ed541d;
  color: #8c2e0b;
  background-color: #fef5f1;
}

/* line 28, ../sass/style.scss */
.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 6px 0;
  padding: 10px 10px 10px 50px;
}

/* end messages */
/* table */
/* line 39, ../sass/style.scss */
.view-table {
  border: 1px solid #dddddd;
  color: #3a3a3a;
  margin-bottom: 0;
}
/* line 43, ../sass/style.scss */
.view-table > thead {
  border-bottom: 1px solid #dddddd;
}
/* line 45, ../sass/style.scss */
.view-table > thead > tr > th {
  border-bottom: 0;
  font-weight: 600;
  padding: 10px;
}
/* line 52, ../sass/style.scss */
.view-table > tbody > tr {
  border-bottom: 1px solid #dddddd;
}
/* line 54, ../sass/style.scss */
.view-table > tbody > tr > td {
  border-bottom: 0;
  vertical-align: middle;
  padding: 10px;
}
/* line 61, ../sass/style.scss */
.view-table a {
  color: #3a3a3a;
}
/* line 63, ../sass/style.scss */
.view-table a:hover, .view-table a:after {
  color: #00a0b0;
}
/* line 67, ../sass/style.scss */
.view-table .form-control {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 12px;
  width: 60px;
  height: 60px;
  min-width: inherit;
  text-align: center;
  margin: 0 auto;
}
/* line 76, ../sass/style.scss */
.view-table .views-field-edit-delete {
  padding-left: 25px;
}
/* line 78, ../sass/style.scss */
.view-table .views-field-edit-delete a {
  color: #898989;
}
/* line 80, ../sass/style.scss */
.view-table .views-field-edit-delete a:hover, .view-table .views-field-edit-delete a:focus {
  color: #3a3a3a;
}
/* line 84, ../sass/style.scss */
.view-table .views-field-edit-delete .fa {
  font-size: 2.143em;
}

/* end table */
/* button */
/* line 93, ../sass/style.scss */
.btn {
  /*border-radius: 30px;*/
  /*-webkit-border-radius: 30px;*/
  /*-moz-border-radius: 30px;*/
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 8px 20px;
  overflow: hidden;
  outline: none;
  position: relative;
  font-weight: 700;
  z-index: 0;
  outline: 0;
  background-color: #072054;
  border: 1px solid #d4e3f8;
  color: #d4e3f8;
  font-size: 1em;
  white-space: nowrap;
  text-align: center;
}
/* line 90, ../sass/includes/_include.scss */
.btn:after {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}
/* line 101, ../sass/includes/_include.scss */
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
  border: 1px solid #0a3482;
}
/* line 105, ../sass/includes/_include.scss */
.btn:hover:after, .btn:focus:after {
  background-color: #0a3482;
  width: 100%;
}

/* Button Back to Top */
/* line 98, ../sass/style.scss */
.btn-btt {
  color: white;
  border: 5px solid white;
  opacity: 0.7;
  line-height: 1.8;
  position: fixed;
  right: 25px;
  bottom: 45px;
  z-index: 200;
  height: 45px;
  width: 45px;
  display: none;
  font-size: 1.143em;
  background-color: #3a3a3a;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  /*border-radius: 50%;*/
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
}
/* line 114, ../sass/style.scss */
.btn-btt:before {
  content: "\f077";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
/* line 119, ../sass/style.scss */
.btn-btt:hover, .btn-btt:focus {
  border-color: white !important;
  background-color: #0a3482;
  color: white;
  opacity: 1;
}

/* line 127, ../sass/style.scss */
.btn-sm {
  padding: 10px 30px;
}

/* line 131, ../sass/style.scss */
.btn-md {
  padding: 12px 60px;
}

/* line 135, ../sass/style.scss */
.btn-lg {
  padding: 10px 80px;
}

/* line 113, ../sass/includes/_include.scss */
.btn-hover:hover, .btn-hover:focus {
  color: white;
  background-color: #00a0b0;
  border-color: #00a0b0;
}
/* line 117, ../sass/includes/_include.scss */
.btn-hover:hover:after, .btn-hover:focus:after {
  display: none;
}

/* line 143, ../sass/style.scss */
.btn-black {
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: white;
}
/* line 113, ../sass/includes/_include.scss */
.btn-black:hover, .btn-black:focus {
  color: white;
  background-color: #00a0b0;
  border-color: #00a0b0;
}
/* line 117, ../sass/includes/_include.scss */
.btn-black:hover:after, .btn-black:focus:after {
  display: none;
}

/* line 150, ../sass/style.scss */
.btn-white {
  background-color: white;
  border: 1px solid white;
  color: #3a3a3a;
}
/* line 113, ../sass/includes/_include.scss */
.btn-white:hover, .btn-white:focus {
  color: white;
  background-color: #00a0b0;
  border-color: #00a0b0;
}
/* line 117, ../sass/includes/_include.scss */
.btn-white:hover:after, .btn-white:focus:after {
  display: none;
}

/* line 157, ../sass/style.scss */
.btn-border-white {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

/* line 163, ../sass/style.scss */
.btn-cycle {
  display: block;
  width: 125px;
  height: 125px;
  padding: 40px 10px;
  line-height: 1.2;
  font-weight: 800;
  font-size: 1.286em;
  text-transform: uppercase;
  white-space: pre-wrap;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: white;
}
/* line 113, ../sass/includes/_include.scss */
.btn-cycle:hover, .btn-cycle:focus {
  color: white;
  background-color: #00a0b0;
  border-color: #00a0b0;
}
/* line 117, ../sass/includes/_include.scss */
.btn-cycle:hover:after, .btn-cycle:focus:after {
  display: none;
}
/* line 178, ../sass/style.scss */
.btn-cycle .fa {
  clear: both;
  display: block;
  margin-top: 5px;
}

/* line 185, ../sass/style.scss */
.select-item-cycle {
  display: inline-block;
  margin: 0 10px 12px 0;
}
/* line 188, ../sass/style.scss */
.select-item-cycle input[type="radio"] {
  display: none;
}
/* line 190, ../sass/style.scss */
.select-item-cycle input[type="radio"] + label {
  background-color: #dddddd;
  cursor: pointer;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 200, ../sass/style.scss */
.select-item-cycle input[type="radio"] + label:hover, .select-item-cycle input[type="radio"] + label:focus {
  background-color: #ccc;
}
/* line 204, ../sass/style.scss */
.select-item-cycle input[type="radio"]:checked + label {
  background-color: #00a0b0;
  color: white;
  position: relative;
}
/* line 208, ../sass/style.scss */
.select-item-cycle input[type="radio"]:checked + label:before {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 30px;
  bottom: 8px;
  font-size: 16px;
}

/* line 222, ../sass/style.scss */
.sharethis-buttons {
  display: inline-block;
}
/* line 224, ../sass/style.scss */
.sharethis-buttons .item {
  background-color: #3a3a3a;
  color: white;
  font-size: 0.857em;
  padding: 5px 10px;
  margin-left: 10px;
  min-width: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
/* line 234, ../sass/style.scss */
.sharethis-buttons .item .count {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 1;
  color: white;
}
/* line 242, ../sass/style.scss */
.sharethis-buttons .item .fa {
  margin-right: 5px;
  font-size: 12px;
}
/* line 246, ../sass/style.scss */
.sharethis-buttons .item:hover, .sharethis-buttons .item:focus {
  color: #00a0b0;
}

/* end button */
/* background */
/* line 255, ../sass/style.scss */
.bg-light-gray {
  background-color: #f2f2f2;
}

/* end background */
/* form-control */
/* line 262, ../sass/style.scss */
.form-control {
  box-shadow: none;
  color: black;
  /*background-color: transparent;*/
  border: 1px solid #dddddd;
  padding: 11px 30px;
  height: 44px;
  outline: none;
  /*border-radius: 30px;*/
  /*-webkit-border-radius: 30px;*/
  /*-moz-border-radius: 30px;*/
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
/* line 272, ../sass/style.scss */
.form-control:focus {
  box-shadow: none;
  border-color: #999999;
}

/* end form-control */
/* section */
/* line 282, ../sass/style.scss */
.section .container {
  padding-bottom: 00px;
  padding-top: 60px;
}
/* line 285, ../sass/style.scss */
.section .container.no-padding {
  padding: 0;
}

/* line 291, ../sass/style.scss */
.full-width {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 296, ../sass/style.scss */
.full-width.margin-bottom {
  margin-bottom: 60px;
}

/* line 302, ../sass/style.scss */
.container-fluid.no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* view */
/* line 309, ../sass/style.scss */
.view-header {
  /*font-size: 1.286em;*/
  margin-bottom: 40px;
  padding-right: 85px;
  padding-left: 85px;
}
/* line 314, ../sass/style.scss */
.view-header.no-padding {
  padding-right: 0;
  padding-left: 0;
}
/* line 318, ../sass/style.scss */
.view-header.no-margin {
  margin: 0;
}

/* headline */
/* line 324, ../sass/style.scss */
.headline {
  background-color: #F0F0F0;
  color: white;
  font-weight: 500;
}
/* line 328, ../sass/style.scss */
.headline .container {
  padding-bottom: 00px;
}
/* line 333, ../sass/style.scss */
.headline .container > .pull-left {
  margin: 0px 0px 0px 0px;
}
/* line 337, ../sass/style.scss */
.headline .phone {
  margin: 7px 0 0 10px;
}
/* line 338, ../sass/style.scss */
.headline .phone .fa {
  margin-right: 5px;
}

/* end headline */
/* header */
/* line 348, ../sass/style.scss */
.header {
  background-color: whitesmoke;
  color: #3a3a3a;

}
/* line 351, ../sass/style.scss */
.header .logo {
  padding-top: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
  line-height: 1;
}
/* line 359, ../sass/style.scss */
.header .navbar-toggle {

  /*margin: 10px 10px 0 0;*/
  padding: 2px;
  z-index: 1000;
}
/* line 362, ../sass/style.scss */
.header .navbar-toggle .icon-bar {
  background-color: #d4e3f8;
}
/* line 366, ../sass/style.scss */
.header .navbar-collapse {
  padding: 0;
}

/* end header */
/* banner */
/* line 375, ../sass/style.scss */
.banner img {
  display: block;
  margin: 0 auto;
}

/* end banner */
/* main */
/* line 384, ../sass/style.scss */
.main {
  background-color: transparent;
}
/* line 386, ../sass/style.scss */
.main .title-note {
  color: #3a3a3a;
  font-weight: 300;
  /*margin: -25px 0 50px 0;*/
  line-height: 1.3;
}

/* end main */
/* section-fisrt */
/* line 397, ../sass/style.scss */
.section-fisrt {
  background: transparent url("../images/fundo_b.png")  ;
  background-size: 100%;
  background-position: center,center;
  color: white;
  position: relative;
  z-index: 0;
}
/* line 400, ../sass/style.scss */
.section-fisrt h2 {
  color: white;
  line-height: 1.3;
}
/* line 129, ../sass/includes/_include.scss */
.section-fisrt:before {
  content: "";
  /*background-color: rgba(0, 160, 176, 0.5);*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 405, ../sass/style.scss */
.section-fisrt .container {
  position: relative;
  z-index: 2;
}
/* line 409, ../sass/style.scss */
.section-fisrt .view-header {
  margin-bottom: 50px;
}
/* line 412, ../sass/style.scss */
.section-fisrt .block-donate-now {
  padding-left: 225px;
}
/* line 414, ../sass/style.scss */
.section-fisrt .block-donate-now .btn-cycle {
  position: absolute;
  top: -50px;
  right: -250px;
}

/* end section-fisrt */
/* section-second */
/* line 427, ../sass/style.scss */
.section-second .view-header p {
  margin-bottom: 0;
}
/* line 431, ../sass/style.scss */
.section-second .view-footer {
  margin-top: 30px;
  color: white;
}

/* end section-second */
/* section-third */
/* line 440, ../sass/style.scss */
.section-third {
  background: transparent url("../images/demo/background/2.jpg") no-repeat fixed 50% 50%;
  color: white;
  position: relative;
  z-index: 0;
}
/* line 129, ../sass/includes/_include.scss */
.section-third:before {
  content: "";
  background-color: rgba(0, 160, 176, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 444, ../sass/style.scss */
.section-third h2 {
  color: white;
}
/* line 447, ../sass/style.scss */
.section-third h3 {
  font-weight: 300;
  margin: -25px 0 30px 0;
}
/* line 451, ../sass/style.scss */
.section-third .container {
  position: relative;
  z-index: 2;
  padding: 60px 305px 190px 445px;
}
/* line 456, ../sass/style.scss */
.section-third .view-header {
  font-size: 1em;
}
/* line 458, ../sass/style.scss */
.section-third .view-header p {
  font-weight: 500;
}

/* end section-third */
/* section-fourth */
/* line 467, ../sass/style.scss */
.section-fourth {
  background-color: #3a3a3a;
}

/* end section-fourth */
/* section-fifth */
/* line 474, ../sass/style.scss */
.section-fifth {
  color: #3a3a3a;
}
/* line 476, ../sass/style.scss */
.section-fifth .title-note {
  margin: -30px 0 15px 0;
  font-weight: 300;
}
/* line 480, ../sass/style.scss */
.section-fifth .view-header {
  margin-bottom: 40px;
}

/* end section-fifth */
/* section-sixth */
/* line 488, ../sass/style.scss */
.section-sixth {
  background: transparent url("../images/demo/background/3.jpg") no-repeat fixed 50% 50%;
  position: relative;
  z-index: 0;
  color: white;
}
/* line 129, ../sass/includes/_include.scss */
.section-sixth:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 492, ../sass/style.scss */
.section-sixth h2 {
  color: white;
}
/* line 495, ../sass/style.scss */
.section-sixth .fa {
  font-size: 2.143em;
  margin-bottom: 20px;
}
/* line 499, ../sass/style.scss */
.section-sixth .container {
  position: relative;
  z-index: 2;
}
/* line 503, ../sass/style.scss */
.section-sixth .view-header {
  font-size: 1.286em;
}
/* line 507, ../sass/style.scss */
.section-sixth .btn-groups span {
  color: white;
}

/* end section-sixth */
/* section-seventh */
/* line 517, ../sass/style.scss */
.section-seventh .jcarousel-slide {
  padding-top: 50px;
  padding-bottom: 150px;
}
/* line 519, ../sass/style.scss */
.section-seventh .jcarousel-slide li {
  margin-right: 3px;
}
/* line 521, ../sass/style.scss */
.section-seventh .jcarousel-slide li a {
  max-width: 172px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e9e9e9;
}
/* line 526, ../sass/style.scss */
.section-seventh .jcarousel-slide li a:hover, .section-seventh .jcarousel-slide li a:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

/* end section-seventh */
/* section-eighth */
/* line 537, ../sass/style.scss */
.section-eighth {
  background-color: #dddddd;
}

/* end section-eighth */
/* footer-first */
/* line 544, ../sass/style.scss */
.footer-first {
  background-color: #3a3a3a;
  color: white;
}
/* line 547, ../sass/style.scss */
.footer-first h2 {
  color: white;
  margin-bottom: 20px;
}
/* line 551, ../sass/style.scss */
.footer-first .container-inner {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 60px 0;
}

/* end footer-first */
/* footer-second */
/* line 560, ../sass/style.scss */
.footer-second {
  background-color: #3a3a3a;
}
/* line 562, ../sass/style.scss */
.footer-second h2 {
  color: white;
  font-size: 1.286em;
  margin-bottom: 25px;
}
/* line 567, ../sass/style.scss */
.footer-second a {
  color: #999999;
}
/* line 569, ../sass/style.scss */
.footer-second a:hover, .footer-second a:focus {
  color: white !important;
}
/* line 573, ../sass/style.scss */
.footer-second .container-inner {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 30px 0;
}
/* line 578, ../sass/style.scss */
.footer-second .gallery li {
  width: 25%;
  padding: 0 1px 1px 0;
}

/* end footer-second */
/* footer */
/* line 588, ../sass/style.scss */
.footer {
  background-color: #3a3a3a;
  font-size: 0.857em;
}
/* line 591, ../sass/style.scss */
.footer.section .container {
  padding: 30px 15px;
}
/* line 594, ../sass/style.scss */
.footer .col-sm-6 {
  width: 50%;
  float: left;
}
/* line 598, ../sass/style.scss */
.footer ul {
  display: table;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 603, ../sass/style.scss */
.footer ul li {
  padding: 0 10px;
  float: left;
  border-right: 1px solid #999999;
}
/* line 607, ../sass/style.scss */
.footer ul li:first-child {
  padding-left: 0;
  text-transform: capitalize;
}
/* line 611, ../sass/style.scss */
.footer ul li:last-child {
  border-right: none;
}
/* line 616, ../sass/style.scss */
.footer p {
  display: block;
  margin-bottom: 0;
}
/* line 620, ../sass/style.scss */
.footer a {
  color: #999999;
}
/* line 622, ../sass/style.scss */
.footer a:hover, .footer a:focus {
  color: white !important;
}

/* end footer */
/* line 632, ../sass/style.scss */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
/* line 636, ../sass/style.scss */
.carousel-fade .carousel-inner .active {
  opacity: 1;
  margin-right: 0;
}
/* line 641, ../sass/style.scss */
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* line 647, ../sass/style.scss */
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/* line 651, ../sass/style.scss */
.carousel-fade .carousel-control {
  z-index: 2;
}

/* line 656, ../sass/style.scss */
#page {
  background-color: white;
}

/* layout-boxed */
/* line 662, ../sass/style.scss */
.layout-boxed #page {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}




/*  BUSCA */


.submit-lente {
  position:absolute;
  top:0;
  right:0;
  z-index:10;
  border:none;
  background:transparent;
  outline:none;
}

.submit-line {
  position: relative;
  width: 270px;
}

.submit-line input {
  width: 100%;
}



/* restrita mobile */
@media (max-width:800px) {


  .restritamobile {
     display: inline;
  }


  .barralogo{
    height:120px;
  }
  .logocampo { height: 110px;}
  .not_mobile{ display: none;}
}

@media (min-width:800px) {

  .restritamobile {
    display: none;
  }
  .restritamobilemenu {
    display: none;
  }
  .barralogo{
    height:125px;
  }


  .logocampo { height: auto;}

}


