@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

.masthead {
  padding: 3rem 0 7rem;
  position: relative;
  background-color: #dd3d31;
  background-image: url(https://startbootstrap.com/assets/img/overlay.svg), linear-gradient(45deg, #20BF55 0%, #01BAEF 100%);
  background-size: cover;
  z-index: 0
}

.masthead svg.wave {
  position: absolute;
  bottom: -1px;
  left: 0
}
.masthead h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  z-index: 1
}

.masthead h2 {
  color: rgba(255, 255, 255, .6);
  font-weight: 600;
  z-index: 1;
  font-size: 1.5rem
}

.masthead a {
  color: rgba(255, 255, 255, .8);
  text-decoration: underline;
  z-index: 1
}

.masthead a:hover {
  color: #fff
}

.masthead a:active {
  text-decoration: none
}

@media(min-width:992px) {
  .masthead h1 {
      font-size: 3rem
  }
  .masthead h2 {
      font-size: 1.5rem
  }
}

.masthead .masthead-cards {
  position: relative;
  z-index: 1
}

.masthead .masthead-cards .shape {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, .3);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.masthead .masthead-cards .card {
  opacity: 1;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .05rem;
  color: #212529;
  transition: .15s all
}

.masthead .masthead-cards .card:hover {
  margin-top: -.25rem;
  margin-bottom: .25rem
}

.masthead .masthead-cards .card:active {
  margin-top: inherit;
  margin-bottom: inherit
}

.masthead .masthead-cards .card.border-bottom-blue:hover {
  color: #2092ed
}

.masthead .masthead-cards .card.border-bottom-green:hover {
  color: #28a745
}

.masthead .masthead-cards .card.border-bottom-red:hover {
  color: #dd3d31
}

.masthead .masthead-cards .card.border-bottom-yellow:hover {
  color: #ffc107
}

.masthead-page {
  padding: 1rem 0 4rem
}

@media(min-width:992px) {
  .masthead-page h1 {
      font-size: 2.5rem
  }
}

.border-bottom-yellow {
  border-color: #ffc107!important;
}

.border-bottom-red {
  border-color: #dd3d31!important;
}

.border-bottom-blue {
  border-color: #2092ed!important;
}

.border-bottom-green {
  border-color: #28a745!important;
}

.border-bottom-blue, .border-bottom-green, .border-bottom-red, .border-bottom-yellow {
  border-bottom: .4rem solid!important;
}
.shadow-lg {
  box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05)!important;
}
.border-0 {
  border: 0!important;
}

.ulEnsino ul:first-child  li:before { content:"\2713\0020"; }
.ulEnsino ul { list-style-type: none; }

.highlight {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    margin: 50px;
    text-align: center;
    font-family: 'Raleway' sans-serif;
    font-size: large;
  }

.topo{
    background-color:#222831;
    position: relative;
    padding: 0;
    height: 100px;
}
.topo img{
    position: absolute;
    float: left;
    max-width: 20%;
    top: 0;
    left: 30px;

}
.fundo{
    background-image: url("../image/fundo.png");
    background-repeat: no-repeat;
    background-size:cover;
    padding: 0;
}
.fonteCol{
    color: white;
    font-family: 'Oswald', sans-serif;
    padding: 15px;
}

.coluna{
    float: left;
    width: 14.28%;
}
.coluna img {
    width: 100%;
    height: auto;
  }
.thimage .row::after{
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width:500px){
    .coluna{
        display: none;
    }
}
.logo{
    text-align: center;
    justify-content: center;
}
.logo img{
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    justify-content: center;
}
.eventText{
    font-family: 'Maven Pro', sans-serif;
    text-decoration: none;
    text-align: justify;
    text-justify: inter-word;
    position: relative;
    padding: 30px;
    font-size: 20px;
}

.eventPauta{
    font-family: 'Raleway' sans-serif;
    text-decoration: none;
    text-align: justify;
    text-justify: inter-word;
    position: relative;
    padding: 0  0 0 30px;
    font-size: 16px;
}
.titlePauta{
    font-family: 'Raleway' sans-serif;
    text-decoration: none;
    text-align: justify;
    text-justify: inter-word;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: bold;
}

.logo-event{
    max-width: 200%;
   height: auto;
}

.inconDetails{
    margin-left: 2%;
    float: left;
    height: 30px;
    width: 30px;
}
.left{
    float: left;
    width: 45px;
}
.right{
float: left;
font-family: 'Maven Pro', sans-serif;
text-decoration: none;
text-align: justify;
}
.right p{
    margin: 0;
}

.titulo{
    display: flex;
    padding: 12px;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
    text-decoration: none;
    text-align: justify;
    text-justify: inter-word;
}
.blink_me{
    animation: blinker 1s linear infinite;
    color: blue;
}
@keyframes blinker{
    50%{
        opacity: 0;
    }
}



.tabConteiner{
    margin: 0;
    padding: 20px;
}
.tMC{
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Raleway' sans-serif;
    text-decoration: none;
    font-size: 18px;
}
.tMCC{
    padding-top: 0;
    margin-left: 100px;
    font-family: 'Raleway' sans-serif;
    text-decoration: none;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
}
.textoPalestrante{
    padding-top: 0;
    font-family: 'Raleway' sans-serif;
    text-decoration: none;
    font-size: 20px;
    text-align: justify;
    text-justify: inter-word;
    color: #025955;
    font-weight: bold;
}

.textoPalestra{
    padding-top: 0;
    font-family: 'Open Sans' sans-serif;
    text-decoration: none;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    color:#19A340;

}

.colPalestra{
    align-items: center;
    justify-content: center;
}



.footer-dark{
    padding: 30px 0;
    color: white;
    background-color: #222831;
}
.footer-dark h5{
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
}
@media (max-width:767px){
 .footer-dark .item:not(.social){
     text-align: center;
     padding-bottom: 36px;
 }
}
.footer-dark .item {
    margin-bottom: 36px;
}
  
  
  .footer-dark .item.social {
    text-align:center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:5px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }
  
  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }
  .imgfooter{
    width: 10%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    justify-content: center;
    padding: 10px;
  }
  .espaco{
      padding-bottom: 50px;
  }
  .nav-item a{
      background-color: #0a043c;
      border: 2px;
      border-radius:0px !important;
      color: white;
      display: block;
      padding: 15px 32px;
     font-size: 16px;     
  }
  .nav-pills .nav-item .active{
      background-color:#d54062;

  }
  
  .butao{
      cursor: pointer;
      text-align: center;  
      background-color: #00303A;
      width: 400px;
      height: auto;
      border-radius: 30px;
      font-size: 1.6rem;
      font-weight: 500px;
      color: white;
      padding: 20px;
      text-decoration: none;
      }
.butao:hover{
    background-color: #19A340;
    color: black;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
  }
  
/* Estilo para cabeçalho das seções */

  .section-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #00303A;
    bottom: 0;
    left: calc(50% - 25px);
  }
  
  .section-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
  }

  .button-60 {
    align-items: center;
    background-color: #fff;
    border: 2px solid #00303a;
    box-sizing: border-box;
    color: #00303A;
    cursor: pointer;
    display: inline-flex;
    fill:#00303A;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 17px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-60:focus {
    color: #171e29;
    text-decoration: none;
  }
  
  .button-60:hover {
    border-color: #06f;
    color: #06f;
    fill: #06f;
    text-decoration: none;
  }
  
  .button-60:active {
    border-color: #06f;
    color: #06f;
    fill: #06f;
    text-decoration: none;
  }
  
  @media (min-width: 768px) {
    .button-60 {
      min-width: 170px;
    }
  }