:root {
  --naranja: #ff7701;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  color: #fd7502;
}

h1, h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
}

a {
  color: rgb(112, 100, 45);
}

strong {
  color: #fd7b0f;
}

.btn {
  font-family: "Lora", serif;
  font-weight: 700;
}

#logo {
  max-height: 80px;
}

.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(112, 100, 45) !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(255, 119, 1) !important;
  color: #fff;
  border: 1px solid rgb(255, 119, 1) !important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  background-color: rgb(255, 119, 1) !important;
  color: #fff;
  border: 1px solid rgb(255, 119, 1) !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(112, 100, 45) !important;
  color: #fff !important;
}

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

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

.nav-link {
  text-transform: uppercase;
  font-size: large;
  font-weight: 600;
  color: rgb(255, 119, 1);
}
.nav-link#contacto2 {
  color: rgb(255, 119, 1) !important;
  font-size: smaller;
}
.nav-link strong {
  font-weight: 600;
}

#principal {
  padding-top: 0;
}

.contendio_seccion {
  margin-top: 1rem;
}

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

.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;
  border-radius: 50%;
}
#nav-secundaria ul.nav-soscial-media > li > a {
  border-radius: 50%;
  height: 35px;
  width: 35px;
}

.cuadro_perso h3.card-title {
  background-color: rgb(255, 119, 1);
  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;
}

#pie, #pie a {
  color: rgb(255, 119, 1) !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;
}