@charset "UTF-8";
@font-face {
  font-family: "Futura";
  src: url("font/FuturaStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("font/FuturaStd-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*------------------- Opcionales*/
/*------------------- Mixins*/
/*****************************************/
/*--------------------- Extend*/
.gform_wrapper .gfield_checkbox li label:before, .gform_wrapper .gfield_radio li label:before, *:before, *:after, input, textarea, select, button {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.anim-linea:before, .anim-scale, .anim, .gform_wrapper input[type=submit], .desplegable-lat-bloque {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn-cerrar span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.wysiwyg blockquote:before, .wysiwyg ul li:before, .gform_wrapper .gfield_checkbox li label:before, .gform_wrapper .gfield_radio li label:before, .menu-ver .menu-item-has-children:after, .menu-hor .menu-item-has-children:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.gform_wrapper .ginput_container_date > .clear-multi, .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label, .menu-ver, .menu-hor, .header-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-blox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fila, .searchwp-live-search-result a.form-search-result-link, .form-search, .gform_wrapper .gfield, .gform_wrapper .gform_fields, .menu-hor .menu-item-has-children > .sub-menu > .sub-menu-content, .header-bloque-contain {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-blox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.fichas {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-blox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.col, .wysiwyg blockquote:before, .paginacion .current, .paginacion a, .facetwp-pager .current, .facetwp-pager a, .facetwp-pager, .paginacion-link, .paginacion-current, .paginacion, .form-search button, .item-anim-carga, .popup-bloque {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-blox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.menu-ver, .menu-hor, .header-content, .header-bloque-contain {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.img-contain, .div-img-contain {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------- Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input, textarea, select, button {
  border: none;
  font-family: "Open Sans", sans-serif;
}

textarea {
  resize: vertical;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select:hover, button:hover {
  cursor: pointer;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------- Bloques de partida*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: -5px;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: "italic";
}

ul, ol {
  padding-left: 0px;
  list-style: none;
  padding: 0px;
}

li {
  list-style: none;
  display: block;
}

/*------------------------------------------------------------------------------------------------------ HEADER*/
.header, .header-mov, .header-pc {
  width: 100%;
  z-index: 15;
}

.header-bloque-contain {
  max-width: 1140px;
  margin: auto;
  padding: 5px 1.5%;
}

.header-content {
  width: 100%;
}

.header-mov {
  display: none;
}

/*------------------------------------------------------------------------------------------------------ MENÚS*/
.menu-hor {
  position: relative;
  width: 100%;
}
.menu-hor li {
  padding: 0 5px;
}
.menu-hor .menu-item-has-children {
  padding-right: 20px;
  position: relative;
}
.menu-hor .menu-item-has-children:after {
  content: "";
  margin-left: 5px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  position: absolute;
  right: 0px;
  top: -6px;
}
.menu-hor .menu-item-has-children[data-estado=on]:after {
  content: "";
}
.menu-hor .menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  width: 300px;
  z-index: 5;
}
.menu-hor .menu-item-has-children > .sub-menu li {
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.menu-hor .menu-item-has-children > .sub-menu li:last-child {
  margin-bottom: 0px !important;
  border: none !important;
  padding-bottom: 0px !important;
}
.menu-hor .menu-item-has-children > .sub-menu a {
  font-size: 0.7rem;
  text-align: left;
}
.menu-hor .menu-item-has-children > .sub-menu > .sub-menu-content {
  width: 100%;
}

.menu-ver {
  width: 100%;
  position: relative;
}
.menu-ver .menu-item-has-children {
  padding-right: 20px;
  position: relative;
}
.menu-ver .menu-item-has-children:after {
  content: "";
  margin-left: 5px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  position: absolute;
  right: 0px;
  top: 10px;
}
.menu-ver .menu-item-has-children[data-estado=on]:after {
  content: "";
}
.menu-ver .menu-item-has-children > .sub-menu {
  display: none;
  padding: 10px 0;
  width: 100%;
}
.menu-ver .menu-item-has-children > .sub-menu > .sub-menu-content {
  width: 100%;
}

/*------------------------------------------------------------------------------------------------------ MENÚS HEADER*/
/*Menú lateral móvil*/
.header-mov-hidden .desplegable-lat-bloque .col {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.header-mov-hidden .desplegable-lat-bloque .menu-1 > li {
  padding: 15px 5px;
  border-bottom: 1px solid #ff4440;
  width: 100%;
}
.header-mov-hidden .desplegable-lat-bloque .menu-1 > li a {
  text-transform: uppercase;
  font-weight: 700;
}
.header-mov-hidden .desplegable-lat-bloque .menu-2 > li {
  padding: 5px;
  width: 50%;
  border-bottom: 1px solid #000;
}
.header-mov-hidden .desplegable-lat-bloque .menu-datos > li {
  width: 100%;
  margin-bottom: 10px;
}

.header-bloque-mov-search {
  background: #e8e8e8;
  padding: 10px;
  display: none;
}

/*------------------------------------------------------------------------------------------------------ DESPLEGABLES*/
.desplegable-lat {
  position: relative;
  z-index: 100;
}

.desplegable-lat-bloque {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 110;
  overflow-y: scroll;
  padding: 80px 30px 50px 30px;
}

.desplegable-lat-der .desplegable-lat-bloque {
  width: 90%;
  right: -500px;
  top: 0px;
  max-width: 450px;
}

.desplegable-lat-der.desplegable-lat-visible .desplegable-lat-bloque {
  right: 0px;
}

.desplegable-lat-izq .desplegable-lat-bloque {
  width: 90%;
  left: -500px;
  top: 0px;
  max-width: 450px;
}

.desplegable-lat-izq.desplegable-lat-visible .desplegable-lat-bloque {
  left: 0px;
}

.desplegable-lat-top .desplegable-lat-bloque {
  width: 90%;
  height: 90vh;
  left: 5%;
  top: -100vh;
}

.desplegable-lat-top.desplegable-lat-visible .desplegable-lat-bloque {
  top: 0px;
}

.desplegable-lat-bot .desplegable-lat-bloque {
  width: 90%;
  height: 90vh;
  left: 5%;
  bottom: -100vh;
}

.desplegable-lat-bot.desplegable-lat-visible .desplegable-lat-bloque {
  bottom: 0px;
}

/*------------------------------------------------------------------------------------------------------ POPUP*/
.popup {
  position: fixed !important;
  display: none;
  z-index: 1000;
}

.popup-bloque {
  position: fixed;
  z-index: 110;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  overflow: hidden;
  overflow-y: scroll;
  overflow: hidden;
  overflow-y: scroll;
  padding: 40px 20px;
}

.popup-bloque-contain {
  width: 94%;
  max-width: 650px;
  background: #fff;
  border: 1px solid #ff4440;
  position: relative;
  padding: 50px 20px;
  z-index: 110;
  padding: 80px 30px 50px 30px;
}

/*------------------------------------------------------------------------------------------------------ DESPLEGABLES FONDO*/
.desplegable-fondo {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 105;
}

/*--------------------- IFRAME proporción 1920*/
.iframe-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------------------------------ BTN*/
.btn-cerrar {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  right: 10px;
  top: 10px;
  display: inline-block;
  z-index: 120;
}
.btn-cerrar span {
  font-size: 1rem;
}

/*------------------------------------------------------------------------------------------------------ Breadcrumb*/
.rank-math-breadcrumb {
  font-size: 0.8rem;
}
.rank-math-breadcrumb a {
  color: #ff4440;
  font-weight: 700;
}

/*------------------------------------------------------------------------------------------------------ Animación de carga*/
.item-anim-carga {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

/*------------------------------------------------------------------------------------------------------ FORMULARIOS*/
form ul {
  padding: 0;
  list-style: none;
}

.gform_wrapper {
  width: 100%;
}
.gform_wrapper ul {
  list-style: none !important;
  padding: 0px !important;
}
.gform_wrapper li {
  padding-left: 0 !important;
}
.gform_wrapper li:before {
  display: none;
}
.gform_wrapper .gfield {
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_wrapper .gfield.w-50 {
  width: 49%;
}
.gform_wrapper .gfield.w-33 {
  width: 32.33%;
}
.gform_wrapper .gfield.w-25 {
  width: 24%;
}
.gform_wrapper .gf-textaera {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.gform_wrapper .gf-textaera .gfield_label {
  padding-top: 10px;
}
.gform_wrapper .gfield_label {
  margin-bottom: 1px;
  width: 100%;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.gform_wrapper .ginput_container {
  width: 100%;
}
.gform_wrapper .w-100 {
  width: 100%;
}
.gform_wrapper .d-n {
  display: none;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  width: 100%;
  border: none;
  padding: 12px 5px;
  font-family: "Open Sans", sans-serif;
}
.gform_wrapper textarea {
  resize: vertical;
  height: 120px;
}
.gform_wrapper input[type=submit] {
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px 30px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  background: #ff4440;
  color: #fff;
}
.gform_wrapper input[type=submit]:hover {
  cursor: pointer;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.gform_wrapper .ginput_container_checkbox {
  width: 100%;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio {
  width: 100%;
  margin-top: 20px;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  position: relative;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_radio li input {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
}
.gform_wrapper .gfield_checkbox li input:hover, .gform_wrapper .gfield_radio li input:hover {
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  color: #000;
  font-size: 0.8rem;
  text-align: left;
  width: 100%;
  position: relative;
  padding-top: 5px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
.gform_wrapper .gfield_checkbox li label a, .gform_wrapper .gfield_radio li label a {
  text-decoration: underline;
  color: #000;
  display: inline-block;
  margin-left: 4px;
}
.gform_wrapper .gfield_checkbox li label:before, .gform_wrapper .gfield_radio li label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  margin-right: 5px;
  border: 1px solid #000;
  padding: 3px;
  position: absolute;
  left: 0pc;
  top: 3px;
}
.gform_wrapper .gfield_checkbox li input:checked + label:before, .gform_wrapper .gfield_radio li input:checked + label:before {
  content: "";
  font-size: 0.8rem;
}
.gform_wrapper .gfield_checkbox li label:before:hover, .gform_wrapper .gfield_radio li label:before:hover {
  cursor: pointer;
}
.gform_wrapper .gfield_radio li label:before {
  border-radius: 50%;
}
.gform_wrapper .gf-texaera {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.gform_wrapper .gf-texaera label {
  padding-top: 12px;
}
.gform_wrapper .ginput_container_date > .clear-multi > .ginput_container_date {
  width: 50px;
  margin-right: 5px;
}
.gform_wrapper .ginput_container_date > .clear-multi > .ginput_container_date input {
  text-align: center;
}
.gform_wrapper .ginput_container_date > .clear-multi label {
  display: none;
}
.gform_wrapper .gfield_description {
  font-size: 0.8rem;
  margin-top: 5px;
}
.gform_wrapper .gfield_visibility_hidden, .gform_wrapper .hidden_label > label {
  display: none;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: #b00;
  display: block;
  margin-top: 5px;
  font-size: 0.8rem;
  width: 100%;
}
.gform_wrapper legend {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.gform_wrapper .gfield_description {
  font-size: 0.7rem;
  margin-top: 4px;
}

.gform_confirmation_message {
  background: #ff4440;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
}

.gform_validation_container {
  display: none !important;
}

/*Legal*/
.gf-legal > .gfield_label {
  display: none;
}

/*Buscador*/
.form-search {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
}
.form-search input {
  width: 100%;
  border: none;
  padding: 12px 5px;
  font-family: "Open Sans", sans-serif;
  padding-left: 50px;
}
.form-search button {
  position: absolute;
  height: 100%;
  width: 40px;
  font-size: 1.2rem;
  background: none;
  border: none;
}

.form-search-result {
  padding: 5px;
  border-bottom: 1px solid #000;
}

.form-search-result:last-child {
  border: none;
}

.searchwp-live-search-result a.form-search-result-link {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.form-search-result-img {
  width: 50px;
  height: 50px;
}
.form-search-result-img img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-search-result-tit {
  width: calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  text-align: left;
}

.form-search-result-tit.w-100 {
  width: 100%;
}

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacidad: 0.25;
  }
  40% {
    opacidad: 1;
  }
}
/*------------------------------------------------------------------------------------------------------ Paginación*/
.paginacion {
  margin-top: 50px;
}

.paginacion-link, .paginacion-current {
  width: 2.2rem;
  height: 2.2rem;
  font-size: 1rem;
  margin-left: 5px;
  margin-right: 5px;
  color: #ff4440;
}

.paginacion-link:hover {
  background: #000023;
  color: #fff;
}

.paginacion-current {
  color: #000023;
}

.facetwp-facet-paginacion {
  width: 100%;
}

.paginacion, .facetwp-pager {
  width: 100%;
}
.paginacion .current, .paginacion a, .facetwp-pager .current, .facetwp-pager a {
  position: relative;
  margin: 0px 5px;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 0px;
}
.paginacion .current, .facetwp-pager .current {
  background: #000;
}
.paginacion a:hover, .facetwp-pager a:hover {
  background: #000;
}

/*------------------------------------------------------------------------------------------------------ Wysiwyg*/
.wysiwyg {
  line-height: 1.5;
}
.wysiwyg h1 {
  font-size: 2rem;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}
.wysiwyg h2 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
}
.wysiwyg h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}
.wysiwyg h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.wysiwyg h5 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.wysiwyg h6 {
  font-size: 0.8rem;
  margin-bottom: 15px;
}
.wysiwyg p {
  margin-bottom: 15px;
}
.wysiwyg a {
  color: #ff4440;
}
.wysiwyg a:hover {
  text-decoration: underline;
}
.wysiwyg .wp-caption {
  display: block;
  text-align: center;
  margin: 30px auto 30px auto;
  max-width: 100%;
}
.wysiwyg .wp-caption img {
  margin-bottom: 5px;
}
.wysiwyg .wp-caption-text {
  text-align: center;
  font-size: 12px;
  margin: auto;
  margin-top: 10px;
  max-width: 70%;
  line-height: 14px;
}
.wysiwyg iframe {
  display: block !important;
  text-align: center !important;
  margin: 50px auto 50px auto;
  max-width: 100% !important;
}
.wysiwyg img {
  margin: 20px auto 20px auto;
  display: block;
  width: auto;
}
.wysiwyg ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 25px;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 6px;
}
.wysiwyg ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ff4440;
}
.wysiwyg ul ul {
  margin: 15px 0;
}
.wysiwyg ul ul li {
  padding-left: 15px;
}
.wysiwyg ul ul li:before {
  content: "";
}
.wysiwyg ol {
  padding-left: 20px;
  margin-bottom: 25px;
}
.wysiwyg ol li {
  list-style: decimal;
}
.wysiwyg ol ol {
  margin: 15px 0;
}
.wysiwyg ol ol li {
  list-style: disc;
}
.wysiwyg hr {
  height: 1px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #000;
}
.wysiwyg .alignleft {
  float: left;
  margin: 20px 20px 20px 0px;
  display: inline-block;
}
.wysiwyg .alignright {
  float: right;
  margin: 20px 0px 20px 20px;
  display: inline-block;
}
.wysiwyg .clear {
  clear: both;
  padding-top: 50px;
}
.wysiwyg table {
  width: auto;
  margin: 30px auto;
  background: #fff;
  max-width: 100%;
  font-size: 0.8rem;
}
.wysiwyg table td, .wysiwyg table th {
  border: 1px solid #ff4440;
  padding: 10px;
  vertical-align: middle;
}
.wysiwyg table p {
  margin-bottom: 3px;
}
.wysiwyg table tr:first-child td, .wysiwyg table th {
  background: #ff4440;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
.wysiwyg blockquote {
  margin: 20px 0px;
  padding: 50px 0 20px 50px;
  position: relative;
}
.wysiwyg blockquote p {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
  z-index: 2;
}
.wysiwyg blockquote:before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ff4440;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  color: #fff;
  font-size: 4rem;
}
.wysiwyg hr {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.elementor-element {
  clear: both;
}

/*------------------------------------------------------------------------------------------------------  Cookies */
.cookies {
  font-size: 12px;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000;
  max-width: 400px;
  bottom: 0px;
  left: 20px;
  padding: 10px;
  background: #ff4440;
  color: #fff;
  display: none;
}

.cookies-contenido {
  max-width: 1140px;
  margin: auto;
}
.cookies-contenido a {
  text-decoration: underline;
  color: #fff;
  display: inline;
}

.cookies-contenido-botones {
  display: inline-block;
  padding: 5px 0;
  margin-top: 5px;
}
.cookies-contenido-botones a {
  display: inline-block;
  text-decoration: none;
  padding: 3px 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  color: #000;
}

/************************************************************************************************************************* Movil *********/
@media screen and (max-width: 1024px) {
  .header-pc {
    display: none;
  }

  .header-mov {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 14px;
  }

  .cookies {
    top: 0px;
    left: 0px;
    width: 100%;
    position: relative;
  }

  .wysiwyg .alignleft, .wysiwyg .alignright {
    float: none;
    margin: 20px auto;
  }

  .desplegable-lat-bloque {
    padding: 80px 20px 50px 20px;
  }
}
/*Estrcuturas*/
.seccion {
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.seccion-fondo {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.seccion-fondo .fila:last-child {
  padding-bottom: 0px;
}

.fila {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin: auto;
  position: relative;
  padding-bottom: 30px;
  position: relative;
}

.col {
  padding: 15px 1.5% 15px 1.5%;
  width: 100%;
  position: relative;
}

.col-contain {
  height: 100%;
  width: 100%;
}

/*Clases de variables*/
.c-1 {
  color: #ff4440;
}

.c-2 {
  color: #000023;
}

.c-3 {
  color: #f0f4f4;
}

.c-4 {
  color: #000;
}

.c-5 {
  color: #000;
}

.c-6 {
  color: #000;
}

.c-n {
  color: #000;
}

.c-b {
  color: #fff;
}

.c-g {
  color: #e8e8e8;
}

.c-g-1 {
  color: #666;
}

.c-g-2 {
  color: #f0f0f0;
}

.c-error {
  color: #b00;
}

.c-ok {
  color: #0a0;
}

.bgc-1 {
  background-color: #ff4440;
}

.bgc-2 {
  background-color: #000023;
}

.bgc-3 {
  background-color: #f0f4f4;
}

.bgc-4 {
  background-color: #000;
}

.bgc-5 {
  background-color: #000;
}

.bgc-6 {
  background-color: #000;
}

.bgc-n {
  background-color: #000;
}

.bgc-b {
  background-color: #fff;
}

.bgc-g {
  background-color: #e8e8e8;
}

.bgc-g-1 {
  background-color: #666;
}

.bgc-g-2 {
  background-color: #f0f0f0;
}

.bgc-error {
  background-color: #b00;
}

.bgc-ok {
  background-color: #0a0;
}

.w-1 {
  width: 1140px;
}

.w-2 {
  width: 768px;
}

.w-3 {
  width: 768px;
}

.w-t {
  width: 1024px;
}

.w-m {
  width: 500px;
}

.mw-1 {
  max-width: 1140px;
}

.mw-2 {
  max-width: 768px;
}

.mw-3 {
  max-width: 400px;
}

.mw-t {
  max-width: 1024px;
}

.mw-m {
  max-width: 500px;
}

.ff-1 {
  font-family: "Open Sans", sans-serif;
}

.ff-2 {
  font-family: "Open Sans", sans-serif;
}

.bd-n {
  border: none;
}

.bd {
  border: 1px solid;
}

.bd-t {
  border-top: 1px solid;
}

.bd-b {
  border-bottom: 1px solid;
}

.bd-l {
  border-left: 1px solid;
}

.bd-r {
  border-right: 1px solid;
}

.bdc-1 {
  border-color: #ff4440;
}

.bdc-2 {
  border-color: #000023;
}

.bdc-3 {
  border-color: #f0f4f4;
}

.bdc-4 {
  border-color: #000;
}

.bdc-5 {
  border-color: #000;
}

.bdc-6 {
  border-color: #000;
}

.bdc-n {
  border-color: #000;
}

.bdc-b {
  border-color: #fff;
}

.bdc-g {
  border-color: #e8e8e8;
}

.bdc-error {
  border-color: #b00;
}

.bdc-ok {
  border-color: #0a0;
}

/********************************************* Bloques ***************************************/
/*Columnas*/
.w-a {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-95 {
  width: 95%;
}

.w-90 {
  width: 90%;
}

.w-85 {
  width: 85%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-67 {
  width: 66.7%;
}

.w-65 {
  width: 65%;
}

.w-60 {
  width: 60%;
}

.w-55 {
  width: 55%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-33 {
  width: 33.3%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.mw-a {
  max-width: none;
}

.mw-100 {
  max-width: 100%;
}

.mw-95 {
  max-width: 95%;
}

.mw-90 {
  max-width: 90%;
}

.mw-85 {
  max-width: 85%;
}

.mw-80 {
  max-width: 80%;
}

.mw-75 {
  max-width: 75%;
}

.mw-70 {
  max-width: 70%;
}

.mw-67 {
  max-width: 66.7%;
}

.mw-65 {
  max-width: 65%;
}

.mw-60 {
  max-width: 60%;
}

.mw-55 {
  max-width: 55%;
}

.mw-50 {
  max-width: 50%;
}

.mw-45 {
  max-width: 45%;
}

.mw-40 {
  max-width: 40%;
}

.mw-35 {
  max-width: 35%;
}

.mw-33 {
  max-width: 33.3%;
}

.mw-30 {
  max-width: 30%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-15 {
  max-width: 15%;
}

.mw-10 {
  max-width: 10%;
}

.h-100 {
  height: 100%;
}

.h-a {
  height: auto;
}

/*Desbordamientos*/
.ov-h {
  overflow: hidden;
}

.ov-v {
  overflow: visible;
}

/*Anchos*/
.mw-1 {
  max-width: 1140px;
}

.mw-2 {
  max-width: 768px;
}

.mw-3 {
  max-width: 400px;
}

/*Display*/
.d-n {
  display: none;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-f {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-blox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*Posicion*/
.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.pos-s {
  position: static;
}

/*Tipos de flexbox*/
.d-f-jc-fs, .d-f-jc-fs > .elementor-widget-container > div {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}

.d-f-jc-fe, .d-f-jc-fe > .elementor-widget-container > div {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.d-f-jc-c, .d-f-jc-c > .elementor-widget-container > div {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.d-f-jc-sb, .d-f-jc-sb > .elementor-widget-container > div {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.d-f-jc-sa, .d-f-jc-sa > .elementor-widget-container > div {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.d-f-ai-fs, .d-f-ai-fs > .elementor-widget-container > div {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}

.d-f-ai-fe, .d-f-ai-fe > .elementor-widget-container > div {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.d-f-ai-c, .d-f-ai-c > .elementor-widget-container > div {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.d-f-ai-s, .d-f-ai-s > .elementor-widget-container > div {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.d-f-ai-b, .d-f-ai-b > .elementor-widget-container > div {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}

.d-f-ac-fs, .d-f-ac-fs > .elementor-widget-container > div {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
}

.d-f-ac-fe, .d-f-ac-fe > .elementor-widget-container > div {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  -o-align-content: flex-end;
  align-content: flex-end;
}

.d-f-ac-c, .d-f-ac-c > .elementor-widget-container > div {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
}

.d-f-ac-sb, .d-f-ac-sb > .elementor-widget-container > div {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  -o-align-content: space-between;
  align-content: space-between;
}

.d-f-ac-sa, .d-f-ac-sa > .elementor-widget-container > div {
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-align-content: space-around;
  -o-align-content: space-around;
  align-content: space-around;
}

/*Flexbox internos*/
.d-f-as-fs, .d-f-as-fs > .elementor-widget-container > div {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  -o-align-self: auto;
  align-self: auto;
}

.d-f-as-fs, .d-f-as-fs > .elementor-widget-container > div {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}

.d-f-as-fe, .d-f-as-fe > .elementor-widget-container > div {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  -o-align-self: flex-end;
  align-self: flex-end;
}

.d-f-as-c, .d-f-as-c > .elementor-widget-container > div {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}

.d-f-ac-b, .d-f-ac-b > .elementor-widget-container > div {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  -o-align-self: baseline;
  align-self: baseline;
}

.d-f-as-s, .d-f-as-s > .elementor-widget-container > div {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  -o-align-self: stretch;
  align-self: stretch;
}

/*Margenes y tamaños*/
.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.zi-0 {
  z-index: 0;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.zi-5 {
  z-index: 5;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.zi-10 {
  z-index: 10;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.zi-15 {
  z-index: 15;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.zi-20 {
  z-index: 20;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.p-25 {
  padding: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.zi-25 {
  z-index: 25;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.zi-30 {
  z-index: 30;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.zi-35 {
  z-index: 35;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.zi-40 {
  z-index: 40;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.zi-45 {
  z-index: 45;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.zi-50 {
  z-index: 50;
}

.m-55 {
  margin: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.p-55 {
  padding: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.zi-55 {
  z-index: 55;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.zi-60 {
  z-index: 60;
}

.m-65 {
  margin: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.p-65 {
  padding: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.zi-65 {
  z-index: 65;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.zi-70 {
  z-index: 70;
}

.m-75 {
  margin: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.p-75 {
  padding: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.zi-75 {
  z-index: 75;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.zi-80 {
  z-index: 80;
}

.m-85 {
  margin: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.p-85 {
  padding: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.zi-85 {
  z-index: 85;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.zi-90 {
  z-index: 90;
}

.m-95 {
  margin: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.p-95 {
  padding: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.zi-95 {
  z-index: 95;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.zi-100 {
  z-index: 100;
}

.m-a {
  margin-left: auto;
  margin-right: auto;
}

.mlat-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.mhor-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.plat-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.phor-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.m-col {
  margin: 20px;
}

.mt-col {
  margin-top: 20px;
}

.mb-col {
  margin-bottom: 20px;
}

.ml-col {
  margin-left: 20px;
}

.mr-col {
  margin-right: 20px;
}

.p-col {
  padding: 20px;
}

.pt-col {
  padding-top: 20px;
}

.pb-col {
  padding-bottom: 20px;
}

.pl-col {
  padding-left: 20px;
}

.pr-col {
  padding-right: 20px;
}

.p-col, .bd.col-contain, .bgc-1.col-contain, .bgc-2.col-contain, .bgc-3.col-contain, .bgc-4.col-contain, .bgc-5.col-contain, .bgc-6.col-contain, .bgc-n.col-contain, .bgc-b.col-contain, .bgc-g.col-contain, .bgc-g-1.col-contain, .bgc-g-2.col-contain, .bgc-error.col-contain, .bgc-ok.col-contain {
  padding: 20px;
}

/********************************************* Texto ***************************************/
/*Font Weight*/
.fw-b {
  font-weight: 700;
}

.fw-sb {
  font-weight: 500;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

/*Font Style*/
.fs-i {
  font-style: italic;
}

.fs-n {
  font-style: normal;
}

/*Font Size*/
.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-34 {
  font-size: 34px;
}

/*Font Size*/
.fs-0-6 {
  font-size: 0.6rem;
}

.fs-0-8 {
  font-size: 0.8rem;
}

.fs-0-9 {
  font-size: 0.9rem;
}

.fs-1-0 {
  font-size: 1rem;
}

.fs-1-1 {
  font-size: 1.1rem;
}

.fs-1-2 {
  font-size: 1.2rem;
}

.fs-1-3 {
  font-size: 1.3rem;
}

.fs-1-4 {
  font-size: 1.4rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-1-6 {
  font-size: 1.6rem;
}

.fs-1-7 {
  font-size: 1.7rem;
}

.fs-1-8 {
  font-size: 1.8rem;
}

.fs-1-9 {
  font-size: 1.9rem;
}

.fs-2-0 {
  font-size: 2rem;
}

.fs-2-2 {
  font-size: 2.2rem;
}

.fs-2-4 {
  font-size: 2.4rem;
}

.fs-2-6 {
  font-size: 2.6rem;
}

.fs-2-8 {
  font-size: 2.8rem;
}

.fs-3-0 {
  font-size: 3rem;
}

.fs-3-2 {
  font-size: 3.2rem;
}

/*Font Size*/
.fs-0-6-e {
  font-size: 0.6em;
}

.fs-0-8-e {
  font-size: 0.8em;
}

.fs-0-9-e {
  font-size: 0.9em;
}

.fs-1-0-e {
  font-size: 1em;
}

.fs-1-1-e {
  font-size: 1.1em;
}

.fs-1-2-e {
  font-size: 1.2em;
}

.fs-1-4-e {
  font-size: 1.4em;
}

.fs-1-6-e {
  font-size: 1.6em;
}

.fs-1-8-e {
  font-size: 1.8em;
}

.fs-2-0-e {
  font-size: 2em;
}

.fs-2-2-e {
  font-size: 2.2em;
}

.fs-2-4-e {
  font-size: 2.4em;
}

.fs-2-6-e {
  font-size: 2.6em;
}

.fs-2-8-e {
  font-size: 2.8em;
}

.fs-3-0-e {
  font-size: 3em;
}

.fs-3-2-e {
  font-size: 3.2em;
}

/*Alineación*/
.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.ta-j {
  text-align: justify;
}

/*Decoracion*/
.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

/*Transform*/
.tt-u {
  text-transform: uppercase;
}

.tt-n {
  text-transform: none;
}

/*Clear float*/
.clear {
  clear: both;
}

/*Transition*/
/*Imagenes*/
/*Elementos móviles*/
.e-tab-b, .e-tab-ib, .e-tab-f, .e-mov-b, .e-mov-ib, .e-mov-f {
  display: none !important;
}

/****************************************************************************************************************Interacciones*/
.anim-scale {
  display: inline-block;
}

.anim-scale:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.anim-linea {
  position: relative;
}

.anim-linea:before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #ff4440;
  display: inline-block;
}

.anim-linea:hover:before {
  width: 100%;
}

/****************************************************************************************************************Animaciones*/
.anim-scroll {
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  -ms-animation-fill-mode: forwards !important;
  -o-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}

.anim-scroll.anim-de-2 {
  -webkit-animation-delay: 0.25s !important;
  -moz-animation-delay: 0.25s !important;
  -ms-animation-delay: 0.25s !important;
  -o-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.anim-scroll.anim-de-3 {
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -ms-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.anim-scroll.anim-de-4 {
  -webkit-animation-delay: 0.75s !important;
  -moz-animation-delay: 0.75s !important;
  -ms-animation-delay: 0.75s !important;
  -o-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}

.anim-scroll.anim-de-5 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.anim-scroll.anim-de-6 {
  -webkit-animation-delay: 1.25s !important;
  -moz-animation-delay: 1.25s !important;
  -ms-animation-delay: 1.25s !important;
  -o-animation-delay: 1.25s !important;
  animation-delay: 1.25s !important;
}

.anim-scroll.anim-du-0-5 {
  -webkit-animation-duration: 0.5s !important;
  -moz-animation-duration: 0.5s !important;
  -ms-animation-duration: 0.5s !important;
  -o-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}

.anim-scroll.anim-du-1-5 {
  -webkit-animation-duration: 1.5s !important;
  -moz-animation-duration: 1.5s !important;
  -ms-animation-duration: 1.5s !important;
  -o-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}

.anim-scroll.anim-du-2 {
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -ms-animation-duration: 2s !important;
  -o-animation-duration: 2s !important;
  animation-duration: 2s !important;
}

.anim-scroll.anim-du-2-5 {
  -webkit-animation-duration: 2.5s !important;
  -moz-animation-duration: 2.5s !important;
  -ms-animation-duration: 2.5s !important;
  -o-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}

.anim-scroll.anim-du-3 {
  -webkit-animation-duration: 3s !important;
  -moz-animation-duration: 3s !important;
  -ms-animation-duration: 3s !important;
  -o-animation-duration: 3s !important;
  animation-duration: 3s !important;
}

.anim-scroll.anim-du-3-5 {
  -webkit-animation-duration: 3.5s !important;
  -moz-animation-duration: 3.5s !important;
  -ms-animation-duration: 3.5s !important;
  -o-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}

.anim-break {
  -webkit-transform: translate(0px) rotate() scale() !important;
  -moz-transform: translate(0px) rotate() scale() !important;
  -ms-transform: translate(0px) rotate() scale() !important;
  -o-transform: translate(0px) rotate() scale() !important;
  transform: translate(0px) rotate() scale() !important;
  opacity: 1 !important;
}

/*Fade*/
.anim-scroll.anim-fade-left {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.anim-scroll.anim-fade-left.anim-start {
  -webkit-animation: anim-fade-left 1s 1;
  -moz-animation: anim-fade-left 1s 1;
  -o-animation: anim-fade-left 1s 1;
  -ms-animation: anim-fade-left 1s 1;
  animation: anim-fade-left 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes anim-fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes anim-fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes anim-fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-fade-left {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.anim-scroll.anim-fade-right {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.anim-scroll.anim-fade-right.anim-start {
  -webkit-animation: anim-fade-right 1s 1;
  -moz-animation: anim-fade-right 1s 1;
  -o-animation: anim-fade-right 1s 1;
  -ms-animation: anim-fade-right 1s 1;
  animation: anim-fade-right 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-fade-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes anim-fade-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes anim-fade-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes anim-fade-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-fade-right {
  0% {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.anim-scroll.anim-fade-top {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.anim-scroll.anim-fade-top.anim-start {
  -webkit-animation: anim-fade-top 1s 1;
  -moz-animation: anim-fade-top 1s 1;
  -o-animation: anim-fade-top 1s 1;
  -ms-animation: anim-fade-top 1s 1;
  animation: anim-fade-top 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-fade-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes anim-fade-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes anim-fade-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes anim-fade-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-fade-top {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.anim-scroll.anim-fade-bottom {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.anim-scroll.anim-fade-bottom.anim-start {
  -webkit-animation: anim-fade-bottom 1s 1;
  -moz-animation: anim-fade-bottom 1s 1;
  -o-animation: anim-fade-bottom 1s 1;
  -ms-animation: anim-fade-bottom 1s 1;
  animation: anim-fade-bottom 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-fade-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes anim-fade-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes anim-fade-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes anim-fade-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-fade-bottom {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.anim-scroll.anim-fade-in {
  opacity: 0;
}

.anim-scroll.anim-fade-in.anim-start {
  -webkit-animation: anim-fade-in 1s 1;
  -moz-animation: anim-fade-in 1s 1;
  -o-animation: anim-fade-in 1s 1;
  -ms-animation: anim-fade-in 1s 1;
  animation: anim-fade-in 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Zoom*/
.anim-scroll.anim-scale-in {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.anim-scroll.anim-scale-in.anim-start {
  -webkit-animation: anim-scale-in 1s 1;
  -moz-animation: anim-scale-in 1s 1;
  -o-animation: anim-scale-in 1s 1;
  -ms-animation: anim-scale-in 1s 1;
  animation: anim-scale-in 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes anim-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes anim-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes anim-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anim-scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.anim-scroll.anim-scale-out {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

.anim-scroll.anim-scale-out.anim-start {
  -webkit-animation: anim-scale-out 1s 1;
  -moz-animation: anim-scale-out 1s 1;
  -o-animation: anim-scale-out 1s 1;
  -ms-animation: anim-scale-out 1s 1;
  animation: anim-scale-out 1s 1;
  z-index: 10;
}

@-webkit-keyframes anim-scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes anim-scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes anim-scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes anim-scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anim-scale-out {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes anim-zoom-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes anim-zoom-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes anim-zoom-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes anim-zoom-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes anim-zoom-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/********************************************* Movil ***************************************/
@media screen and (max-width: 1024px) {
  .w-t-100 {
    width: 100%;
  }

  .w-t-50 {
    width: 50%;
  }

  .anim-scroll.anim-de-t-0 {
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    -ms-animation-delay: 0s !important;
    -o-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}
@media screen and (max-width: 500px) {
  .seccion {
    margin-bottom: 20px;
  }

  .fila {
    padding-bottom: 20px;
  }

  .w-15, .w-20, .w-25, .w-30, .w-33, .w-35, .w-40, .w-45, .w-50 {
    width: 50%;
  }

  .w-55, .w-60, .w-65, .w-67, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95 {
    width: 100%;
  }

  .w-t-100 {
    width: 100%;
  }

  .w-t-50 {
    width: 50%;
  }

  .w-m-100 {
    width: 100%;
  }

  .w-m-50 {
    width: 50%;
  }

  .col {
    padding: 2vh 1.5vw;
  }

  .anim-scroll.anim-de-m-0 {
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    -ms-animation-delay: 0s !important;
    -o-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}
/*******************************************************************************************************************Cabeceras*/
.header-bloque-contain {
  padding: 30px 1.5%;
  text-transform: uppercase;
}

.header-bloque-pc {
  border-color: #CCCCCC;
  border-style: solid;
  -pie-box-shadow: 0 5px 6px #E5E5E5;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border-width: 0 0 1px;
}
.header-bloque-pc .menu-hor li {
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
}
.header-bloque-pc .menu-hor li a:focus, .header-bloque-pc .menu-hor li a:active {
  color: #ff4440;
  text-decoration: underline;
}

.nextend-bullet-bar .n2-ow {
  height: 105% !important;
  margin-right: 5px;
}

/*******************************************************************************************************************Botones*/
/*******************************************************************************************************************Fichas*/
/*******************************************************************************************************************Elementos Comunes*/
.gform_wrapper .gfield_label {
  color: white !important;
  margin-bottom: 10px;
}
.gform_wrapper .ginput_container label, .gform_wrapper .ginput_container a {
  color: white !important;
}
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {
  border-radius: 3px;
  padding: 12px 15px;
}
.gform_wrapper .gfield {
  margin-bottom: 10px;
}
.gform_wrapper input[type=submit] {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  width: 40%;
}

/**************************************************************************************************************************/
/*******************************************************************************************************************Woocommerce*/
/**************************************************************************************************************************/
/*******************************************************************************************************************Header*/
/**************************************************************************************************************************/
/*******************************************************************************************************************Páginas*/
/**************************************************************************************************************************/
/*******************************************************************************************************************Móvil*/

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