@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}


/* Logotipo*/
header nav a img{
    width: 50px;
    padding: 10px;
    border-radius: 15px;
}

.fixed-top{
    margin-top: 0px;
}
.email-contato{
    background-color: rgb(133, 131, 131);
    height: 50px;
    color: #fff;
    text-align: center;
    opacity: 0.7;
}
.modal-dialog{
    color: #fff;
}

.lead{
  text-align: justify;
}


/*=============================== ====ABOUT*=========================================*/

.banner .content h1, h2, h3, h4, h5, h6 {
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0; }
.banner .content h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 0; }

    .banner .content   h1 {
      font-size: 4em;
      margin: 0 0 0.5em 0;
      line-height: 1.3; }
    
    @media screen and (max-width: 1680px) {
      .banner .content h1 {
        font-size: 3.5em; } }
    
    @media screen and (max-width: 980px) {
      .banner .content h1 {
        font-size: 3.25em; } }
    
    @media screen and (max-width: 736px) {
      .banner .content h1 {
        font-size: 2em;
        line-height: 1.4; }
        .banner .content h2 {
        font-size: 1.5em; } }

        .banner .content p {
          margin: 0 0 2em 0; }

          header p {
              font-family: "Roboto Slab", serif;
              font-size: 1em;
              font-weight: 400;
              letter-spacing: 0.075em;
              margin-top: -0.5em;
              text-transform: uppercase; }
.Sobre-rist{
 margin-left: 50px;
 margin-right: 50px;

}

/* btn do rist*/
.btn-read{
  text-align: center ;
  padding: 20px 40px ;
  border-radius: 20px;
  color: #fff;
  background-color:  #0B4476ff;;
  cursor: pointer;
  border: none;
  transition: .3s ease-in-out;
  font-weight: 600;
}
.btn-read:hover{
  background-color: #031129ff;
}
/*btn ler mais*/
.btn-ler {
  padding: 15px 40px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 12px;

}  
.btn-ler::after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  top: 0;
  border-radius: 10px;
}

.btn-ler::before{
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002Bff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 600%;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  filter: blur(8px);
  animation: glowing 20s linear infinite;
  transition: opacity .3s ease-in-out;
  opacity: 0;
}

@keyframes glowing{
  0% {background-position: 0 0;}
  50% {background-position: 400% 0;}
  100% {background-position: 0 0;}
}
.btn-ler:hover::before{
  opacity: 1;
}
.btn-ler:active::after{
  background: transparent;
}
.btn-ler:active{
  color: #000;
  font-weight: bold;
}
/* fim do btn ler mais*/


/* Icon */
.icons {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex; 
  justify-content: space-between;
}
.icons li a i{
  font-size: 20px;
  

}
.header ul li{
  position: relative;
}

.header ul li a{
  text-decoration: none;
  color: #6ac2f5;
  text-transform: uppercase;
}
.header ul li::after{
  content: '';
  height: 3px;
  width: 0;
  background: #6ac2f5;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: .5s;
}
.header ul li:hover::after{
  width: 100%;
}
.img-size {
  width: 100%;
  height: 200px;
  object-fit: cover; /* Isso garante que as imagens fiquem bem cortadas e não distorcidas */
}

.image img {
transition: .4s ease-in-out;
}
.image img:hover {
  transform: scale(1.1);
  }


/* Header */
.header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border-bottom: solid 5px #6ac2f5;
  padding: 6em 0 1em 0;
  position: relative; }
  .header > * {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0; }
  .header .logo {
    border-bottom: 0;
    color: inherit;
    font-family: "Roboto Slab", serif;
    font-size: 1.125em; }
  .header .icons {
    text-align: right; }
  @media screen and (max-width: 1680px) {
    .header {
      padding-top: 5em; } }
  @media screen and (max-width: 736px) {
    .header {
      padding-top: 6.5em; }
      .header .logo {
        font-size: 1.25em;
        margin: 0; }
      .header .icons {
        height: 5em;
        line-height: 5em;
        position: absolute;
        right: -0.5em;
        top: 0; } }

/* Banner */
#banner {
  padding: 6em 0 4em 0 ;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; }
  #banner h1 {
    margin-top: -0.125em; }
  #banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 50%; }
  #banner .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%; }
    #banner .image img {
      height: 100%;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      object-fit: cover;
      -moz-object-position: center;
      -webkit-object-position: center;
      -ms-object-position: center;
      object-position: center;
      width: 100%; }
  @media screen and (orientation: portrait) {
    #banner {
      -moz-flex-direction: column-reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #banner h1 br {
        display: none; }
      #banner .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%; }
      #banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -moz-flex-shrink: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
      max-height: 35vh; } }

/* section de video*/

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}    
/*=======================================ABOUT*========================================*/
.sobre{
  background-color: #1867a3;
  color: #fff;
}
/* =======================================cursos=====================================*/
.cursos .container .row  .col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-titulo-corpo {
  width: 250px; /* Define a largura do card */
  height: auto; /* Altura automática */
  padding: 10px; /* Reduz o espaço interno */
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
.card-titulo-corpo img {
  width: 100%; /* Faz a imagem ocupar 100% do card */
  height: 120px; /* Ajusta a altura da imagem */
  object-fit: cover; /* Mantém a proporção sem distorcer */
  border-radius: 5px;
}
.card-body {
  font-size: 14px; /* Reduz o tamanho do texto */
  padding: 10px;
}
.aderir-btn {
  padding: 5px 10px; /* Diminui o tamanho do botão */
  font-size: 12px;
}
.control-curso{
  display: flex;
  justify-content: space-between;
}
.control-curso i{
  font-size: 20px;
  cursor: pointer;
}

.card-titulo-corpo:hover {
  transform: translateY(-10px); /* Levanta o card ao passar o mouse */
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2); /* Adiciona um efeito de sombra */
}
.preco, .aderir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.col{
  margin: auto;
}

.card-img-top{
  border-radius: 15px;
  
}
.card-titulo-corpo{
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.i-stars{
  color: #ff7300;
}
.i-star{
  color: #6ac2f5;
}
.preco{
  display: flex;
  justify-content: space-around;
  border-top: 2px solid #ff7300;
  padding: 10px;
}
.aderir{
  justify-items: center;
  padding-bottom: 10px;
  background-image: url(imagens/black_bg.jpg) no-repeat;
}
.aderir h6{
  color: #009688;
}
.aderir button{
  width: 100px;
  padding: 15px 0; 
  text-align: center;
  margin: 10px 5px;
  border-radius: 25px;
  font-weight: bold;
  border: 2px solid #009688;
  background: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  
}
.aderir button span{
  background: #009688;
  height: 100%;
  width: 0%;
  border-radius: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: .5s;
}
.aderir button a{
  text-decoration: none;
  color: #000;
}
.aderir button:hover a{
  text-decoration: none;
  color: #fff;
}
.aderir button:hover span{
  width: 100%;
}
.card-body{
  margin: 0px 0px 0px 20px;
  text-align: center;
  }
/*==========================Beneficios da rist===================================*/
.col-md-4 .card-bene{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.beneficios{
  background-color: 	#1867a3;
  color: #fff;
}
/*=====================depoimentos===============================*/
.depoimentos{
  background-color: 	#1867a3;
  color: #fff;
}
.rounded{
  transition: transform 0.3s ease-in-out;
  color: #1867a3;
}
.rounded h4{
  color: #ff7300;
}

.rounded:hover{
  transform: scale(1.05);
}
/*==============================blog================================*/
.blog{
  background-color: 	#3197B6ff;
  color: #fff;
}
/* Define uma altura fixa para os cards */
.blog .card {
  height: 100%; /* Faz todos os cards terem a mesma altura */
  display: flex;
  flex-direction: column;
}

/* Mantém a altura da imagem igual para todos os cards */
.blog .card .img-size {
  height: 200px; /* Ajuste conforme necessário */
  object-fit: cover; /* Mantém a imagem cortada corretamente */
}

/* Garante que o card-body ocupe o espaço restante */
.blog .card .card-body {
  flex-grow: 1; /* Faz o corpo do card ocupar todo o espaço disponível */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Mantém o botão alinhado na base */
}

/* Mantém o botão sempre na parte inferior do card */
.blog .btn-ler {
  display: block;
  text-align: center;
  background-color: #1867a3;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

/*==============================metodologia================================*/
.metodologia .color1{
  color: #0B4476ff;
}
.metodologia .color2{
  color: #3197B6ff;
}
.metodologia .color3{
  color: #CC2779ff;
}
.metodologia .color4{
  color: #EFA304ff;
}


