
@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');

.rubik-doodle {
    font-family: "Rubik Doodle Shadow", system-ui;
}

h1{
    font-family: 'Cooper Black';
    font-size: 3.2rem;
}

.logo{
    width: 75px;
}


.nav-link{
  color: white;
  font-size: 1.3rem;
  margin: 15px;
  font-weight: 500;


}

.nav-link:hover{
    color: rgb(45, 124, 242);
    border-radius: 10px;
    background-color: white;
    font-weight: 600;



}

.acoge-adopta {


    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
                url('../img/fondo-acoge-adopta.png');
    background-size: cover;
    background-position: center;
}

.acoge-adopta {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('../img/fondo-acoge-adopta.png');
    background-size: cover;
    background-position: center;
}

.caja-blanca {
  background-color: rgba(255, 255, 255, 0.8); /* Blanco con opacidad */
  padding: 20px;
  border-radius: 15px;

  margin: 10px auto;    /* centrar horizontalmente */

  box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* sombrita para resaltar */
}

.caja-blanca2 {
  background-color: rgba(255, 255, 255, 0.8); /* Blanco con opacidad */
  padding: 20px;
  border-radius: 15px;

  margin: 10px auto;    /* centrar horizontalmente */
    max-width: 800px;     /* ancho máximo para no extenderse demasiado */


}


.espacio{
    height: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    transform: scale(2); /* 2 = el doble de tamaño */
    
}


.color-2{
    color: rgb(82, 170, 238);
}

@font-face {
    font-family: 'Cooper Black';
    src: url(../fuentes/COOPBL.TTF);
}

h2{
    font-size: 2.3rem;
    font-family: 'Cooper Black';
}

.terranea-img{
    width: 200px;
    height: auto;
}

.espacio2{
    height: 10px;
}

.btn-insta{
    color: white;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc236b 75%, #bc1888 100%); /* El degradado de Instagram */
    transition: background 0.3s ease; /* Transición suave al pasar el mouse */
}

.btn2{
    width: 170px;
}

.text-pink{
    color: rgb(249, 7, 124);
}

.perro h2{
    font-family: "Rubik Doodle Shadow", system-ui;
}