@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:100,200,300,400,500,600,700,800,900");
@font-face {
  font-family: "realist_wide_black";
  src: url("fonts/RealistWide-Black.eot?#iefix") format("embedded-opentype"), url("fonts/RealistWide-Black.otf") format("opentype"), url("fonts/RealistWide-Black.woff") format("woff"), url("fonts/RealistWide-Black.ttf") format("truetype"), url("fonts/RealistWide-Black.svg#RealistWide-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "realist_wide_extra_bold";
  src: url("fonts/RealistWide-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/RealistWide-ExtraBold.otf") format("opentype"), url("fonts/RealistWide-ExtraBold.woff") format("woff"), url("fonts/RealistWide-ExtraBold.ttf") format("truetype"), url("fonts/RealistWide-ExtraBold.svg#RealistWide-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "realist_wide_regular";
  src: url("fonts/RealistWide-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/RealistWide-Regular.otf") format("opentype"), url("fonts/RealistWide-Regular.woff") format("woff"), url("fonts/RealistWide-Regular.ttf") format("truetype"), url("fonts/RealistWide-Regular.svg#RealistWide-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #FFFFFF;
}



.carousel_news_view {
  float: left !important;
    width: auto;
}

.container {
  max-width: 100%;
  width: 1160px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

.relative {
  position: relative !important;
}

.ui-state-active {
  background-color: #E0E0E0 !important;
  border: none !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  color: #808080 !important;
}

.ui-menu-item {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  color: #808080 !important;
}

a,
input,
select,
button,
textarea {
  outline: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  border: none;
}

header {
  margin: 90px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
}
header .logo {
  float: left;
  margin: 0;
  max-width: 60%;
}
header .menu {
  float: right;
  margin: 20px 0 0 0;
}
header .menu .btn_menu {
  float: left;
  margin: 0 0 0 30px;
  width: 42px;
  height: auto;
  display: none;
}
header .menu .btn_menu .line {
  float: left;
  margin: 0 0 7px 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
header .menu ul {
  float: right;
  padding: 0;
  margin: 0;
  width: auto;
}
header .menu ul li {
  list-style: none;
  float: left;
  padding: 0;
 /* margin: 0 0 0 58px;*/
  margin: 0 0 0 25px;
  width: auto;
  height: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
}
header .menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 0 0 15px 0;
}
header .menu ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu ul li a:hover:before {
  width: 100%;
}
header .menu ul li:nth-child(1) {
  margin-left: 0;
}

footer {
  background-color: #FFFFFF;
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
footer .text {
  display: inline-block;
  width: 170px;
  max-width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
  padding: 0;
  margin: 30px 0;
}
footer .text a {
  font-weight: 700;
  color: #333333;
}

.block_media {
  padding: 0 0 50px 0;
  margin: 0;
}
.block_media .box_text {
  padding: 0;
}
.block_media .box_text .text1 {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
.block_media .box_text .text2 {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
.block_media .box_media {
  padding: 20px 0 0 0;
  margin: 0;
  text-align: right;
}
.block_media .box_media .text {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: left;
}
.block_media .box_media ul {
  float: right;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 35px;
}
.block_media .box_media ul li {
  list-style: none;
  width: 52px;
  height: 56px;
  position: relative;
  float: left;
  margin: 0 0 0 8px;
}
.block_media .box_media ul li a {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px #600101;
}
.block_media .box_media ul li a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_media .box_media ul li a:hover {
  box-shadow: 0px 0px 5px #600101;
}
.block_media .box_media ul li a:hover .img_item {
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

section.contact_oseias {
  background-color: #25292C;
}
section.contact_oseias .box_form {
  padding: 60px 0 95px 0;
  margin: 0;
}
section.contact_oseias .box_form .title {
  padding: 0;
  margin: 0 0 50px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 39px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}
section.contact_oseias .box_form .column {
  padding: 0 28px;
}
section.contact_oseias .box_form .column:nth-child(2) {
  padding-left: 0;
}
section.contact_oseias .box_form .column:nth-child(3) {
  padding-right: 0;
}
section.contact_oseias .box_form .column:nth-child(4) {
  padding: 0;
}
section.contact_oseias .box_form .item {
  margin: 0;
  padding: 0;
  text-align: left;
}
section.contact_oseias .box_form .field {
  border: none;
  padding: 0 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #808080;
  text-align: left;
  line-height: 62px;
  width: 100%;
  height: 62px;
  margin: 0 0 25px 0;
  outline: none;
  background-color: #FFFFFF;
  text-transform: uppercase;
}
section.contact_oseias .box_form textarea {
  border: none;
  padding: 15px 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #808080;
  text-align: left;
  line-height: 62px;
  width: 100%;
  height: 125px;
  margin: 0 0 25px 0;
  outline: none;
  background-color: #FFFFFF;
  text-transform: uppercase;
  resize: none;
}
section.contact_oseias .box_form .box_select {
  border: none;
  padding: 0 0 0 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #808080;
  text-align: left;
  line-height: 62px;
  width: 100%;
  height: 62px;
  margin: 0 0 25px 0;
  outline: none;
  background-color: #FFFFFF;
  text-transform: uppercase;
  outline: none;
  border-radius: 0;
}
section.contact_oseias .box_form .box_select .option {
  margin: 0;
  padding: 0;
}
section.contact_oseias .box_form .box_select .arrow_select {
  width: 13px;
  height: 62px;
  background-image: url(../images/img_arrow_select.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 20px 0 0;
}
section.contact_oseias .box_form .btn_send {
  background-color: transparent;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #FFFFFF;
  text-align: center;
  width: auto;
  height: auto;
  float: left;
  margin: 30px 0 0 48px;
  border: none;
}
section.contact_oseias .box_form .success_msg {
  padding: 0;
  margin: 15px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #009145;
  text-align: left;
}
section.contact_oseias .box_form .success_error {
  padding: 0;
  margin: 15px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #DD0000;
  text-align: left;
}
section.contact_oseias .box_form .g-recaptcha {
  float: left;
  margin: 20px 0 0 0;
}
section.contact_oseias .box_form ::-webkit-input-placeholder {
  color: #808080;
  opacity: 10;
}
section.contact_oseias .box_form :-moz-placeholder {
  color: #808080;
  opacity: 10;
}
section.contact_oseias .box_form ::-moz-placeholder {
  color: #808080;
  opacity: 10;
}
section.contact_oseias .box_form :-ms-input-placeholder {
  color: #808080;
  opacity: 10;
}

section {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

section.internal {
  background-image: url("../images/bg_internal.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #FF0101;
  min-height: 1000px;
}

/*home */
section.home {
  background-image: url("../images/bg_home.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover auto;
}

section.home .video_home {
  float: left;
  margin: 0;
  width: 100%;
  height: 1400px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
section.home .video_home .player {
  position: absolute;
  z-index: 0;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
section.home .video_home .cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg_video.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
section.home .video_home .box_text {
  border-left: 10px solid #FFFFFF;
  position: absolute;
  z-index: 3;
  left: 15%;
  top: 40%;
  width: auto;
  height: auto;
  padding: 0 0 0 35px;
}
section.home .video_home .box_text .text1 {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 71px;
  color: #FFFFFF;
  line-height: 71px;
}
section.home .video_home .box_text .text2 {
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 33px;
}

section.home .img_arrow {
  position: absolute;
  top: 490px;
  z-index: 6;
  cursor: pointer;
}
section.home .img_arrow.prev {
  left: 160px;
}
section.home .img_arrow.next {
  right: 120px;
}
section.home .box_banner {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

section.home .box_banner:before {
  content: '';
  z-index: 5;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg_video.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
section.home .box_banner_mobile {
  display: none;
}
section.home .item_mobile {
  padding: 0;
  height: 1000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.home .item {
  padding: 0;
}
section.home .item .img_item {
  margin: 0;
  float: left;
  width: 100%;
  height: auto;
}
section.home .box_home {
  padding: 0;
  position: relative;
  z-index: 2;
}
section.home .box_home .man {
  position: absolute;
  z-index: 0;
  top: 125px;
  left: -84px;
  width: 643px;
  height: 1105px;
  background-image: url("../images/img_man.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
}
section.home .box_home .man .img_item {
  display: none;
  width: auto;
  max-width: 100%;
  margin: 0;
}
section.home .box_home .box_text {
  padding: 0;
  margin: 280px 0 0 0;
  width: 710px;
  max-width: 100%;
  position: relative;
  float: right;
}
section.home .box_home .box_text .text {
  border-left: 9px solid #FE0000;
  padding: 0 0 0 40px;
  font-family: "realist_wide_extra_bold";
  font-size: 86px;
  color: #F1F1F1;
  line-height: 71px;
}
section.home .box_home .box_text span {
  font-family: "realist_wide_regular";
  font-size: 28px;
  color: #F1F1F1;
  line-height: 31px;
  margin: 20px 0 0 0;
  padding: 0 0 0 50px;
}
section.home .box_home .buy {
  background-color: #25292C;
  padding: 26px 40px 26px 300px;
  margin: 170px 0 0 0;
  width: 653px;
  max-width: 100%;
  float: right;
  position: relative;
}
section.home .box_home .buy .text {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #F1F1F1;
  line-height: 25px;
}
section.home .box_home .buy a {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #F1F1F1;
  text-decoration: none;
}
section.home .box_home .buy .img_item {
  position: absolute;
  top: -50px;
  left: 48px;
}
section.home .box_home_middle {
  padding: 0;
  margin: 130px 0 0 0;
  position: relative;
  z-index: 3;
}
section.home .box_home_middle .column {
  padding: 0;
  overflow: hidden;
}
section.home .box_home_middle .column_news {
  float: right;
}
section.home .box_home_middle .column.column_facebook {
  padding-right: 30px;
}
section.home .box_home_middle .box_facebook {
  padding: 0 0 50px 0;
  margin: 60px 0 0 0;

  background-repeat: no-repeat;
  background-position: center bottom;
}
section.home .box_home_middle .title {
  padding: 53px 0 15px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #333333;
  line-height: 42px;
}
section.home .box_home_middle .carousel_news .item {
  padding: 10;
  margin: 0;
}
section.home .box_home_middle .carousel_news .item .box_img {
  height: 125px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.home .box_home_middle .carousel_news .item .text {
  padding: 0;
  margin: 20px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
}
section.home .box_home_middle .carousel_news .item a {
  padding: 0;
  margin: 10px 0 0 0;
  float: left;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 23px;
  color: #666666;
  line-height: 23px;
  text-decoration: none;
}
section.home .box_home_middle .carousel_news .item a:hover {
  color: #333333;
}
section.home .box_home_middle .box_video {
  padding: 0 0 40px 0;
  margin: 15px 0 0 0;

  background-repeat: no-repeat;
  background-position: center bottom;
}
section.home .box_home_middle .box_video .video {
  max-width: 100%;
  width: 700px;
  height: 395px;
}
section.home .box_home_middle .box_home_bottom {
  padding: 0;
}
section.home .box_home_middle .box_home_bottom .box_text {
  padding: 0;
}
section.home .box_home_middle .box_home_bottom .box_text .text1 {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
section.home .box_home_middle .box_home_bottom .box_text .text2 {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}
section.home .box_home_middle .box_home_bottom .box_text .text3 {
  padding: 5px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}
section.home .box_home_middle .box_home_bottom .box_media {
  padding: 75px 0 65px 0;
  margin: 0;
  text-align: right;
}
section.home .box_home_middle .box_home_bottom .box_media .text {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 39px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: left;
}
section.home .box_home_middle .box_home_bottom .box_media ul {
  float: right;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 35px;
}
section.home .box_home_middle .box_home_bottom .box_media ul li {
  list-style: none;
  width: 52px;
  height: 56px;
  position: relative;
  float: left;
  margin: 0 0 0 8px;
}
section.home .box_home_middle .box_home_bottom .box_media ul li a {
  float: left;
  margin: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 3px #600101;
}
section.home .box_home_middle .box_home_bottom .box_media ul li a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section.home .box_home_middle .box_home_bottom .box_media ul li a:hover {
  box-shadow: 0px 0px 5px #600101;
}
section.home .box_home_middle .box_home_bottom .box_media ul li a:hover .img_item {
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/*home */
/*biografia */
.box_biography {
  padding: 45px 75px 70px 75px;
  margin: 110px 0 180px 0;
  background-color: #FFFFFF;
}
.box_biography .title {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #808080;
  line-height: 39px;
  text-align: left;
}
.box_biography .text {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: left;
}.box_biography .carousel_biography .item {
  padding: 0;
  overflow: hidden;
}
.box_biography .carousel_biography .item a .img_item {
  float: left;
  margin: 0;
  width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box_biography .carousel_biography .item a:hover .img_item {
  -moz-transform: scale(1.5) rotate(20deg);
  -webkit-transform: scale(1.5) rotate(20deg);
  transform: scale(1.5) rotate(20deg);
}
.box_biography .box_back {
  padding: 0;
  margin: 45px 0 0 0;
  text-align: left;
}
.box_biography .box_back a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #808080;
  line-height: 23px;
  text-decoration: none;
}
.box_biography .box_back a .img_back {
  display: inline-block;
  margin: -2px 20px 0 0;
  width: 9px;
  height: auto;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box_biography .box_back a:hover {
  color: #333333;
}
.box_biography .box_back a:hover .img_back {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*biografia */
/*contato */
.box_contact {
  padding: 60px 75px 100px 75px;
  margin: 100px 0 120px 0;
  background-color: #FFFFFF;
}
.box_contact .title {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #808080;
  line-height: 39px;
  text-align: left;
}
.box_contact .box_form {
  padding: 0;
  margin: 30px 0 0 0;
}
.box_contact .box_form .item {
  margin: 0;
  padding: 0;
  text-align: left;
}
.box_contact .box_form .field {
  border: 1px solid #C3C7D8;
  padding: 0 30px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #666666;
  text-align: left;
  line-height: 53px;
  width: 100%;
  height: 53px;
  margin: 0 0 28px 0;
  outline: none;
  background-color: #FFFFFF;
}
.box_contact .box_form textarea {
  border: 1px solid #C3C7D8;
  padding: 15px 30px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #666666;
  text-align: left;
  line-height: 25px;
  width: 100%;
  height: 161px;
  margin: 0 0 28px 0;
  outline: none;
  background-color: #FFFFFF;
  resize: none;
}
.box_contact .box_form .box_select {
  border: 1px solid #C3C7D8;
  padding: 0 0 0 30px;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #666666;
  text-align: left;
  line-height: 53px;
  width: 100%;
  height: 53px;
  margin: 0 0 28px 0;
  outline: none;
  background-color: #FFFFFF;
  outline: none;
  border-radius: 0;
}
.box_contact .box_form .box_select .option {
  margin: 0;
  padding: 0;
}
.box_contact .box_form .box_select .arrow_select {
  width: 13px;
  height: 51px;
  background-image: url(../images/img_arrow_select_simple.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 20px 0 0;
}
.box_contact .box_form .btn_send {
  background-color: transparent;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 29px;
  color: #FF0000;
  text-align: center;
  width: auto;
  height: auto;
  float: left;
  margin: 35px 0 0 50px;
  border: none;
}
.box_contact .box_form .success_msg {
  padding: 0;
  margin: 15px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #009145;
  text-align: left;
}
.box_contact .box_form .success_error {
  padding: 0;
  margin: 15px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #DD0000;
  text-align: left;
}
.box_contact .box_form .g-recaptcha {
  float: left;
  margin: 20px 0 0 0;
}
.box_contact .box_form ::-webkit-input-placeholder {
  color: #666666;
  opacity: 10;
}
.box_contact .box_form :-moz-placeholder {
  color: #666666;
  opacity: 10;
}
.box_contact .box_form ::-moz-placeholder {
  color: #666666;
  opacity: 10;
}
.box_contact .box_form :-ms-input-placeholder {
  color: #666666;
  opacity: 10;
}

/*contato */
/*not├¡cias */
.box_news {
  padding: 60px 20px 40px 20px;
  margin: 100px 0 60px 0;
  background-color: #FFFFFF;
}
.box_news .title {
  padding: 0 0 0 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #808080;
  line-height: 39px;
  text-align: left;
}
.box_news .item {
  padding: 0 40px;
  margin: 40px 0 20px 0;
  
}
.box_news .item .box_img {
  height: 175px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box_news .item .text {
  padding: 0;
  margin: 25px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #666666;
  line-height: 31px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.box_news .item .text:before {
  content: "...";
  position: absolute;
  right: 11px;
  bottom: 0;
  width: auto;
  background-color: #FFFFFF;
  line-height: 35px;
  padding: 0 10px 0 0;
}
.box_news .item .text:after {
  content: "";
  position: absolute;
  right: 11px;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}
.box_news .item a.view {
  padding: 0;
  margin: 15px 0 0 0;
  float: left;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 23px;
  color: #666666;
  line-height: 23px;
  text-decoration: none;
}
.box_news .item a:hover {
  color: #333333;
}
.box_news .content_pagination {
  padding: 0 15px;
  margin: 80px 0 0 0;
  text-align: center;
}
.box_news .content_pagination .link_navigation {
  border: none !important;
  background-color: transparent !important;
}
.box_news .content_pagination .link_navigation .img_pagination {
  display: inline-block;
  margin: 12px 5px;
  width: 9px;
  height: auto;
  border: none;
}
.box_news .content_pagination .link_navigation:hover .img_pagination {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*not├¡cias */
/*visualizar not├¡cia */
.box_news_view {
  padding: 60px 60px 50px 60px;
  margin: 100px 0 60px 0;
  background-color: #FFFFFF;
}
.box_news_view .title {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #808080;
  line-height: 39px;
  text-align: left;
}
.box_news_view .news_title {
  margin: 45px 0 0 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 29px;
  color: #666666;
  line-height: 32px;
  text-align: left;
}
.box_news_view .news_text {
  margin: 25px 0 0 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #666666;
  line-height: 30px;
  text-align: left;
}
.box_news_view .carousel_news_view .item {
  padding: 0;
  overflow: hidden;
}
.box_news_view .carousel_news_view .item a .img_item {
  float: left;
  margin: 0;
  width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box_news_view .carousel_news_view .item a:hover .img_item {
  -moz-transform: scale(1.5) rotate(20deg);
  -webkit-transform: scale(1.5) rotate(20deg);
  transform: scale(1.5) rotate(20deg);
}
.box_news_view .box_back {
  padding: 0;
  margin: 45px 0 0 0;
  text-align: center;
}
.box_news_view .box_back a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #808080;
  line-height: 23px;
  text-decoration: none;
}
.box_news_view .box_back a .img_back {
  display: inline-block;
  margin: -2px 20px 0 0;
  width: 9px;
  height: auto;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box_news_view .box_back a:hover {
  color: #333333;
}
.box_news_view .box_back a:hover .img_back {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*visualizar not├¡cia */
/*v├¡deo */
.box_video_view {
  padding: 60px 60px 50px 60px;
  margin: 100px 0 60px 0;
  background-color: #FFFFFF;
}
.box_video_view .title {
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #808080;
  line-height: 39px;
  text-align: left;
}
.box_video_view .box_video {
  margin: 45px 0 0 0;
  padding: 0;
  text-align: center;
}
.box_video_view .box_video .video {
  display: inline-block;
  max-width: 100%;
  width: 560px;
  height: 315px;
}
.box_video_view .video_title {
  margin: 45px 0 0 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 29px;
  color: #666666;
  line-height: 32px;
  text-align: left;
}
.box_video_view .video_text {
  margin: 25px 0 0 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #666666;
  line-height: 30px;
  text-align: left;
}
.box_video_view .carousel_video .item {
  padding: 0;
  overflow: hidden;
}
.box_video_view .carousel_video .item a .img_item {
  float: left;
  margin: 0;
  width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box_video_view .carousel_video .item a:hover .img_item {
  -moz-transform: scale(1.5) rotate(20deg);
  -webkit-transform: scale(1.5) rotate(20deg);
  transform: scale(1.5) rotate(20deg);
}
.box_video_view .box_back {
  padding: 0;
  margin: 45px 0 0 0;
  text-align: left;
}
.box_video_view .box_back a {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #808080;
  line-height: 23px;
  text-decoration: none;
}
.box_video_view .box_back a .img_back {
  display: inline-block;
  margin: -2px 20px 0 0;
  width: 9px;
  height: auto;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box_video_view .box_back a:hover {
  color: #333333;
}
.box_video_view .box_back a:hover .img_back {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/*v├¡deo */

@media (min-aspect-ratio: 16 / 9) {
  .video_home .player {
    /*width: 100% !important;
    //top: -100% !important;*/
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .video_home .player {
    /*width: 300% !important;
    left: -100% !important;*/
  }
}

@media(max-width: 1600px) {
  section.home .img_arrow.prev {
    left: 30px;
  }
  section.home .img_arrow.next {
    right: 30px;
  }
}
@media(max-width: 1400px) {
  section.home .box_home .man {
    top: 100px;
  }
  section.home .box_home .box_text {
    margin-top: 120px;
  }

  section.home .video_home {
    height: 1300px;
  }
}
@media(max-width: 1200px) {
  section.home .box_home .man {
    left: 0;
    width: 400px;
    max-width: 35%;
    height: 700px;
    background-size: 100% auto;
  }

  section.home .video_home {
    height: 1200px;
  }
}
@media(max-width: 1150px) {
  .block_media .box_text .text1 {
    font-size: 32px;
    line-height: 35px;
  }
  .block_media .box_text .text2 {
    font-size: 32px;
    line-height: 35px;
  }

  section.home .box_home_middle .box_video .video {
    height: 350px;
  }
  section.home .box_home_middle .box_home_bottom .box_text .text1 {
    font-size: 32px;
    line-height: 35px;
  }
  section.home .box_home_middle .box_home_bottom .box_text .text2 {
    font-size: 32px;
    line-height: 35px;
  }
  section.home .box_home_middle .box_home_bottom .box_text .text3 {
    font-size: 26px;
    line-height: 29px;
  }

  section.home .box_home .box_text .text {
    font-size: 52px;
    line-height: 52px;
  }

  header .menu ul li {
    margin: 0 0 0 40px;
  }
}
@media(max-width: 1090px) {

  section.home .video_home {
    height: 1000px;
  }
  section.home .box_home_middle .box_video {
    background-size: 100% auto;
  }
  section.home .box_home_middle .box_video .video {
    height: 310px;
  }

  section.home .box_home .man {
    top: 10px;
    left: 0;
    width: 260px;
    height: 500px;
    background-size: 100% auto;
  }
  section.home .box_home .buy {
    margin: 170px 0 0 0;
  }
}
@media(max-width: 1050px) {
  header .menu ul li {
    font-size: 24px;
  }
}
@media(min-width: 1001px) {
  header .menu ul {
    display: block !important;
  }
}
@media(max-width: 1000px) {

  section.home .video_home {
    height: 900px;
    display: none;
  }
  .box_video_view {
    padding: 30px 30px 50px 30px;
  }

  .box_news_view {
    padding: 30px 30px 50px 30px;
  }

  .box_news .title {
    padding: 0 20px;
  }
  .box_news .item {
    padding: 0 20px;
  }

  .block_media .box_text {
    width: 100%;
  }
  .block_media .box_media {
    width: 100%;
  }

  .box_biography {
    padding: 35px 55px 70px 55px;
  }

  .box_contact {
    padding: 35px 55px 70px 55px;
  }

  section.home .box_home_middle .box_video .video {
    height: 230px;
  }
  section.home .box_home_middle .box_home_bottom .box_text .text1 {
    font-size: 26px;
    line-height: 29px;
  }
  section.home .box_home_middle .box_home_bottom .box_text .text2 {
    font-size: 26px;
    line-height: 29px;
  }
  section.home .box_home_middle .box_home_bottom .box_text .text3 {
    font-size: 20px;
    line-height: 24px;
  }

  section.home .img_arrow {
    display: none;
  }
  section.home .box_banner_desktop {
    display: none;
  }
  section.home .box_banner_mobile {
    display: block;
  }
  section.home .box_home .box_text {
    width: 100%;
    padding-left: 30%;
  }
  section.home .box_home .box_text .text {
    font-size: 42px;
    line-height: 46px;
  }
  section.home .box_home .buy {
    width: 100%;
  }

  header {
    margin: 40px 0 0 0;
  }
  header .logo {
    float: right;
    margin-right: 15px;
  }
  header .menu {
    float: left;
  }
  header .menu .btn_menu {
    display: block;
  }
  header .menu ul {
    display: none;
    background-color: #FFFFFF;
    width: 350px;
    max-width: 80%;
    position: absolute;
    top: 50px;
    left: 45px;
    padding: 15px 20px;
    box-shadow: 5px 5px 20px #333333, inset 1px 1px 10px #CDCDCD;
  }
  header .menu ul li {
    margin: 0 !important;
    width: 100%;
    padding: 2px 0;
  }
  header .menu ul li a {
    color: #333333;
    padding: 0;
    width: 100%;
  }
  header .menu ul li a:before {
    display: none;
  }
}
@media(max-width: 900px) {
  section.home .box_home_middle .column.column_facebook {
    width: 40%;
  }
  section.home .box_home_middle .box_facebook {
    background-size: 100% auto;
  }
  section.home .box_home_middle .column_news {
    width: 60%;
  }
}
@media(max-width: 800px) {
  .box_news .item {
    width: 100%;
  }

  .box_contact .box_form .btn_send {
    margin-left: 0;
  }

  section.contact_oseias .box_form .column {
    padding: 0 !important;
    width: 100%;
  }
  section.contact_oseias .box_form .column .btn_send {
    margin-left: 0;
  }

  section.home .box_home_middle .box_home_bottom .box_text {
    width: 100%;
  }
  section.home .box_home_middle .box_home_bottom .box_media {
    padding: 30px 0 50px 0;
    width: 100%;
    text-align: center;
  }
  section.home .box_home_middle .box_home_bottom .box_media ul {
    width: 100%;
    margin-top: 15px;
  }
  section.home .box_home_middle .box_home_bottom .box_media ul li {
    float: none;
    display: inline-block;
  }
}
@media(max-width: 700px) {

  section.home .video_home {
    height: 750px;
  }
  .box_video_view .box_video .video {
    width: 360px;
    height: 203px;
  }

  .block_media .box_media .text {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .block_media .box_media ul {
    text-align: center;
    width: 100%;
  }
  .block_media .box_media ul li {
    float: none;
    display: inline-block;
  }

  section.home .box_home .buy {
    padding-left: 200px;
  }
  section.home .box_home .buy .img_item {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 150px;
  }
}
@media(max-width: 600px) {

  section.home .video_home {
    height: 950px;
  }
  section.home .video_home .player {
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
  }
  section.home .item_mobile {
    height: 1200px;
  }
  section.home .box_home .man {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    background-image: none;
  }
  section.home .box_home .man .img_item {
    display: inline-block;
margin-bottom: -134px;      
  }
  section.home .box_home .box_text {
    padding-left: 0;
    margin: 150px 0 0 0;
  }
  section.home .box_home .box_text .text {
    font-size: 24px;
    line-height: 29px;
    padding: 0 0 0 20px;
  }
  section.home .box_home .box_text span {
    font-size: 20px;
    color: #F1F1F1;
    line-height: 21px;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
  }
  section.home .box_home_middle .column.column_facebook {
    width: 100%;
      display: none;
  }
  section.home .box_home_middle .box_facebook {
    background-size: auto auto;
  }
  section.home .box_home_middle .column_news {
    width: 100%;
    float: left;
      margin-top: -150px;
  }
}
@media(max-width: 500px) {

  /*section.home .video_home .player {
    left: -200% !important;
    width: 500% !important;
  }*/

  .box_biography {
    padding: 35px 35px 70px 35px;
  }

  .box_contact {
    padding: 35px 35px 70px 35px;
  }

  section.home .box_home_middle .box_video .video {
    height: 130px;
  }

  section.home .box_home .buy {
    padding: 240px 30px 30px 30px;
  }
  section.home .box_home .buy .img_item {
    position: absolute;
    top: -50px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
  }
}
@media(max-width: 400px) {
  .box_contact .box_form .btn_send {
    font-size: 22px;
  }

  .block_media .box_media ul li {
    width: 45px;
    margin: 0 2px;
  }

  section.contact_oseias .box_form .btn_send {
    font-size: 24px;
  }

  section.home .box_home_middle .box_home_bottom .box_media ul li {
    width: 45px;
    margin: 0 2px;
  }
}


/*# sourceMappingURL=style.css.map */
