
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#background-video {
  display: none;
}
body {
  background-image: url('./img/foto-fondo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}




*{
  font-family: "Bebas Neue";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: black;
}



main{
  padding: 0px 15%;
  background-color:rgb(0, 0, 0, 0.5) ;
  margin-bottom: 0;
}
/*boton de cotacto-wsp*/
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition:transform 1s;
}

.whatsapp-button:hover{
   transform: scale(1.5);

}
.whatsapp-button img {
    width: 50px;
    height: 50px;
}


h2{
  background-color: rgb(255, 255, 255,0.5);
  
  
  border-radius: 8px;
  padding: 0;
}



  /*header*/
header{
background-color: rgb(0, 0, 0, 0.6);


}


footer{
  background-color: rgb(0, 0, 0, 0.6);
  margin-top: 0;
  padding-top: 20px;
}


.container-footer{
  display: flex;
  justify-content: space-between;
}
.container-footer img{
  width: 40px;
  height: 20px;
  
}


  .logo{
    padding-top: 40px;
    height: 140px;
    width: auto;
    margin-bottom: 20px;
  }


  .container-logo{
    display: flex;
    justify-content: center;
  }
  .container-titulo{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  .navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
  }
  .img-navbar{
    height: 60px;
    width: auto;
    padding: 0 40px;

  }
  .navbar a{
    text-decoration: none !important; 
    color: black !important;
    font-size: 25px;
    transition: transform 1s;
  }
  .navbar a:hover{
    transform: scale(1.3);
  }

  /*index.html*/
.nav-index{
    padding-top: 40px;
}

.nav-index-1,.nav-index-2{
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    min-height: 60px;
}

.nav-index-1 a,.nav-index-2 a{
    text-decoration: none;
    background-color: black;
    color: white;
    border-radius: 12px;
    padding: 12px;
    width: 110px;
    height: 110px;
    height: auto;
    transition:transform 1s;
}

.nav-index-1 a:hover{

    transform: scale(1.3);
}
.nav-index-2 a:hover{

    transform: scale(1.3);
}



.nav-index-1 a{
    margin: 0 30px;
    
}
.nav-index-2 a{
    margin: 60px 30px;
}


.quienes-somos-a{
    padding: 0 200px;
}

.quienes-somos p{
  text-align: center;
  justify-content: center;
  

}


/*carrousel quienes somos*/


/*card de quienes somos*/
#quienes-somos p{

background-color:rgb(255, 255, 255,0.5); 
text-align: center;
border: 1px solid black;
border-radius: 8px;


}
.card-container{
  display: flex;
  justify-content: center;
  padding-top: 50px;
}



.card {
  border: 1px solid black;
  border-radius: 8px;
  width: 300px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background-color: rgb(255, 255, 255,0.5);
  transition: transform 2s;
}


.card-header {
  background-color: gree;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.card-content {
  margin: 20px;
  max-height: 0; /* Oculto inicialmente */
  overflow: hidden; /* Para que el contenido no visible esté oculto */
  transition: max-height 2s ease; /* Transición de 2 segundos */
  font-size: 16px;
}

.card-content p {
  margin: 0;
}
 .llamadores{
  text-align: center;
 }


 /*donde encontrarnos*/

#donde-encontrarnos h3,#donde-encontrarnos p{
    text-align: center;

}


 /* Contenedor del mapa */
.mapa {
  text-align: center; /* Centra el contenido */
  margin: 20px 0;     /* Margen superior e inferior */
}

/* Título del mapa */
.mapa h3 {
  font-size: 24px;
  margin-bottom: 15px; /* Espacio debajo del título */       /* Color del título */
}

/* Mapa embebido (iframe de Google Maps) */
.mapa iframe {           /* Ocupa todo el ancho disponible */
  
  width: auto;       /* Ancho máximo del mapa */
  height: 200px;          /* Altura del mapa */
  border: none;           /* Elimina el borde del iframe */
  border-radius: 8px;     /* Bordes redondeados del mapa */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para darle profundidad */
  transition: transform 0.3s ease-in-out; /* Efecto de animación cuando se haga hover */
}

/* Efecto al pasar el mouse por encima del mapa */
.mapa iframe:hover {
  transform: scale(1.02); /* Aumenta ligeramente el tamaño del mapa al hacer hover */
}



/*cards de veterinarios*/


.li-carlos{
  text-align: center;
}
.contenedor-cards{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



.person-card {
  border: 1px solid black;
  border-radius: 10px;
  width: 230px;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
 
}



.person-header {
  text-align: center;
  border: 0,5px solid black;
  background-color: rgb(255, 255, 255,0.5);
  cursor: pointer;
  padding: 25px;
  text-align: center;
}

.person-img {
  width: 130px;
  height: 120px;
  object-fit: cover;
}

.person-name {
  font-size: 20px;
  margin-top: 10px;
}

.person-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: rgb(255, 255, 255,0.5);
}

.person-content ul {
  list-style-type: none;
  padding: 0;
}

.person-content li {
  margin: 10px 0;
  font-size: 16px;
}
/*contacto*/

.social-media-links {
  list-style: none;
  padding: 0;
  text-align: center;
}

.social-media-links li {
  display: inline-block;
  padding: 0 10px;
}

.social-media-links img {
  width: 100px; /* Tamaño reducido de los iconos de redes sociales */
  height: auto;
  padding-left: 40px;
  padding-top: 40px;
}
.social-media-links{
  margin-bottom: 0;
  padding-bottom: 30px;
}







/*CSS DE SERVICIOS*/
.card-container-servicios {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.card-servicios {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header-servicios {
  background-color: black;
  color: white;
  padding: 16px;
  cursor: pointer;
  font-size: 1.2em;
}

.card-content-servicios {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 16px;
  background-color: rgb(255, 255, 255,0.5);
}

.card-content-servicios p {
  padding: 16px 0;
}
.card-content-servicios img {
  max-width: 250px;
  max-height: 250px;
}






.whatsapp-button-container-servicios {
  text-align: center;
  padding: 40px;
}

.whatsapp-button-servicios {
  display: inline-block;
  padding: 15px 30px;
  background-color: rgb(222, 184, 135,0.6);
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: black;
  font-size:large;

}

.whatsapp-button-servicios:hover {
  transform: scale(1.1); /* Agrandado al hover */
  background-color: bisque; /* Cambio de color al hacer hover */
}









@media (min-width: 700px) {


    main{
      padding: 0px 25%;


    }
    .card-container-servicios {
      padding-top: 90px;
      padding-bottom: 30px;
    }
    
    #background-video {
      display: block;
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100vw;
      min-height: 100vh;
      width: 0;
      height: auto;
      z-index: -1;
      transform: translate(-50%, -50%);
      object-fit: cover; /* Para asegurarse que cubra todo el espacio sin distorsionarse */
    }

}