/*
    Created on : 11/07/2017, 03:50:27 PM
    Author     : jssalgado
*/

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");

*{font-family: 'Roboto Condensed', sans-serif; font-weight: bold;}
a {border:none; text-decoration: none; color: #000;}

body{
    overflow-x: hidden;
}

.title{
    background:  #000 right top no-repeat;
    margin-top: -15px;
    width: 102%;
    margin-left: -10px;
}

.titleMain{
    margin-left: 10px;
}

p{
    color: #fff;
}

.colorBlack{
    color: #000;
    float: left;
    text-align: center;
    font-size: 2em;
}

.leftSecondTitle{
    float: left;
    width: 22%;
}

.logoSecondTitle{
    float: right;
}

.imgMain{
    z-index: -1;
    display: inline-block;
    text-align: center;
}

.bg{
    max-width: 100%;
    text-align: center;
}

.secondTitle{
    height: 80px;
    text-align: center;
    margin-top: -20px;
}

.buttons{
    text-align: center;
    z-index: 1000;
    margin-top: -25px;
}

.btn{
    background-color: #f7c752;
    border-radius: 10px;
}

.btn1{
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}

.btn2{
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.image-background{
    width: 100%;
}
