
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Julius+Sans+One&display=swap');
/* Fontes */

:root {

    --primary-color:#0077B6D9; /* Cor principal */
    --secondary-color: #FFFFFF; /* Cor Secundaria */
    --navbackground-color: #03385cda;/* Cor da NavBar */

  }

  header {
    position: relative; 
    height: 10%; 
}

/*  Cores */
  .corsecundaria{
    background-color: var(--secondary-color);
    
  }

  .cornavbackground{
    background-color: var(--navbackground-color);
    z-index: 0; 
  }

  .corprincipaltext{
    color: var(--primary-color); 
  }

  .corsecundariatext{
    color: var(--secondary-color);
    
  }

  .navbar-nav .nav-item .nav-link {
    color: white; 
    font-size: 1.3rem;
    font-weight: 500;
    transition: 0.5s;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #51ccf5;
}

.navbar-toggler svg{
  color: #ffffff;
}

  .image{
    background-image: url('../Imagens/imagem-fundo.svg'); 
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover; 
    background-position: center;
  }

/* Fim Cores */
  
/*Logo */

.LogoAbaixo{
  width: 15%;
  filter: brightness(1.2) contrast(3.3) saturate(3.5) drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.7));

}

.title-initial{ /*refere-se a Clínica*/
  font-size: 2rem;
}

.title-home{ /*refere-se ao nome*/
  font-size: 3.7rem;

}

.sub-title{ /*refere-se ao Conheça a clínica*/
  font-size: 1.6rem;
}



.botao{
  width: 10%;
  background-color: #FFFFFF;
  box-shadow: 2px 8px 7px black;
  border-radius: 25px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  border: 0;
  padding: 0.5%;
  display: flex;
  justify-content: center;
  transition: 500ms;
}

.botao:hover{
  transform: scale(1.1);
}

.botao a{
  text-decoration: none;
}

.animation{

position: relative;
animation: animated 0.5s ease-in-out infinite alternate;

}

@keyframes animated {
  0% {

  top: 0;

  }

    50%{

    top:2.5px;

    }

  100% {

  top: 5px;

  }

}

/*Logo */


/* Classe usando Jacques Francois */
    .font-jacques {
    font-family: 'Jacques Francois', serif;
    }

/* Classe usando Josefin Sans */
    .font-josefin-sans {
    font-family: 'Josefin Sans', sans-serif;
    }

/* Classe usando Josefin Slab */
    .font-josefin-slab {
    font-family: 'Josefin Slab', serif;
    }

/* Classe usando Julius Sans One */
    .font-julius {
    font-family: 'Julius Sans One', sans-serif;
    }

/* Serviços */

/*Primeira seção */

#services .container{
  margin-top: 20px;
  text-align: center;
  padding: 20px;
}

#services .main-title{
  font-size: 57px;
  color: #0077B6;
}

#services h2{
  font-size: 48px;
  color: #0077B6;
  margin-top: 70px;
  margin-bottom: 70px;
}

#services p{
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 300;
}

#services .imagens-maiores{
  img{
    width: 290px;
  }
}

#services .imagens-menores{
  img{
    width: 150px;
  }
}

#services .container-fluid{
  text-align: center;
  padding: 30px;
  background-color: #0096C7;

  h2{
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 110px;
  }
  p{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 26px;
  }

    /* Equipe 3 CSS */

    *{
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    box-sizing: border-box;
  }
}

#titulo{
    color: #0077B6;
    text-align: center;
    font-family: 'Julius Sans One', sans-serif;
    margin: 20px;
    font-size: 50px;
}

.horarios{
    color: #0077B6;
    display: flex;
    flex-direction: column;
    width: 400px;
    justify-content: center;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}
.horarios>h2{
    color: #0077B6;
    font-size: 40px;
    font-family: 'Jacques Francois', serif;
}

#horas {
    margin-top: 30px;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
}

.info{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 20px;
}

.mapa{
    display: flex;
    flex-direction: column;
}

#maps{
  align-self: center;
    height: 300px;
    width: 600px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.322) 5px 5px 10px ;
    margin-bottom: 20px;
}

#redes{
    display: flex;
    justify-content: center;
    gap: 50px; /* Define o espaçamento entre os ícones */
    margin-top: 10px;
}

#redes a img {
    width: 35px; /* Ajusta o tamanho dos ícones para ficarem menores */
    height: 35px;
    transition: 0.5s;
}

#redes a img:hover{
  transform: translateY(-10px);
}

.rd-sociais a{
  color: var(--secondary-color);
  margin-bottom: 10px;
  margin-left: 8px;
}

.rd-sociais a:hover{
    color: #51ccf5;
}



footer{
  background-color: var(--primary-color);
}

/* Responsividade da seção principal*/

@media(max-width: 427px){
  .LogoAbaixo{
    display: none;
  }

  .title-initial{ /*refere-se a Clínica*/
    font-size: 1.7rem;
    padding-top: 70px;
  }
  
  .title-home{ /*refere-se ao nome*/
    font-size: 2.5rem;
  
  }
  
  .sub-title{ /*refere-se ao Conheça a clínica*/
    font-size: 1.2rem;
  }

  #services .imagens-maiores{
    margin-top: 28px;

    #principal-1, #principal-4{
      display: none;
    }
  }

  #services .imagens-menores{
    margin-top: 28px;
    margin-bottom: 28px;
    img{
      width: 180px;
    }
    #menor-3, #menor-4{
      display: none;
    }
  }

  #services h2{
    margin-top: 32px;
    padding: 0;
  }
  
  #services .container-fluid h2{
    margin-bottom: 20px;
  }

  #services .container-fluid p{
    margin-top: 20px;
  }
}

/* Serve para deixar responsivo */

@media (max-width: 768px) {
    #titulo {
        font-size: 50px;
    }
    .horarios {
        width: 100%;
        padding: 0 20px;
    }
    .horarios > h2 {
        font-size: 30px;
    }
    .info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #maps {
        width: 90%;
        margin: 20px auto;
    }
    #redes {
        width: 80%;
        margin-top: 10px;
        justify-content: space-around;
    }
}

