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

.quienes_somos {
  margin: 40px auto;
}
.quienes_somos .titular div h3 {
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  padding: 20px;
}
.quienes_somos .titular div p {
  max-width: 800px;
  text-align: center;
  margin: 15px auto;
}

@media screen and (max-width: 600px) {
  .quienes_somos .titular div h3 {
    font-size: 24px;
  }
  .quienes_somos .titular div p {
    font-size: 18px;
  }
}
.mensaje_gerente {
  width: 90%;
  max-width: 1600px;
  margin: 20px auto;
  padding: 25px 20px;
  display: flex;
  overflow: hidden;
  align-items: center;
  align-content: center;
}
.mensaje_gerente div {
  width: 45%;
}
.mensaje_gerente .mensaje {
  text-align: center;
  padding: 25px;
}
.mensaje_gerente .mensaje h4 {
  font-size: 36px;
  margin: 15px;
}
.mensaje_gerente .mensaje p {
  margin: 10px;
  font-size: 24px;
  text-align: justify;
}
.mensaje_gerente .mensaje span {
  display: block;
}
.mensaje_gerente .mensaje .t1 {
  font-size: 18px;
}
.mensaje_gerente .mensaje .t2 {
  font-size: 24px;
  margin-top: 25px;
  color: #8aabca;
  font-weight: bold;
}
.mensaje_gerente .mensaje .t3 {
  font-size: 18px;
  font-weight: bold;
}
.mensaje_gerente .foto {
  justify-items: center;
}
.mensaje_gerente img {
  border-radius: 5%;
}

@media screen and (max-width: 1000px) {
  .mensaje_gerente {
    display: block;
  }
  .mensaje_gerente div {
    width: 100%;
  }
  .mensaje_gerente .foto {
    display: flex;
  }
  .mensaje_gerente .foto img {
    margin: auto;
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .mensaje_gerente .mensaje h4 {
    font-size: 24px;
  }
  .mensaje_gerente .mensaje p {
    font-size: 18px;
  }
  .mensaje_gerente .foto img {
    width: 200px;
  }
}
.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);
  }
}
.mision_vision {
  background: #f2f2f2;
}
.mision_vision div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin: 20px auto;
  padding: 25px;
  justify-content: center;
  align-items: center;
}
.mision_vision div .misvis {
  display: block;
  border-radius: 15px;
  background: rgb(255, 255, 255);
  margin: 20px;
  padding: 15px;
  max-width: 50%;
}
.mision_vision div .misvis img {
  width: 75px;
  margin: 15px;
}
.mision_vision div .misvis h5 {
  font-size: 34px;
  color: #09234d;
}
.mision_vision div .misvis p {
  text-align: justify;
  font-size: 18px;
  line-height: 1.75;
  margin: 15px 0 20px 0;
}
.mision_vision div .misvis:hover {
  background: rgb(138, 171, 202);
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
  transform: translateY(-5%);
}
.mision_vision div .misvis:hover h5 {
  color: #fff;
}
.mision_vision div .misvis:hover p {
  color: #fff;
}
.mision_vision div .dispuestos h4 {
  font-size: 34px;
  width: 80%;
  margin: auto;
  color: #09234d;
  text-align: center;
}
.mision_vision div .extraordinario p {
  font-size: 24px;
  text-align: justify;
}

@media screen and (max-width: 800px) {
  .mision_vision div {
    display: block;
  }
  .mision_vision div .misvis {
    max-width: 90%;
    margin: 15px auto;
  }
}
@media screen and (max-width: 600px) {
  .mision_vision div .misvis h5 {
    font-size: 24px;
  }
  .mision_vision div .misvis p {
    font-size: 16px;
  }
  .mision_vision div .dispuestos h4 {
    font-size: 24px;
  }
  .mision_vision div .extraordinario p {
    font-size: 18px;
  }
}
.objetivos {
  margin: 20px auto;
  padding: 20px;
  width: 90%;
  max-width: 1600px;
  display: flex;
}
.objetivos .lista {
  width: 90%;
  display: flex;
  background: linear-gradient(90deg, rgb(138, 171, 202) 0%, rgb(9, 9, 121) 40%, rgb(9, 35, 77) 100%);
  border-radius: 25px 0 0 25px;
}
.objetivos .lista .listado {
  padding: 35px;
  margin: 20px;
}
.objetivos .lista .listado h4 {
  font-size: 32px;
  color: #fff;
}
.objetivos .lista .listado ol {
  margin: 20px;
}
.objetivos .lista .listado ol li {
  color: #fff;
  font-size: 18px;
}
.objetivos .lista .foto {
  width: 50%;
  background: #fff url("../img/trabajos.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 800px) {
  .objetivos .lista {
    display: block;
    border-radius: 25px;
    margin: auto;
  }
  .objetivos .lista .foto {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .objetivos .lista .listado h4 {
    font-size: 24px;
  }
  .objetivos .lista .listado ol li {
    font-size: 12px;
  }
}
.codigo {
  background: linear-gradient(135deg, #304659 0%, #2e4967 40%, #1c1f28 100%);
}
.codigo div {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin: 0px auto;
}
.codigo div .mensaje {
  display: block;
  width: 60%;
}
.codigo div .mensaje h5 {
  font-size: 46px;
  color: #fff;
  margin: 30px;
  margin-top: 50px;
}
.codigo div .mensaje p {
  font-size: 24px;
  color: #F4F5FA;
  margin: 20px;
  line-height: 1.75;
}
.codigo div .diego {
  position: relative;
  width: 30%;
}
.codigo div .diego img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .codigo div .diego img {
    width: 130%;
  }
}
@media screen and (max-width: 800px) {
  .codigo div .mensaje h5 {
    font-size: 36px;
  }
  .codigo div .mensaje p {
    font-size: 16px;
  }
  .codigo div .diego img {
    width: 130%;
  }
}
@media screen and (max-width: 500px) {
  .codigo div .mensaje {
    width: 90%;
  }
  .codigo div .diego {
    display: none;
  }
}/*# sourceMappingURL=estilos.css.map */