.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.sub-title {
  color: #CC3222;
  font-family: 'ralewaybold', sans-serif;
  text-transform: uppercase;
  line-height: 34px;
}
.sub-title p {
  margin: 0;
  font-size: 22px;
}
.sub-title strong {
  font-family: 'calibri', sans-serif;
  font-weight: normal;
  font-size: 50px;
  display: block;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .sub-title {
    line-height: 1;
  }
  .sub-title p {
    font-size: 18px;
  }
  .sub-title strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sub-title {
    line-height: 1;
  }
  .sub-title p {
    font-size: 16px;
  }
  .sub-title strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sub-title {
    line-height: 30px;
  }
  .sub-title p {
    font-size: 18px;
  }
  .sub-title strong {
    font-size: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.btn-general {
  margin: 0;
  padding: 0;
  text-align: left;
}
.btn-general a,
.btn-general button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #0071ce;
  font-size: 16px;
  font-family: 'ralewaybold', sans-serif;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .btn-general a:hover,
  .btn-general button:hover,
  .btn-general a:focus,
  .btn-general button:focus {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.btn-general.blue a,
.btn-general.blue button {
  background: #0071ce;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.btn-general.green a,
.btn-general.green button {
  background: #3fae2a;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #e2231a;
  color: #fff;
  border: none;
  font-size: 13px;
  font-family: 'ralewaybold', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
  display: none;
}
#lg-download {
  display: none !important;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b-paginador {
  font-size: 0;
  text-align: center;
}
.b-prev {
  margin-right: 15px;
}
.b-next {
  margin-left: 15px;
}
.b-prev,
.b-next {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 17px;
  color: #666;
  border-radius: 100%;
  background: none;
  border: 1px solid #666;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b-prev:hover,
.b-next:hover {
  color: #e2231a;
  border: 1px solid #e2231a;
}
.b-numeros {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.b-numeros a {
  font-size: 17px;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  margin: 0 5px;
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  position: relative;
  background: none;
  color: #666;
  padding: 3px;
  border-radius: 100%;
  border: 2px solid transparent;
  z-index: 3;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b-numeros a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: none;
  z-index: -1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b-numeros a.active {
  border: 2px solid #ff5000;
  color: #fff;
}
.b-numeros a.active:before {
  background: #ff5000;
}
@media screen and (min-width: 1025px) {
  .b-numeros a:hover {
    border: 2px solid #ff5000;
    color: #fff;
  }
  .b-numeros a:hover:before {
    background: #ff5000;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.g-arrows .bx-wrapper {
  position: inherit;
}
.g-arrows .bx-wrapper .bx-controls-direction a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: none;
  text-indent: 0;
  border: 1px solid #808080;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 70;
  margin-top: -19px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-arrows .bx-wrapper .bx-controls-direction a:before,
.g-arrows .bx-wrapper .bx-controls-direction a:after {
  display: inline-block;
  line-height: 36px;
  color: #808080;
  font-family: 'icomoon';
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-arrows .bx-prev {
  left: 0;
}
.g-arrows .bx-prev:before,
.g-arrows .bx-prev:after {
  content: "\e90f";
}
.g-arrows .bx-next {
  right: 0;
}
.g-arrows .bx-next:before,
.g-arrows .bx-next:after {
  content: "\e910";
}
@media screen and (min-width: 1025px) {
  .g-arrows .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #e2231a;
  }
  .g-arrows .bx-wrapper .bx-controls-direction a:hover:before,
  .g-arrows .bx-wrapper .bx-controls-direction a:hover:after {
    color: #e2231a;
  }
  .g-arrows .bx-prev:hover:before {
    -webkit-animation: anima_flecha_1a 0.3s ease 0.2s;
    -moz-animation: anima_flecha_1a 0.3s ease 0.2s;
    -o-animation: anima_flecha_1a 0.3s ease 0.2s;
    -ms-animation: anima_flecha_1a 0.3s ease 0.2s;
    animation: anima_flecha_1a 0.3s ease 0.2s;
    color: #e2231a;
  }
  .g-arrows .bx-prev:hover:after {
    -webkit-animation: anima_flecha_1b 0.3s ease 0.2s;
    -moz-animation: anima_flecha_1b 0.3s ease 0.2s;
    -o-animation: anima_flecha_1b 0.3s ease 0.2s;
    -ms-animation: anima_flecha_1b 0.3s ease 0.2s;
    animation: anima_flecha_1b 0.3s ease 0.2s;
    color: #e2231a;
  }
  .g-arrows .bx-next:hover:before {
    -webkit-animation: anima_flecha_2a 0.3s ease 0.2s;
    -moz-animation: anima_flecha_2a 0.3s ease 0.2s;
    -o-animation: anima_flecha_2a 0.3s ease 0.2s;
    -ms-animation: anima_flecha_2a 0.3s ease 0.2s;
    animation: anima_flecha_2a 0.3s ease 0.2s;
    color: #e2231a;
  }
  .g-arrows .bx-next:hover:after {
    -webkit-animation: anima_flecha_2b 0.3s ease 0.2s;
    -moz-animation: anima_flecha_2b 0.3s ease 0.2s;
    -o-animation: anima_flecha_2b 0.3s ease 0.2s;
    -ms-animation: anima_flecha_2b 0.3s ease 0.2s;
    animation: anima_flecha_2b 0.3s ease 0.2s;
    color: #e2231a;
  }
}
@media screen and (max-width: 640px) {
  .g-arrows .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
.g-prev,
.g-next {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
}
.g-prev .bx-prev,
.g-next .bx-prev,
.g-prev .bx-next,
.g-next .bx-next {
  display: block;
  width: 100%;
  height: 100%;
}
.g-prev a,
.g-next a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #808080;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-prev a:before,
.g-next a:before,
.g-prev a:after,
.g-next a:after {
  display: inline-block;
  line-height: 36px;
  color: #808080;
  font-family: 'icomoon';
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.g-prev {
  margin-right: 25px;
}
.g-prev a:before,
.g-prev a:after {
  content: "\e90f";
}
.g-next a:before,
.g-next a:after {
  content: "\e910";
}
@media screen and (min-width: 1025px) {
  .g-prev a:hover {
    border: 1px solid #e2231a;
  }
  .g-prev a:hover:before {
    -webkit-animation: anima_flecha_1a 0.3s ease 0.2s;
    -moz-animation: anima_flecha_1a 0.3s ease 0.2s;
    -o-animation: anima_flecha_1a 0.3s ease 0.2s;
    -ms-animation: anima_flecha_1a 0.3s ease 0.2s;
    animation: anima_flecha_1a 0.3s ease 0.2s;
    color: #e2231a;
  }
  .g-prev a:hover:after {
    -webkit-animation: anima_flecha_1b 0.3s ease 0.2s;
    -moz-animation: anima_flecha_1b 0.3s ease 0.2s;
    -o-animation: anima_flecha_1b 0.3s ease 0.2s;
    -ms-animation: anima_flecha_1b 0.3s ease 0.2s;
    animation: anima_flecha_1b 0.3s ease 0.2s;
    color: #e2231a;
  }
  .g-next a:hover {
    border: 1px solid #e2231a;
  }
  .g-next a:hover:before {
    -webkit-animation: anima_flecha_2a 0.3s ease 0.2s;
    -moz-animation: anima_flecha_2a 0.3s ease 0.2s;
    -o-animation: anima_flecha_2a 0.3s ease 0.2s;
    -ms-animation: anima_flecha_2a 0.3s ease 0.2s;
    animation: anima_flecha_2a 0.3s ease 0.2s;
    color: #e2231a;
  }
  .g-next a:hover:after {
    -webkit-animation: anima_flecha_2b 0.3s ease 0.2s;
    -moz-animation: anima_flecha_2b 0.3s ease 0.2s;
    -o-animation: anima_flecha_2b 0.3s ease 0.2s;
    -ms-animation: anima_flecha_2b 0.3s ease 0.2s;
    animation: anima_flecha_2b 0.3s ease 0.2s;
    color: #e2231a;
  }
}
@media screen and (max-width: 640px) {
  .g-prev,
  .g-next {
    display: none;
  }
}
@-moz-keyframes anima_flecha_1a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@-webkit-keyframes anima_flecha_1a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@-o-keyframes anima_flecha_1a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@keyframes anima_flecha_1a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
@-moz-keyframes anima_flecha_1b {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anima_flecha_1b {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes anima_flecha_1b {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anima_flecha_1b {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes anima_flecha_2a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@-webkit-keyframes anima_flecha_2a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@-o-keyframes anima_flecha_2a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes anima_flecha_2a {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@-moz-keyframes anima_flecha_2b {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anima_flecha_2b {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes anima_flecha_2b {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anima_flecha_2b {
  0% {
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapp-iframe-general {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b1 {
  width: 100%;
  height: calc(100vh - 84px);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.b1:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  background: -webkit-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: -moz-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: -o-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: -ms-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 100%;
  height: 100%;
  z-index: 51;
}
.b1 .bx-viewport {
  overflow: inherit !important;
}
.b1 .bx-controls {
  position: relative;
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
.b1 .bx-wrapper .bx-pager {
  z-index: 100;
  bottom: 150px;
  right: 0;
  width: 100%;
  text-align: left;
}
.b1 .bx-wrapper .bx-pager a {
  position: relative;
  background: #fff;
  border: 2px solid transparent;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 10px;
}
.b1 .bx-wrapper .bx-pager a:hover,
.b1 .bx-wrapper .bx-pager a.active {
  background: #fff;
  border: 2px solid #fff;
}
.b1 .bx-wrapper .bx-pager a:hover:before,
.b1 .bx-wrapper .bx-pager a.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b1 .bx-wrapper .bx-pager a:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: -9px;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b1-cnt {
  position: relative;
}
.b1-item {
  z-index: inherit !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b1-item:before {
  content: "";
  width: 100%;
  height: 100%;
  /*background: url("../../img/b1-capa-banner.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;*/
  position: absolute;
  top: 0;
  left: 0;
}
.b1Content {
  position: relative;
  height: 100%;
}
.b1-table {
  display: table;
  height: 100%;
  width: 100%;
}
.b1-inner-info {
  position: relative;
  z-index: 52;
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  padding-bottom: 84px;
  padding-right: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-titulo {
  color: #fff;
  line-height: 49.38px;
  padding-bottom: 20px;
}
.b1-titulo p {
  font-size: 28px;
  margin: 0;
  font-family: 'ralewaybold', sans-serif;
}
.b1-titulo strong {
  display: block;
  font-size: 53px;
  font-weight: normal;
  font-family: 'calibri', sans-serif;
}
.b1-txt-hidden {
  line-height: 1.1;
  font-family: 'ralewayregular', sans-serif;
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
}
.b1-txt-hidden p {
  margin: 0;
}
.b1-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #0071ce;
  font-size: 16px;
  font-family: 'ralewaybold', sans-serif;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1025px) {
  .b1-btn:hover,
  .b1-btn:focus {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* imagenes */
.b1-img1 {
  position: absolute;
  right: -15%;
  bottom: 23%;
  width: 67%;
}
.b1-img1 img {
  width: 100%;
  height: auto;
  display: block;
}
.b1-img2 {
  position: absolute;
  right: -24%;
  bottom: 10%;
  width: 51%;
}
.b1-img2 img {
  width: 100%;
  height: auto;
  display: block;
}
/* bottom*/
.b1-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0;
  z-index: 52;
}
.b1-item-bottom {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  padding-right: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-item-bottom:last-child {
  padding-right: 0;
}
.b1-item-bottom:last-child span {
  font-size: 30px;
}
.b1-item-bottom.change-width {
  width: 50%;
}
.b1-inner-item {
  display: table-cell;
  width: 2000px;
  height: 100px;
  vertical-align: middle;
  color: #fff;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1-inner-item:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
  .b1-inner-item:hover:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.b1-inner-texto {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}
.b1-inner-texto span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  font-size: 40px;
  line-height: 37px;
}
.b1-inner-texto h3 {
  font-size: 14px;
  font-family: 'ralewaybold', sans-serif;
  margin: 0;
}
.b1-inner-texto strong {
  display: block;
  font-family: 'calibri', sans-serif;
  font-size: 30px;
  font-weight: normal;
}
/* animacion */
.b1-img1 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: -114%;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.b1-img2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  right: -100%;
  -webkit-transition: all 1.2s ease 0.3s;
  -moz-transition: all 1.2s ease 0.3s;
  -o-transition: all 1.2s ease 0.3s;
  -ms-transition: all 1.2s ease 0.3s;
  transition: all 1.2s ease 0.3s;
}
.b1-titulo p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-titulo strong {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-txt-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-boton {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-item.active .b1-img1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: -15%;
}
.b1-item.active .b1-img2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  right: -24%;
}
.b1-item.active .b1-titulo p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-item.active .b1-titulo strong {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-item.active .b1-txt-hidden {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.b1-item.active .b1-boton {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1470px) {
  .b1-img1 {
    right: -50%;
    width: 55%;
  }
  .b1-img2 {
    right: -50%;
    width: 45%;
  }
  .b1-item.active .b1-img1 {
    right: 0%;
  }
  .b1-item.active .b1-img2 {
    right: 0%;
  }
}
@media screen and (max-width: 1024px) {
  .b1-inner-texto {
    padding-left: 50px;
  }
  .b1-inner-texto span {
    font-size: 30px;
  }
  .b1-item-bottom:last-child .b1-inner-texto {
    padding-left: 60px;
  }
  .b1-item-bottom:last-child span {
    font-size: 25px;
  }
  .b1-inner-texto strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .b1 {
    height: 550px;
  }
  .b1-table {
    height: 550px;
  }
  .b1-titulo p {
    font-size: 25px;
  }
  .b1-titulo strong {
    font-size: 45px;
  }
}
@media screen and (max-width: 840px) {
  .b1-inner-texto strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .b1 {
    height: 500px;
  }
  .b1-table {
    height: 500px;
    padding-left: 20px;
  }
  .b1 .bx-wrapper .bx-pager {
    bottom: 120px;
    left: 30px;
  }
  .b1-table {
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b1-item-bottom:last-child {
    padding-bottom: 0;
  }
  .b1-inner-item {
    height: 70px;
  }
  .b1-inner-item:before {
    height: 70px;
  }
  .b1-inner-info {
    padding-right: 20%;
    padding-bottom: 0;
  }
  .b1-img1 {
    width: 50%;
  }
  .b1-img2 {
    width: 40%;
  }
  .b1-inner-texto {
    padding-left: 35px;
  }
  .b1-inner-texto span {
    font-size: 25px;
  }
  .b1-inner-texto h3 {
    font-size: 13px;
    line-height: 1.2;
  }
  .b1-inner-texto strong {
    font-size: 20px;
  }
  .b1-item-bottom:last-child .b1-inner-texto {
    padding-left: 50px;
  }
  .b1-item-bottom:last-child span {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .b1 .bx-wrapper .bx-pager {
    display: block;
    bottom: 30px;
    left: 20px;
  }
  .b1 {
    height: 385px;
  }
  .b1 .btn-general {
    text-align: center;
  }
  .b1-contenido {
    text-align: center;
  }
  .b1-bottom {
    display: none;
  }
  .b1-table {
    padding-bottom: 0;
    height: 385px;
    padding-left: 0;
  }
  .b1-inner-info {
    padding-bottom: 0;
  }
  .b1-titulo {
    padding-bottom: 12px;
    line-height: 32.61px;
  }
  .b1-titulo p {
    font-size: 17px;
  }
  .b1-titulo strong {
    font-size: 35px;
  }
  .b1-txt-hidden {
    display: block;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .b1-img1 {
    left: 0;
    margin: auto;
    max-width: 333px;
    width: 100%;
  }
  .b1-img2 {
    left: 0;
    margin: auto;
    max-width: 243px;
    width: 100%;
  }
  .b1-inner-info {
    padding-right: 0%;
  }
  .b1-titulo p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b1-titulo strong {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  .b1-txt-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
  }
  .b1-boton {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
  .b1-item:before {
    background: url("../../img/b1-capa-banner-resp.png") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .b1-item.active .b1-txt-hidden {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b10 {
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.b10:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.b10-cnt {
  display: flex;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
.lista-botones {
  display: inline-block;
}

.item-boton {
  padding: 10px 16px;
  border: 1px solid #999;
  border-radius: 4px;
  font-size: 16px;
  cursor: default;
  margin: 6px; 
}
.b10-info,
.b10-slider {
  width: 50%;
  box-sizing: border-box;
}
.b10-info {
  padding-right: 80px;
}
.b10-info .sub-title {
  margin-bottom: 40px;
}
.b10-slider img {
  border: 1px solid #b7b7b7;
}
@media screen and (min-width: 1025px) {
  .b10-slider .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #e2231a;
  }
  .b10-slider .bx-wrapper .bx-controls-direction a:hover:before {
    color: #e2231a;
  }
}
@media screen and (max-width: 1024px) {
  .b10 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .b10-slider .bx-wrapper .bx-controls-direction .bx-next {
    right: -10px;
  }
  .b10-slider .bx-wrapper .bx-controls-direction .bx-prev {
    left: -10px;
  }
  .b10-info {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b10 {
    padding: 30px 0;
  }
  .b10-info,
  .b10-slider {
    width: 100%;
    display: block;
    padding: 0;
  }
  .b10-info .sub-title {
    margin: 0 0 35px 0;
    text-align: center;
  }
  .b10-slider {
    width: 80%;
    margin: 0 auto;
  }
  .b10-parraf {
    padding-bottom: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .b10-slider {
    width: 100%;
    margin: 0 auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b11 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.b11 .sub-title {
  text-align: center;
  margin-bottom: 45px;
}
.b11-top {
  max-width: 910px;
  width: 95%;
  margin: auto;
  text-align: center;
}
.b11-txt2 {
  line-height: 1.4;
  font-size: 16px;
}
.b11-txt2 p {
  margin: 0;
}
.b11Slider {
  overflow: hidden;
}
.b11Slider figure {
  height: 150px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b11Slider a {
  display: block;
}
.b11NoSlider ul {
  font-size: 0;
}
.b11NoSlider li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .b11NoSlider li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1024px) {
  .b11 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b11NoSlider li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .b11 {
    padding-top: 30px;
  }
  .b11 {
    padding-top: 30px;
  }
  .b11 .sub-title {
    margin-bottom: 30px;
  }
  .b11-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b11NoSlider li {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b12 {
  text-align: center;
  width: 100%;
  padding-top: 138px;
  padding-bottom: 97px;
}
.b12 .sub-title {
  margin-bottom: 30px;
}
.b12 .b-paginador {
  padding-top: 90px;
}
.b12-busqueda {
  font-size: 16px;
}
.b12-busqueda p {
  margin: 0;
}
.b12-busqueda strong {
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
}
.b12-cnt-items {
  margin-top: 35px;
  font-size: 0;
  text-align: left;
}
.b12-item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  text-align: center;
  padding: 0 10px 0px 10px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b12-img {
  max-width: 260px;
  width: 100%;
  margin: auto;
}
.b12-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b12-img:hover {
    -webkit-animation: b12-rebote 1s ease-in-out;
    -moz-animation: b12-rebote 1s ease-in-out;
    -o-animation: b12-rebote 1s ease-in-out;
    -ms-animation: b12-rebote 1s ease-in-out;
    animation: b12-rebote 1s ease-in-out;
  }
}
.b12-titulo-item h3 {
  margin: 0;
  font-size: 25px;
  color: #3fae2a;
  font-family: 'calibri', sans-serif;
}
@media screen and (max-width: 1024px) {
  .b12 {
    padding: 50px 0;
  }
  .b12 .b-paginador {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b12-item {
    width: 50%;
    padding: 0 5px 0 5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b12 {
    padding: 30px 0;
  }
  .b12 .b-paginador {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b12-item {
    width: 100%;
    padding: 0 0px 0px 0px;
  }
}
@-moz-keyframes b12-rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes b12-rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes b12-rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes b12-rebote {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -o-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b13 {
  width: 100%;
  padding: 110px 0 0 0;
}
.b13-cnt {
  font-size: 0;
}
.b13-cnt .sub-title {
  text-align: center;
}
.b13-items-cnt {
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
.b13-item {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  font-size: 15px;
  margin: 0 3.3% 0 0;
}
.b13-item h3 {
  color: #3fae2a;
  font-size: 17px;
  font-family: 'ralewaybold', sans-serif;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  line-height: 36px;
}
.b13-item h3:before {
  content: "\e91b";
  display: block;
  color: #3fae2a;
  text-indent: 0;
  padding-top: 0;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #3fae2a;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.b13-item:last-child {
  margin: 0;
}
.b13-item:last-child,
.b13-item:first-child {
  width: 25%;
}
.b13-item:last-child .b13-envl strong,
.b13-item:first-child .b13-envl strong {
  display: block;
}
.b13-item:nth-child(2) h3:before {
  content: "\e91f";
}
.b13-item:nth-child(2) a {
  font-size: 16px;
  margin-left: 3px;
}
.b13-item:nth-child(3) a {
  display: block;
}
.b13-item:nth-child(3) h3:before {
  content: "\e90b";
}
.b13-item:nth-child(4) h3:before {
  content: "\e920";
}
.b13-envl {
  margin: 20px 0 0 0;
}
.b13-envl strong {
  font-family: 'ralewaybold', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .b13 {
    padding-top: 50px;
  }
  .b13-item {
    width: 22%;
    margin: 0 1.5% 0 0;
  }
}
@media screen and (max-width: 960px) {
  .b13-items-cnt {
    max-width: 620px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
  }
  .b13-item {
    width: 48%;
    margin: 0 1%;
    margin-top: 30px;
  }
  .b13-item h3 {
    display: inline-block;
  }
  .b13-item:first-child,
  .b13-item:last-child {
    width: 48%;
  }
  .b13-item:last-child {
    margin: 0 1%;
    margin-top: 30px;
  }
  .b13-item h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b13 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b13-item {
    text-align: center;
  }
  .b13-item,
  .b13-item:first-child,
  .b13-item:last-child {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
  }
  .b13-cnt .sub-title {
    text-align: center;
  }
  .b13-cnt .sub-title strong {
    font-size: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b14 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.b14Main {
  max-width: 810px;
  width: 95%;
  margin: auto;
}
.b14Text {
  line-height: 1.2;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.b14Text p {
  margin-bottom: 0;
}
.b14Form .btn-general {
  text-align: center;
  margin-top: 30px;
}
.b14Campo {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b14Campo ::-webkit-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b14Campo :-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b14Campo ::-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b14Campo :-ms-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b14Campo input,
.b14Campo textarea {
  width: 100%;
  background: none;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b14Campo input {
  height: 40px;
  padding: 0 10px;
}
.b14Campo textarea {
  height: 115px;
  background: none;
  border-radius: 10px;
  padding: 10px;
}
.b14CntInputs {
  font-size: 0;
}
.b14CntInputs .b14Campo {
  display: inline-block;
  vertical-align: top;
  width: 32.84%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0.74%;
}
.b14CntInputs .b14Campo:first-child {
  margin-left: 0;
}
.b14CntRadios {
  position: relative;
  margin: 25px 0;
}
.b14Subtitle {
  display: inline-block;
  color: #666;
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
}
.b14Envolve {
  font-size: 0;
  padding-left: 170px;
}
.b14Radio {
  display: inline-block;
  vertical-align: top;
  margin-right: 75px;
}
.b14Radio label {
  display: inline-block;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.b14Radio label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #666;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.b14Radio input[type="radio"] {
  display: none;
}
.b14Radio input[type="radio"]:checked + label:before {
  border: 3px solid #e2231a;
}
.b14Radio:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b14Radio:hover label:before {
    border: 3px solid #e2231a;
  }
}
@media screen and (max-width: 1024px) {
  .b14 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b14CntInputs .b14Campo {
    width: 49%;
    margin-left: 0;
  }
  .b14CntInputs .b14Campo:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .b14CntInputs .b14Campo:last-child {
    margin-left: 2%;
  }
}
@media screen and (max-width: 640px) {
  .b14 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .b14CntInputs .b14Campo {
    width: 100%;
    margin-bottom: 10px;
  }
  .b14CntInputs .b14Campo:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .b14Envolve {
    padding-left: 140px;
  }
  .b14Radio {
    margin-right: 40px;
  }
  .b14Radio:last-child {
    margin-top: 5px;
  }
  .b14CntRadios {
    margin: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .b14Envolve {
    padding-left: 90px;
  }
  .b14Radio {
    display: block;
    margin: 0;
  }
  .b14Radio label {
    font-size: 14px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b15 {
  position: relative;
  text-align: center;
}
.b15-btn-map {
  display: none;
}
.b15-map {
  position: relative;
  width: 100%;
  height: 355px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b15 {
    padding: 50px 0;
  }
  .b15 .b15-btn-map {
    display: block;
  }
  .b15 .b15-btn-map a {
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #0071ce;
    font-size: 16px;
    font-family: 'ralewaybold', sans-serif;
    border-radius: 4px;
  }
  .b15-wrap-map {
    position: fixed;
    z-index: 3000;
    top: -500%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .b15-wrap-map .b15-btn-map {
    position: absolute;
    top: 5%;
    text-align: left;
    left: 30px;
    display: block;
    z-index: 100;
  }
  .b15-wrap-map.active {
    top: 0;
  }
  .b15-map {
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .b15 {
    padding: 30px 0;
  }
  .b15 .b15-btn-map {
    padding-bottom: 0px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b16 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.b16-slider-cnt {
  height: 500px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.b16-cnt {
  display: table;
  height: 100%;
}
.b16-envl {
  display: table-cell;
  vertical-align: middle;
}
.b16-envl .sub-title {
  margin: 0 0 60px 0;
}
.b16-envl .btn-general {
  text-align: left;
}
.b16 .bx-wrapper .bx-controls.bx-has-pager {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
}
.b16 .bx-wrapper .bx-pager.bx-default-pager {
  position: relative;
  z-index: 60;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.b16 .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  height: 26px;
  width: 26px;
  border-radius: 25px;
  position: relative;
  border: 1px solid transparent;
}
.b16 .bx-wrapper .bx-pager.bx-default-pager a:before {
  width: 14px;
  height: 14px;
  background: #666;
  border-radius: 14px;
  content: "";
  position: absolute;
  top: 50%;
  margin: -7px 0 0 -7px;
  left: 50%;
}
.b16 .bx-wrapper .bx-pager.bx-default-pager a.active,
.b16 .bx-wrapper .bx-pager.bx-default-pager a:hover {
  border: 1px solid #666;
}
@media screen and (min-width: 1025px) {
  .b16-envl .sub-title p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b16-envl .sub-title strong {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b16-envl .btn-general {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b16-item.active .b16-envl .sub-title p {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b16-item.active .b16-envl .sub-title strong {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b16-item.active .b16-envl .btn-general {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (max-width: 1024px) {
  .b16 {
    height: 450px;
  }
  .b16 .sub-title strong {
    font-size: 38px;
  }
  .b16 .sub-title p {
    font-size: 20px;
  }
  .b16-slider-cnt {
    height: 450px;
    background-position: 55% center;
  }
  .b16 .bx-wrapper .bx-controls.bx-has-pager {
    left: 30px;
  }
  .b16 .bx-wrapper .bx-pager.bx-default-pager {
    margin-left: 0;
    margin-right: auto;
  }
  .b16-cnt {
    width: 90%;
  }
  .b16 .bx-wrapper .bx-controls.bx-has-pager {
    width: 100%;
    left: 0;
  }
  .b16 .bx-wrapper .bx-pager.bx-default-pager {
    max-width: 960px;
    width: 90%;
    bottom: 0;
    padding-top: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .b16 {
    height: 400px;
  }
  .b16-slider-cnt {
    height: 400px;
    background-position: 65% center;
  }
  .b16 .sub-title strong {
    font-size: 35px;
  }
  .b16 .sub-title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .b16 .bx-wrapper .bx-pager.bx-default-pager {
    display: none;
  }
  .b16-slider-cnt {
    position: relative;
  }
  .b16-slider-cnt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 55;
  }
  .b16-cnt {
    position: relative;
    z-index: 56;
  }
  .b16 {
    height: 350px;
  }
  .b16-slider-cnt {
    height: 350px;
    position: relative;
    z-index: 52;
  }
}
@media screen and (max-width: 480px) {
  .b16-envl .sub-title {
    text-align: center;
  }
  .b16-envl .btn-general {
    text-align: center;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b17 {
  padding-top: 50px;
}
.b17 .bx-wrapper .bx-loading {
  display: none !important;
}
.b17 .bx-wrapper .bx-viewport {
  overflow: inherit !important;
}
.b17center {
  position: relative;
}
.b17center .bx-wrapper .bx-prev {
  left: -40px;
}
.b17center .bx-wrapper .bx-next {
  right: -40px;
}
.b17center .bx-wrapper .bx-controls-direction a {
  border: 1px solid #fff;
}
.b17center .bx-wrapper .bx-controls-direction a:before,
.b17center .bx-wrapper .bx-controls-direction a:after {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b17center .bx-wrapper .bx-controls-direction a:hover {
    background: #fff;
    border: 1px solid #fff;
  }
  .b17center .bx-wrapper .bx-controls-direction a:hover:before,
  .b17center .bx-wrapper .bx-controls-direction a:hover:after {
    color: #3fae2a;
  }
}
.b17body {
  max-width: 725px;
  margin: auto;
  text-align: center;
  padding-bottom: 45px;
}
.b17text {
  margin-top: 40px;
}
.b17text h3 {
  font-size: 16px;
  font-family: 'ralewaybold', sans-serif;
  margin-bottom: 0;
}
.b17slid {
  width: 100%;
  height: 320px;
  background: #3fae2a;
}
.b17center {
  max-width: 800px;
  width: 95%;
  margin: auto;
}
.b17item {
  width: 95%;
  margin: auto;
  position: relative;
}
.b17fig {
  width: 350px;
  position: absolute;
  top: -18px;
  left: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.b17fig img {
  width: 100%;
  height: auto;
  display: block;
}
.b17contenido {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: top;
  padding-left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b17table {
  display: table-cell;
  height: 320px;
  vertical-align: middle;
  color: #fff;
}
.b17table h3 {
  font-size: 23px;
  font-family: 'calibri', sans-serif;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.b17lista {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.b17lista li {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b17lista li:first-child {
  margin-top: 0;
}
.b17lista li:before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
}
.b17-slid-box.active .b17fig {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b17-slid-box.active .b17lista {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b17-slid-box.active .b17table h3 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (max-width: 1024px) {
  .b17body {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b17item {
    width: 90%;
  }
  .b17fig {
    width: 44%;
    top: inherit;
  }
  .b17center .bx-wrapper .bx-prev {
    left: -15px;
  }
  .b17center .bx-wrapper .bx-next {
    right: -10px;
  }
}
@media screen and (max-width: 700px) {
  .b17center .bx-controls-direction {
    display: none;
  }
  .b17item {
    width: 100%;
  }
  .b17slid {
    height: auto;
  }
  .b17fig {
    display: none;
  }
  .b17contenido {
    padding-left: 0;
  }
  .b17table {
    height: auto;
    padding: 50px 0;
  }
  .b17table h3 {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .b17body {
    padding-bottom: 30px;
  }
  .b17slid {
    height: auto;
    padding: 30px 0;
  }
  .b17table {
    padding: 0;
  }
  .b17 {
    padding-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b18 {
  padding-top: 70px;
}
.b18cntslid .bx-wrapper {
  position: relative;
}
.b18cntslid .bx-wrapper .bx-next {
  right: -50px;
}
.b18cntslid .bx-wrapper .bx-prev {
  left: -50px;
}
.b18main {
  text-align: center;
}
.b18text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.b18envloverslid li {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .b18 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b18cntslid {
    max-width: 378px;
    margin: auto;
  }
  .b18text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b18 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b18cntslid {
    max-width: 164px;
    overflow: hidden;
  }
  .b18envloverslid {
    width: 240px;
  }
}
.product-detail .b18 {
  padding-top: 60px;
  padding-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .product-detail .b18 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .product-detail .b18 {
    padding: 30px 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b19 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.b19main {
  text-align: center;
}
.b19main.wancho {
  max-width: 870px;
}
.b19form {
  margin-bottom: 70px;
}
.b19cnt-select {
  text-align: center;
  font-size: 0;
}
.b19select {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  margin-left: 3%;
}
.b19select select {
  width: 100%;
  height: 40px;
  background: none;
  background-image: url("../../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 16px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  border-radius: 20px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b19info {
  font-size: 0;
}
.b19item {
  width: 27%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 9%;
  margin-bottom: 30px;
}
.b19item:before {
  content: '';
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../img/flechre.png") 0px 0px no-repeat;
}
.b19contenido {
  font-size: 16px;
}
.b19contenido p {
  margin-bottom: 0;
}
.b19contenido h3 {
  font-size: 18px;
  font-family: 'ralewaybold', sans-serif;
}
.marg {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .b19 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .b19form {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .b19contenido {
    font-size: 14px;
  }
  .b19contenido h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .b19 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .b19select {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .b19item {
    width: 50%;
    margin: 0;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .b19form {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b19item {
    width: 100%;
    padding-right: 10px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b2 {
  padding: 35px 0 5px 0;
}
.b2 img {
  display: block;
  height: auto;
  width: 100%;
}
.b2-cnt {
  font-size: 0;
}
.b2-item,
.b2-cnt-items,
.b2-item2 {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
  position: relative;
}
.b2-item {
  margin-right: 1%;
}
.b2-cnt-items {
  font-size: 0;
}
.b2-item2 {
  width: 49%;
}
.b2-item2:first-child {
  margin-right: 2%;
}
.b2-item3 {
  width: 100%;
  margin-top: 9px;
  position: relative;
}
.b2-item4 {
  width: 100%;
  position: relative;
}
.b2-item5 {
  width: 100%;
  margin-top: 7px;
  position: relative;
}

.b2info-cnt {
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.2) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.2) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.52) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.2) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b2info-cnts {
  display: table;
  height: 100%;
  width: 100%;
}
.b2info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 35px;
  font-family: 'calibri', sans-serif;
  text-align: center;
}
.b2info p {
  margin: 17px 0 0 0;
  padding: 0;
}
.b2info span {
  font-size: 55px;
}
.b2-bg {
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
}
.b2box1 .b2-bg {
  height: 499px;
}
.b2box2 .b2-bg,
.b2box3 .b2-bg {
  height: 246px;
}
.b2box4 .b2-bg {
  height: 244px;
}
@media screen and (min-width: 1025px) {
/*
  .b2-cnt.wancho {
    max-width: 1024px;
  }
    */
  .b2-item.b2box1:hover .b2info-cnt {
    background: #CC3222;
    opacity: 80%;
  }
  .b2-item2.b2box2:hover .b2info-cnt {
    background: #EC8E3F;
    opacity: 80%;
  }
  .b2-item2.b2box3:hover .b2info-cnt {
    background: #;
    opacity: 80%;
  }
  .b2-item3.b2box4:hover .b2info-cnt {
    background: #2481BF;
    opacity: 80%;
  }
  .b2-item4.b2box4:hover .b2info-cnt {
    background: #2481BF;
    opacity: 80%;
  }
  .b2-item5.b2box4:hover .b2info-cnt {
    background: #535353;
    opacity: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .b2 {
    padding-top: 1%;
  }
  .b2-item3 {
    margin-top: 5px;
  }
  .b2info p {
    margin: 4px 0 0 0;
    font-size: 25px;
  }
  .b2info span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b2box1 .b2-bg {
    height: 400px;
  }
  .b2box2 .b2-bg,
  .b2box3 .b2-bg {
    height: 198px;
  }
  .b2box4 .b2-bg {
    height: 197px;
  }
}
@media screen and (max-width: 640px) {
  .b2 {
    padding-top: 2%;
  }
  .b2-cnt {
    width: 100%;
  }
  .b2info p {
    margin: 0 0 0 0;
    font-size: 22px;
  }
  .b2info span {
    font-size: 50px;
  }
  .b2-item,
  .b2-cnt-items {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .b2-cnt-items,
  .b2-item3 {
    margin-top: 2%;
  }
  .b2-bg {
    height: 152px !important;
    background-position: center bottom;
  }
  .b2box1 .b2-bg {
    background-position: center 35%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b20 {
  padding-top: 50px;
  padding-bottom: 70px;
  background: rgba(183,183,183,0.3);
}
.b20 .btn-general {
  text-align: center;
}
.b20main {
  text-align: center;
}
.b20text {
  margin-top: 45px;
}
.b20text p {
  margin: 0;
}
.b20itemselect {
  max-width: 535px;
  margin: auto;
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.b20selct {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
}
.b20selct span {
  font-size: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  pointer-events: none;
}
.b20selct select {
  width: 100%;
  height: 40px;
  background: #fff;
  background-image: url("../../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  color: #666;
  font-size: 16px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b20selct:first-child {
  margin-right: 2%;
}
.b20form {
  max-width: 800px;
  margin: auto;
}
.b20form h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'ralewaybold', sans-serif;
  color: #e2231a;
  margin-bottom: 30px;
}
.b20cntinput {
  margin-bottom: 40px;
}
.b20iteminput {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.b20iteminput li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b20iteminput li ::-webkit-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20iteminput li :-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20iteminput li ::-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20iteminput li :-ms-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20iteminput li input,
.b20iteminput li select {
  width: 100%;
  color: #666;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.b20iteminput li select {
  background: #fff;
  background-image: url("../../img/select-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b20textarea {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.b20textarea li {
  margin-bottom: 10px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b20textarea li ::-webkit-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20textarea li :-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20textarea li ::-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20textarea li :-ms-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b20textarea li input,
.b20textarea li textarea {
  width: 100%;
  color: #666;
  font-size: 16px;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.b20textarea li textarea {
  height: 140px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .b20 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .b20 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .b20iteminput {
    width: 100%;
    margin: auto;
    display: block;
  }
  .b20textarea {
    width: 100%;
    display: block;
  }
  .b20selct {
    width: 100%;
    margin-bottom: 6px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b21 {
  background: url("../../img/b21-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: table;
  height: 130px;
  position: relative;
}
.b21:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../img/b21-capa.png") 0px 0px no-repeat;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b21 .g-input {
  text-align: left;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b21 .g-input ::-webkit-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b21 .g-input :-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b21 .g-input ::-moz-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b21 .g-input :-ms-input-placeholder {
  color: #666;
  font-family: 'ralewayregular', sans-serif;
}
.b21 .g-input input,
.b21 .g-input select,
.b21 .g-input textarea {
  font-size: 16px;
  font-family: 'ralewayregular', sans-serif;
  color: #666;
  height: 42px;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b21-cnt {
  position: relative;
  z-index: 10;
}
.b21-table {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.b21-titulo {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  color: #fff;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b21-title {
  position: relative;
  line-height: 28px;
  display: inline-block;
}
.b21-title p {
  margin: 0;
  font-size: 18px;
  font-family: 'ralewaybold', sans-serif;
  position: relative;
  padding-bottom: 6px;
}
.b21-title strong {
  display: block;
  font-weight: normal;
  font-family: 'calibri', sans-serif;
  font-size: 30px;
}
.b21-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  width: 33px;
}
.b21-subtitulo {
  padding-top: 10px;
}
.b21-subtitulo p {
  font-size: 16px;
  margin: 0;
}
.b21-form {
  display: inline-block;
  width: 70%;
  font-size: 0;
  position: relative;
}
.b21-form ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-right: 215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b21-form .btn-general {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 960px) {
  .b21-form ul {
    padding-right: 180px;
  }
  .b21-titulo {
    width: 35%;
  }
  .b21-form {
    width: 65%;
  }
}
@media screen and (min-width: 701px) {
  .b21-form {
    display: inline-block !important;
  }
  .b21-titulo {
    pointer-events: none;
  }
}
@media screen and (max-width: 700px) {
  .b21-form {
    display: none;
  }
  .b21-title strong {
    display: none;
  }
  .b21-subtitulo {
    display: none;
  }
  .b21 {
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
  .b21-titulo {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
    cursor: pointer;
    pointer-events: auto;
  }
  .b21-title:before {
    right: 0;
    margin: auto;
  }
  .b21-form {
    padding-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .b21-form ul {
    padding-right: 0;
  }
  .b21-form .btn-general {
    margin-top: 20px;
    position: relative;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b22 {
  height: 100%;
  width: 100%;
}
.b22-fixed {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #000;
  -webkit-transition: all 0.28s ease-in;
  -moz-transition: all 0.28s ease-in;
  -o-transition: all 0.28s ease-in;
  -ms-transition: all 0.28s ease-in;
  transition: all 0.28s ease-in;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b22-fixed.active {
  z-index: 150;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.b22-cnts {
  zoom: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  height: 440px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1;
}
.b22-cnts:after,
.b22-cnts:before {
  content: "";
  display: table;
}
.b22-cnts:after {
  clear: both;
}
.b22-cnts figure {
  position: absolute;
  bottom: 0;
  left: -225px;
}
.b22-cnts figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .b22-cnts {
    max-width: 785px;
  }
}
.b22-cnts.active {
  z-index: 150;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b22-cnt {
  width: 785px;
  margin: 0;
  padding: 0;
  float: right;
  background: #fff;
  height: 440px;
}
.b22-envl {
  padding: 0 135px 0 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b22-envl .sub-title {
  text-align: center;
  line-height: 35px;
  margin: 35px 0 0 0;
}
.b22-envl .sub-title p {
  font-size: 20px;
}
.b22-envl .sub-title strong {
  font-size: 45px;
}
.b22-text {
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 16px;
}
.b22-text p {
  margin: 0;
}
.b22-form {
  margin: 25px 0 0 0;
}
.b22-form ul li {
  position: relative;
  height: 100%;
  display: block;
}
.b22-form input {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  border-radius: 20px;
  color: #b7b7b7;
  position: relative;
}
.b22-form .btn-general {
  margin: 30px 0 0 0;
  text-align: center;
}
.b22-form .formError {
  z-index: 9;
}
.b22-labelx {
  position: relative;
}
.b22-labelx label {
  width: 100%;
  height: 40px;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 15px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  border-radius: 20px;
  color: #b7b7b7;
  position: relative;
  overflow: hidden;
}
.b22-labelx label:after {
  content: "\e910";
  position: absolute;
  top: 6px;
  right: 9px;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  border: 1px solid #666;
  font-family: 'icomoon' !important;
  display: block;
  color: #666;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  background: #fff;
}
.b22-labelx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b22-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  border: 3px solid #c3c3c3;
  color: #c3c3c3;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 17px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .b22-close:hover {
    border: 3px solid #e2231a;
    color: #e2231a;
  }
}
@media screen and (max-width: 1024px) {
  .b22-cnts {
    left: 0;
  }
  .b22-cnts figure {
    display: none;
  }
  .b22-cnts.wancho {
    max-width: 650px;
  }
  .b22-cnt {
    height: auto;
    margin: 0 auto;
    float: none;
    width: 100%;
    padding: 0;
    max-width: 650px;
    position: relative;
    padding: 0 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b22-envl {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 80%;
  }
  .b22-envl .sub-title {
    margin: 0;
    padding: 40px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .b22-cnt {
    max-width: 600px;
  }
  .b22-cnt.wancho {
    max-width: 600px;
  }
  .b22-cnt .b22-envl .sub-title p {
    font-size: 18px;
  }
  .b22-cnt .b22-envl .sub-title strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b22-envl {
    width: 85%;
  }
  .b22-envl .sub-title {
    line-height: 30px;
  }
  .b22-envl .sub-title strong {
    font-size: 30px;
  }
  .b22-envl .sub-title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .b22-cnt {
    height: auto;
    padding-bottom: 25px;
    padding-top: 55px;
  }
  .b22-cnts {
    height: 380px;
  }
  .b22-envl {
    width: 90%;
  }
  .b22-envl .sub-title {
    padding: 0;
  }
  .b22-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    line-height: 30px;
    font-size: 15px;
  }
  .b22-text,
  .b22-form .btn-general,
  .b22-form {
    margin-top: 20px;
  }
  .b22-form {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b23 {
  width: 100%;
  overflow: hidden;
  height: 400px;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b23 .bx-viewport {
  overflow: inherit !important;
}
.b23:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/b23-capa.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b23Arrows {
  position: absolute;
  right: 0;
  max-width: 370px;
  width: 100%;
  bottom: 57px;
}
.b23Prev,
.b23Next {
  display: block;
  width: 39px;
  height: 39px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -19.5px;
}
.b23Prev .bx-prev,
.b23Next .bx-prev,
.b23Prev .bx-next,
.b23Next .bx-next {
  display: block;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
.b23Prev:before,
.b23Next:before,
.b23Prev:after,
.b23Next:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-family: 'icomoon';
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b23Prev {
  left: 0;
}
.b23Prev:before,
.b23Prev:after {
  content: "\e90f";
}
.b23Next {
  left: 70px;
}
.b23Next:before,
.b23Next:after {
  content: "\e910";
}
@media screen and (min-width: 1025px) {
  .b23Slider li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b23Slider li a:hover img {
    -webkit-animation: anima_item 2s linear infinite;
    -moz-animation: anima_item 2s linear infinite;
    -o-animation: anima_item 2s linear infinite;
    -ms-animation: anima_item 2s linear infinite;
    animation: anima_item 2s linear infinite;
  }
  .b23Prev:hover .bx-prev,
  .b23Next:hover .bx-prev,
  .b23Prev:hover .bx-next,
  .b23Next:hover .bx-next {
    border: 2px solid #ffb819;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .b23Prev:hover:before {
    -webkit-animation: anima_flecha_1a 0.3s ease 0.2s;
    -moz-animation: anima_flecha_1a 0.3s ease 0.2s;
    -o-animation: anima_flecha_1a 0.3s ease 0.2s;
    -ms-animation: anima_flecha_1a 0.3s ease 0.2s;
    animation: anima_flecha_1a 0.3s ease 0.2s;
    color: #ffb819;
  }
  .b23Prev:hover:after {
    -webkit-animation: anima_flecha_1b 0.3s ease 0.2s;
    -moz-animation: anima_flecha_1b 0.3s ease 0.2s;
    -o-animation: anima_flecha_1b 0.3s ease 0.2s;
    -ms-animation: anima_flecha_1b 0.3s ease 0.2s;
    animation: anima_flecha_1b 0.3s ease 0.2s;
    color: #ffb819;
  }
  .b23Next:hover:before {
    -webkit-animation: anima_flecha_2a 0.3s ease 0.2s;
    -moz-animation: anima_flecha_2a 0.3s ease 0.2s;
    -o-animation: anima_flecha_2a 0.3s ease 0.2s;
    -ms-animation: anima_flecha_2a 0.3s ease 0.2s;
    animation: anima_flecha_2a 0.3s ease 0.2s;
    color: #ffb819;
  }
  .b23Next:hover:after {
    -webkit-animation: anima_flecha_2b 0.3s ease 0.2s;
    -moz-animation: anima_flecha_2b 0.3s ease 0.2s;
    -o-animation: anima_flecha_2b 0.3s ease 0.2s;
    -ms-animation: anima_flecha_2b 0.3s ease 0.2s;
    animation: anima_flecha_2b 0.3s ease 0.2s;
    color: #ffb819;
  }
}
.b23-item {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.b23-cnt-slider {
  position: relative;
}
.b23-table {
  display: table-cell;
  vertical-align: top;
  height: 400px;
  width: 2000px;
  padding-top: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b23-testimonio {
  text-align: left;
  max-width: 370px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.b23-info1 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 60px 0 50px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b23-info1:before {
  content: "\e907";
  font-family: 'icomoon';
  position: absolute;
  left: -35px;
  top: 0;
  color: #ffb819;
  font-size: 40px;
}
.b23-info1:after {
  content: "\e908";
  font-family: 'icomoon';
  position: absolute;
  right: -44px;
  bottom: -10px;
  color: #ffb819;
  font-size: 40px;
}
.b23-info1 p {
  margin: 0;
}
.b23-info2 {
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  color: #fff;
}
.b23-info2 p {
  margin: 0;
}
.b23-info2 strong {
  display: block;
  font-size: 20px;
}
.b23-img {
  position: absolute;
  bottom: 0;
  left: -200px;
  max-width: 701px;
  width: 100%;
}
.b23-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b23-img {
    left: -130px;
    width: 70%;
    max-width: inherit;
  }
  .b23-info1:before {
    left: 0;
  }
  .b23-info1:after {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .b23-img {
    left: -150px;
  }
}
@media screen and (max-width: 768px) {
  .b23-img {
    width: 52%;
    left: -30px;
  }
  .b23,
  .b23-table {
    height: 300px;
  }
  .b23-table {
    padding-top: 10px;
    padding-bottom: 65px;
  }
  .b23-info1 {
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b23-info1:before,
  .b23-info1:after {
    font-size: 30px;
  }
  .b23-info2 {
    margin-top: 5px;
  }
  .b23Arrows {
    bottom: 50px;
  }
}
@media screen and (max-width: 760px) {
  .b23-img {
    display: none;
  }
  .b23-testimonio {
    max-width: inherit;
  }
  .b23-table {
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 90px;
  }
  .b23-info1 {
    padding: 35px 30px 35px 30px;
  }
  .b23-info1:before,
  .b23-info1:after {
    font-size: 30px;
  }
  .b23-info2 {
    padding-left: 30px;
  }
  .b23Arrows {
    right: -30px;
    max-width: inherit;
    bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .b23-info1 {
    font-size: 15px;
    padding: 30px 15px 30px 15px;
  }
  .b23-info1:before,
  .b23-info1:after {
    font-size: 25px;
  }
  .b23-info2 strong {
    font-size: 18px;
  }
  .b23-info2 p {
    font-size: 15px;
  }
  .b23Next {
    left: 60px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b24 {
  width: 100%;
  text-align: center;
  padding-top: 85px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.b24 .b-paginador {
  margin-top: 60px;
}
.b24-cnt {
  position: relative;
  padding-bottom: 105px;
}
.b24-cnt:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -225px;
  background: url("../../img/b24-img-right.png");
  width: 464px;
  height: 471px;
}
@media screen and (min-width: 1025px) {
  .b24-cnt {
    position: relative;
    padding-bottom: 105px;
  }
  .b24-cnt:before {
    right: -100%;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .b24-cnt.active:before {
    right: -225px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.b24-cnt-items {
  margin-top: 40px;
}
.b24-item {
  font-size: 0;
  display: table;
  width: 100%;
  padding: 24px 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.b24-item:last-child {
  margin-bottom: 0;
}
/* Derecha */
.b24-derecha {
  display: table-cell;
  vertical-align: top;
  width: 55%;
  position: relative;
}
.b24-derecha:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #b7b7b7;
}
.b24-inner-derecha {
  max-width: 380px;
  width: 100%;
  margin: auto;
  text-align: left;
}
.b24-d-fecha {
  display: block;
  font-family: 'arial', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.b24-d-titulo {
  font-family: 'ralewaybold', sans-serif;
  color: #3fae2a;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 25px;
}
.b24-d-titulo h3 {
  margin: 0;
  font-size: 25px;
}
.b24-d-texto {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.b24-d-texto p {
  margin: 0;
}
.b24-d-texto strong {
  font-family: 'ralewaybold', sans-serif;
}
.b24-d-sede {
  font-size: 16px;
}
.b24-d-sede p {
  margin: 0;
}
/* Izquierda */
.b24-izquierda {
  display: table-cell;
  vertical-align: top;
  width: 45%;
}
.b24-inner-izquierda {
  padding-top: 10px;
  max-width: 240px;
  width: 100%;
  margin: auto;
  text-align: left;
}
.b24-i-titulo {
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 14px;
}
.b24-i-titulo p {
  margin: 0;
}
.b24-i-fecha {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .b24-cnt:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .b24 {
    padding: 50px 0;
  }
  .b24-cnt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .b24-derecha {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b24-inner-derecha {
    max-width: inherit;
  }
  .b24-izquierda {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .b24-inner-izquierda {
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .b24-d-titulo h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .b24 {
    padding: 30px 0;
  }
  .b24 .btn-general {
    text-align: left;
  }
  .b24-derecha {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  .b24-derecha:before {
    left: 0;
    margin: auto;
    bottom: 0;
    height: 1px;
    width: 95%;
  }
  .b24-inner-derecha {
    text-align: left;
  }
  .b24-izquierda {
    padding-top: 20px;
    display: block;
    width: 100%;
  }
  .b24-inner-izquierda {
    padding-top: 0;
    text-align: left;
  }
  .b24-i-fecha {
    font-size: 16px;
  }
  .b24 .b-paginador {
    margin-top: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b25 {
  width: 100%;
  padding: 65px 0 50px 0;
  margin: 0;
}
.b25-cnt {
  font-size: 0;
}
.b25-item,
.b25-info {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.b25-item {
  width: 34.3%;
  margin-right: 10%;
  font-family: 'ralewaybold', sans-serif;
  color: #666;
}
.b25-item figure {
  margin: 40px 0 70px 0;
}
.b25-item figure img {
  display: block;
  height: auto;
  width: 100%;
}
.b25-item .btn-general {
  text-align: left;
}
.b25-item .btn-general a {
  position: relative;
  padding-left: 50px;
}
.b25-item .btn-general a:after {
  content: "\e603";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  text-indent: 0;
  font-family: 'icomoon';
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b25-info {
  width: 55.7%;
  margin-top: 60px;
}
.b25-info h2 {
  color: #e2231a;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  padding: 0;
}
.b25-info .b25-botone {
  display: none;
}
.b25-fecha {
  font-family: 'ralewaybold', sans-serif;
  margin: 0 0 30px 0;
}
.b25-fecha p {
  margin: 0;
}
.b25-text {
  margin: 35px 0 0 0;
}
.b25-text p {
  margin: 0 0 25px 0;
}
.b25-text h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  color: #666;
  font-family: 'ralewaybold', sans-serif;
}
.b25-text ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.b25-text ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #e2231a;
}
.b25-enlace {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (min-width: 1025px) {
  .b25-enlace:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .b25 {
    padding-bottom: 40px;
  }
  .b25-item {
    width: 40.3%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 960px) {
  .b25 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .b25 {
    padding: 30px 0 30px 0;
  }
  .b25-item,
  .b25-info {
    display: block;
    width: 100%;
  }
  .b25-item {
    margin-left: auto;
    margin-right: auto;
  }
  .b25-item figure {
    margin: 20px auto;
    width: 65%;
  }
  .b25-info {
    margin-top: 20px;
  }
  .b25-info h2 {
    font-size: 20px;
  }
  .b25-fecha {
    margin-bottom: 20px;
  }
  .b25-text {
    margin-top: 20px;
  }
  .b25-text p {
    margin-bottom: 12px;
  }
  .b25-botone {
    display: none;
  }
  .b25-info .b25-botone {
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .b25-item figure {
    width: 100%;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b26 {
  padding-top: 115px;
  padding-bottom: 170px;
}
.b26 .bx-wrapper {
  position: static;
}
.b26 .bx-wrapper .bx-pager {
  bottom: 0;
}
.b26 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b26 .bx-wrapper .bx-pager.bx-default-pager a:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #808080;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.b26 .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 1px solid #808080;
}
@media screen and (min-width: 1025px) {
  .b26 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: 1px solid #808080;
  }
}
.b26LinkPrev {
  display: inline-block;
  line-height: 1;
  color: #666;
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}
.b26LinkPrev:before {
  content: "\e90f";
  font-family: 'icomoon';
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .b26LinkPrev {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .b26LinkPrev:hover {
    text-decoration: underline;
  }
}
.b26Head {
  overflow: hidden;
}
.b26Slider,
.b26Title {
  width: 50%;
}
.b26Slider {
  float: right;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b26Slider.active {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b26CntSlider {
  max-width: 365px;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  margin: auto;
}
.b26CntSlider figure {
  width: 100%;
}
.b26CntSlider img {
  width: 100%;
  height: auto;
  display: block;
}
.b26Title {
  float: left;
  padding-top: 70px;
}
.b26Title h2 {
  color: #e2231a;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 40px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.b26Title h2:before {
  content: "";
  width: 53px;
  height: 5px;
  background: #e2231a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b26Block {
  display: inline-flex;
  margin-top: 30px;
}
.b26Column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b26Left {
  padding-top: 25px;
  padding-right: 8.5%;
}
.b26Right {
  background: #CC3222;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 85px;
}
.b26Item {
  margin-top: 30px;
}
.b26Item h3 {
  line-height: 1.2;
  color: #2481BF;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #2481BF;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.b26Item li {
  line-height: 1.4;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}
.b26Item li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e2231a;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.b26Item:first-child {
  margin-top: 0;
}
.b26SubtitleRight {
  margin-bottom: 25px;
}
.b26SubtitleRight h2 {
  color: #fff;
  line-height: 1.2;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.b26ListRight li {
  min-height: 29px;
  line-height: 1.4;
  color: #fff;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  position: relative;
  padding-left: 45px;
  margin-top: 15px;
  counter-increment: section;
}
.b26ListRight li:first-child {
  margin-top: 0;
}
.b26ListRight li:before {
  content: counter(section);
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-family: 'arial', sans-serif;
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.b26ShareRight {
  padding-left: 45px;
  margin-top: 85px;
}
.b26ShareRight a {
  display: inline-block;
  line-height: 40px;
  background: #0071ce;
  color: #fff;
  font-family: 'ralewaybold', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
}
.b26ShareRight a:before {
  content: "\e90e";
  display: inline-block;
  color: #fff;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 22px;
}
@media screen and (max-width: 1024px) {
  .b26 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .b26Title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .b26 {
    padding: 30px 0;
  }
  .b26Title h2 {
    font-size: 27px;
  }
  .b26Slider,
  .b26Title {
    float: none;
    width: 100%;
  }
  .b26Title {
    text-align: center;
    padding-top: 30px;
  }
  .b26Title h2:before {
    right: 0;
    margin: auto;
  }
  .b26Block {
    display: block;
    margin-top: 50px;
  }
  .b26Column {
    display: block;
    width: 100%;
  }
  .b26Item h3 {
    margin-bottom: 15px;
  }
  .b26Item li {
    padding-left: 20px;
  }
  .b26Left {
    padding: 0;
    margin-bottom: 50px;
  }
  .b26Right {
    padding: 30px 20px;
  }
  .b26ShareRight {
    text-align: center;
    padding: 0;
    margin-top: 50px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b27 {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.b27 .sub-title {
  margin-bottom: 25px;
}
.b27 .b27-arrow {
  display: none;
  font-size: 0;
}
.b27-cnt {
  font-size: 0;
}
.b27-izquierda {
  display: inline-block;
  vertical-align: top;
  width: 36%;
  padding-right: 15px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.b27-mini-texto {
  margin-bottom: 25px;
}
.b27-mini-texto p {
  margin: 0;
  font-size: 15px;
}
.b27-derecha {
  display: inline-block;
  vertical-align: top;
  width: 64%;
}
.b27-slider {
  font-size: 0;
}
.b27-item {
  border-radius: 14%;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding-right: 0px;
  -webkit-box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  margin: 5px;
}
.b27-item:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1025px) {
  .b27-item .b27-img {
    transition: all 0.3s linear;
  }
  .b27-item:hover .b27-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.b27-slider-ok .b27-item {
  padding-right: 0;
}
.b27-slider-ok .b27-arrow {
  display: block;
}
.b27-slider-ok .b27-derecha {
  overflow: hidden;
  height: 234px;
}
.b27-inner-item {
  width: 100%;
  display: inline-block;
  position: relative;
}
.b27-img {
  width: 100%;
  height: 234px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.b27-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../img/b27-capa.png") 0px 0px no-repeat;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b27-absoluto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b27-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 234px;
  color: #fff;
  padding: 0 10px;
}
.b27-table-cell p {
  font-size: 18px;
  font-family: 'ralewaybold', sans-serif;
  margin: 0;
  line-height: 20px;
}
@media screen and (max-width: 1024px) {
  .b27 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .b27-izquierda {
    width: 33%;
  }
  .b27-derecha {
    width: 67%;
  }
}
@media screen and (max-width: 960px) {
  .b27-izquierda {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .b27-derecha {
    width: 100%;
  }
  .b27-slider-ok .b27-izquierda {
    width: 40%;
    text-align: left;
    padding-right: 20px;
  }
  .b27-slider-ok .b27-derecha {
    width: 60%;
  }
  .b27-slider-ok .b27-slider {
    width: 400px;
    margin: auto;
    overflow: hidden;
  }
  .b27-slider-ok .b27-slider-resp {
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .b27 {
    padding: 30px 0;
  }
  .b27-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .b27-slider-ok .b27-derecha {
    width: 61%;
  }
  .b27-slider-ok .b27-izquierda {
    width: 39%;
  }
}
@media screen and (max-width: 740px) {
  .b27-slider-ok .b27-slider-resp {
    max-width: 193px;
    overflow: hidden;
  }
  .b27-slider-ok .b27-izquierda {
    width: 50%;
  }
  .b27-slider-ok .b27-derecha {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .b27-slider-ok .b27-izquierda {
    width: 100%;
    position: relative;
    text-align: center;
    padding-right: 0;
  }
  .b27-slider-ok .b27-derecha {
    width: 100%;
  }
  .b27-slider-ok .b27-slider-resp {
    max-width: 400px;
  }
  .b27-slider-ok .b27-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 430px) {
  .b27-slider-ok .b27-slider-resp {
    max-width: 300px;
  }
  .b27-slider-ok .b27-izquierda {
    text-align: center;
    padding-right: 0px;
  }
  .b27-slider-ok .b27-arrow {
    display: none;
  }
  .b27-slider-ok .b27-item {
    max-width: 290px;
    width: 100% !important;
    margin-right: 0 !important;
    margin: 0 5px !important;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b28 {
  padding: 0;
  width: 100%;
  background: url("../../img/b28-bg.jpg") no-repeat center;
  min-height: 531px;
  position: relative;
}
.b28-cnt {
  text-align: center;
}
.b28-cnt .sub-title {
  padding-top: 80px;
}
.b28-slider {
  font-size: 0;
  position: relative;
  margin: 80px 0 80px 0;
}
.b28-slider figure,
.b28-slider .b28-envl {
  display: inline-block;
  vertical-align: top;
}
.b28-slider figure {
  width: 38%;
  margin: 1% 5%;
}
.b28-slider figure img {
  display: block;
  width: 100%;
  height: auto;
}
.b28-slider .bx-wrapper .bx-controls-direction a {
  top: 0;
  margin-top: 85px;
}
.b28-envl {
  width: 42%;
  font-size: 16px;
  text-align: left;
}
.b28-envl h3 {
  font-size: 25px;
  font-family: 'ralewaybold', sans-serif;
  color: #3fae2a;
  margin: 0;
  padding: 0;
}
.b28-envl .btn-general {
  text-align: left;
}
.b28text {
  margin: 20px 0 35px 0;
}
.b28text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b28-slider .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #e2231a;
  }
  .b28-slider .bx-wrapper .bx-controls-direction a:hover:before {
    color: #e2231a;
  }
}
@media screen and (max-width: 1024px) {
  .b28 {
    background: #f7f7f7;
    min-height: inherit;
    padding: 50px 0;
  }
  .b28-envl h3 {
    font-size: 22px;
  }
  .b28-cnt .sub-title {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .b28 {
    height: auto;
    padding: 30px 0;
  }
  .b28-slider {
    margin: 25px 0 0 0;
  }
  .b28-slider figure,
  .b28-slider .b28-envl {
    width: 100%;
    display: block;
  }
  .b28-slider figure {
    margin: 0 auto;
    width: 50%;
  }
  .b28-slider .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .b28-envl {
    margin: 10px 0 0 0;
  }
  .b28-envl h3 {
    font-size: 18px;
    text-align: center;
  }
  .b28-envl .btn-general {
    text-align: center;
  }
  .b28text {
    margin-bottom: 20px;
    text-align: center;
  }
  .b28-cnt .sub-title {
    padding-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .b28-slider figure {
    width: 100%;
  }
  .b28-envl h3 {
    font-size: 18px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b29 {
  padding-top: 84px;
  padding-bottom: 74px;
}
.b29 .sub-title {
  position: relative;
  padding-top: 6px;
  padding-left: 100px;
}
.b29Head {
  font-size: 0;
}
.b29Head .b29Table {
  padding: 3% 14.5%;
}
.b29Head .b29Item,
.b29Title {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.b29Title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7%;
  padding-right: 20px;
}
.b29Icono {
  display: inline-block;
  color: #b7b7b7;
  font-size: 82px;
  position: absolute;
  top: 0;
  left: 0;
}
.b29Item {
  display: inline-block;
  vertical-align: top;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.b29Bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b29Info {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.b29Table {
  display: table-cell;
  vertical-align: middle;
  padding: 3% 6%;
}
.b29Date {
  display: inline-block;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.b29Date:before {
  content: "\e901";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.b29Text {
  line-height: 1.2;
  font-family: 'ralewaybold', sans-serif;
  font-size: 22px;
}
.b29Text p {
  margin-bottom: 0;
}
.b29CntItems {
  font-size: 0;
}
.b29CntItems .b29Item {
  width: 100%;
  display: inline-block;
}
.b29CntItems .b29-item-bottom {
  width: 49.25%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.49%;
  margin-right: 1.49%;
}
.b29CntItems .b29-item-bottom:last-child {
  margin-right: 0;
}
/* SLIDER */
.b29 .g-arrows .bx-prev {
  left: -50px;
}
.b29 .g-arrows .bx-next {
  right: -50px;
}
.b29.b29-slider-ok .b29-slider {
  position: relative;
}
.b29.b29-slider-ok .b29Head {
  margin-bottom: 1.49%;
}
.b29.b29-slider-ok .b29-item-bottom {
  margin-top: 0%;
}
@media screen and (max-width: 1100px) {
  .b29.b29-slider-ok .b29-slider {
    max-width: 632px;
    margin: auto;
  }
  .b29 .g-arrows .bx-prev {
    left: -70px;
  }
  .b29 .g-arrows .bx-next {
    right: -70px;
  }
}
@media screen and (max-width: 820px) {
  .b29 .g-arrows .bx-prev {
    left: -45px;
  }
  .b29 .g-arrows .bx-next {
    right: -45px;
  }
}
@media screen and (max-width: 767px) {
  .b29.b29-slider-ok .b29-slider-resp {
    max-width: 310px;
    overflow: hidden;
    margin: auto;
  }
  .b29.b29-slider-ok .b29-slider {
    width: 632px;
  }
}
@media screen and (min-width: 1025px) {
  .b29Bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
  .b29Item:hover .b29Bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1024px) {
  .b29 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .b29 .sub-title {
    line-height: 1;
    padding-left: 70px;
  }
  .b29Head .b29Item {
    width: 52.6%;
  }
  .b29Title {
    width: 47.4%;
  }
  .b29Icono {
    font-size: 60px;
  }
  .b29Text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .b29Item {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .b29.b29-slider-ok .b29-slider-resp {
    max-width: 271px;
    overflow: hidden;
    margin: auto;
  }
  .b29.b29-slider-ok .b29-item-bottom {
    width: 271px !important;
    margin-right: 0 !important;
  }
  .b29 {
    padding: 30px 0;
  }
  .b29 .sub-title {
    display: inline-block;
    padding-left: 60px;
  }
  .b29Main.wancho {
    max-width: 480px;
  }
  .b29Head .b29Item {
    display: block;
    width: 100%;
  }
  .b29Head .b29Table {
    padding: 3% 6%;
  }
  .b29Title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .b29Icono {
    font-size: 50px;
  }
  .b29Text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .b29 .sub-title {
    padding: 0;
  }
  .b29Icono {
    display: none;
  }
  .b29CntItems .b29-item-bottom {
    width: 100%;
    margin-left: 0;
  }
  .b29CntItems .b29-item-bottom:first-child {
    margin-right: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b3 {
  width: 100%;
  background: url("../../img/marca_agua.png") center 140px no-repeat;
  padding-top: 90px;
  padding-bottom: 105px;
}
.b3 .btn-general {
  text-align: left;
}
.b3Main {
  font-size: 0;
}
.b3Block {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3Left {
  padding-right: 30px;
}
.b3Right {
  position: relative;
  padding: 0 50px;
}
.b3Text {
  max-width: 370px;
  width: 100%;
  line-height: 1.2;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  margin-top: 35px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 45px;
}
.b3Text p {
  margin-bottom: 0;
}
.b3Slider {
  max-width: 341px;
  width: 100%;
  margin: auto;
}
.b3Slider li a {
  display: block;
}
.b3Slider figure {
  width: 100%;
  padding: 5px 0;
}
.b3Slider img {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  display: block;
}
.b3Slider figcaption {
  display: block;
  line-height: 1.2;
  color: #3fae2a;
  font-family: 'calibri', sans-serif;
  font-size: 25px;
  text-align: center;
}
.b3Slider figcaption p {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b3Slider li a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b3Slider li a:hover img {
    -webkit-animation: b12-rebote 1s ease-in-out;
    -moz-animation: b12-rebote 1s ease-in-out;
    -o-animation: b12-rebote 1s ease-in-out;
    -ms-animation: b12-rebote 1s ease-in-out;
    animation: b12-rebote 1s ease-in-out;
  }
}
@media screen and (min-width: 1025px) {
  .b3 .sub-title,
  .b3Text,
  .b3 .btn-general {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b3.active .sub-title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b3.active .b3Text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b3.active .btn-general {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media screen and (max-width: 1024px) {
  .b3 {
    background: url("../../img/b3-bg-res-1024.png") center center no-repeat;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    padding: 50px 0;
  }
  .b3Slider figure {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .b3Text {
    margin: 30px 0;
  }
  .b3Slider figcaption {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b3 {
    background: url("../../img/b3-bg-res-768.png") center center no-repeat;
  }
}
@media screen and (max-width: 640px) {
  .b3 {
    background: none;
    padding: 30px 0;
  }
  .b3 .sub-title {
    line-height: 1;
  }
  .b3 .sub-title p {
    font-size: 14px;
  }
  .b3 .sub-title strong {
    font-size: 27px;
  }
  .b3 .btn-general {
    display: none;
    text-align: center;
  }
  .b3Block {
    display: block;
    width: 100%;
  }
  .b3Left {
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .b3Right {
    padding: 0;
  }
  .b3Text {
    display: none;
    max-width: none;
  }
}
@-moz-keyframes anima_item {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anima_item {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes anima_item {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anima_item {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b30 {
  width: 100%;
  padding-top: 115px;
  padding-bottom: 60px;
}
.b30 .b31-cnt-info figure {
  position: absolute;
  left: -100px;
}
.b30 .b31-info-arrows {
  margin: 30px 0 0 40%;
}
@media screen and (max-width: 960px) {
  .b30 .b31-cnt-31 {
    margin-left: -44%;
  }
}
@media screen and (max-width: 768px) {
  .b30 .b31-cnt-31 {
    margin-left: 0;
  }
}
/* Links botones*/
.b30-links {
  width: 100%;
  font-size: 0;
  text-align: center;
  display: table;
  width: 100%;
}
.b30-link {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
}
.b30-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.b30-link.active {
  z-index: 5;
}
.b30-link.active:before {
  -webkit-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
  -moz-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
  -o-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
  -ms-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
  transform: matrix(1.03, 0, 0, 1.03, 0, 0);
  -webkit-box-shadow: 0 12px 15px -10px rgba(0,0,0,0.5);
  box-shadow: 0 12px 15px -10px rgba(0,0,0,0.5);
}
@media screen and (min-width: 1025px) {
  .b30-link:before {
    -webkit-transform: matrix(1, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 1, 0, 0);
    transform: matrix(1, 0, 1, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    -o-transition: -o-transform 0.3s, box-shadow 0.3s;
    -ms-transition: -ms-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .b30-link:hover {
    z-index: 5;
  }
  .b30-link:hover:before {
    -webkit-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
    -moz-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
    -o-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
    -ms-transform: matrix(1.03, 0, 0, 1.03, 0, 0);
    transform: matrix(1.03, 0, 0, 1.03, 0, 0);
    -webkit-box-shadow: 0 12px 15px -10px rgba(0,0,0,0.5);
    box-shadow: 0 12px 15px -10px rgba(0,0,0,0.5);
  }
}
.b30-link-inner {
  width: 2000px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.b30-link-info {
  margin-top: 5px;
  color: #fff;
  font-family: 'calibri', sans-serif;
}
.b30-link-info h3 {
  font-size: 25px;
  margin: 0;
}
/* TAB*/
.b30-cnt-tab {
  font-size: 0;
  margin-top: 47px;
}
.b30-item-tab {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.b30-item-tab.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.b30-barra {
  display: none;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b30-barra:before {
  content: "\e911";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 20px;
  line-height: 45px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b30-barra.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b30-inner-barra {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  width: 2000px;
}
.b30-tab-sidebar {
  width: 21%;
  display: inline-block;
  vertical-align: top;
}
.b30-item-sidebar {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 7px;
}
.b30-item-sidebar.active .b30-item-inner {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b30-item-sidebar:hover .b30-item-inner {
    color: #fff;
  }
}
.b30-item-inner {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 40px;
  color: #666;
  background: #c3c3c3;
  font-size: 15px;
  font-family: 'ralewaybold', sans-serif;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b30-tab-info {
  width: 79%;
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b30-tab-titular {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b30-tab-titulo {
  position: relative;
  display: inline-block;
  font-family: 'calibri', sans-serif;
  color: #e2231a;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.b30-tab-titulo h3 {
  font-size: 40px;
  margin: 0;
}
.b30-tab-titulo:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 52px;
  background: #e2231a;
}
.b30-tab-imgx {
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 15px 0 0;
}
/* Slider */
.b30-tab-slider {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  position: relative;
}
.b30-tab-titular .b30-tab-imgs {
  display: block;
}
.b30-slider {
  max-width: 341px;
  width: 100%;
  margin: auto;
}
.b30-slider-img img {
  width: 100%;
  height: auto;
  display: block;
}
/* bottom */
.b30-tab-bottom {
  padding-top: 20px;
}
.b30-subtitulo {
  color: #0071ce;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #0071ce;
}
.b30-subtitulo h3 {
  font-size: 20px;
  font-family: 'ralewaybold', sans-serif;
  margin: 0;
}
.b30-subinfo {
  margin-top: 30px;
}
.b30-subinfo h3 {
  color: #e2231a;
  font-size: 16px;
  line-height: 16px;
  font-family: 'ralewaybold', sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.b30-subinfo p {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
/* Estilos bucle */
.b30-links .b30-rojo:before {
  background: #e2231a;
}
.b30-links .b30-amarillo:before {
  background: #ffb819;
}
.b30-links .b30-azul:before {
  background: #0071ce;
}
.b30-links .b30-verde:before {
  background: #3fae2a;
}
.b30-cnt-tab .b30-rojo .b30-barra {
  background: #e2231a;
}
.b30-cnt-tab .b30-rojo .b30-item-sidebar.active .b30-item-inner {
  background: #e2231a;
}
@media screen and (min-width: 1025px) {
  .b30-cnt-tab .b30-rojo .b30-item-sidebar:hover .b30-item-inner {
    background: #e2231a;
  }
}
.b30-cnt-tab .b30-amarillo .b30-barra {
  background: #ffb819;
}
.b30-cnt-tab .b30-amarillo .b30-item-sidebar.active .b30-item-inner {
  background: #ffb819;
}
@media screen and (min-width: 1025px) {
  .b30-cnt-tab .b30-amarillo .b30-item-sidebar:hover .b30-item-inner {
    background: #ffb819;
  }
}
.b30-cnt-tab .b30-azul .b30-barra {
  background: #0071ce;
}
.b30-cnt-tab .b30-azul .b30-item-sidebar.active .b30-item-inner {
  background: #0071ce;
}
@media screen and (min-width: 1025px) {
  .b30-cnt-tab .b30-azul .b30-item-sidebar:hover .b30-item-inner {
    background: #0071ce;
  }
}
.b30-cnt-tab .b30-verde .b30-barra {
  background: #3fae2a;
}
.b30-cnt-tab .b30-verde .b30-item-sidebar.active .b30-item-inner {
  background: #3fae2a;
}
@media screen and (min-width: 1025px) {
  .b30-cnt-tab .b30-verde .b30-item-sidebar:hover .b30-item-inner {
    background: #3fae2a;
  }
}
.b30ImgResp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .b30 {
    padding: 50px 0;
  }
  .b30-tab-sidebar {
    width: 25%;
  }
  .b30-tab-info {
    width: 75%;
    padding-left: 30px;
  }
  .b30-tab-titulo h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b30-tab-sidebar {
    width: 27%;
  }
  .b30-tab-info {
    width: 73%;
  }
  .b30-item-inner {
    font-size: 14px;
    padding: 5px 12px;
  }
  .b30-link {
    width: 50%;
  }
  .b30-link-info h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .b30-barra {
    font-family: 'ralewaybold', sans-serif;
    font-size: 16px;
    border-radius: 5px;
  }
  .b30-tab-titular,
  .b30-tab-slider {
    width: 50%;
  }
  .b30-tab-titulo h3 {
    font-size: 28px;
  }
  .b30-subtitulo h3 {
    font-size: 16px;
  }
  .b30-subinfo p {
    font-size: 15px;
  }
  .b30-tab-sidebar {
    width: 100%;
  }
  .b30-tab-info {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .b30-barra {
    display: block;
  }
  .b30-tab-cnt {
    position: relative;
  }
  .b30-cnt-tab {
    margin-top: 30px;
  }
  .b30-cnt-items {
    padding: 20px 10px 5px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 130;
  }
  .b30-cnt-items.active {
    display: block;
    position: absolute;
    top: 0;
    background: #fff;
  }
  .b30-slider {
    max-width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .b30 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .b30-tab-titular {
    width: 100%;
    padding-right: 0;
  }
  .b30-tab-titulo:before {
    right: 0;
    margin: auto;
  }
  .b30-tab-slider {
    width: 100%;
  }
  .b30-tab-titular {
    text-align: center;
  }
  .b30Arrows {
    display: none;
  }
  .b30-tab-slider {
    text-align: center;
  }
  .b30-tab-titular .b30-tab-imgs {
    display: none;
  }
  .b30ImgResp {
    display: block;
    text-align: center;
  }
  .b30ImgResp .b30-tab-imgx {
    display: inline-block;
    vertical-align: top;
    width: 74px;
    margin: 0 10px;
  }
  .b30ImgResp .b30-tab-imgx img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .b30-link-info h3 {
    font-size: 18px;
  }
  .b30-link-img {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .b30-link-img img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b31 {
  height: 220px;
  width: 100%;
  background: #3fae2a;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.b31 figure img {
  display: block;
}
.b31-cnt {
  position: relative;
  font-size: 0;
}
.b31-cnt-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  zoom: 1;
}
.b31-cnt-info:after,
.b31-cnt-info:before {
  content: "";
  display: table;
}
.b31-cnt-info:after {
  clear: both;
}
.b31-cnt-info .sub-title {
  color: #fff;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
}
.b31-cnt-info .sub-title p {
  font-size: 20px;
}
.b31-cnt-info .sub-title strong {
  font-size: 45px;
}
.b31-cnt-info figure {
  float: left;
}
.b31-info-arrows {
  float: left;
  margin: 30px 0 0 30px;
}
.b31-slider {
  width: 50%;
  margin: 40px 0 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.b31-slider-cnt {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}
.b31-slider-cnt p {
  margin: 0;
  padding: 0;
}
.b31-slider-cnt .btn-general {
  margin: 60px 0 0 0;
}
.b31-slider-cnt .btn-general a {
  position: relative;
  padding-left: 50px;
}
.b31-slider-cnt .btn-general a:after {
  content: "\e924";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 20px;
  color: #fff;
  text-indent: 0;
  font-family: 'icomoon';
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.b31-info {
  position: relative;
  float: none;
  width: 100%;
}
.b31-arrows {
  margin: 20px 0 0 0;
  position: relative;
}
.b31-arrows .b31-prev a,
.b31-arrows .b31-next a {
  border: 1px solid #fff;
}
.b31-arrows .b31-prev a:before,
.b31-arrows .b31-next a:before,
.b31-arrows .b31-prev a:after,
.b31-arrows .b31-next a:after {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b31-arrows .b31-prev a:hover,
  .b31-arrows .b31-next a:hover {
    background: #fff;
  }
  .b31-arrows .b31-prev a:hover:before,
  .b31-arrows .b31-next a:hover:before,
  .b31-arrows .b31-prev a:hover:after,
  .b31-arrows .b31-next a:hover:after {
    color: #3fae2a;
  }
}
@media screen and (max-width: 1024px) {
  .b31 figure {
    width: 60%;
  }
  .b31 figure img {
    display: block;
    height: 100%;
    width: 100%;
  }
  .b31-info-arrows {
    width: 35%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .b31-cnt-info .sub-title {
    line-height: 1;
  }
  .b31-cnt-info .sub-title p {
    font-size: 16px;
  }
  .b31-cnt-info .sub-title strong {
    font-size: 26px;
  }
  .b31-info-arrows {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .b31 {
    height: auto;
    padding: 0 0 30px 0;
    min-height: 140px;
  }
  .b31 figure {
    display: none;
    float: none;
  }
  .b31Prev,
  .b31Next {
    display: none;
  }
  .b31-cnt-info {
    width: 30%;
  }
  .b31-slider {
    width: 70%;
  }
  .b31-info-arrows {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b31-cnt-info,
  .b31-slider {
    display: block;
    width: 100%;
    margin: 0;
  }
  .b31-info-arrows {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .b31-info-arrows .sub-title {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding-right: 0;
  }
  .b31-slider {
    margin: 20px 0 0 0;
  }
  .b31-slider .btn-general {
    margin-top: 30px;
    text-align: center;
  }
  .b31-info {
    text-align: center;
  }
  .b31-arrows {
    margin: 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b32 {
  padding-top: 130px;
  padding-bottom: 85px;
}
.b32TitleHead {
  max-width: 960px;
  width: 95%;
  text-align: center;
  margin: auto;
  margin-bottom: 70px;
}
.b32Text {
  line-height: 1.2;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
  margin-top: 20px;
}
.b32Text p {
  margin-bottom: 0;
}
.b32CntItems {
  max-width: 1214px;
  width: 95%;
  font-size: 0;
  margin: auto;
}
.b32Item {
  display: inline-block;
  vertical-align: top;
  width: 23.81%;
  height: 285px;
  overflow: hidden;
  position: relative;
  margin-top: 1.18%;
  margin-left: 0.59%;
  margin-right: 0.59%;
}
.b32Item:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #000 0%, #000 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(top, #000 0%, #000 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, #000 0%, #000 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, #000 0%, #000 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, #000 0%, #000 0%, rgba(0,0,0,0) 100%);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
}
.b32Bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b32Info {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b32Table {
  display: table-cell;
  vertical-align: middle;
}
.b32Img {
  width: 66px;
  margin: auto;
  margin-bottom: 25px;
}
.b32Img img {
  width: 100%;
  height: auto;
  display: block;
}
.b32Title {
  padding: 0 10px;
}
.b32Title h2 {
  color: #fff;
  font-family: 'calibri', sans-serif;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .b32Info {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b32Item1:hover .b32Info {
    background: #e2231a;
  }
  .b32Item2:hover .b32Info {
    background: #ffb819;
  }
  .b32Item3:hover .b32Info {
    background: #0071ce;
  }
  .b32Item4:hover .b32Info {
    background: #3fae2a;
  }
}
@media screen and (max-width: 1024px) {
  .b32 {
    padding: 50px 0;
  }
  .b32TitleHead {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 960px) {
  .b32Item {
    width: 48%;
    margin-top: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .b32 {
    padding: 30px 0;
  }
  .b32TitleHead {
    margin-bottom: 19px;
  }
  .b32Title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .b32Item {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.pager-mensajes .envolve-wrapper,
.pager-mensajes .wrapper {
  height: 100%;
}
.pager-mensajes .cnt-wrapper {
  height: calc(100% - 230px);
}
@media screen and (max-width: 1366px) {
  .pager-mensajes .envolve-wrapper {
    overflow: inherit !important;
  }
  .pager-mensajes .cnt-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .pager-mensajes .envolve-wrapper {
    overflow: hidden !important;
  }
  .pager-mensajes .envolve-wrapper,
  .pager-mensajes .wrapper {
    height: auto;
  }
  .pager-mensajes .cnt-wrapper {
    height: auto;
  }
}
.b33 {
  background-image: url("../../img/b33-bg-enviado.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  display: table;
  height: calc(100% - 84px);
  overflow: hidden;
}
.b33-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.b33-info {
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.b33-info .btn-general {
  text-align: center;
}
.b33-info .sub-title {
  margin-bottom: 30px;
}
.b33-info:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  right: 0;
  margin: auto;
  background: url("../../img/b33-radial.png");
  width: 728px;
  height: 681px;
  z-index: -1;
}
.b33-span {
  display: block;
  font-size: 50px;
  color: #e2231a;
  margin-bottom: 50px;
}
.b33-txt {
  margin-bottom: 55px;
}
@media screen and (max-width: 960px) {
  .b33 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .b33 {
    background-position: 71% center !important;
    position: relative;
  }
  .b33:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .b33-info {
    max-width: inherit;
  }
  .b33-info:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .b33 {
    height: auto;
    padding: 30px 0;
  }
  .b33-span {
    margin-bottom: 30px;
  }
  .b33-txt {
    margin-bottom: 30px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b34 {
  position: relative;
}
.b34.b33 {
  background-image: url("../../img/b34-bg-error.jpg");
}
.b34.b33 .b33-info:before {
  left: -36%;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b4 {
  width: 100%;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.b4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: -moz-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: -o-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: -ms-radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
  background: radial-gradient(ellipse at center, #fff 0%, #fff 0%, rgba(255,255,255,0) 100%);
}
.b4 .btn-general {
  text-align: center;
}
.b4-table {
  display: table-cell;
  vertical-align: middle;
  height: 590px;
}
.b4-cnt {
  position: relative;
}
.b4-cnt.wancho {
  max-width: 560px;
}
.b4Img {
  display: block;
  width: 491px;
  position: absolute;
  left: -420px;
  bottom: 0;
}
.b4Img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b4-cnt .sub-title p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt .sub-title strong {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt .b4-texto {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt .btn-general {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt.active .sub-title p {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt.active .sub-title strong {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt.active .b4-texto {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .b4-cnt.active .btn-general {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 2s 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 2s 0.8s cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 2s 0.8s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 2s 0.8s cubic-bezier(0.19, 1, 0.22, 1), -ms-transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 2s 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 2s 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.b4-texto {
  margin-top: 35px;
  margin-bottom: 45px;
}
.b4-texto p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4-table {
    height: 450px;
  }
}
@media screen and (max-width: 960px) {
  .b4 {
    padding: 50px 0;
  }
  .b4-table {
    height: auto;
  }
  .b4Img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .b4 {
    background-position: top right;
  }
  .b4-texto {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 640px) {
  .b4 {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b5 {
  padding: 40px 0 0 0;
}
.b5 .g-arrows .bx-wrapper .bx-controls-direction a {
  top: 40%;
}
.b5 .g-arrows .bx-prev {
  left: 25px;
}
.b5 .g-arrows .bx-next {
  right: 25px;
}
.b5-cnt {
  font-size: 0;
}
.b5-cnt-item-1,
.b5-cnt-item-2 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.b5-cnt-item-1 {
  width: 35.5%;
  margin: 0 2% 0 0;
}
.b5-cnt-item-2 {
  overflow: hidden;
  width: 75.5%;
  justify-content: center;
}
.b5-item {
  position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(195,195,195,0.4);
  box-shadow: 5px 5px 5px rgba(195,195,195,0.4);
}
.b5-item:last-child {
  margin-top: 15px;
}
.b5-item img {
  display: block;
  height: auto;
  width: 100%;
}
.b5-item.b5box-2 {
  background: #ffb819;
  height: 282px;
}
.b5-envl-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.b5-subenvl-img {
  display: table;
  height: 100%;
  width: 100%;
}
.b5-subenvl-img figure {
  height: auto;
  width: auto;
  vertical-align: middle;
  display: table-cell;
}
.b5-subenvl-img figure img {
  height: auto;
  width: auto;
}
.b5info-cnt {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.b5info-cnt:before {
  content: "";
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.22) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.5) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.22) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.22) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.22) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.22) 11%, rgba(0,0,0,0.2) 59%, rgba(0,0,0,0.5) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.b5info-cnt:after {
  content: "";
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 11%, rgba(0,0,0,0.6) 59%, rgba(0,0,0,0.7) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 11%, rgba(0,0,0,0.6) 59%, rgba(0,0,0,0.7) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 11%, rgba(0,0,0,0.6) 59%, rgba(0,0,0,0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 11%, rgba(0,0,0,0.6) 59%, rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.62) 11%, rgba(0,0,0,0.6) 59%, rgba(0,0,0,0.7) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.b5info-cnts {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.b5info {
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  font-size: 25px;
  font-family: 'ralewaybold', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 25px;
  padding: 0 42px 40px 42px;
}
.b5info p {
  margin: 0;
}
.b5-cnt-recetario {
  background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
  text-align: center;
  width: 540px;
  height: 577px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -5px 5px 5px rgba(195,195,195,0.4);
  box-shadow: -5px 5px 5px rgba(195,195,195,0.4);
}
.b5-cnt-recetario .sub-title {
  padding: 25px 0 10px 0;
}
.b5-envl {
  width: 90%;
  margin: 22px auto 0 auto;
}
.b5-envl h3 {
  font-family: 'ralewaybold', sans-serif;
  font-size: 25px;
  color: #3fae2a;
  margin: 0 0 15px 0;
}
.b5text {
  margin: 0;
  font-size: 16px;
}
.b5-img {
  position: absolute;
  top: 50px;
  right: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
  z-index: 60;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b5-slider .btn-general {
  margin: 52px 0 0 0;
  text-align: center;
}
.b5-slider {
  margin-top: 11px;
}
@media screen and (min-width: 1025px) {
  .b5-cnt.wancho {
    max-width: 960px;
    justify-content: center;
    display: flex;
  }
  .b5-item:hover .b5info-cnt:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b5-item.b5box-2:hover img {
    -webkit-animation: anima_item 2s linear infinite;
    -moz-animation: anima_item 2s linear infinite;
    -o-animation: anima_item 2s linear infinite;
    -ms-animation: anima_item 2s linear infinite;
    animation: anima_item 2s linear infinite;
  }
  .b5-item.b5box-2:hover .b5info-cnt:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b5-item.b5box-2:hover .b5info-cnt:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@media screen and (min-width: 1125px) {
  .b5-cnt.wancho {
    max-width: 1124px;
    justify-content: center;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .b5-cnt.active .b5-img {
    top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1124px) {
  .b5-cnt-item-1 {
    width: 41.5%;
  }
  .b5-cnt-item-2 {
    width: 56.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b5-cnt.wancho {
    width: 767px;
    justify-content: center;
    display: flex;
  }
  .b5-cnt-item-1 {
    width: 295px;
    margin: 0 25px 0 0;
  }
  .b5-cnt-item-2 {
    width: 445px;
  }
  .b5-item {
    height: 210px !important;
  }
  .b5info {
    padding: 0 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .b5-cnt-recetario {
    width: 100%;
    height: 435px;
  }
  .b5-cnt-recetario .sub-title {
    line-height: 30px;
    padding: 10px 0;
  }
  .b5-slider {
    margin-top: 0;
  }
  .b5-slider .btn-general {
    margin-top: 20px;
  }
  .b5-envl {
    margin-top: 10px;
  }
  .b5-envl h3 {
    font-size: 18px;
    margin: 0 0 7px 0;
  }
  .b5text {
    font-size: 15px;
  }
  .b5-subenvl-img figure {
    width: 90%;
  }
  .b5-subenvl-img figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1124px) {
  .b5-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b5 {
    padding: 30px 0 0 0;
  }
  .b5-cnt-item-1,
  .b5-cnt-item-2 {
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .b5-item {
    width: 49%;
    margin: 0 2% 0 0;
    display: inline-block;
    vertical-align: top;
    height: auto !important;
  }
  .b5-item:last-child {
    margin: 0;
  }
  .b5info {
    padding: 0 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .b5-cnt-item-2 {
    margin-top: 20px;
  }
  .b5-cnt-recetario {
    width: 100%;
    margin: 0 auto;
  }
  .b5-subenvl-img figure {
    width: 90%;
  }
  .b5-subenvl-img figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .b5 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b5-item {
    width: 100%;
    margin: 0 0 20px 0;
    display: block;
  }
  .b5-item:last-child {
    margin: 0;
  }
  .b5-cnt-recetario {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .b5-cnt-recetario .sub-title {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
  }
  .b5-cnt-recetario .sub-title strong {
    font-size: 35px;
  }
  .b5-slider {
    margin-top: 0;
  }
  .b5-slider .btn-general {
    margin-top: 20px;
  }
  .b5-envl {
    margin-top: 10px;
  }
  .b5-envl h3 {
    font-size: 18px;
    margin: 0 0 7px 0;
  }
  .b5text {
    font-size: 15px;
  }
}
@-moz-keyframes rebote {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes rebote {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-o-keyframes rebote {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes rebote {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b6 {
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.b6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../img/b10-capa.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.b6-cnt {
  font-size: 0;
  z-index: 2;
  position: relative;
  padding: 40px 0;
  zoom: 1;
}
.b6-cnt:after,
.b6-cnt:before {
  content: "";
  display: table;
}
.b6-cnt:after {
  clear: both;
}
.b6-img,
.b6-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  vertical-align: top;
}
.b6-img {
  width: 58%;
  height: 396px;
  float: left;
}
.b6-img-b6 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 56.5%;
  height: 396px;
}
.b6-img-b6 img {
  width: auto;
  height: auto;
  display: block;
}
.b6-content {
  float: right;
  width: 36%;
  margin-left: 6%;
  padding: 70px 0 0 0;
}
.b6-content .icon-social-facebook {
  font-size: 50px;
  color: #fff;
  background: #0071ce;
  height: 75px;
  width: 75px;
  border-radius: 75px;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 75px;
}
.b6-content .sub-title {
  margin: 25px 0 0 0;
}
.b6-text {
  margin: 28px 0 0 0;
}
.b6-cnt-slider {
  position: relative;
    width: 30%;
    margin: auto auto auto auto;
    background: #fff;
    text-align: center;
    padding: 3.5%;
    max-width: 198px;
    -webkit-box-shadow: 3px 3px 3px 3px rgba(199, 185, 187, 0.4);
    box-shadow: 3px 3px 3px 3px rgba(199, 185, 187, 0.4);
}
.b6-cnt-slider img {
  display: block;
  height: 100%;
  width: 100%;
}
.b6-redes {
  font-size: 15px;
  font-family: 'ralewaybold', sans-serif;
  color: #0071ce;
  display: table;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.b6-redes ul li {
  margin: 0 18px 0 0;
  padding: 0 0 0 0;
  display: inline;
}
.b6-redes ul li:last-child {
  margin-right: 0;
}
.b6-redes ul li:before {
  content: "\e913";
  font-family: 'icomoon';
  font-style: normal;
  position: relative;
  top: 0;
  left: 0;
  color: #0071ce;
  padding: 0 6px 0 0;
}
.b6-redes ul li:nth-child(2):before {
  content: "\e909";
}
.b6-redes ul li:nth-child(3):before {
  content: "\e90a";
}
.b6-img-public {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b6 .icon-social-facebook {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 1.5s ease 0.3s;
    -moz-transition: all 1.5s ease 0.3s;
    -o-transition: all 1.5s ease 0.3s;
    -ms-transition: all 1.5s ease 0.3s;
    transition: all 1.5s ease 0.3s;
  }
  .b6.active .icon-social-facebook {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .b6-img {
    background-position: center center;
  }
  .b6-cnt {
    padding: 50px 0;
  }
}
@media screen and (max-width: 960px) {
  .b6-img-b6 {
    top: 15%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .b6 {
    margin-top: 30px;
  }
  .b6-img-b6 {
    display: none;
  }
  .b6-img {
    background: none;
    width: 56%;
    height: auto;
  }
  .b6-cnt-slider {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }
  .b6-content {
    padding: 0;
    margin-left: 4%;
  }
}
@media screen and (max-width: 640px) {
  .b6 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b6-cnt {
    padding: 30px 0;
  }
  .b6-img,
  .b6-content {
    width: 80%;
    margin: 0 auto;
    display: block;
    float: inherit;
  }
  .b6-content {
    text-align: center;
  }
  .b6-content .sub-title {
    margin-top: 20px;
  }
  .b6-content .icon-social-facebook {
    margin: 0 auto;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 40px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b7 {
  margin: 0;
  padding: 0 0 210px 0;
  width: 100%;
  position: relative;
}
.b7-cnt {
  text-align: center;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 2;
}
.b7-subti {
  font-size: 16px;
  margin: 45px 0 120px 0;
}
.b7-cnt-items {
  zoom: 1;
}
.b7-cnt-items:after,
.b7-cnt-items:before {
  content: "";
  display: table;
}
.b7-cnt-items:after {
  clear: both;
}
.b7-item {
  width: 75%;
  float: right;
  margin: 0 0 60px 0;
  position: relative;
  min-height: 180px;
  zoom: 1;
}
.b7-item:after,
.b7-item:before {
  content: "";
  display: table;
}
.b7-item:after {
  clear: both;
}
.b7-item .b7-img-tiempo {
  float: left;
  margin-right: 6%;
  width: 52.6%;
}
.b7-item .b7-img-tiempo img {
  display: block;
  float: right;
}
.b7-item:last-child {
  margin-bottom: 0;
}
.b7-item:last-child .b7-linea {
  display: none;
}
.b7-item:nth-child(even) {
  float: left;
}
.b7-item:nth-child(even) .b7-info {
  float: left;
  text-align: right;
}
.b7-item:nth-child(even) .b7-img-tiempo {
  float: right;
  margin: 0 0 0 6%;
}
.b7-item:nth-child(even) .b7-img-tiempo img {
  float: left;
}
.b7-item:nth-child(even) .b7-linea {
  left: inherit;
  right: -13%;
  top: 51%;
  background: url("../../img/flecha2.png") 0px 0px no-repeat;
  width: 221px;
  height: 221px;
}
.b7-item:nth-child(even):before {
  left: inherit;
  right: -100%;
}
.b7-item.green h3 {
  color: #3fae2a;
}
.b7-item.yellow h3 {
  color: #ffb819;
}
.b7-item.orange h3 {
  color: #ff5000;
}
.b7-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: -100%;
  top: 0;
  bottom: 0;
}
.b7-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: -100%;
  top: 0;
  bottom: 0;
}
.b7-info {
  float: right;
  width: 40.4%;
  font-size: 16px;
  text-align: left;
}
.b7-info h3 {
  font-family: 'calibri', sans-serif;
  font-size: 40px;
  color: #0071ce;
  margin: 0 0 25px 0;
}
.b7-info p {
  margin: 0;
  padding: 0;
}
.b7-table {
  width: 2000px;
  height: 218px;
  display: table-cell;
  vertical-align: middle;
}
.b7-linea {
  display: block;
  position: absolute;
  top: 20%;
  left: -3%;
  background: url("../../img/flecha1.png") 0px 0px no-repeat;
  width: 171px;
  height: 271px;
}
.b7-img {
  display: table-cell;
  vertical-align: middle;
  height: 218px;
}
@media screen and (min-width: 1025px) {
  .b7-item .b7-img-tiempo {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b7-info p {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .b7-info h3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .b7-item.active h3 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b7-item.active .b7-img-tiempo {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    -ms-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b7-item.active p {
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b7-item.active .b7-linea {
    background-position: 0 -9990px;
    -webkit-animation: flecha1 1.2s steps(37) 1 backwards 0.5s;
    -moz-animation: flecha1 1.2s steps(37) 1 backwards 0.5s;
    -o-animation: flecha1 1.2s steps(37) 1 backwards 0.5s;
    -ms-animation: flecha1 1.2s steps(37) 1 backwards 0.5s;
    animation: flecha1 1.2s steps(37) 1 backwards 0.5s;
  }
  .b7-item:nth-child(even).active .b7-linea {
    background-position: 0 -8140px;
    -webkit-animation: flecha2 1.2s steps(37) 1 backwards 0.4s;
    -moz-animation: flecha2 1.2s steps(37) 1 backwards 0.4s;
    -o-animation: flecha2 1.2s steps(37) 1 backwards 0.4s;
    -ms-animation: flecha2 1.2s steps(37) 1 backwards 0.4s;
    animation: flecha2 1.2s steps(37) 1 backwards 0.4s;
  }
}
@media screen and (max-width: 1024px) {
  .b7-cnt {
    padding: 50px 0 0 0;
  }
  .b7-subti {
    margin: 50px 0 50px 0;
  }
  .b7-item {
    margin: 0 0 20px 0;
  }
  .b7-item .b7-img-tiempo img {
    width: 100%;
    height: auto;
  }
  .b7-linea {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    background: url("../../img/b7-item-1.png");
    max-width: 90px;
    width: 100%;
    height: 140px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    top: 65%;
    left: 10%;
  }
  .b7-item:nth-child(even) .b7-linea {
    top: 65%;
    right: 10%;
    background: url("../../img/b7-item-2.png");
    width: 219px;
    height: 221px;
    max-width: 120px;
    width: 100%;
    height: 117px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .b7 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b7-item {
    width: 85%;
  }
  .b7-info {
    width: 44.4%;
  }
  .b7-item .b7-img-tiempo {
    width: 49.6%;
  }
  .b7-linea {
    max-width: 65px;
    height: 100px;
    top: 73%;
  }
  .b7-item:nth-child(even) .b7-linea {
    top: 73%;
    max-width: 90px;
    height: 89px;
  }
}
@media screen and (max-width: 768px) {
  .b7-cnt {
    padding: 30px 0 0 0;
  }
  .b7-table {
    height: 150px;
  }
  .b7-img {
    height: 150px;
  }
  .b7-item {
    margin: 0;
    padding: 20px 0;
  }
  .b7-item .b7-img-tiempo {
    width: 45.6%;
  }
  .b7-info {
    width: 48.4%;
  }
  .b7-linea {
    display: none !important;
  }
  .b7-item:nth-child(even) {
    background: #f7f7f7;
  }
  .b7-item:nth-child(even):before {
    background: #f7f7f7;
  }
  .b7-item:nth-child(even):after {
    background: #f7f7f7;
  }
}
@media screen and (max-width: 640px) {
  .b7-info h3 {
    font-size: 28px;
  }
  .b7 {
    padding-bottom: 30px;
  }
  .b7-subti {
    margin: 30px 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .b7-linea {
    display: none !important;
  }
  .b7-item {
    width: 100%;
    float: inherit;
    padding: 30px 0;
  }
  .b7-img {
    height: auto;
  }
  .b7-table {
    height: auto;
  }
  .b7-item:nth-child(even) {
    float: inherit;
  }
  .b7-item:nth-child(even) .b7-img-tiempo img {
    float: inherit;
  }
  .b7-item:nth-child(even) .b7-img-tiempo {
    float: inherit;
    margin: auto;
  }
  .b7-item:nth-child(even) .b7-info {
    float: inherit;
    text-align: center;
  }
  .b7-item .b7-img-tiempo {
    width: 60%;
    float: inherit;
    margin: auto;
  }
  .b7-info {
    width: 100%;
    margin-top: 15px;
    float: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .b7-item .b7-img-tiempo {
    display: none;
  }
  .b7-item {
    min-height: inherit;
  }
  .b7-info {
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .b7-item .b7-img-tiempo {
    width: 70%;
  }
}
@-moz-keyframes flecha1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -9990px;
  }
}
@-webkit-keyframes flecha1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -9990px;
  }
}
@-o-keyframes flecha1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -9990px;
  }
}
@keyframes flecha1 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -9990px;
  }
}
@-moz-keyframes flecha2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -8140px;
  }
}
@-webkit-keyframes flecha2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -8140px;
  }
}
@-o-keyframes flecha2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -8140px;
  }
}
@keyframes flecha2 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background-position: 0 0;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-position: 0 -8140px;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b8 {
  display: table;
  width: 100%;
}
.b8Main {
  display: table-row;
}
.b8Item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  height: 300px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 25px;
}
.b8Info {
  max-width: 470px;
  width: 95%;
  color: #fff;
  position: relative;
  padding-top: 45px;
  margin: auto;
}
.b8Title,
.b8Text {
  position: relative;
  z-index: 2;
}
.b8Title {
  margin-bottom: 30px;
}
.b8Title h2 {
  line-height: 1.2;
  font-family: 'ralewaybold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0;
}
.b8Title strong {
  display: block;
  font-family: 'calibri', sans-serif;
  font-weight: normal;
  font-size: 35px;
}
.b8Text {
  line-height: 1.2;
  font-family: 'ralewayregular', sans-serif;
  font-size: 16px;
}
.b8Text p {
  margin-bottom: 0;
}
.b8Img {
  width: 172px;
  position: absolute;
  top: 0;
  left: 0;
}
.b8Img img {
  width: 100%;
  height: auto;
  display: block;
}
.b8Item:first-child {
  background: -webkit-linear-gradient(left, #ff8000 0%, #ff8000 0%, #ff9419 51%, #ff8000 100%);
  background: -moz-linear-gradient(left, #ff8000 0%, #ff8000 0%, #ff9419 51%, #ff8000 100%);
  background: -o-linear-gradient(left, #ff8000 0%, #ff8000 0%, #ff9419 51%, #ff8000 100%);
  background: -ms-linear-gradient(left, #ff8000 0%, #ff8000 0%, #ff9419 51%, #ff8000 100%);
  background: linear-gradient(to right, #ff8000 0%, #F5B64B 0%, #EC8E3F 51%, #CC3222 100%);
}
.b8Item:first-child .b8Img {
  left: -20px;
}
.b8Item:last-child {
  background: -webkit-linear-gradient(left, #ff5100 0%, #ff5100 0%, #ff7300 52%, #ff5100 100%);
  background: -moz-linear-gradient(left, #ff5100 0%, #ff5100 0%, #ff7300 52%, #ff5100 100%);
  background: -o-linear-gradient(left, #ff5100 0%, #ff5100 0%, #ff7300 52%, #ff5100 100%);
  background: -ms-linear-gradient(left, #ff5100 0%, #ff5100 0%, #ff7300 52%, #ff5100 100%);
  background: linear-gradient(to right, #ff5100 0%, #ff5100 0%, #ff7300 52%, #ff5100 100%);
}
.b8Item:last-child .b8Img {
  left: 15px;
}
@media screen and (min-width: 1025px) {
  .b8Img {
     -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .b8.active .b8Img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .b8Item:first-child .b8Img,
  .b8Item:last-child .b8Img {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .b8Item {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .b8Item:first-child .b8Img {
    left: -20px;
  }
  .b8Item:last-child .b8Img {
    left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .b8Item {
    min-height: inherit;
    padding: 30px 0;
  }
  .b8Info {
    padding: 0;
  }
  .b8Title h2 {
    font-size: 18px;
  }
  .b8Title strong {
    font-size: 30px;
  }
  .b8Text {
    font-size: 15px;
  }
  .b8Img {
    display: none;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.b9 {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0;
}
.b9-cnt-items {
  padding-top: 0;
  font-size: 0;
  text-align: center;
}
.b9-item {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  padding: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b9-item.crema .b9-img {
  border: 2px solid #F5B64B;
}
.b9-item.crema .b9-img:before {
  background: #F5B64B;
}
.b9-item.crema .b9-info h3 {
  color: #F5B64B;
}
.b9-item.rojo .b9-img {
  border: 2px solid #e2231a;
}
.b9-item.rojo .b9-img:before {
  background: #e2231a;
}
.b9-item.rojo .b9-info h3 {
  color: #e2231a;
}
.b9-item.azul .b9-img {
  border: 2px solid #0071ce;
}
.b9-item.azul .b9-img:before {
  background: #0071ce;
}
.b9-item.azul .b9-info h3 {
  color: #0071ce;
}
.b9-item.verde .b9-img {
  border: 2px solid #5BAC3A;
}
.b9-item.verde .b9-img:before {
  background: #5BAC3A;
}
.b9-item.verde .b9-info h3 {
  color: #5BAC3A;
}
.b9-item.amarillo .b9-img {
  border: 2px solid #ffb819;
}
.b9-item.amarillo .b9-img:before {
  background: #ffb819;
}
.b9-item.amarillo .b9-info h3 {
  color: #ffb819;
}
.b9-item.naranja .b9-img {
  border: 2px solid #EC8E3F;
}
.b9-item.naranja .b9-img:before {
  background: #EC8E3F;
}
.b9-item.naranja .b9-info h3 {
  color: #EC8E3F;
}
.b10-item {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  padding: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b10-item.crema .b9-img {
  border: 2px solid #F5B64B;
}
.b10-item.crema .b9-img:before {
  background: #F5B64B;
}
.b10-item.crema .b9-info h3 {
  color: #F5B64B;
}
.b10-item.rojo .b9-img {
  border: 2px solid #e2231a;
}
.b10-item.rojo .b9-img:before {
  background: #e2231a;
}
.b10-item.rojo .b9-info h3 {
  color: #e2231a;
}
.b10-item.azul .b9-img {
  border: 2px solid #0071ce;
}
.b10-item.azul .b9-img:before {
  background: #0071ce;
}
.b10-item.azul .b9-info h3 {
  color: #0071ce;
}
.b10-item.verde .b9-img {
  border: 2px solid #5BAC3A;
}
.b10-item.verde .b9-img:before {
  background: #5BAC3A;
}
.b10-item.verde .b9-info h3 {
  color: #5BAC3A;
}
.b10-item.amarillo .b9-img {
  border: 2px solid #ffb819;
}
.b10-item.amarillo .b9-img:before {
  background: #ffb819;
}
.b10-item.amarillo .b9-info h3 {
  color: #ffb819;
}
.b10-item.naranja .b9-img {
  border: 2px solid #EC8E3F;
}
.b10-item.naranja .b9-img:before {
  background: #EC8E3F;
}
.b10-item.naranja .b9-info h3 {
  color: #EC8E3F;
}

.b10-item.gris .b9-img {
  border: 2px solid #535353;
}
.b10-item.gris .b9-img:before {
  background: #535353;
}
.b10-item.gris .b9-info h3 {
  color: #535353;
}
@media screen and (min-width: 1025px) {
  .b9-item {
    -webkit-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -moz-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -o-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -ms-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b9-cnt.active .b9-item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .b10-item {
    -webkit-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -moz-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -o-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -ms-transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    transition: all 1.8s cubic-bezier(0.68, -0.45, 0.165, 1.8);
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .b9-cnt.active .b10-item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b9-img {
  max-width: 128px;
  height: 128px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  background: none;
  border-radius: 100%;
}
.b9-img img {
  width: 100%;
  height: auto;
  display: block;
}
.b9-img .b9-imagencito {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 78px;
  width: 100%;
  height: 86px;
}
.b9-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 128px;
  height: 128px;
  border-radius: 100%;
}
.b9-info h3 {
  font-size: 25px;
  font-family: 'calibri', sans-serif;
  margin: 0;
  margin-bottom: 20px;
}
.b9-info p {
  text-align: justify;
  margin: 0;
  font-size: 15px;
  line-height: 16px;
}
@media screen and (max-width: 1024px) {
  .b9 {
    padding: 50px 0;
  }
  .b9-cnt-items {
    padding-top: 50px;
  }
  .b9-img {
    max-width: 100px;
    height: 100px;
    padding: 8px;
  }
  .b9-img:before {
    width: 100px;
    height: 100px;
  }
  .b9-img .b9-imagencito {
    max-width: 60px;
    height: 68px;
  }
}
@media screen and (max-width: 960px) {
  .b9-item {
    width: 50%;
  }
  .b10-item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .b9-img .b9-imagencito {
    max-width: 50px;
    height: 55px;
  }
  .b9-img {
    max-width: 80px;
    height: 80px;
    padding: 6px;
  }
  .b9-img:before {
    height: 80px;
    width: 80px;
  }
  .b9-cnt-items {
    padding-top: 30px;
  }
  .b9-item {
    padding: 20px;
  }
  .b9-info h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .b9 {
    padding: 30px 0;
  }
  .b9-cnt-items {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .b9-item {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .b10-item {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.f-1 {
  height: 230px;
  background: #e2231a;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-center {
  display: table;
  width: 100%;
  padding-bottom: 30px;
  zoom: 1;
}
.f-center:after,
.f-center:before {
  content: "";
  display: table;
}
.f-center:after {
  clear: both;
}
.f-center.wancho {
  max-width: 64%;
  width: 100%;
}
.f-logo {
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: 10px;
}
.f-item {
  width: 240px;
  display: table-cell;
  vertical-align: top;
  color: #fff;
  padding-left: 15px;
  text-align: left;
}
.f-item h3 {
  color: #ffb819;
  font-family: 'ralewaybold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.f-item ul {
  font-size: 16px;
}
.f-item li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.f-item li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background: #ffb819;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.f-item li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .f-item li a {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .f-item li a:hover {
    text-decoration: underline;
  }
}
.width_change {
  width: 480px;
  padding-left: 35px;
}
.f-info {
  font-size: 14px;
}
.f-info a {
  display: block;
  margin-bottom: 15px;
}
.f-info p {
  margin: 0S;
}
.f-info p:before {
  content: '\e917';
  color: #ffb819;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: 'icomoon';
}
.f-redes {
  margin-bottom: 15px;
}
.f-redes a {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  line-height: 33px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.f-redes a:hover {
  background: #fff;
  color: #e2231a;
}
.f-number-inner {
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.f-number-inner span {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffb819;
}
.f-trabajo a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  height: 30px;
  line-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.f-trabajo a:before {
  content: '\e917';
  font-family: 'icomoon';
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 10px;
}
@media screen and (min-width: 1024px) {
  .f-trabajo a:hover {
    background: #fff;
    color: #e2231a;
  }
}
.footer-copy {
  overflow: hidden;
  font-size: 13px;
}
.footer-copy .wancho {
  overflow: hidden;
}
.footer-copy .wancho.wancho {
  max-width: 1035px;
}
.foo-credit {
  padding-top: 12px;
  border-top: 1px solid #fff;
}
.footer-copy-left {
  float: left;
  color: #fff;
}
.footer-copy-left p {
  margin: 0;
}
.footer-copy-right {
  float: right;
  color: #fff;
}
.staffcreativa {
  position: relative;
  padding-right: 0.45em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  font-family: 'arial';
}
.staffcreativa:after {
  content: '\e60e';
  font-family: 'icomoon';
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0.1em;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .f-center.wancho {
    width: 95%;
    text-align: center;
  }
  .f-item {
    margin-left: 60px;
  }
  .f-logo {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .f-link {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .f-logo {
    display: none;
  }
  .f-item {
    margin: auto;
  }
  .f-last {
    text-align: center;
  }
  .f-1 {
    height: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  .footer-copy {
    height: auto;
    text-align: center;
    font-size: 12px;
    margin: auto;
  }
  .footer-copy-left {
    float: none;
    margin-bottom: 5px;
  }
  .footer-copy-right {
    float: none;
  }
  .f-widht {
    display: block;
    width: 100%;
  }
  .f-last {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .f-last h3 {
    display: none;
  }
  .f-item {
    padding-left: 0;
    text-align: center;
  }
  .f-center {
    display: block;
  }
}

.cf {
  zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  height: 84px;
}
.header .header-position {
  width: 100%;
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 140;
}
.header .header-block1 {
  width: 100%;
  height: 106px;
  background-image: url("../../img/bg-header.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.header .header-cnt1 {
  max-width: 960px;
  width: 100%;
  font-size: 0;
  text-align: right;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  margin: auto;
}
.header .header-logo {
  display: block;
  width: 144px;
  position: absolute;
  left: 2px;
  bottom: -80px;
  z-index: 20;
}
.header .header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header .menu-1,
.header .menu-1 li,
.header .search-cnt {
  display: inline-block;
  vertical-align: top;
}
.header .menu-1 li {
  position: relative;
  padding: 0 30px;
}
.header .menu-1 li:before {
  content: "";
  width: 0;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.header .menu1-icono {
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}
.header .search-cnt {
  margin-left: 30px;
}
.header .menu1-link,
.header .menu-search {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  color: #fff;
  font-family: 'arial', sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .header .menu1-link {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .header .menu1-link:hover span:last-child {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1025px) {
  .header .menu-search {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
  }
  .header .menu-search:hover span:last-child {
    text-decoration: underline;
  }
}
.header .search-form {
  width: 70%;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .search-form ::-webkit-input-placeholder {
  color: #e2231a;
  font-family: 'ralewayregular', sans-serif;
}
.header .search-form :-moz-placeholder {
  color: #e2231a;
  font-family: 'ralewayregular', sans-serif;
}
.header .search-form ::-moz-placeholder {
  color: #e2231a;
  font-family: 'ralewayregular', sans-serif;
}
.header .search-form :-ms-input-placeholder {
  color: #e2231a;
  font-family: 'ralewayregular', sans-serif;
}
.header .search-form input {
  background: #fff;
  width: 100%;
  height: 30px;
  color: #e2231a;
  font-family: 'ralewayregular', sans-serif;
  font-size: 15px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  padding-right: 40px;
}
.header .search-form button {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background: none;
  color: #e2231a;
  font-size: 15px;
  text-align: center;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.header .search-form.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.header .header-block2 {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
  padding-top: 40px;
}
.header .header-cnt2 {
  max-width: 960px;
  width: 100%;
  font-size: 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  margin: auto;
}
.header .menu-2,
.header .menu-2 li {
  display: inline-block;
  vertical-align: top;
}
.header .menu-2 {
  position: relative;
  z-index: 2;
}
.header .menu-2 li {
  margin-left: 60px;
}
.header .menu-2 li:first-child {
  margin-left: 0;
}
.header .menu2-link {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  color: #ffffff;
  font-family: 'ralewayregular', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .menu2-link.active {
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .header .menu2-link:hover {
    color: #000000;
  }
}
.menu-productos {
  display: none;
}
.menu-resp-open {
  display: none;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #fff;
  position: fixed;
  border-radius: 50%;
  top: 20px;
  right: 15px;
  z-index: 141;
  cursor: pointer;
}
.menu-resp-close {
  display: none;
  color: #666;
  font-size: 26px;
  cursor: pointer;
  margin-bottom: 10px;
}
.menu-resp-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-resp-overlay.active {
  z-index: 1000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  visibility: visible;
}
.menu-responsive {
  display: none;
  width: 212px;
  margin: auto;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-responsive.active {
  right: 0;
  z-index: 1001;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu-resp-block1,
.menu-resp-block2 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-resp-bg {
  display: block;
  width: 100%;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 25px;
}
.menu-resp-block1 .menu-resp-link:after {
  content: "\e910";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 11px;
  right: 0;
}
.menu-resp-block1.active {
  right: -100%;
}
.menu-resp-block2 {
  right: -100%;
}
.menu-resp-block2 .menu-productos {
  display: block;
}
.menu-resp-block2 .clone-menu-redes {
  margin-top: 35px;
}
.menu-resp-block2.active {
  right: 0;
}
.clone-menu ul {
  font-size: 0;
}
.clone-menu li {
  border-bottom: 1px solid #c3c3c3;
}
.clone-menu .menu-list:last-child li:last-child .menu1-icono {
  color: #ffb819;
  margin-right: 8px;
}
.clone-menu a {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 38px;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.clone-menu a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ffb819;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.clone-menu a.active {
  color: #e2231a;
}
.clone-menu a.active:before {
  background: #e2231a;
}
.clone-menu .menu-list:last-child li:last-child a.active span {
  color: #e2231a;
}
.clone-phone {
  display: inline-block;
  vertical-align: bottom;
  color: #0071ce;
  font-family: 'arial', sans-serif;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.clone-phone:before {
  content: "\e91e";
  font-family: 'icomoon';
  font-size: 20px;
  margin-right: 7px;
}
.clone-menu-redes {
  font-size: 0;
  text-align: center;
}
.clone-menu-redes a {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #e2231a;
  font-size: 17px;
  text-align: center;
  border: 1px solid #e2231a;
  border-radius: 50%;
  margin: 0 5px;
}
.btn-resp-prev {
  display: table-cell;
  vertical-align: middle;
  width: 2000px;
  height: 38px;
  font-family: 'ralewayregular', sans-serif;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
.btn-resp-prev:before {
  content: "\e90f";
  display: inline-block;
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .menu-responsive {
    display: block;
  }
  .menu-resp-open {
    display: block;
  }
  .menu-resp-close {
    display: inline-block;
  }
  .header {
    height: 70px;
  }
  .header .header-position {
    height: 70px;
    position: fixed;
  }
  .header .header-block1 {
    height: 70px;
    background: #e2231a;
    position: static;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 70px;
  }
  .header .header-cnt1 {
    padding-right: 5px;
    height: 100%;
  }
  .header .header-logo {
    width: 72px;
    top: 50%;
    left: 10px;
    bottom: auto;
    margin-top: -17.5px;
  }
  .header .menu-1 {
    display: none;
  }
  .header .menu1-icono {
    display: block;
    line-height: 70px;
    font-size: 20px;
    margin-right: 0;
  }
  .header .menu-search {
    display: inline-block;
    height: auto;
  }
  .header .menu-search span:last-child {
    display: none;
  }
  .header .search-form input {
    font-size: 16px;
  }
  .header .search-form button {
    font-size: 20px;
  }
  .header .header-block2 {
    display: none;
  }
  .header .search-cnt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .menu-responsive {
    height: 100%;
  }
  .menu-resp-block1,
  .menu-resp-block2 {
    height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 480px) {
  .header .header-block1 {
    padding-right: 50px;
  }
  .header .search-form {
    width: 65%;
  }
  .menu-resp-open {
    right: 10px;
  }
}


/*agregado recien historia PSP*/
section#historia {
  position: relative;
  overflow: hidden;
}

#historia {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  height: auto;
}

.carretera-container {
  position: relative;
  width: 100%;
  height: 830px;
  overflow: hidden;
  top: 6px;
}

.carretera-bg {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) scaleY(1.3); /* Estira verticalmente */
  width: 100%;
  max-width: 1000px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.hito {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}
.hito .info {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  margin-top: 8px;
  font-size: 14px;
}

.historia-header {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.historia-header .sub-title p {
  font-size: 24px;
  font-weight: 600;
  color: #c62828; /* rojo oscuro */
  margin-bottom: 15px;
}

.historia-header .sub-title strong {
  color: #333;
  font-weight: 700;
}

.historia-header .intro {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
}
/* Responsivo para celular */
@media (max-width: 768px) {
  .historia-header {
    padding: 30px 15px;
  }

  .historia-header .sub-title p {
    font-size: 20px;
  }

  .historia-header .intro {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .hito {
    position: static; /* Ya no se posicionan encima de la carretera */
    transform: none;
    margin: 20px auto;
    width: 90%;
    text-align: center;
  }

  .hito img {
    max-width: 80px;
    display: block;
    margin: 0 auto 10px;
  }

  .info h3 {
    margin: 5px 0;
    font-size: 18px;
  }

  .info p {
    font-size: 16px;
  }
  .carretera-bg {
    display: none;
  }
  .carretera-container {
  position: relative;
  width: 100%;
  height: 924px;
  overflow: hidden;
 }
}

/* Contenedor para permitir posicionamiento absoluto */
.b2info {
    position: relative;
}

/* Ocultar el texto por defecto y sacarlo del flujo */
.b2info small {
    position: absolute;
    bottom: -10px; /* Inicia un poco más abajo */
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 20px;
    color: #fff;
    background: #535353;
    padding: 5px 8px;
    border-radius: 5px;
    text-align: center;
    width: 90%;
}

/* Mostrar el texto al hacer hover */
.b2-item:hover .b2info small,
.b2-item2:hover .b2info small,
.b2-item3:hover .b2info small {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    bottom: 5px;
}

/* 📱 Ajustes para móviles */
@media (max-width: 768px) {
    /* Ocultar el icono en móvil */
    .b2info span[class^="icon-"] {
        display: none;
    }

    /* Estilo del título en móvil */
    .b2info p {
        position: absolute;
        top: 10px; /* Separación desde arriba */
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        padding: 5px 8px;
        border-radius: 5px;
        text-align: center;
        width: 90%;
    }

    /* Mostrar siempre el texto descriptivo en la parte inferior */
    .b2info small {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        background: #535353;
        color: #fff;
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 5px;
        width: 90%;
    }
}

/* Resaltar el <strong> dentro del título */
.b14.sub-title p strong {
    color: #EC8E3F; /* Color de acento */
    font-weight: bold;
}

/* Descripción */
.b2-descripcion {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    color: #535353;
    line-height: 1.6;
    padding-bottom: 2%;
}

/* Animación al entrar en pantalla */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Estado inicial (oculto) */
.b14.sub-title p,
.b2-descripcion,
.b2-item,
.b2-item2,
.b2-item3 {
    opacity: 0;
}

/* Clase que activa la animación */
.animate {
    animation: fadeUp 0.8s ease-out forwards;
}
.b10-info .sub-title p strong {
    color: #EC8E3F; /* Color de acento */
    font-weight: bold;
}
.b29Title .sub-title p strong{
    color: #EC8E3F; /* Color de acento */
    font-weight: bold;
}
.b27-izquierda .sub-title p strong{
    color: #EC8E3F; /* Color de acento */
    font-weight: bold;
}
.b28-cnt .sub-title p strong{
    color: #EC8E3F; /* Color de acento */
    font-weight: bold;
}

/* CSS PARA EL CARUCEL DE LOS CLIENTES */
.slick-slide figure{
    width: 80%;        /* que ocupe todo el ancho que Slick le asigne */
    aspect-ratio: 1/1;  /* lo hace cuadrado automáticamente */
    object-fit: cover;  /* recorta sin deformar */
    border-radius: 0;   /* cuadrado, si quieres circular pon 50% */
}
/* Para tablets */
@media (max-width: 1280px) and (min-width: 954px) {
    .slick-slide figure {
        width: 70%;     /* ejemplo: ocupar 70% del ancho en tablet */
    }
}
/* Para celulares */
@media (max-width: 953px) {
    .slick-slide figure {
        width: 50%;     /* ocupar 50% en móvil */
    }
}