* {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a {font-size: 14px !important;}
button{font-size: 14px !important;}

body {background-color: #EAEAEA; font-size: 16px !important;}
.border-top-navbar{border-top: 10px solid #fa3d02;}
.text-gray-navbar {color: #7f7f7e; font-weight: bold;}
.font-20 {font-size: 18px !important;}
.img-cellphone-hand {
    margin-top: -25px !important;
    z-index: 9 !important;
}

.max-width-1200 {
    max-width: 1200px !important;
}

#startup-des {
    font-size: 2.25rem !important;
}

#sistema-rastr {
    font-size: 1.188rem !important;
    color: #fff;
}

#seus-clientes {
    font-size: 1.813rem !important;
}

#simplicidade {
    font-size: 1.813rem !important;
}

#solicite-projeto {
    font-size: 2.563rem !important;
}

#quem-somos {
    font-size: 1.313rem;
}

#quem-somos-startup-des {
    font-size: 2.125rem;
}

#opcoes-texto {
    font-size: 1.063rem !important;
}

#title-box {
    font-size: 1rem;
}

#quem-faz {
    font-size: 1.625rem;
}

.bg-video {
    width: 100%;
    height: 500px !important;
    background-color: none;
}

.hover-button:hover {
    color: #FA3D02 !important;
    background-color: #fff;
}

.hover-button-inverse:hover {
    color: #FFF !important;
    background-color: #FA3D02 !important;
    border: 2px solid #fff;
}

.bg-blur {
    background-image: url(/images/bg-blur.jpeg?c073380324c8b81d8ee66dcf0211a179);
    background-color: none;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    height: auto !important;
}

.btn-how-to-work {
    background-color: #fa3d02;
    color: #FFF;
}

.btn-how-to-work:hover {
    color: #FFF;
}

.img-cellphone-alone {
    margin-top: -50px;
}

.line-height-default { line-height: 1.5rem !important;}

/* Cores */
.orange {color: #fa3d02 !important;}
.gray {color: #495057 !important;}

.text-color-default {
    color: #555;
}

/* Fundos */
.background-orange {background-color: #fa3d02;}


/* Padding */
.padding-68 {padding: 68px !important;}
.padding-left-68 {padding-left: 68px !important;}
.padding-y-27 {padding:27px 0;}

.background-using-cellphone h1 {
    margin-top: 30%;
}

.border-top-10 {
    border-top: 10px solid #fa3d02;
}

/* INPUT BACKGROUND-COLOR */
.input-gray {background-color: #ededed;}

#security {
    background: url(/images/bg-gradient-gray.png?70019eccab4183902913a74c711dabc3) !important;
    background-repeat: repeat-x !important;
    background-size: cover;
}

.footer {
    background-color: #B5B5B5;
}

/* Bordas */

.border-top-orange {border-top: 1px solid #fff;}
.border-bottom-orange {border-bottom: 1px solid #fff;}
.border-left-orange {border-left: 1px solid #fff;}
.border-2-white {border: 2px solid #fff;}
.border-2-orange {border: 2px solid #fa3d02;}

.border-bottom-orange {border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.border-right-orange {border-right: 1px solid rgba(255, 255, 255, 0.3); margin-right: 100px !important;}

.vertical-line {
    width: 1px;
    height: 185px !important;
    background-color: none;
    height: 10px;/*Altura da linha*/
}

.selo {
    margin-top: 96px !important;
    margin-left: 125px !important;
}

.size-youtube-video {
    width:560px;
    height: 315px;
}


@media (max-width: 1024px) {

    .img-cellphone-hand {
        display: none;
    }

    .vertical-line { display: none !important; }
}

@media (min-width: 992px) {
    .menu {
        height: 55px;
        position: fixed;
        top: 0;
        width: 100%;
        background: #FA3D02;
        color: #fff;
        z-index: 99;
        display: none;
    }
}

@media(max-width: 767.98px) {

    .resize {
        width: 100%;
        height: auto;
    }

    .size-youtube-video {
        width:100%;
        height: auto;
    }

    .background-using-cellphone {
        background: url(/images/using-cellphone.png?1ee78e1d1cc1ddf128427419d133aeb8);
        background-repeat: no-repeat;
        background-size: cover;
        height: 262px;
    }

    .background-using-cellphone h1 {
        margin-top: 15%;
    }

    .bg-video {
        width: 100%;
        height: 300px !important;
        background-color: none;
    }

    .scroll-x {
        overflow-x: scroll;
    }

    /* borders */

}

@media(max-width: 479.98px) {
    #startup-des {
        font-size: 1.83rem !important;
    }

    #quem-somos-startup-des {
        font-size: 2.1rem;
    }

    .text-address {
        text-align: center !important;
    }

    .padding-68 {padding: 44px !important;}
    .padding-left-68 {padding-left: 44px !important;}
    .padding-y-27 {padding:27px 0;}
    .btn-sm-full {
        width:100%;
    }
}

@media(max-width: 319.98px) {
    #startup-des {
        font-size: 1.58rem !important;
    }
}

@media(max-width: 320px) {
    #quem-somos-startup-des {
        font-size: 2rem;
    }
}
