@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #fff;
}

a {
  text-decoration: none;
  color: #09234d;
}

h1 {
  color: #09234d;
}

h2 {
  color: #09234d;
}

h3 {
  color: #09234d;
}

h4 {
  color: #09234d;
}

.titular {
  background: #f2f2f2;
  margin: auto;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.titular div {
  width: 70%;
}
.titular div h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  padding: 35px;
}
.titular div h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  padding: 35px;
}
.titular div p {
  text-align: center;
  font-size: 24px;
  padding: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 800px) {
  .titular h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .titular h2 {
    font-size: 24px;
  }
  .titular p {
    font-size: 16px;
  }
}
header {
  margin: auto;
  width: 100%;
  max-width: 1600px;
  overflow: hidden;
}
header .cabecera {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .cabecera .sitelock {
  margin: auto 0;
}
header .cabecera .logo {
  margin: 35px 20px;
}
header .cabecera .logo img {
  height: 65px;
}
header .cabecera nav {
  margin: 35px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
header .cabecera nav a {
  text-align: center;
  flex-basis: 200;
  margin: 15px;
}
header .cabecera nav a:hover {
  color: #8aabca;
}
header .cabecera nav .tipo_a {
  margin: 12px 12px;
  padding: 12px 12px;
}
header .cabecera .contacto {
  justify-content: end;
}
header .cabecera .contacto .botones {
  display: flex;
}
header .cabecera .contacto .botones a {
  white-space: nowrap;
  word-wrap: break-word;
  max-width: auto;
  text-overflow: ellipsis;
}
header .cabecera .contacto .botones a .atrs {
  font-size: 8px;
}
header .car {
  display: none;
  margin: auto;
}
header .car div {
  width: 20%;
  text-align: center;
}
header .car a {
  text-align: center;
  width: 20%;
}
header .car a:hover {
  color: #8aabca;
}

@media screen and (max-width: 1350px) {
  header .cabecera nav {
    display: none;
  }
  header .car {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  header .cabecera .logo {
    margin: auto;
  }
  header .cabecera .logo img {
    height: 55px;
  }
  header .sitelock {
    display: none;
  }
}
.button_a {
  margin: 30px 15px;
  padding: 20px 20px;
  background: rgb(138, 171, 202);
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
  border: 2px solid #b9b8b8;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
}
.button_a:hover {
  border: 2px solid #09234d;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 40%, rgb(242, 242, 242) 100%);
  color: #09234d;
}

.alternativa {
  margin: 30px 15px;
  padding: 10px 10px;
  text-align: center;
  align-items: center;
  display: none;
  border: 2px solid #000;
  border-radius: 50%;
  background: rgb(9, 35, 77);
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
}
.alternativa:hover {
  background: #8aabca;
}
.alternativa img {
  margin: auto;
  align-items: center;
  width: 20PX;
}

@media screen and (max-width: 800px) {
  .button_a {
    display: none;
  }
  .alternativa {
    display: block;
  }
}
.button {
  margin: 30px 15px;
  padding: 20px 20px;
  background: rgb(9, 35, 77);
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
  border: 2px solid #b9b8b8;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
}
.button:hover {
  border: 2px solid #09234d;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 40%, rgb(242, 242, 242) 100%);
  color: #09234d;
}

.button_b {
  margin: auto;
  padding: 20px 20px;
  background: rgb(9, 35, 77);
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
  border: 2px solid #b9b8b8;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
}
.button_b:hover {
  border: 2px solid #09234d;
  background: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 40%, rgb(242, 242, 242) 100%);
  color: #09234d;
}

.entrada {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  background: #ccc url("imgs/grupo2.png");
  background-size: cover;
  background-attachment: fixed;
}
.entrada .fondo {
  width: 100%;
  max-width: 1600px;
  padding: 15px 20px;
  display: flex;
}
.entrada .fondo div {
  width: 80%;
  align-content: center;
  padding: 5px;
}
.entrada .fondo div h1 {
  margin: 20px 20px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 64px;
}
.entrada .fondo div p {
  margin: 20px 20px;
  padding: 15px 20px;
  font-size: 24px;
  text-align: justify;
  width: 70%;
}

@media screen and (max-width: 1350px) {
  .entrada .fondo div h1 {
    font-size: 32px;
  }
  .entrada .fondo div p {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .entrada .fondo div {
    width: 100%;
  }
  .entrada .fondo div h1 {
    font-size: 24px;
  }
  .entrada .fondo div p {
    font-size: 16px;
    width: 100%;
  }
}
.clientes_seccion {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clientes_seccion h2 {
  text-align: center;
  margin: 15px 20px;
  padding: 20px 20px;
  font-weight: 700;
  font-size: 32px;
}
.clientes_seccion .seccion {
  width: 100vw;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.clientes_seccion .seccion .clientes {
  display: flex;
  animation: scroll 140s linear infinite;
  -webkit-animation: scroll 140s linear infinite;
  width: 5600px;
}
.clientes_seccion .seccion .cliente {
  height: 200px;
}
.clientes_seccion .seccion .cliente img {
  height: 75px;
  margin: 15px 65px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5600px);
  }
}
.biobio {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.biobio .region {
  margin: 35px auto;
}
.biobio .region .titular {
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.biobio .region .titular div {
  width: 45%;
}
.biobio .region .titular div h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 20px auto;
  color: #09234d;
}
.biobio .region .titular div p {
  font-size: 32px;
  text-align: justify;
  margin: 20px auto;
}
.biobio .galeria {
  margin: 35px auto;
  max-width: 1800px;
}
.biobio .galeria .laja {
  display: flex;
}
.biobio .galeria .laja div {
  width: 50%;
  display: flex;
}
.biobio .galeria .laja div img {
  width: 75%;
  margin: auto;
}
.biobio .galeria .laja div img[alt=imagen1] {
  animation: escalarImagen1 12s infinite alternate, redondearEsquinas1 16s infinite alternate;
}
.biobio .galeria .laja div img[alt=imagen2] {
  animation: escalarImagen2 12s infinite alternate, redondearEsquinas2 16s infinite alternate;
}

@media screen and (min-width: 1800px) {
  .biobio .region {
    max-width: 2000px;
  }
}
@media screen and (max-width: 1000px) {
  .biobio .region .titular {
    display: block;
  }
  .biobio .region .titular div {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .biobio .region .titular div h2 {
    font-size: 32px;
  }
  .biobio .region .titular div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .biobio .region .titular div h2 {
    font-size: 24px;
  }
  .biobio .region .titular div p {
    font-size: 16px;
  }
  .biobio .galeria .laja {
    display: block;
  }
  .biobio .galeria .laja div {
    width: 100%;
  }
  .biobio .galeria .laja div img {
    margin: 15px;
    width: 100%;
  }
}
@keyframes escalarImagen1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes redondearEsquinas1 {
  0% {
    border-radius: 100px 25px;
  }
  100% {
    border-radius: 50px 150px;
  }
}
@keyframes escalarImagen2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes redondearEsquinas2 {
  0% {
    border-radius: 25px 100px;
  }
  100% {
    border-radius: 150px 50px;
  }
}
.pilares {
  background-color: #f2f2f2;
  padding: 20px;
}
.pilares .pilar {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 35px;
}
.pilares .pilar .cabeza {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.pilares .pilar .cabeza h3 {
  margin: auto 10px;
  padding: 15px 20px;
  font-size: 42px;
  font-weight: 700;
}
.pilares .pilar .cabeza p {
  max-width: 500px;
  margin: 20px 20px;
  padding: 15px 20px;
  font-size: 24px;
  text-align: justify;
}
.pilares .pilar .entidades {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pilares .pilar .entidades .caja {
  justify-content: center;
  flex-basis: 320px;
  align-items: center;
  padding: 30px 40px;
  flex-grow: 1;
  background: #fff;
  border-radius: 25px;
  margin: 15px;
}
.pilares .pilar .entidades .caja img {
  height: 50px;
  border-radius: 7px;
}
.pilares .pilar .entidades .caja h4 {
  text-align: center;
  margin: 15px;
  font-size: 24px;
}
.pilares .pilar .entidades .caja p {
  display: block;
  text-align: justify;
  margin: 5px;
  padding: 5px;
  font-size: 16px;
}
.pilares .pilar .entidades .caja:hover {
  background: rgb(138, 171, 202);
  background: linear-gradient(90deg, rgb(138, 171, 202) 0%, rgb(9, 9, 121) 40%, rgb(9, 35, 77) 100%);
  transform: translateY(-5%);
}
.pilares .pilar .entidades .caja:hover h4 {
  color: #fff;
}
.pilares .pilar .entidades .caja:hover p {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .pilares .pilar .cabeza {
    display: block;
  }
  .pilares .pilar .cabeza p {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .pilares .pilar .cabeza h3 {
    font-size: 32px;
  }
  .pilares .pilar .cabeza p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .pilares .pilar .cabeza h3 {
    font-size: 24px;
  }
}
.lideres_comprometidos {
  display: flex;
  max-width: 1600px;
  flex-direction: row;
  margin: auto;
}
.lideres_comprometidos div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
  margin-top: 45px;
  margin-bottom: 45px;
}
.lideres_comprometidos div img {
  width: 45%;
  margin: 15px 20px;
  padding: 10px 10px;
  border-radius: 25px;
  opacity: 0.5;
}
.lideres_comprometidos div img:hover {
  opacity: 1;
  transform: translateY(-5%);
}

@media screen and (max-width: 900px) {
  .lideres_comprometidos div {
    display: block;
  }
  .lideres_comprometidos div img {
    width: 90%;
    opacity: 1;
  }
}
.quienes_somos {
  margin: auto;
  display: flex;
  width: 90%;
  max-width: 1600px;
  padding-bottom: 55px;
}
.quienes_somos .quienes {
  width: 100%;
  max-width: 1600px;
}
.quienes_somos .quienes .somos {
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
}
.quienes_somos .quienes .somos div {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.quienes_somos .quienes .somos div h3 {
  padding: 20px 20px;
  font-weight: 700;
  font-size: 34px;
}
.quienes_somos .quienes .somos div p {
  padding: 20px 20px;
  text-align: justify;
}
.quienes_somos .quienes .somos div a {
  text-align: center;
  padding: 20px 20px;
}
.quienes_somos .quienes .somos div img {
  width: 100%;
  border-radius: 45px;
  padding: 20px 20px;
  animation: escalarImagen 12s infinite alternate;
}
.quienes_somos .quienes .emergencia {
  display: flex;
  border-radius: 25px;
  background: rgb(138, 171, 202);
  background: linear-gradient(90deg, rgb(138, 171, 202) 0%, rgb(9, 9, 121) 40%, rgb(9, 35, 77) 100%);
}
.quienes_somos .quienes .emergencia .emer {
  width: 70%;
  margin-top: 35px;
  margin-bottom: 35px;
}
.quienes_somos .quienes .emergencia .emer h3 {
  padding: 20px 20px;
  margin: 15px 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.quienes_somos .quienes .emergencia .emer p {
  padding: 20px 20px;
  margin: 15px 10px;
  color: #fff;
  font-size: 24px;
  text-align: justify;
}
.quienes_somos .quienes .emergencia .gencia {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .quienes_somos .quienes .somos {
    display: block;
  }
  .quienes_somos .quienes .somos div {
    width: 100%;
  }
  .quienes_somos .quienes .somos div img {
    width: 60%;
  }
  .quienes_somos .quienes .emergencia {
    display: block;
    justify-content: center;
  }
  .quienes_somos .quienes .emergencia .emer {
    width: 100%;
  }
  .quienes_somos .quienes .emergencia .emer h3 {
    text-align: center;
  }
  .quienes_somos .quienes .emergencia .gencia {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .quienes_somos .quienes .somos div img {
    width: 80%;
  }
  .quienes_somos .quienes .somos div h3 {
    font-size: 32px;
  }
  .quienes_somos .quienes .emergencia .emer h3 {
    font-size: 24px;
  }
  .quienes_somos .quienes .emergencia .emer p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .quienes_somos .quienes .somos div img {
    width: 80%;
  }
  .quienes_somos .quienes .somos div h3 {
    font-size: 24px;
  }
}
@keyframes escalarImagen {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.datos {
  background-color: #f2f2f2;
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.datos .valor {
  width: 90%;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.datos .valor div {
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 300px;
  margin: auto;
}
.datos .valor div img {
  width: 60px;
  margin: 20px 20px;
  border-radius: 7px;
}
.datos .valor div p {
  width: 90%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #09234d;
}
.datos .valor div span {
  width: 90%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #404042;
}

.equipo {
  margin: 20px 20px;
  padding: 20px 20px;
}
.equipo .descripcion {
  margin: auto;
  max-width: 1600px;
  display: flex;
  width: 90%;
}
.equipo .descripcion h3 {
  font-size: 36px;
  font-weight: 700;
  color: #09234d;
  width: 45%;
  margin: auto;
}
.equipo .descripcion p {
  font-size: 24px;
  text-align: justify;
  margin: auto;
  width: 45%;
}
.equipo .personal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  margin: 30px auto;
}
.equipo .personal .tarjeta {
  background: #f2f2f2;
  border: 4px solid #f2f2f2;
  border-radius: 25px 25px 25px 25px;
  width: 20%;
  margin: 20px 20px;
  flex-grow: 1;
  flex-basis: 250px;
  max-width: 300px;
}
.equipo .personal .tarjeta img {
  width: 100%;
  border-radius: 25px 25px 0px 0px;
}
.equipo .personal .tarjeta h4 {
  text-align: center;
  margin: 15px 0px;
  font-weight: 700;
  font-size: 22px;
}
.equipo .personal .tarjeta p {
  text-align: center;
  margin: 10px 0px;
  font-size: 14px;
}
.equipo .personal .tarjeta:hover {
  transform: translateY(-5%);
  background: rgb(138, 171, 202);
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
  box-shadow: 8px 8px 15px 5px rgba(0, 0, 0, 0.6);
  border: none;
}
.equipo .personal .tarjeta:hover h4 {
  color: #fff;
}
.equipo .personal .tarjeta:hover p {
  color: #fff;
}
.equipo .button {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .equipo .descripcion {
    display: block;
  }
  .equipo .descripcion h3 {
    font-size: 32px;
    margin: 25px;
    text-align: center;
    width: 100%;
  }
  .equipo .descripcion p {
    font-size: 16px;
    text-align: justify;
    width: 100%;
  }
  .equipo .personal .tarjeta {
    flex-basis: 200px;
    max-width: 250px;
  }
  .equipo .personal .tarjeta p {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .equipo .descripcion h3 {
    font-size: 24px;
  }
  .equipo .personal .tarjeta {
    flex-basis: 150px;
    max-width: 200px;
  }
  .equipo .personal .tarjeta h4 {
    font-size: 16px;
  }
  .equipo .personal .tarjeta p {
    font-size: 10px;
  }
}
.mensaje {
  margin: 30px auto;
  width: 90%;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mensaje .orden {
  display: flex;
  background: #000 url("imgs/Fondo3.png");
  border-radius: 25px;
  border: 7px solid #09234d;
}
.mensaje .orden img {
  width: 350px;
}
.mensaje .orden h4 {
  margin: 15px 20px;
  font-size: 48px;
  font-weight: 700;
  color: #09234d;
  display: flex;
  flex-wrap: wrap;
  text-shadow: 1px 1px 1px #fff;
  justify-content: center;
  text-align: center;
  align-content: center;
}
.mensaje .orden h4 img {
  width: 75px;
  border: 3px solid #09234d;
  border-radius: 50%;
  display: none;
}
.mensaje .orden .cargo {
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 36x;
}
.mensaje .orden p {
  margin: 15px 20px;
  text-align: justify;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #09234d;
}
.mensaje .orden span {
  margin: 15px 20px;
  padding: auto;
  font-size: 36px;
  font-weight: 700;
  color: #f2f2f2;
  text-shadow: 3px 3px 2px #09234d;
}
.mensaje .orden a {
  display: flex;
  justify-content: center;
  text-align: justify;
  width: 400px;
  margin: auto;
  transform: translateY(50%);
}

@media screen and (max-width: 900px) {
  .mensaje .orden {
    display: block;
    background: rgb(138, 171, 202);
    background: linear-gradient(90deg, rgb(138, 171, 202) 0%, rgb(9, 9, 121) 40%, rgb(9, 35, 77) 100%);
  }
  .mensaje .orden img {
    display: none;
  }
  .mensaje .orden h4 {
    font-size: 36px;
    text-shadow: none;
    color: #f2f2f2;
  }
  .mensaje .orden h4 img {
    display: block;
  }
  .mensaje .orden span {
    font-size: 24px;
  }
  .mensaje .orden p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .mensaje .orden h4 {
    font-size: 24px;
  }
  .mensaje .orden h4 img {
    display: block;
  }
  .mensaje .orden span {
    font-size: 18px;
  }
  .mensaje .orden p {
    font-size: 16px;
  }
  .mensaje .orden a {
    width: 200px;
  }
}
footer {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-top: 150px;
  margin-right: auto;
  margin-bottom: 5px;
  background: #fff;
}
footer .piepagina {
  display: flex;
}
footer .piepagina .izquierda {
  width: 45%;
}
footer .piepagina .izquierda img {
  height: 45px;
}
footer .piepagina .izquierda p {
  text-align: justify;
}
footer .piepagina .derecha {
  background: #fff;
  width: 45%;
  margin-left: 25px;
}
footer .piepagina .derecha .dat {
  margin: 20px;
}
footer .piepagina .derecha .dat .os {
  display: flex;
  margin: 20px auto;
}
footer .piepagina .derecha .dat .os img {
  width: 30px;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 10px;
}
footer .piepagina .derecha .dat .os p {
  font-weight: 700;
}
footer .piepagina .derecha .dat .os a {
  margin: 0 15px;
}
footer .piepagina .derecha .dat .img_enlaces_externos {
  display: flex;
}
footer .piepagina .derecha .dat .img_enlaces_externos a {
  font-size: 16px;
  font-weight: 700;
  width: 100px;
  text-align: center;
  border-radius: 25px;
}
footer .piepagina .derecha .dat .img_enlaces_externos .odoo {
  color: #8F8F8F;
}
footer .piepagina .derecha .dat .img_enlaces_externos .odoo span {
  color: #714B67;
}
footer .piepagina .derecha .dat .img_enlaces_externos .odoo:hover {
  background: #714B67;
  color: #fff;
}
footer .piepagina .derecha .dat .img_enlaces_externos .odoo:hover span {
  color: #fff;
}
footer .piepagina .derecha .dat .img_enlaces_externos .c_panel {
  color: #F7692B;
}
footer .piepagina .derecha .dat .img_enlaces_externos .c_panel:hover {
  background: #F7692B;
  color: #fff;
}
footer .piepagina .derecha .dat .img_enlaces_externos .youtube {
  color: #000;
}
footer .piepagina .derecha .dat .img_enlaces_externos .youtube span {
  color: #eb0a1e;
}
footer .piepagina .derecha .dat .img_enlaces_externos .youtube:hover {
  background: #eb0a1e;
  color: #FFF;
}
footer .piepagina .derecha .dat .img_enlaces_externos .youtube:hover span {
  color: #fff;
}
footer .piepagina .derecha .dat .img_enlaces_externos .face {
  color: #1877f2;
}
footer .piepagina .derecha .dat .img_enlaces_externos .face:hover {
  background: #1877f2;
  color: #fff;
}
footer .piepagina .derecha .dat .img_enlaces_externos .insta {
  color: #c13584;
}
footer .piepagina .derecha .dat .img_enlaces_externos .insta span {
  color: #f77737;
}
footer .piepagina .derecha .dat .img_enlaces_externos .insta:hover {
  background: #833ab4;
  color: #fff;
}
footer .piepagina .derecha .dat .img_enlaces_externos .insta:hover span {
  color: #fcaf45;
}
footer .piepagina .derecha .dat .img_enlaces_externos .x {
  color: #14171a;
}
footer .piepagina .derecha .dat .img_enlaces_externos .x:hover {
  color: #fff;
  background: #14171a;
}
footer .piepagina .derecha .dat .img_enlaces_externos .linkedin {
  color: #0088cc;
}
footer .piepagina .derecha .dat .img_enlaces_externos .linkedin:hover {
  background: #0088cc;
  color: #fff;
}
footer .creador {
  color: #f2f2f2;
  font-size: 15px;
}
footer .derechos span {
  font-size: 12px;
  margin: 10px;
}

@media screen and (max-width: 800px) {
  footer .piepagina {
    display: block;
  }
  footer .piepagina .izquierda {
    margin: 20px;
    width: 100%;
  }
  footer .piepagina .izquierda p {
    width: 90%;
  }
  footer .piepagina .derecha {
    margin: 20px;
    width: 100%;
  }
}/*# sourceMappingURL=estilos.css.map */