/*********************************************************************************************************
 *********************************************************************************************************
 *												HOME 
 ********************************************************************************************************* 
 *********************************************************************************************************/
section.video-wrapper {
	position: relative;
	/*max-height: 850px;*/
	width: 100%; }
section.video-wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
	/*max-height: 850px;*/
    height: auto;
    z-index: -100;
  	background-size: cover;
  	transition: 1s opacity; }
section.video-wrapper div.description,
section.video-wrapper div.description-en {
	background-image: url(../../images/description-en.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 5%;
  color: #fff;
  height: 149px;
  left: 5%;
  position: absolute;
  width: 430px; }
section.video-wrapper div.description-es {
    background-image: url(../../images/description-es.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5%;
    color: #fff;
    height: 149px;
    left: 5%;
    position: absolute;
    width: 430px; }
section.video-wrapper div.description {
    background-image: url(../../images/description-br.png); }
section.video-wrapper div.description-en {
  background-image: url(../../images/description-en.png); }
section.video-wrapper div.description-es {
    background-image: url(../../images/description-es.png); }
section.video-wrapper .scrolldown-gif {
	position: absolute;
	height: 67px;
	width: 47px;
	left: calc(50% - 23px);
	bottom: 20px; }
section.features {
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 1200px; }
section.features h1.title {
	font-family: 'Museo Sans', sans-serif;
	font-size: 34px;
	font-weight: 300;
	margin: 80px auto;
	text-transform: uppercase; }
section.features div.feature-wrapper {
	display: inline-block;
	position: relative; }
section.features div.feature-wrapper .feature-link {
  height: 100%;
  width: 100%;
  z-index: 3; }
section.features div.feature-wrapper .image {
  display: block;
  width: 100%;
  height: auto; }
section.features div.feature-wrapper .description {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 100%;
  width: calc(100% - 30px);
  opacity: 1;
  transition: .5s ease; }
section.features div.feature-wrapper:hover .description {
  background-color: rgba(0,0,0,0.6);
  cursor: pointer; }
section.features div.feature-wrapper .description .text {
	opacity: 1;
  	color: white;
  	font-size: 20px;
  	position: absolute;
  	font-weight: 300;
  	top: 65%;
  	left: 50%;
  	letter-spacing: 8px;
  	text-transform: uppercase;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%); }
section.features div.feature-wrapper .description .icon {
  	position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%); }
section.features div.feature-wrapper .description .icon img {
	width: 70%; }


/*********************************************************************************************************
 *********************************************************************************************************
 *                        RESPONSIVE 
 ********************************************************************************************************* 
 *********************************************************************************************************/
@media only screen and (max-width: 1024px) {
  section.video-wrapper div.description,
  section.video-wrapper div.description-en {
    bottom: 7%;
    height: 59px;
    width: 230px; }
  section.video-wrapper div.description {
    bottom: 25px;
    height: 60px;
    left: 25px;
    width: 240px;
  }
    section.video-wrapper div.description-es {
        bottom: 25px;
        height: 60px;
        left: 25px;
        width: 240px;
    }
  section.video-wrapper .scrolldown-gif {
    display: none; }
  section.features {
    width: 100%; }
  section.features h1.title {
    font-size: 26px; }
  section.features div.feature-wrapper {
    margin: 15px auto; } 
}
@media only screen and (max-width: 768px) {
  section.features div.feature-wrapper,
  section.features div.feature-wrapper .image {
    max-height: 90vh; }
  section.features div.feature-wrapper .description {
    left: 15px;
    width: calc(100% - 30px); }
}
@media only screen and (max-width: 480px) {
  section.video-wrapper div.description,
  section.video-wrapper div.description-en {
    display: none;
  }
  section.video-wrapper div.description-es {
        display: none;
  }
  section.features h1.title {
    font-size: 22px;
    margin: 50px 50px 30px; 
    line-height: 120%;
    letter-spacing: 1px
  }
  section.features div.feature-wrapper .description {
    left: 15px;
    width: calc(100% - 30px); }
}