body, html {
    margin: 0px;
    padding: 0px;
    background-repeat:  repeat;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-weight: bold;
    font-size: 42px;
    color: #7e0707;
    font-weight: 800;
}

h3 {
    font-weight: bold;
    font-size: 32px;
    color: #434343;
}

h4 {
    font-weight: 400px;
    font-size: 18px;
    color: #FFF;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700,700i,900,900i');

input[type=text], input[type=email] {
  width: 100%;
  padding: 10px;
  margin: 8px 0px 8px 0px;
  background-color: #e8e8e8;
  border: 0px;
}

input[type=submit] {
  width: 25%;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background-color: #7e0707;
  border: 0px;
  color: #fff;
  font-size: 20px;
  font-style: italic;

}

.container-background {
    margin: 0px;
    padding: 0px;
    background:url(./images/banner.background.jpg);
    background-repeat:  repeat;
    background-attachment: fixed;
}


.regras {
    margin-top: 20px;
    text-align: center;
}

#currency-code{
    color: #000;
    font-size: 1.5em;
    font-weight: bold;

}

.title-blue {
    color: #3388FF;
    font-size: 1.5em;
    font-weight: bold;
}

.number {
    display: block;
    text-align: center;
    margin-top: 50px;
}

form {
    margin-top: 25px;
}

.images-top {
    z-index: 100;
}

.container-fluid {
    margin: 0px;
    padding: 0px;

}

.titulo {
    font-size: 32px;
    color: #FFF;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
}


.title {
    text-align: center;
    padding: 30px;
    font-size: 32px;
    font-weight: bold;
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
}
    
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.logo-fsl {
    margin: 20px; 
    
}

.product-card{
    border:3px solid #FFF;
}


.product-card{
    width:250px;
    height:auto;
    margin:10px;
    
}

.products-title{
    margin-top:30px;
    margin-bottom: 30px;
    text-align: center;
    width:100%;
}

.white-block{
    background-color: #FFF;
    padding-top:20px;
    padding-bottom:20px;
    width:100%;
}

.white-block .title{
    color: #000;
    width:100%;
}

.transparent-block{
    padding:20px;
    width:100%;
}

.transparent-block .title{
    padding-top:20px;
    padding-bottom:5px;
    color: #FFF;
    width:100%;
}

.medium-white {
    color: #FFF;
    font-size: x-large;
    display: block;
}

.medium-black {
    color: #000;
    font-size: x-large;
    display: block;
}

.icontext-card{
    padding-top: 40px;
    width: 350px;
    height:auto;
    margin:auto;   
}

.recomendation{
    border:solid 5px #ea5200;
    width: 270px;
    padding: 20px 20px 20px 50px;
    margin: auto;
}

.recomendation span{
    color:#333;
    font-size: small;
    display: block;
}

.recomendation span.location{
    padding-top:20px;
    color:#333;
    font-size: x-small;
    display: block;
}

.orange-text {
    color: #ea5200;
}

.aviso-seguranca {
    text-align: center;
    padding: 20px;
}

.btn-cadastro {
	background-color:#7e0707;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	display:inline-block;
    cursor:pointer;
    font-size: 22px;
	color:#FFF;
	font-family:Arial;
	font-weight:bold;
    padding:10px 31px;
    margin-bottom: 20px;
	text-decoration:none;
}
.btn-cadastro:hover {
    color:#FFF;
	text-decoration:none;
	background-color:#950e0e
}
.btn-cadastro:active {
	position:relative;
	top:1px;
}

.btn-download {
    background-color:#fff;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    border-radius:50px;
    display:inline-block;
    cursor:pointer;
    font-size: 22px;
    color:#7e0707;
    font-family:Arial;
    font-weight:bold;
    padding:10px 31px;
    margin-bottom: 20px;
    text-decoration:none;
}

.btn-download:hover {
    text-decoration:none;
    color:#7e0707;
    background-color:#fff;
}

.btn-download:active {
    text-decoration:none;
    position:relative;
    top:1px;
}

.btn-login {
	background-color:#ea5200;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
    font-weight:bold;
    font-size: 22px;
	padding:10px 31px;
	text-decoration:none;

}
.btn-login:hover {
    color:#FFF;
	text-decoration:none;
	background-color:#ea5200;;
}
.btn-login:active {
    color:#FFF;
	text-decoration:none;
    position:relative;
	top:1px;
}

.descricao-block {
    padding:50px;


}

.calltoaction-block {
    width:600px;
    padding:20px;
    margin-top:25px;
    margin-right: 40px;

}

.videocomofunciona {
    width:600px;
    padding:20px;

}

.calltoaction-text {
    color:#FFF;
    font-size: 22px;

}

.calltoaction-text2 {
     color:#FFF;
     font-size: 21px;
     margin-bottom: 30px;
     display: block;
}

.footer-text {
    padding-top: 60px; padding-bottom: 50px; padding-left: 55px
}

.bg-topo {
        background-image: url(./images/banner-background.png);
        min-height: 300px;
        text-align: right;
        position: relative;
        background-repeat: no-repeat;
    }

.chamada {
    display: block;
    color: #fff;
    padding: 30px;
    padding-left: 170px;
    margin-left: 200px;


}

.card .lotNumber {    
    color: #950505;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 800;
    width: 100%;
    text-align: center;
    display: block;   
}

.card .register {  
    padding-left:10px;  
    color: #3A3A3A;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.card-button-area {
    padding-left:70px;
    height:50px;
}

.btn-oferta, .btn-oferta:hover {
    text-align: center;
    width:200px;
    display:block;
    background-color: #950505;
    border-radius: 20px;
    color:#FFF;
    padding: 6px;
    margin-top:10px;
}

.footer-block {
    width: 350px;
    height: auto;
    margin: auto;
   
}

.footer-block span{
    display: block;
    padding: 10px;
}

.footer-block .fone-icon{
    display: block;
    line-height: 50px;
    background: url(./images/icon-contato.png);
    background-repeat: no-repeat;
    padding-left: 73px;
    text-align: left;
    background-position: 10px 10px;
}

.footer-block .email-icon{
    display: block;
    line-height: 50px;
    background: url(./images/icon-email.png);
    background-repeat: no-repeat;
    padding-left: 73px;
    text-align: left;
    background-position: 10px 10px;
}


.como-funciona-desk {
    display: block;
}

.como-funciona-mobi {
    display: none;
}

.title-head {
    font-size: 70px;
}

.subtitle-head {
    font-size: 16px;
}

.title-tec {
    padding-top: 25px;
}


/* Small Devices */
@media (min-width: 250px) and (max-width: 767px)
{ 

.descricao-block {
    padding:30px;

}

.title-tec {
    padding: 50px;
}


.calltoaction-text {
    color:#FFF;
    font-size: 22px;
    text-align: center;
}

    .container-fluid {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

.title-head {
    font-size: 60px;
}

.subtitle-head {
    font-size: 20px;
}

.arrow {
    display: none;
}


.bg-topo {
        background-image: url(./images/banner-background_mobi.jpg);
        text-align: center;
        position: relative;
        min-height: 507px;
        background-repeat: no-repeat;
    }

.chamada {
    display: block;

    color: #fff;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    font-size: 25px;


    padding: 0px;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 0px;

}

    .container-fluid footer {
        width: 60%;
        margin: 0px;
        padding: 0px;
    }

    
    .calltoaction-block {
        width:100%;
        padding: 20px;
        margin-top: 0px;
    }

    .videocomofunciona {
        width:100%;
        padding: 20px;
        margin-top: 0px;
    }


    h2 {
        font-weight: bold;
        color: #7e0707;

    }

    h3 {
        font-weight: bold;
        color: #464646;
        font-size: 25px;


    }

    .btn-cadastro {
        font-size:small;
    }

    .btn-login {
        font-size:medium;
    }

    .recomendation {
        margin-top:20px;
    }

    .footer-text {
        padding-top: 30px; padding-bottom: 50px; padding-left: 20px
    }

    
    .como-funciona-desk {
        display: none;
    }

    .como-funciona-mobi {
        display: block;
    }
}

/* Medium Sized Devices */
@media (min-width: 768px) and (max-width: 1199px) { 

.descricao-block {
    padding:30px;
    margin-top:25px;

}

.calltoaction-text {
    color:#FFF;
    font-size: 22px;
    text-align: center;
}



.chamada {
    padding: 0;
    margin-left: 65px;
    margin-top: 25px;
    font-size: 25px;
}

.bg-topo {
        background-image: url(./images/banner-background_mobi2.jpg);
        position: relative;
        background-repeat: no-repeat;
    }


}

/* Notebook  Devices */
@media (min-width: 1200px) and (max-width: 1800px) { 

    .calltoaction-text {
        color:#FFF;
        font-size: 22px;
        text-align: center;
    }

    .chamada {
        display: block;
        padding-bottom: 20px;
        padding: 0px;
        padding-top: 30px;
        
    }

    .bg-topo {
            background-image: url(./images/banner-background_1200.jpg);
            position: relative;
            background-repeat: no-repeat;
    }

    
}

/* youtube Frame */ 
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}