article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit;
/* 1 */
  font-size: 100%;
/* 2 */
  margin: 0;
/* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
/* 2 */
  cursor: pointer;
/* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
/* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
/* 1 */
  vertical-align: top;
/* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7 p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu,
details {
  margin: auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu {
  display: block;
}
html,
body {
  height: 100%;
}
body {
  font-family: Verdana;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
a img {
  border: none;
}
p {
  margin: 0;
}
li {
  list-style: none;
}
em,
cite {
  font-style: normal;
}
strong {
  font-weight: normal;
}
label {
  cursor: pointer;
}
textarea {
  font-family: Arial, sans-serif;
  resize: none;
}
input[type="submit"] {
  cursor: pointer;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
}
table,
th,
td {
  vertical-align: middle;
}
br {
  line-height: 1;
}
.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.w-ancho {
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
}
header {
  position: relative;
  z-index: 100;
}
header .w-ancho {
  position: relative;
}
.h-logo {
  position: absolute;
  top: 0;
  left: 0px;
  padding-top: 16px;
  padding-left: 24px;
}
.h-logo a {
  display: block;
}
.h-logo:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  top: -2px;
  left: 0;
  width: 282px;
  height: 96px;
  background-image: url("../img/header-bg.png");
  background-size: 282px 96px;
  transition: all 0.25s;
}
.h-logo img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 208px;
  transition: all 0.25s;
}
.h-nav {
  position: absolute;
  top: 20px;
  right: 0;
}
.h-nav ul {
  display: block;
}
.h-nav li {
  padding: 4px 9px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.h-nav li a {
  display: block;
  padding: 16px 4px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.h-nav li a:before {
  opacity: 0;
  content: '';
  position: absolute;
  display: block;
  height: 8px;
  width: 100%;
  left: 0;
  bottom: 12px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  transition: all 0.25s;
}
.h-nav li:hover a:before,
.h-nav li.active a:before {
  opacity: 1;
}
.h-nav li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.submenu {
  position: absolute;
  top: 110%;
  background-color: #fff;
  width: 159px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
.submenu li {
  display: block;
  padding: 0;
}
.submenu li a {
  display: block;
  color: #ff8018;
  font-size: 14px;
  padding: 10px;
  background: #fff;
  transition: all 0.25s;
}
.submenu li a:before {
  display: none;
}
.submenu li:hover a,
.submenu li.active a {
  background-color: #ff8018;
  color: #fff;
}
.h-click {
  pointer-events: none;
}
.h-open,
.h-close {
  position: fixed;
  z-index: 200;
  top: 10px;
  right: 10px;
  font-size: 28px;
  transition: all 0.25s;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000) !important;
  display: none;
}
.h-open.scrolling {
  opacity: 0.5;
}
.h-open.scrolling:hover {
  opacity: 1;
}
.h-close {
  display: none;
  z-index: 202;
  right: 210px;
  background: #ff8018;
}
.h-close.able {
  display: block;
}
.respon-logo {
  padding-bottom: 30px;
  padding-top: 15px;
}
.respon-logo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 95%;
}
.h-overlay {
  background: #000;
  opacity: 0;
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  visibility: hidden;
}
.responsive-header {
  display: none;
  position: fixed;
  z-index: 202;
  width: 200px;
  height: 100%;
  top: 0;
  right: -500px;
  opacity: 0;
  background: #fff;
  transition: all 0.4s;
}
.responsive-header a {
  color: #808080;
  display: table-cell;
  width: 200px;
  height: 45px;
  padding: 0;
  vertical-align: middle;
  padding-left: 20px;
  transition: all 0.25s;
  cursor: pointer;
}
.responsive-header li {
  padding: 0;
  display: block;
}
.responsive-header li.active a,
.responsive-header li:hover a {
  background: #ff8018;
  color: #fff;
}
.responsive-header.active {
  right: 0;
  opacity: 1;
}
.responsive-header .submenu {
  position: relative;
  top: inherit;
  display: none;
  opacity: 1;
  width: 100%;
  visibility: visible;
  transition: inherit;
}
.responsive-header .submenu li a {
  display: table-cell;
  padding: 0 0 0 25px;
}
.responsive-header .h-click {
  pointer-events: inherit;
}
.h-hidden {
  overflow: hidden !important;
}
@media screen and (min-width: 1025px) {
  .error-header .h-nav li a {
    color: #333;
  }
  .error-header .h-nav li a:before {
    border-color: #ff8018;
  }
  .error-header .submenu a {
    background: #f1f1f1;
  }
  .error-header .submenu a:hover {
    color: #fff !important;
  }
}
@media screen and (max-width: 1025px) {
  .h-open {
    display: block;
  }
  .h-overlay.active {
    opacity: 0.7;
    visibility: visible;
  }
  .responsive-header {
    display: block;
  }
  .h-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .h-logo {
    padding-top: 8px;
    padding-left: 14px;
  }
  .h-logo:before {
    width: 224px;
    height: 75px;
    background-size: 224px 75px;
  }
  .h-logo img {
    max-width: 178px;
  }
}
footer {
  background-color: #333;
  color: #fff;
}
.foot_link_add {
  margin-top: 25px;
}
.foot_link_add a {
  display: inline-block;
  line-height: 1;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-right: 20px;
}
.foot_link_add a:after {
  content: "\e907";
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: 'icomoon';
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.foot1 {
  padding: 35px 0;
}
.foot-ul {
  font-size: 0;
}
.foot-li {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.foot-li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
.foot-li .icon-icon-05 {
  font-size: 17px;
}
.foot-nada {
  width: 5%;
}
.foot-txt {
  padding-left: 30px;
  padding-right: 15px;
}
.foot-txt h5 {
  font-size: 14px;
}
.foot-txt h5 strong {
  display: block;
  font-family: 'OpenSans-Bold', sans-serif;
}
.foot-txt p {
  font-size: 12px;
}
.foot-txt a {
  display: block;
  color: #fff;
}
.foot2 {
  padding: 8px 0;
  border-top: 1px solid #fff;
}
.foot2 .w-ancho {
  font-size: 0;
}
.foot-left,
.foot-right {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  vertical-align: top;
}
.foot-left a,
.foot-right a {
  color: #fff;
}
.foot-right {
  text-align: right;
}
.staffdigital {
  position: relative;
}
.staffdigital:after {
  content: '';
  position: absolute;
  display: block;
  content: '\e60e';
  top: -4px;
  right: -9px;
  color: #fff;
  font-size: 10px;
  font-family: 'icomoon';
}
@media screen and (max-width: 960px) {
  .foot-nada {
    display: block;
    padding-top: 30px;
  }
  .foot-li {
    width: 33.3%;
  }
}
@media screen and (max-width: 640px) {
  .foot-li,
  .foot-left,
  .foot-right {
    display: block;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .foot-li i,
  .foot-left i,
  .foot-right i {
    display: none;
  }
  .foot-nada {
    display: none;
  }
  .foot-txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.btn1,
.btn2 {
  position: relative;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-family: 'OpenSans-Regular', sans-serif;
  transition: all 0.25s;
  transform: scale(1);
}
.btn1 span,
.btn2 span {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 41px;
  padding: 0 30px;
  height: 40px;
  box-sizing: border-box;
}
.btn1:before,
.btn2:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  height: 20px;
  opacity: 0;
  transition: all 0.25s;
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.5);
}
@media screen and (min-width: 1025px) {
  .btn1:hover,
  .btn2:hover {
    transform: scale(1.1);
  }
  .btn1:hover:before,
  .btn2:hover:before {
    opacity: 0.9;
    bottom: 0px;
  }
}
.btn1 span {
  background-color: #ff8018;
}
.btn2 span {
  background-color: #999;
  color: #fff;
}
.g-titulo {
  display: block;
  text-align: center;
}
.g-titulo h4 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 24px;
}
.g-titulo p {
  font-size: 16px;
  font-family: 'OpenSans-Regular', sans-serif;
}
.fpop-lanza {
  cursor: pointer;
}
.fpop-pop {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  transition: all 0.25s;
}
.fpop-pop.active {
  visibility: visible;
  opacity: 1;
  z-index: 1200;
}
.fpop-cell {
  display: table-cell;
  vertical-align: middle;
}
.fpop-wancho {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 4px;
  width: 90%;
  padding: 50px 20px;
  max-width: 588px;
  box-sizing: border-box;
}
.fpop-wancho img {
  width: 100%;
  height: auto;
  display: block;
}
.fpop-wancho .g-titulo {
  color: #ff8018;
  padding-bottom: 40px;
}
body.hidden {
  overflow: hidden;
}
.fpop-overlay {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
.fpop-cerrar {
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px !important;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  transition: all 0.25s;
  transform: scale(1);
}
@media screen and (min-width: 1025px) {
  .fpop-cerrar:hover {
    transform: scale(0.8);
  }
}
@media screen and (max-height: 660px) {
  .fpop {
    display: block;
    overflow-y: auto;
  }
  .fpop-cell {
    display: block;
  }
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Bold.woff2") format('woff2'), url("../fonts/OpenSans-Bold.woff") format('woff'), url("../fonts/OpenSans-Bold.ttf") format('truetype'), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Semibold.woff2") format('woff2'), url("../fonts/OpenSans-Semibold.woff") format('woff'), url("../fonts/OpenSans-Semibold.ttf") format('truetype'), url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Regular.woff2") format('woff2'), url("../fonts/OpenSans-Regular.woff") format('woff'), url("../fonts/OpenSans-Regular.ttf") format('truetype'), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4zopjc");
  src: url("../fonts/icomoon.eot?4zopjc#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?4zopjc") format('truetype'), url("../fonts/icomoon.woff?4zopjc") format('woff'), url("../fonts/icomoon.svg?4zopjc#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-derecha:before {
  content: "\e907";
}
.icon-ico-01:before {
  content: "\e905";
}
.icon-ico-02:before {
  content: "\e906";
}
.icon-icon-01:before {
  content: "\e900";
}
.icon-icon-02:before {
  content: "\e901";
}
.icon-icon-03:before {
  content: "\e902";
}
.icon-icon-04:before {
  content: "\e903";
}
.icon-icon-05:before {
  content: "\e904";
}
.icon-staff:before {
  content: "\e60e";
}
.icon-envelope:before {
  content: "\e61d";
}
.icon-close:before {
  content: "\e605";
}
.icon-social-facebook:before {
  content: "\e603";
}
.icon-social-twitter:before {
  content: "\e604";
}
.icon-menu:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e606";
}
.icon-arrow-left:before {
  content: "\e607";
}
.icon-arrow-down:before {
  content: "\e608";
}
.icon-arrow-up:before {
  content: "\e609";
}
.icon-search:before {
  content: "\e612";
}
.icon-location:before {
  content: "\e600";
}
.icon-phone:before {
  content: "\e60a";
  color: #444;
}
.icon-youtube:before {
  content: "\e601";
}
.picker__select--month,
.picker__select--year {
  height: 40px !important;
}
body {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  color: #808080;
}
.b1 {
  position: relative;
  z-index: 10;
}
.b1 .bx-wrapper .bx-pager {
  padding: 0;
  z-index: 100;
  bottom: 16px;
}
.b1 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ff8018;
  background: transparent;
  transition: all 0.25s;
}
.b1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.b1 .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
  background: #ff8018;
}
.b1-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.b1-item:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/b1-patron.png");
}
.b1-item.active .b1-txt h2,
.b1-item.active .b1-txt strong,
.b1-item.active .b1-txt .b1-btn {
  opacity: 1;
  transform: translateY(0px);
}
.b1-table {
  display: table-cell;
  vertical-align: middle;
  height: 500px;
  width: 1200px;
  box-sizing: border-box;
  padding: 20px 0;
}
.b1-txt {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 60px;
  color: #fff;
  text-align: center;
}
.b1-txt h2 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  transition: all 0.25s;
  opacity: 0;
  transform: translateY(-20px);
  margin-bottom: 40px;
}
.b1-txt h2 strong {
  display: block;
  font-size: 28px;
  font-family: 'OpenSans-Semibold', sans-serif;
  transition: all 0.25s;
  opacity: 0;
  transform: translateY(30px);
}
.b1-txt .b1-btn {
  transition: all 0.25s;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 960px) {
  .b1-table {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .b1-table {
    height: 350px;
  }
  .b1-txt h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .b1-txt h2 strong {
    font-size: 22px;
  }
}
.b2 {
  position: relative;
}
.b2 .w-ancho {
  max-width: 810px;
}
.b2-cf {
  zoom: 1;
  font-size: 0;
}
.b2-cf:after,
.b2-cf:before {
  content: "";
  display: table;
}
.b2-cf:after {
  clear: both;
}
.b2-box {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  text-align: left;
  padding: 60px 20px 0 20px;
  box-sizing: border-box;
}
.b2-box h3 {
  font-size: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ff8018;
  display: block;
  margin-bottom: 15px;
}
.b2-box p {
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
}
.b2-box img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 382px;
}
.b2-txt {
  padding-bottom: 50px;
  padding-top: 110px;
}
.b2-txt:before {
  width: 68px;
  height: 126px;
  top: 60px;
  right: -10px;
  content: '';
  position: absolute;
  display: block;
  background-image: url("../img/b2-before.png");
}
.b2-b .b2-txt {
  padding-top: 50px;
  padding-bottom: 45px;
}
.b2-b .b2-txt:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .b2-box {
    padding: 50px 20px 0 20px;
  }
  .b2-txt {
    padding-bottom: 50px;
  }
  .b2-b .b2-img {
    display: none;
  }
  .b2-b .b2-txt {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .b2-b .b2-txt:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b2-img {
    display: none;
  }
  .b2-txt {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
  .b2-txt:before {
    display: none;
  }
}
.b3 {
  background-image: url("../img/b3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 0;
}
.b3 .g-titulo {
  color: #fff;
  margin-bottom: 20px;
}
.b3 .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  transition: all 0.25s;
  height: 30px;
  width: 22px;
  text-align: center;
  text-indent: 0;
  font-size: 0;
  background: transparent;
}
.b3 .bx-wrapper .bx-controls-direction a:after {
  content: '';
  font-family: 'icomoon';
  color: #ff8018;
  font-size: 30px;
  height: 32px;
  width: 24px;
  text-align: center;
  transition: all 0.25s;
}
.b3 .bx-wrapper .bx-controls-direction a:hover:after {
  color: #fff;
}
.b3 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -225px;
}
.b3 .bx-wrapper .bx-controls-direction .bx-prev:after {
  content: '\e905';
}
.b3 .bx-wrapper .bx-controls-direction .bx-next {
  right: -225px;
}
.b3 .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '\e906';
}
.b3-ctn {
  width: 100%;
  max-width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.b3-item {
  position: absolute;
  top: 0;
  left: 0;
}
.b3-box {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.b3-box:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  margin: auto;
  top: 55px;
  left: 0;
  right: 0;
  width: 143px;
  height: 143px;
  border-radius: 50%;
  background-color: #ff8018;
  transition: all 0.25s;
  transform: scale(0.9);
  opacity: 0;
}
.b3-box h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 20px;
}
.b3-box p {
  font-size: 13px;
  color: #fff;
  transition: all 0.25s;
}
@media screen and (min-width: 1025px) {
  .b3-box:hover:before {
    opacity: 1;
    transform: scale(1);
  }
  .b3-box:hover h3 {
    color: #ff8018;
  }
}
.b3-img {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.b3-img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 202px;
}
@media screen and (max-width: 1000px) {
  .b3 .bx-wrapper .bx-controls-direction .bx-next {
    right: -40px;
  }
  .b3 .bx-wrapper .bx-controls-direction .bx-prev {
    left: -40px;
  }
}
@media screen and (max-width: 640px) {
  .b3-ctn {
    max-width: 284px;
  }
}
.b4 {
  background-color: #ff8018;
  overflow: hidden;
}
.b4 .g-titulo {
  margin-bottom: 30px;
}
.b4 .g-titulo h4 {
  color: #333;
}
.b4 .g-titulo p {
  color: #fff;
}
.b4 .w-ancho {
  padding: 30px 0;
  position: relative;
}
.b4 .w-ancho:after,
.b4 .w-ancho:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
}
.b4 .w-ancho:before {
  width: 170px;
  height: 170px;
  top: 20px;
  left: -80px;
  background-image: url("../img/b4-img1.png");
}
.b4 .w-ancho:after {
  width: 160px;
  height: 200px;
  bottom: -2px;
  right: -80px;
  background-image: url("../img/b4-img2.png");
}
.b4 .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  transition: all 0.25s;
  height: 30px;
  width: 22px;
  text-align: center;
  text-indent: 0;
  font-size: 0;
  background: transparent;
}
.b4 .bx-wrapper .bx-controls-direction a:after {
  content: '';
  font-family: 'icomoon';
  color: #fff;
  font-size: 30px;
  height: 32px;
  width: 24px;
  text-align: center;
  transition: all 0.25s;
}
.b4 .bx-wrapper .bx-controls-direction a:hover:after {
  color: #fff;
}
.b4 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -30px;
}
.b4 .bx-wrapper .bx-controls-direction .bx-prev:after {
  content: '\e905';
}
.b4 .bx-wrapper .bx-controls-direction .bx-next {
  right: -30px;
}
.b4 .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '\e906';
}
.b4-ctn {
  width: 100%;
  max-width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.25s;
}
.b4-box {
  display: block;
  position: relative;
}
.b4-item {
  top: 0;
  left: 0;
  position: absolute;
}
.b4-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  height: 153px;
  width: 100%;
  max-width: 212px;
  position: relative;
}
.b4-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000) !important;
  transition: all 0.25s;
}
.b4-hover p {
  display: block;
  display: table-cell;
  height: 153px;
  text-align: center;
  width: 400px;
  padding: 0 10px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.b4-btn {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  .b4-hover {
    opacity: 0;
  }
  .b4-box:hover .b4-hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .b4-ctn {
    max-width: 716px;
  }
  .b4 .w-ancho:after,
  .b4 .w-ancho:before {
    display: none;
  }
}
@media screen and (max-width: 775px) {
  .b4-ctn {
    max-width: 495px;
  }
}
@media screen and (max-width: 550px) {
  .b4-ctn {
    max-width: 272px;
  }
}
.b5 {
  padding-top: 40px;
  padding-bottom: 55px;
}
.b5 .g-titulo,
.b5 .b5-btn {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.b5 .g-titulo {
  color: #ff8018;
  padding-bottom: 45px;
}
.b5 .b5-btn {
  padding-top: 40px;
}
.b5-item {
  display: block;
  width: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: auto;
  float: left;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b5-item .b5-txt {
    opacity: 0;
  }
  .b5-item:hover .b5-txt {
    opacity: 1;
  }
}
.b5-txt {
  width: 480px;
  height: 322px;
  display: table-cell;
  vertical-align: middle;
  background: rgba(255,128,24,0.9);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FF8018,endColorstr=#E5FF8018) !important;
  opacity: 0.9;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.25s;
}
.b5-txt p,
.b5-txt h5 {
  font-size: 15px;
  color: #fff;
}
.b5-txt h5 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1150px) {
  .b5-txt {
    height: 250px;
  }
}
.b6 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.b6:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/b1-patron.png");
}
.b6-table {
  display: table-cell;
  vertical-align: middle;
  height: 380px;
  width: 1200px;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  z-index: 5;
  text-align: center;
}
.b6-table h2 {
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 40px;
}
.b6-table h2 strong {
  display: block;
  font-size: 28px;
  font-family: 'OpenSans-Semibold', sans-serif;
}
@media screen and (max-width: 768px) {
  .b6-table {
    height: 280px;
  }
  .b6-table h2 {
    font-size: 30px;
    margin-top: 50px;
  }
  .b6-table h2 strong {
    font-size: 20px;
  }
}
.b7 {
  overflow: hidden;
  display: table;
  width: 100%;
}
.b7-left,
.b7-right {
  display: table-cell;
  width: 50%;
  height: 250px;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
}
.b7-txt {
  position: relative;
  width: 95%;
  max-width: 480px;
  box-sizing: border-box;
  z-index: 1;
}
.b7-txt h5 {
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 20px;
}
.b7-txt p {
  font-size: 16px;
  text-align: justify;
}
.b7-left {
  background-color: #d7d7d7;
}
.b7-left .b7-txt {
  color: #808080;
  margin: 0 0 0 auto;
  padding-right: 100px;
}
.b7-left:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  width: 250px;
  height: 250px;
  top: -20px;
  left: 25%;
  background-image: url("../img/b7-left.png");
}
.b7-right {
  background-color: #808080;
}
.b7-right .b7-txt {
  padding-left: 40px;
  padding-right: 100px;
  color: #fff;
}
.b7-right:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  width: 250px;
  height: 250px;
  top: 0px;
  right: 25%;
  background-image: url("../img/b7-right.png");
}
@media screen and (max-width: 1200px) {
  .b7-left:before {
    left: 0;
  }
  .b7-right:before {
    right: 0;
  }
}
@media screen and (max-width: 1020px) {
  .b7-left .b7-txt {
    padding-right: 40px;
  }
  .b7-right .b7-txt {
    padding-left: 40px;
    padding-right: 0px;
  }
  .b7-txt p {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .b7-left,
  .b7-right {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .b7-left .b7-txt,
  .b7-right .b7-txt {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .b7-left:before,
  .b7-right:before {
    display: none;
  }
}
.b8 {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}
.b8 .g-titulo {
  color: #333;
  padding-bottom: 40px;
}
.b8-ctn {
  max-width: 750px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.b8-item {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  text-align: center;
  padding: 0 30px 40px 30px;
  box-sizing: border-box;
}
.b8-item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 110px;
  margin: auto;
  margin-bottom: 10px;
}
.b8-item h6 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.b8-item p {
  font-size: 12px;
  color: #808080;
}
@media screen and (min-width: 1025px) {
  .b8-item {
    opacity: 0;
  }
  .b8-item:nth-child(1) {
    transition: all 0.6s ease;
  }
  .b8-item:nth-child(2) {
    transition: all 0.6s ease 0.2s;
  }
  .b8-item:nth-child(3) {
    transition: all 0.6s ease 0.4s;
  }
  .b8-item:nth-child(4) {
    transition: all 0.6s ease 0.6s;
  }
  .b8-item:nth-child(5) {
    transition: all 0.6s ease 0.8s;
  }
  #b8-anima.active .b8-item {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .b8-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .b8-item {
    width: 50%;
  }
  .b8 {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .b8 .g-titulo {
    padding-bottom: 30px;
  }
}
.b9,
.b10 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
.b9 .w-ancho,
.b10 .w-ancho {
  position: relative;
}
.b9 .w-ancho:before,
.b10 .w-ancho:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -100px;
  left: -210px;
  width: 159px;
  height: 243px;
  background-image: url("../img/b9-before.png");
}
.b9 .bx-wrapper .bx-controls-direction a,
.b10 .bx-wrapper .bx-controls-direction a {
  margin-top: -15px;
  transition: all 0.25s;
  height: 30px;
  width: 22px;
  text-align: center;
  text-indent: 0;
  font-size: 0;
  background: transparent;
}
.b9 .bx-wrapper .bx-controls-direction a:after,
.b10 .bx-wrapper .bx-controls-direction a:after {
  content: '';
  font-family: 'icomoon';
  color: #ff8018;
  font-size: 30px;
  height: 32px;
  width: 24px;
  text-align: center;
  transition: all 0.25s;
}
.b9 .bx-wrapper .bx-controls-direction a:hover:after,
.b10 .bx-wrapper .bx-controls-direction a:hover:after {
  color: #ff8018;
}
.b9 .bx-wrapper .bx-controls-direction .bx-prev,
.b10 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -30px;
}
.b9 .bx-wrapper .bx-controls-direction .bx-prev:after,
.b10 .bx-wrapper .bx-controls-direction .bx-prev:after {
  content: '\e905';
}
.b9 .bx-wrapper .bx-controls-direction .bx-next,
.b10 .bx-wrapper .bx-controls-direction .bx-next {
  right: -30px;
}
.b9 .bx-wrapper .bx-controls-direction .bx-next:after,
.b10 .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '\e906';
}
.b9-cf {
  zoom: 1;
  padding-bottom: 90px;
}
.b9-cf:after,
.b9-cf:before {
  content: "";
  display: table;
}
.b9-cf:after {
  clear: both;
}
.b9-left {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.b9-left img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 426px;
}
.b9-right {
  float: right;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.b9-right h4 {
  font-size: 24px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ff8018;
  margin-bottom: 15px;
}
.b9-right p {
  text-align: justify;
  font-size: 16px;
}
.b9-right p strong {
  font-weight: bold;
}
.b9-relacionados {
  padding-bottom: 65px;
}
.b9-relacionados .g-titulo {
  padding-bottom: 35px;
  color: #ff8018;
}
.b9-relacionados .b4-hover {
  background: rgba(255,128,24,0.7);
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FF8018,endColorstr=#B2FF8018) !important;
}
.b9-tarifarios .g-titulo {
  padding-bottom: 35px;
  color: #ff8018;
}
.b9-table {
  text-align: center;
  width: 100%;
}
.b9-table td {
  width: 212px;
  box-sizing: border-box;
  border: 1px solid #808080;
  padding: 10px 5px;
  font-size: 14px;
}
.b9-table-head {
  background-color: #ff8018;
  color: #fff;
  line-height: 1;
  font-family: 'OpenSans-Bold', sans-serif;
  text-transform: uppercase;
}
.b9-table-head td {
  padding: 15px 8px;
  text-align: center !important;
  font-size: 16px;
  border: 1px solid #ff8018;
}
.b10 {
  padding-top: 28px;
}
.b10 .w-ancho:before {
  display: none;
}
.b10 .b9-right {
  padding-left: 40px;
  padding-right: 15px;
}
.b10 .b9-right h5 {
  font-family: 'OpenSans-Bold', sans-serif;
  margin-bottom: 5px;
}
.b10 .b9-right p {
  margin-bottom: 15px;
}
.b10 .b9-left {
  padding: 0;
}
.b10 .b9-left img {
  max-width: 480px;
}
.b10 .b9-table td {
  width: inherit !important;
}
.b10 .b9-table td:nth-child(2) {
  text-align: left;
}
.b10-miga {
  padding-bottom: 25px;
}
.b10-miga a,
.b10-miga span {
  padding-left: 8px;
  display: inline-block;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.b10-miga a.active,
.b10-miga span.active {
  color: #ff8018;
}
.b10-miga span {
  font-size: 12px;
}
.b10-home {
  width: 14px;
  height: 12px;
  padding: 0 !important;
  background-image: url("../img/b10-home.png");
  background-size: 14px 12px;
}
.b10-btn {
  padding-top: 25px;
}
.b10-btn i {
  font-size: 19px;
}
.b10-btn strong {
  padding-left: 8px;
}
.b9-table-footer {
  color: #ff8018;
}
.b10-body-ctn {
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.b10-nav-box {
  position: relative;
  padding-bottom: 20px;
}
.b10-nav {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s;
}
.b10-nav.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.b10-item {
  background: #ff8018;
  max-width: 95px;
  cursor: pointer;
}
.b10-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.25s;
  opacity: 1;
}
.b10-item.active img,
.b10-item:hover img {
  opacity: 0.5;
}
.b10-wrap-video {
  position: relative;
  padding-top: 25px;
  height: 0;
  padding-bottom: 68.25%;
}
.b10-wrap-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1430px) {
  .b9 .w-ancho:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b10 .b9-right {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .b9-table tr td {
    width: 120px;
  }
  .b9-table tr td:first-child {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .b9-right {
    padding: 0;
  }
  .b9-left {
    padding-left: 0;
  }
  .b10 .b9-right {
    padding-left: 0;
  }
  .b10 .b9-left {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .b9-right,
  .b9-left {
    float: inherit;
    width: 100%;
    padding: 0;
  }
  .b9-right {
    padding-bottom: 30px;
  }
  .b9-table-head td,
  .b9-table td {
    font-size: 12px;
  }
  .b9-table {
    width: 566px;
  }
  .b9-tabla-box {
    width: 100%;
    overflow-x: auto;
    padding-right: 2px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .b9,
  .b10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .b9-cf,
  .b9-relacionados {
    padding-bottom: 40px;
  }
  .b9-right p {
    text-align: left;
    font-size: 14px;
  }
}
.b10-pop {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  transition: all 0.25s;
}
.b10-pop.active {
  visibility: visible;
  opacity: 1;
  z-index: 1200;
}
.b10-cell {
  display: table-cell;
  vertical-align: middle;
}
.b10-wancho {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 4px;
  width: 90%;
}
.b10-wancho img {
  width: 100%;
  height: auto;
  display: block;
}
body.hidden {
  overflow: hidden;
}
.b10-overlay {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
.b10-cerrar {
  position: absolute;
  top: -7px;
  right: -7px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.25s;
  transform: scale(1);
}
@media screen and (min-width: 1025px) {
  .b10-cerrar:hover {
    transform: scale(0.8);
  }
}
@media screen and (max-height: 660px) {
  .b14 {
    display: block;
    overflow-y: auto;
  }
  .b14-cell {
    display: block;
  }
}
.b11 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 70px;
  background: #f8f8f8;
}
.b11 .g-titulo {
  color: #ff8018;
  padding-bottom: 30px;
}
.b11-ctn {
  font-size: 0;
}
.b11-item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  background: #fff;
  color: #808080;
  position: relative;
  transition: all 0.25s;
  height: 222px;
}
@media screen and (min-width: 1025px) {
  .b11-item:hover {
    background: #ff8018;
    color: #fff;
  }
  .b11-item:hover .b11-img {
    opacity: 0.5;
  }
  .b11-item:hover .b11-img:before {
    border-color: transparent #ff8018 transparent transparent;
  }
}
.b11-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  transition: all 0.25s;
}
.b11-img:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -15px;
  right: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  transition: all 0.25s;
  border-color: transparent #fff transparent transparent;
}
.b11-txt {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 25px 10px 25px 20px;
  box-sizing: border-box;
  position: relative;
}
.b11-txt h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.b11-txt h4 {
  font-size: 18px;
  margin-bottom: 18px;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b11-txt p {
  font-size: 16px;
  max-height: 114px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 900px) {
  .b11-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b11 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .b11-item {
    height: auto;
    margin-bottom: 15px;
  }
  .b11-img {
    display: block;
    position: relative;
    height: 200px;
    width: 100%;
    top: inherit;
  }
  .b11-img:before {
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
    top: inherit;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #fff transparent;
  }
  .b11-txt {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .b11-txt p {
    height: auto;
  }
}
.b12 {
  padding-top: 15px;
}
.b12 .w-ancho {
  max-width: 1200px;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  background: #f8f8f8;
}
.b12-nav-ctn {
  background: #fff;
  display: table;
}
.b12-item {
  position: relative;
  display: table-cell;
  width: 16.666666666666668%;
  vertical-align: middle;
  padding: 10px;
  height: 86px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #ff8018;
  border-bottom: 1px solid #ff8018;
  border-left: 1px solid #ff8018;
  transition: all 0.25s;
}
.b12-item:first-child {
  border-radius: 14px 0 0 0;
}
.b12-item:last-child {
  border-right: 1px solid #ff8018;
  border-radius: 0 14px 0 0;
}
.b12-item:before {
  content: '';
  position: absolute;
  display: block;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #ff8018 transparent transparent transparent;
  opacity: 0;
  transition: all 0.25s;
}
.b12-item:hover,
.b12-item.active {
  background: #ff8018;
}
.b12-item:hover .b12-nav,
.b12-item.active .b12-nav {
  color: #fff;
}
.b12-item:hover:before,
.b12-item.active:before {
  opacity: 1;
}
.b12-nav {
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 13px;
  color: #808080;
}
.b12-body-ctn {
  padding: 34px 20px 60px 20px;
}
@media screen and (max-width: 920px) {
  .b12-nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .b12 .w-ancho {
    border-radius: 0px;
  }
  .b12-item:before {
    display: none;
  }
  .b12-item {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 15px 10px;
    border: 1px solid #ff8018;
    border-top: 0;
    border-radius: 0px !important;
  }
  .b12-item:first-child {
    border-top: 1px solid #ff8018;
  }
}
.b13 {
  font-size: 0;
  padding-bottom: 140px;
}
.b13-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  width: 232px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-bottom: 30px;
}
.b13-item p {
  display: block;
  border: 1px solid #ff8018;
  padding: 10px;
}
.b13-btn {
  padding-top: 10px;
}
.b13-btn .btn1 span {
  padding: 0 10px;
}
.b13-btn .btn1 strong {
  padding-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.b13-descargar {
  width: 17px;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  background-image: url("../img/descarga.png");
  background-size: 17px 21px;
}
@media screen and (max-width: 720px) {
  .b13 {
    text-align: center;
    padding-bottom: 30px;
  }
}
.b14 {
  position: relative;
}
.b14 h3 {
  font-size: 16px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ff8018;
  padding-bottom: 32px;
  display: block;
  text-align: center;
}
.b14-form ul {
  width: 100%;
}
.b14-form li {
  margin-bottom: 10px;
  font-size: 14px;
}
.b14-form h4 {
  font-family: 'OpenSans-Bold', sans-serif;
  padding-top: 20px;
  display: block;
}
.b14-form label {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  width: 190px;
}
.b14-input,
.b14-textarea {
  background: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 320px;
}
.b14-input input,
.b14-textarea input,
.b14-input textarea,
.b14-textarea textarea {
  border: none;
  line-height: 1;
  background: #fff;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-size: 13px;
  height: 25px;
  color: #808080;
}
.b14-textarea {
  max-width: 515px;
  display: block;
  margin-top: 5px;
}
.b14-textarea textarea {
  height: 58px;
  padding: 10px 5px;
}
.input-xs .b14-input {
  max-width: 320px;
}
.b14-li-p {
  font-size: 0px;
}
.b14-p {
  padding-top: 25px;
  padding-bottom: 75px;
  font-size: 14px;
  width: 48%;
  max-width: 360px;
  display: inline-block;
  padding-right: 40px;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.b14-btn {
  display: block;
  text-align: center;
  padding-top: 30px;
}
.b14-checkbox {
  position: relative;
}
.b14-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.b14-checkbox label,
.b14-checkbox a {
  width: 90%;
  position: relative;
  color: #808080;
  font-size: 13px;
  font-family: 'OpenSans-Semibold', sans-serif;
}
.b14-checkbox label {
  padding-left: 20px;
}
.b14-checkbox label:before,
.b14-checkbox label:after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  top: 2px;
  left: 0;
  height: 14px;
  background-color: #ff8018;
}
.b14-checkbox label:after {
  content: '✓';
  color: #fff;
  background-color: transparent;
  top: 0;
  left: 1px;
  opacity: 0;
}
.b14-checkbox label a {
  text-decoration: underline;
}
.b14-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .b14-form li {
    margin-bottom: 0;
  }
  .b14-form h4 {
    margin-bottom: 5px;
  }
  .b14-form label {
    display: block;
    width: 100%;
  }
  .b14-form .b14-input,
  .b14-form .b14-textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .b14-p {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .b14-checkbox {
    padding-top: 20px;
  }
  .b14 h3 {
    padding-bottom: 15px;
  }
}
.b15 {
  position: relative;
}
.b15 h3 {
  font-size: 16px;
  font-family: 'OpenSans-Bold', sans-serif;
  color: #ff8018;
  padding-bottom: 32px;
  display: block;
  text-align: center;
}
.b15-ctn {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.b15-table td {
  width: 112px;
  text-align: center;
  font-size: 13px;
  padding: 5px;
  border-left: 1px solid #fff;
}
.b15-table td:nth-child(6),
.b15-table td:nth-child(7) {
  width: 220px;
}
.b15-header {
  background: #ff8018;
  color: #fff;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b15-body td {
  height: 130px;
}
.b15-body td a {
  color: #333;
  font-family: 'OpenSans-Semibold', sans-serif;
}
.b15-color {
  background: #e4e4e4;
}
.b15-tabla-box {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1260px) {
  .b15-table td {
    width: 112px !important;
  }
}
@media screen and (max-width: 960px) {
  .b15-table {
    width: 1200px;
  }
  .b15-table td {
    width: 135px !important;
  }
  .b15-body td {
    height: 95px;
  }
}
.b16 .w-ancho {
  padding-bottom: 50px;
  padding-top: 40px;
  position: relative;
}
.b16 .w-ancho:before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 303px;
  background-image: url("../img/b16-img.png");
}
.b16 .g-titulo {
  color: #ff8018;
  padding-bottom: 45px;
}
.b16-form-box {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.b16-form-box p {
  padding-top: 10px;
  padding-left: 20px;
}
.b16-input,
.b16-textarea {
  border: 1px solid #808080;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b16-input ::-webkit-input-placeholder,
.b16-textarea ::-webkit-input-placeholder {
  color: #808080;
  font-family: 'OpenSans-Regular', sans-serif;
}
.b16-input :-moz-placeholder,
.b16-textarea :-moz-placeholder {
  color: #808080;
  font-family: 'OpenSans-Regular', sans-serif;
}
.b16-input ::-moz-placeholder,
.b16-textarea ::-moz-placeholder {
  color: #808080;
  font-family: 'OpenSans-Regular', sans-serif;
}
.b16-input :-ms-input-placeholder,
.b16-textarea :-ms-input-placeholder {
  color: #808080;
  font-family: 'OpenSans-Regular', sans-serif;
}
.b16-input input,
.b16-textarea input,
.b16-input textarea,
.b16-textarea textarea {
  border: none;
  background: #fff;
  height: 40px;
  font-size: 14px;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #333;
}
.b16-textarea textarea {
  padding: 10px;
  height: 105px;
}
.b16-btn {
  padding-top: 52px;
  text-align: center;
}
.b16x2 {
  font-size: 0px;
}
.b16x2 .b16-input {
  width: 48%;
  display: inline-block;
}
.b16x2 .b16-input:first-child {
  margin-right: 3%;
}
.b16-file {
  position: relative;
  padding-bottom: 10px;
}
.b16-file input {
  margin-top: 8px;
  font-size: 13px;
}
.b16-file label {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  background: #333;
  padding: 9px 23px;
}
@media screen and (max-width: 920px) {
  .b16 .w-ancho:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b16 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .b16x2 .b16-input {
    width: 100%;
    margin-right: 0 !important;
  }
  .b16-form-box p {
    padding-left: 0;
    font-size: 13px;
  }
}
.b17 {
  background: #f1f1f1;
  position: relative;
}
.b17-btn-map {
  display: none;
}
.b17-map {
  position: relative;
  width: 100%;
  height: 355px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b17 .b17-btn-map {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .b17-wrap-map {
    position: fixed;
    top: -500%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
  }
  .b17-wrap-map .b17-btn-map {
    position: absolute;
    bottom: 0;
    text-align: left;
    left: 30px;
    display: block;
    z-index: 100;
  }
  .b17-wrap-map.active {
    top: 0;
    z-index: 1000;
  }
  .b17-map {
    height: 100%;
    width: 100%;
  }
}
.b18 {
  position: relative;
}
.b18 .w-ancho {
  position: relative;
}
.b18b-table,
.b18-table {
  position: relative;
  z-index: 1;
  display: table-cell;
  height: 850px;
  width: 600px;
  vertical-align: middle;
}
.b18b-table h2,
.b18-table h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  display: block;
  font-family: 'OpenSans-Bold', sans-serif;
}
.b18b-table {
  width: 960px;
}
.b18b-table h2 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: #ff8018;
  margin-bottom: 10px;
  display: block;
}
.b18b-table p {
  font-size: 16px;
  display: block;
  text-align: center;
}
.b18-btn {
  padding-top: 25px;
  text-align: center;
}
.b18-img,
.b18b-img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.b18-img img,
.b18b-img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 707px;
  margin: 0 0 0 auto;
}
.b18b-img img {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-height: 800px) {
  .b18-img img,
  .b18b-img img {
    max-width: 507px;
  }
}
@media screen and (max-height: 560px) {
  .b18-img img,
  .b18b-img img {
    max-width: 407px;
  }
}
@media screen and (max-width: 975px) {
  .b18-img img,
  .b18b-img img {
    max-width: 507px;
  }
  .b18-table,
  .b18b-table {
    height: 600px !important;
  }
}
@media screen and (max-width: 720px) {
  .b18-table,
  .b18b-table {
    width: 800px;
    height: 400px !important;
  }
  .b18-img {
    display: none;
  }
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #808080 !important;
  border: none !important;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
  display: none !important;
}
.overflow-hide {
  overflow-y: hidden;
}
.b19-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: height all 0.2s ease;
}
.b19-overlay.active {
  z-index: 500;
  opacity: 0.6;
  visibility: visible;
}
.b19-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: height all 0.2s ease;
}
.b19-main.active {
  z-index: 501;
  opacity: 1;
  visibility: visible;
}
.b19-main {
  max-width: 665px;
  width: 95%;
  height: 600px;
  background: #fff;
  border: 2px solid #ff8018;
  text-align: center;
}
.b19-contenedor {
  height: 600px;
  overflow-y: auto;
}
.b19-info {
  padding: 40px 25px;
  box-sizing: border-box;
}
.b19-btn-salir {
  background: url("../img/b19-icon-salir.png");
  width: 42px;
  height: 42px;
  position: absolute;
  top: -24px;
  right: -85px;
  z-index: 505;
}
.b19-titulo {
  margin-bottom: 80px;
}
.b19-titulo h3 {
  font-size: 48px;
  color: #ff8018;
  text-transform: uppercase;
}
.b19-img {
  max-width: 598px;
  display: inline-block;
  vertical-align: top;
}
.b19-img img {
  width: 100%;
  height: auto;
  display: block;
}
.b19-texto {
  padding-top: 40px;
  text-align: left;
  width: 50%;
  padding-left: 27px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.b19-texto p {
  margin-bottom: 15px;
}
.b19-texto p:last-child {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b19-titulo {
    margin-bottom: 50px;
  }
  .b19-titulo h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .b19-titulo h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b19-titulo {
    margin-bottom: 30px;
  }
  .b19-img {
    max-width: 200px;
    width: 100%;
  }
  .b19-texto {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
.b20 {
  padding: 0 18px;
}
.b20-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.b20-content-left {
  width: 43%;
  box-sizing: border-box;
  padding-right: 45px;
}
.b20-content-right {
  width: 57%;
}
.b20-info {
  max-height: 268px;
  overflow: auto;
}
.b20-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(153,153,153,0.2);
  padding: 35px 10px;
}
.b20-box.active .b20-text,
.b20-box.active .b20-link-text,
.b20-box.active .b20-link-icon {
  transition: all 0.25s ease-in-out;
  color: #ff8018;
}
.b20-box:first-child {
  padding-top: 0;
}
.b20-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
}
.b20-icon {
  width: 16px;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
.b20-text {
  width: calc(100% - 16px);
  line-height: 15px;
  color: #999;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 13px;
  box-sizing: border-box;
  padding-left: 15px;
}
.b20-text p {
  margin-bottom: 0;
}
.b20-link {
  display: inline-block;
}
.b20-link span {
  display: inline-block;
  vertical-align: middle;
}
.b20-link-text {
  line-height: 15px;
  color: #999;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 10px;
}
.b20-link-icon {
  line-height: 15px;
  color: #999;
  font-size: 8px;
  margin-left: 10px;
}
.b20-map .cnt-map {
  text-align: center;
}
.b20-map .cnt-map .box-map {
  width: 100%;
  height: 320px;
  position: relative;
  transition: all 0.5s;
}
.b20-map .cnt-map .map {
  width: 100%;
  height: 100%;
}
.b20-map .cnt-map .abrir-map,
.b20-map .cnt-map .cerrar-map {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #ff8018;
  color: #fff;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  cursor: pointer;
  padding: 0 25px;
  display: none;
}
.b20-map .cnt-map .cerrar-map {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .b20 {
    padding: 0;
  }
  .b20-content-left {
    width: 100%;
    padding-right: 0;
  }
  .b20-content-right {
    width: auto;
  }
  .b20-map .cnt-map {
    position: relative;
    z-index: 1100;
  }
  .b20-map .cnt-map .abrir-map {
    display: none;
  }
  .b20-map .cnt-map .cerrar-map {
    display: inline-block;
  }
  .b20-map .cnt-map .box-map {
    position: fixed;
    top: -200%;
    left: 0;
    height: 100%;
  }
  .b20-map .cnt-map .anima-map {
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .b20-content {
    align-items: flex-start;
  }
  .b20-info {
    max-height: none;
    overflow: none;
  }
  .b20-box {
    flex-direction: column;
    justify-content: flex-start;
  }
  .b20-wrap {
    width: 100%;
  }
  .b20-button {
    width: 100%;
    box-sizing: border-box;
    padding-left: 31px;
    margin-top: 15px;
  }
}
.b21 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 35px;
}
.b21 .bx-wrapper .bx-prev,
.b21 .bx-wrapper .bx-next {
  background: none;
  text-indent: 1px;
  width: auto;
  display: inline-block;
  height: auto;
  display: inline-block;
  z-index: 100;
  margin-top: -7px;
}
.b21 .bx-wrapper .bx-prev:before,
.b21 .bx-wrapper .bx-next:before {
  content: '';
  font-family: 'icomoon';
  font-size: 20px;
  display: block;
  color: #ff8018;
  transition: all 0.3s;
}
.b21 .bx-wrapper .bx-prev:hover:before,
.b21 .bx-wrapper .bx-next:hover:before {
  color: #ff8018;
}
.b21 .bx-wrapper .bx-prev {
  left: -30px;
}
.b21 .bx-wrapper .bx-prev:before {
  content: '\e905';
}
.b21 .bx-wrapper .bx-next {
  right: -30px;
}
.b21 .bx-wrapper .bx-next:before {
  content: '\e906';
}
.b21main {
  max-width: 1145px;
  width: 100%;
  margin: auto;
}
.b21-title {
  text-align: center;
  margin-bottom: 30px;
}
.b21-title h2 {
  line-height: 28.8px;
  color: #333;
  font-family: 'OpenSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 0;
}
.b21cntslider {
  display: block;
  width: 790px;
  margin: auto;
  position: relative;
}
.b21cntslider li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
}
.b21fig img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .b21cntslider {
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .b21 {
    padding-top: 30px;
  }
  .b21cntslider {
    width: 310px;
  }
}
@media screen and (max-width: 480px) {
  .b21cntslider {
    width: 150px;
  }
}
