@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100;0,400;0,600;0,700;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  animation-delay
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include animation-delay('slide-down 5s 3'); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border-radius
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include border-radius(30px); 
  Podemos variar el número de valores, @include animation(30px 0 30px 30px); por ejemplo.

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  rotate
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include rotate(90deg); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  scale
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include scale(1.3); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  transition
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include transition(.3s ease); 
  Podemos variar el número de valores, @include @include transition(.3s ease-in .4s);  por ejemplo.

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  translate
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include translate(-50%,-50%); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  translateX
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include translateX(100px); 

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  translateY
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Usage: @include translateY(100%);  

*/
/*
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  transform
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
footer > .wrapper {
  padding: 0;
}

.footer_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 2rem;
  text-align: center;
  align-items: center;
  background-color: #FAFAFB;
}
@media screen and (min-width: 1024px) {
  .footer_row {
    flex-direction: row;
    padding: 9.5rem 2rem 5rem;
  }
}
.footer_row .column {
  flex: 1 1 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer_row .column {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer_row .column.col_init {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .footer_row .column.col_init {
    flex-basis: 40%;
  }
}
.footer_row .column.col_last {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .footer_row .column.col_last {
    flex-basis: 60%;
  }
}
.footer_row .column ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .footer_row .column ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer_row .column ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer_row .column ul li {
    margin-bottom: 10px;
  }
}
.footer_row .column ul li + li {
  position: relative;
}
.footer_row .column ul li + li::before {
  content: "|";
  padding: 0 0.5rem;
  color: #B5B5BE;
}
.footer_row .column ul li a {
  text-decoration: none;
  color: #B5B5BE;
  font-size: 1.6rem;
}
.footer_row .column .logo img {
  margin: 0 auto;
}

.footer_copyright {
  text-align: center;
  padding: 1.5rem;
  background-color: #EFEFF2;
  margin-bottom: 8.5rem;
}
@media screen and (min-width: 1024px) {
  .footer_copyright {
    margin-bottom: 0;
  }
}
.footer_copyright p {
  color: #63636A;
  font-size: 1.2rem;
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(29, 74, 141, 0.8);
  z-index: 9999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
}
.modal.open {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal#modalValidation {
  z-index: 9999999999999;
}
.modal#modalCallme {
  background-color: transparent;
}
@media (max-width: 768px) {
  .modal#modalCallme {
    background-color: rgba(29, 74, 141, 0.8) !important;
  }
}
@media screen and (min-width: 560px) {
  .modal#modalCallme .modal_dialog {
    max-width: 604px;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .modal#modalCallme .modal_dialog .close {
    top: -3px !important;
  }
}
.modal#modalCallme .modal_content {
  box-shadow: 0px 0px 76px #1D4A8D;
  border-radius: 4px;
  overflow-y: visible;
}
@media screen and (min-width: 1024px) {
  .modal#modalCallme .modal_content {
    height: auto;
    padding: 3rem 0.9rem;
  }
}
@media (max-width: 768px) {
  .modal#modalCallme .modal_content {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 40px);
    top: 35px;
  }
  .modal#modalCallme .modal_content::-webkit-scrollbar {
    width: 4px;
    background: #ffffff;
    border: none;
    height: 8px;
    position: absolute;
    bottom: 12px;
    cursor: pointer;
  }
  .modal#modalCallme .modal_content::-webkit-scrollbar-thumb {
    background: #1D4A8D;
    -webkit-box-shadow: none;
    border-top: solid 8px #1D4A8D;
    border-bottom: solid 8px #1D4A8D;
    cursor: pointer;
  }
  .modal#modalCallme .modal_content::-webkit-scrollbar-thumb:window-inactive {
    background: #1D4A8D;
    cursor: pointer;
  }
}
.modal#modalCallme .modal_content .wrapper {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .modal#modalCallme .modal_content .wrapper {
    padding: 0;
  }
}
.modal#modalCallme .modal_content .callme_content {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.modal#modalCallme .modal_content .callme_content img {
  max-width: 37px;
  margin: 0 auto 3rem;
}
.modal#modalCallme .modal_content .callme_content h2 {
  color: #1D4A8D;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .modal#modalCallme .modal_content .callme_content h2 {
    font-size: 3.2rem;
    line-height: 3.9rem;
    font-weight: 800;
    margin-bottom: 2rem;
    padding: 0 6rem;
  }
}
.modal#modalCallme .modal_content .callme_content .title {
  color: #1D4A8D;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .modal#modalCallme .modal_content .callme_content .title {
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 400;
    max-width: 100%;
    margin: 0 auto 3.3rem;
  }
}
.modal#modalCallme .modal_content .callme_content .legal p {
  color: #1D4A8D;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .modal#modalCallme .modal_content .callme_content .legal p {
    margin-top: 5.5rem;
  }
}
.modal#modalCalcula {
  background-color: rgba(29, 74, 141, 0.3);
}
.modal#modalCalcula .modal_dialog {
  width: 96vw;
  max-height: 90vh;
}
@media screen and (min-width: 560px) {
  .modal#modalCalcula .modal_dialog {
    max-width: 456px;
    width: 100%;
  }
}
.modal#modalCalcula .modal_content {
  box-shadow: 0px 0px 0px #1D4A8D;
  border-radius: 0px;
  overflow-y: visible;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .modal#modalCalcula .modal_content {
    height: auto;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .modal#modalCalcula .modal_content {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 28px);
    top: 22px;
  }
  .modal#modalCalcula .modal_content::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    border: none;
    height: 8px;
    position: absolute;
    bottom: 12px;
    cursor: pointer;
  }
  .modal#modalCalcula .modal_content::-webkit-scrollbar-thumb {
    background: #1D4A8D;
    -webkit-box-shadow: none;
    border-top: solid 8px #1D4A8D;
    border-bottom: solid 8px #1D4A8D;
    cursor: pointer;
  }
  .modal#modalCalcula .modal_content::-webkit-scrollbar-thumb:window-inactive {
    background: #1D4A8D;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .modal#modalCalcula .modal_content {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
  }
  .modal#modalCalcula .modal_content::-webkit-scrollbar {
    width: 4px;
    background: transparent;
    border: none;
    height: 8px;
    position: absolute;
    bottom: 12px;
    cursor: pointer;
  }
  .modal#modalCalcula .modal_content::-webkit-scrollbar-thumb {
    background: #1D4A8D;
    -webkit-box-shadow: none;
    border-top: solid 8px #1D4A8D;
    border-bottom: solid 8px #1D4A8D;
    cursor: pointer;
  }
  .modal#modalCalcula .modal_content::-webkit-scrollbar-thumb:window-inactive {
    background: #1D4A8D;
    cursor: pointer;
  }
}
.modal#modalCalcula .modal_content .wrapper {
  padding: 0;
}
.modal_dialog {
  position: relative;
  width: 90vw;
  max-height: 90vh;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .modal_dialog {
    max-width: 1024px;
    width: 87vw;
    height: auto;
    padding: 2.6rem;
  }
}
.modal_dialog .close {
  right: 0px;
  top: -14px;
  position: absolute;
  cursor: pointer;
  width: 4rem;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .modal_dialog .close {
    right: -16px;
    top: 24px;
  }
}
.modal_content {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  overflow-y: scroll;
  height: 100%;
}
.modal_content::-webkit-scrollbar {
  width: 4px;
  background: #ffffff;
  border: none;
  height: 8px;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
}
.modal_content::-webkit-scrollbar-thumb {
  background: #1D4A8D;
  -webkit-box-shadow: none;
  border-top: solid 8px #1D4A8D;
  border-bottom: solid 8px #1D4A8D;
  cursor: pointer;
}
.modal_content::-webkit-scrollbar-thumb:window-inactive {
  background: #1D4A8D;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .modal_content {
    height: auto;
    padding: 2.6rem;
  }
}
.modal_content .wrapper {
  padding: 2rem;
}
.modal_content h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D4A8D;
}
.modal_content h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D4A8D;
}
.modal_content h3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D4A8D;
}
.modal_content h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D4A8D;
}
.modal_content h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D4A8D;
}
.modal_content h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #1D4A8D;
}
.modal_content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
  color: #26272D;
}
.modal_content p:last-of-type {
  margin-bottom: 0;
}
.modal_content ul li, .modal_content ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
  color: #26272D;
}
.modal_content ul li:last-of-type, .modal_content ol li:last-of-type {
  margin-bottom: 0;
}
.modal_content a {
  color: #1D4A8D;
  text-decoration: underline;
}
.modal_content a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.modal_content img {
  margin: 2rem 0;
}

.header__acierto {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.header__acierto > .wrapper {
  padding: 0;
}
.header__acierto .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
  background-color: #1D4A8D;
  height: 8.5rem;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container {
    height: 10rem;
  }
}
.header__acierto .container .logo {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container .logo {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .header__acierto .container .logo_aseguradora {
    max-width: 70%;
  }
}
.header__acierto .container .logo span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container .logo span {
    display: block;
    height: 36px;
    width: 1px;
    background-color: #ffffff;
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__acierto .container .logo_acierto {
    max-width: 70%;
    margin-top: 1rem;
  }
}
.header__acierto .container .actions {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container .actions .tel {
    margin-right: 2rem;
  }
}
.header__acierto .container .actions .tel p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container .actions .tel p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: right;
    display: block;
  }
  .header__acierto .container .actions .tel p span {
    font-weight: 800;
    display: block;
  }
}
.header__acierto .container .actions .tel .mobile_tel {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: right;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container .actions .tel .mobile_tel {
    display: none;
  }
}
.header__acierto .container .actions .cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__acierto .container .actions .cta {
    display: flex;
    flex-direction: row;
  }
  .header__acierto .container .actions .cta a + a {
    margin-left: 2rem;
  }
}

.fixed_mobile {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 8.5rem;
  background-color: #1D4A8D;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 2rem;
}
.fixed_mobile .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .fixed_mobile {
    display: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  background-color: #1D4A8D;
  color: #ffffff;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto 0 auto;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2.2rem;
  border: none;
  height: 4.3px;
  text-align: center;
}
.button:hover {
  background-color: #4f5feb;
  color: #ffffff;
}
.button--medium {
  font-size: 1.6rem;
  height: 3.9rem;
}
.button.primary {
  background-color: #EA1010;
  color: #ffffff;
}
.button.primary:hover {
  background-color: #b91313;
}
.button.secondary {
  background-color: #3E5ADD;
  color: #ffffff;
}
.button.secondary:hover {
  background-color: #1D4A8D;
}
.button.alternativo {
  background-color: #ffffff;
  color: #26272D;
}
.button.alternativo:hover {
  background-color: #cbcbcb;
}
.button.alternativo.header {
  background-color: #FFFFFF;
  color: #26272D;
}
.button.alternativo.header:hover {
  background-color: #cbcbcb;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.pe-none {
  pointer-events: none !important;
}

.noBreak {
  white-space: nowrap;
}

.overflow {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: none !important;
}
.only-desktop--flex {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .only-desktop--flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .only-desktop {
    display: block !important;
  }
}

.underline {
  text-decoration: underline;
}
.underline--no {
  text-decoration: none;
}

.notOpacity {
  opacity: 1 !important;
}

.no-margin {
  margin: 0;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
@media screen and (max-width: 1024px) {
  .no-margin--bottom-resp {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-margin--top-resp {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-margin--resp {
    margin: 0 !important;
  }
}

.no-padding {
  padding: 0;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--left {
  padding-left: 0;
}
.no-padding--right {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .no-padding--bottom-resp {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-padding--top-resp {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--right-xs {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--left-xs {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .no-padding--resp {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .no-padding--top-desk {
    padding-top: 0 !important;
  }
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.w80 {
  width: 80% !important;
  margin: auto;
}

.w50 {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .w50 {
    width: 50% !important;
  }
}

.height-auto {
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .height-auto_mobile {
    height: auto !important;
  }
}

.stroke-white {
  stroke: white;
}

.absolute {
  position: absolute;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-075 {
  opacity: 0.75 !important;
}

.o-f-contain {
  object-fit: contain !important;
}

.o-f-position-left {
  object-position: left !important;
}

.no-border {
  border: none !important;
}

.form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .form-row {
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.form-row .form-group {
  flex-basis: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .form-row .form-group {
    flex-basis: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}
.form-row .form-group:last-of-type {
  margin-right: 0;
}

.form-group {
  position: relative;
}
.form-group.selector {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid #A1A1A1;
}
.form-group.selector .form-label {
  z-index: 0;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 600;
}
.form-group.selector .form-label span {
  color: #1D4A8D;
  margin-left: 0.5rem;
}
.form-group.selector select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1.4rem;
  color: #A1A1A1;
  height: 4rem;
  width: 100%;
  position: relative;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding-left: 0;
}
.form-group.selector select::-ms-expand {
  display: none;
}
.form-group.selector select::-webkit-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector select::-moz-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector select::-ms-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector select::-o-input-placeholder {
  color: #A1A1A1;
}
.form-group.selector:after {
  right: 0.4rem;
  top: 2rem;
  z-index: 5;
  pointer-events: none;
  content: " ";
  width: 1rem;
  height: 0;
  position: absolute;
  border-top: 0.5rem solid #1D4A8D;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.form-group.checkbox input {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: relative;
  vertical-align: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: 1rem;
}
.form-group.checkbox input:checked:after {
  content: "";
  background: #1D4A8D;
  height: 1.7rem;
  width: 1.7rem;
  position: relative;
  display: block;
  top: -1px;
  left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-group.checkbox label {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  vertical-align: 0.5rem;
  padding-left: 0;
  color: #A1A1A1;
}
.form-group.checkbox label a {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #A1A1A1;
}
.form-group.checkbox.has-feedback.has-error {
  margin-bottom: 4rem;
}
.form-group .form-label {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-group .form-label span {
  color: #1D4A8D;
  margin-left: 0.5rem;
}
.form-group .form-label.form_coment {
  top: auto;
}
.form-group + h2 {
  margin-top: 5rem;
}
.form-group textarea {
  width: 100%;
  background: #ffffff;
  font-size: 1.4rem;
  border: 1px solid #E5E6E7;
  margin-bottom: 2rem;
  height: 15rem;
  padding: 1.2rem;
  margin-top: 1rem;
}
.form-group input {
  background: #ffffff;
  padding: 1.2rem;
  height: 1.2rem;
  font-size: 1.4rem;
  box-shadow: none;
  border: solid 1px #E5E6E7;
  color: #A1A1A1;
}
.form-group input:active, .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.form-group input::last-of-type {
  margin: 2rem auto;
}
.form-group input.placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:-moz-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input::-moz-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:-ms-input-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input::-webkit-input-placeholder {
  color: #A1A1A1;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input:focus {
  border: solid 1px #1D4A8D;
  box-shadow: none;
}
.form-group input.roiup-no-valido.placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input.roiup-no-valido:-moz-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input.roiup-no-valido::-moz-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input.roiup-no-valido:-ms-input-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group input.roiup-no-valido::-webkit-input-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.form-group.has-error .form-control {
  border-bottom: 1px solid red;
}
.form-group.has-error .form-label-fixed {
  color: red;
}
.form-group.has-error .form-label {
  color: red;
}
.form-group.has-error .form-label.active {
  opacity: 0;
}
.form-group.has-success .form-control {
  border-bottom: 1px solid #A1A1A1;
}
.form-group.has-success .form-control-feedback.icon-ok {
  opacity: 0;
}
.form-group label {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #A1A1A1;
}
.form-group.radios {
  margin-top: 2rem;
}
.form-group.radios .radio-inline {
  font-size: 1.2rem;
  color: red;
  letter-spacing: 0;
  margin-right: 1rem;
}
.form-group.radios .radio-inline input {
  margin-right: 0.5rem;
}
.form-group.radios label {
  left: -1.4rem;
  font-size: 1.4rem;
  color: #A1A1A1;
}
.form-group .help-block {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: red;
  display: block;
}
.form-group button {
  margin-top: 2rem;
  border: none;
  width: 100%;
  text-align: center;
  display: block;
}

.info_field {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.ok_form, .errorform {
  text-align: center;
  display: none;
}

.callme_content {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.callme_content img {
  max-width: 61px;
  margin: 0 auto 4rem;
}
.callme_content h2 {
  color: #1D4A8D;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 1024px) {
  .callme_content h2 {
    font-size: 3.2rem;
    line-height: 3.9rem;
    font-weight: 800;
    margin-bottom: 4rem;
  }
}
.callme_content .title {
  color: #1D4A8D;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
}
@media screen and (min-width: 1024px) {
  .callme_content .title {
    font-size: 2.4rem;
    line-height: 2.9rem;
    font-weight: 400;
    max-width: 80%;
    margin: 0 auto 3.3rem;
  }
}
.callme_content .legal p {
  color: #1D4A8D;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .callme_content .legal p {
    margin-top: 1.5rem;
  }
}

.calculator_form {
  background-color: #ffffff;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3921568627);
  border-radius: 8px;
  padding: 2.2rem 1.5rem;
}
.calculator_form h2 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-align: center;
  color: #1D4A8D;
  margin-bottom: 2rem;
}
@media (max-width: 560px) {
  .calculator_form h2 {
    font-size: 2rem;
    line-height: 2.8;
  }
}
.calculator_form .select_full select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1D4A8D;
  height: 4rem;
  width: 100%;
  position: relative;
  box-shadow: none;
  background: transparent;
  background-image: none;
  border-bottom: solid 1px #32363B;
  margin-bottom: 1rem;
  cursor: pointer;
}
.calculator_form .input_full input {
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  color: #A1A1A1;
  height: 4rem;
  width: 100%;
  position: relative;
  border-bottom: solid 1px #32363B;
  margin-bottom: 1rem;
  cursor: pointer;
}
.calculator_form .input_full input.roiup-no-valido.placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.calculator_form .input_full input.roiup-no-valido:-moz-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.calculator_form .input_full input.roiup-no-valido::-moz-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.calculator_form .input_full input.roiup-no-valido:-ms-input-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.calculator_form .input_full input.roiup-no-valido::-webkit-input-placeholder {
  color: red;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.calculator_form .grupo-asegurados {
  margin-bottom: 2rem;
}
.calculator_form .grupo-asegurados .titles {
  margin-top: 3.4rem;
}
.calculator_form .grupo-asegurados .titles p {
  display: flex;
  flex-direction: row;
  color: #707070;
  font-size: 1.6rem;
}
.calculator_form .grupo-asegurados .titles p .label-sexo {
  flex-basis: 100px;
}
@media (max-width: 560px) {
  .calculator_form .grupo-asegurados .titles p .label-sexo {
    flex-basis: 90px;
  }
}
.calculator_form .grupo-asegurados .titles p .label-fecha {
  flex-basis: calc(100% - 100px);
  text-align: center;
}
.calculator_form .grupo-asegurados .filas-asegurados .borrar-asegurado {
  position: relative;
  border: none;
  background: white;
  height: 20px;
  margin-top: 12px;
  cursor: pointer;
}
.calculator_form .grupo-asegurados .filas-asegurados .borrar-asegurado:after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  right: 2rem;
  color: red;
  top: 7px;
  left: -4px;
  font-size: 2rem;
  z-index: 0;
  cursor: pointer;
  transform: rotate(-45deg);
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado {
  display: flex;
  flex-direction: row;
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .sexo {
  flex-basis: 120px;
}
@media (max-width: 560px) {
  .calculator_form .grupo-asegurados .filas-asegurados .asegurado .sexo {
    flex-basis: 90px;
  }
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .sexo .select_short {
  margin-right: 27px;
}
@media (max-width: 560px) {
  .calculator_form .grupo-asegurados .filas-asegurados .asegurado .sexo .select_short {
    margin-right: 10px;
  }
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .sexo .select_short select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  color: #A1A1A1;
  height: 4rem;
  width: 100%;
  position: relative;
  box-shadow: none;
  background: transparent;
  background-image: none;
  border-bottom: solid 1px #32363B;
  margin-bottom: 1rem;
  cursor: pointer;
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento {
  flex-basis: calc(100% - 100px);
  display: flex;
  flex-direction: row;
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short {
  margin-right: 27px;
}
@media (max-width: 560px) {
  .calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short {
    margin-right: 10px;
  }
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short.sexo_sel {
  flex-basis: 100%;
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short.dia_sel {
  flex-basis: 80%;
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short.mes_sel {
  flex-basis: 100%;
  min-width: 92px;
}
@media (max-width: 560px) {
  .calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short.mes_sel {
    min-width: 55px;
  }
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short.anio_sel {
  flex-basis: 80%;
}
@media (max-width: 560px) {
  .calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short.anio_sel {
    flex-basis: 100%;
  }
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short select {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1.6rem;
  font-weight: 800;
  color: #A1A1A1;
  height: 4rem;
  width: 100%;
  position: relative;
  box-shadow: none;
  background: transparent;
  background-image: none;
  border-bottom: solid 1px #32363B;
  margin-bottom: 1rem;
  cursor: pointer;
}
.calculator_form .grupo-asegurados .filas-asegurados .asegurado .fecha-nacimiento .select_short select:after {
  right: 0.4rem;
  top: 2rem;
  z-index: 5;
  pointer-events: none;
  content: " ";
  width: 1rem;
  height: 0;
  position: absolute;
  border-top: 0.5rem solid #1D4A8D;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.calculator_form .add-asegurado {
  border: solid 1px #1D4A8D;
  border-radius: 20px;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 1.6rem;
  height: 4.3rem;
  margin: 0 auto;
  display: block;
  background-color: #ffffff;
  color: #1D4A8D;
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .calculator_form .add-asegurado {
    margin-bottom: 4.2rem;
  }
}
.calculator_form .add-asegurado:hover {
  background-color: #1D4A8D;
  color: #ffffff;
}
.calculator_form .legal p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #A1A1A1;
}
.calculator_form .legal p label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  cursor: pointer;
}
.calculator_form .legal p label input {
  margin-right: 0.8rem;
  position: relative;
  top: 2px;
}
.calculator_form .legal-msg {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #A1A1A1;
  margin-left: 13px;
}
.calculator_form .legal-msg a {
  color: #A1A1A1;
}
.calculator_form [type=submit] {
  background-color: #EA1010;
  color: #ffffff;
  width: 100%;
  height: 4rem;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.calculator_form [type=submit]:hover {
  background-color: #b91313;
}
.calculator_form .info p {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #A1A1A1;
}
.calculator_form .info p strong {
  color: #333333;
}
.calculator_form .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background-color: #ffffff !important;
  color: red !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.roiup-no-valido {
  color: red !important;
}

.callmeback_form .input_mobile {
  border-bottom: solid 2px #1D4A8D;
  width: 300px;
  margin: 0 auto 2.2rem;
  overflow: hidden;
}
.callmeback_form .input_mobile p {
  display: flex;
  font-size: 2.4rem;
  color: #1D4A8D;
}
.callmeback_form .input_mobile p span {
  margin-left: 1rem;
}
.callmeback_form .input_mobile p span input {
  font-size: 2.4rem;
  color: #1D4A8D;
  border: none;
}
.callmeback_form .info {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1024px) {
  .callmeback_form .info {
    max-width: 74%;
  }
}
.callmeback_form .info p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #1D4A8D;
  display: flex;
  text-align: left;
}
.callmeback_form .info p span {
  margin-right: 0.4rem;
}
.callmeback_form .legal-msg {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #1D4A8D;
  text-align: center;
  margin: 1rem auto 0;
}
.callmeback_form .legal-msg a {
  color: #1D4A8D;
}
.callmeback_form [type=submit] {
  background-color: #1D4A8D;
  color: #ffffff;
  width: 100%;
  max-width: 337px;
  height: 4.8rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin: 2rem auto 3rem;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .callmeback_form [type=submit] {
    font-size: 2.4rem;
    height: 6.8rem;
  }
}
.callmeback_form [type=submit]:hover {
  background-color: #1D4A8D;
}
.callmeback_form .wpcf7-not-valid-tip {
  position: absolute;
}

.roiup_hnpt {
  display: none;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/roboto/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?a8vpok");
  src: url("../fonts/icons/icomoon.eot?a8vpok#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?a8vpok") format("truetype"), url("../fonts/icons/icomoon.woff?a8vpok") format("woff"), url("../fonts/icons/icomoon.svg?a8vpok#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: "icomoon" !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-Vector:before {
  content: "\e902";
  color: #fff;
}

.icon-plus:before {
  content: "\e900";
  color: #1a3d6e;
}

.icon-minus:before {
  content: "\e901";
  color: #1a3d6e;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  outline: none;
}
*:hover {
  outline: none;
}
*:active {
  outline: none;
}
*:focus {
  outline: none;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #1D4A8D;
}

::selection {
  color: #ffffff;
  background: #1D4A8D;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 62.5%; /* Para usar rem de forma "amable": 10px = 1rem */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
  background-repeat: no-repeat;
}
html.no_scroll, body.no_scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
html#roboto, body#roboto {
  font-family: "Roboto", sans-serif;
}
html#poppins, body#poppins {
  font-family: "Poppins", sans-serif !important;
}
html#montserrat, body#montserrat {
  font-family: "Montserrat", sans-serif !important;
}
html#opensans, body#opensans {
  font-family: "Open Sans", sans-serif !important;
}
html#lato, body#lato {
  font-family: "Lato", sans-serif !important;
}

main.fixed {
  margin-top: 8rem;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/*
	FLEX
*/
.flex {
  display: flex;
}

.flex-row-column {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .flex-row-column {
    flex-direction: column;
  }
}

.flex-column-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .flex-column-row {
    flex-direction: row;
  }
}
.flex-column-row .column-resp {
  flex: 1 1 0;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row .column-resp {
  flex: 1 1 0;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.f-justyfy-c {
  justify-content: center;
}

.f-align-c {
  align-items: center;
}

/*
	CONTENEDOR
*/
.wrapper-large {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    padding: 0;
  }
}

.wrapper-xs {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.page-template-page-contacto .wrapper-xs {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, .h1 {
  font-size: 3.2rem;
  line-height: 1.375;
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2.6rem;
  line-height: 1.42;
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}

h3, .h3 {
  font-size: 2.2rem;
  line-height: 1.36;
}
@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.375;
  }
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.44;
}
@media screen and (min-width: 1024px) {
  h4, .h4 {
    font-size: 2.2rem;
    line-height: 1.54;
  }
}

h5, .h5, h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  h5, .h5, h6, .h6 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

p, ul, ol {
  font-size: 1.6rem;
  color: #1D4A8D;
}

.link {
  color: #1D4A8D;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: block;
}
.link--underline {
  text-decoration: underline;
}

.separation {
  display: block;
}
.separation.h-50 {
  height: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .separation.h-50 {
    height: 5rem;
  }
}
.separation.h-100 {
  height: 5rem;
}
@media screen and (min-width: 1024px) {
  .separation.h-100 {
    height: 10rem;
  }
}
.separation.h-150 {
  height: 5rem;
}
@media screen and (min-width: 1024px) {
  .separation.h-150 {
    height: 15rem;
  }
}

.reveal__down {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__down.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.7s ease-in-out 0.8s;
}
.reveal__right {
  opacity: 0;
  transform: translateX(100%);
}
.reveal__right.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.5s ease-in-out 0.5s;
}
.reveal__left {
  opacity: 0;
  transform: translateX(-2em);
}
.reveal__left.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.7s;
}
.reveal__content {
  opacity: 0;
}
.reveal__content.active {
  opacity: 1;
  transition: all 0.4s ease-in-out 0.6s;
}

.block_divider {
  margin: 4rem 0;
  height: 2px;
  width: 100%;
}

/* Custom Radio Buttons */
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 30px;
  color: #A1A1A1;
  line-height: 22px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #1D4A8D;
}

[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #1D4A8D;
  border-radius: 100%;
  background: #ffffff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #1D4A8D;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1px solid #1D4A8D;
}

#goTop {
  position: fixed;
  bottom: 20rem;
  right: -10rem;
  padding: 1.2rem;
  background-color: #1D4A8D;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#goTop.active {
  right: 1rem;
}
#goTop:hover {
  background-color: #1D4A8D;
}
#goTop em {
  color: #ffffff;
  font-size: 1.5rem;
}

.hero {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 600px;
  position: relative;
  margin-top: 8.5rem;
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-top: 10rem;
    height: 760px;
  }
}
.hero .img_hero {
  z-index: 1;
}
.hero .img_hero img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero .content_row {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .hero .content_row {
    flex-direction: row;
  }
}
.hero .content_row .content_col.copy {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .hero .content_row .content_col.copy {
    flex-basis: 55%;
    justify-content: initial;
  }
}
.hero .content_row .content_col.copy .text h1 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
  color: #ffffff;
  font-weight: 400;
}
.hero .content_row .content_col.copy .text h1 strong {
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .hero .content_row .content_col.copy .text h1 {
    font-size: 4.8rem;
    line-height: 5.7rem;
    margin-bottom: 4rem;
  }
}
.hero .content_row .content_col.copy .bullet {
  margin-bottom: 3rem;
}
.hero .content_row .content_col.copy .bullet p {
  margin-bottom: 1.4rem;
  color: #ffffff;
}
.hero .content_row .content_col.copy .bullet p em {
  font-size: 2rem;
  color: #ffffff;
}
.hero .content_row .content_col.copy .bullet p span {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .hero .content_row .content_col.copy .bullet p span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero .content_row .content_col.copy .bullet p em {
    font-size: 2.2rem;
    color: #ffffff;
  }
}
.hero .content_row .content_col.copy .legal {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .hero .content_row .content_col.copy .legal {
    margin-top: auto;
  }
}
.hero .content_row .content_col.copy .legal p {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.hero .content_row .content_col.copy .button {
  max-width: 171px;
  margin: 0;
}
.hero .content_row .content_col.form {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hero .content_row .content_col.form {
    flex-basis: 45%;
    display: block;
    padding: 0 12rem;
  }
}

@media screen and (min-width: 768px) {
  .only_mb {
    display: none !important;
  }
}

.only_dk {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .only_dk {
    display: block !important;
  }
}

.error404 .container_404 {
  padding-top: 110px;
}
.error404 footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}

.block_icon_box_grid .column_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .block_icon_box_grid .column_row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block_icon_box_grid .column-resp {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .block_icon_box_grid .column-resp {
    padding: 0 4rem;
  }
}
.block_icon_box_grid .column-resp.centered {
  text-align: center;
  position: relative;
}
.block_icon_box_grid .column-resp.centered img {
  margin: 0 auto 4.8rem;
  position: absolute;
  height: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
.block_icon_box_grid .column-resp.centered img.front {
  opacity: 1;
}
.block_icon_box_grid .column-resp.centered img.back {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .block_icon_box_grid .column-resp.centered img.front {
    opacity: 0;
  }
  .block_icon_box_grid .column-resp.centered img.back {
    opacity: 1;
  }
}
.block_icon_box_grid .column-resp.centered:hover img.front {
  opacity: 0;
}
.block_icon_box_grid .column-resp.centered:hover img.back {
  opacity: 1;
}
.block_icon_box_grid .column-resp h2 {
  font-size: 2rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
  color: #1D4A8D;
  margin-top: 11rem;
}
.block_icon_box_grid .column-resp h2 > span {
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  .block_accordion .accordion {
    max-width: 100%;
    margin: 0 auto;
  }
}
.block_accordion .accordion__item {
  margin-bottom: 0.5rem;
}
.block_accordion .accordion__item:last-of-type {
  border-bottom: solid 2px #1D4A8D;
}
.block_accordion .accordion__item.active .accordion__header p a {
  background-color: #ffffff;
  color: #1D4A8D;
}
.block_accordion .accordion__item.active .accordion__header p a::after {
  color: #1D4A8D;
  content: "\e901";
}
.block_accordion .accordion__item.active .accordion__content {
  max-height: 100%;
  transition: max-height 0.6s ease-in;
}
.block_accordion .accordion__item .accordion__header {
  border-top: solid 2px #1D4A8D;
}
.block_accordion .accordion__item .accordion__header p {
  margin: 0;
}
.block_accordion .accordion__item .accordion__header p a {
  background-color: #ffffff;
  color: #1D4A8D;
  font-size: 2rem;
  line-height: 2.8rem;
  padding: 1.8rem 2rem;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 800;
  transition: 0.3s ease-in-out;
  width: 89%;
}
@media screen and (min-width: 560px) {
  .block_accordion .accordion__item .accordion__header p a {
    line-height: 4.8rem;
    width: auto;
  }
  .block_accordion .accordion__item .accordion__header p a::after {
    font-family: "icomoon" !important;
    content: "\e900";
    position: absolute;
    top: 1.8rem;
    right: 2rem;
    transition: 0.3s ease-in-out;
    color: #1D4A8D !important;
  }
}
.block_accordion .accordion__item .accordion__header p a::after {
  font-family: "icomoon" !important;
  content: "\e900";
  position: absolute;
  top: 1.8rem;
  right: 0rem;
  transition: 0.3s ease-in-out;
  color: #1D4A8D !important;
}
.block_accordion .accordion__item .accordion__content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.block_accordion .accordion__item .accordion__content__body {
  padding: 2rem 4rem;
}
.block_accordion .accordion__item .accordion__content__body p {
  color: #26272D;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin-bottom: 1rem;
}
.block_accordion .accordion__item .accordion__content__body p:last-of-type {
  margin-bottom: 0;
}
.block_accordion .accordion__item .accordion__content__body p a {
  color: #1D4A8D;
}
.block_accordion .accordion__item .accordion__content__body em {
  color: #1D4A8D;
}
.block_accordion .accordion__item .accordion__content__body ul, .block_accordion .accordion__item .accordion__content__body ol {
  list-style: none;
}
.block_accordion .accordion__item .accordion__content__body ul li, .block_accordion .accordion__item .accordion__content__body ol li {
  margin-bottom: 2.5rem;
  color: #26272D;
  position: relative;
}
.block_accordion .accordion__item .accordion__content__body ul li:last-of-type, .block_accordion .accordion__item .accordion__content__body ol li:last-of-type {
  margin-bottom: 0;
}
.block_accordion .accordion__item .accordion__content__body ul li::before, .block_accordion .accordion__item .accordion__content__body ol li::before {
  content: "•";
  color: #FF8300;
  position: absolute;
  left: -3rem;
}
.block_accordion .accordion__item .accordion__content__body ul li a, .block_accordion .accordion__item .accordion__content__body ol li a {
  color: #1D4A8D;
}

.block_imagen_destacada {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 267px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 2rem;
  box-sizing: border-box;
}
.block_imagen_destacada .content {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 560px) {
  .block_imagen_destacada .content {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .block_imagen_destacada .content {
    width: 65%;
  }
}
.block_imagen_destacada .content h2 {
  color: #ffffff;
  font-size: 4.2rem;
  line-height: 5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .block_imagen_destacada .content h2 {
    font-size: 4.8rem;
    line-height: 5.7rem;
    font-weight: 800;
    margin-bottom: 3.5rem;
  }
  .dkv .block_imagen_destacada .content h2 {
    font-size: 3.8rem;
  }
}

.block_text_heading {
  margin-bottom: 2rem;
}
.block_text_heading.content-center {
  margin: 0 auto 2rem;
  text-align: center;
}
.block_text_heading.content-center ul, .block_text_heading.content-center ol {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .block_text_heading.content-center ul, .block_text_heading.content-center ol {
    margin: 0 auto 2rem;
    width: 35%;
  }
}
.block_text_heading.content-center ul li, .block_text_heading.content-center ol li {
  text-align: left;
}
.block_text_heading h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h2 {
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h5 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading p:last-of-type {
  margin-bottom: 0;
}
.block_text_heading ul li, .block_text_heading ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-top: 0;
}
.block_text_heading ul li:last-of-type, .block_text_heading ol li:last-of-type {
  margin-bottom: 0;
}
.block_text_heading a {
  color: #1D4A8D;
  text-decoration: underline;
}
.block_text_heading a.button {
  margin-top: 2rem;
  color: #ffffff;
  text-decoration: none;
}
.block_text_heading.acierto h1, .block_text_heading.acierto h2, .block_text_heading.acierto h3, .block_text_heading.acierto h4, .block_text_heading.acierto h5, .block_text_heading.acierto h6 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #1D4A8D;
}
@media screen and (min-width: 768px) {
  .block_text_heading.acierto h1, .block_text_heading.acierto h2, .block_text_heading.acierto h3, .block_text_heading.acierto h4, .block_text_heading.acierto h5, .block_text_heading.acierto h6 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    flex-direction: row;
  }
}
.block_text_heading.acierto h1 img, .block_text_heading.acierto h2 img, .block_text_heading.acierto h3 img, .block_text_heading.acierto h4 img, .block_text_heading.acierto h5 img, .block_text_heading.acierto h6 img {
  margin: 0.7rem auto;
  display: block;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .block_text_heading.acierto h1 img, .block_text_heading.acierto h2 img, .block_text_heading.acierto h3 img, .block_text_heading.acierto h4 img, .block_text_heading.acierto h5 img, .block_text_heading.acierto h6 img {
    max-width: 200px;
    display: inline-block;
    top: 1.8rem;
    position: relative;
  }
}
.block_text_heading.acierto h1 + p, .block_text_heading.acierto h2 + p, .block_text_heading.acierto h3 + p, .block_text_heading.acierto h4 + p, .block_text_heading.acierto h5 + p, .block_text_heading.acierto h6 + p {
  margin-top: 3rem;
}
.block_text_heading.acierto p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1D4A8D;
}
@media screen and (min-width: 768px) {
  .block_text_heading.acierto p {
    font-size: 2.4rem;
    line-height: 2.9rem;
    max-width: 635px;
    margin: 0 auto;
  }
}

.block_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.block_card__item {
  flex-basis: 100%;
  margin-left: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #EFEFF2;
}
.block_card__item:first-of-type {
  margin-left: 0;
}
@media screen and (min-width: 560px) {
  .block_card__item {
    margin-left: 1rem;
    flex-direction: column;
    flex-basis: 48%;
    margin-left: 1rem;
  }
  .block_card__item:first-of-type {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(3) {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(2n+3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_card__item {
    flex-direction: row;
    margin-left: 1rem;
    flex-direction: column;
    flex-basis: 24%;
    margin-left: 1rem;
  }
  .block_card__item:first-of-type {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(3) {
    margin-left: 1rem;
  }
  .block_card__item:nth-of-type(2n+3) {
    margin-left: 1rem;
  }
  .block_card__item:nth-of-type(5) {
    margin-left: 0;
  }
  .block_card__item:nth-of-type(4n+5) {
    margin-left: 0;
  }
}
.block_card__item .card_img, .block_card__item .card_content {
  flex-basis: 50%;
}
.block_card__item .card_img {
  overflow: hidden;
}
.block_card__item .card_img img {
  width: 100%;
  height: 100%;
  transition: scale 500ms;
}
.block_card__item .card_img img:hover {
  scale: 120%;
}
.block_card__item .card_content {
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: auto;
}
.block_card__item .card_content h2 {
  color: #333333;
  margin-bottom: 2rem;
  font-size: 2.1rem;
  line-height: 2.9rem;
}
.block_card__item .card_content p {
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #26272D;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 560px) {
  .block_card__item .card_content h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
  .block_card__item .card_content p {
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #26272D;
    margin-bottom: 2rem;
  }
}
.block_card__item.item_horizontal {
  flex-direction: column;
  flex-basis: 100%;
  margin-left: 0;
}
@media screen and (min-width: 560px) {
  .block_card__item.item_horizontal {
    flex-direction: column;
    flex-basis: 48%;
    margin-left: 1rem;
  }
  .block_card__item.item_horizontal:first-of-type {
    margin-left: 0;
  }
  .block_card__item.item_horizontal:nth-of-type(3) {
    margin-left: 0;
  }
  .block_card__item.item_horizontal:nth-of-type(2n+3) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .block_card__item.item_horizontal {
    flex-direction: row;
  }
}
.block_card__item.item_horizontal .card_img, .block_card__item.item_horizontal .card_content {
  flex-basis: 50%;
}
.block_flip_box {
  position: relative;
}
.block_flip_box__typeOne {
  display: grid;
  grid-gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block_flip_box__typeOne {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .block_flip_box__typeOne {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block_flip_box__typeOne .block_flip_box_item {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.block_flip_box__typeOne .block_flip_box_item:hover .sides {
  transform: translateY(-50%);
}
.block_flip_box__typeOne .block_flip_box_item .sides {
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
}
.block_flip_box__typeOne .block_flip_box_item .front {
  position: relative;
  height: 300px;
}
.block_flip_box__typeOne .block_flip_box_item .front img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}
.block_flip_box__typeOne .block_flip_box_item .front .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
}
.block_flip_box__typeOne .block_flip_box_item .front .overlay p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.block_flip_box__typeOne .block_flip_box_item .back {
  display: flex;
  flex-direction: column;
  height: 300px;
  background-color: #E5E6E7;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  box-sizing: border-box;
}
.block_flip_box__typeOne .block_flip_box_item .back span {
  color: #1D4A8D;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}
.block_flip_box__typeOne .block_flip_box_item .back p {
  color: #26272D;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.block_flip_box__typeOne .block_flip_box_item .back a {
  margin: 0;
}
.block_flip_box__typeTwo {
  display: grid;
  grid-gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block_flip_box__typeTwo {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .block_flip_box__typeTwo {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block_flip_box__typeTwo .block_flip_box_item {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.block_flip_box__typeTwo .block_flip_box_item:hover .sides {
  transform: rotate3d(0, 1, 0, 180deg);
  transition: all 0.8s ease;
}
.block_flip_box__typeTwo .block_flip_box_item:hover .sides .back {
  opacity: 1;
}
.block_flip_box__typeTwo .block_flip_box_item .sides {
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  transform-style: preserve-3d;
}
.block_flip_box__typeTwo .block_flip_box_item .front {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 300px;
}
.block_flip_box__typeTwo .block_flip_box_item .front img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}
.block_flip_box__typeTwo .block_flip_box_item .front .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
}
.block_flip_box__typeTwo .block_flip_box_item .front .overlay p {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.block_flip_box__typeTwo .block_flip_box_item .back {
  display: flex;
  flex-direction: column;
  height: 300px;
  background-color: #E5E6E7;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: rotate3d(0, 1, 0, 180deg);
}
.block_flip_box__typeTwo .block_flip_box_item .back span {
  color: #1D4A8D;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}
.block_flip_box__typeTwo .block_flip_box_item .back p {
  color: #26272D;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.block_flip_box__typeTwo .block_flip_box_item .back a {
  margin: 0;
}

.block_banners_dos_columnas {
  max-width: 1021px;
  margin: 0 auto;
  box-sizing: border-box;
}
.block_banners_dos_columnas .block_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_banners_dos_columnas .block_row {
    flex-direction: row;
  }
}
.block_banners_dos_columnas .block_row .block_column {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_banners_dos_columnas .block_row .block_column.interaction {
    flex-basis: 55%;
  }
}
.block_banners_dos_columnas .block_row .block_column.static {
  margin-top: 4rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .block_banners_dos_columnas .block_row .block_column.static {
    flex-basis: 45%;
    margin-left: 4.6rem;
    margin-top: 0;
  }
  .block_banners_dos_columnas .block_row .block_column.static img {
    max-width: 390px;
    height: 300px;
  }
}
.block_banners_dos_columnas .interaction .item_horizontal {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .block_banners_dos_columnas .interaction .item_horizontal {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
  }
  .block_banners_dos_columnas .interaction .item_horizontal .card_img {
    position: relative;
  }
  .block_banners_dos_columnas .interaction .item_horizontal .card_img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.6);
    z-index: 2;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .block_banners_dos_columnas .interaction .item_horizontal {
    flex-direction: column;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .block_banners_dos_columnas .interaction .item_horizontal {
    flex-direction: row;
  }
}
.block_banners_dos_columnas .interaction .item_horizontal .card_img, .block_banners_dos_columnas .interaction .item_horizontal .card_content {
  flex-basis: 50%;
}
.block_banners_dos_columnas .interaction .item_horizontal .card_img {
  overflow: hidden;
}
.block_banners_dos_columnas .interaction .item_horizontal .card_img img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  transition: all 1s;
}
.block_banners_dos_columnas .interaction .item_horizontal .card_img img:hover {
  scale: 110%;
  transform: translate(10px, 10px);
}
.block_banners_dos_columnas .interaction .item_horizontal .card_content {
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #EEEEEE;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .block_banners_dos_columnas .interaction .item_horizontal .card_content {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 3;
    border-radius: 0;
    height: 100%;
  }
}
.block_banners_dos_columnas .interaction .item_horizontal .card_content h2 {
  color: #1D4A8D;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 2.5rem;
  padding: 0 1.6rem;
}
.block_banners_dos_columnas .interaction .item_horizontal .card_content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #1D4A8D;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .block_banners_dos_columnas .interaction .item_horizontal .card_content h2 {
    color: #1D4A8D;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 2.5rem;
  }
  .block_banners_dos_columnas .interaction .item_horizontal .card_content p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #1D4A8D;
    margin-bottom: 2rem;
  }
}

.block_coberturas .block_row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_coberturas .block_row {
    flex-direction: row;
  }
}
.block_coberturas .block_row .block_column:first-of-type {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_coberturas .block_row .block_column:first-of-type {
    flex-basis: 40%;
  }
}
.block_coberturas .block_row .block_column:last-of-type {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .block_coberturas .block_row .block_column:last-of-type {
    flex-basis: 60%;
  }
}
.block_coberturas .block_row .item_vertical .card_content {
  padding: 3rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFB;
}
.block_coberturas .block_row .item_vertical .card_content h2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_coberturas .block_row .item_vertical .card_content h2 {
    color: #1D4A8D;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 2.5rem;
    display: block;
  }
}
.block_coberturas .block_row .item_vertical .card_content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #26272D;
  margin-bottom: 0;
}
.block_coberturas .block_row .banner_info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.block_coberturas .block_row .banner_info img {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block_coberturas .block_row .banner_info img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .block_coberturas .block_row .banner_info .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .block_coberturas .block_row .banner_info .button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.block_contactanos--title {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_contactanos--title {
    margin-bottom: 10rem;
  }
}
.block_contactanos--title h2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #1D4A8D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_contactanos--title h2 {
    font-size: 3.2rem;
    line-height: 4.8rem;
    flex-direction: row;
  }
}
.block_contactanos--title p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #1D4A8D;
}
@media screen and (min-width: 768px) {
  .block_contactanos--title p {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-top: 3rem;
  }
}
.block_contactanos--options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .block_contactanos--options {
    flex-direction: row;
  }
}
.block_contactanos--options .item {
  text-align: center;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .block_contactanos--options .item {
    margin-bottom: 0;
  }
}
.block_contactanos--options .item img {
  margin: 0 auto 3rem;
}
.block_contactanos--options .item_cta {
  border-radius: 22px;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  height: 43px;
  font-size: 1.6rem;
  line-height: 3.9rem;
  padding: 0 1.4rem;
}
.block_contactanos--options .item .info {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #1D4A8D;
  text-align: center;
  margin-top: 2rem;
  font-weight: 800;
  padding: 0 3rem;
}/*# sourceMappingURL=styles.css.map */