/*********************** FONTS **************************************/
h1, h2{
	font-family: 'Ibarra Real Nova', serif;
}
h3{
	font-family: 'Roboto Mono', monospace;
}
h1, h2, h3, a{
	color: #fff;
}
h2, h3{
	text-transform: uppercase;
	display: inline;
}
a:hover{
	text-decoration: underline;
	color: #fff;
}


/**********************************************************************/

#adaptar {
    position: fixed;
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid orange
}

.norte2020 {
    border: blue 0px solid;
    width: 250px;
    margin-top: 80px;
}

/************************** GERAL *********************************/
/*body{
	width: 100vw;
	height: 100vh;
	background: url(../img/fava-tonka-fundo.jpg) center center no-repeat;
	background-size: cover;
}*/
#carouselFT {
    /*height: 100vh;
    height: -moz-calc(100vh);
    height: -webkit-calc(100vh);
    height: -o-calc(100vh);
    width: 100vw;*/
    height: 100%;
    width: 100%;
}
#bg-img-1 {
    background: url(../img/Fava_Tonka_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 100vh;
    width: 100vw;*/
    background-size: cover;
    height: 100%;
    width: 100%;
}
#bg-img-2 {
    background: url(../img/Fava_Tonka_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 100vh;
    width: 100vw;*/
    background-size: cover;
    height: 100%;
    width: 100%;
}
#bg-img-3 {
    background: url(../img/Fava_Tonka_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 100vh;
    width: 100vw;*/
    background-size: cover;
    height: 100%;
    width: 100%;
}
#bg-img-4 {
    background: url(../img/Fava_Tonka_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 100vh;
    width: 100vw;*/
    background-size: cover;
    height: 100%;
    width: 100%;
}
#bg-img-5 {
    background: url(../img/Fava_Tonka_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 100vh;
    width: 100vw;*/
    background-size: cover;
    height: 100%;
    width: 100%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function:linear;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
@media not all, (-webkit-transform-3d) {
	.carousel-inner>.item {
	    -webkit-transition: -webkit-transform .5s linear;
	    -o-transition: -o-transform .5s linear;
	    transition: transform .5s linear;
	}
}


.layer{
	background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#logo img{
	max-width: 100%;
}


/************************** RESPONSIVE *********************************/


#carouselFT{
	position: absolute;
	min-height: 750px;
}
.navbar-fixed-bottom, .navbar-fixed-top{
	position: relative;
}
html, body, #carouselFT, .carousel-inner, .carousel-inner .item{
	height: 100%;
}

.container-fluid{
	padding-left: 30px;
	padding-right: 30px;
}
#fir-row{
	top: 0;
	margin-bottom: 30px;
}
#sec-row{
	bottom: 20;
}
.mb .col-xs-12{
	margin-bottom: 8px;
}
.mb .col-xs-12 .hidden-sm{
	margin-top: 8px;
}
h1{
    font-size: 34px;
    line-height: 36px;
    margin-top: 30px;
}
h2{
	font-size: 13px;
	line-height: 16px;
}
h3{
	font-size: 9px;
   	line-height: 16px;
	padding-right: 5px;
}
#logo img {
    width: 100px;
}
@media (min-width: 400px) {
	#fir-row{
		top: 0px;
	}
	#sec-row{
		bottom: 0px;
	}
	h1{
	    font-size: 40px;
	    line-height: 50px;
	}
	h2{
		font-size: 16px;
		line-height: 18px;
	}
	h3{
		font-size: 11px;
	   	line-height: 18px;
	}
	#logo img{
		width: 170px;
	}
    .norte2020 {
        border: blue 0px solid;
        width: 300px;
        margin-top: 80px;
    }
}

/*************************************************************************/
@media (min-width: 768px) {
	#carouselFT{
		position: relative;
		height: 100vh;
		min-height: 0;
	}
	.navbar-fixed-bottom, .navbar-fixed-top{
		position: fixed;
	}

	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
	#fir-row{
		top: 30px;
		margin-bottom: 0;
	}
	#sec-row{
		bottom: 100px;
	}
	.mb{
		margin-bottom: 12px;
	}
	.mb .col-xs-12{
		margin-bottom: 0;
	}
	h1{
	    font-size: 46px;
    	line-height: 56px;
    	margin-top: 20px;
	}
	h2{
		font-size: 13px;
		line-height: 18px;
	}
	h3{
		font-size: 10px;
    	line-height: 18px;
	}
    .norte2020 {
        border: blue 0px solid;
        width: 300px;
        margin-top: 80px;
    }
}

/****************************************************************************/
@media (min-width: 992px) {
	#fir-row{
		top: 50px;
	}
	#sec-row{
		bottom: 120px;
	}
	h1{
		font-size: 56px;
    	line-height: 66px;
	}
	h2{
		font-size: 18px;
		line-height: 20px;
	}
	h3{
		font-size: 12px;
    	line-height: 20px;
	}
    .norte2020 {
        border: blue 0px solid;
        width: 400px;
        margin-top: 80px;
    }
}
@media (min-width: 1200px) {
	h1{
		font-size: 64px;
		line-height: 76px;
	}
	h2{
		font-size: 20px;
		line-height: 22px;
	}
	h3{
		font-size: 15px;
		line-height: 22px;
	}
    .norte2020 {
        border: blue 0px solid;
        width: 300px;
        margin-top: 80px;
    }
}
