/*
Theme Name: THEME_NAME
Theme URI: http://wordpress.org/themes/twentythirteen
Description: THEME_DESCRIPTION
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAG_1, TAG_2, etc
Text Domain: twentythirteen
*/
body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #F7F7F7;
  color: #434343;
  font-size: 10px;
  line-height: 14px; }
  @media (min-width: 768px) {
    body {
      font-size: 13px;
      line-height: 20px; } }
  @media (min-width: 992px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

menu, ol, ul {
  padding: 0 0 0 20px; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none; }

button {
  background: transparent;
  border: none; }

a,
button {
  transition: 0.5s; }

a:focus,
a:focus,
button:focus,
input:focus {
  outline: none; }

h1,
h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 900; }

h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h1 {
  font-size: 60px;
  line-height: 50px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 80px;
      line-height: 90px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 104px;
      line-height: 105px; } }

h2 {
  font-size: 42px;
  line-height: 51px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 48px;
      line-height: 56px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 54px;
      line-height: 65px; } }

h3 {
  font-size: 18px;
  line-height: 21px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 25px;
      line-height: 35px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 32px;
      line-height: 39px; } }

h4 {
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 28px;
      line-height: 30px; } }

h5 {
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 24px;
      line-height: 28px; } }

h6 {
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 20px;
      line-height: 22px; } }

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

p:last-child {
  margin-bottom: 0; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
  EXAMPLE Media Queries for Responsive Design.
  These examples override the primary ('mobile first') styles.
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border-border: 1px solid #d00000; }

.wpcf7-response-output {
  margin: 0;
  padding: 19px 15px 17px 15px;
  color: #498F63;
  background-color: #FBFAFB;
  font-size: 14px;
  line-height: 24px;
  border-color: #498F63;
  text-align: center; }

.wpcf7-validation-errors {
  color: #d00000;
  border-color: #d00000;
  background-color: transparent; }

.footer {
  background-color: #DEA349;
  padding: 40px 0; }

.footer-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  .footer-logo img {
    height: 40px;
    width: auto; }

.footer-logos-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .footer-logos-container .item-logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    width: 50%; }
    .footer-logos-container .item-logo:nth-child(1), .footer-logos-container .item-logo:nth-child(2) {
      margin-bottom: 40px; }
    .footer-logos-container .item-logo img {
      max-height: 20px;
      width: auto; }

.footer-sociales {
  padding-top: 30px; }
  .footer-sociales .menu-sociales {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-sociales .menu-sociales li:not(:last-child) {
      margin-right: 38px; }
    .footer-sociales .menu-sociales a {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 11px; }
      .footer-sociales .menu-sociales a:hover {
        opacity: 0.5; }
    .footer-sociales .menu-sociales img {
      max-height: 18px;
      width: auto; }

@media (min-width: 768px) {
  .footer {
    padding: 60px 0; }
  .footer-logo {
    margin-bottom: 40px; }
    .footer-logo img {
      height: 63px; }
  .footer-logos-container .item-logo {
    padding: 0 15px; }
    .footer-logos-container .item-logo img {
      max-height: 40px; }
  .footer-sociales {
    padding-top: 52px; }
    .footer-sociales .menu-sociales li:not(:last-child) {
      margin-right: 46px; }
    .footer-sociales .menu-sociales a {
      padding: 7px; }
    .footer-sociales .menu-sociales img {
      max-height: 26px;
      width: auto; } }

@media (min-width: 992px) {
  .footer {
    padding: 80px 0; }
  .footer-logo {
    margin-bottom: 60px; }
  .footer-logos-container .item-logo {
    width: auto; }
    .footer-logos-container .item-logo:nth-child(1), .footer-logos-container .item-logo:nth-child(2) {
      margin-bottom: 0; } }

html {
  scroll-padding-top: 56px; }

.wrapper {
  padding-top: 56px; }

.menu-principal {
  background-color: #F7F7F7;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  left: 0;
  max-height: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  .menu-principal .navbar {
    padding: 14px 0; }
    .menu-principal .navbar-brand {
      margin: 0;
      padding: 0; }
      .menu-principal .navbar-brand img {
        height: 28px;
        width: auto; }

@media (min-width: 768px) {
  html {
    scroll-padding-top: 114px; }
  .wrapper {
    padding-top: 114px; }
  .menu-principal {
    max-height: 114px; }
    .menu-principal .navbar {
      padding: 25px 0; }
      .menu-principal .navbar-brand img {
        height: 64px; } }

.bloque-blanco {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25) inset; }
  .bloque-blanco_descripcion {
    font-size: 12px;
    line-height: 18px; }

.items-shapes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0; }
  .items-shapes .item-shape {
    background-color: #DEA349;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .items-shapes .item-shape:not(:last-child) {
      margin-bottom: 30px; }
      .items-shapes .item-shape:not(:last-child):after {
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        background-color: #DEA349;
        top: 100%;
        left: 50%; }
  .items-shapes .item-rect {
    padding: 9px 20px 11px;
    border-radius: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    font-size: 12px;
    line-height: 18px; }
    .items-shapes .item-rect span:last-child {
      color: #F7F7F7;
      font-style: italic; }
  .items-shapes .item-circ {
    border-radius: 50%;
    width: 132px;
    height: 132px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .items-shapes .item-circ img {
      max-height: 70px;
      width: auto; }

@media (min-width: 768px) {
  .bloque-blanco_descripcion {
    font-size: 16px;
    line-height: 24px; }
  .items-shapes {
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 48px 0 49px; }
    .items-shapes .item-shape:not(:last-child) {
      margin-bottom: 0; }
      .items-shapes .item-shape:not(:last-child):after {
        width: 40px;
        height: 1px;
        top: 50%;
        left: 100%; }
    .items-shapes .item-rect {
      padding: 29px 30px 29px;
      font-size: 18px;
      line-height: 24px; }
    .items-shapes .item-circ {
      width: 176px;
      height: 176px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 30px; }
      .items-shapes .item-circ img {
        max-height: 95px; } }

.bloque-galeria .img-cuadro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px; }
  .bloque-galeria .img-cuadro::before {
    content: '';
    display: table;
    padding-top: 154%; }
  .bloque-galeria .img-cuadro.img-chica::before {
    padding-top: 74%; }

.bloque-galeria .galeria-container {
  padding-top: 31px; }
  .bloque-galeria .galeria-container .col-md-4:not(:last-child) .img-cuadro {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .bloque-galeria .heading-img_encabezado {
    font-size: 42px;
    line-height: 51px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .bloque-galeria .heading-img_encabezado {
      font-size: 48px;
      line-height: 56px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .bloque-galeria .heading-img_encabezado {
      font-size: 54px;
      line-height: 65px; } }

@media (min-width: 768px) {
  .bloque-galeria .img-cuadro {
    height: 100%; }
    .bloque-galeria .img-cuadro::before {
      content: none; }
    .bloque-galeria .img-cuadro.img-chica {
      height: auto; }
      .bloque-galeria .img-cuadro.img-chica::before {
        content: '';
        display: table;
        padding-top: 74%; }
  .bloque-galeria .galeria-container {
    padding-top: 48px; }
    .bloque-galeria .galeria-container .col-md-4:not(:last-child) .img-cuadro {
      margin-bottom: 0; }
      .bloque-galeria .galeria-container .col-md-4:not(:last-child) .img-cuadro.img-chica:not(:last-child) {
        margin-bottom: 30px; } }

.bloque-info-img_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  max-width: 400px;
  margin: 16px auto 0; }
  .bloque-info-img_img::before {
    content: '';
    display: table;
    padding-top: 109%; }
  .bloque-info-img_img.img-desktop {
    display: none; }

.bloque-lista-blockquotes {
  padding-top: 21px; }
  .bloque-lista-blockquotes .bloque-general_encabezado {
    font-size: 18px;
    line-height: 22px; }
    .bloque-lista-blockquotes .bloque-general_encabezado::after {
      margin-top: 10px; }
  .bloque-lista-blockquotes .lista-blockquotes {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 11px; }
    .bloque-lista-blockquotes .lista-blockquotes li:not(:last-child) {
      margin-bottom: 8px; }
    .bloque-lista-blockquotes .lista-blockquotes blockquote {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #DEA349;
      font-style: italic;
      font-size: 10px;
      line-height: 14px;
      margin-bottom: 0; }
      .bloque-lista-blockquotes .lista-blockquotes blockquote p {
        margin-bottom: 0; }
      .bloque-lista-blockquotes .lista-blockquotes blockquote footer {
        font-style: normal;
        font-size: 8px;
        color: #434343; }

@media (min-width: 768px) {
  .bloque-lista-blockquotes {
    padding-top: 23px; }
    .bloque-lista-blockquotes .bloque-general_encabezado {
      display: inline-block; }
      .bloque-lista-blockquotes .bloque-general_encabezado::after {
        margin-top: 15px; }
    .bloque-lista-blockquotes .lista-blockquotes {
      padding-top: 21px; }
      .bloque-lista-blockquotes .lista-blockquotes li:not(:last-child) {
        margin-bottom: 10px; }
      .bloque-lista-blockquotes .lista-blockquotes blockquote {
        font-size: 18px;
        line-height: 22px; }
        .bloque-lista-blockquotes .lista-blockquotes blockquote footer {
          font-size: 16px; } }

@media (min-width: 992px) {
  .bloque-info-img_img {
    max-width: none;
    margin-top: 0;
    height: 100%; }
    .bloque-info-img_img.img-mobile {
      display: none; }
    .bloque-info-img_img.img-desktop {
      display: block; }
    .bloque-info-img_img::before {
      content: none; } }

.bloque-naranja {
  background-color: #DEA349;
  color: #F7F7F7; }
  .bloque-naranja .bloque-general_encabezado {
    color: #F7F7F7; }
    .bloque-naranja .bloque-general_encabezado::after {
      background-color: #F7F7F7; }
  .bloque-naranja_img.img-mobile {
    margin-bottom: 15px; }
  .bloque-naranja_img.img-desktop {
    display: none; }

.bloque-imgs .col-lg-7 img {
  margin-bottom: 25px; }

@media (min-width: 992px) {
  .bloque-naranja_img.img-mobile {
    display: none; }
  .bloque-naranja_img.img-desktop {
    display: block; }
  .bloque-imgs .col-lg-7 img {
    margin-bottom: 0; } }

.bloque-slider .slider-container {
  padding-top: 40px; }

@media (min-width: 768px) {
  .bloque-slider .heading-img_encabezado {
    font-size: 60px;
    line-height: 50px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .bloque-slider .heading-img_encabezado {
      font-size: 80px;
      line-height: 90px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .bloque-slider .heading-img_encabezado {
      font-size: 104px;
      line-height: 105px; } }

.bloque-general {
  padding: 40px 0; }
  .bloque-general_encabezado {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #DEA349; }
    .bloque-general_encabezado::after {
      content: '';
      width: 100%;
      height: 3px;
      background-color: #DEA349;
      margin-top: 10px;
      display: block; }
  .bloque-general_descripcion {
    padding-top: 4px; }

.contenido-administrable h1,
.contenido-administrable h2,
.contenido-administrable h3,
.contenido-administrable h4,
.contenido-administrable h5,
.contenido-administrable h6 {
  margin-bottom: 16px;
  margin-top: 26px; }

.contenido-administrable *:first-child {
  margin-top: 0; }

.contenido-administrable *:last-child {
  margin-bottom: 0; }

.contenido-administrable blockquote {
  background-position: left 8px;
  background-repeat: no-repeat;
  background-size: 40px 38px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 19px;
  padding-left: 60px; }

.contenido-administrable a:visited {
  color: #000000; }

.contenido-administrable b,
.contenido-administrable strong {
  font-weight: bold; }

.contenido-administrable .wp-caption {
  max-width: 100%; }

.contenido-administrable .wp-caption-text {
  margin-top: 10px; }

@media (min-width: 768px) {
  .bloque-general {
    padding: 60px 0; }
    .bloque-general_encabezado::after {
      margin-top: 12px; }
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 25px;
    margin-top: 34px; }
  .contenido-administrable blockquote {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 27px;
    margin-top: 29px; } }

@media (min-width: 992px) {
  .bloque-general {
    padding: 80px 0; }
    .bloque-general_descripcion {
      padding-top: 11px; }
  .contenido-wrapper {
    padding-bottom: 80px;
    padding-top: 80px; }
    .contenido-wrapper .bloque-general {
      padding-bottom: 40px;
      padding-top: 40px; }
  .contenido-administrable h1,
  .contenido-administrable h2,
  .contenido-administrable h3,
  .contenido-administrable h4,
  .contenido-administrable h5,
  .contenido-administrable h6 {
    margin-bottom: 30px;
    margin-top: 39px; }
  .contenido-administrable blockquote {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 39px;
    margin-top: 40px; } }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label div.ginput_container {
  margin-top: 0; }

body .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul li.gfield {
  margin-bottom: 14px;
  margin-top: 0; }

.gform_wrapper.FORMULARIO-CUSTOM_wrapper {
  margin-bottom: 0;
  margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper label.gfield_label,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper legend.gfield_label {
    display: block;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    border: 1px solid #dedede;
    border-radius: 4px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper textarea:focus,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select:focus {
      border-color: #DEA349;
      box-shadow: none;
      outline: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/icono-flecha-select.svg");
    background-color: #FFFFFF;
    background-position: calc(100% - 26px) center;
    background-size: 10px 6px;
    height: 52px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_select::-ms-expand {
      display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 52px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label {
      color: #a7a7a7;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      font-size: 10px;
      letter-spacing: 1px;
      position: relative; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label::before {
      border: 1px solid #dedede;
      content: '';
      display: block;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 17px;
      margin-right: 10px;
      width: 17px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a {
      color: #000000;
      text-decoration: underline; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label a:hover,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='checkbox'] + label a:hover {
      color: #DEA349; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox']:checked + label::before {
    background-image: url("img/icono-checkbox-negro.svg");
    border-color: #DEA349; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_checkbox li input[type='checkbox'] + label::before {
    background-size: 11px 9px;
    border-radius: 4px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::after {
    background-color: #DEA349;
    border-radius: 50%;
    content: '';
    display: block;
    height: 11px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 11px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio']:checked + label::before {
    border-color: #DEA349; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_radio li input[type='radio'] + label::before {
    border-radius: 50%; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_required {
    color: inherit; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer {
    margin-top: 20px;
    padding: 0;
    text-align: center; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    min-width: 185px;
    padding: 13px 30px;
    transition: 0.5s;
    text-align: center; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_ajax_spinner {
    margin-top: 20px;
    width: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper div.validation_error {
    border: 0;
    color: #d00000;
    font-weight: inherit;
    margin-bottom: 0;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
    padding-top: 25px; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    color: #000000;
    margin-top: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: 0;
    margin-bottom: 14px !important;
    padding: 0; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper li.gfield_error textarea {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_checkbox li input[type='checkbox'] + label::before,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gfield_error .gfield_radio li input[type='radio'] label::before {
    border-color: #d00000; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper .validation_message {
    display: none; }
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_chrome select,
  .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gf_browser_gecko select {
    padding: 11px 52px 9px 20px; }
  @media only screen and (min-width: 641px) {
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields {
      margin-left: -15px !important;
      margin-right: -15px !important; }
      .gform_wrapper.FORMULARIO-CUSTOM_wrapper ul.gform_fields li.gfield {
        padding-left: 15px;
        padding-right: 15px; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .top_label li ul.gfield_radio {
      width: 100%; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important; }
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_footer input[type='submit'],
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input.button,
    .gform_wrapper.FORMULARIO-CUSTOM_wrapper .gform_page_footer input[type='submit'] {
      width: 100%; } }

.hero {
  padding: 40px 0 80px;
  position: relative; }
  .hero::before {
    background-image: url("img/hero-bg-mobile.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    left: 0;
    padding-top: 55%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .hero::after {
    background-image: url("img/icono-scroll.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 28px; }
  .hero-img {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px; }
  .hero-encabezado {
    color: #DEA349;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0; }
    .hero-encabezado small {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 500;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 12px; }
      .hero-encabezado small span:last-child {
        font-size: 19px; }

@media (min-width: 768px) {
  .hero {
    padding: 60px 0 92px; }
    .hero::before {
      background-image: url("img/hero-bg.png");
      padding-top: 50%; }
    .hero-img {
      margin-bottom: 46px; }
      .hero-img img {
        max-height: 500px; }
    .hero-encabezado small {
      display: block;
      font-size: 32px;
      line-height: 39px;
      margin-bottom: 0; }
      .hero-encabezado small span:last-child {
        font-size: 32px; } }

@media (min-width: 992px) {
  .hero {
    padding: 80px 0 104px; }
    .hero::before {
      padding-top: 28%; } }

.slider-info-img {
  margin: 15px 30px 0; }
  .slider-info-img .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 33px;
    width: 20px; }
    .slider-info-img .slick-arrow::before {
      content: none; }
  .slider-info-img .slick-prev {
    background-image: url("img/flecha-izq.svg");
    left: -35px; }
  .slider-info-img .slick-next {
    background-image: url("img/flecha-der.svg");
    right: -35px; }
  .slider-info-img.slick-dotted {
    margin-bottom: 36px; }
  .slider-info-img .slick-dots {
    bottom: -36px; }
    .slider-info-img .slick-dots .slick-active button {
      background-color: #DEA349; }
    .slider-info-img .slick-dots li {
      height: auto;
      margin: 0 4px;
      width: auto; }
    .slider-info-img .slick-dots button {
      background-color: #dadada;
      height: 8px;
      width: 8px; }
      .slider-info-img .slick-dots button::before {
        content: none; }

.slide-info-img .slide-encabezado {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 12px; }
  .slide-info-img .slide-encabezado::after {
    margin-top: 12px; }

.slide-info-img .slide-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 17px;
  width: 100%; }
  .slide-info-img .slide-img::before {
    content: '';
    display: table;
    padding-top: 55%; }

@media (min-width: 768px) {
  .slider-info-img {
    margin: 35px 30px 0; }
    .slider-info-img .slick-prev {
      left: -40px; }
    .slider-info-img .slick-next {
      right: -40px; }
    .slider-info-img.slick-dotted {
      margin-bottom: 66px; }
    .slider-info-img .slick-dots {
      bottom: -66px; }
      .slider-info-img .slick-dots li {
        margin: 0 8px; }
      .slider-info-img .slick-dots button {
        height: 16px;
        width: 16px; }
  .slide-info-img.slick-slide {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
  .slide-info-img .slide-encabezado {
    font-size: 18px;
    line-height: 22px; }
    .slide-info-img .slide-encabezado::after {
      width: calc(100% - 80px); }
  .slide-info-img .slide-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 50%; }
    .slide-info-img .slide-img::before {
      padding-top: 50%; } }

@media (min-width: 992px) {
  .slider-info-img .slick-arrow:hover {
    opacity: 0.5; }
  .slide-info-img .slide-encabezado::after {
    width: calc(100% - 200px); } }

@media (min-width: 1200px) {
  .slider-info-img .slick-arrow {
    height: 60px;
    width: 36px; }
  .slider-info-img .slick-prev {
    left: -55px; }
  .slider-info-img .slick-next {
    right: -55px; } }

@media (min-width: 1400px) {
  .slider-info-img .slick-prev {
    left: -60px; }
  .slider-info-img .slick-next {
    right: -60px; } }

@media (min-width: 1500px) {
  .slider-info-img {
    margin: 35px 0 0; }
    .slider-info-img .slick-prev {
      left: -74px; }
    .slider-info-img .slick-next {
      right: -74px; } }

.heading-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 57px 0 56px;
  position: relative; }
  .heading-img_encabezado {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 900;
    color: #F7F7F7;
    position: relative;
    margin-bottom: 0; }
  .heading-img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, #F7F7F7 25%, rgba(247, 247, 247, 0) 100%);
    width: 100%;
    height: 40%; }
  .heading-img + .bloque-general {
    padding-top: 0; }

@media (min-width: 768px) {
  .heading-img {
    padding: 117px 0 116px; }
    .heading-img::before {
      height: 50%; } }

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