@-webkit-keyframes custom-fade-left {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-left: auto; } }

@-moz-keyframes custom-fade-left {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-left: auto; } }

@keyframes custom-fade-left {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    margin-left: auto; } }

@-webkit-keyframes bman {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-moz-keyframes bman {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%); }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%); } }

@keyframes bman {
  0% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes whitem-an {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-moz-keyframes whitem-an {
  0% {
    -moz-transform: translateY(100%);
         transform: translateY(100%); }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }

@keyframes whitem-an {
  0% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes bgm-an {
  0% {
    height: 0; }
  100% {
    height: 100vh; } }

@-moz-keyframes bgm-an {
  0% {
    height: 0; }
  100% {
    height: 100vh; } }

@keyframes bgm-an {
  0% {
    height: 0; }
  100% {
    height: 100vh; } }

@-webkit-keyframes custom-fade-up {
  0% {
    opacity: 0;
    margin-top: 60%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  100% {
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; } }

@-moz-keyframes custom-fade-up {
  0% {
    opacity: 0;
    margin-top: 60%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  100% {
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; } }

@keyframes custom-fade-up {
  0% {
    opacity: 0;
    margin-top: 60%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  100% {
    opacity: 1;
    margin-top: -15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; } }

@-webkit-keyframes bm-an {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes bm-an {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bm-an {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes whitem-an {
  0% {
    top: 100%; }
  100% {
    top: 0%; } }

@keyframes bgm-an {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes whitem-an2 {
  0% {
    top: 100%; }
  100% {
    top: 0%; } }

@-moz-keyframes whitem-an2 {
  0% {
    top: 100%; }
  100% {
    top: 0%; } }

@keyframes whitem-an2 {
  0% {
    top: 100%; }
  100% {
    top: 0%; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
         transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0); } }

#inner-banner {
  position: relative;
  background-size: cover !important;
  background-color: #201f2a !important;
  min-height: 600px; }
  #inner-banner .hero-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    z-index: 1;
    float: left;
    top: 50%;
    width: 90%; }
    #inner-banner .hero-inner h1, #inner-banner .hero-inner h2 {
      font-size: 78px;
      font-family: "Abrade";
      font-weight: 700; }
    #inner-banner .hero-inner > [class*='col-'] {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    #inner-banner .hero-inner .acreditada {
      font-size: 18px;
      font-family: "Abrade";
      margin-bottom: 20px; }
      #inner-banner .hero-inner .acreditada img {
        width: 60px;
        margin-right: 10px; }
    #inner-banner .hero-inner .breadcrumbs {
      float: left;
      width: 100%;
      margin-top: 60px;
      position: absolute;
      bottom: -25px; }
      #inner-banner .hero-inner .breadcrumbs ol {
        padding: 0; }
        #inner-banner .hero-inner .breadcrumbs ol li {
          display: inline-block;
          padding-right: 30px;
          font-family: "Abrade";
          font-weight: normal;
          position: relative;
          margin-right: 10px;
          font-size: 16px; }
          #inner-banner .hero-inner .breadcrumbs ol li a {
            color: white; }
        #inner-banner .hero-inner .breadcrumbs ol .active {
          color: #ffd140; }
          #inner-banner .hero-inner .breadcrumbs ol .active:before {
            display: none; }
        #inner-banner .hero-inner .breadcrumbs ol li:before {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          background: url(../img/next.png);
          right: 0;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: right; }
    #inner-banner .hero-inner .caption {
      float: left;
      border-bottom: solid 6px #FFB359;
      padding-bottom: 0px;
      margin-bottom: 60px; }
    @media (max-width: 450px) {
      #inner-banner .hero-inner .red-btn {
        display: none; } }
  @media (max-width: 990px) {
    #inner-banner {
      min-height: 310px; }
      #inner-banner .hero-inner {
        position: relative;
        -webkit-transform: inherit;
           -moz-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
        bottom: auto;
        float: left; }
        #inner-banner .hero-inner h1 {
          font-size: 9vw; }
        #inner-banner .hero-inner h2 {
          font-size: 9vw; }
        #inner-banner .hero-inner .caption {
          border-bottom: 3px solid #ffb359;
          padding-bottom: 3px;
          margin-bottom: 60px;
          min-height: auto; }
        #inner-banner .hero-inner .acreditada {
          font-size: 14px;
          font-family: "Abrade";
          font-weight: bold;
          margin-top: 0; }
          #inner-banner .hero-inner .acreditada img {
            width: 30px; } }
  @media (max-width: 450px) {
    #inner-banner .hero-inner h1, #inner-banner .hero-inner h2 {
      font-size: 28px; } }

h3 {
  font-size: 20px;
  margin-bottom: 0px; }

.title-section {
  margin: 25px 0;
  position: relative; }
  .title-section h3 {
    color: #FFD140;
    font-size: 20px; }
  .title-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background: #ffd140;
    left: -104%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.title-section-no-decor {
  margin: 18px 0;
  position: relative; }
  .title-section-no-decor h3 {
    color: #FFD140;
    font-size: 25px;
    font-family: "Abrade";
    font-weight: bold; }

.title-desc {
  position: relative;
  margin-bottom: 20px; }
  .title-desc span {
    display: block;
    font-weight: initial;
    font-size: 20px; }
  .title-desc:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 3px;
    background: #ffd140;
    bottom: -12px;
    left: 0; }

.title-yellow {
  color: #ffd140;
  font-size: 50px; }
  @media (max-width: 450px) {
    .title-yellow {
      font-size: 35px; } }

.title-separator {
  padding-left: 50px;
  border-bottom: solid 6px #fad768; }
  @media (max-width: 450px) {
    .title-separator {
      padding-left: 0; } }

.grey-bg1 {
  background: #eeeeef; }

.grey-bg {
  background: #f6f6f6; }

.dark-bg {
  background: #1d1d26;
  color: white; }

.dark-bg2 {
  background: #1d1d26; }

.white-bg {
  background: white; }

.txt-white {
  color: #595d65;
  opacity: 1 !important; }

.color-verde {
  color: #004F50; }

.bg-yellow {
  background: #FFD140; }

.panel-white {
  background: white;
  padding: 20px;
  min-height: 110px; }
  .panel-white p {
    color: #595d65;
    font-size: 18px; }
  @media (max-width: 990px) {
    .panel-white {
      padding: 20px 0; } }

body, .grado-item-slide .right-arrow, .right-arrow, .content-text .links li a {
  color: #1d1d26;
  font-family: "Abrade";
  font-weight: normal; }

@media (max-width: 1326px) {
  .hidden-2024 {
    display: none !important; } }

@media (max-width: 450px) {
  .reverse-movil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

h2, h3, h4, h5, h6 {
  font-family: "Abrade" !important;
  font-weight: bold; }
  h2 .no-padding, h3 .no-padding, h4 .no-padding, h5 .no-padding, h6 .no-padding {
    padding: 0 !important; }

a, label, th, td, tr {
  font-family: "Abrade" !important;
  font-weight: normal !important; }

p, li {
  font-size: 18px; }

body, .grado-item-slide .right-arrow, .right-arrow, .content-text .links li a {
  font-family: "Abrade";
  color: #1d1d26; }

a {
  text-decoration: none;
  color: #FFD140;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  a:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.container-custom {
  padding: 0 8%; }

.h-100 {
  height: 100px; }
  .h-100 h3 {
    font-size: 20px;
    float: left;
    width: inherit;
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.h-50 {
  height: 50px;
  line-height: 50px; }

@media (max-width: 450px) {
  .active-mbm {
    border-bottom: none; }
    .active-mbm .open-menu-m {
      position: relative;
      height: 50px;
      line-height: 50px; }
      .active-mbm .open-menu-m:before {
        position: absolute;
        content: "";
        background: url(../img/menu-abierto.png);
        background-position: 50%;
        background-size: contain;
        width: 16px;
        height: 30px;
        left: 50%;
        background-repeat: no-repeat;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.angle90 {
  color: #fff;
  margin-bottom: 50%;
  float: left;
  width: 100%; }
  .angle90 h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #595d65; }
  .angle90 .content {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    .angle90 .content a {
      color: white; }
    .angle90 .content span {
      color: #FFB359; }
    .angle90 .content ul {
      padding: 0; }
      .angle90 .content ul li {
        list-style: none; }

.wid100 {
  width: 100% !important; }

.pad5 {
  padding-right: 10%; }

.m50-t {
  margin-top: -65px !important; }

.m40 {
  margin: 10px 0;
  float: left;
  width: 100%; }

.pt40 {
  padding: 40px 0; }

.colum-20 {
  float: left;
  width: 20%; }
  @media (max-width: 450px) {
    .colum-20 {
      width: 100% !important; } }

.colum-80 {
  float: left;
  width: 80%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch; }
  @media (max-width: 450px) {
    .colum-80 {
      width: 100%; } }

.colum-33 {
  float: left;
  width: 33%; }

.vertica-o {
  float: left;
  width: 200px;
  position: relative;
  background: white; }

.p40 {
  padding-left: 40px;
  padding-right: 0; }

.font-40 {
  font-size: 40px !important; }

.download {
  float: left;
  width: 100%;
  text-align: right;
  position: relative; }
  .download img {
    width: 9px;
    margin-top: -2px; }
  .download a {
    color: #F7323F;
    float: right;
    /* width: 45%; */
    text-align: right;
    padding: 0 10px;
    font-size: 18px;
    background: white;
    position: relative; }
  .download .separator {
    width: 100%;
    height: 2px;
    background: #FFB359;
    left: 0;
    float: left;
    margin: 10px 0;
    margin-left: 0;
    position: absolute; }

.container-o {
  float: left;
  width: 80%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 450px) {
    .container-o {
      width: 100%;
      padding: 10px;
      padding-left: 0; } }

.pos-r {
  position: relative; }

.bottom-ho {
  width: 100%;
  position: absolute;
  height: 60px;
  background: #fff;
  left: 0;
  bottom: 0; }

.ofrecemos h2 {
  color: #FFD140;
  font-weight: 600; }

.quote {
  background: #fef7e8;
  text-align: center;
  padding: 3%;
  font-size: 18px; }

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

.grado-item-slide .right-arrow {
  display: inline-block;
  padding-right: 30px;
  font-size: 18px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  .grado-item-slide .right-arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("../img/next-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.grado-item-slide .filtered {
  position: relative; }
  .grado-item-slide .filtered:after {
    content: "";
    background: rgba(28, 29, 39, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.grado-item-slide:hover .filtered:after {
  content: "";
  background: rgba(28, 29, 39, 0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.grado-item-slide:hover .right-arrow {
  padding-right: 45px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  color: #F7323F; }

.size-two {
  min-height: 500px !important; }

.size-f {
  min-height: 650px !important;
  background-position: top !important; }

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

.size-three {
  min-height: 400px !important; }
  .size-three .caption {
    padding-bottom: 10px !important; }

.is-fixed {
  right: 1%; }

.text-block {
  float: left;
  width: 100%; }
  .text-block p {
    margin: 0px 0 !important; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #FFB359; }

.download-link {
  color: #F7323F; }
  .download-link img {
    width: 10px !important;
    margin-right: 10px;
    margin-top: 1px !important;
    float: left !important;
    margin: 0 !important;
    margin-right: 10px !important; }

.inner-wrapper-sticky {
  z-index: 2;
  left: auto !important; }

.main-content-sticky {
  position: relative;
  float: left;
  width: 100%; }

.reset-c {
  font-size: 11px; }

.italic {
  font-style: italic;
  font-size: 14px; }

.full-width {
  width: 100% !important; }
  .full-width span {
    float: right; }

.right-arrow {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 18px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  .right-arrow:hover {
    padding-right: 45px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #F7323F; }
  .right-arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("../img/next-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.no-padding {
  padding: 0 !important; }

.p20 {
  padding: 0 20px; }

.padding-7 {
  padding-left: 7px;
  padding-right: 7px; }

.no-padding-r {
  padding-right: 0; }

.no-padding-l {
  padding-left: 0; }

.center-v {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.he-50p {
  height: 50%;
  position: relative; }

.pt-60-s0 {
  padding: 60px 0; }

.carousels .slick-list {
  overflow: inherit; }

.icon-white {
  float: left;
  position: absolute;
  right: 0;
  width: 20%;
  text-align: center;
  padding: 0;
  bottom: 0; }
  .icon-white .container-ico {
    background: #fff;
    padding: 16px;
    padding-bottom: 0; }
    .icon-white .container-ico img {
      display: inline-block; }

.ver-c {
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
     -moz-transform: rotate(180deg) translate(-50%, -50%);
      -ms-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%); }

.sticky-contact {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  background: #1a1b23;
  text-align: center;
  z-index: 8;
  bottom: -100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.sticky-contact a {
  background: #ff9f00;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  width: 60%;
  padding: 10px 20px;
  /* border-radius: 3px; */
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.sticky-contact a:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.0705882);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.sticky-contact a:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -100%;
  top: 0;
  background: rgba(255, 255, 255, 0.14);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.sticky-contact a:hover {
  color: white; }

.sticky-contact a:hover:before {
  left: 0%; }

.sticky-contact a:hover:after {
  right: 0%; }

.close-modal {
  position: absolute;
  right: 10px;
  font-size: 50px;
  color: #1a1b23;
  z-index: 9; }

.full-r {
  position: relative; }
  .full-r:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 69px;
    background: #eeeeef;
    top: 0;
    left: 0; }

.list-item {
  padding: 30px 0;
  border-bottom: solid 1px #80808036; }

.filter-box {
  margin: 20px 0; }
  .filter-box a {
    color: #1c1d26;
    border-bottom: solid 1px #d4d4d4; }

img.icon {
  width: 15px;
  font-size: 10px;
  display: inline-block; }

.gray-txt {
  color: #595d65; }

.padding {
  padding: 40px; }

.empty {
  float: left;
  width: 100%;
  margin: 20px 0; }

.vertical-home {
  top: 50%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
     -moz-transform: translateY(-50%) rotate(180deg) !important;
      -ms-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important; }
  @media (max-width: 990px) {
    .vertical-home {
      font-size: 30px !important; } }

.pos-absolute {
  position: absolute;
  z-index: 10; }

@media (max-width: 990px) {
  .full-tablet {
    width: 50%; } }

@media (max-width: 450px) {
  .full-tablet {
    width: 100%; } }

.home-contact-movil {
  background: #1c1d28;
  color: white; }
  .home-contact-movil h3 {
    color: #595d65; }
  .home-contact-movil ul {
    padding: 0; }
    .home-contact-movil ul li {
      list-style: none;
      font-size: 14px; }
      .home-contact-movil ul li a {
        color: white; }
      .home-contact-movil ul li span {
        color: #FFD140; }
  .home-contact-movil .redes {
    font-size: 18px; }

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .flex > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.flex-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .flex-container > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.no-flex {
  display: block !important; }

.slick-dots {
  display: none !important;
  position: absolute; }

@media (max-width: 990px) {
  .slider-homepage .left-panel, .slider-homepage .slider-cover-r {
    height: 450px !important; }
  .slider-homepage .slick-slide {
    background-position: center !important; } }
  @media (max-width: 990px) and (max-width: 990px) {
    .slider-homepage .slick-slide .caption h2 {
      font-size: 35px !important; } }

@media (max-width: 990px) {
  .slider-homepage .slider-bottom {
    display: none; } }

.slider-homepage .slider-cover-r .number {
  display: none;
  bottom: 0;
  position: absolute; }
  @media (max-width: 990px) {
    .slider-homepage .slider-cover-r .number {
      display: block;
      height: 70px; } }

@media (max-width: 990px) {
  .slider-homepage .bottom-menu {
    height: 90px !important; } }

.slider-homepage .left-panel {
  display: block !important;
  z-index: 9; }
  @media (max-width: 450px) {
    .slider-homepage .left-panel .footer-logo {
      left: -35px !important;
      -webkit-transform: none !important;
         -moz-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; } }

.slider-homepage .slider-w {
  width: 80% !important; }

.slider-homepage .number {
  position: relative; }
  .slider-homepage .number:before {
    content: '';
    width: 80%;
    height: 4px;
    background: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    z-index: 9;
    position: absolute; }

.slider-w {
  position: relative;
  height: 708px;
  width: 80%;
  float: left; }
  @media (max-width: 990px) {
    .slider-w {
      height: 450px; }
      .slider-w .slider, .slider-w .slick-slide {
        height: 450px !important; } }
  @media (max-width: 450px) {
    .slider-w {
      width: 100%; } }

.slider-bottom {
  width: 100%;
  height: 90px;
  float: left;
  background: #fff; }
  .slider-bottom ul {
    position: relative;
    float: left;
    width: 80%;
    padding: 20px 0;
    text-align: center; }
    .slider-bottom ul li {
      display: inline-block;
      text-align: left;
      width: 25%;
      margin-left: 1%;
      text-align: left; }
      .slider-bottom ul li span {
        color: #FFD140;
        font-weight: bold; }
      .slider-bottom ul li p {
        font-size: 20px;
        position: relative; }
        .slider-bottom ul li p small {
          position: absolute;
          text-transform: uppercase;
          top: 3px;
          font-size: 18px;
          margin-left: 10px; }

.slider-cover-r {
  width: 100px;
  height: 778px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1d1d26;
  background-image: url(../img/text-full-slider.png);
  background-size: cover;
  z-index: 1; }

.slider-number {
  float: left;
  width: 200px;
  height: 10vh; }
  .slider-number .number {
    padding-top: 10px;
    float: left;
    width: 100px;
    background: #1d1d27;
    color: white;
    height: 90px;
    text-align: center;
    line-height: 7vh;
    position: relative; }
    .slider-number .number p {
      font-size: 30px;
      position: relative;
      font-weight: 700; }
      .slider-number .number p span {
        position: absolute;
        font-size: 14px;
        top: -8px;
        right: 12px;
        font-weight: 400; }
  .slider-number .line {
    height: 60px;
    float: left;
    width: 100%;
    background: url(../img/form-header-bg.png);
    background-size: contain; }

.slider-container {
  position: relative; }
  .slider-container .left-panel {
    width: 20%;
    float: left;
    height: 928px;
    position: relative; }
    .slider-container .left-panel .bottom-menu {
      float: left;
      width: 100%;
      background: #ffa900;
      position: absolute;
      bottom: 0;
      height: 150px;
      color: white;
      font-size: 18px;
      padding: 10px;
      color: white;
      background: url("../img/form-header-bg.png");
      background-size: contain; }
      .slider-container .left-panel .bottom-menu p {
        float: left;
        font-size: 20px;
        left: 50%;
        position: relative;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .slider-container .left-panel .redes {
      list-style: none;
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 20%; }
      .slider-container .left-panel .redes a {
        color: #fff;
        font-size: 20px;
        margin-right: 16px;
        display: inline-block; }
        .slider-container .left-panel .redes a:hover {
          color: #FFB359; }
   
    @media (max-width: 1250px) {
      .slider-container .left-panel {
        height: 822px; } 
      }
    @media (max-width: 450px) {
      .slider-container .left-panel {
        display: none; } }
    .slider-container .left-panel .footer-logo {
      width: 200px;
      max-width: 100%;
      left: 50%;
      position: relative;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 20px; }
  .slider-container .slider {
    width: 100%;
    float: left; }
    .slider-container .slider .slick-slide {
      position: relative; }
      .slider-container .slider .slick-slide .caption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: white;
        z-index: 9; 
        /*text-shadow: 2px 2px #000;*/}
        .slider-container .slider .slick-slide .caption h2 {
          font-size: 6vw;
          font-weight: 700; }
        .slider-container .slider .slick-slide .caption p {
          font-size: 20px; }
       
        @media (max-width: 450px) {
          .slider-container .slider .slick-slide .caption {
            float: left;
            width: 100%;
            padding: 0 30px; } }
    .slider-container .slider .slick-prev {
      position: absolute;
      bottom: 0;
      left: 100px;
      height: 90px;
      background: white;
      width: 50px;
      overflow: hidden;
      z-index: 1;
      border: none;
      color: transparent; }
      .slider-container .slider .slick-prev:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        line-height: 20px;
        background: url("../img/next-icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg) translate(-34%, -50%);
           -moz-transform: rotate(180deg) translate(-34%, -50%);
            -ms-transform: rotate(180deg) translate(-34%, -50%);
                transform: rotate(180deg) translate(-34%, -50%);
        left: 10%;
        top: 34%; }
      .slider-container .slider .slick-prev:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        background: #e5e5e5;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .slider-container .slider .slick-next {
      position: absolute;
      bottom: 0;
      left: 150px;
      height: 90px;
      background: white;
      width: 50px;
      overflow: hidden;
      z-index: 1;
      border: none;
      color: transparent; }
      .slider-container .slider .slick-next:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        line-height: 20px;
        background: url("../img/next-icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        left: 60%;
        -webkit-transform: translate(-60%, 0%);
           -moz-transform: translate(-60%, 0%);
            -ms-transform: translate(-60%, 0%);
                transform: translate(-60%, 0%);
        top: 40%; }
    .slider-container .slider .slick-slide {
      height: 778px;
      background-size: cover;
      background-size: cover !important; }
      @media (max-width: 1250px) {
        .slider-container .slider .slick-slide {
          height: 732px;
        }
      
       }
      @media (max-width: 450px) {
        .slider-container .slider .slick-slide {
          height: 450px; } }

.slider-full {
  position: relative;
  float: left;
  width: 100%; }
  .slider-full .slick-dots {
    display: block !important;
    position: absolute;
    bottom: -104px;
    right: 8px;
    padding: 0;
    width: 250px;
    overflow: hidden;
    height: 13px; }
    .slider-full .slick-dots li {
      display: inline-block;
      width: 50px;
      height: 5px;
      background: #ffffff57;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
      .slider-full .slick-dots li.slick-active {
        background: white;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
      .slider-full .slick-dots li button {
        display: none; }
  .slider-full .left-panel {
    width: 20%;
    float: left;
    height: 100vh; }
    .slider-full .left-panel .bottom-menu {
      float: left;
      width: 100%;
      background: #ffa900;
      position: absolute;
      bottom: 0;
      height: 10vh;
      color: white;
      font-size: 18px;
      padding: 10px;
      color: white;
      background: url("../img/form-header-bg.png");
      background-size: contain; }
    .slider-full .left-panel .redes {
      list-style: none;
      width: 100%;
      float: left;
      text-align: center;
      margin-top: 20%; }
      .slider-full .left-panel .redes a {
        color: #fff;
        font-size: 20px;
        margin-right: 16px;
        display: inline-block; }
        .slider-full .left-panel .redes a:hover {
          color: #FFB359; }
  .slider-full .slider-cover-r {
    width: 190px;
    height: 600px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    background-color: #1d1d26;
    background-image: url(../img/text-full-slider.png);
    background-size: cover;
    z-index: 1; }
    .slider-full .slider-cover-r span {
      color: white;
      position: absolute;
      right: 27px;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .slider-full .slider-number {
    float: right;
    background: #FFD140;
    width: 270px;
    height: 60px; }
    .slider-full .slider-number .number {
      float: left;
      width: 80px;
      background: #1d1d27;
      color: white;
      height: 60px;
      text-align: center;
      line-height: 60px;
      position: relative; }
      .slider-full .slider-number .number p span {
        position: absolute;
        font-size: 14px;
        top: -8px;
        right: 10px;
        font-weight: 400; }
    .slider-full .slider-number .empty {
      float: left;
      width: 80px;
      height: 60px;
      background: white; }
  .slider-full .slider-bottom ul {
    position: relative;
    float: left;
    width: 72%;
    padding: 26px 0;
    text-align: center; }
    .slider-full .slider-bottom ul li {
      vertical-align: top; }
  .slider-full .slider {
    width: 100%;
    float: left; }
    .slider-full .slider .slick-slide {
      position: relative; }
      .slider-full .slider .slick-slide .caption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: white;
        z-index: 9;
        right: 110px;
        text-align: right; }
        .slider-full .slider .slick-slide .caption h2 {
          font-size: 4vw;
          font-weight: 700; }
        .slider-full .slider .slick-slide .caption p {
          font-size: 30px; }
    .slider-full .slider .slick-prev {
      position: absolute;
      bottom: 0;
      right: 230px;
      height: 60px;
      background: #fff;
      width: 40px;
      overflow: hidden;
      z-index: 1;
      border: none;
      color: transparent; }
      .slider-full .slider .slick-prev:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        line-height: 20px;
        background: url("../img/next-icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: rotate(180deg) translate(-34%, -50%);
           -moz-transform: rotate(180deg) translate(-34%, -50%);
            -ms-transform: rotate(180deg) translate(-34%, -50%);
                transform: rotate(180deg) translate(-34%, -50%);
        left: 10%;
        top: 29%; }
      .slider-full .slider .slick-prev:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 40px;
        background: #e5e5e5;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .slider-full .slider .slick-next {
      position: absolute;
      bottom: 0;
      right: 190px;
      height: 60px;
      background: #fff;
      width: 40px;
      overflow: hidden;
      z-index: 1;
      border: none;
      color: transparent; }
      .slider-full .slider .slick-next:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        line-height: 20px;
        background: url("../img/next-icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        left: 60%;
        -webkit-transform: translate(-60%, 0%);
           -moz-transform: translate(-60%, 0%);
            -ms-transform: translate(-60%, 0%);
                transform: translate(-60%, 0%);
        top: 40%; }
    .slider-full .slider .slick-slide {
      height: 600px;
      background-size: cover;
      background-size: cover !important; }
  @media (max-width: 990px) {
    .slider-full .slider .slick-slide .caption h2 {
      font-size: 50px; }
    .slider-full .slider .slick-slide .caption p {
      font-size: 22px; }
    .slider-full .slider .slick-next {
      right: 120px; }
    .slider-full .slider .slick-prev {
      right: 160px; }
    .slider-full .slider-cover-r {
      width: 120px; }
    .slider-full .slider-number {
      width: 200px; }
    .slider-full .slider-bottom ul {
      width: 70%; }
      .slider-full .slider-bottom ul li p {
        font-size: 14px; }
        .slider-full .slider-bottom ul li p small {
          top: 2px;
          font-size: 9px;
          margin-left: 3px; }
    .slider-full .vertical-txt {
      font-size: 20px; }
    .slider-full .slick-dots {
      width: 180px; } }
  @media (max-width: 450px) {
    .slider-full .slider-cover-r {
      width: 80px;
      height: 600px;
      position: absolute;
      right: 0;
      left: auto;
      top: 0;
      background-color: #1d1d26;
      background-image: url(../img/text-full-slider.png);
      background-size: cover;
      z-index: 1; }
      .slider-full .slider-cover-r span {
        display: none; }
    .slider-full .pre-foot-txt {
      font-size: 14px; }
    .slider-full .slider-bottom {
      height: auto; }
      .slider-full .slider-bottom ul {
        position: relative;
        float: left;
        width: 50%;
        padding: 26px 0;
        text-align: center;
        padding-left: 18px; }
        .slider-full .slider-bottom ul li {
          display: inline-block;
          width: 100%; }
          .slider-full .slider-bottom ul li p {
            font-size: 14px;
            position: relative; }
            .slider-full .slider-bottom ul li p small {
              position: absolute;
              text-transform: uppercase;
              top: 0;
              font-size: 10px;
              margin-left: 5px; }
    .slider-full .slider-number {
      float: right;
      background: #ffd140;
      width: 160px;
      height: 60px; }
      .slider-full .slider-number .line {
        height: 60px;
        float: inherit;
        width: 20px;
        background: #ffd140;
        background-size: cover;
        position: absolute;
        right: 0; }
      .slider-full .slider-number .number p {
        font-size: 23px;
        position: relative;
        font-weight: 700;
        margin-left: -20px; }
        .slider-full .slider-number .number p span {
          position: absolute;
          font-size: 14px;
          top: -8px;
          right: auto;
          font-weight: 400;
          margin-left: 2px; }
    .slider-full .slider .slick-slide {
      height: 400px; }
      .slider-full .slider .slick-slide .caption {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #fff;
        z-index: 4;
        right: 0;
        text-align: right;
        width: 100%;
        padding: 0 10px; }
        .slider-full .slider .slick-slide .caption h2 {
          font-size: 10vw;
          font-weight: 700; }
        .slider-full .slider .slick-slide .caption p {
          font-size: 20px; }
    .slider-full .slider .slick-next {
      position: absolute;
      bottom: 0;
      right: 80px;
      height: 60px;
      background: #fff;
      width: 40px;
      overflow: hidden;
      z-index: 1;
      border: none;
      color: transparent; }
    .slider-full .slider .slick-prev {
      position: absolute;
      bottom: 0;
      right: 120px;
      height: 60px;
      background: #fff;
      width: 40px;
      overflow: hidden;
      z-index: 1;
      border: none;
      color: transparent; } }

@media (max-width: 1200px) {
  .grado-item-slide .right-arrow {
    font-size: 15px; } }

@media (max-width: 990px) {
  .grado-item-slide .right-arrow {
    font-size: 16px; }
  .grado-item-slide .right-arrow {
    min-width: 145px; } }

.slider-bottom nav {
  width: 80%;
  padding: 0;
  height: 150px; }
  .slider-bottom nav ul {
    padding: 0;
    width: 100%;
    margin-top: 40px; }
    .slider-bottom nav ul li {
      width: auto; }
      .slider-bottom nav ul li a {
        color: gray; }
  @media (max-width: 1326px) {
    .slider-bottom nav {
      width: 15%;
      float: right; } }

      @media (max-width: 1250px) {
        .slider-bottom nav ul {
          margin-top: 13px;
      }
      
       }

.ofrecemos {
  position: relative;
  z-index: 9;
  width: 340px; }
  .ofrecemos h2 {
    font-size: 50px;
    margin-bottom: 20px; }
  @media (max-width: 990px) {
    .ofrecemos {
      width: 100%; } }

.pad-ofrecemos {
  float: left;
  width: 20%;
  padding: 5%; }
  @media (max-width: 990px) {
    .pad-ofrecemos {
      width: 50%; } }
  @media (max-width: 450px) {
    .pad-ofrecemos {
      width: 100%; } }

@media (max-width: 990px) {
  .vertica-o {
    display: none; } }

.is-fixed {
  display: none; }

.center-center {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.no-padding {
  padding: 0; }

.hidden-open {
  display: block; }

.show-open {
  display: none; }

.deplegado .hidden-open {
  display: none; }

.deplegado .show-open {
  display: block; }

.img-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.aside h3 {
  color: #FFD140;
  margin-bottom: 50px;
  margin-top: 25px; }

.aside ul {
  padding: 0; }
  .aside ul > li {
    border-top: solid 3px rgba(89, 93, 101, 0.4);
    border-bottom: solid 3px rgba(89, 93, 101, 0.4);
    padding-bottom: 20px;
    list-style: none;
    margin-bottom: 0; }
    .aside ul > li ul li {
      border: none;
      margin: 0;
      padding: 0; }
    .aside ul > li > a {
      color: #595d65;
      font-size: 20px;
      margin: 20px 0;
      display: inline-block;
      width: 100%; }

.aside-two {
  background: #f6f6f6;
  color: #1d1d26;
  position: relative; }
  .aside-two:before {
    content: '';
    position: absolute;
    background: #f6f6f6;
    bottom: 0;
    height: 100%;
    width: 500%;
    left: -500%; }
  .aside-two:after {
    content: '';
    position: absolute;
    background: #FFD140;
    top: 0;
    height: 100px;
    width: 500%;
    left: -500%; }

.sidebar-header {
  height: 69px;
  background: url("../img/form-header-bg.png");
  background-size: cover;
  text-align: left;
  line-height: 69px;
  padding: 0 3%;
  font-size: 18px;
  font-weight: 400;
  color: white;
  position: relative; }
  @media (max-width: 990px) {
    .sidebar-header {
      font-size: 25px; } }
  @media (max-width: 450px) {
    .sidebar-header {
      font-size: 20px; } }

.side-bar {
  min-height: 100vh;
  border-left: solid 2px #e8e8e9; }
  .side-bar hr {
    float: left;
    width: 100%;
    border-top: 4px solid #f7e961; }

.eventos-sidebar {
  float: left;
  width: 100%;
  padding: 0 20px; }
  .eventos-sidebar h2 {
    font-size: 18px;
    color: #FFD140;
    font-weight: normal; }
  .eventos-sidebar .info {
    padding: 0;
    margin-top: 30px; }
    .eventos-sidebar .info h3 {
      font-size: 20px; }
    .eventos-sidebar .info li {
      display: inline-block;
      margin-right: 18px;
      font-size: 13px;
      line-height: 25px; }
      .eventos-sidebar .info li img {
        float: left;
        width: 20px;
        margin-right: 5px; }
  .eventos-sidebar .slick-prev {
    position: absolute;
    right: 40px;
    width: 30px;
    overflow: hidden;
    z-index: 99;
    color: transparent;
    background: transparent;
    border: none;
    border-right: solid 1px #e5e5e5;
    margin-top: -30px; }
    .eventos-sidebar .slick-prev:before {
      position: absolute;
      content: '';
      width: 15px;
      height: 15px;
      line-height: 20px;
      background: url("../img/next-icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: rotate(180deg) translateY(-10%);
         -moz-transform: rotate(180deg) translateY(-10%);
          -ms-transform: rotate(180deg) translateY(-10%);
              transform: rotate(180deg) translateY(-10%);
      left: 0;
      top: 10%; }
  .eventos-sidebar .slick-next {
    position: absolute;
    right: 10px;
    width: 30px;
    overflow: hidden;
    top: 0;
    z-index: 99;
    color: transparent;
    background: transparent;
    border: none;
    margin-top: -30px; }
    .eventos-sidebar .slick-next:before {
      position: absolute;
      content: '';
      width: 15px;
      height: 15px;
      line-height: 20px;
      background: url("../img/next-icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      right: 0;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%; }

.cursos-list {
  padding: 10px 0;
  width: 100%; }
  .cursos-list .curso-enlace {
    background: transparent;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: static;
    border: none; }
    .cursos-list .curso-enlace:hover {
      background: transparent; }
      .cursos-list .curso-enlace:hover .link {
        color: #F7323F; }
  .cursos-list > li {
    float: right;
    width: 100%;
    list-style: none;
    background: white;
    color: black;
    border-bottom: solid 1px #e8e8e9;
    padding: 20px 20px;
    margin-bottom: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
    .cursos-list > li:hover {
      background: #f1f1f1;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      width: 100%;
      padding-left: 40px; }
      .cursos-list > li:hover h3 {
        color: #FFD140 !important;
        -webkit-transition: all .5 ease;
        -moz-transition: all .5 ease;
        transition: all .5 ease; }
    .cursos-list > li .caption {
      float: left;
      width: 70%; }
      .cursos-list > li .caption h3 {
        color: black;
        margin: 0;
        margin-bottom: 10px; }
      .cursos-list > li .caption ul {
        padding: 0; }
        .cursos-list > li .caption ul li {
          color: black;
          display: inline-block;
          margin-right: 10px;
          font-size: 18px;
          position: relative;
          padding-left: 15px; }
          .cursos-list > li .caption ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            background: url("../img/check2-bullet.png");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
    .cursos-list > li .link {
      height: 70px;
      line-height: 70px;
      float: left;
      width: 30%;
      text-align: right;
      padding: 0 25px;
      position: relative;
      color: #000; }
      .cursos-list > li .link a {
        color: #000; }
      .cursos-list > li .link:before {
        content: '';
        width: 10px;
        height: 10px;
        background: url("../img/next-icon.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
  @media (max-width: 450px) {
    .cursos-list li .caption {
      width: 100%; }
      .cursos-list li .caption ul li {
        font-size: 16px; }
    .cursos-list li .link {
      padding-left: 0;
      width: auto;
      text-align: left; } }

.icons-list .icons {
  padding: 0;
  margin: 10px 0; }
  .icons-list .icons li {
    display: inline-block;
    width: 24%;
    margin-right: 0;
    vertical-align: top; }
    .icons-list .icons li figure {
      float: left;
      text-align: center;
      margin-right: 10px;
      width: 10%;
      margin-left: -10px;
      margin-right: 20px; }
      .icons-list .icons li figure img {
        width: 20px; }
    .icons-list .icons li .content-icon {
      float: left;
      width: 77%; }
      .icons-list .icons li .content-icon h5 {
        margin-top: 0;
        color: #595d65;
        font-weight: bold;
        margin-bottom: 0; }
      .icons-list .icons li .content-icon p {
        font-size: 14px; }

@media (max-width: 450px) {
  .icons-list .icons {
    margin: 0; }
    .icons-list .icons li {
      width: 49%;
      vertical-align: text-top;
      margin-bottom: 10px; } }

.list-two-cols ul {
  float: left;
  width: 50%;
  padding: 0;
  margin-top: 10px; }
  .list-two-cols ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 13px; }
    .list-two-cols ul li:before {
      content: '\2022';
      color: #FFD140;
      position: absolute;
      left: 0;
      font-size: 24px;
      top: -7px; }

.list-one-cols ul {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 10px; }
  .list-one-cols ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px; }
    .list-one-cols ul li:before {
      content: '';
      width: 20px;
      height: 20px;
      background: url("../img/bullet-check.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      font-size: 24px; }

.check-bullets ul {
  float: left;
  width: 50%;
  padding: 0;
  margin-top: 10px; }
  .check-bullets ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px; }
    .check-bullets ul li:before {
      content: "";
      width: 14px;
      height: 20px;
      background: url(../img/check2-bullet.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      font-size: 24px;
      top: 6px; }

.radio-bullets ul {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 10px; }
  .radio-bullets ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 13px; }
    .radio-bullets ul li:before {
      content: '\2022';
      background: transparent;
      color: #FFD140;
      position: absolute;
      left: 0;
      font-size: 24px;
      top: -7px; }

.curses-results {
  padding: 10px 0;
  width: 100%; }
  .curses-results .carrera-enlace {
    background: transparent;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: initial;
    border: none; }
  .curses-results > li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    background: #fff;
    color: #000;
    padding: 30px;
    /* min-height: 130px; */
    overflow: hidden;
    border-bottom: 1px solid #e8e8e9; }
    .curses-results > li .over-img {
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover !important;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
      .curses-results > li .over-img img {
        max-width: 100%; }
    .curses-results > li:hover .over-img {
      top: 0%;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      transition: all .4s ease; }
    .curses-results > li:hover .center h3, .curses-results > li:hover .center li, .curses-results > li:hover .center .link a {
      color: white !important;
      -webkit-transition: all .6s ease;
      -moz-transition: all .6s ease;
      transition: all .6s ease; }
    .curses-results > li:hover .link {
      color: white; }
      .curses-results > li:hover .link:before {
        content: "";
        width: 10px;
        height: 10px;
        background: url(../img/next-white.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        background-repeat: no-repeat !important; }
    .curses-results > li .center {
      position: relative;
      z-index: 2;
      float: left;
      width: 100%; }
    .curses-results > li .caption {
      float: left;
      width: 75%; }
      .curses-results > li .caption h3 {
        color: black;
        margin: 0;
        margin-bottom: 10px;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        transition: all .6s ease; }
      .curses-results > li .caption ul {
        padding: 0;
        margin-top: 20px; }
        .curses-results > li .caption ul li {
          color: black;
          display: inline-block;
          margin-right: 10px;
          font-size: 18px;
          -webkit-transition: all .6s ease;
          -moz-transition: all .6s ease;
          transition: all .6s ease;
          position: relative;
          padding-left: 15px; }
          .curses-results > li .caption ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            background: url("../img/check2-bullet.png");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
    .curses-results > li .link {
      height: 70px;
      line-height: 70px;
      float: left;
      width: 25%;
      text-align: right;
      padding: 0 25px;
      position: relative;
      color: #F7323F; }
      .curses-results > li .link:before {
        content: '';
        width: 10px;
        height: 10px;
        background: url("../img/next-red.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
  @media (max-width: 990px) {
    .curses-results .caption {
      float: left;
      width: 64% !important; }
    .curses-results .link {
      width: 36% !important; }
    .curses-results .center {
      height: auto !important; } }
  @media (max-width: 450px) {
    .curses-results > li {
      padding: 10px; }
      .curses-results > li .caption {
        float: left;
        width: 100% !important; }
        .curses-results > li .caption h3 {
          margin-top: 0; }
      .curses-results > li .center {
        height: auto !important;
        position: relative !important;
        -webkit-transform: none !important;
           -moz-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        width: 100% !important;
        margin: 0 !important;
        left: 0 !important;
        top: 0 !important;
        float: left !important;
        padding: 20px;
        padding-bottom: 0 !important; }
      .curses-results > li .link {
        height: 70px;
        line-height: 70px;
        float: left;
        width: auto !important;
        text-align: left;
        padding: 0 0;
        padding-right: 30px;
        position: relative;
        color: #000000; } }

.curses-results-container {
  min-height: 400px;
  padding: 0; }

.action-menu {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FFD140;
  padding: 0 15px; }
  .action-menu p {
    float: left; }
  .action-menu a {
    float: right; }
  .action-menu .open-menu-m {
    position: relative;
    height: 50px;
    line-height: 50px; }
    .action-menu .open-menu-m:before {
      position: absolute;
      content: "";
      background: url(../img/menu-cerrado.png);
      background-position: 50%;
      background-size: contain;
      width: 6px;
      height: 30px;
      left: 50%;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .action-menu .active-mbm {
    position: relative;
    height: 50px;
    line-height: 50px; }
    .action-menu .active-mbm:before {
      position: absolute;
      content: "";
      background: url(../img/menu-abierto.png) !important;
      background-position: 50% !important;
      background-size: contain !important;
      width: 16px !important;
      height: 30px !important;
      left: 50% !important;
      background-repeat: no-repeat !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
         -moz-transform: translate(-50%, -50%) !important;
          -ms-transform: translate(-50%, -50%) !important;
              transform: translate(-50%, -50%) !important; }

.search-info {
  padding: 20px; }
  .search-info p {
    color: #595d65; }
  .search-info button {
    border: none;
    position: absolute;
    right: 14px;
    top: 17px;
    background: white; }
    .search-info button img {
      width: 25px; }
  .search-info .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: solid 2px black;
    font-size: 18px;
    font-weight: initial;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: black;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .search-info .form-control:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: solid 2px #FFD140;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }

.search-results {
  padding: 10px 0;
  width: 100%; }
  .search-results > li {
    float: left;
    width: 100%;
    list-style: none;
    background: white;
    color: black;
    border: solid 1px #e8e8e9;
    padding: 10px;
    margin-bottom: 3%; }
    .search-results > li .caption {
      float: left;
      width: 75%; }
      .search-results > li .caption h3 {
        color: black;
        margin: 0;
        margin-bottom: 10px; }
      .search-results > li .caption ul {
        padding: 0; }
        .search-results > li .caption ul li {
          color: black;
          display: inline-block;
          margin-right: 10px;
          font-size: 18px;
          position: relative;
          padding-left: 15px; }
          .search-results > li .caption ul li:before {
            content: '';
            width: 10px;
            height: 10px;
            background: url("../img/check2-bullet.png");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
    .search-results > li .link {
      height: 70px;
      line-height: 70px;
      float: left;
      width: 25%;
      text-align: right;
      padding: 0 25px; }
      .search-results > li .link a {
        color: black;
        position: relative;
        padding-right: 15px; }
        .search-results > li .link a:before {
          content: '';
          width: 10px;
          height: 10px;
          background: url("../img/next-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: 0px;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          transition: all .5s ease; }
        .search-results > li .link a:hover {
          color: #F7323F;
          margin-right: -5px; }
          .search-results > li .link a:hover:before {
            right: -5px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            transition: all .5s ease; }

.search-results-container {
  min-height: 400px;
  padding: 2% 3%; }

.file-download-list {
  padding: 0;
  height: 60px;
  line-height: 60px; }
  .file-download-list li {
    list-style: none;
    border-bottom: 1px solid #e8e8e9;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0; }
    .file-download-list li .contenido {
      float: left;
      line-height: normal;
      width: 70%;
      position: relative; }
    .file-download-list li span {
      background: #f8ac1f;
      color: white;
      width: 35px;
      text-align: center;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      margin-right: 10px;
      float: left;
      position: relative; }
    .file-download-list li:hover {
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      transition: all .4s ease; }
      .file-download-list li:hover a p {
        width: 60px;
        opacity: 1;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-animation-name: fadeInLeft;
           -moz-animation-name: fadeInLeft;
                animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
           -moz-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in;
           -moz-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        -webkit-animation-duration: .5s;
           -moz-animation-duration: .5s;
                animation-duration: .5s; }
      .file-download-list li:hover a img {
        width: 12px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        display: inline-block; }
  .file-download-list p {
    margin: 0 !important;
    margin-left: 9px !important;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    width: 0; }
  .file-download-list a {
    float: right;
    color: #F7323F;
    display: inline-block;
    height: 43px; }
    .file-download-list a img {
      width: 12px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      display: inline-block; }
  @media (max-width: 990px) {
    .file-download-list a p {
      display: inline; } }
  @media (max-width: 450px) {
    .file-download-list a p {
      display: none; } }

.list-boxs {
  padding: 0;
  margin: 30px 0; }
  .list-boxs li {
    display: inline-block;
    margin-bottom: 10px;
    color: #595d65;
    border: 1px solid #595d6547;
    padding: 5px;
    font-size: 14px;
    margin-left: 10px; }
    .list-boxs li a {
      color: #595d65; }

.nav-tabs {
  border-bottom: none;
  padding: 0 40px;
  background: #eeeeef; }
  .nav-tabs li {
    font-family: "Abrade";
    font-weight: 600;
    border: none;
    border-radius: 0; }
    .nav-tabs li a {
      color: #000000;
      border: none;
      border-radius: 0;
      height: 70px;
      line-height: 70px;
      padding: 0 19px;
      min-width: 140px;
      text-align: center; }
    .nav-tabs li.active a {
      border: none;
      border-radius: 0; }

.tab-pane {
  padding-bottom: 40px;
  float: left;
  width: 100%; }

.inner-tabs {
  background: white;
  padding: 0;
  padding-bottom: 40px;
  margin: 40px 0;
  border-bottom: solid 1px #e8e8e9; }
  .inner-tabs li {
    color: #595d65;
    border: solid 1px #e6e6e6;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%; }
    .inner-tabs li a {
      height: 35px;
      line-height: 38px;
      width: 100%;
      color: #595d65;
      font-weight: bold;
      font-size: 14px; }
    .inner-tabs li.active {
      color: #F7323F;
      border: solid 1px #F7323F; }
      .inner-tabs li.active a {
        height: 35px;
        line-height: 38px;
        width: 100%;
        color: #F7323F !important; }
  @media (max-width: 450px) {
    .inner-tabs {
      margin: 0px 0; } }

.list-menu-inner .inner-tabs li {
  width: auto; }
  .list-menu-inner .inner-tabs li a {
    width: auto !important;
    min-width: auto !important; }

.mov-tab .selected-tab {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #8b8b8b3d; }
  .mov-tab .selected-tab a {
    position: relative;
    height: 50px;
    line-height: 50px;
    float: right; }
    .mov-tab .selected-tab a:before {
      position: absolute;
      content: "";
      background: url(../img/menu-cerrado.png);
      background-position: 50%;
      background-size: contain;
      width: 6px;
      height: 30px;
      left: 50%;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .mov-tab .selected-tab a.active:before {
      position: absolute;
      content: "";
      background: url(../img/menu-abierto.png);
      background-position: 50%;
      background-size: contain;
      width: 16px;
      height: 30px;
      left: 50%;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.mov-tab ul {
  padding: 0;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #8b8b8b3d;
  display: none; }
  .mov-tab ul li {
    width: 100%;
    float: left; }
    .mov-tab ul li a {
      text-align: left; }

.inner-tab-content {
  padding: 0; }

.tab-content {
  padding: 0 3%;
  float: left;
  width: 100%; }

.movil-tabs .action {
  display: none; }

.form-info {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  border: 2px solid #f9b523;
  background: #fff;
  left: 50%;
  margin-top: -130px;
  position: relative;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 100px; }
  .form-info .form-header {
    float: left;
    width: 100%;
    background-image: url("../img/form-header-bg.png");
    background-color: #f8ac1f;
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 60px;
    line-height: 60px; }
    .form-info .form-header h3 {
      font-size: 18px;
      line-height: 60px;
      margin: 0;
      padding: 0;
      font-family: "Abrade";
      font-weight: bold; }
  .form-info .form-content {
    padding: 2% 5%;
    padding-top: 80px; }
  .form-info .form-group {
    padding: 0; }
  .form-info .form-control {
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #bbbbbd !important;
    cursor: auto !important;
    padding: 0px !important;
    height: 30px;
    font-family: "Abrade";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
    .form-info .form-control:focus {
      color: #FFD140;
      border-bottom: 1px solid #fcdea5 !important;
      -webkit-transition: all .8s ease;
      -moz-transition: all .8s ease;
      transition: all .8s ease; }
  .form-info label {
    margin: 0 !important;
    font-weight: 600 !important; }
  .form-info button {
    background: #F7323F;
    border: none;
    color: white;
    height: 50px;
    width: 100%; }
  @media (max-width: 1200px) {
    .form-info {
      width: 320px; } }

.form-mobile {
  position: fixed;
  display: none;
  overflow: scroll;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: white; }
  .form-mobile .form-info {
    float: left;
    width: 90%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    border: 2px solid #f9b523;
    margin-top: auto;
    background: #fff;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    margin-top: 70px; }
  .form-mobile .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px; }

/* Menu inicio */
.scrolled-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  background: white;
  width: 100%;
  padding: 0 10px;
  display: none; }
  .scrolled-nav a {
    color: black; }
  @media (max-width: 450px) {
    .scrolled-nav {
      display: none !important; } }

.full-menu {
  position: fixed;
  height: 100%;
  z-index: 999;
  width: 100%; }
  .full-menu hr {
    border-top: 2px solid #d7d7d9; }
  .full-menu .bottom-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    color: white;
    background: url("../img/form-header-bg.png");
    background-size: cover;
    padding: 5%;
    font-size: 24px; }
  .full-menu .footer-logo {
    width: 240px;
    margin: 5% 0; }
  .full-menu .redes {
    list-style: none;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20%; }
    .full-menu .redes a {
      color: #fff;
      font-size: 20px;
      margin-right: 16px;
      display: inline-block; }
      .full-menu .redes a:hover {
        color: #FFB359; }
  .full-menu .close {
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 3%;
    opacity: 1; }
  .full-menu.active {
    display: block; }
    .full-menu.active .black-m {
      left: 0%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: bman .5s;
         -moz-animation: bman .5s;
              animation: bman .5s; }
    .full-menu.active .white-m {
      top: 0%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: whitem-an .6s;
         -moz-animation: whitem-an .6s;
              animation: whitem-an .6s; }
    .full-menu.active .bg-m {
      height: 100vh;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: bgm-an .8s;
         -moz-animation: bgm-an .8s;
              animation: bgm-an .8s; }
    .full-menu.active .fade-left {
      opacity: 1;
      margin-left: auto;
      -webkit-animation-delay: .2s;
         -moz-animation-delay: .2s;
              animation-delay: .2s;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: custom-fade-left .8s;
         -moz-animation: custom-fade-left .8s;
              animation: custom-fade-left .8s; }
  @media (max-width: 990px) {
    .full-menu {
      overflow-y: scroll; }
      .full-menu.active .bg-m {
        opacity: 1;
        height: auto;
        padding: 30px 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
      .full-menu.active .white-m {
        height: auto;
        padding: 30px 0;
        background: #f6f6f6fa;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
      .full-menu .center-center {
        position: relative;
        float: left;
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  @media (max-width: 450px) {
    .full-menu {
      overflow-y: scroll; }
      .full-menu.active .white-m {
        min-height: 400px; } }

.plus-big {
  position: relative;
  float: left;
  padding-right: 63px;
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  color: black; }
  .plus-big:hover {
    color: #FFD140; }
  .plus-big:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -11px;
    background: url(../img/plus-big.png);
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 990px) {
    .plus-big {
      font-size: 40px; }
      .plus-big:after {
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        right: 20px;
        background: url(../img/plus-big.png);
        background-size: cover;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media (max-width: 450px) {
    .plus-big {
      font-size: 35px; }
      .plus-big:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 20px;
        background: url(../img/plus-big.png);
        background-size: cover;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }

.black-m {
  background: #1d1d26;
  height: 100vh;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  position: relative;
  left: -100%; }

.black-m-home {
  left: 0 !important;
  width: 30%;
  position: relative;
  float: left;
  z-index: 2; }
  .black-m-home .bottom-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    color: white;
    background: url("../img/form-header-bg.png");
    background-size: cover;
    padding: 5%;
    font-size: 24px; }
  .black-m-home .redes {
    list-style: none;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20%; }
    .black-m-home .redes a {
      color: #fff;
      font-size: 20px;
      margin-right: 16px;
      display: inline-block; }
      .black-m-home .redes a:hover {
        color: #FFB359; }

.white-m {
  background: rgba(255, 255, 255, 0.97);
  height: 100vh;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  top: 100%; }

.fade-left {
  opacity: 0; }

.vertical-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 20px;
  font-size: 22px;
  opacity: 0.4; }

nav {
  float: left;
  position: relative;
  z-index: 3;
  width: 100%;
  left: 0;
  padding: 20px 0; }
  nav .logotipo {
    width: 20%;
    float: left; }
    nav .logotipo img {
      max-width: 130px; }
  nav .has-sub {
    margin-right: 40px; }
    nav .has-sub > a:after {
      right: -17px !important; }
    nav .has-sub .sub-menu {
      display: none;
      opacity: 0;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      position: absolute;
      left: 0;
      margin-top: -15px;
      width: 300px;
      background: white;
      text-align: left;
      -webkit-box-shadow: 7px 0px 5px -3px rgba(0, 0, 0, 0.35);
      box-shadow: 7px 0px 5px -3px rgba(0, 0, 0, 0.35); }
      nav .has-sub .sub-menu li {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
        height: 60px;
        line-height: 60px; }
        nav .has-sub .sub-menu li.active {
          color: #F7323F;
          border-left: solid 4px; }
          nav .has-sub .sub-menu li.active a {
            color: #F7323F; }
  nav ul {
    padding: 0;
    width: 80%;
    float: left;
    text-align: right; }
    nav ul li {
      display: inline-block;
      margin-right: 27px !important;
      font-family: "Abrade";
      font-weight: 400;
      position: relative;
      height: 70px;
      line-height: 70px;
      font-size: 13px; }
      nav ul li:hover > .sub-menu {
        display: block;
        opacity: 1;
        -webkit-animation-delay: .2s;
           -moz-animation-delay: .2s;
                animation-delay: .2s;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-animation: custom-fade-up .8s;
           -moz-animation: custom-fade-up .8s;
                animation: custom-fade-up .8s;
        transition: all .5s ease; }
      nav ul li img {
        width: 24px; }
      nav ul li a {
        color: white;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
        nav ul li a:hover {
          color: #FFD140;
          text-decoration: none;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          transition: all .5s ease; }
        nav ul li a.active {
          color: #FFD140;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          transition: all .5s ease; }
  @media (max-width: 1200px) {
    nav li {
      font-size: 12px !important; }
    nav .has-sub {
      margin-right: 28px; }
    nav .logotipo {
      width: 16%;
      float: left; }
    nav ul {
      width: 84%; } }

.principal-menu {
  padding: 0; }
  .principal-menu li {
    font-size: 26px;
    list-style: none;
    margin-bottom: 20px; }
    .principal-menu li a {
      color: #1d1d26; }
      .principal-menu li a:hover {
        color: #FFD140; }
      .principal-menu li a:focus {
        color: #FFD140;
        text-decoration: none; }
  @media (max-width: 450px) {
    .principal-menu li {
      font-size: 18px;
      list-style: none;
      margin-bottom: 5px; } }

.has-sub > a {
  position: relative; }
  .has-sub > a:after {
    content: '+';
    position: absolute;
    right: -40px; }
  .has-sub > a:focus {
    color: #FFD140 !important;
    text-decoration: none; }

.opened > a {
  color: #FFD140 !important;
  text-decoration: none; }
  .opened > a:after {
    content: '-'; }

.sub-menu {
  margin: 30px 0;
  display: none; }
  .sub-menu li {
    font-size: 18px;
    list-style: none; }
    .sub-menu li a {
      color: #1d1d26; }
      .sub-menu li a:hover {
        color: #F7323F; }

.mobile-menu {
  border-bottom: solid 2px #e8e8e9;
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px; }
  .mobile-menu .open-menu-m {
    position: relative;
    height: 50px;
    line-height: 50px; }
    .mobile-menu .open-menu-m:before {
      position: absolute;
      content: "";
      background: url(../img/menu-cerrado.png);
      background-position: 50%;
      background-size: contain;
      width: 6px;
      height: 30px;
      left: 50%;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .mobile-menu.active-mbm {
    border-bottom: none !important; }
    .mobile-menu.active-mbm .open-menu-m {
      position: relative;
      height: 50px;
      line-height: 50px; }
      .mobile-menu.active-mbm .open-menu-m:before {
        position: absolute;
        content: "";
        background: url(../img/menu-abierto.png) !important;
        background-position: 50% !important;
        background-size: contain !important;
        width: 16px !important;
        height: 30px !important;
        left: 50% !important;
        background-repeat: no-repeat !important;
        top: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
           -moz-transform: translate(-50%, -50%) !important;
            -ms-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important; }
  .mobile-menu h5 {
    float: left;
    width: 90%;
    padding: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-weight: 700; }
    .mobile-menu h5 span {
      color: #74787e; }
  .mobile-menu a {
    width: 10%;
    float: left;
    text-align: center; }
  @media (max-width: 990px) {
    .mobile-menu h5 span {
      width: 123px;
      overflow: hidden;
      display: inline-block;
      height: 28px;
      padding-left: 11px; } }
  @media (max-width: 450px) {
    .mobile-menu {
      margin-bottom: 0 !important; } }

.movil-no-padding {
  padding: 0; }

.bg-m {
  height: 0vh;
  background: url(../img/menu-bg.png);
  background-size: cover;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  .bg-m h3 {
    font-size: 3.5vw;
    font-weight: 700; }
  .bg-m h2 {
    color: #FFD140;
    font-size: 4vw;
    font-weight: 700; }
  .bg-m ul {
    margin: 30px 0; }
    .bg-m ul li {
      list-style: none;
      font-size: 25px;
      color: black;
      margin-bottom: 20px; }
      .bg-m ul li a {
        color: #1d1d26; }
        .bg-m ul li a:hover {
          color: #F7323F; }

.custom-nav li span {
  position: relative; }
  .custom-nav li span:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.custom-nav li.active span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #F7323F;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.enfasis-nav {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .enfasis-nav hr {
    border-top: 2px solid #e8e8e9; }
  .enfasis-nav ul {
    padding: 0; }
    .enfasis-nav ul li {
      list-style: none; }
  .enfasis-nav a {
    color: #595d65;
    font-size: 15px; }
    .enfasis-nav a:hover {
      color: #F7323F; }
  .enfasis-nav img {
    width: 10px;
    display: inline-block; }
  .enfasis-nav .prev {
    float: left; }
    .enfasis-nav .prev img {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-right: 10px;
      margin-top: -3px; }
    .enfasis-nav .prev a {
      float: right; }
  .enfasis-nav .next {
    float: right; }
    .enfasis-nav .next img {
      margin-left: 10px;
      margin-top: -3px; }

.menu-bloque {
  padding: 0;
  float: left;
  width: 100%; }
  .menu-bloque li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0 0%;
    background: #f6f6f6;
    color: black; }
    .menu-bloque li a {
      float: left;
      width: 100%;
      color: black;
      padding: 20px 60px; }
    .menu-bloque li.active {
      border-left: solid 4px #F7323F;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
      .menu-bloque li.active a {
        background: white;
        color: #F7323F;
        padding-left: 56px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
    .menu-bloque li:hover {
      border-left: solid 4px #F7323F;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
      .menu-bloque li:hover a {
        background: white;
        color: #F7323F;
        padding-left: 56px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
  @media (max-width: 990px) {
    .menu-bloque {
      border-bottom: 4px solid #ffd140;
      margin: 0 5%;
      width: 100%;
      padding-left: 0;
      margin-left: 0; }
      .menu-bloque li {
        background: white; }
      .menu-bloque li.active {
        display: none; } }

.menu-big li > a {
  font-size: 3.5vw;
  font-weight: bold; }

.menu-big li .sub-menu a {
  font-size: 2.5vw;
  color: #1d1d26b5; }

@media (max-width: 990px) {
  .menu-big li > a {
    font-size: 25px; }
  .menu-big li .sub-menu a {
    font-size: 20px; } }

/* Menu final */
.col-5 {
  width: 20%;
  float: left; }

.col-10 {
  width: 18%;
  padding: 1%;
  float: left; }

.col-80 {
  width: 82%;
  float: left; }

.full-section {
  margin-top: 20px;
  margin-bottom: 20px; }

@media (max-width: 450px) {
  .col-md-4 {
    width: inherit; } }

.parallax {
  position: relative;
  min-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left !important; }
  .parallax .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 50%;
    padding-right: 10px; }
    .parallax .caption h2 {
      border-bottom: solid 3px #FFB359;
      color: white;
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 2%; }
    .parallax .caption p {
      color: white;
      font-size: 16px;
      line-height: 24px; }
  @media (max-width: 990px) {
    .parallax .caption {
      width: 65%;
      padding: 10px;
      padding-right: 0; }
      .parallax .caption h2 {
        font-size: 40px;
        height: auto; } }
  @media (max-width: 450px) {
    .parallax .caption {
      width: 95%;
      padding: 10px;
      padding-right: 0; }
      .parallax .caption h2 {
        font-size: 10vw;
        height: auto; } }

.parallax2 {
  position: relative;
  min-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left !important; }
  .parallax2 .caption {
    position: absolute;
    width: 30%;
    height: 100%; }
    .parallax2 .caption .contadores {
      float: left;
      position: absolute;
      bottom: 0;
      color: white;
      width: 100%;
      left: 0; }
      .parallax2 .caption .contadores ul {
        padding: 0;
        margin: 0;
        width: 100%; }
        .parallax2 .caption .contadores ul li {
          float: left;
          list-style: none;
          width: 50%;
          background: url("../img/bg-contador.png");
          margin: 0;
          padding: 0 20px; }
          .parallax2 .caption .contadores ul li span {
            font-size: 36px;
            font-weight: bold; }
          .parallax2 .caption .contadores ul li h4 {
            opacity: .6;
            margin: 0;
            font-size: 25px; }
    .parallax2 .caption .center {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 100%;
      padding: 15px; }
      @media (max-width: 450px) {
        .parallax2 .caption .center {
          top: auto;
          -webkit-transform: inherit;
             -moz-transform: inherit;
              -ms-transform: inherit;
                  transform: inherit;
          position: relative; } }
    .parallax2 .caption h2 {
      border-bottom: solid 3px #FFB359;
      color: white;
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 2%; }
    .parallax2 .caption p {
      color: white;
      font-size: 16px;
      line-height: 24px; }
    @media (max-width: 450px) {
      .parallax2 .caption {
        width: 100% !important; } }
  @media (max-width: 990px) {
    .parallax2 .caption {
      width: 65%;
      padding: 10px;
      padding-right: 0; }
      .parallax2 .caption h2 {
        font-size: 40px;
        height: auto; } }
  @media (max-width: 450px) {
    .parallax2 {
      background-position: center !important;
      min-height: 350px; }
      .parallax2 .caption {
        width: 95%;
        padding: 10px;
        padding-right: 0; }
        .parallax2 .caption h2 {
          font-size: 10vw;
          height: auto; } }

table th {
  background: #595d67;
  color: white;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  font-weight: bold;
  font-size: 17px; }

table th:nth-child(1) {
  background: #86898f; }

table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: bottom;
  border-top: 1px solid #ddd;
  height: 65px;
  border: solid 1px #eeeeef; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 15px 0 !important; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    background: white;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .styled-checkbox:hover + label:before {
    background: #FFD140;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: -4px; }
  .styled-checkbox:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .styled-checkbox:checked + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFD140;
    margin-top: -4px; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
            box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.styled-checkbox2 {
  position: absolute;
  opacity: 0; }
  .styled-checkbox2 + label {
    font-weight: initial;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 15px 0 !important; }
  .styled-checkbox2 + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    background: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border: solid 1px #595d65; }
  .styled-checkbox2:hover + label:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .styled-checkbox2:focus + label:before {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  .styled-checkbox2:checked + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border: solid 1px #F7323F; }
  .styled-checkbox2:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox2:disabled + label:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #ddd; }
  .styled-checkbox2:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #F7323F;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 #F7323F, 4px 0 0 #F7323F, 4px -2px 0 #F7323F, 4px -4px 0 #F7323F, 4px -6px 0 #F7323F, 4px -8px 0 #F7323F;
            box-shadow: 2px 0 0 #F7323F, 4px 0 0 #F7323F, 4px -2px 0 #F7323F, 4px -4px 0 #F7323F, 4px -6px 0 #F7323F, 4px -8px 0 #F7323F;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.f14 {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-top: 30px; }
  .f14 li {
    font-size: 14px;
    margin: 0; }
    .f14 li label {
      margin: 0 !important;
      margin-bottom: 10px !important; }

.styled-checkbox {
  width: 20px;
  height: 20px;
  top: 14px;
  position: absolute;
  z-index: 9; }

.decor-input {
  position: relative;
  width: 100%; }
  .decor-input:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/Search-inner.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .decor-input .form-control {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #eae9e9;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
    height: 40px;
    line-height: 40px; }
    .decor-input .form-control:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: solid 2px #FFD140;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }

.form-search-container {
  height: 40px;
  line-height: 40px;
  margin-top: 30px;
  float: left;
  width: 100%; }

.select-2 {
  position: relative;
  float: right;
  border-bottom: solid 1px #dadada; }
  .select-2 select {
    -webkit-appearance: none;
    background: white;
    border: none;
    padding-right: 30px; }
  .select-2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 48%;
    background: url(../img/cross.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 450px) {
    .select-2 {
      width: 100%; } }

/* Inicio Buscardor Full */
.buscador-full {
  position: fixed;
  height: 100%;
  z-index: 999;
  width: 100%; }
  .buscador-full hr {
    border-top: 2px solid #d7d7d9; }
  .buscador-full .buscador-content {
    background: #1d1d26;
    height: 100vh;
    position: relative;
    top: 100%;
    -webkit-animation: whitem-an2 .8s;
       -moz-animation: whitem-an2 .8s;
            animation: whitem-an2 .8s;
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
            animation-delay: .5s; }
  .buscador-full .bottom-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    color: white;
    background: url("../img/form-header-bg.png");
    background-size: cover;
    padding: 5%;
    font-size: 24px; }
  .buscador-full .footer-logo {
    width: 240px;
    margin: 5% 0; }
  .buscador-full .redes {
    list-style: none;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20%; }
    .buscador-full .redes a {
      color: #fff;
      font-size: 20px;
      margin-right: 16px;
      display: inline-block; }
      .buscador-full .redes a:hover {
        color: #FFB359; }
  .buscador-full .close {
    opacity: 1;
    position: absolute;
    z-index: 2;
    right: 3%;
    top: 3%; }
  .buscador-full .buscador-content {
    background: rgba(29, 29, 38, 0.93);
    height: 100vh;
    position: relative;
    top: 0%;
    -webkit-animation: whitem-an2 .8s;
       -moz-animation: whitem-an2 .8s;
            animation: whitem-an2 .8s; }
    .buscador-full .buscador-content h3 {
      color: #FFD140;
      font-size: 3.5vw;
      margin-bottom: 10%;
      padding: 0 30px; }
    .buscador-full .buscador-content .form-control {
      background: transparent;
      border: none;
      border-radius: 0;
      border-bottom: solid 2px #fefefe;
      font-size: 18px;
      font-weight: initial;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      color: white; }
      .buscador-full .buscador-content .form-control:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-bottom: solid 2px #FFD140;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
    .buscador-full .buscador-content .search-inner {
      position: relative; }
      .buscador-full .buscador-content .search-inner:before {
        content: "";
        width: 30px;
        height: 30px;
        background: url(../img/Search-inner.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: -6px; }
  .buscador-full.active {
    display: block; }
    .buscador-full.active .black-m {
      left: 0%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: bm-an .5s;
         -moz-animation: bm-an .5s;
              animation: bm-an .5s; }
    .buscador-full.active .white-m {
      top: 0%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: whitem-an .6s;
         -moz-animation: whitem-an .6s;
              animation: whitem-an .6s; }
    .buscador-full.active .bg-m {
      height: 100vh;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: bgm-an .8s;
         -moz-animation: bgm-an .8s;
              animation: bgm-an .8s; }
    .buscador-full.active .fade-left {
      opacity: 1;
      margin-left: auto;
      -webkit-animation-delay: .2s;
         -moz-animation-delay: .2s;
              animation-delay: .2s;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-animation: custom-fade-left .8s;
         -moz-animation: custom-fade-left .8s;
              animation: custom-fade-left .8s; }

/* Fin Buscardor Full */
.content-text {
  float: left;
  width: 100%;
  padding: 0 20px; }
  .content-text h2 {
    font-size: 18px;
    color: #FFD140; }
  .content-text h3 {
    font-size: 20px; }
  .content-text ul {
    padding: 0; }
    .content-text ul li {
      list-style: none;
      font-size: 17px;
      line-height: 32px; }
      .content-text ul li strong {
        color: #595d65;
        font-weight: 500; }
      .content-text ul li span {
        color: #FFD140; }
  .content-text .links {
    margin-top: 15px;
    padding-left: 30px; }
    .content-text .links li {
      margin-bottom: 10px;
      padding-right: 15px; }
      .content-text .links li a {
        position: relative;
        width: 100%;
        display: inline-block; }
        .content-text .links li a:hover {
          color: #F7323F; }
        .content-text .links li a:before {
          content: '';
          width: 10px;
          height: 10px;
          background: url("../img/next-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: 0px;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          transition: all .5s ease; }

.paginate-pagination {
  position: relative;
  padding: 0; }
  .paginate-pagination ul {
    width: 100%;
    margin-bottom: 0; }
    .paginate-pagination ul li {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin: 0;
      margin-right: 25px;
      font-size: 12px; }
      .paginate-pagination ul li .page-prev {
        color: transparent;
        position: relative; }
        .paginate-pagination ul li .page-prev:before {
          content: '';
          position: absolute;
          width: 80%;
          height: 80%;
          left: 0;
          top: 3px;
          line-height: 30px;
          background: url("../img/next-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .paginate-pagination ul li .page-next {
        color: transparent;
        position: relative; }
        .paginate-pagination ul li .page-next:before {
          content: '';
          position: absolute;
          width: 80%;
          height: 80%;
          left: 0;
          top: 3px;
          line-height: 30px;
          background: url("../img/next-icon.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
      .paginate-pagination ul li .deactive {
        display: none; }
      .paginate-pagination ul li a {
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #595d65; }
        .paginate-pagination ul li a.active {
          background: #F7323F;
          color: white; }

.paginador {
  float: left;
  width: 100%;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 10px; }
  .paginador ul {
    padding: 0;
    float: right; }
    .paginador ul li {
      display: inline-block; }
      .paginador ul li a {
        color: #595d65;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center; }
        .paginador ul li a.current {
          background: #F7323F;
          color: white;
          font-weight: bold; }
        .paginador ul li a img {
          width: 10px; }

.item-over {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }
  .item-over img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over .img-bg {
    overflow: hidden;
    float: left;
    position: relative; }
  .item-over .caption {
    position: absolute;
    bottom: 0;
    background: #ffffff61;
    right: 0;
    width: 70%; }
    .item-over .caption span {
      z-index: 3;
      font-size: 14px;
      position: relative;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
    .item-over .caption .flecha {
      float: left;
      width: 20%;
      height: 80px;
      line-height: 80px;
      text-align: center;
      border-right: solid 1px #d2d2d4;
      font-size: 20px;
      color: #F7323F;
      position: relative;
      overflow: hidden; }
      .item-over .caption .flecha:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/next-red.png);
        background-size: 10px 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
      .item-over .caption .flecha:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: -100%;
        background-image: url(../img/next-white.png);
        background-size: 10px 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #F7323F;
        z-index: 1;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease; }
    .item-over .caption .texto {
      float: left;
      width: 80%;
      height: 80px;
      padding: 8px 15px;
      font-weight: 600;
      background: #fff;
      font-size: 16px;
      position: relative; }
      .item-over .caption .texto span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: black !important;
        margin: 0 !important; }
  .item-over:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over:hover .flecha:before {
    top: -100%;
    left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over:hover .flecha:after {
    left: 0%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over:hover span {
    color: white;
    margin-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.item-over-s2 {
  overflow: hidden;
  position: relative; }
  .item-over-s2 img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over-s2 .img-bg {
    overflow: hidden;
    float: left;
    position: relative; }
  .item-over-s2 .caption {
    position: absolute;
    bottom: 0;
    background: transparent;
    right: 0;
    width: 100%; }
    .item-over-s2 .caption span {
      z-index: 3;
      position: relative;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease; }
    .item-over-s2 .caption .flecha {
      float: left;
      width: 20%;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-right: solid 1px #d2d2d4;
      font-size: 20px;
      color: #F7323F;
      position: relative;
      overflow: hidden; }
      .item-over-s2 .caption .flecha:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/next-red.png);
        background-size: 10px 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease; }
      .item-over-s2 .caption .flecha:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: -100%;
        background-image: url(../img/next-white.png);
        background-size: 10px 15px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #F7323F;
        z-index: 1;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease; }
    .item-over-s2 .caption .texto {
      float: left;
      width: 80%;
      height: 55px;
      padding: 8px 15px;
      font-weight: 600;
      color: white;
      font-size: 16px;
      position: relative; }
      .item-over-s2 .caption .texto span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        color: white !important;
        margin: 0 !important; }
  .item-over-s2:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over-s2:hover .flecha:before {
    top: -100%;
    left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over-s2:hover .flecha:after {
    left: 0%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .item-over-s2:hover span {
    color: white;
    margin-left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }

.job-card {
  margin: 20px 0;
  float: left;
  width: 100%; }
  .job-card .title-section {
    margin-top: 0; }
    .job-card .title-section h3 {
      margin-top: 0;
      font-size: 18px; }
    .job-card .title-section:before {
      content: "";
      position: absolute;
      width: 160%;
      height: 7px;
      background: #ffd140;
      left: -170%;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .job-card p {
    font-size: 15px; }
  .job-card .download a {
    font-size: 16px; }
    .job-card .download a img {
      left: 0;
      padding: 0;
      margin-bottom: 0 !important; }
  .job-card img {
    padding: 15px;
    max-width: 60%;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 450px) {
    .job-card .title-section h3 {
      font-size: 20px; }
    .job-card .title-section:before {
      left: -163%; }
    .job-card img {
      max-width: 160px;
      margin-bottom: 20px; }
    .job-card .download .separator {
      width: 100%;
      height: 2px;
      background: #ffb359;
      left: 0;
      float: left;
      margin: 0;
      margin-left: -40px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.card {
  margin-bottom: 10px;
  min-height: 100px; }
  .card.card-contact figure {
    float: left;
    text-align: center;
    width: 40px; }
    .card.card-contact figure img {
      max-width: 100%;
      width: 20px;
      display: inline-block; }
  .card.card-contact .content-txt {
    float: left;
    width: 80%; }
    .card.card-contact .content-txt h3 {
      margin: 0; }
    .card.card-contact .content-txt p {
      font-size: 16px;
      color: #595d65; }

.red-btn {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F7323F;
  padding: 10px 20px;
  color: white; }

.jumbotron-custom {
  width: 100%;
  float: left;
  background: #f6f6f6; }
  .jumbotron-custom .min-height {
    min-height: 350px;
    position: relative; }
    @media (max-width: 450px) {
      .jumbotron-custom .min-height {
        min-height: auto; } }
  .jumbotron-custom .red-btn {
    float: none;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    background: #f7323f;
    padding: 15px 40px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    font-size: 20px; }
    @media (max-width: 450px) {
      .jumbotron-custom .red-btn {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-bottom: 30px; } }
  .jumbotron-custom.grey-right {
    position: relative; }
    .jumbotron-custom.grey-right:before {
      content: "";
      position: absolute;
      background: #f6f6f6;
      top: 0;
      right: 0;
      height: 100%;
      width: 40%; }
      @media (max-width: 450px) {
        .jumbotron-custom.grey-right:before {
          background: white; } }
  .jumbotron-custom li {
    font-size: 16px; }
    @media (max-width: 990px) {
      .jumbotron-custom li {
        font-size: 14px; } }
    @media (max-width: 450px) {
      .jumbotron-custom li {
        font-size: 14px; } }
  .jumbotron-custom h2 {
    font-size: 40px; }
    @media (max-width: 990px) {
      .jumbotron-custom h2 {
        font-size: 35px; } }
    @media (max-width: 450px) {
      .jumbotron-custom h2 {
        font-size: 30px; } }
  .jumbotron-custom .bottom-text {
    position: absolute;
    color: #ffffff4d;
    bottom: 0;
    left: -70px;
    z-index: 3;
    width: 230px;
    background: #201f2a;
    height: 60px;
    line-height: 60px;
    font-size: 14px; }
    @media (max-width: 450px) {
      .jumbotron-custom .bottom-text {
        display: none; } }
  .jumbotron-custom .divider {
    width: 100px;
    height: 400px;
    background: url("../img/pattern-yellow.png");
    background-size: cover;
    float: left;
    position: relative; }
    .jumbotron-custom .divider:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 120px;
      background: #1d1d26; }
    .jumbotron-custom .divider:after {
      content: '';
      position: absolute;
      top: 0;
      width: 500%;
      height: 100%;
      left: -500%;
      background: url("../img/pattern-yellow.png");
      background-size: contain;
      background-repeat: repeat-x; }
    .jumbotron-custom .divider .vertical-txt {
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl;
              writing-mode: vertical-rl;
      text-orientation: mixed;
      -webkit-transform: rotate(180deg) translateY(-50%);
         -moz-transform: rotate(180deg) translateY(-50%);
          -ms-transform: rotate(180deg) translateY(-50%);
              transform: rotate(180deg) translateY(-50%);
      margin-left: auto;
      left: 50%;
      position: absolute;
      font-size: 17px;
      color: #fff;
      opacity: .4;
      height: 180px;
      top: 0;
      text-align: center; }
    @media (max-width: 450px) {
      .jumbotron-custom .divider {
        display: none; } }
  .jumbotron-custom .center {
    position: relative;
    z-index: 2;
    top: 40%;
    width: 100%;
    -webkit-transform: translateY(-40%);
       -moz-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    float: left; }
  .jumbotron-custom .column {
    float: left;
    width: 49%;
    padding: 0 15px; }
    @media (max-width: 450px) {
      .jumbotron-custom .column {
        width: 100%; } }
  .jumbotron-custom .content {
    background-size: cover;
    float: left;
    position: relative;
    height: 400px;
    width: 80%; }
    .jumbotron-custom .content:after {
      content: '';
      width: 100px;
      height: 400px;
      position: absolute;
      bottom: 0;
      width: 80px;
      height: 100%;
      left: 0;
      background: url("../img/pattern-yellow.png"); }
      @media (max-width: 450px) {
        .jumbotron-custom .content:after {
          width: 40px; } }
    .jumbotron-custom .content:before {
      content: '';
      width: 100px;
      height: 400px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80px;
      height: 60px;
      background: #1d1d26;
      z-index: 1; }
      @media (max-width: 450px) {
        .jumbotron-custom .content:before {
          display: none; } }
    @media (max-width: 450px) {
      .jumbotron-custom .content {
        width: 100%;
        height: auto; }
        .jumbotron-custom .content ul {
          padding-left: 40px !important; }
        .jumbotron-custom .content .center {
          top: auto;
          -webkit-transform: inherit;
             -moz-transform: inherit;
              -ms-transform: inherit;
                  transform: inherit; } }
  .jumbotron-custom.jumbotron-second {
    background: white;
    position: relative; }
    .jumbotron-custom.jumbotron-second h2 {
      position: relative;
      z-index: 2; }
    @media (max-width: 450px) {
      .jumbotron-custom.jumbotron-second .center {
        padding: 0 10px; } }
    .jumbotron-custom.jumbotron-second .second:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 100%;
      right: 0;
      background: #f6f6f6; }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-second .second:before {
          background: #ffffff; } }
    .jumbotron-custom.jumbotron-second .second:after {
      content: '';
      position: absolute;
      width: 80px;
      height: 90px;
      left: 20%;
      bottom: 0;
      background: #1d1d26; }
    @media (max-width: 990px) {
      .jumbotron-custom.jumbotron-second .second:before {
        width: 90%; }
      .jumbotron-custom.jumbotron-second .second:after {
        left: 10%; } }
    @media (max-width: 450px) {
      .jumbotron-custom.jumbotron-second .second:before {
        width: 100%; }
      .jumbotron-custom.jumbotron-second .second:after {
        display: none; } }
  .jumbotron-custom.jumbotron-altern {
    background: #f8e72b;
    min-height: 200px; }
    .jumbotron-custom.jumbotron-altern .red-btn {
      float: none;
      position: relative;
      right: auto;
      top: auto;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
              transform: none;
      background: #f7323f;
      padding: 10px 20px;
      color: #fff;
      margin-top: 5px;
      display: inline-block; }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-altern .red-btn {
          width: 100%;
          margin: 0;
          text-align: center;
          margin-bottom: 30px; } }
    .jumbotron-custom.jumbotron-altern .caption {
      background: #1d1d26;
      color: #FFB359;
      position: relative;
      float: right;
      height: 150px;
      width: 80%; }
      .jumbotron-custom.jumbotron-altern .caption p {
        float: left;
        padding: 14px 0;
        width: 80%; }
        @media (max-width: 450px) {
          .jumbotron-custom.jumbotron-altern .caption p {
            width: 100%;
            text-align: center; } }
      .jumbotron-custom.jumbotron-altern .caption .vertical-txt {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
                writing-mode: vertical-rl;
        text-orientation: mixed;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
                transform: none;
        margin-left: 20px;
        font-size: 22px;
        opacity: .4;
        color: grey; }
        @media (max-width: 450px) {
          .jumbotron-custom.jumbotron-altern .caption .vertical-txt {
            display: none; } }
      @media (max-width: 990px) {
        .jumbotron-custom.jumbotron-altern .caption {
          width: 90%; } }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-altern .caption {
          width: 100%;
          height: auto; }
          .jumbotron-custom.jumbotron-altern .caption .center {
            padding: 5px; } }
    @media (max-width: 450px) {
      .jumbotron-custom.jumbotron-altern {
        padding-top: 20px; } }
  .jumbotron-custom.jumbotron-altern-second {
    background: white;
    min-height: 200px; }
    .jumbotron-custom.jumbotron-altern-second .line-sep {
      position: relative;
      padding: 30px 0; }
      .jumbotron-custom.jumbotron-altern-second .line-sep:after {
        position: absolute;
        content: "";
        width: 500%;
        height: 8px;
        background: #ffd140;
        top: 0;
        left: -400%; }
    .jumbotron-custom.jumbotron-altern-second .red-btn {
      float: none;
      position: relative;
      right: auto;
      top: auto;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
              transform: none;
      background: #f7323f;
      padding: 15px 40px;
      color: #fff;
      margin-top: 5px;
      display: inline-block;
      font-size: 20px; }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-altern-second .red-btn {
          width: 100%;
          margin: 0;
          text-align: center;
          margin-bottom: 30px; } }
    .jumbotron-custom.jumbotron-altern-second .caption {
      background: #1d1d26;
      color: #FFB359;
      position: relative;
      float: right;
      height: 150px;
      width: 80%; }
      .jumbotron-custom.jumbotron-altern-second .caption p {
        float: left;
        padding: 14px 0;
        width: 80%; }
      .jumbotron-custom.jumbotron-altern-second .caption .vertical-txt {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
                writing-mode: vertical-rl;
        text-orientation: mixed;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
                transform: none;
        margin-left: 20px;
        font-size: 22px;
        opacity: .4;
        color: grey; }
      @media (max-width: 990px) {
        .jumbotron-custom.jumbotron-altern-second .caption {
          width: 90%; } }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-altern-second .caption {
          width: 100%;
          height: auto; }
          .jumbotron-custom.jumbotron-altern-second .caption .center {
            padding: 5px; } }
    @media (max-width: 450px) {
      .jumbotron-custom.jumbotron-altern-second {
        padding-top: 20px; } }
  .jumbotron-custom.jumbotron-contact {
    background: white; }
    @media (max-width: 450px) {
      .jumbotron-custom.jumbotron-contact .card {
        min-height: auto; } }
    .jumbotron-custom.jumbotron-contact .pad {
      padding-top: 60px; }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-contact .pad {
          border: none;
          padding-top: 10px; } }
    .jumbotron-custom.jumbotron-contact .separator {
      border-right: solid 4px #e8e8e9;
      padding: 30px 0; }
      @media (max-width: 450px) {
        .jumbotron-custom.jumbotron-contact .separator {
          border: none;
          padding: 0; } }
  @media (max-width: 450px) {
    .jumbotron-custom .center {
      top: auto;
      -webkit-transform: inherit;
         -moz-transform: inherit;
          -ms-transform: inherit;
              transform: inherit; } }

.deportes-jumbotron {
  background-image: url(../img/home-deporte.png);
  background-size: cover;
  min-height: 400px; }
  .deportes-jumbotron .caption {
    float: right;
    width: 40%; }
    @media (max-width: 990px) {
      .deportes-jumbotron .caption {
        width: 50%; } }
    @media (max-width: 450px) {
      .deportes-jumbotron .caption {
        width: 90%; } }
    .deportes-jumbotron .caption .head {
      background: url("../img/pattern-yellow.png");
      background-size: cover;
      width: 100%;
      float: left;
      padding-right: 60px;
      padding-left: 100px; }
      .deportes-jumbotron .caption .head h2 {
        font-size: 40px;
        color: white; }
      @media (max-width: 990px) {
        .deportes-jumbotron .caption .head {
          padding-left: 20px;
          padding-right: 0; } }
    .deportes-jumbotron .caption .content {
      padding: 6% 20%;
      color: white;
      float: left;
      max-width: 100%; }
  .deportes-jumbotron .final {
    background: white;
    float: right;
    height: 400px;
    width: 100px; }
    .deportes-jumbotron .final h4 {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-transform: rotate(0) translateY(-50%);
         -moz-transform: rotate(0) translateY(-50%);
          -ms-transform: rotate(0) translateY(-50%);
              transform: rotate(0) translateY(-50%);
      top: 50%;
      color: #7d7f82;
      margin-left: 40px;
      position: relative; }
    @media (max-width: 990px) {
      .deportes-jumbotron .final {
        display: none; } }

/*Inicio Footer*/
footer {
  padding: 3% 0;
  padding-bottom: 0;
  background: #e8e8e9;
  float: left;
  width: 100%; }
  footer .bottom {
    background-color: #1d1d26;
    background-image: url(../img/textura-rayas.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px;
    color: white; }
    footer .bottom .links {
      height: 80px;
      line-height: 80px; }
      footer .bottom .links span {
        color: #FFB359; }
      footer .bottom .links a {
        color: white; }
        footer .bottom .links a:hover {
          color: #FFD140; }
      footer .bottom .links .redes {
        text-align: right; }
        footer .bottom .links .redes a {
          display: inline-block;
          margin-right: 10px; }
    footer .bottom ul {
      padding: 0; }
      footer .bottom ul li {
        display: inline-block;
        font-size: 14px; }
  footer ul {
    padding: 0; }
    footer ul li {
      list-style: none; }
      footer ul li a {
        color: #1d1d26;
        font-size: 14px; }
        footer ul li a:hover {
          color: #F7323F; }
  footer .footer-logo {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    max-width: 200px; }

@media (max-width: 990px) {
  .logo-footer-mob {
    text-align: center; }
    .logo-footer-mob img {
      display: inline-block;
      max-width: 150px; }
    .logo-footer-mob ul {
      padding: 0; }
      .logo-footer-mob ul li {
        display: inline-block;
        margin-right: 6px;
        margin-top: 10px;
        margin-bottom: 10px; }
  .pre-foot-title {
    width: 80%;
    position: absolute;
    bottom: auto;
    left: 50%;
    color: #fff;
    font-size: 3vw;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .pre-foot-txt {
    font-size: 14px; } }

@media (max-width: 450px) {
  .pre-foot-title {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 3vw;
    padding-left: 40px;
    padding-bottom: 30px; }
  .pre-foot-txt {
    float: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    color: #595d65;
    font-size: 18px; }
  .pos-footer {
    background: #e8e8e9;
    height: 50px; }
  .pre-foot-title {
    font-size: 8vw;
    padding-left: 40px;
    padding-bottom: 5px; } }

/*Final Footer*/
.safari .col-lg-3 {
  width: 24%; }

.safari .col-sm-4 {
  width: 32.33333333%; }

.safari .col-md-6 {
  width: 49%; }

.safari .full-menu .col-md-6 {
  width: 50%; }

.safari .col-sm-8 {
  width: 66.666666667%; }

.safari .col-md-4 {
  width: 32.33333333%; }

.safari .white-m {
  width: 33.33%; }

@media (max-width: 990px) {
  .safari .white-m {
    width: 100% !important; }
  .safari .col-md-6 {
    width: 49%; }
  .safari .col-md-12 {
    width: 100%; }
  .safari .col-md-4 {
    width: 100%; } }

@media (max-width: 450px) {
  .safari .col-md-6 {
    width: 100%; }
  .safari .col-md-4 {
    width: inherit; }
  .safari .full-menu .col-md-6 {
    width: 100%; }
  .safari .col-lg-3 {
    width: inherit; }
  .safari .col-md-12 {
    width: 100%; } }

@media (max-width: 1024px) {
  .breadcrumbs ol {
    padding: 0; }
    .breadcrumbs ol li {
      font-size: 13px !important; } }

@media (max-width: 990px) {
  .font-40 {
    font-size: 40px !important; }
  .form-search-container {
    height: auto; }
  .list-item .icon img {
    display: inline-block;
    max-width: 100%; }
  .nav-tabs > li.active > a:focus {
    border: none !important; }
  .movil-tabs {
    padding: 0 10px;
    background: white; }
    .movil-tabs ul {
      padding: 0 10px;
      background: #fff;
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 9;
      border-bottom: solid 2px #8080802e;
      display: none; }
      .movil-tabs ul li {
        width: 100% !important;
        text-align: left; }
        .movil-tabs ul li a {
          text-align: left;
          font-size: 16px !important; }
    .movil-tabs .action {
      display: block;
      position: relative;
      height: 70px;
      line-height: 70px;
      border-bottom: solid 2px #8080802e; }
      .movil-tabs .action h4 {
        display: inline-block;
        width: auto;
        margin: 0; }
      .movil-tabs .action .open-menu:before {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("../img/menu-cerrado.png");
        background-size: contain;
        background-repeat: no-repeat; }
      .movil-tabs .action .opened:before {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("../img/menu-abierto.png");
        background-size: contain;
        background-repeat: no-repeat; }
  .container {
    padding: 0; }
  .hidden-tab {
    display: none !important; }
  .side-bar hr {
    display: none; }
  .side-bar {
    min-height: auto; }
  .eventos-sidebar h2 {
    font-size: 25px; }
  .reset-c {
    font-size: 11px; }
  .download-link img {
    width: 10px !important;
    display: inline-block !important; }
  .container {
    width: 100%; }
  .show-laptop {
    display: block !important; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .size-two {
    min-height: 350px !important; }
  .is-fixed {
    display: block;
    bottom: 0%;
    left: 0;
    position: fixed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease; }
  .size-f {
    min-height: 500px !important;
    background-position: top !important; }
  .icon-white .container-ico {
    padding: 5px; }
  .panel-white p {
    color: #595d65;
    font-size: 14px; }
  .img-peq {
    max-width: 180px !important;
    margin: 10px 0 !important;
    float: left !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .no-padding-r {
    padding: 0; }
  .bottom-mob {
    background-color: #1d1d26;
    background-image: url(../img/textura-rayas.png);
    background-size: cover;
    padding-bottom: 0px;
    color: white;
    font-size: 12px; }
    .bottom-mob span {
      color: #FFB359; }
    .bottom-mob a {
      color: white; }
    .bottom-mob h3 {
      font-size: 16px;
      font-weight: bold;
      color: #e5e5e6; }
    .bottom-mob .creditos {
      font-size: 11px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 15px; }
      .bottom-mob .creditos hr {
        border-top: 2px solid #34343c; }
    .bottom-mob .redes {
      list-style: none;
      width: 100%;
      float: left;
      text-align: left; }
      .bottom-mob .redes a {
        color: #fff;
        margin-right: 16px;
        display: inline-block; }
        .bottom-mob .redes a:hover {
          color: #FFB359; }
  .check-bullets ul {
    width: 100%; }
  .close img {
    width: 27px; }
  .bg-m h2, .bg-m h3 {
    font-size: 9vw;
    font-weight: 700; }
  .nav-tabs li {
    width: 50%; }
  .list-two-cols ul {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0px; }
  .text-block img {
    float: right;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; }
  .text-block p {
    margin: 10px 0 !important; }
  .download a {
    width: auto;
    text-align: right;
    font-size: 16px; }
  .vertical-txt {
    margin-left: 0;
    font-size: 15px; }
  nav {
    padding: 0 2%;
    padding-top: 2%; }
    nav .logotipo {
      width: 40%;
      float: left; }
    nav ul {
      width: 60%; }
  .buscador-full .buscador-content h3 {
    font-size: 6vw; }
  .buscador-full .buscador-content .form-control {
    font-size: 2.5vw; } }

@media (max-width: 450px) {
  .list-item .icon {
    text-align: center;
    margin-bottom: 30px; }
    .list-item .icon img {
      display: inline-block;
      max-width: 180px; }
  .font-40 {
    font-size: 28px !important; }
  .container {
    padding: 0; }
  .hidden-xs {
    display: none !important; }
  .show-laptop {
    display: none !important; }
  .col-sm-3 {
    width: 100%; }
  .col-sm-6 {
    width: 100%; }
  .col-sm-4 {
    width: 100%; }
  .col-sm-8 {
    width: 100%; }
  .list-responsive ul {
    display: none; }
  .row-eq-height {
    display: inherit; }
  .list-menu-inner ul {
    display: none; }
  .list-menu-inner .inner-tabs li {
    width: auto !important; }
  .enfasis-nav {
    display: none; }
  .title-section h3 {
    color: #ffd140;
    font-size: 17px; }
  .p40 {
    padding: 0; }
  .parallax {
    min-height: 350px; }
  .menos-100 {
    margin-top: -50px; }
  .title-desc {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
  .download-link {
    color: #f7323f;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    display: inline-block; }
    .download-link img {
      width: 10px !important;
      display: inline-block !important; }
  .text-block img {
    width: auto;
    max-width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .hidden-xs {
    padding: 0; }
  .panel-white {
    padding: 0; }
  .carousels .slick-list {
    overflow: hidden; }
  .center-v {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px !important; }
  .size-two {
    min-height: 280px !important; }
    .size-two .caption {
      width: 90%; }
  .cr {
    margin-left: 20px;
    float: left !important; }
  .he-50p {
    height: 100px; }
  .size-f {
    min-height: 360px !important; }
  .size-three {
    min-height: 210px !important; }
    .size-three h1 {
      padding-right: 30px; }
  .download .separator {
    margin-left: -40px; }
  .download a {
    font-size: 14px;
    width: auto; }
  .m40 {
    margin: 0px 0; }
  .mobile-menu h5 span {
    color: #74787e;
    font-size: 11px; }
  .download a {
    font-size: 14px;
    width: auto; }
  .search-results > li {
    padding: 14px; }
    .search-results > li .caption {
      float: left;
      width: 100%; }
    .search-results > li .link {
      width: 100%;
      height: 30px;
      line-height: 30px;
      text-align: left;
      margin-top: 20px;
      padding: 0 5px;
      border-top: solid 1px #eeeeef; }
      .search-results > li .link a {
        margin-top: 5px;
        display: inline-block; }
  .img-peq {
    max-width: 130px !important;
    margin: 10px 0 !important;
    float: left !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
