@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}

header{
    background: url(../img/capas/capa12.jpg) no-repeat;
    background-size:cover;
    background-position: center;
}

a{
    transition: 0.3s;
}

img{
    max-width: 100%;
}

#gradiente{
    height: 100vh;
}

#menu-scroll{
    display: none ;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.445);
    animation: aparecer 2s ease-in;
    
}


#menu-scroll .menu-item{
    color: #41B1F1 !important;
}

#menu-scroll .menu-item:hover{
    background-color: #41B1F1;
    color: #fff !important;
    transition: .3s;
}

.menu-item{
    font-size: 16pt;
    font-weight: bold;
    color: #fff !important;
}


.menu-item:hover{
background-color: #41B1F1;
border-radius: 25px;
transition: .3s;
}

@keyframes aparecer{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/*Efeito de typing*/

.frase p{
    font-family: monospace;
    color: #fff;
    border-right: 4px solid;
    width: 13ch;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(13);
}


@keyframes typing {

    from{
        width: 0;
    }
    
}

@keyframes blinking{
    50%{
        border-color: transparent;
    }
}

.frase{
    text-align: right;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    /* background-color: rgba(0, 0, 0, 0.26); */
    padding: 20px;
   
}

.frase button{
    width: 20%;
    border: none;
    height: 50px;
    border-radius: 25px;
    background-color: #41B1F1;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
}

.frase button:hover{
    transform: scale(1.1);
    background-color: #58c91b;
    transition: 0.5s;
}


.frase h2, .frase h3{ 
    color: #fff;
    font-weight: bold;
    font-size: 48pt;
    text-shadow: 2px 4px #000;
    
}

.frase h2{
    border-right: 8px solid;
    width: 17ch;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(17), 
    blinking 1s infinite step-end;
    margin: 0 auto;

}

.mental{
    margin-top: 50px;
    margin-bottom: 50px;
}

.mental img{
    max-width: 75%;
}

.mental p{
    text-align: justify;
}


.sobre{
    margin-top: 50px;
    margin-bottom: 50px;
}

.sobre img{
    max-width: 100%;
    border-radius: 25px;
}

.sobre h2{
    font-weight: bold;
    color: #41B1F1;
}

.sobre p{
    text-align: justify;
}

.more{
    width: 200px;
    height: 50px;
    border: none;
    background-color: #58c91b;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    border-radius: 25px;
}

.more:hover{
    background-color: #41B1F1;
    transition: 0.3s;
}

.videos{
    margin-bottom: 50px;
}

.videos video{
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.363);
}

.proposta{
    background-color: #f5f5f5;
    padding: 20px;
}

.proposta h2{
    color: #41B1F1;
    font-weight: bold;
}

.proposta p{
    text-align: justify;
}

.proposta img{
    max-width: 100%;
    border-radius: 25px;
}

.segmentos{
        margin-top: 50px;
        padding: 20px;
}

.segmentos h2{
    font-weight: bold;
    color: #41B1F1;
    margin-bottom: 50px;
}

.segmentos a{
    text-decoration: none;
    color: #58c91b;
}

.segmentos a:hover{
    font-weight: bold;
}

.l-2{
    margin-top: 50px;
}

.estrutura img{
    max-width: 100%;
}


.estrutura h2{
    margin-bottom: 50px;
    font-weight: bold;
    color: #41B1F1;
}
.espac{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.foto{

    padding: 20px;
    background: url(../img/fundo-1.jpg) fixed;
    background-size: contain;
    
}

.foto p{
    text-align: justify;
    background-color: #41B1F1; 
    padding: 20px;
    color: #fff;
    border-radius: 25px;
}

.foto img{
    max-width: 100%;
    border-radius: 25px;
}

.veja-mais{
    width: 200px;
    margin: 20px auto;
}

.parceiros{
    padding: 50px;
}

.parceiros p{
    text-decoration: underline;
    text-align: center;
}

.contato h3{
    color: #41B1F1;
    font-weight: bold;
}

.mapa iframe{
    border-radius: 25px;
}

footer{
    background-color: #41B1F1;
    padding: 50px;
    text-align: center;
    color: #fff;
}


.copy{
    background-color: #58c91b;
    margin-bottom: -20px;
}

.copy p{
    color: #fff;
}

.copy a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.copy a:hover{
    color: #41B1F1;
}

/*botao das redes*/

.social{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #58c91b;
}

.modal-header {
    display: none;
}

.modal-body img{    
    width: 500px;
    height: 560px;

}

/* cards */

.custom-card {
  position: relative;
  border: none;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}

.custom-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  opacity: 0.6;
}

.custom-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
  padding: 10px 0;
}

.custom-card .card-title {
  color: white; /* Cor branca */
  font-weight: bold; /* Texto em negrito */
  margin: 0;
}

/* Cores personalizadas dos cards */
.card-bg-blue {
  background-color: #3f51b5; /* Azul */
}

.card-bg-light-blue {
  background-color: #03a9f4; /* Azul claro */
}

.card-bg-green {
  background-color: #c22f33;
}

.card-bg-light-green {
  background-color: #dbc27b;
}