@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 .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;
  }
}
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%;
  }
}
.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;
}

.conoce_equipo {
  width: 90%;
  max-width: 1600px;
  margin: auto;
}
.conoce_equipo .organigrama {
  width: 70%;
  margin: auto;
}
.conoce_equipo .organigrama img {
  width: 90%;
  margin: 35px;
  border-radius: 25px;
  border: 3px solid #000;
}
.conoce_equipo .trabajo_nosotros .mensaje {
  display: flex;
}

@media screen and (max-width: 1100px) {
  .conoce_equipo .organigrama {
    width: 90%;
  }
}
@media screen and (max-width: 720px) {
  .conoce_equipo .organigrama {
    width: 95%;
  }
  .conoce_equipo .organigrama img {
    width: 95%;
  }
}
.valores {
  margin: 30px auto;
  min-height: 300px;
}
.valores .area {
  display: flex;
}
.valores .area .target {
  width: 20%;
  padding: 25px;
}
.valores .area .target .tirular {
  display: flex;
}
.valores .area .target .tirular .imagen {
  width: 30%;
}
.valores .area .target .tirular .imagen img {
  width: 90%;
}
.valores .area .target .tirular .imagen .grt1 {
  display: none;
}
.valores .area .target .tirular .texto {
  width: 70%;
}
.valores .area .target .tirular .texto p {
  font-size: 18px;
  font-weight: bold;
}
.valores .area .target .tirular .texto .b01 {
  color: #fab333;
}
.valores .area .target .tirular .texto .b02 {
  color: #3bc3dd;
}
.valores .area .target .tirular .texto .b03 {
  color: #f73f5e;
}
.valores .area .target .tirular .texto .b04 {
  color: #03b198;
}
.valores .area .target .tirular .texto .b05 {
  color: #717171;
}
.valores .area .target .cuerpo {
  text-align: justify;
  display: none;
}
.valores .area .target:hover {
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
  box-shadow: 8px 8px 15px 5px rgba(0, 0, 0, 0.6);
  width: 25%;
  border-radius: 25px;
  margin: 5px;
}
.valores .area .target:hover .tirular .imagen .grt1 {
  display: block;
}
.valores .area .target:hover .tirular .imagen .grt2 {
  display: none;
}
.valores .area .target:hover .tirular .texto p {
  color: #fff;
}
.valores .area .target:hover .tirular .texto .b01 {
  color: #fab333;
}
.valores .area .target:hover .tirular .texto .b02 {
  color: #3bc3dd;
}
.valores .area .target:hover .tirular .texto .b03 {
  color: #f73f5e;
}
.valores .area .target:hover .tirular .texto .b04 {
  color: #03b198;
}
.valores .area .target:hover .tirular .texto .b05 {
  color: #717171;
}
.valores .area .target:hover .cuerpo {
  color: #fff;
  display: block;
}

@media screen and (max-width: 1000px) {
  .valores .area {
    display: grid;
    grid-template-columns: 33% 33% 33%;
  }
  .valores .area .target {
    width: 90%;
  }
  .valores .area .target .tirular .texto p {
    font-size: 14px;
  }
  .valores .area .target:hover {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .valores .area {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .valores .area .target {
    width: 90%;
  }
  .valores .area .target .tirular .texto p {
    font-size: 14px;
  }
  .valores .area .target:hover {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .valores .area {
    display: grid;
    grid-template-columns: 90%;
  }
  .valores .area .target {
    width: 90%;
  }
  .valores .area .target .tirular .texto p {
    font-size: 14px;
  }
  .valores .area .target:hover {
    width: 90%;
  }
}
.trabaja {
  display: flex;
  margin: 40px auto;
}
.trabaja .trabaja_nosotros {
  display: flex;
  margin: 40px auto;
  background: linear-gradient(90deg, rgb(102, 114, 84), rgb(9, 35, 77) 100%);
  padding: 30px;
  border-radius: 25px;
}
.trabaja .trabaja_nosotros .mensaje div {
  margin: 20px;
}
.trabaja .trabaja_nosotros .mensaje a {
  font-size: 34px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.trabaja .trabaja_nosotros .mensaje h4 {
  font-size: 28px;
  color: rgb(155, 223, 255);
}
.trabaja .trabaja_nosotros .mensaje span {
  font-size: 28px;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .trabaja .trabaja_nosotros .mensaje a {
    font-size: 24px;
  }
  .trabaja .trabaja_nosotros .mensaje h4 {
    font-size: 18px;
  }
  .trabaja .trabaja_nosotros .mensaje span {
    font-size: 18px;
  }
}/*# sourceMappingURL=estilos.css.map */