:root {
  --naranja: rgb(254, 141, 85);
  --lila: rgb(118, 94, 143);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Patrick Hand", sans-serif;
  color: rgb(254, 141, 85);
}

h1,
h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}

a {
  color: rgb(254, 141, 85);
}

strong {
  color: rgb(254, 141, 85);
}

.btn {
  font-family: "Patrick Hand", sans-serif;
  font-weight: 700;
}

.btn-primary {
  background-color: rgb(118, 94, 143);
  border-color: rgb(118, 94, 143);
}
.btn-primary:hover {
  background-color: rgb(254, 141, 85);
  border-color: rgb(254, 141, 85);
}

#logo {
  max-height: 80px;
}
@media (min-width: 768px) {
  #logo {
    max-height: 200px;
    margin-top: -7rem;
    margin-bottom: -4rem;
    margin-left: -1.2rem;
  }
}

.btn-naranja {
  background-color: var(--naranja);
  color: #fff;
  border: none !important;
  /* Safari */
  transition: all 0.6s;
}
.btn-naranja:hover, .btn-naranja:focus {
  background-color: rgb(254, 141, 85) !important;
  color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 254.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  background-color: rgb(118, 94, 143) !important;
  color: #fff;
  border: 1px solid rgb(118, 94, 143) !important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  background-color: rgb(118, 94, 143) !important;
  color: #fff;
  border: 1px solid rgb(118, 94, 143) !important;
}

.rrss-ico a,
a.rrss-ico {
  background: var(--naranja);
  border: none !important;
  color: #fff;
  /* Safari */
  transition: all 0.6s;
}

.rrss-ico:hover a,
.rrss-ico:active a,
.rrss-ico:hover a:focus,
a.rrss-ico:hover,
a.rrss-ico:active,
a.rrss-ico:hover,
a.rrss-ico:focus {
  background: rgb(254, 141, 85) !important;
  color: #fff !important;
}

ul#redes_sociales.nav-soscial-media {
  justify-content: flex-end;
}

.nav-social-media a.rrss-ico:hover {
  text-decoration: none;
}

.navbar .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(118, 94, 143);
}
.navbar .nav-link#contacto2 {
  color: rgb(118, 94, 143) !important;
  font-size: smaller;
}
.navbar .nav-link strong {
  font-weight: 600;
  color: rgb(118, 94, 143);
}

.navbar .ts-item-link-activo a.nav-link, .navbar .ts-item-link-activo strong, .navbar .ts-activo a.nav-link, .navbar .ts-activo strong {
  color: rgb(254, 141, 85);
}

#auxiliar2 > div {
  background-color: rgba(118, 94, 143, 0.1);
  margin-bottom: 1rem;
  padding: 0.5rem;
}

.cuadro_listado, .cuadro_animal {
  background-color: rgba(254, 141, 85, 0.05);
}

#principal {
  padding-top: 0;
}

.contendio_seccion {
  margin-top: 1rem;
}

.bloque_animales {
  border: 3px solid rgba(118, 94, 143, 0.1);
  padding: 0.9rem;
}
.bloque_animales .card-deck {
  justify-content: space-evenly;
}
.bloque_animales h2,
.bloque_animales a {
  color: grey;
}
.bloque_animales .ver_mas_en_bloque {
  margin-top: 1rem;
  padding-bottom: 0;
}
.bloque_animales .ver_mas_en_bloque a {
  background-color: white;
  color: rgb(118, 94, 143);
  padding: 5px 10px;
  font-family: "Patrick Hand", sans-serif;
  font-weight: 700;
  border-radius: 3px;
}
.bloque_animales .btn-default {
  background-color: rgba(118, 94, 143, 0.7);
  color: white;
}
.bloque_animales .btn-default:hover {
  background-color: rgb(118, 94, 143);
}

.card-footer {
  padding: 0.5rem 0rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#nav-secundaria {
  margin-top: 0.5rem;
}
#nav-secundaria ul.nav-soscial-media > li {
  color: #fff;
}
#nav-secundaria ul.nav-soscial-media > li > a {
  height: 35px;
  width: 35px;
}

.cuadro_perso h3.card-title {
  background-color: rgb(118, 94, 143);
  color: white;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#bloque_personalizado_4 .card-deck {
  justify-content: center;
}

.menu_principal > li > a.nav-link {
  font-weight: bold;
  padding: 15px;
}

footer {
  background-color: rgba(118, 94, 143, 0.1);
}

#pie #pie a {
  color: rgb(118, 94, 143) !important;
}

/*********************************/
@media only screen and (min-width: 1200px) {
  #encabezado,
  #cuerpo,
  .m {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  #cuerpo {
    margin-left: calc(auto - 15px);
    margin-right: calc(auto - 15px);
  }
}
.alert-success {
  background-color: white;
}

#logo-footer {
  max-height: 150px;
  border-radius: 50%;
  border: 2px solid white;
}

/* variante */