body{
    font-family: 'Noto Sans', sans-serif;
}

div#navbar div.container div.row div.col-md-12 {
    padding-bottom: 16px;
}

div.jumbotron-fluid.bg-dark.text-center.text-white {
    padding-top: 32px;
    padding-bottom: 32px;
}

div.jumbotron-fluid.bg-dark.text-center.text-white h1 {
    padding-top: 64px;
}

div.jumbotron-fluid.bg-dark.text-center.text-white img {
    padding-right: 8px;
}

main div.container {
    padding-top: 100px;
    padding-bottom: 100px;
}

ol.breadcrumb{
    border-bottom: 3px solid #002d9e;
}

main div.container div.row div.col-md-6 {
    padding-top: 8px;
}

main div.container div.row div.col-md-6 h3 {
    padding-top: 10%;
}

main div.container div.row div.col-md-6 hr {
    background-color: #05ad73;
    height: 5px;
    width: 90%;
}

main div#info div.container div.row div.col-md-12 hr {
    background-color: white;
    height: 3px;
}

main div#info div.container div.row div.col-md-4 {
    padding-top: 8px;
}

main div#info div.container div.row h4 {
    color: #05ad73;
}

main #service-bar {
    background-color: #002d9e;
    margin: 0 auto;
    width: 300px;
    height: 3px;
}

main #blog-text #thumb-image{
    display: none;
}

main #blog-text h1{
    color:#002d9e;
}

main div#depoimentos div.container div.row h3 {
    color: #002d9e;
}

main div#depoimentos div.container div.row div.col-md-6.col-lg-4 {
    padding-top: 8px;
}

main div#info-second div.container div.row div.col-md-12 h3 {
    line-height: 2rem;
}

main #blog-text h1, h2{
    font-weight: 700;
}

footer.bg-light div.container div.row div.col-md-4 {
    padding-top: 16px;
}

footer div.container div.row div.col-md-4 h4 {
    color: #002d9e;
}

footer div.container div.row div.col-md-4 h6 {
    color: #002d9e;
}

footer div.container div.row div.col-md-4 hr {
    background-color: white;
}

footer div.container {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#dev {
    padding-top: 48px;
    padding-bottom: 48px;
}

p#text-blog {
    font-size: 1.25rem;
}

#modal {
    display: none;
    /* O modal inicialmente nÃ£o Ã© exibido */
    position: fixed;
    /* O modal fica fixo no rodapÃ© do centro da pÃ¡gina */
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 150px;
    background-color: #000;
    opacity: 1;
    /* Cor preta e opacidade 50% */
    z-index: 3;
    font-size: 0.8rem;
 }
 
 #modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 16px;
 }

 @media screen and (max-width: 600px) {

    #call-h1{
        font-size: 1.25rem;
        padding-left: 8px;
        padding-right: 8px;
    }

    h1#blog-title{
        font-size: 1.5rem;
    }

    main #blog-text h1{
        font-size: 1.5rem;
    }

    main #blog-text #image-header{
        display: none;
    }

    main #blog-text #thumb-image{
        display: block;
        margin-bottom: 16px;
        margin-top: 16px;
    }

    main #blog-text h2{
        font-size: 1.25rem;
    }

    main #blog-text p{
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #modal {
       bottom: 0px;
       display: none;
       /* Hidden by default */
       position: fixed;
       /* Stay in place */
       z-index: 2;
       /* Sit on top */
       left: 50%;
       width: 100%;
       /* Full width */
       height: 100%;
       /* Full height */
       overflow: auto;
       /* Enable scroll if needed */
       background-color: rgb(0, 0, 0);
       /* Fallback color */
       background-color: rgba(0, 0, 0, 0.5);
       /* Black w/ opacity */
       margin-bottom: 0px;
    }
 
    /* Modal Content */
    #modal-content {
       background-color: #1E1E1E;
       margin:  auto;
       /* 15% from the top and centered */
       padding: 20px;
       width: 80%;
       /* Could be more or less, depending on screen size */
    }

    h1#title{
        font-size: 1.2rem;
    }

 
 }