/* div{border:solid 1px #000} */
/* BASE STYLES */
:root {
  --tris-yellow:#f39200;
  --tris-light-yellow:#f4db6b;
  --tris-blue: #645dc7;
  --tris-dark-blue: #011689;
  --tris-orange: #ff5e00;
  --tris-pink: #f8a3b4;
  --tris-grey: #747474;
  --tri-leaf: #163E35;
}
p {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.contacs-footer{
  line-height: 130%;
}
.contacs-footer h5{
  font-style: .9em;
}
.contacs-footer p{
  margin-top:-4px;
  font-size: .9em;
  font-weight: 500;
}
.link-tris {
  color: #f39200;
  text-decoration: none;
}
.link-tris:hover {
  color: #ffffff;
   text-decoration: underline;
}
.contacs-footer a{
  text-decoration: none;
  color:#000000;
}
.contacs-footer a:hover {
font-weight:700;
}
.example {
  border: 10px solid var(--tris-orange)
}
.marca-texto{
  color: var(--tris-orange);
}
body{
    background-color: #f5f5f5 !important
}

#top-line{
    border: solid 2px #dcdadc;
    border-radius: 25px 25px 0 0;
    height: 45px;
}
#top-line > div{
    padding-top: 6px;
    opacity: 80%;
    padding-right: 40px;
}
#bottom-line{
    padding-top: 25px;
    border: solid 2px #dcdadc;
    margin-top:-2px;
    border-radius: 0 0 25px 25px;
    height: 92%
}
#nav-topo > nav {
    background-color: transparent !important;
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.exo-700> {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .barratemas{
    background-color: #fff;
    padding: 30px 0 80px 0;
  }
  #pins{
    margin-top:-30px;
  }
  #pins > div{
    /* border:solid 1px #dcdadc; */
    text-align: center;
  }
  .pin-text{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 30px;
  }
  h1,h2,h3,h4,h5 {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
.btn {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight:700;
    font-style: normal;
  }
  .pre-title{
    font-weight: 500 !important;
  }
  .pin-box > img{
    width: 70%;
  }
  
  .hero-image {
    background-color: #5142b1; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  .hero-image-cursos {
    background-color: #5142b1; /* Used if the image is unavailable */
    height: 700px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  .hero-image-profs {
    background-color: #5142b1; /* Used if the image is unavailable */
    /*background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  .hero-image-blog {
    background-color: #5142b1; /* Used if the image is unavailable */
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding-right:0px;
    padding-left:0px;
    background-size: cover; /* Resize the background image to cover the entire container */
  }
  #hero-blog{
    color:#fff
  }
  #catalogo{
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .card-img-top{
    border: solid 10px #fff; 
    border-radius:1rem
  }
  .card > span {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .card{
    border:none !important
  } 
  .cta-cursos{
    padding-top: 20px;
  }
  .cta-cursos a{
    text-decoration: none;
    background-color: #f39200;
    color:#fff;
    padding: 8px 30px;
    border-radius: 3rem;
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .cta-cursos a:hover{
    background-color: #bd760c;
  }
  #bluehalf{
    background-color: #001689 !important;
    color:#ffffff;
  
  }
  .nopadd-sides{
    padding-right: 0px;
    padding-left: 0px;
  }
  .amarelo{
    color:#f4db6c;
  }
  .card-footer{
    background-color: #fff !important;
    border:none !important
  }

  .bgbranco{
    background-color: #ffffff !important;
  }
  .textbranco{
    color:#ffffff;
  }
  #welcome{
    display:flex;
    flex-direction:row;
    align-content: center;
    flex-wrap: wrap;
  }
.bt-tris{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    border: solid 1px #655Dc6;
    border-radius:1.5em
}

.vcenter{
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center
}
.hx-rounded{
  background-color:#fff;
  text-align:center;
  padding:5px 20px;
  border:solid 1px #000;
  border-radius:2rem
}
#our-team{
  padding-top:50px;
  padding-bottom: 50px;
}
.card-img-overlay{
  text-align:justify !important;
  top: auto !important;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  padding-left:30px;
  color:#fff;
  font-size:1.6em;
  line-height: 100%;
  text-shadow: #000 1px 0 10px;
}
.prof-img{
  width:90% !important
}

.bb{
  border:solid 1px #000
}
#goal-text{
  display:flex !important;
  flex-direction:row !important;
  align-content: center !important;
  flex-wrap: wrap !important;
}
#depoimentos{
  background-color: #5b54b2;
  min-height: 300px;
}

#footer h5{
  font-size: 1.1em;
}
#footer div{
  text-align: left;
}
#footer a {
  text-decoration: none;
  color:#000000;
  font-size:.8em
}

#footer ul {
  list-style: none;
  display: block;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  line-height: 120%;
  margin-bottom: 30px;
}
#footer a:hover {
  font-weight: 700;
}
#social-icons{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content:end;
  margin-bottom: 50px;
}
#social-icons div{
  width: 40px;
  height: 40px;
  text-align: center;
  border: solid 1px #000;
  border-radius:4rem;
  margin-left:8px;
  background-color: #000000;
}
#social-icons img{
 width:90%;
 margin-top:2px
}
.cont-tags{
  padding-top:10px
}
.cont-tags > .badge{
  border:solid 1px #747474;
  background-color: #ffffff !important;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:0.9em;
}
.depo-name{
  font-size:1.4em;
  font-weight: 900;
  text-transform: uppercase;
}
.depo-course{
  margin-top:-12px !important;
  font-weight: 100 !important;
  margin-bottom: 8px;
}
.depo-body{
  background-color: #ffffff;
  border-radius:1.5rem;
  margin-top:15px;
  text-align: left;
  font-size: .9em;
  padding: 15px;
  box-shadow: #000 1px 0 20px;
}
#hero-profs h1{
  margin-bottom:30px
}
#hero-profs{
  padding-bottom:30px
}
.subpages-nav{
  padding-top:15px
}
.unit-teacher{
  margin-top:50px;
  margin-bottom: 50px;
}
.bio p{
  font-size:.9em;
  font-weight: 700;
}
.bio p::before{
  content: ":: ";
}
.bgsemibranco{
  background-color: #f9f9f9;
}
#contacs-box{
  padding-bottom: 100px
}
#d-form{
  background-color: var(--tris-blue);
  min-height:300px;
  border-radius: 1rem;
  padding:20px !important;
  text-align: center;
  color:#ffffff
}
#d-form input,textarea, button{
  margin-top:25px
}
#d-form-cursos{
  background-color: #000025;
  min-height:300px;
  border-radius: 1rem;
  padding:20px !important;
  text-align: center;
  color:#ffffff
}
#d-form-cursos input {
  margin-top:20px
}
address{
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size:0.9em;
}
#social-icons-contact{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content:left;
  margin-bottom: 50px;
}
#social-icons-contact div{
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius:4rem;
  margin-right:8px;
  /* background-color: #645dc7; */
  padding-top: 5px;
}
#social-icons-contact a{
  text-decoration: none;
  color:#ffffff
}
#s-ico-igm{
  background-color: var(--tris-pink);
}
#s-ico-fb{
  background-color: #001689;
}
#s-ico-tw{
  background-color: #3cb4e5;
}
#s-ico-ld{
  background-color: #2e2d2c;
}
#s-ico-tt{
  background-color: #665Dc6;
}
#props-curso{
  padding-top:55px;
  padding-bottom: 20px;
  text-align: center;
  color:#fff;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size:1.2em;
}
.icon-course{
  font-size:2em;
  font-weight: 200 !important;
}
#briefing-course{
    display:flex;
    flex-direction:row;
    align-content: center;
    flex-wrap: wrap;
    padding-left:60px;
    padding-right:60px
}
.skills-after-course{
  padding-top:40px;
  padding-bottom:40px;
  font-size: .9em;
}
#about-comunity{
  display:flex;
  flex-direction:row;
  align-content: center;
  flex-wrap: wrap;
  padding-left:60px;
  padding-right:60px
}
#about-comunity > div{
  padding-left:30px;
  padding-right:30px;
}
#conteudo-programatico{
  padding-top:50px;
  padding-bottom:50px
}
#conteudo-programatico p{
  margin-bottom:50px
}
.modulos-curso{
  margin-top:30px;
  line-height: 100%;
}
/* .modulos-curso h5::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058"
} */
 #curso-detalhe{
  padding-top:50px;
  padding-bottom: 50px;
 }
 #curso-detalhe h2{
  margin-bottom:25px
 }
 .description-big{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size:1.8em;
 }
 .filtro-h button{
  border-radius:2rem;
  padding-left:30px;
  padding-right:30px;
  margin-right:15px
 }
 .filtro-h .btn-light{
  border:solid 1px #1d1d1e
 }
 .card-search {
  /* border: solid 1px #aeacac !important; */
  box-shadow: rgba(0, 0, 0, 0.5) 1px 0 20px;
  margin-bottom:60px;
  border-radius: 1rem
 }
 #resultado-cursos-page{
  margin-top:5px
 }
 .btn-smais{
  border-radius: 1rem;
  border:solid 1px #909090 !important;
  padding-left:30px;
  padding-right:30px
 }
 #collection-courses{
  border-left: dotted 1px #cdcdcd;
  padding-left:20px;
  padding-bottom: 50px
 }
 #ico-phone{
  background-color: #F39200;
  color:#ffffff;
  text-align:center;
  width:10px;
  height: 10px;
  padding:5px;
  border-radius:1rem
 }
#middle-blog{
  padding-top:50px;
  padding-bottom:50px;
}
#overlay {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,9,56,0.75);
  z-index: 5
}
.post-blog-col{
  margin-bottom:90px
}
.label-midia{
  background-color: var(--tris-blue);
  color:#ffffff;
  border-radius: 1.4rem;
  padding:5px 30px;
  width: 70%;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:1em;
  margin-bottom:15px
}
.label-criatividade{
  background-color: var( --tris-dark-blue);
  color:#ffffff;
  border-radius: 1.4rem;
  padding:5px 30px;
  width: 70%;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:1em;
  margin-bottom:15px
}
.label-dados{
  background-color: var(--tris-pink);
  color:#ffffff;
  border-radius: 1.4rem;
  padding:5px 30px;
  width: 70%;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:1em;
  margin-bottom:15px
}
.label-vendas{
  background-color: var(--tri-leaf);
  color:#ffffff;
  border-radius: 1.4rem;
  padding:5px 30px;
  width: 70%;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:1em;
  margin-bottom:15px
}
.hblog h5{
  margin-top:20px;
  margin-bottom: 0px;;
}
.small-author{
  font-size:.8em;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.about-when{
  font-size:.7em;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color:#616161
}
.wall-posts-img img{
  margin-top:25px
}
.curso-badge-em-breve{
  background-color: #3CB4E5;
  border-radius: 1.4rem;
  color:#ffffff;
  text-align:center;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:1.2em;
  margin-top:-35px;
  padding:8px 0px 8px 0px
}
.curso-badge-insc-abertas{
  background-color: #009385;
  border-radius: 1.4rem;
  color:#ffffff;
  text-align:center;
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size:1.2em;
  margin-top:-35px;
  padding:8px 0px 8px 0px
}
#hcourses{
  margin-top:70px;
}
.canais-contato a{
  text-decoration: none;
  color:#000000;
}
.canais-contato a:hover{
  font-weight: 700;
}
.exordio span{
  font-weight:300;
}
.exordio p{
  font-size:1.2em;
  line-height:120%
}