body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #2D4F97; }

.textCenter {
  text-align: center !important; }

header {
  width: 100vw;
  background-color: #2D4F97;
  height: auto;
  text-align: center; }
  header img {
    display: inline-block;
    width: 1200px; }
    header img.mobile {
      width: 100%;
      margin-left: -3px;
      margin-top: -3px; }

.headerBot {
  width: 100vw;
  background: white; }

.headerMobileTop {
  width: 100vw;
  background: #2D4F97; }
  .headerMobileTop img {
    width: 100%; }

main {
  text-align: center; }
  main h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px; }
  main .form {
    display: inline-block;
    width: 100%;
    max-width: 800px; }
    main .form .field {
      padding: 10px 30px;
      text-align: left; }
      main .form .field label {
        font-weight: 600;
        display: inline-block;
        margin-bottom: 5px; }
      main .form .field input {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #2c4f97; }
      main .form .field button {
        border-radius: 8px;
        padding: 15px 30px;
        background: rgba(164, 59, 70, 0.8);
        color: white;
        font-weight: bold;
        font-size: 20px;
        border: none;
        display: inline-block;
        cursor: pointer;
        margin-top: 20px;
        cursor: pointer; }
        main .form .field button:hover, main .form .field button:focus {
          background: #a43b46; }
    main .form .columns-1 {
      display: flex;
      flex-direction: row;
      min-width: 0; }
      main .form .columns-1.mobile {
        flex-direction: column; }
      main .form .columns-1 .field {
        flex: 1 1 0;
        min-width: 0; }
        main .form .columns-1 .field input {
          width: 100%;
          max-width: 100%;
          box-sizing: border-box; }
    main .form .columns-2 {
      display: flex;
      flex-direction: row;
      min-width: 0; }
      main .form .columns-2.mobile {
        flex-direction: column; }
      main .form .columns-2 .field {
        flex: 1 1 0;
        min-width: 0; }
        main .form .columns-2 .field input {
          width: 100%;
          max-width: 100%;
          box-sizing: border-box; }

footer {
  width: 1100px;
  margin: 40px auto;
  display: flex;
  flex-direction: row;
  align-items: center; }
  footer article {
    vertical-align: top;
    text-align: left;
    padding: 30px 15px;
    font-size: 12px;
    flex: auto;
    height: 100px; }
    footer article img {
      height: 40px;
      display: inline-block; }
    footer article.footer_1 {
      width: auto; }
      footer article.footer_1 img {
        height: 60px; }
    footer article.footer_2 {
      width: auto; }
    footer article.footer_3 {
      width: auto; }
  footer.mobile {
    width: 100%;
    flex-direction: column; }
    footer.mobile article {
      text-align: center; }
      footer.mobile article.footer_1 img {
        height: 80px; }
      footer.mobile article.footer_2 img {
        height: 60px; }
      footer.mobile article.footer_3 img {
        width: 100%; }

.bottomLine {
  width: 100vw;
  background: #2D4F97;
  height: 62px; }

.test {
  background: white;
  color: #2C4F97;
  border: 5px solid #CC342B;
  width: 900px;
  margin: 0 auto;
  height: auto; }
  .test .testContent {
    flex: 1 1 50%; }
    .test .testContent .containerTest {
      display: none;
      padding: 20px 40px; }
      .test .testContent .containerTest .tituloTest {
        font-size: 24px; }
      .test .testContent .containerTest#containerTest5 {
        margin-top: 100px; }
      .test .testContent .containerTest h4 {
        text-align: left;
        font-size: 24px;
        font-weight: normal; }
      .test .testContent .containerTest .opcionTest {
        background: #CC342B;
        width: 200px;
        border-radius: 4px;
        padding: 10px;
        text-align: left;
        color: white;
        cursor: pointer; }
        .test .testContent .containerTest .opcionTest:hover {
          background: #a43b46; }
        .test .testContent .containerTest .opcionTest .opcionLetra {
          text-align: center;
          background: white;
          display: inline-block;
          font-weight: bold;
          color: #114FB3;
          font-size: 15px;
          width: 20px;
          border-radius: 4px; }
      .test .testContent .containerTest.active {
        display: inline-block; }
  .test .testImage {
    flex: 1 1 50%; }
    .test .testImage img {
      width: 100%;
      display: block; }

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