@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,700');

/**
 *  Folha de estilos para home.
 *
 *  @package    home.scss
 *  @category   Website Custom
 *  @author     Bruno Lima <brunolima@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @link       /scss/home.scss
 *  @version    1.0.0
 */
/**
 *  Variáveis e mixins SASS/Compass
 *
 *  @package    configurations.scss
 *  @category   Website Custom
 *  @author     Bruno Lima <brunolima@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @link       /scss/configurations.scss
 *  @version    1.0.0
 */
/* Compass Functions */
/* Variáveis */
/* Fontes */
@font-face {
  font-family: 'Klavika Bold';
  src: url("fonts/klavika/Klavika-Bold_gdi.eot");
  src: url("fonts/klavika/Klavika-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/Klavika-Bold_gdi.woff") format("woff"), url("fonts/klavika/Klavika-Bold_gdi.ttf") format("truetype"), url("fonts/klavika/Klavika-Bold_gdi.svg#Klavika-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'Klavika Medium';
  src: url("fonts/klavika/Klavika-Medium_gdi.eot");
  src: url("fonts/klavika/Klavika-Medium_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/Klavika-Medium_gdi.woff") format("woff"), url("fonts/klavika/Klavika-Medium_gdi.ttf") format("truetype"), url("fonts/klavika/Klavika-Medium_gdi.svg#Klavika-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'Klavika Regular';
  src: url("fonts/klavika/Klavika-Regular_gdi.eot");
  src: url("fonts/klavika/Klavika-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/Klavika-Regular_gdi.woff") format("woff"), url("fonts/klavika/Klavika-Regular_gdi.ttf") format("truetype"), url("fonts/klavika/Klavika-Regular_gdi.svg#Klavika-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'Klavika Light';
  src: url("fonts/klavika/Klavika-Light_gdi.eot");
  src: url("fonts/klavika/Klavika-Light_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/klavika/Klavika-Light_gdi.woff") format("woff"), url("fonts/klavika/Klavika-Light_gdi.ttf") format("truetype"), url("fonts/klavika/Klavika-Light_gdi.svg#Klavika-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'Pluto Black';
  src: url("fonts/pluto/PlutoBlack_gdi.eot");
  src: url("fonts/pluto/PlutoBlack_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/pluto/PlutoBlack_gdi.woff") format("woff"), url("fonts/pluto/PlutoBlack_gdi.ttf") format("truetype"), url("fonts/pluto/PlutoBlack_gdi.svg#PlutoBlack-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@font-face {
  font-family: 'Pluto Regular';
  src: url("fonts/pluto/PlutoRegular_gdi.eot");
  src: url("fonts/pluto/PlutoRegular_gdi.eot?#iefix") format("embedded-opentype"), url("fonts/pluto/PlutoRegular_gdi.woff") format("woff"), url("fonts/pluto/PlutoRegular_gdi.ttf") format("truetype"), url("fonts/pluto/PlutoRegular_gdi.svg#PlutoRegular-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}

/* DEFECT#0000002 - RFK */
html {
  zoom: 90%;
}

/* Funções básicas */
/* Funções de cálculo */
section.home {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-top: 150px;
  /*padding-bottom: 30px;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*background-color: #000000;*/
  text-align: center;
}
@media screen and (max-width: 600px) {
  section.home {
    height: auto;
  }
}
/* section.home:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  height: 100px;
} */
section.home video {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 2000px;
  margin-left: -500px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
section.home .container {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  section.home .container {
    height: auto;
  }
}
section.home h2 {
  margin: 30px 0 40px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 44px;
  line-height: 50px;
  /*color: #FFFFFF;*/
}
@media screen and (max-width: 600px) {
  section.home h2 {
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 42px;
  }
}
section.home .partners {
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  section.home .partners {
    padding-top: 40px;
  }
}

.floating-social {
  position: fixed;
  z-index: 105;
  bottom: 10px;
  left: 10px;
  width: 160px;
  height: 30px;
  font-size: 0;
}
.floating-social a {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url("../img/side-menu-social-icons.png") no-repeat;
  background-size: 90px;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.floating-social a.facebook {
  background-position: left center;
}
.floating-social a.google {
  background-position: right center;
}
.floating-social a.instagram {
  background-position: center;
}
.floating-social a.youtube {
  background: url("../img/youtube-icon.png") no-repeat center;
  background-size: 27px;
}
.floating-social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.floating-rights {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  width: 290px;
  height: 14px;
  font-family: 'Poppins', 'Klavika Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #DDDDDD;
}

footer {
  /*display: none;*/
}

.container-sponsors{
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}
.container-sponsors .sponsor{
  margin: 5px;
  flex: 1 0 calc(25% - 10px);
  /*** Just to center the text ***/
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.sponsor img{
  max-height: 80px;
  max-width: 200px;
}