@import url(https://fonts.googleapis.com/css2?family=Inria+Serif:wght@300;400;700&family=Poppins:wght@300;400;500;600;700;800&display=swap);
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: 'jyrei';
  src: url("/iconos/jyrei.eot?9tlpdg");
  src: url("/iconos/jyrei.eot?9tlpdg#iefix") format('embedded-opentype'), url("/iconos/jyrei.ttf?9tlpdg") format('truetype'), url("/iconos/jyrei.woff?9tlpdg") format('woff'), url("/iconos/jyrei.svg?9tlpdg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jyrei' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e900";
}
.icon-icono-1:before {
  content: "\e901";
}
.icon-icono-2:before {
  content: "\e902";
}
.icon-icono-3:before {
  content: "\e903";
}
.icon-icono-4:before {
  content: "\e904";
}
.icon-ig:before {
  content: "\e905";
}
.icon-in:before {
  content: "\e906";
}
button,
a {
  cursor: pointer;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.btn-black {
  background: #000;
  color: #fff;
  border-radius: 16px;
  border: none;
  height: 32px;
  width: 165px;
  display: block;
  padding: 8px 0;
}
.btn-azul {
  background: #002f73;
  color: #fff;
  border-radius: 16px;
  border: none;
  height: 32px;
  width: 165px;
  display: block;
  padding: 8px 0;
}
.btn-white {
  background: #fff;
  border-radius: 16px;
  border: none;
  height: 32px;
  width: 165px;
  display: block;
  padding: 8px 0;
  color: #000 !important;
}
.layout {
  padding: 0 20px;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
}
.seccontacto {
  padding: 100px 70px;
  background: #06002b;
}
.seccontacto-contenido {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seccontacto-contenido .texto,
.seccontacto-contenido .imagen {
  width: 100%;
}
.seccontacto-contenido .texto img,
.seccontacto-contenido .imagen img {
  width: 100%;
  display: block;
}
.seccontacto-contenido .texto {
  text-align: center;
  color: #fff;
}
.seccontacto-contenido .texto h3 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
}
.seccontacto-contenido .texto p {
  padding: 15px 0 35px;
}
.seccontacto-contenido .texto .boton {
  display: flex;
  justify-content: center;
}
.header {
  background: transparent;
  width: 100%;
  padding: 0 25px;
  transition: all 0.5s;
  position: fixed;
  top: 0px;
}
.header .logo-confixed {
  display: none;
}
.header .logo-sinfixed {
  display: block;
}
.header.fixed {
  background: #fff;
  width: 100%;
  z-index: 4;
  box-shadow: 0px 15px 10px -15px #111;
}
.header.fixed .logo-confixed {
  display: block;
}
.header.fixed .logo-sinfixed {
  display: none;
}
.header.fixed .menu ul li a {
  color: #000;
}
.header.fixed .menu ul li a.active {
  border: 1px solid #000;
}
.header.fixed .icono span {
  color: #002f73;
}
.header-contenido {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1550px;
  padding: 16px 25px;
  margin: 0 auto;
}
.header-contenido figure {
  width: 220px;
  margin: 0px;
  transition: width 0.5s;
}
.header-contenido figure img {
  width: 100%;
}
.header-contenido .menu {
  color: #fff;
  width: 100%;
  max-width: 310px;
  position: relative;
}
.header-contenido .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}
.header-contenido .menu ul li {
  text-decoration: none;
  list-style: none;
}
.header-contenido .menu ul li a {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contenido .menu ul li a.active {
  width: 100px;
  height: 30px;
  border-radius: 18.5px;
  border: 1px solid #fff;
}
.header-contenido .menu .submenu:hover .submenu-options {
  display: block !important;
}
.header-contenido .icono {
  display: none;
}
.footer {
  padding: 0px 70px;
}
.footer-contenido {
  padding: 60px;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.footer-contenido-seccion {
  width: calc(33.33% - 20px);
}
.footer-contenido-seccion .logo {
  text-align: center;
}
.footer-contenido-seccion .texto-left {
  text-align: right;
}
.footer-contenido-seccion .iconos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-contenido-seccion .iconos-icono {
  padding-left: 10px;
  text-decoration: none;
}
.footer-contenido-seccion .iconos-icono span {
  font-size: 30px;
  color: #002f73 !important;
}
.header2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  background: #000;
  padding: 0 10px;
}
.header2 .logoAdmin {
  padding: 40px 15px 10px;
  width: 100%;
}
.header2 .logoAdmin img {
  display: block;
  width: 100%;
}
.header2 nav {
  height: calc(100% - 150px);
  padding-top: 20px;
}
.header2 nav a {
  margin-bottom: 20px;
  padding: 15px 0 15px 10px;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.header2 nav a:hover {
  background: #fff;
  color: #000;
}
.header2 nav a.selected {
  background: #fff;
  color: #000;
}
.header2 .botonAdmin {
  width: 100%;
}
.header2 .botonAdmin button {
  width: 100%;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 15px;
  padding: 10px 0;
}
.contenidoAdmin {
  width: calc(100% - 200px);
  height: 100vh;
  overflow-y: auto;
  margin-left: auto;
  padding: 30px 50px;
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
.clientes {
  height: 100vh;
  width: calc(100% - 200px);
  margin-left: auto;
}
.clientes-contenido {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
}
@media screen and (max-width: 1050px) {
  .footer-contenido {
    padding: 40px 0;
  }
  .footer-contenido-seccion {
    width: calc(33.33% - 10px);
  }
  .footer-contenido-seccion .logo img {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .header {
    padding: 0;
  }
  .footer {
    padding: 0 25px;
  }
  .footer-contenido {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-contenido-seccion {
    width: 100%;
  }
  .footer-contenido-seccion .logo {
    display: flex;
    justify-content: center;
  }
  .footer-contenido-seccion .logo img {
    width: unset;
  }
  .footer-contenido-seccion .texto,
  .footer-contenido-seccion .texto-left {
    text-align: center !important;
  }
  .footer-contenido-seccion .iconos {
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .header-contenido {
    width: unset;
    max-width: unset;
    margin-right: unset;
  }
  .header-contenido .menu {
    position: fixed;
    right: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 5;
    background: #fff;
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    transition: right 0.5s, box-shadow 1s;
  }
  .header-contenido .menu.active {
    right: 0;
  }
  .header-contenido .menu ul {
    flex-direction: column;
    width: 100%;
  }
  .header-contenido .menu ul li {
    text-align: center;
    width: 100%;
    min-width: 240px;
    margin: 30px 0;
    padding-bottom: 30px;
    color: #000;
  }
  .header-contenido .menu ul li a {
    color: #000;
  }
  .header-contenido .menu ul li a.active {
    width: 100%;
    border: 1px solid #000;
    display: inline;
    padding: 6px 10px;
  }
  .header-contenido .icono {
    display: unset;
    position: relative;
    z-index: 10;
  }
  .header-contenido .icono span {
    color: #fff;
    font-size: 40px;
  }
  .header-contenido .icono .icon-menu.active {
    color: #002f73;
  }
}
@media screen and (max-width: 650px) {
  .seccontacto-contenido .texto h3 {
    font-size: 30px;
  }
  body {
    font-size: 14px;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.empresa-banner {
  background: url("/images/empresa/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  height: 80vh;
}
.empresa-banner-titulo {
  text-align: center;
}
.empresa-banner-titulo h1 {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}
.empresa-jyrei {
  padding: 100px 70px;
}
.empresa-jyrei-contenido {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.empresa-jyrei-contenido-50 {
  width: 50%;
}
.empresa-jyrei-contenido-50 img {
  display: block;
  width: 100%;
}
.empresa-jyrei-contenido-50 .texto {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.empresa-jyrei-contenido-50 .texto h2 {
  font-size: 64px;
  font-weight: 400;
  font-family: "Inria Serif", serif;
  color: #013684;
  margin: 0;
}
.empresa-jyrei-contenido-50 .texto p {
  color: #131313;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding: 30px 0 45px;
}
.empresa-jyrei-contenido-50 .texto span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.empresa-comprometidos {
  background: url("/images/empresa/frase.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 250px 0;
}
.empresa-comprometidos-texto {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
  padding: 0 20px;
}
.empresa-comprometidos-texto h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.empresa-valores {
  padding: 150px 70px;
}
.empresa-valores-contenido {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.empresa-valores-contenido-mision,
.empresa-valores-contenido-vision,
.empresa-valores-contenido-img {
  width: calc(33.33% - 20px);
}
.empresa-valores-contenido-mision img,
.empresa-valores-contenido-vision img,
.empresa-valores-contenido-img img {
  width: 100%;
  display: block;
}
.empresa-valores-contenido-mision .texto h3,
.empresa-valores-contenido-vision .texto h3,
.empresa-valores-contenido-img .texto h3 {
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  color: #002f73;
  padding: 10px 0 30px;
}
.empresa-valores-contenido-mision .texto p,
.empresa-valores-contenido-vision .texto p,
.empresa-valores-contenido-img .texto p {
  line-height: 21px;
}
.empresa-valores-contenido-mision .texto {
  padding: 60px 15px 60px 0px;
  text-align: right;
  max-width: 505px;
  margin-left: auto;
}
.empresa-valores-contenido-vision .texto {
  padding: 120px 0px 60px 15px;
  max-width: 480px;
  margin-right: auto;
}
.empresa-valores-contenido-vision .d-none {
  display: none;
}
@media screen and (max-width: 1290px) {
  .empresa-valores-contenido-mision .texto {
    padding: 0 10px 20px 0;
  }
  .empresa-valores-contenido-mision .texto h3 {
    padding: 0 0 10px;
  }
  .empresa-valores-contenido-vision .texto {
    padding: 20px 0 0 10px;
  }
  .empresa-valores-contenido-vision .texto h3 {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 1150px) {
  .empresa-valores-contenido {
    flex-wrap: wrap;
  }
  .empresa-valores-contenido-mision,
  .empresa-valores-contenido-vision {
    width: 100%;
  }
  .empresa-valores-contenido-mision .texto,
  .empresa-valores-contenido-vision .texto {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: justify !important;
  }
  .empresa-valores-contenido-mision .texto h3,
  .empresa-valores-contenido-vision .texto h3 {
    text-align: center !important;
  }
  .empresa-valores-contenido-mision .img,
  .empresa-valores-contenido-vision .img {
    max-width: 450px;
    margin: 0 auto;
  }
  .empresa-valores-contenido-img {
    display: none;
  }
  .empresa-valores-contenido-vision .texto {
    display: none;
  }
  .empresa-valores-contenido-vision .d-none {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  .empresa-jyrei {
    padding: 50px 35px;
  }
  .empresa-jyrei-contenido {
    flex-wrap: wrap-reverse;
  }
  .empresa-jyrei-contenido-50 {
    width: 100%;
  }
  .empresa-jyrei-contenido-50 .texto {
    padding-bottom: 25px;
  }
  .empresa-jyrei-contenido-50 img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .empresa-banner-titulo h1 {
    font-size: 30px;
  }
  .empresa-banner-titulo img {
    max-width: 230px;
  }
  .empresa-comprometidos-texto h3 {
    font-size: 20px;
  }
  .empresa-valores {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 550px) {
  .empresa-jyrei {
    padding: 25px;
  }
  .empresa-jyrei-contenido-50 .texto h2 {
    font-size: 35px;
  }
  .empresa-jyrei-contenido-50 .texto p {
    font-size: 16px;
    padding: 10px 0 20px;
  }
  .empresa-jyrei-contenido-50 .texto span {
    font-size: 14px;
  }
}

