@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

html, body{
	height: 100%;
	background-color: #2f2f2f;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	max-width: 100%;
	overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: inherit;
    text-decoration: inherit;
}

p {
    font-size: 14px;
    margin-top: -8px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.container {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

@media (min-width:768px){
    .container{
        width:750px
    }
}
@media (min-width:992px){
    .container{
        width:970px
    }
}
@media (min-width:1200px){
    .container{
        width:1170px;
    }
}
.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

.opt-fd {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.box-fd {
    padding: 1.5em;
    background: rgb(26,61,106);
    background: linear-gradient(135deg, rgba(26,61,106,1) 0%, rgba(73,128,199,1) 100%);
    border-radius: 1em;
    margin-top: 1.5em;
}

.logo {
    max-width: 270px;
    margin-bottom: 1em;
}

@media (max-width: 992px) {
    .logo {
        max-width: 190px;
        margin-bottom: 1em;
    }
}

.mt-10 {
    margin-top: 6em;
}

.background-fd {
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
}

.first-btn {
    margin-bottom: 2em;
    margin-top: 1.3em;
}

.mt-1e {
    margin-top: 1em;
}

.mt-2e {
    margin-top: 2em;
}

.mt-3e {
    margin-top: 3em;
}

.mt-4e {
    margin-top: 4em;
}

.mb-10e {
    margin-bottom: 10em !important;
}

.text-bionicao {
    color: #1a3d6a !important;
}

.bold {
    font-weight: 800;
}

.route {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 500;
}

.atendimento-24h {
    font-size: 26px;
    letter-spacing: -1px;
}

.tododia {
    color: #1a3d6a;
    font-size: 22px;
    margin-top: -7px;
    font-weight: 500;
}

.box-bn {
    background: white;
    border: 4px solid #3969a6;
    padding: 1.5em;
    border-radius: 1em;
    margin-top: 1.5em;
    text-align: left !important;
}

.text-detail {
    font-size: 18px;
    margin-top: 15px;
}

.bg-g1 {
    background-color: #B0150B;
}

.box-g1 {
    padding: .5em;
    background-color: #B0150B;
    border-radius: .5em;
    margin-top: .5em;
}