 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
        body {
            padding-top: 5rem;
            font-family: 'Roboto Slab', serif;
            color:#58564b;
        }

section{padding:30px 0;}
         div#navbarResponsive.navbar-collapse.collapse.show ul{margin-top:20px;}
          
        .navbar{min-height: 100px; box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1);}
        .navbar-collapse a{color:#58564b; font-size:18px;margin-left:72px;}
        .navbar-collapse a:hover{color:#ffc60d;}
        .navbar-collapse a:active{color:#ffc60d;}
        .navbar-toggler-icon {
              background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(234,184,24, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
           }
          
          #home{
              background-image: url("img/first_image.jpg");
              background-repeat: no-repeat;
              background-position: top;
          }
          .degrade_amarelo{
              background: linear-gradient(to right, rgb(255,200,13), rgb(255,200,13), rgb(255,200,13), rgba(255,200,13,1));
              padding: 30px;
              width="100%"
              margin-bottom: 0;
          }
          .first_title{
            margin: 15px 0 0;
}   
            .time_title{
            margin: }
          .top30{
              margin-top:30px;
          }
          .top60{margin:60px 0 0 0;}
          .title_iv{
            font-size: 1.600em;
        }
        .text_iv{
            font-size: 1.063em;
        }
          
          
        #time {
        background-image: none;
              background-repeat: no-repeat;
              background-position: 50% 60%;
}

        footer {background: #58564b;padding:50px 0;}
        .title_footer_iv {
            font-size: 2.500em;
            color:#eab818;
            
        }
        .text_footer_iv{margin:35px 0 0;font-size:19px; color:#fff;}
        .yellowbar{background:#eab818;height: 30px;}
          
        .social_networks{margin:10px 0 0;}
        .social_networks li{
            display: inline;
            margin-left: 10px;
           
        }

input[type="text"],
select.form-control { margin-top:20px;min-height: 50px;}
.form-control::-webkit-input-placeholder { color: #c0bfbf; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #c0bfbf; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #c0bfbf; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #c0bfbf; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #c0bfbf; }  /* Microsoft Edge */


@media (min-width: 576px) {
    .title_iv{
            font-size: 2.500em;
        }
    
    
    #home{
              background-image: url("img/first_image.jpg");
              background-repeat: no-repeat;
              background-position: top;
          }
    
       
        #time {
        background-image: url("img/image_team.jpg");
              background-repeat: no-repeat;
              background-position: 50% 60%;
}
    
    .degrade_amarelo{
              background: linear-gradient(to right, rgb(255,200,13), rgb(255,200,13), rgb(255,200,13), rgba(255,255,255,0));
              padding: 30px;
              width="100%"
              margin-bottom: 0;
          }
    
    .first_title{
            margin: 39% 0 0 -7.7%;
}   
            .time_title{
            margin: -1% 0 0 -7.7%;}
}


