html{
    scroll-behavior: smooth;
}

.index{
    margin: 0;
    padding: 0;
    background: url(../img/bg.png);
    background-color: #2D3E50 !important;
    background-repeat: no-repeat;
    font-family: Arial;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

.workshops{
    margin: 0;
    padding: 0;
    background-color: #2D3E50 !important;
    background-repeat: no-repeat;
    font-family: Arial;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}


body{
    margin: 0;
    padding: 0;
    background-color: #2D3E50 !important;
    background-repeat: no-repeat;
    font-family: Arial;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}


.page_break{
    position: relative;
    top: 436px;
    overflow: hidden;
    text-align: center;
    color: white;
}

.page_break > span{
    position: relative;
    display: inline-block;
}

.page_break img{
    position: relative;
    top: 4px;
    width: 40px;
}

.page_break > span:before, .page_break > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 800px;
    margin: 0 20px;
}

.page_break > span:before{
    right: 100%;
}

.page_break > span:after{
    left: 100%;
}

.navteste{
    margin: 0 !important;
    padding: 0 !important;
    height: 160px;
    background-color: rgba(25, 34, 43, 0.3);
}

.nav-link{
    color: white !important;
}

.active{
    color: #D63840 !important;
}

.navtestee{
    margin-left: 200px;
    margin-top: -10px;
}


.nav-link:hover{
    color: #D63840 !important;
    transition: ease-in 0.2s;
}

.navtestee ul{
    margin-right: 200px;
    font-size: 26px;
}
.navteste a img{
    width: 217px;
    height: 120px;
}

.nav-item{
    padding-right: 10px;
}

.dropdown-menu{
    background-color: #2D3E50 !important;
}
.dropdown-item{
    color: white !important;
}


.dropdown-item:hover{
    background-color: #D63840 !important;
    color: white !important;
}

  
.home{
    height: 567px;
    width: 949px;
    background-color: rgba(22, 19, 19, 0.6);
    position: relative;
    left: 486px;
    top: 230px;
    border-radius: 50px;
}

.logo_home img{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 517px;
    left: 420px;
}

.logo_homee img{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 1200px;
    left: 420px;
}

.conteudo{
    text-align: center;
    position: relative;
    opacity: 1;
    margin: 0;
    padding: 0;
    top:100px;
}

.conteudo h1{
    font-size: 70px;
    color: white;
    border-bottom: 4px solid #D63840;
    display: inline-block;
}

.conteudo p{
    color: white;
    width: 900px;
    font-size: 25px;
    margin-left: 30px;

}

.mini-footer {
    background:#192027;
    text-align:center;
    padding:32px 0;
    position: fixed;
    height: 70px;
    bottom: 0;
    width: 100%;
}
.mini-footer p {
    margin:0;
    line-height:10px;
    font-size:15px;
    color:#999
}
.mini-footer p a {
    color:#5867dd
}
.mini-footer p a:hover {
    color:#34bfa3
}



/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    .navteste{
        height: 300px;
    }

    .navteste a img{
        height: 217px;
        height: 120px;
    }
    
    .home{
        height: 567px;
        width: 670px;
        background-color: rgba(22, 19, 19, 0.6);
        position: relative;
        left: 50px;
        top: 340px;
        border-radius: 10px;
    }

    .logo_home img{
        height: 80px;
        width: 80px;
        position: absolute;
        top: 527px;
        left: 300px;
    }
    
    .conteudo{
        text-align: center;
        position: relative;
        opacity: 1;
        margin: 0;
        padding: 0;
        top: 100px;
    }

    .conteudo h1{
        font-size: 40px;
        color: white;
        border-bottom: 4px solid #D63840;
        display: inline-block;
        position: relative;
        bottom: 20px
    }

    .conteudo p{
        color: white;
        width: 600px;
        font-size: 30px;
        position: relative;
        left: 20px;
        top: 55px;
        bottom: 30px;

    }

    .container img{
        height: 100px;
        width: 180px;
        margin-left: -150px;
    }
    

}


/* Tabled Portrait */
@media screen and (max-width: 420px) {
    .navteste{
        height: 400px;
    }
    .navteste a img{
        height: 100px;
        width: 170px;
        margin-left: 10px;
    }
    
    
    .home{
        height: 400px;
        width: 300px;
        background-color: rgba(22, 19, 19, 0.6);
        position: relative;
        left: 50px;
        top: 400px;
        border-radius: 10px;
    }

    .logo_home img{
        height: 60px;
        width: 60px;
        position: absolute;
        top: 370px;
        left: 120px;
    }
    
    .conteudo{
        text-align: center;
        position: relative;
        opacity: 1;
        margin: 0;
        padding: 0;
        top: 100px;
    }

    .conteudo h1{
        font-size: 25px;
        color: white;
        border-bottom: 4px solid #D63840;
        display: inline-block;
        position: relative;
        bottom: 40px
    }

    .conteudo p{
        color: white;
        width: 200px;
        font-size: 15px;
        position: relative;
        left: 20px;
        top: 15px;
        bottom: 30px;

    }

    .container img{
        height: 60px;
        width: 140px;
        margin-left: -150px;
    }
}



/* Office MOS */

.MOS-image {
    position: relative;
    top: 250px;
    right: 345px;
    max-width: 160px;
}

.MOS-text {
    text-align: center;
    position: relative;
    top: 300px;
    left: 650px ;
    width: 600px;
    color: white;
}

.MOS-rect1 {
    fill: #EB3C00;
    position: relative;
    top: 540px;
    left: 630px;
}

.MOS-rect2 {
    fill: #EB3C00;
    position: relative;
    top: 540px;
    left: 321px;
}

.MOS-rect3 {
    fill: #EB3C00;
    position: relative;
    top: 790px;
    left: 569px;
}

.MOS-rect4 {
    fill: #EB3C00;
    position: relative;
    top: 690px;
    left: 360px;
}

/* LinkedIn */

.LinkedIn-image {
    position: relative;
    top: 750px;
    right: 415px;
    max-width: 300px;
}

.LinkedIn-text {
    text-align: center;
    position: relative;
    top: 800px;
    left: 650px ;
    width: 600px;
    color: white;
}

.LinkedIn-rect1 {
    fill: #0274B3 ;
    position: relative;
    top: 990px;
    left: 630px;
}

.LinkedIn-rect2 {
    fill: #0274B3 ;
    position: relative;
    top: 990px;
    left: 321px;
}

.LinkedIn-rect3 {
    fill: #0274B3 ;
    position: relative;
    top: 1150px;
    left: 569px;
}

.LinkedIn-rect4 {
    fill: #0274B3 ;
    position: relative;
    top: 1050px;
    left: 360px;
}


.Mine-image {
    position: relative;
    top: 1300px;
    right: 400px;
    max-width: 500px;
}

.Mine-text {
    text-align: center;
    position: relative;
    top: 1292px;
    left: 650px ;
    width: 600px;
    color: white;
}
.Mine-rect1 {
    fill: #5C8A4F;
    position: relative;
    top: 1570px;
    left: 630px;
}

.Mine-rect2 {
    fill: #5C8A4F;
    position: relative;
    top: 1570px;
    left: 321px;
}

.Mine-rect3 {
    fill: #5C8A4F;
    position: relative;
    top: 1810px;
    left: 559px;
}

.Mine-rect4 {
    fill: #5C8A4F;
    position: relative;
    top: 1710px;
    left: 350px;
}

.SQL-image {
    position: relative;
    top: 1800px;
    right: 650px;
    max-width: 120px;
}

.VS-image {
    position: relative;
    top: 1800px;
    right: 430px;
    max-width: 80px;
}

.MBIT-image {
    position: relative;
    top: 1800px;
    right: 230px;
    max-width: 120px;
}

.Programacao-text {
    text-align: center;
    position: relative;
    top: 1950px;
    left: 650px ;
    width: 600px;
    color: white;
}
.Programacao-rect1 {
    fill: #D63840;
    position: relative;
    top: 2120px;
    left: 630px;
}

.Programacao-rect2 {
    fill: #D63840 ;
    position: relative;
    top: 2120px;
    left: 321px;
}

.Programacao-rect3 {
    fill: #D63840 ;
    position: relative;
    top: 2350px;
    left: 569px;
}

.Programacao-rect4 {
    fill: #D63840 ;
    position: relative;
    top: 2250px;
    left: 360px;
}



.card-deck {
    margin: 0 10px;
    justify-content: space-between;
  }
  
  .card-deck .card {
    margin: 0 0 1rem;
  }

  .card-body{
      padding-left: 10px !important;
      padding-right: 10px !important;
      text-align: center;
  }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .card-deck .card {
      -ms-flex: 0 0 48.7%;
      flex: 0 0 48.7%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .card-deck .card {
      -ms-flex: 0 0 32%;
      flex: 0 0 32%;
    }
  }
  
  @media (min-width: 992px)
  {
    .card-deck .card {
      -ms-flex: 0 0 24%;
      flex: 0 0 24%;
    }
  }
  
