@font-face {
  font-family: Titulos;
  color: #47536b;
  font-size: 20px;
  font-weight: bold;
  src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../fonts/CircularStd-Bold.svg#svgFontName") format("svg"), url(../fonts/CircularStd-Bold.otf) format("opentype");
}
@font-face {
  font-family: Principal;
  src: url("../fonts/AvenirNextLTPro-Regular.woff"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Regular.svg#svgFontName") format("svg"), url(../fonts/AvenirNextLTPro-Regular.otf) format("opentype");
}
@font-face {
  font-family: PrincipalMedium;
  src: url("../fonts/AvenirNext-Medium.woff"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#svgFontName") format("svg"), url(../fonts/AvenirNext-Medium.otf) format("opentype");
}
@font-face {
  font-family: PrincipalBold;
  src: url("../fonts/AvenirNextLTPro-Bold.woff"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Bold.svg#svgFontName") format("svg"), url(../fonts/AvenirNextLTPro-Bold.otf) format("opentype");
}
@font-face {
  font-family: PrincipalItalic;
  src: url("../fonts/AvenirNextLTPro-It.woff"), url("../fonts/AvenirNextLTPro-It.woff") format("woff"), url("../fonts/AvenirNextLTPro-It.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-It.svg#svgFontName") format("svg"), url(../fonts/AvenirNextLTPro-It.otf) format("opentype");
}
.enlace {
  color: #0077ca;
  font-family: PrincipalMedium;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s color;
}

.enlace:hover {
  color: #0067ba;
}

a {
  color: #6b7b9c;
  font-family: Principal;
  text-decoration: none;
}

.boton {
  background-color: #0077ca;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: PrincipalMedium;
  font-size: 16px;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.3s background-color;
  display: inline-block;
}

.boton:hover {
  background-color: #0067ba;
}

.boton-big {
  background-color: #0077ca;
  color: #FFF;
  padding: 15px 30px;
  border-radius: 8px;
  font-family: PrincipalMedium;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: 0.3s background-color;
}

.boton-big:hover {
  background-color: #0067ba;
}

.flex {
  display: flex;
}
.flex.h-spacebetween {
  justify-content: space-between;
}
.flex.h-spacearound {
  justify-content: space-around;
}
.flex.v-center {
  align-items: center;
}
.flex.v-top {
  align-items: flex-start;
}

.destacados {
  flex-wrap: wrap;
}
.destacados article {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.destacados article .destacado-info {
  padding-left: 25px;
}
.destacados article .destacado-info .destacado-title {
  font-family: Titulos;
  color: #47536b;
  font-size: 20px;
  margin-bottom: 15px;
}
.destacados article .destacado-info .destacado-texto {
  font-size: 16px;
}
.destacados article .destacado-img img {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}

h2 {
  font-family: Titulos;
  color: #47536b;
  font-size: 36px;
}

section.texto-imagen > div {
  width: 50%;
}
section.texto-imagen > div.texto {
  padding-right: 50px;
  text-align: right;
  padding-bottom: 50px;
}
section.texto-imagen > div.texto .boton {
  display: inline-block;
  margin: 20px 0;
}
section.texto-imagen > div.imagen {
  padding-left: 50px;
}
section.texto-imagen > div.imagen img {
  width: 100%;
  max-width: 590px;
}
section.texto-imagen img {
  max-width: 100%;
}

section.imagen-texto > div {
  width: 50%;
}
section.imagen-texto > div.imagen {
  padding-right: 50px;
  /*
  background-image: url(../img/thumbnail_Iphone_use.png);
  background-position: center center;
   		background-repeat: no-repeat;
   		min-height: 600px;
   		background-size: 200%;
   		*/
}
section.imagen-texto > div.imagen img {
  display: block;
  width: 100%;
}
section.imagen-texto > div.texto {
  padding-left: 50px;
  margin: 50px 0px;
  text-align: left;
}
section.imagen-texto > div.texto .iconos {
  display: flex;
  margin: 40px 0;
  justify-content: start;
}
section.imagen-texto > div.texto .iconos a {
  margin-right: 20px;
}
section.imagen-texto > div.texto .iconos a img {
  max-width: 69px;
}
section.imagen-texto img {
  max-width: 100%;
}

section.texto-formulario > div {
  width: 50%;
}
section.texto-formulario > div.formulario .formulario-content {
  padding: 0px 25%;
  max-width: 250px;
}

html {
  height: 100%;
}
html.login {
  background-image: url(../img/fondo_login2.png);
  background-size: 60% 100%;
  background-position-x: right;
  background-repeat: repeat-y;
}
html.login footer .selector-idioma {
  display: none;
}

body {
  background-image: url("../img/fondo_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Principal;
  font-size: 20px;
  color: #6b7b9c;
  margin: 0px;
}
body header {
  padding: 50px;
}
body header.content {
  margin-top: 40px;
}
body header.content .logo img {
  max-width: 248px;
}
body header#sticky_header {
  display: none;
  position: fixed;
  width: 100%;
  top: 0px;
  margin: auto 0px;
  background: white;
  border-bottom: solid 1px #e9ebef;
  opacity: 0.95;
  max-width: unset;
  padding: 0px;
}
body header#sticky_header > div {
  padding: 15px 40px;
}
body header#sticky_header .logo img {
  max-width: 180px;
}
body header#sticky_header .enlaces-max-580 {
  display: block;
}
body header#sticky_header .enlaces-min-580 {
  display: none;
}
body.login {
  background-image: unset;
}
body.login .selector-idioma {
  padding-top: 150px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
body.login .selector-idioma > div {
  padding: 0px 5px;
}
body.login .selector-idioma .idioma-activo {
  font-family: PrincipalBold;
}
body.login .selector-idioma a {
  font-weight: normal;
  color: #6b7b9c;
}
body .content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 40px;
}

.parrafos section {
  margin: 50px 0px;
}

footer sup {
  font-size: 8px;
}
footer #footer-first {
  padding: 30px 0px;
}
footer #footer-first .content {
  text-align: center;
  justify-content: center;
}
footer #footer-first .content h2 {
  width: 50%;
  margin: auto;
}
footer #footer-second {
  background-image: url("../img/fondo_bottom.png");
  background-position: top;
  background-size: cover;
  padding: 140px 0px 100px;
}
footer #footer-second .footer-second-group .footer-second-group-title {
  font-family: Titulos;
  color: #47536b;
  font-size: 20px;
  text-align: center;
  padding: 20px 0 15px;
}
footer #footer-second .footer-second-group ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer #footer-second .footer-second-group ul li {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
footer #footer-third {
  background-color: #47536b;
  color: #FFF;
  display: flex;
  align-items: flex-end;
}
footer #footer-third .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
}
footer #footer-third .content .copyright {
  font-size: 16px;
  margin-bottom: 0px;
}
footer #footer-third .content .selector-idioma {
  margin-top: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.selector-idioma {
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selector-idioma > div {
  padding: 0px 5px;
  font-size: 16px;
}
.selector-idioma .idioma-activo {
  font-family: PrincipalBold;
}
.selector-idioma a {
  font-weight: normal;
  color: #FFF;
}

.formulario h2 {
  color: #0077ca;
  font-size: 30px;
}
.formulario form .campo-formulario {
  display: flex;
  flex-direction: column;
}
.formulario form .campo-formulario label {
  margin: 20px 0px;
}
.formulario form .campo-formulario input {
  background-color: #6b7b9c;
  color: #FFF;
  border: 0;
  padding: 10px;
  border-radius: 20px;
  font-family: Principal;
  font-size: 16px;
}
.formulario form .campo-formulario input::placeholder {
  color: #FFF;
}
.formulario form .olvide {
  text-align: right;
  margin-top: 15px;
}
.formulario form .olvide a {
  text-decoration: underline;
  font-style: italic;
  font-size: 14px;
}
.formulario form .boton-formulario input {
  background-color: #0077ca;
  color: #FFF;
  border: 0;
  padding: 15px 30px;
  border-radius: 8px;
  width: 100%;
  font-family: PrincipalMedium;
  font-size: 18px;
  text-decoration: none;
  margin: 25px 0px;
}
.formulario .crear {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
.formulario .crear div {
  padding: 20px 0px;
}
.formulario .crear a {
  background-color: #FFF;
  color: #47536b;
  border: 0;
  padding: 7px;
  border-radius: 20px;
  width: 100%;
  font-family: Titulos;
  font-size: 16px;
  text-decoration: none;
  margin: 25px 0px;
}

/*
@media (max-width: 1050px) {
	section.imagen-texto {
		& > div {
			&.imagen {
				background-size: 200%;
			}
		}
	}
}*/
@media (max-width: 876px) {
  h2 {
    font-family: Titulos;
    color: #47536b;
    font-size: 36px;
  }

  .parrafos section {
    margin: 0px 0px 0px;
  }

  html {
    height: 100%;
  }
  html.login {
    background-image: unset;
    background-size: unset;
    background-position-x: unset;
    background-repeat: unset;
  }
  html.login .selector-idioma {
    display: none;
  }
  html.login footer .selector-idioma {
    display: flex;
  }

  body.login {
    background-image: url(../img/fondo_login2.png);
    background-size: 60% 100%;
    background-position-x: right;
    background-repeat: repeat-y;
  }
  body header {
    margin-bottom: 50px !important;
  }
  body header.content .logo img {
    max-width: 200px;
  }
  body header#sticky_header {
    /* display: none !important; */
  }
  body .content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 15px;
  }

  section.texto-imagen {
    flex-wrap: wrap;
  }
  section.texto-imagen > div {
    width: 100%;
  }
  section.texto-imagen > div.texto {
    padding-right: 0px;
    margin-bottom: 100px;
    padding-bottom: 0px;
    text-align: center;
  }
  section.texto-imagen > div.texto .boton {
    display: inline-block;
    margin: 20px 0;
  }
  section.texto-imagen > div.imagen {
    text-align: center;
    padding-left: 0px;
  }
  section.texto-imagen > div.imagen img {
    width: 100%;
    max-width: 726px;
  }
  section.texto-imagen img {
    max-width: 100%;
  }

  section.imagen-texto {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section.imagen-texto > div {
    width: 100%;
  }
  section.imagen-texto > div.imagen {
    padding-right: 0px;
    /* background-size: 150%; */
  }
  section.imagen-texto > div.imagen img {
    width: 100%;
    padding: 20px 0;
  }
  section.imagen-texto > div.texto {
    padding-left: 0px;
    margin: 0px;
    text-align: center;
  }
  section.imagen-texto > div.texto .iconos {
    display: flex;
    margin: 40px 0;
    justify-content: center;
  }
  section.imagen-texto > div.texto .iconos a {
    margin-right: 20px;
  }
  section.imagen-texto > div.texto .iconos a img {
    max-width: 69px;
  }
  section.imagen-texto > div.texto .iconos a:nth-child(2) {
    margin-right: 0px;
  }
  section.imagen-texto img {
    max-width: 100%;
  }

  section.texto-formulario {
    display: block;
  }
  section.texto-formulario > div {
    width: 100%;
  }
  section.texto-formulario > div.formulario .formulario-content {
    padding: 0px 25%;
    max-width: unset;
  }

  .destacados {
    flex-wrap: wrap;
  }
  .destacados article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .destacados article .destacado-img img {
    min-width: 110px;
    max-width: 110px;
    width: 110px;
  }
  .destacados article .destacado-info {
    padding-left: 25px;
  }
  .destacados article .destacado-info .destacado-title {
    font-family: Titulos;
    color: #47536b;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .destacados article .destacado-info .destacado-texto {
    font-size: 16px;
  }

  footer sup {
    font-size: 8px;
  }
  footer #footer-first {
    padding: 30px 0px;
  }
  footer #footer-first .content {
    text-align: center;
    justify-content: center;
  }
  footer #footer-first .content h2 {
    width: 100%;
    margin: auto;
  }
  footer #footer-second {
    background-image: url("../img/fondo_bottom.png");
    background-position: top;
    background-size: cover;
    padding: 50px 0px 50px;
  }
  footer #footer-second > div {
    flex-direction: column;
  }
  footer #footer-second .footer-second-group {
    width: 100%;
  }
  footer #footer-second .footer-second-group .footer-second-group-title {
    font-family: Titulos;
    color: #47536b;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 15px;
  }
  footer #footer-second .footer-second-group ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  footer #footer-second .footer-second-group ul li {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }
  footer #footer-third {
    background-color: #47536b;
    color: #FFF;
    display: flex;
    align-items: flex-end;
  }
  footer #footer-third .selector-idioma {
    padding-top: 15px;
  }

  .formulario h2 {
    color: #0077ca;
    font-size: 30px;
    text-align: center;
  }
  .formulario form .campo-formulario {
    display: flex;
    flex-direction: column;
  }
  .formulario form .campo-formulario label {
    margin: 20px 0px;
  }
  .formulario form .campo-formulario input {
    background-color: #6b7b9c;
    color: #FFF;
    border: 0;
    padding: 10px;
    border-radius: 20px;
    font-family: Principal;
    font-size: 16px;
  }
  .formulario form .campo-formulario input::placeholder {
    color: #FFF;
  }
  .formulario form .olvide {
    text-align: right;
    margin-top: 15px;
  }
  .formulario form .olvide a {
    text-decoration: underline;
    font-style: italic;
    font-size: 14px;
  }
  .formulario form .boton-formulario input {
    background-color: #0077ca;
    color: #FFF;
    border: 0;
    padding: 7px;
    border-radius: 20px;
    width: 100%;
    font-family: Titulos;
    font-size: 16px;
    text-decoration: none;
    margin: 25px 0px;
  }
  .formulario .crear {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
  }
  .formulario .crear div {
    padding: 20px 0px;
  }
  .formulario .crear a {
    background-color: #FFF;
    color: #47536b;
    border: 0;
    padding: 7px;
    border-radius: 20px;
    width: 100%;
    font-family: Titulos;
    font-size: 16px;
    text-decoration: none;
    margin: 25px 0px;
  }
}
@media (max-width: 580px) {
  h2 {
    font-family: Titulos;
    color: #47536b;
    font-size: 32px;
  }

  body header {
    flex-direction: column;
    margin-bottom: 10px !important;
  }
  body header > div {
    margin: 0px 20px 20px 20px;
  }
  body header > div.logo {
    margin: 0px 20px 40px 20px;
  }
  body header#sticky_header {
    /* display: none !important; */
  }
  body header#sticky_header .content {
    padding: 20px 15px;
  }
  body header#sticky_header .content .logo {
    margin-bottom: 0px;
  }
  body header#sticky_header .content .logo img {
    max-width: 150px;
    vertical-align: top;
  }
  body header#sticky_header .content .enlaces-max-580 {
    display: none;
  }
  body header#sticky_header .content .enlaces-min-580 {
    display: block;
  }

  section.texto-imagen > div.texto {
    padding-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  section.imagen-texto {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section.imagen-texto > div {
    width: 100%;
  }
  section.imagen-texto > div.imagen {
    padding-right: 0px;
    /* background-size: 120%;
    min-height: 350px; */
  }

  .boton-big {
    margin-top: 40px;
  }

  .destacados article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  footer #footer-third .selector-idioma {
    font-size: 16px;
  }

  section.imagen-texto > div.texto .iconos {
    margin: 40px 0px 0px;
  }
}
section.corporate {
  margin-top: 30px;
}
section.corporate h2 {
  text-align: center;
}
section.corporate .content {
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 30px 0;
  line-height: 1.5em;
  color: #405377;
}
@media (min-width: 580px) {
  section.corporate {
    margin-top: 60px;
  }
  section.corporate .content {
    padding: 60px;
    margin: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
