@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}
.text-size-16{
    font-size: 16px;
    font-weight: bold;
}
.text-size-16-regular{
    font-size: 16px;
    font-weight: normal;
    color: #707070;
}
.text-size-20{
    font-size: 20px;
    font-weight: normal;
}
.text-size-20-bold{
    font-size: 20px;
    color: #006699;
    font-weight: bold;
}
.text-size-30-bold{
    font-size: 30px;
    font-weight: bold;
}
.text-size-24{
    font-size: 24px;
    font-weight: bold;
    color: #006699;
}
.text-size-26{
    font-size: 26px;
    font-weight: normal;
}
.text-size-50{
    font-size: 50px;
    font-weight: bold;
}
.text-size-48{
    font-size: 50px;
    font-weight: bold;
}
.text-size-18{
    font-size: 18px;
    font-weight: normal;
    color: #7E7E7E;
    font-family: 'Source Sans Pro', sans-serif;
}
.text-size-18-bold{
    font-size: 18px;
    font-weight: bold;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn{
    border-radius: 24px !important;
    padding: 5px 30px;
}



.img-logo {
    width: 225px;
}
.img-rota{
    background-image: url("../img/selo\ rota.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 225px;
    height: 53px;
}
#fundo {
    width: 100%;
    height: 750px;
    background: linear-gradient(to top, #003899, #1f9bd9);
}
.margens{
    margin-top: -100px;
}
.divisor{
    border: 1px solid #fff;
    width: 950px;
    height: 1px;
    opacity: 50%;
}
.img-banner {
    background-image: url("../img/02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 800px;
    height: 600px;
}
.btn-fale {
    border: 2px solid white;
    color: white
}
.btn-fale:hover {
    background-color: #002e72;
    color: white;
}
.btn-contrate {
    background-color: #0BC54F;
    color: white;
    margin-right: 10px
}
.btn-contrate:hover {
    background-color: #3a8000;
    color: white;
}
.card{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 324px;
    margin: 0 20px 30px;
    border: none;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.16);
}
#cartao{
    margin-top: -50px;
}

.card h5 {
    color: #006699;
    font-weight: bold;
    font-size: 20px;
}
p.btn{
    background-color: #30A4DE;
    color: white;
    cursor: default;
}
h3 {
    color: #006699;
}
p.text-size-18 strong {
    color: #006699;
}
.img-mapa{
    background-image: url("../img/tela.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 258px;
    border-radius: 10px;
    float: right;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.16);
}
.img-nota {
    background-image: url("../img/nota.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 170px;
    border-radius: 10px;
    transform: translate(40%, 65%) !important;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.16);
}
.btn-fale2 {
    border: 2px solid #006699;
    color: #006699;
}
.btn-fale2:hover {
    background-color: #006699;
    color: white;
}
#fundo.rodape {
    height: auto;
}
.input-telefone, .input-email {
    display: inline-block;
    width: 50%;
}

.form-control {
    border-radius: 100px;
}
.btn-contato {
    background-color: #1F9BD9;
    color: white;
}
.btn-contato:hover {
    background-color: #004466;
    color: white;
}
.border-bottom {
    border-bottom: 1px solid #dcdcdc;
}
.border-bottom .container {
    margin-bottom: 50px;
}
.alert {
    border-radius: 24px;
}


.scroller
{
    height:507px;
    border-radius: 20px;
    margin: 50px auto;
    background-size: cover;
    background-image:url(../img/relatorio-telemetria.jpg); /* size of that image is 250x600 */
}


@media screen and (max-width: 576px) {
    .margens {
        margin-top: 0px;
    }
    #fundo:first-child .row {
        height: 120px;
    }
    .btn-fale {
        margin-top: 10px;
    }
    .btn-fale2 {
        margin-top: 10px;
    }
    .input-telefone, .input-email {
        display: inline-block;
        width: 100%;
    }
    .text-size-48, .text-size-50 {
        font-size: 40px;
    }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
    .margens {
        margin-top: 0px;
    }
    #fundo:first-child .row {
        height: 180px;
    }
    #fundo {
        height: 650px;
    }
    .input-telefone, .input-email {
        display: inline-block;
        width: 100%;
    }
    #fundo.rodape.pt-5 .p-4{
        padding: 0px !important;
    }
    #botoes{
        display: flex;
        margin-bottom: 50px;
    }
    #botoes .btn{
        padding: .375rem .75rem;
    }
    #botoes .btn:first-child{
        margin-right: 10px;
    }
    .text-size-48, .text-size-50 {
        font-size: 40px;
    }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .margens {
        margin-top: 50px;
    }
    #fundo:first-child .row {
        height: 100px;
    }
    #fundo {
        height: 550px;
    }
    .btn-contrate {
        margin-right: 5px;
    }
    .input-email {
        margin-right: 15px;    
    }
    .text-size-48, .text-size-50 {
        font-size: 40px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    .img-banner {
        width: 600px;
        height: 400px;
    }
    .margens {
        margin-top: 50px;
    }
    #fundo:first-child .row {
        height: 100px;
    }
    #fundo {
        height: 700px;
    }
    .btn-contrate {
        margin-right: 5px;
    }
    .input-email {
        margin-right: 15px;    
    }
}
@media screen and (min-width: 993px) and (max-width: 1004px ) {
    .img-banner {
        width: 550px;
        height: 400px;
    }
    .margens {
        margin-top: 50px;
    }
    #fundo:first-child .row {
        height: 100px;
    }
    #fundo {
        height: 700px;
    }
    .btn-contrate {
        margin-right: 5px;
    }
    .input-email {
        margin-right: 15px;    
    }
}
@media screen and (min-width: 1200px) and (max-width: 1347px ) {
    .img-banner {
        width: 700px;
        height: 500px;
    }
    .margens {
        margin-top: 50px;
    }
    #fundo:first-child .row {
        height: 100px;
    }
    #fundo {
        height: 700px;
    }
    .btn-contrate {
        margin-right: 5px;
    }
    .input-email {
        margin-right: 15px;    
    }
}