.b1alumni {
  position: relative;
  z-index: 2;
  padding: 86px 0 57px 0;
}
@media screen and (max-width: 1024px) {
  .b1alumni {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b1alumni {
    padding: 50px 0;
  }
}
.b1alumni_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b1alumni_slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
.b1alumni_slider .slick-dots {
  font-size: 0;
  text-align: left;
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .b1alumni_slider .slick-dots {
    text-align: center;
    bottom: -30px;
  }
}
.b1alumni_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 27px 0 0;
}
@media screen and (max-width: 767px) {
  .b1alumni_slider .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.b1alumni_slider .slick-dots li.slick-active button {
  background: #333;
}
.b1alumni_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.b1alumni_slider .slick-dots li button:before {
  display: none;
}
.b1alumni_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b1alumni_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b1alumni_left {
  width: 56.5833%;
  position: relative;
  z-index: 2;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .b1alumni_left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.b1alumni_right {
  width: 65.75%;
  margin-left: -22.3333%;
}
@media screen and (max-width: 767px) {
  .b1alumni_right {
    width: 100%;
    margin-left: 0;
  }
}
.b1alumni_titles h2 {
  line-height: 1;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 1024px) {
  .b1alumni_titles h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .b1alumni_titles h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .b1alumni_titles h2 {
    font-size: 15px;
  }
}
.b1alumni_titles h2:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #132a70;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b1alumni_titles h2:after {
    height: 3px;
  }
}
@media screen and (max-width: 960px) {
  .b1alumni_titles h2:after {
    height: 2px;
  }
}
.b1alumni_titles h3 {
  line-height: 1.3;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1alumni_titles h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .b1alumni_titles h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .b1alumni_titles h3 {
    font-size: 22px;
  }
}
.b1alumni_portada {
  width: 100%;
  height: 431px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b1alumni_portada {
    height: 350px;
  }
}
.b1alumni_portada:before {
  content: "";
  width: 53.86565272496831%;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  position: absolute;
  top: 0;
  left: 0;
}

.b1contacto {
  background: #f6f7f9;
}
.b1contacto_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b1contacto_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b1contacto_left {
  width: 37.5833%;
  background: #0380d0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 84px 145px 0 0;
}
@media screen and (max-width: 1024px) {
  .b1contacto_left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b1contacto_left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_left {
    width: 100%;
    padding: 50px 0;
  }
}
.b1contacto_left:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0380d0;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 767px) {
  .b1contacto_left:before {
    width: 3%;
    left: -3%;
    right: inherit;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_left:after {
    content: "";
    width: 3%;
    height: 100%;
    background: #0380d0;
    position: absolute;
    top: 0;
    right: -3%;
  }
}
.b1contacto_right {
  width: 62.4167%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 0 83px 81px;
}
@media screen and (max-width: 1024px) {
  .b1contacto_right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b1contacto_right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_right {
    width: 100%;
    padding: 50px 0;
  }
}
.b1contacto_title {
  margin-bottom: 29px;
}
.b1contacto_title h1 {
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-weight: normal;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1contacto_title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_title h1 {
    font-size: 32px;
  }
}
.b1contacto_subtitle {
  margin-bottom: 35px;
}
.b1contacto_subtitle h2 {
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1contacto_subtitle h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b1contacto_subtitle h2 {
    font-size: 16px;
  }
}
.b1contacto_block {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 24px 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .b1contacto_block {
    padding: 20px 10px;
  }
}
.b1contacto_block .b1contacto_box {
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.b1contacto_item {
  margin-bottom: 17px;
}
.b1contacto_item:last-child {
  margin-bottom: 0;
}
.b1contacto_textup {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 14px;
  margin: 0 0 6px 0;
}
.b1contacto_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 63px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px 0 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .b1contacto_box {
    padding: 0 10px;
  }
}
.b1contacto_box:last-child {
  margin-bottom: 0;
}
.b1contacto_box_icon {
  display: block;
  width: 25px;
  line-height: 1;
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1contacto_box_icon {
    width: 22px;
    font-size: 22px;
  }
}
.b1contacto_box_text {
  width: calc(100% - 40px);
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .b1contacto_box_text {
    width: calc(100% - 30px);
    font-size: 18px;
  }
}
.b1contacto_box_text p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b1contacto_box_text a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b1contacto_box_text a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
.b1contacto_box_text_address {
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .b1contacto_box_text_address {
    font-size: 17px;
  }
}
.b1contacto_fields > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b1contacto_fields > ul > li {
  width: 48.1132%;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .b1contacto_fields > ul > li {
    width: 100%;
  }
}
.b1contacto_fields > ul > li.full {
  width: 100%;
}
.b1contacto_requiredtext {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.b1contacto_requiredtext strong {
  color: #eb5757;
  font-weight: normal;
}
.b1contacto_requiredtext p {
  margin: 0;
}
.b1contacto_check a {
  display: inline;
}
.b1contacto_btn {
  text-align: center;
  margin-top: 35px;
}
.b1contacto_select2_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #828282;
  display: block;
  pointer-events: none;
  margin: 0;
  margin-bottom: 5px;
}
.b1contacto_select2_text strong {
  color: #eb5757;
  font-weight: normal;
}
.b1contacto_select2_icon {
  position: absolute;
  top: 21px;
  right: 14px;
  font-size: 7px;
  color: #3b4256;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1contacto_select2_field {
  position: relative;
}
.b1contacto_select2_field .select2-container {
  width: 100% !important;
}
.b1contacto_select2_field .select2-container--default.select2-container--focus .select2-selection--multiple,
.b1contacto_select2_field .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #4f4f4f;
}
.b1contacto_select2_field .select2-container .select2-selection--multiple,
.b1contacto_select2_field .select2-container .select2-selection--single {
  min-height: 48px;
  background: #f8fafa;
}
.b1contacto_select2_field .select2-container--default .select2-selection--multiple,
.b1contacto_select2_field .select2-container--default .select2-selection--single {
  border-color: transparent;
}
.b1contacto_select2_field .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.b1contacto_select2_field .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.select-2--white .b1contacto_select2_field .select2-container--default .select2-selection--multiple,
.select-2--white .b1contacto_select2_field .select2-container--default .select2-selection--single {
  background: #fff;
}

.css_lightgallery .lg-backdrop {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.css_lightgallery .lg-toolbar {
  background: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.css_lightgallery .lg-close {
  color: #fff;
  font-size: 40px;
}
@media screen and (min-width: 1025px) {
  .css_lightgallery .lg-close:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.b1home {
  position: relative;
}
.b1home_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.b1home_slider .slick-dots {
  background: #f00;
  max-width: 1200px;
  width: 94%;
  font-size: 0;
  text-align: left;
  z-index: 70;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .b1home_slider .slick-dots {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b1home_slider .slick-dots {
    bottom: 45px;
  }
}
.b1home_slider .slick-dots li {
  width: 14px;
  height: auto;
  position: relative;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 960px) {
  .b1home_slider .slick-dots li {
    margin: 0 12px;
  }
}
.b1home_slider .slick-dots li.slick-active button {
  background: #fff;
}
.b1home_slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.b1home_slider .slick-dots li button:before {
  display: none;
}
.b1home_block {
  font-size: 0;
}
.b1home_banner {
  width: 100%;
  height: 647px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1home_banner {
    height: 550px;
  }
}
.b1home_banner:before {
  content: "";
  width: 54.114583333333336%;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, rgba(0,0,0,0.544) -1.26%, rgba(0,0,0,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, rgba(0,0,0,0.544) -1.26%, rgba(0,0,0,0) 98.85%);
  background: -o-linear-gradient(1.36deg, rgba(0,0,0,0.544) -1.26%, rgba(0,0,0,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, rgba(0,0,0,0.544) -1.26%, rgba(0,0,0,0) 98.85%);
  background: linear-gradient(88.64deg, rgba(0,0,0,0.544) -1.26%, rgba(0,0,0,0) 98.85%);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  left: 0;
}
.b1home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .b1home_info {
    text-align: center;
  }
}
.b1home_box {
  max-width: 513px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_box {
    max-width: 400px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_box {
    margin: 0 auto;
  }
}
.b1home_title {
  margin-bottom: 16px;
}
.b1home_title h2 {
  line-height: 1.1;
  color: #fff;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 50px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_title h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_title h2 {
    font-size: 30px;
  }
}
.b1home_text {
  line-height: 1.1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .b1home_text {
    font-size: 18px;
  }
}
.b1home_text p {
  margin: 0;
}
.b1home_buttons a {
  text-transform: uppercase;
  margin-top: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 1024px) {
  .b1home_buttons a {
    max-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_buttons a {
    max-width: 140px;
    font-size: 14px;
    text-transform: inherit;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .b1home_buttons a:last-child {
    margin-right: 0;
  }
}
.b1home_video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 540px;
  width: 100%;
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  position: absolute;
  bottom: 35px;
  right: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_video {
    max-width: 440px;
    bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_video {
    max-width: none;
    position: static;
    bottom: inherit;
    right: inherit;
  }
}
.b1home_video_left {
  width: 193px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b1home_video_left {
    width: 150px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_video_left {
    width: 193px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_video_left {
    width: 100px;
    height: 138px;
  }
}
.b1home_video_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: calc(100% - 193px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 70px 10px 39px;
}
@media screen and (max-width: 1024px) {
  .b1home_video_right {
    width: calc(100% - 150px);
    padding: 10px 15px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_video_right {
    width: calc(100% - 193px);
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_video_right {
    width: calc(100% - 100px);
    padding-left: 0;
    padding-right: 15px;
  }
}
.b1home_video_portada {
  width: 100%;
  height: 138px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_video_portada {
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  .b1home_video_portada {
    height: 138px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_video_portada {
    display: none;
  }
}
.b1home_video_play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 68px;
  height: 68px;
  color: #eb5757;
  font-size: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  margin: auto;
}
.b1home_video_title {
  margin-bottom: 5px;
}
.b1home_video_title h3 {
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1home_video_title h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .b1home_video_title a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b1home_video_title a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.b1home_video_text {
  line-height: 1.1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .b1home_video_text {
    font-size: 14px;
  }
}
.b1home_video_text p {
  margin: 0;
}

.b1nosotros {
  padding-bottom: 50px;
  padding-top: 86px;
}
@media screen and (max-width: 1024px) {
  .b1nosotros {
    padding: 40px 0px;
  }
}
.b1nosotros_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 400px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .b1nosotros_container {
    padding: 0;
  }
}
.b1nosotros_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .b1nosotros_info {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
  }
}
.b1nosotros_inner_text h1 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 19px;
}
.b1nosotros_inner_text h1:before {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #0380d0;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b1nosotros_inner_text h2 {
  font-weight: normal;
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  line-height: 58px;
  margin-bottom: 25px;
}
.b1nosotros_inner_text p {
  max-width: 510px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1nosotros_inner_text h2 {
    line-height: 1.3;
  }
}
.b1nosotros_img {
  width: 100%;
  position: relative;
}
.b1nosotros_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 425px;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
}
.b1nosotros_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b1nosotros_contenido {
  padding-top: 73px;
  max-width: 583px;
  width: 93%;
  margin: auto;
  font-size: 17px;
  line-height: 24px;
}

.b1publicaciones {
  position: relative;
  z-index: 2;
  padding: 91px 0 99px 0;
}
@media screen and (max-width: 1024px) {
  .b1publicaciones {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b1publicaciones {
    padding: 50px 0;
  }
}
.b1publicaciones_content {
  position: relative;
  z-index: 2;
}
.b1publicaciones_slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_slider .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
.b1publicaciones_slider .slick-dots {
  font-size: 0;
  text-align: left;
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_slider .slick-dots {
    text-align: center;
    bottom: -30px;
  }
}
.b1publicaciones_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 27px 0 0;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_slider .slick-dots li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.b1publicaciones_slider .slick-dots li.slick-active button {
  background: #333;
}
.b1publicaciones_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.b1publicaciones_slider .slick-dots li button:before {
  display: none;
}
.b1publicaciones_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b1publicaciones_left {
  width: 56.5833%;
  position: relative;
  z-index: 2;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.b1publicaciones_right {
  width: 65.75%;
  margin-left: -22.3333%;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_right {
    width: 100%;
    margin-left: 0;
  }
}
.b1publicaciones_titles h2 {
  line-height: 1;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 1024px) {
  .b1publicaciones_titles h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .b1publicaciones_titles h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .b1publicaciones_titles h2 {
    font-size: 15px;
  }
}
.b1publicaciones_titles h2:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #132a70;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b1publicaciones_titles h2:after {
    height: 3px;
  }
}
@media screen and (max-width: 960px) {
  .b1publicaciones_titles h2:after {
    height: 2px;
  }
}
.b1publicaciones_titles h3 {
  line-height: 1.3;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1publicaciones_titles h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .b1publicaciones_titles h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .b1publicaciones_titles h3 {
    font-size: 22px;
  }
}
.b1publicaciones_text {
  max-width: 510px;
  width: 100%;
  line-height: 1.65;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 767px) {
  .b1publicaciones_text {
    line-height: 1.4;
    font-size: 14px;
  }
}
.b1publicaciones_text p {
  margin: 0;
}
.b1publicaciones_portada {
  width: 100%;
  height: 431px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 960px) {
  .b1publicaciones_portada {
    height: 350px;
  }
}
.b1publicaciones_portada:before {
  content: "";
  width: 53.86565272496831%;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  position: absolute;
  top: 0;
  left: 0;
}

.b1trabaja {
  background: #f6f7f9;
}
.b1trabaja_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b1trabaja_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b1trabaja_left {
  width: 37.5833%;
  background: #0380d0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 84px 144px 0 0;
}
@media screen and (max-width: 1024px) {
  .b1trabaja_left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b1trabaja_left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_left {
    width: 100%;
    padding: 50px 0;
  }
}
.b1trabaja_left:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0380d0;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 767px) {
  .b1trabaja_left:before {
    width: 3%;
    left: -3%;
    right: inherit;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_left:after {
    content: "";
    width: 3%;
    height: 100%;
    background: #0380d0;
    position: absolute;
    top: 0;
    right: -3%;
  }
}
.b1trabaja_right {
  width: 62.4167%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 84px 0 116px 81px;
}
@media screen and (max-width: 1024px) {
  .b1trabaja_right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b1trabaja_right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_right {
    width: 100%;
    padding: 50px 0;
  }
}
.b1trabaja_title {
  margin-bottom: 42px;
}
.b1trabaja_title h1 {
  line-height: 1.3;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-weight: normal;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1trabaja_title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b1trabaja_title h1 {
    font-size: 32px;
  }
}
.b1trabaja_subtitle {
  margin-bottom: 53px;
}
.b1trabaja_subtitle h2 {
  line-height: 1.3;
  color: #fff;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1trabaja_subtitle h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_subtitle h2 {
    font-size: 16px;
  }
}
.b1trabaja_email {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 306px;
  width: 100%;
  height: 63px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1trabaja_email {
    padding: 0 10px;
  }
}
.b1trabaja_email_icon {
  display: block;
  width: 25px;
  line-height: 1;
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1trabaja_email_icon {
    width: 22px;
    font-size: 22px;
  }
}
.b1trabaja_email_text {
  width: calc(100% - 40px);
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
}
.b1trabaja_email_text p {
  margin: 0;
}
.b1trabaja_item {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin-bottom: 63px;
}
.b1trabaja_head {
  border-bottom: 4px solid #f6f7f9;
}
.b1trabaja_head h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 95px;
  line-height: 1.1;
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 22px;
  position: relative;
  padding: 0 130px 0 48px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b1trabaja_head h2 {
    padding-left: 30px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_head h2 {
    height: 74px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b1trabaja_head h2:before {
  content: "\e907";
  display: inline-block;
  color: #333;
  font-family: 'icomoon';
  font-size: 9px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 90px;
}
@media screen and (max-width: 960px) {
  .b1trabaja_head h2:before {
    right: 20px;
  }
}
.b1trabaja_select {
  position: relative;
  padding: 0 130px 0 48px;
  height: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.b1trabaja_select ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  border-top: 1px solid rgba(3,128,208,0.15);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.b1trabaja_select ul.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b1trabaja_select ul li {
  padding: 10px 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 18px;
}
.b1trabaja_select:before {
  content: "\e907";
  display: inline-block;
  color: #333;
  font-family: 'icomoon';
  font-size: 9px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 90px;
}
@media screen and (max-width: 960px) {
  .b1trabaja_select:before {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b1trabaja_select {
    padding-left: 30px;
    padding-right: 50px;
  }
  .b1trabaja_select ul li {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_select {
    height: 74px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .b1trabaja_select ul li {
    padding: 10px 15px;
  }
}
.b1trabaja_select_text {
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 22px;
}
.b1trabaja_contain {
  position: relative;
}
.b1trabaja_contain_box {
  padding: 19px 62px 64px 57px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
}
.b1trabaja_contain_box.active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .b1trabaja_contain_box {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1trabaja_contain_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b1trabaja_box {
  margin-bottom: 23px;
}
.b1trabaja_box:last-child {
  margin-bottom: 0;
}
.b1trabaja_box_subtitle {
  margin-bottom: 12px;
}
.b1trabaja_box_subtitle h3 {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b1trabaja_box_subtitle h3 {
    font-size: 16px;
  }
}
.b1trabaja_box_list {
  line-height: 1.3;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
}
.b1trabaja_box_list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}
.b1trabaja_box_list li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/b1trabaja-diamante.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}
.b1trabaja_box_list li:last-child {
  margin-bottom: 0;
}
.b1trabaja_titleform {
  margin-bottom: 17px;
}
.b1trabaja_titleform h2 {
  line-height: 1.1;
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
}
.b1trabaja_fields ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b1trabaja_fields li {
  width: 48.1132%;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .b1trabaja_fields li {
    width: 100%;
  }
}
.b1trabaja_fields li.full {
  width: 100%;
}
.b1trabaja_file {
  width: 48.1132%;
  margin: 0 0 44px 0;
}
@media screen and (max-width: 960px) {
  .b1trabaja_file {
    width: 100%;
  }
}
.b1trabaja_file .input_file_label {
  border: 1px solid #4f4f4f;
}
.b1trabaja_typeformat {
  display: block;
  line-height: 1;
  color: #828282;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  margin: 5px 0 0 0;
}
.b1trabaja_requiredtext {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
.b1trabaja_requiredtext strong {
  color: #eb5757;
  font-weight: normal;
}
.b1trabaja_requiredtext p {
  margin: 0;
}
.b1trabaja_check a {
  display: inline;
}
.b1trabaja_btn {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .b1trabaja_btn {
    text-align: center;
  }
}

.b2alumni {
  background: #f5f7f6;
  position: relative;
  padding: 94px 0;
}
@media screen and (max-width: 1024px) {
  .b2alumni {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b2alumni {
    padding: 50px 0;
  }
}
.b2alumni:after {
  content: "";
  width: 721px;
  height: 748px;
  background-image: url("../img/b2alumni-lines.png");
  position: absolute;
  top: -274px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b2alumni:after {
    display: none;
  }
}
.b2alumni_content {
  position: relative;
  z-index: 2;
}
.b2alumni_title {
  margin-bottom: 41px;
}
.b2alumni_title h2 {
  line-height: 1.1;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2alumni_title h2 {
    font-size: 22px;
    text-align: center;
  }
}
.b2alumni_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .b2alumni_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2alumni_box {
  display: block;
  width: 31.8333%;
  background: #fff;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  margin: 0 2.25% 30px 0;
}
@media screen and (max-width: 960px) {
  .b2alumni_box {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .b2alumni_box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 961px) {
  .b2alumni_box:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .b2alumni_box:nth-child(2n+2) {
    margin-right: 0;
  }
}
.b2alumni_portada {
  width: 100%;
  height: 211px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
.b2alumni_info {
  padding: 31px 35px 20px 35px;
}
@media screen and (max-width: 1024px) {
  .b2alumni_info {
    padding: 30px 15px 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .b2alumni_info {
    padding: 20px 10px;
  }
}
.b2alumni_subtitle h3 {
  line-height: 1.3;
  color: #333;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2alumni_subtitle h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b2alumni_subtitle h3 {
    font-size: 15px;
  }
}
.b2alumni_date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2alumni_date_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px;
}
.b2alumni_date_icon {
  display: block;
  line-height: 1;
  color: #0380d0;
  font-size: 24px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .b2alumni_date_icon {
    font-size: 20px;
  }
}
.b2alumni_date_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2alumni_date_text {
    font-size: 13px;
  }
}
.b2alumni_link {
  text-align: center;
  margin-top: 30px;
}

.b2contacto {
  padding: 43px 0;
}
.b2contacto_title {
  margin-bottom: 10px;
}
.b2contacto_title h2 {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.b2contacto_text {
  line-height: 1.3;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
}
.b2contacto_text p {
  margin: 0;
}

.b2detalle_maestria_presentacion {
  margin-bottom: 60px;
  position: relative;
}
.b2detalle_maestria_presentacion_container {
  background: #f5f7f6;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
.b2detalle_maestria_presentacion_container>* {
  width: calc(100% / 5);
  padding: 38px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 60px;
}
.b2detalle_maestria_presentacion_container>* span {
  position: absolute;
  top: 0;
  font-size: 20px;
  height: 20px;
  color: #ff9012;
  bottom: 0;
  margin: auto;
  display: inline-block;
  left: 25px;
}
.b2detalle_maestria_presentacion_container>*:first-child {
  background-color: #ff9012;
  color: #fff;
  border-radius: 4px;
}
.b2detalle_maestria_presentacion_container>*:first-child span {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .b2detalle_maestria_presentacion_container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b2detalle_maestria_presentacion_container>* {
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.b2detalle_maestria_presentacion_box p {
  margin: 0;
  font-size: 15px;
  font-family: 'IBMPlexSans', sans-serif;
}
.b2detalle_maestria_presentacion_box strong {
  display: block;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}

.b2home_sections {
  position: relative;
}
.b2home_sections:before {
  content: "";
  width: 100%;
  height: calc(100% - 88px);
  background: -webkit-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: -moz-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: -o-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: -ms-linear-gradient(90deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  background: linear-gradient(0deg, rgba(204,231,255,0.35) 0%, rgba(243,247,254,0) 100%);
  position: absolute;
  top: 88px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .b2home_sections:before {
    display: none;
  }
}
.b2home {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .b2home {
    padding-bottom: 100px;
  }
}
.b2home:after {
  content: "";
  width: 705px;
  height: 748px;
  background-image: url("../img/b2home-lines.png");
  position: absolute;
  bottom: 112px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .b2home:after {
    display: none;
  }
}
.b2home .swiper-scrollbar {
  background: #e0e0e0;
}
.b2home .swiper-scrollbar-drag {
  height: 4px;
  background: #0380d0;
}
.b2home_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .b2home_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    position: static;
  }
}
.b2home_title h2 {
  line-height: 1.1;
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home_title h2 {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b2home_link {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b2home_group {
    position: relative;
  }
  .b2home_group:before {
    content: "";
    width: 80px;
    height: 100%;
    background: -webkit-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(180deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, #fff 46.35%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: -4%;
    z-index: 3;
  }
  .b2home_group:after {
    content: "\e90e";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 22px;
    pointer-events: none;
    position: absolute;
    bottom: 18px;
    right: 0;
    z-index: 4;
  }
}
.b2home_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 2;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .b2home_buttons {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .b2home_buttons {
    overflow: auto;
  }
}
.b2home_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 72px;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2home_btn:hover {
    color: #0380d0;
  }
}
@media screen and (min-width: 768px) {
  .b2home_btn {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .b2home_btn {
    height: 60px;
    font-size: 15px;
    white-space: nowrap;
    padding: 0 20px;
  }
}
.b2home_btn.active {
  color: #0380d0;
}
.b2home_btn:last-child {
  border-right: none;
}
.b2home_blocks {
  position: relative;
}
.b2home_itemblock {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.b2home_itemblock.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
  z-index: 1;
}
.b2home_slider {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .b2home_slider.b2home_one .swiper-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .b2home_slider.b2home_one .b2home_controls {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .b2home_slider.b2home_two .swiper-wrapper {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 961px) {
  .b2home_slider.b2home_two .b2home_controls {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .b2home_slider.b2home_three .b2home_controls {
    display: none;
  }
}
.b2home_item {
  width: 384px;
  padding: 0 0 24px 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .b2home_item {
    width: auto;
    padding-bottom: 30px;
    margin-right: 0;
  }
}
.b2home_item:last-child {
  margin-right: 0;
}
.b2home_box {
  display: block;
  max-width: 384px;
  width: 100%;
  -webkit-box-shadow: 0px 25px 20px -12px rgba(22,116,176,0.15);
  box-shadow: 0px 25px 20px -12px rgba(22,116,176,0.15);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b2home_box {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
  .b2home_box:hover .b2home_portada {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .b2home_box:hover .b2home_subtitles h4 {
    color: #808080;
  }
}
@media screen and (max-width: 767px) {
  .b2home_box {
    max-width: none;
    -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  }
}
@media screen and (min-width: 1025px) {
  .b2home_imgctn {
    overflow: hidden;
  }
}
.b2home_portada {
  width: 100%;
  height: 185px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .b2home_portada {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
.b2home_info {
  background: #fff;
  padding: 25px 30px 30px 23px;
}
@media screen and (max-width: 767px) {
  .b2home_info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b2home_subtitles h3 {
  line-height: 1;
  color: #0380d0;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}
.b2home_subtitles h3:after {
  content: "";
  width: 24px;
  height: 3px;
  background: #0380d0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b2home_subtitles h4 {
  line-height: 1.2;
  color: #333;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2home_subtitles h4 {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  .b2home_subtitles h4 {
    font-size: 16px;
  }
}
.b2home_date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.b2home_date_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px;
}
.b2home_date_icon {
  display: block;
  line-height: 1;
  color: #0380d0;
  font-size: 24px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .b2home_date_icon {
    font-size: 20px;
  }
}
.b2home_date_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2home_date_text {
    font-size: 13px;
  }
}
.b2home_command {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2home_barra {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .b2home_barra {
    display: none;
  }
}
.b2home_barra .swiper-scrollbar {
  width: calc(100% - 178px);
}
.b2home_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .b2home_controls {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .b2home_controls {
    display: none;
  }
}
.b2home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #0380d0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1025px) {
  .b2home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b2home_arrow:hover {
    background: #f3f7fe;
    color: #0380d0;
  }
}
@media screen and (max-width: 1460px) {
  .b2home_arrow {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.b2home_arrow:last-child {
  margin-right: 0;
}

.b2investigacion_centros {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2investigacion_centros {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .b2investigacion_centros {
    border: none;
  }
}
.b2investigacion_centros_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .b2investigacion_centros_nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.b2investigacion_centros_nav a {
  display: block;
  font-size: 16px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  padding: 0 30px;
  padding-bottom: 31px;
  position: relative;
}
.b2investigacion_centros_nav a:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e0e0e0;
}
.b2investigacion_centros_nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #0380d0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.b2investigacion_centros_nav a.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b2investigacion_centros_nav a:last-child:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.b2nosotros {
  background-color: #f5f7f6;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2nosotros {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .b2nosotros {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .b2nosotros_container {
    padding: 40px 0px;
  }
}
.b2nosotros_wrap_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .b2nosotros_wrap_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2nosotros_info {
  width: 50%;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 80px;
  padding-top: 70px;
}
.b2nosotros_info h2 {
  font-weight: normal;
  font-size: 30px;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  margin-bottom: 8px;
}
.b2nosotros_info p {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .b2nosotros_info {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .b2nosotros_info {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}
.b2nosotros_img {
  width: 50%;
  position: relative;
  top: -80px;
  filter: drop-shadow(0px 17px 25px rgba(110,109,121,0.25));
}
.b2nosotros_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b2nosotros_img a {
  width: 76px;
  height: 76px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #0380d0;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .b2nosotros_img {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .b2nosotros_img {
    width: 90%;
    margin: auto;
  }
}
.b2nosotros_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1338px;
  width: 93%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .b2nosotros_item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2nosotros_wap_images {
  padding-top: 180px;
  position: relative;
  width: 774px;
}
.b2nosotros_wap_images figure {
  margin: 0;
}
.b2nosotros_wap_images img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .b2nosotros_wap_images {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .b2nosotros_wap_images {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.figure_1 {
  width: 482px;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
@media screen and (max-width: 1200px) {
  .figure_1 {
    width: 100%;
  }
}
.figure_2 {
  width: 301px;
  position: absolute;
  top: 60px;
  right: 188px;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .figure_2 {
    display: none;
  }
}
.figure_3 {
  width: 265px;
  position: absolute;
  top: 200px;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  right: 0px;
}
@media screen and (max-width: 1200px) {
  .figure_3 {
    display: none;
  }
}
.b2nosotros_wrap_text {
  width: calc(100% - 774px);
  padding-left: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2nosotros_wrap_text p {
  font-size: 15px;
  line-height: 1.4;
}
.b2nosotros_wrap_text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
@media screen and (max-width: 1200px) {
  .b2nosotros_wrap_text {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .b2nosotros_wrap_text {
    width: 100%;
    padding: 0;
  }
}

.b2publicaciones {
  position: relative;
  padding-bottom: 97px;
}
@media screen and (max-width: 767px) {
  .b2publicaciones {
    padding-bottom: 60px;
  }
}
.b2publicaciones:after {
  content: "";
  width: 721px;
  height: 748px;
  background-image: url("../img/b2alumni-lines.png");
  position: absolute;
  top: -274px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones:after {
    display: none;
  }
}
.b2publicaciones_head {
  position: relative;
  z-index: 2;
  margin-bottom: 76px;
}
@media screen and (min-width: 768px) {
  .b2publicaciones_head {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_head {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 30px;
  }
}
.b2publicaciones_head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b2publicaciones_link {
  display: block;
  position: relative;
  padding-bottom: 35px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b2publicaciones_link:hover:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_link {
    padding-bottom: 20px;
  }
}
.b2publicaciones_link:after {
  content: "";
  width: calc(100% - 27px - 27px);
  height: 3px;
  background: #0380d0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.b2publicaciones_link.active:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.b2publicaciones_link:last-child .b2publicaciones_textlink {
  border-right: none;
}
.b2publicaciones_textlink {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-right: 1px solid #828282;
  padding: 0 27px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2publicaciones_textlink {
    font-size: 14px;
    padding: 0 15px;
  }
}
.b2publicaciones_contain {
  position: relative;
  z-index: 2;
}
.b2publicaciones_description {
  max-width: 583px;
  width: 100%;
  line-height: 1.4;
  color: #333;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_description {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.b2publicaciones_description p {
  margin: 0;
}
.b2publicaciones_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .b2publicaciones_subtitle {
    margin-bottom: 30px;
  }
}
.b2publicaciones_subtitle h2 {
  line-height: 1;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2publicaciones_subtitle h2 {
    font-size: 20px;
  }
}
.b2publicaciones_select {
  max-width: 283px;
  width: 100%;
  position: relative;
  margin: 0;
}
.b2publicaciones_select:before {
  content: "\e90a";
  display: inline-block;
  color: #019cde;
  font-family: 'icomoon';
  font-size: 20px;
  position: absolute;
  top: 14px;
  left: 22px;
}
.b2publicaciones_select:after {
  display: inline-block;
  content: "\e907";
  font-family: 'icomoon';
  color: #0380d0;
  font-size: 5px;
  pointer-events: none;
  position: absolute;
  top: 20px;
  right: 19px;
}
.b2publicaciones_select select {
  width: 100%;
  height: 48px;
  color: #1a1a1a;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #0380d0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 0 60px;
}
.b2publicaciones_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b2publicaciones_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b2publicaciones_left {
  width: 382px;
  background: #f6f7f9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_left {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b2publicaciones_left:before {
  content: "";
  width: calc(100% - 61px - 39px);
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  left: 39px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_left:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.b2publicaciones_right {
  width: calc(100% - 382px - 26px);
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_right {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_right {
    width: 100%;
  }
}
.b2publicaciones_barra {
  background: #f6f7f9;
  padding: 0 0 111px 0;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_barra {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_barra {
    padding-bottom: 20px;
  }
}
.b2publicaciones_barra li:last-child h2:after,
.b2publicaciones_barra li:last-child h3:after {
  display: none;
}
.b2publicaciones_barra a {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b2publicaciones_barra a:hover h2,
  .b2publicaciones_barra a:hover h3 {
    background: #fff;
    color: #333;
  }
}
.b2publicaciones_barra a.active h2,
.b2publicaciones_barra a.active h3 {
  background: #fff;
  color: #333;
}
.b2publicaciones_barra h2,
.b2publicaciones_barra h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 88px;
  line-height: 1;
  color: #0380d0;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  padding: 0 61px 0 55px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_barra h2,
  .b2publicaciones_barra h3 {
    font-size: 18px;
    padding-left: 35px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_barra h2,
  .b2publicaciones_barra h3 {
    height: 50px;
    font-size: 15px;
  }
}
.b2publicaciones_barra h2:before,
.b2publicaciones_barra h3:before {
  content: "\e90e";
  display: inline-block;
  color: #4f4f4f;
  font-family: 'icomoon';
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 1px);
  left: 39px;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_barra h2:before,
  .b2publicaciones_barra h3:before {
    left: 15px;
  }
}
.b2publicaciones_barra h2:after,
.b2publicaciones_barra h3:after {
  content: "";
  width: calc(100% - 61px - 39px);
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 39px;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_barra h2:after,
  .b2publicaciones_barra h3:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.b2publicaciones_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .b2publicaciones_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b2publicaciones_box {
  width: 48.4848%;
  background: #fff;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin: 26px 0 0 0;
}
@media screen and (max-width: 960px) {
  .b2publicaciones_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b2publicaciones_box:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .b2publicaciones_box:nth-child(-n+2) {
    margin-top: 0;
  }
}
.b2publicaciones_portada {
  width: 100%;
  height: 165px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b2publicaciones_info {
  padding: 37px 27px 31px 37px;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_info {
    padding: 30px 15px;
  }
}
.b2publicaciones_textsubtitle {
  margin-bottom: 26px;
}
.b2publicaciones_textsubtitle h3 {
  line-height: 19.5px;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_textsubtitle h3 {
    line-height: 1.2;
    font-size: 14px;
  }
}
.b2publicaciones_textdescription {
  line-height: 22.5px;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_textdescription {
    line-height: 1.4;
    font-size: 14px;
  }
}
.b2publicaciones_textdescription strong {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
}
.b2publicaciones_textdescription p {
  margin: 0;
}
.b2publicaciones_url {
  line-height: 22.5px;
  color: #0380d0;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_url {
    line-height: 1.2;
    font-size: 14px;
  }
}
.b2publicaciones_url a {
  display: inline;
  overflow-wrap: break-word;
}
.b2publicaciones_pager {
  width: calc(100% - 382px - 26px);
  margin: 79px 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .b2publicaciones_pager {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 960px) {
  .b2publicaciones_pager {
    width: 100%;
  }
}

.b3alumni {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .b3alumni {
    padding: 50px 0;
  }
}
.b3alumni_titles {
  margin-bottom: 22px;
}
.b3alumni_titles h2 {
  line-height: 1.1;
  color: #132a70;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 19px 0;
}
@media screen and (max-width: 1024px) {
  .b3alumni_titles h2 {
    font-size: 26px;
  }
}
.b3alumni_titles h3 {
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3alumni_titles h3 {
    font-size: 15px;
  }
}
.b3alumni_form {
  max-width: 935px;
  width: 100%;
  margin: 0;
}
.b3alumni_fields ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b3alumni_fields ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b3alumni_fields li {
  width: 48.6631%;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .b3alumni_fields li {
    width: 100%;
  }
}
.b3alumni_requiredtext {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  margin-bottom: 12px;
}
.b3alumni_requiredtext strong {
  color: #eb5757;
  font-weight: normal;
}
.b3alumni_requiredtext p {
  margin: 0;
}
.b3alumni_check a {
  display: inline;
}
.b3alumni_button {
  margin-top: 42px;
}
.b3alumni_button button {
  max-width: 415px;
}
@media screen and (max-width: 960px) {
  .b3alumni_button button {
    max-width: 340px;
  }
}

.b3detalle_maestria_presentacion {
  background-color: #f5f7f6;
  padding-top: 125px;
  padding-bottom: 60px;
  margin-top: -110px;
}
@media screen and (max-width: 1200px) {
  .b3detalle_maestria_presentacion {
    padding-bottom: 40px;
  }
}
.b3detalle_maestria_presentacion_wrap_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b3detalle_maestria_presentacion_titles {
  max-width: 495px;
  width: 100%;
  margin: 0;
  margin-bottom: 60px;
}
.b3detalle_maestria_presentacion_titles h2 {
  margin-bottom: 24px;
  font-size: 30px;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-Bold', sans-serif;
}
.b3detalle_maestria_presentacion_titles p {
  font-size: 20px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  margin: 0;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .b3detalle_maestria_presentacion_titles p {
    font-size: 16px;
  }
}
.b3detalle_maestria_presentacion_wrap_info_box {
  width: calc(100% / 2);
  margin-bottom: 30px;
}
.b3detalle_maestria_presentacion_wrap_info_box p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.b3detalle_maestria_presentacion_wrap_info_box span {
  color: #ff9012;
  font-size: 30px;
  font-family: 'IBMPlexSans-Bold', sans-serif;
}
@media screen and (max-width: 767px) {
  .b3detalle_maestria_presentacion_wrap_info_box {
    width: 100%;
  }
}

.b3home {
  position: relative;
  z-index: 2;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .b3home {
    padding: 54px 0 99px 0;
  }
}
.b3home_content {
  overflow: hidden;
}
.b3home_portada {
  display: block;
  height: 302px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 6px;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
@media screen and (min-width: 1025px) {
  .b3home_portada {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .b3home_portada:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media screen and (max-width: 767px) {
  .b3home_portada {
    height: 376px;
  }
}

.b3investigacion_centros_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
  padding-bottom: 90px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.b3investigacion_centros_aside {
  width: 382px;
  margin: 0;
  background-color: #f6f7f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3investigacion_centros_aside a {
  color: #0380d0;
  padding: 0 31px;
  font-size: 20px;
  line-height: 26px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  position: relative;
}
.b3investigacion_centros_aside li {
  padding: 31px 0px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-left: 20px;
}
.b3investigacion_centros_aside li span {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.b3investigacion_centros_aside li.active {
  background-color: #fff;
}
.b3investigacion_centros_aside li.active a {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .b3investigacion_centros_aside {
    width: 100%;
  }
  .b3investigacion_centros_aside a {
    font-size: 15px;
  }
}
.b3investigacion_centros_wrap {
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  padding-bottom: 30px;
}
.b3investigacion_centros_article {
  width: calc(100% - 382px);
  padding-left: 104px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b3investigacion_centros_article {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
}
.b3investigacion_centros_article h2 {
  font-size: 18px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  color: #0380d0;
  margin-bottom: 14px;
}
.b3investigacion_centros_article p {
  font-weight: normal;
  font-size: 15px;
}
.b3investigacion_centros_article ul {
  margin-bottom: 20px;
}
.b3investigacion_centros_article ul li {
  padding-left: 15px;
  position: relative;
}
.b3investigacion_centros_article ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #0380d0;
}
.b3investigacion_centros_img_inner {
  margin: 0;
  width: 100%;
}
.b3investigacion_centros_img_inner img {
  width: 100%;
  height: auto;
  display: block;
}
.b3investigacion_centros_box {
  padding: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 15px;
}
.b3investigacion_centros_box span {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  font-size: 20px;
  color: #0380d0;
}
@media screen and (min-width: 1025px) {
  .b3investigacion_centros_box:hover {
    border: 1px solid #0380d0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 640px) {
  .b3investigacion_centros_box {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
  }
}
.b3investigacion_centros_img {
  width: 76px;
  margin: 0;
}
.b3investigacion_centros_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b3investigacion_centros_info {
  width: calc(100% - 76px);
  padding-left: 26px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3investigacion_centros_info h3 {
  font-weight: normal;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}
.b3investigacion_centros_info p {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (max-width: 640px) {
  .b3investigacion_centros_info {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.b3nosotros {
  padding: 112px 0px 84px 0px;
}
@media screen and (max-width: 1200px) {
  .b3nosotros {
    padding: 60px 0px;
  }
}
.b3nosotros_container h2 {
  font-weight: normal;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .b3nosotros_container h2 {
    text-align: center;
  }
}
.b3nosotros_wrap_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b3nosotros_item {
  width: 31.3%;
  position: relative;
  margin-right: 3%;
}
.b3nosotros_item figure {
  background-color: #f2f2f2;
}
.b3nosotros_item figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b3nosotros_item:hover {
    cursor: pointer;
  }
  .b3nosotros_item:hover .b3nosotros_text {
    background-color: #0380d0;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .b3nosotros_item:nth-child(1) {
    margin-top: 57px;
  }
  .b3nosotros_item:nth-child(2) {
    margin-top: 37px;
  }
  .b3nosotros_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b3nosotros_item {
    width: 40%;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b3nosotros_item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .b3nosotros_item figure {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .b3nosotros_item figure {
    width: 100px;
  }
}
.b3nosotros_text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #fff;
  padding: 19px 37px;
  max-width: 283px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.b3nosotros_text h4 {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  margin-bottom: 9px 960;
}
.b3nosotros_text p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b3nosotros_text {
    position: relative;
    padding: 20px;
    max-width: inherit;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 480px) {
  .b3nosotros_text {
    width: calc(100% - 100px);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }
}

.b4alumni {
  border-top: 1px solid #e0e0e0;
  padding: 60px 0 86px 0;
}
@media screen and (max-width: 1024px) {
  .b4alumni {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b4alumni {
    padding: 50px 0;
  }
}
.b4alumni_title {
  margin-bottom: 45px;
}
.b4alumni_title h2 {
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4alumni_title h2 {
    font-size: 26px;
  }
}
.b4alumni_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .b4alumni_items {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b4alumni_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 46.2398%;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .b4alumni_box {
    width: 100%;
  }
}
.b4alumni_icon {
  width: 56px;
  margin: 0;
}
.b4alumni_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b4alumni_text {
  width: calc(100% - 95px);
  line-height: 1.4;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .b4alumni_text {
    width: calc(100% - 80px);
    font-size: 14px;
  }
}
.b4alumni_text p {
  margin: 0;
}
.b4alumni_text a {
  color: #0380d0;
}

.b4detalle_maestria_presentacion {
  padding-top: 68px;
  padding-bottom: 144px;
}
@media screen and (max-width: 1024px) {
  .b4detalle_maestria_presentacion {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
.b4detalle_maestria_presentacion_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}
.b4detalle_maestria_presentacion_top h2 {
  font-weight: normal;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  line-height: 39px;
  font-size: 30px;
}
.b4detalle_maestria_presentacion_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .b4detalle_maestria_presentacion_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b4detalle_maestria_presentacion_img {
  width: 318px;
  margin: 0;
}
.b4detalle_maestria_presentacion_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .b4detalle_maestria_presentacion_img {
    width: 90%;
    margin: auto;
  }
}
.b4detalle_maestria_presentacion_items {
  width: calc(100% - 318px);
  padding-left: 92px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .b4detalle_maestria_presentacion_items {
    width: 100%;
    padding: 0;
    padding-top: 50px;
  }
}
.b4detalle_maestria_presentacion_box {
  width: 50%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.b4detalle_maestria_presentacion_box span {
  width: 35px;
  height: 35px;
  background-color: rgba(255,144,18,0.4);
  border-radius: 50%;
  display: block;
  font-size: 14px;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  text-align: center;
  line-height: 35px;
  color: #ff9012;
  margin: 0;
  margin-bottom: 18px;
}
.b4detalle_maestria_presentacion_box p {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .b4detalle_maestria_presentacion_box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 960px) {
  .b4detalle_maestria_presentacion_pdf {
    text-align: center;
    padding-top: 30px;
  }
  .b4detalle_maestria_presentacion_pdf .btn_download {
    padding: 0 50px;
  }
}

.b4home {
  background: #222;
  position: relative;
  padding: 142px 0;
}
@media screen and (max-width: 1024px) {
  .b4home {
    padding: 60px 0;
  }
}
.b4home:after {
  content: "";
  width: 770px;
  height: 702px;
  background-image: url("../img/b4home-lines.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .b4home:after {
    display: none;
  }
}
.b4home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .b4home_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b4home_info {
  width: 51.166666666666664%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: calc(15px + (80 - 15) * ((100vw - 375px) / (1920 - 375)));
}
@media screen and (max-width: 1024px) {
  .b4home_info {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .b4home_info {
    width: 100%;
  }
}
.b4home_titles {
  line-height: 1.65;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .b4home_titles {
    font-size: 16px;
  }
}
.b4home_titles h3 {
  line-height: 1;
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 37px 0;
}
@media screen and (max-width: 1024px) {
  .b4home_titles h3 {
    font-size: 18px;
  }
}
.b4home_titles h3:after {
  content: "";
  width: 40px;
  height: 4px;
  background: #0380d0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_titles h3:after {
    height: 2px;
  }
}
.b4home_titles h2 {
  line-height: 1.2;
  color: #fff;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 40px;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 1024px) {
  .b4home_titles h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .b4home_titles h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.b4home_titles p {
  padding-right: 130px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b4home_titles p {
    padding-right: 0;
  }
}
.b4home_link {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .b4home_link {
    margin-top: 28px;
  }
}
.b4home_video {
  width: 65.25%;
  height: 490px;
  position: relative;
  margin-left: -16.416666666666657%;
}
@media screen and (max-width: 960px) {
  .b4home_video {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .b4home_video {
    height: 257px;
  }
}
.b4home_portada {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.b4home_portada:before {
  content: "";
  width: 50.830140485312896%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(34,34,34,0.9) 100%);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(34,34,34,0.9) 100%);
  background: -o-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(34,34,34,0.9) 100%);
  background: -ms-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(34,34,34,0.9) 100%);
  background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(34,34,34,0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .b4home_portada:before {
    display: none;
  }
}
.b4home_play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 156px;
  height: 156px;
  color: #eb5757;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 19px -2px rgba(3,128,208,0.26);
  box-shadow: 0px 9px 19px -2px rgba(3,128,208,0.26);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b4home_play {
    top: 23px;
    bottom: inherit;
  }
}
.b4home_play:after {
  content: "";
  width: 62px;
  height: 62px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 9px 19px -2px rgba(3,128,208,0.26);
  box-shadow: 0px 9px 19px -2px rgba(3,128,208,0.26);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

.b4nosotros_conatiner_slider {
  position: relative;
}
.b4nosotros_itm {
  width: 100%;
  height: 649px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .b4nosotros_itm {
    height: 500px;
  }
}
.b4nosotros_itm:before {
  content: '';
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b4nosotros_item_info {
  position: relative;
  color: #fff;
  max-width: 486px;
  width: 93%;
  margin: auto;
}
.b4nosotros_item_info h2 {
  font-size: 35px;
  font-weight: normal;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  line-height: 45px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .b4nosotros_item_info h2 {
    line-height: 1.2;
    font-size: 22px;
  }
}
.b4nosotros_item_info p {
  font-size: 25px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .b4nosotros_item_info p {
    line-height: 1.4;
    font-size: 18px;
  }
}
.b4slider_pagers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 4px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  max-width: 1200px;
  width: 93%;
  margin: auto;
  bottom: inherit;
  padding-top: 103px;
}
@media screen and (max-width: 1200px) {
  .b4slider_pagers {
    display: none !important;
  }
}
.b4slider_pagers span {
  width: auto;
  height: auto;
  margin: 0 !important;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  margin-bottom: 49px !important;
  padding-left: 80px;
  position: relative;
}
.b4slider_pagers span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  margin: auto;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #fff;
  display: block;
}
.b4slider_pagers span.swiper-pagination-bullet-active {
  font-size: 35px;
}
.b4nosotros_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #0380d0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b4nosotros_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b4nosotros_arrow:hover {
    background: #f3f7fe;
    color: #0380d0;
  }
}
@media screen and (max-width: 1024px) {
  .b4nosotros_arrow {
    width: 50px;
    height: 50px;
    font-size: 14px;
    position: relative;
  }
}
.b4nosotros_prev {
  bottom: 104px;
  left: -105px;
}
@media screen and (max-width: 1024px) {
  .b4nosotros_prev {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .b4nosotros_prev:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.b4nosotros_next {
  bottom: 32px;
  left: -105px;
}
@media screen and (max-width: 1024px) {
  .b4nosotros_next {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .b4nosotros_next:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.b4nosotros_years {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1200px;
  width: calc(94% - 140px);
  height: 100%;
  border-left: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b4nosotros_years {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 110px;
    width: 100%;
    height: auto;
    border: none;
    top: auto;
    bottom: 30px;
  }
}
.b4slider_thumbs {
  width: 100%;
  height: 500px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4slider_thumbs {
    display: none;
  }
}
.b4slider_thumbs .swiper-wrapper {
  height: 100%;
}
.b4slider_thumbs .swiper-slide-thumb-active span {
  font-size: 35px;
}
.b4slider_thumbs span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 30px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  margin: 0;
  padding-left: 80px;
  position: relative;
}
.b4slider_thumbs span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  margin: auto;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #fff;
  display: block;
}

.b5alumni {
  background: #132a70;
  padding: 52px 0 136px 0;
}
@media screen and (max-width: 1024px) {
  .b5alumni {
    padding: 50px 0 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .b5alumni_title {
    margin-bottom: 30px;
  }
}
.b5alumni_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .b5alumni_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b5alumni_box {
  max-width: 306px;
  width: 100%;
  margin: 10px 13px 0 13px;
}
@media screen and (max-width: 767px) {
  .b5alumni_box {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .b5alumni_box:last-child {
    margin-bottom: 0;
  }
}
.b5alumni_name {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .b5alumni_name {
    font-size: 15px;
  }
}
.b5alumni_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 63px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b5alumni_btn_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  margin: 0 13px 0 0;
}
.b5alumni_btn_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b5alumni_btn_text {
    font-size: 15px;
  }
}

.b5detalle_maestria_presentacion {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .b5detalle_maestria_presentacion {
    padding-bottom: 48px;
  }
}
.b5detalle_maestria_presentacion_banner {
  height: 357px;
  width: 93%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-radius: 3px;
}
.b5detalle_maestria_presentacion_banner:before {
  content: '';
  border-radius: 3px;
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
  filter: alpha(opacity=83);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 16px 18px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px rgba(3,128,208,0.15);
}
@media screen and (max-width: 960px) {
  .b5detalle_maestria_presentacion_banner {
    margin-bottom: 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b5detalle_maestria_presentacion_info {
  position: relative;
  color: #fff;
  width: calc(100% - 669px);
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
.b5detalle_maestria_presentacion_info h2 {
  color: #ff9012;
  font-weight: normal;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  margin-bottom: 17px;
  font-size: 30px;
  line-height: 33.6px;
}
@media screen and (max-width: 1200px) {
  .b5detalle_maestria_presentacion_info {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 960px) {
  .b5detalle_maestria_presentacion_info {
    width: 100%;
    padding: 0;
  }
}
.b5detalle_maestria_presentacion_video {
  position: relative;
  margin-bottom: 50px;
  width: 669px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b5detalle_maestria_presentacion_video {
    width: 500px;
  }
}
@media screen and (max-width: 960px) {
  .b5detalle_maestria_presentacion_video {
    width: 100%;
    padding-right: 0;
  }
}
.b5detalle_maestria_presentacion_video figure {
  width: 100%;
  height: 391px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width: 960px) {
  .b5detalle_maestria_presentacion_video figure {
    width: 100%;
    margin: 0;
  }
  .b5detalle_maestria_presentacion_video figure figure {
    height: 300px;
  }
}
.b5detalle_maestria_presentacion_video a {
  position: absolute;
  top: -60px;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 76px;
  line-height: 76px;
  right: 0;
  margin: auto;
  font-size: 20px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  color: #0380d0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .b5detalle_maestria_presentacion_video a {
    top: 0;
  }
}

.b5home {
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
.b5home_slider {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .b5home_slider .slick-list {
    padding-right: 25%;
  }
}
.b5home_slider ul {
  width: calc(100% + 4px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.b5home_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2px;
}
.b5home_box {
  max-width: 480px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.b5home_portada {
  width: 100%;
  height: 466px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .b5home_portada {
    height: 320px;
  }
}
.b5home_portada:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -moz-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -o-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -ms-linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.b5home_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.b5home_text {
  line-height: 1.1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  text-align: center;
}
.b5home_text p {
  margin-bottom: 5px;
}
.b5home_text p:last-child {
  margin-bottom: 0;
}
.b5home_text strong {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
}
.b5home_play {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 62px;
  height: 62px;
  color: #eb5757;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 19px -2px rgba(3,128,208,0.26);
  box-shadow: 0px 9px 19px -2px rgba(3,128,208,0.26);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

.b6detalle_maestria_presentacion {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .b6detalle_maestria_presentacion {
    padding-bottom: 40px;
  }
}
.b6detalle_maestria_presentacion_container h2 {
  margin-bottom: 60px;
  font-size: 30px;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-Bold', sans-serif;
}
.b6detalle_maestria_presentacion_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .b6detalle_maestria_presentacion_items {
    padding-left: 0;
  }
}
.b6detalle_maestria_presentacion_box {
  width: 50%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 44px;
}
.b6detalle_maestria_presentacion_box figure {
  width: 40px;
  margin: 0;
}
.b6detalle_maestria_presentacion_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .b6detalle_maestria_presentacion_box {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .b6detalle_maestria_presentacion_box {
    margin-bottom: 35px;
  }
}
.b6detalle_maestria_presentacion_info {
  width: calc(100% - 40px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6detalle_maestria_presentacion_info h3 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 18px;
  color: #ff9012;
  margin-bottom: 13px;
}
.b6detalle_maestria_presentacion_info p {
  font-family: 'IBMPlexSans', sans-serif;
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .b6detalle_maestria_presentacion_info h3 {
    font-size: 16px;
  }
  .b6detalle_maestria_presentacion_info p {
    font-size: 14px;
  }
}

.b6home {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b6home {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b6home_left {
  width: 42.70833333333333%;
  min-height: 729px;
}
@media screen and (min-width: 1025px) {
  .b6home_left {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .b6home_left {
    width: 50%;
    min-height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_left {
    width: 100%;
    min-height: inherit;
    height: 485px;
  }
}
.b6home_right {
  width: 57.29166666666667%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .b6home_right {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_right {
    padding-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_right {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_right {
    width: 94%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
.b6home_img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .b6home_img {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .b6home_img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.b6home_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 87px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1460px) {
  .b6home_head {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .b6home_head {
    padding-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_head {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .b6home_head {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .b6home_title {
    margin-bottom: 30px;
  }
}
.b6home_title h2 {
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b6home_title h2 {
    font-size: 26px;
  }
}
.b6home_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b6home_controls {
    display: none;
  }
}
.b6home_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #0380d0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
@media screen and (min-width: 1025px) {
  .b6home_arrow {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6home_arrow:hover {
    background: #f3f7fe;
    color: #0380d0;
  }
}
@media screen and (max-width: 1460px) {
  .b6home_arrow {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.b6home_arrow:last-child {
  margin-right: 0;
}
.b6home_slider {
  width: calc(100% + 18px);
  position: relative;
  left: -18px;
}
@media screen and (max-width: 960px) {
  .b6home_slider {
    width: calc(100% + 10px);
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_slider {
    width: 100%;
    left: inherit;
  }
}
.b6home_slider .slick-list {
  padding-right: 15%;
}
.b6home_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px 40px 18px;
}
@media screen and (max-width: 960px) {
  .b6home_item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .b6home_item:last-child {
    margin-bottom: 0;
  }
}
.b6home_box {
  display: block;
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .b6home_box:hover .b6home_subtitle h3 {
    color: #0380d0;
  }
  .b6home_box:hover .b6home_info {
    -webkit-box-shadow: 0px 25px 20px -12px rgba(22,116,176,0.15);
    box-shadow: 0px 25px 20px -12px rgba(22,116,176,0.15);
  }
}
.b6home_portada {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b6home_info {
  min-height: 171px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 39px 21px 44px;
}
@media screen and (min-width: 1025px) {
  .b6home_info {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 1460px) {
  .b6home_info {
    min-height: 142px;
    padding: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_info {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_info {
    min-height: inherit;
    padding: 30px 15px;
  }
}
.b6home_subtitle h3 {
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b6home_subtitle h3 {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media screen and (max-width: 1460px) {
  .b6home_subtitle h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_subtitle h3 {
    font-size: 16px;
  }
}
.b6home_date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.b6home_date_icon {
  display: block;
  line-height: 1;
  color: #4abfad;
  font-size: 24px;
  margin: 0 17px 0 0;
}
@media screen and (max-width: 1460px) {
  .b6home_date_icon {
    font-size: 20px;
    margin-right: 10px;
  }
}
.b6home_date_text {
  display: block;
  line-height: 1;
  color: #828282;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b6home_date_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b6home_date_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_link {
    text-align: center;
    margin-top: 56px;
  }
}
.b6home_link a {
  display: inline-block;
  line-height: 1;
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 17px;
  border-bottom: 2px solid #0380d0;
  padding-bottom: 5px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b6home_link a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .b6home_link a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
@media screen and (max-width: 1460px) {
  .b6home_link a {
    font-size: 16px;
  }
}

.conferencias {
  background: #f5f7f6;
  padding: 81px 0 62px 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .conferencias {
    padding: 60px 0;
  }
}
.conferencias_title {
  max-width: 588px;
  width: 100%;
  margin: 0 0 65px 0;
}
@media screen and (max-width: 767px) {
  .conferencias_title {
    margin-bottom: 30px;
  }
}
.conferencias_title h1 {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .conferencias_title h1 {
    font-size: 22px !important;
  }
}
.conferencias_head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 38px;
}
.conferencias_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 303px;
  width: 100%;
  height: 72px;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .conferencias_link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .conferencias_link:hover {
    color: #0380d0;
  }
}
@media screen and (max-width: 767px) {
  .conferencias_link {
    max-width: inherit;
    width: 50%;
    height: 50px;
    font-size: 13px;
    padding: 0 10px;
  }
}
.conferencias_link.active {
  color: #0380d0;
}
.conferencias_link:last-child {
  border-right: none;
}
.conferencias_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: calc(100% + 24px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .conferencias_items {
    width: calc(100% + 2%);
  }
}
@media screen and (max-width: 767px) {
  .conferencias_items {
    width: 100%;
  }
}
.conferencias_box {
  width: 31.37254901960784%;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  margin: 0 0.980392156862745%;
  margin-bottom: 71px;
}
@media screen and (max-width: 960px) {
  .conferencias_box {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .conferencias_box {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.conferencias_video {
  display: block;
  width: 100%;
  height: 185px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
.conferencias_info {
  padding: 27px 31px 26px 23px;
}
@media screen and (max-width: 767px) {
  .conferencias_info {
    padding: 20px 15px;
  }
}
.conferencias_titleup {
  display: block;
  line-height: 17px;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 13px;
  margin: 0 0 17px 0;
}
.conferencias_titledown {
  display: block;
  line-height: 23px;
  color: #333;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .conferencias_titledown {
    line-height: 1.2;
    font-size: 15px;
  }
}
.conferencias_date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.conferencias_date_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 25px;
}
.conferencias_date_icon {
  display: block;
  line-height: 1;
  color: #0380d0;
  font-size: 24px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .conferencias_date_icon {
    font-size: 20px;
  }
}
.conferencias_date_text {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .conferencias_date_text {
    font-size: 13px;
  }
}
.conferencias_button {
  margin-top: 27px;
}
.conferencias_button a {
  max-width: inherit;
  width: 100%;
}
.conferencias_pager {
  margin-top: -17px;
}
@media screen and (max-width: 960px) {
  .conferencias_pager {
    margin-top: 0;
  }
}

.cookies_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 500;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
}
.cookies_popup.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cookies_close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #eb5757;
  font-size: 16px;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  cursor: pointer;
}
.cookies_close span {
  font-size: 20px;
  margin-left: 10px;
}
.cookies_wrap {
  background-color: #fff;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  padding-bottom: 25px;
  padding-top: 100px;
  position: relative;
}
.cookies_wrap.ww_center {
  max-width: 738px;
}
.cookies_popup_container {
  padding: 0px 100px 60px 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cookies_popup_container {
    padding: 0px 30px 60px 30px;
  }
}
.cookies_popup_container h2 {
  margin-bottom: 32px;
  font-weight: normal;
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  line-height: 58px;
  font-family: 'IBMPlexSans', sans-serif;
}
.cookies_popup_container p {
  font-size: 16px;
  line-height: 1.5;
}
.cookies_popup_container strong {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
}
.cookies_popup_container ul {
  margin-bottom: 30px;
}
.cookies_popup_container ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.cookies_popup_container ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #0380d0;
}
.cookies_info {
  height: 500px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.cookies_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 26px;
}

.b1corp_detalle {
  width: 100%;
  padding: 70px 0px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1corp_detalle {
    padding: 60px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_detalle {
    padding: 50px 0px 25px;
  }
}
.b1corp_detail_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1corp_detail_info {
  width: 56.667%;
  margin-right: -22.751%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .b1corp_detail_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 37px;
  }
}
.b1corp_detail_title {
  padding-bottom: 27px;
}
@media screen and (max-width: 1200px) {
  .b1corp_detail_title {
    padding-bottom: 20px;
  }
}
.b1corp_detail_text {
  max-width: 533px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.64;
}
.b1corp_detail_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1corp_detail_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_detail_text {
    font-size: 14px;
  }
}
.b1corp_detail_btn {
  margin-top: 40px;
}
.b1corp_detail_img {
  width: 66.084%;
  padding-bottom: 31.834%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b1corp_detail_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 53%;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, #fff -6.67%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #fff -6.67%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #fff -6.67%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #fff -6.67%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #fff -6.67%, rgba(245,247,246,0) 98.85%);
}
@media screen and (max-width: 900px) {
  .b1corp_detail_img {
    width: 100%;
    padding-bottom: 54%;
  }
  .b1corp_detail_img:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_detail_img {
    padding-bottom: 0;
    height: 333px;
  }
}
.b2corp_detalle {
  width: 100%;
  padding: 40px 0px 142px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b2corp_detalle:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 641px;
  height: 748px;
  background-image: url("../img/b2corp-deco.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .b2corp_detalle:before {
    width: 541px;
    height: 648px;
  }
}
@media screen and (max-width: 1024px) {
  .b2corp_detalle {
    padding: 30px 0px 120px;
  }
  .b2corp_detalle:before {
    width: 441px;
    height: 548px;
  }
}
@media screen and (max-width: 900px) {
  .b2corp_detalle {
    padding: 30px 0px 53px;
  }
}
@media screen and (max-width: 767px) {
  .b2corp_detalle {
    padding: 25px 0px 50px;
  }
  .b2corp_detalle:before {
    display: none;
  }
}
.b2corp_detail_container {
  max-width: 1044px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b2corp_detail_title {
  width: 44.924%;
}
.b2corp_detail_title h2 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375)));
  color: #333;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .b2corp_detail_title {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .b2corp_detail_title {
    width: 100%;
    padding-bottom: 30px;
  }
}
.b2cop_detail_info {
  width: 46.553%;
  margin-left: 8.523%;
}
@media screen and (max-width: 1200px) {
  .b2cop_detail_info {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 900px) {
  .b2cop_detail_info {
    width: 100%;
    margin-left: 0;
  }
}
.b2corp_detail_subtitle {
  padding-bottom: 25px;
}
.b2corp_detail_subtitle h3 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .b2corp_detail_subtitle {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b2corp_detail_subtitle {
    font-size: 16px;
  }
}
.b2corp_detail_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.b2corp_detail_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b2corp_detail_text {
    font-size: 14px;
  }
}
.b3corp_detalle {
  width: 100%;
  padding: 40px 0px 70px;
  background: #f5f7f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .b3corp_detalle {
    padding: 60px 0px 50px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .b3corp_detalle {
    padding: 50px 0px;
  }
}
.b3corp_detail_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .b3corp_detail_container {
    width: 100%;
  }
}
.b3corp_detail_info {
  width: 42.667%;
  margin-right: 1.749%;
}
@media screen and (max-width: 900px) {
  .b3corp_detail_info {
    width: 94%;
    margin-right: 0;
    margin: 0 auto;
  }
}
.b3corp_detail_wrap {
  max-width: 435px;
  width: 100%;
  margin: 0 auto;
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .b3corp_detail_wrap {
    max-width: 100%;
  }
}
.b3corp_detail_title {
  padding-bottom: 12px;
}
.b3corp_detail_title .title_b h2 {
  font-size: calc(26px + (30 - 26) * ((100vw - 375px) / (1920 - 375)));
}
.b3corp_detail_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.b3corp_detail_text p {
  margin-bottom: 20px;
}
.b3corp_detail_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b3corp_detail_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b3corp_detail_text {
    font-size: 14px;
  }
}
.b3corp_detail_video {
  width: 55.584%;
  margin-top: -86px;
}
@media screen and (max-width: 900px) {
  .b3corp_detail_video {
    width: 100%;
    margin-top: 53px;
  }
}
.b3corp_detail_img {
  width: 100%;
  height: 390px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
@media screen and (max-width: 767px) {
  .b3corp_detail_img {
    height: 316px;
  }
}
.b3corp_detail_link {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3corp_detail_link span {
  font-size: 20px;
  color: #0380d0;
}
.b4corp_detalle {
  width: 100%;
  padding: 70px 0px 44px;
  background: #f5f7f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b4corp_detalle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 31.654%;
}
@media screen and (max-width: 1024px) {
  .b4corp_detalle {
    padding: 20px 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .b4corp_detalle {
    padding: 10px 0px 30px;
  }
  .b4corp_detalle:before {
    display: none;
  }
}
.b4corp_detail_container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .b4corp_detail_container {
    width: 100%;
  }
}
.b4corp_detail_title {
  padding-bottom: 21px;
}
.b4corp_detail_title .title_b h2 {
  font-size: calc(26px + (30 - 26) * ((100vw - 375px) / (1920 - 375)));
}
@media screen and (max-width: 767px) {
  .b4corp_detail_title {
    width: 94%;
    margin: 0 auto;
  }
}
.b4corp_detail_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
.b4corp_detail_wrap {
  width: 382px;
  background: #f5f7f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b4corp_detail_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .b4corp_detail_wrap {
    width: 330px;
  }
}
@media screen and (max-width: 860px) {
  .b4corp_detail_wrap {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .b4corp_detail_wrap {
    width: 100%;
  }
}
.b4corp_detail_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b4corp_detail_list li:last-child .b4corp_detail_link:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .b4corp_detail_list li {
    width: 100%;
    position: relative;
  }
  .b4corp_detail_list li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 36px);
    height: 1px;
    background: #e0e0e0;
  }
  .b4corp_detail_list li:last-child:after {
    display: none;
  }
}
.b4corp_detail_link {
  width: 100%;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  color: #0380d0;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.b4corp_detail_link span {
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  pointer-events: none;
}
.b4corp_detail_link span:before {
  content: '\e90e';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  font-size: 12px;
  color: #333;
}
.b4corp_detail_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: 1px;
  background: #e0e0e0;
}
.b4corp_detail_link.active {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .b4corp_detail_link {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .b4corp_detail_link {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .b4corp_detail_link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b4corp_detail_link {
    padding: 25px 18px;
  }
  .b4corp_detail_link:before {
    display: none;
  }
  .b4corp_detail_link.is-active {
    background: #fff;
    color: #333;
  }
}
.b4corp_detail_info {
  width: calc(100% - 382px);
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b4corp_detail_info {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 860px) {
  .b4corp_detail_info {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .b4corp_detail_info {
    width: 100%;
    display: none;
  }
}
.b4corp_detail_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 65px 100px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4corp_detail_box.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .b4corp_detail_box {
    min-height: 544px;
  }
}
@media screen and (max-width: 1200px) {
  .b4corp_detail_box {
    padding: 60px 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .b4corp_detail_box {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 860px) {
  .b4corp_detail_box {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .b4corp_detail_box {
    padding: 30px 20px;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    display: none;
  }
}
.b4corp_detail_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.4;
}
.b4corp_detail_text p {
  margin-bottom: 20px;
}
.b4corp_detail_text ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4corp_detail_text li {
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.b4corp_detail_text li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #4abfad;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .b4corp_detail_text li:after {
    display: none;
  }
}
.b5corp_detalle {
  width: 100%;
  padding: 44px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b5corp_detalle {
    padding: 40px 0px 30px;
  }
}
.b5corp_detail_container {
  position: relative;
  z-index: 1;
}
.b5corp_detail_title {
  padding-bottom: 37px;
}
.b5corp_detail_content {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5corp_detail_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b5corp_detail_box {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b5corp_detail_box:last-child {
  margin-bottom: 0;
}
.b5corp_detail_subtitle {
  width: 100%;
  padding: 25px 70px 25px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.b5corp_detail_subtitle h3 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)));
  color: #333;
  margin: 0;
}
.b5corp_detail_subtitle:before,
.b5corp_detail_subtitle:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0380d0;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b5corp_detail_subtitle:before {
  width: 17px;
  height: 2px;
  right: 37px;
}
.b5corp_detail_subtitle:after {
  width: 2px;
  height: 17px;
  right: 44px;
}
.b5corp_detail_subtitle.is-active:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media screen and (max-width: 767px) {
  .b5corp_detail_subtitle {
    padding: 25px 50px 25px 20px;
  }
  .b5corp_detail_subtitle:before {
    right: 20px;
  }
  .b5corp_detail_subtitle:after {
    right: 27px;
  }
}
.b5corp_detail_info {
  width: 100%;
  padding: 7px 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .b5corp_detail_info {
    padding: 7px 20px 30px;
  }
}
.b5corp_detail_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.b5corp_detail_text p {
  margin-bottom: 15px;
}
.b5corp_detail_text ul {
  width: 100%;
  margin: 0;
}
.b5corp_detail_text li {
  position: relative;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.b5corp_detail_text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 7px;
  height: 7px;
  background: #0380d0;
  border-radius: 50%;
}
.b5corp_detail_text h4 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .b5corp_detail_text {
    font-size: 14px;
  }
  .b5corp_detail_text h4 {
    font-size: 14px;
  }
  .b5corp_detail_text li {
    padding-left: 20px;
  }
}
.b6corp_detalle {
  width: 100%;
  padding: 42px 0px 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b6corp_detalle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 721px;
  height: 814px;
  background-image: url("../img/b6corp-deco.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .b6corp_detalle:before {
    width: 621px;
    height: 714px;
  }
}
@media screen and (max-width: 1024px) {
  .b6corp_detalle {
    padding: 40px 0px;
  }
  .b6corp_detalle:before {
    width: 421px;
    height: 514px;
  }
}
@media screen and (max-width: 767px) {
  .b6corp_detalle {
    padding: 30px 0px;
  }
  .b6corp_detalle:before {
    display: none;
  }
}
.b6corp_detail_container {
  position: relative;
  z-index: 1;
}
.b6corp_detail_title {
  padding-bottom: 53px;
}
.b6corp_detail_title .title_b h2 {
  font-size: calc(26px + (30 - 26) * ((100vw - 375px) / (1920 - 375)));
}
@media screen and (max-width: 900px) {
  .b6corp_detail_title {
    padding-bottom: 30px;
  }
}
.b6corp_detail_content {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b6corp_detail_info {
  width: 46.287%;
  margin-right: 8.569%;
}
@media screen and (max-width: 1200px) {
  .b6corp_detail_info {
    width: 46%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 900px) {
  .b6corp_detail_info {
    width: 100%;
    margin-right: 0;
  }
}
.b6corp_detail_info_title {
  padding-bottom: 10px;
}
.b6corp_detail_info_title h3 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b6corp_detail_info_title h3 {
    font-size: 18px;
  }
}
.b6corp_detail_info_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.b6corp_detail_info_text p {
  margin: 0;
}
.b6corp_detail_list {
  width: 45.144%;
}
@media screen and (max-width: 1200px) {
  .b6corp_detail_list {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .b6corp_detail_list {
    max-width: 800px;
    width: 100%;
    margin-top: 30px;
  }
}
.b6corp_detail_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .b6corp_detail_box {
    margin-bottom: 20px;
  }
}
.b6corp_detail_box_number {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 61px;
  color: #4abfad;
}
.b6corp_detail_box_number p {
  margin: 0;
  text-shadow: 0px 16px 18px rgba(3,128,208,0.15);
}
@media screen and (max-width: 1200px) {
  .b6corp_detail_box_number {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .b6corp_detail_box_number {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .b6corp_detail_box_number {
    font-size: 35px;
  }
}
.b6corp_detail_box_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  padding-left: 28px;
}
.b6corp_detail_box_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b6corp_detail_box_text {
    font-size: 14px;
    padding-left: 20px;
  }
}
.b7corp_detalle {
  width: 100%;
  padding: 52px 0px 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b7corp_detalle {
    padding: 30px 0px 60px;
  }
}
@media screen and (max-width: 767px) {
  .b7corp_detalle {
    padding: 20px 0px 60px;
  }
}
.b7corp_detail_container {
  max-width: 1126px;
  position: relative;
  z-index: 1;
}
.b7corp_detail_content {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7corp_detail_content .slick-list {
  margin-right: -1px;
}
.b7corp_detail_box {
  border-right: 1px solid rgba(224,224,224,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7corp_detail_img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b7corp_detail_img img {
  width: 100%;
  height: auto;
  display: block;
}
.b7corp_detail_btn {
  margin-top: 84px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .b7corp_detail_btn {
    margin-top: 50px;
  }
}

.b1corp_estructura {
  width: 100%;
  padding: 43px 0px 23px;
  background: #f6f7f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .b1corp_estructura {
    padding: 40px 0px 23px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estructura {
    padding: 35px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_container {
    width: 100%;
  }
  .b1corp_estr_container .btn_breadcrumbs {
    width: 94%;
    margin: 0 auto;
  }
}
.b1corp_estr_title {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .b1corp_estr_title {
    width: 94%;
    margin: 0 auto;
    margin-top: 23px;
  }
}
.b1corp_estr_content {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
@media screen and (max-width: 860px) {
  .b1corp_estr_content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b1corp_estr_list_box {
  width: 382px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b1corp_estr_list_box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .b1corp_estr_list_box {
    width: 330px;
  }
}
@media screen and (max-width: 860px) {
  .b1corp_estr_list_box {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_list_box {
    width: 100%;
  }
}
.b1corp_estr_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b1corp_estr_list li:last-child .b1corp_estr_link:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .b1corp_estr_list li {
    width: 100%;
    position: relative;
  }
  .b1corp_estr_list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 36px);
    height: 1px;
    background: #e0e0e0;
  }
}
.b1corp_estr_link {
  width: 100%;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.b1corp_estr_link span {
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  pointer-events: none;
}
.b1corp_estr_link span:before {
  content: '\e90e';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  font-size: 12px;
}
.b1corp_estr_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: 1px;
  background: #e0e0e0;
}
.b1corp_estr_link.active {
  background: #fff;
  color: #4abfad;
}
.b1corp_estr_link.active span:before {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .b1corp_estr_link {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .b1corp_estr_link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_link {
    padding: 25px 18px;
  }
  .b1corp_estr_link:before {
    display: none;
  }
  .b1corp_estr_link.is-active {
    background: #fff;
    color: #0380d0;
  }
  .b1corp_estr_link.is-active span:before {
    color: #333;
  }
}
.b1corp_estr_pdf {
  width: 100%;
  padding: 18px 28px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1corp_estr_pdf .btn_download {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .b1corp_estr_pdf {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 860px) {
  .b1corp_estr_pdf {
    max-width: 310px;
    margin: 0 auto;
  }
}
.b1corp_estr_wrap {
  width: calc(100% - 382px);
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b1corp_estr_wrap {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 860px) {
  .b1corp_estr_wrap {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_wrap {
    width: 100%;
    display: none;
  }
}
.b1corp_estr_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 80px 102px 120px 27px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1corp_estr_box.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b1corp_estr_box {
    padding: 60px 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .b1corp_estr_box {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 860px) {
  .b1corp_estr_box {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_box {
    padding: 30px 20px;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    display: none;
  }
}
.b1corp_estr_info {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.b1corp_estr_info:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b1corp_estr_info {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_info {
    padding: 20px 15px;
  }
}
.b1corp_estr_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  padding-left: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1corp_estr_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1corp_estr_text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_estr_text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 420px) {
  .b1corp_estr_text {
    font-size: 14px;
  }
}
.b1corp_estr_circle {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: -1px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b1corp_estr_circle {
    width: 18px;
    height: 18px;
    top: 0;
  }
}
.b2corp_estructura_leyenda {
  width: 100%;
  padding: 23px 0px 70px;
  background: #f6f7f9;
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  box-sizing: box-sizing;
}
@media screen and (max-width: 767px) {
  .b2corp_estructura_leyenda {
    padding: 59px 0px 63px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b2corp_estr_ley_wrap {
  max-width: 988px;
}
.b2corp_estr_ley_title {
  padding-bottom: 12px;
}
.b2corp_estr_ley_title h3 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
}
.b2corp_estr_ley_info {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b2corp_estr_ley_box {
  width: 30.333%;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  color: #333;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0px;
  margin-right: 4.5%;
  position: relative;
}
.b2corp_estr_ley_box p {
  margin: 0;
}
.b2corp_estr_ley_box:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .b2corp_estr_ley_box {
    width: 48%;
    margin-right: 4%;
    padding-left: 30px;
  }
  .b2corp_estr_ley_box:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .b2corp_estr_ley_box:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .b2corp_estr_ley_box {
    width: 100%;
    margin-right: 0;
  }
  .b2corp_estr_ley_box:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.b2corp_estr_ley_circle {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: -4px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b2corp_estr_ley_circle {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}

.b1corp_expositores {
  width: 100%;
  background: #f6f7f9;
  padding: 43px 0px 123px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1corp_expositores .btn_breadcrumbs {
  margin-bottom: 19px;
}
@media screen and (max-width: 1024px) {
  .b1corp_expositores {
    padding: 40px 0px 60px;
  }
  .b1corp_expositores .btn_breadcrumbs {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .b1corp_expositores {
    padding: 40px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .b1corp_expo_container {
    width: 100%;
  }
}
.b1corp_expo_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .b1corp_expo_title {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.b1corp_expo_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b1corp_expo_info {
  width: 57.5%;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .b1corp_expo_info {
    width: 94%;
    margin-right: 0;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.b1corp_expo_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b1corp_expo_box {
  width: 48.552%;
  padding: 34px 34px 38px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin-right: 2.896%;
  margin-bottom: 25px;
  cursor: pointer;
}
.b1corp_expo_box:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .b1corp_expo_box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_expo_box {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b1corp_expo_box {
    width: 100%;
    margin-right: 0;
  }
}
.b1corp_expo_box_name {
  padding-bottom: 12px;
}
.b1corp_expo_box_name h3,
.b1corp_expo_box_name h4 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1corp_expo_box_name h3,
  .b1corp_expo_box_name h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_expo_box_name h3,
  .b1corp_expo_box_name h4 {
    font-size: 16px;
  }
}
.b1corp_expo_box_text {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
  color: #0380d0;
}
.b1corp_expo_box_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1corp_expo_box_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_expo_box_text {
    font-size: 14px;
  }
}
.b1corp_expo_invitados {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 26px;
}
.b1corp_expo_invi_title {
  padding-bottom: 20px;
}
.b1corp_expo_invi_title h2 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1corp_expo_invi_title h2 {
    font-size: 18px;
  }
}
.b1corp_expo_invi_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
}
.b1corp_expo_invi_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1corp_expo_invi_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_expo_invi_text {
    font-size: 14px;
  }
}
.b1corp_expo_wrap {
  width: 40.5%;
}
@media screen and (max-width: 1024px) {
  .b1corp_expo_wrap {
    width: 100%;
    background: #fff;
    padding: 40px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b1corp_expo_fixed {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b1corp_expo_fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 94%;
    margin: 0 auto;
  }
}
.b1corp_expo_form_top {
  width: 100%;
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  padding: 24px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1corp_expo_form_top:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  max-width: 375px;
  width: 100%;
  height: 100%;
  background-image: url("../img/ejecutiva-pres-deco1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1corp_expo_form_top_text {
  max-width: 350px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  text-transform: uppercase;
}
.b1corp_expo_form_top_text p {
  margin: 0;
}
.b1corp_expo_form {
  width: 100%;
  padding: 31px 34px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1corp_expo_form {
    padding: 26px 0px;
  }
}
.b1corp_expo_form_title {
  padding-bottom: 17px;
}
.b1corp_expo_form_title h3 {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(25px + (30 - 25) * ((100vw - 375px) / (1920 - 375)));
  color: #0380d0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .b1corp_expo_form_title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.b1corp_expo_form_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  padding-bottom: 22px;
}
.b1corp_expo_form_text p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .b1corp_expo_form_text {
    font-size: 15px;
  }
}
.b1corp_expo_form_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1corp_expo_form_list .input {
  margin-bottom: 18px;
}
.b1corp_expo_form_list .input_textarea textarea {
  height: 74px;
}
.b1corp_expo_input {
  width: 47.5%;
  margin-right: 5%;
}
.b1corp_expo_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .b1corp_expo_input {
    width: 100%;
    margin-right: 0;
  }
}
.b1corp_expo_campos {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.b1corp_expo_campos strong {
  color: #eb5757;
}
.b1corp_expo_campos p {
  margin: 0;
}
.b1corp_expo_check {
  margin-bottom: 42px;
}
.b1corp_expo_btn .btn {
  max-width: 100%;
  width: 100%;
  display: block;
}

.corporativa_listado {
  width: 100%;
  padding-bottom: 83px;
  background: #f5f7f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .corporativa_listado {
    padding-bottom: 60px;
  }
}
.corp_list_title {
  width: 100%;
  padding: 83px 0px 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .corp_list_title {
    text-align: center;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .corp_list_title {
    padding: 40px 0px;
  }
}
.corp_list_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.corp_list_tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 72px;
}
.corp_list_tabs li {
  height: 100%;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.corp_list_tabs li:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .corp_list_tabs {
    height: auto;
    border: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .corp_list_tabs li {
    width: 33.333%;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .corp_list_tabs li:last-child {
    border-right: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 520px) {
  .corp_list_tabs li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .corp_list_tabs.one li {
    width: 100%;
    border-right: none;
  }
}
.corp_list_link {
  height: 100%;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 0px 50px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.corp_list_link.active {
  color: #0380d0;
}
@media screen and (max-width: 1024px) {
  .corp_list_link {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .corp_list_link {
    height: 60px;
    font-size: 13px;
  }
}
.corp_list_wrap {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .corp_list_wrap {
    margin-top: 30px;
  }
}
.corp_list_container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.corp_list_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.corp_list_box.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.corp_list_item {
  width: 32%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin: 0;
  margin-right: 2%;
  margin-bottom: 49px;
}
.corp_list_item:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .corp_list_item {
    width: 49%;
    margin-bottom: 30px;
  }
  .corp_list_item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .corp_list_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .corp_list_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .corp_list_item {
    width: 100%;
    margin-right: 0;
  }
}
.corp_list_item_img {
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.corp_list_item_info {
  width: 100%;
  padding: 27px 23px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .corp_list_item_info {
    padding: 25px 20px;
  }
}
.corp_list_info_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 13px;
  color: #333;
  padding-bottom: 15px;
}
.corp_list_info_text p {
  margin: 0;
}
.corp_list_info_title {
  padding-bottom: 20px;
}
.corp_list_info_title h3 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .corp_list_info_title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .corp_list_info_title h3 {
    font-size: 15px;
  }
}
.corp_list_pager {
  margin-top: 26px;
}

.corporativa_presentacion {
  width: 100%;
  height: 99px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .corporativa_presentacion {
    height: auto;
    padding: 30px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .corporativa_presentacion {
    padding: 38px 0px 32px;
  }
}
.corp_presen_nav {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .corp_presen_nav {
    height: auto;
  }
}
.corp_presen_nav_title {
  max-width: 384px;
  width: 100%;
  margin: 0;
}
.corp_presen_nav_title h2 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 18px;
  color: #4abfad;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .corp_presen_nav_title {
    max-width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .corp_presen_nav_title {
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.corp_presen_nav_wrap {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .corp_presen_nav_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .corp_presen_nav_wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
  }
}
.corp_presen_nav_select {
  display: none;
  height: 48px;
  background: #f8fafa;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #3b4256;
  text-transform: uppercase;
  position: relative;
}
.corp_presen_nav_select:before {
  content: '\e907';
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 7px;
  color: #3b4256;
}
@media screen and (max-width: 767px) {
  .corp_presen_nav_select {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.corp_presen_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  height: 100%;
}
.corp_presen_nav_list li {
  position: relative;
  height: 100%;
}
.corp_presen_nav_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 21px;
  background: #828282;
  margin: auto;
}
.corp_presen_nav_list li:first-child:before {
  display: none;
}
@media screen and (max-width: 900px) {
  .corp_presen_nav_list {
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .corp_presen_nav_list {
    height: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .corp_presen_nav_list.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .corp_presen_nav_list li {
    width: 100%;
    height: auto;
  }
  .corp_presen_nav_list li:before {
    display: none;
  }
}
.corp_presen_nav_link {
  height: 100%;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  padding: 0px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.corp_presen_nav_link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #4abfad;
  margin: auto;
}
.corp_presen_nav_link.active:before {
  width: 85%;
}
@media screen and (max-width: 1200px) {
  .corp_presen_nav_link {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .corp_presen_nav_link {
    width: 100%;
    padding: 20px;
    height: auto;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .corp_presen_nav_link:before {
    display: none;
  }
  .corp_presen_nav_link.active {
    color: #4abfad;
  }
}
.b1corporativa_pres {
  width: 100%;
  padding: 43px 0px 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b1corporativa_pres {
    padding: 29px 0px 31px;
  }
}
.b1corp_presen_content {
  margin-top: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b1corp_presen_content {
    margin-top: 23px;
  }
}
.b1corp_presen_info {
  width: 56.251%;
  margin-right: -22.002%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .b1corp_presen_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 37px;
  }
}
.b1corp_presen_title {
  padding-bottom: 40px;
}
.b1corp_presen_title .title_black span:before {
  background: #4abfad;
}
@media screen and (max-width: 1200px) {
  .b1corp_presen_title {
    padding-bottom: 20px;
  }
}
.b1corp_presen_text {
  max-width: 581px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.64;
}
.b1corp_presen_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1corp_presen_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_presen_text {
    font-size: 14px;
  }
}
.b1corp_presen_img {
  width: 65.751%;
  padding-bottom: 36%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b1corp_presen_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 58.43%;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
}
@media screen and (max-width: 900px) {
  .b1corp_presen_img {
    width: 100%;
    padding-bottom: 54%;
  }
  .b1corp_presen_img:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b1corp_presen_img {
    padding-bottom: 0;
    height: 333px;
  }
}
.b2corporativa_pres {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b2corp_pres_info {
  width: 100%;
  background: #f5f7f6;
  padding-bottom: 374px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.b2corp_pres_info:after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: 44px;
  width: 814px;
  height: 886px;
  background-image: url("../img/ejecutiva-pres-deco2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .b2corp_pres_info:after {
    width: 414px;
    height: 486px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .b2corp_pres_info {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 900px) {
  .b2corp_pres_info {
    padding-bottom: 63px;
    overflow: inherit;
  }
  .b2corp_pres_info:after {
    width: 514px;
    height: 586px;
    bottom: -360px;
  }
}
.b2corp_pres_info_container {
  position: relative;
}
.b2corp_pres_info_wrap {
  width: 57.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .b2corp_pres_info_wrap {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_info_wrap {
    width: 100%;
  }
}
.b2corp_pres_info_box {
  margin-top: 86px;
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_info_box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .b2corp_pres_info_box {
    padding-top: 20px;
    margin-top: 10px;
  }
}
.b2corp_pres_box_title {
  padding-bottom: 24px;
}
.b2corp_pres_box_wrap {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_box_wrap {
    max-width: 100%;
  }
}
.b2corp_pres_box_subtitle {
  max-width: 469px;
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
}
.b2corp_pres_box_subtitle h4 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: calc(18px + (20 - 18) * ((100vw - 375px) / (1920 - 375)));
  color: #333;
  line-height: 27px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_box_subtitle {
    max-width: 100%;
  }
}
.b2corp_pres_box_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.b2corp_pres_box_text p {
  margin: 0;
}
.b2corp_pres_box_btn {
  margin-top: 58px;
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_box_btn {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .b2corp_pres_box_btn {
    text-align: center;
  }
}
.b2corp_pres_beneficios {
  width: 100%;
  margin-bottom: 121px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .b2corp_pres_beneficios {
    margin-bottom: 80px;
  }
}
.b2corp_pres_ben_container {
  position: relative;
  z-index: 1;
  margin-top: -234px;
}
@media screen and (max-width: 900px) {
  .b2corp_pres_ben_container {
    margin-top: 0;
    width: 100%;
  }
}
.b2corp_pres_ben_wrap {
  width: 57.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .b2corp_pres_ben_wrap {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_ben_wrap {
    width: 100%;
  }
}
.b2corp_pres_ben_video {
  width: 100%;
  height: 391px;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
@media screen and (max-width: 767px) {
  .b2corp_pres_ben_video {
    height: 275px;
  }
}
.b2corp_pres_video_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2corp_pres_video_link {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2corp_pres_video_link span {
  font-size: 20px;
  color: #0380d0;
}
.b2corp_pres_ben_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 76px;
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_ben_content {
    margin-top: 47px;
  }
}
@media screen and (max-width: 900px) {
  .b2corp_pres_ben_content {
    width: 94%;
    margin: 0 auto;
    margin-top: 47px;
  }
}
.b2corp_pres_ben_box {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin-bottom: 18px;
}
.b2corp_pres_ben_box:last-child {
  margin-bottom: 0px;
}
.b2corp_pres_ben_title {
  width: 100%;
  padding: 26px 70px 25px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.b2corp_pres_ben_title h3,
.b2corp_pres_ben_title h4 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.b2corp_pres_ben_title:before,
.b2corp_pres_ben_title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: #0380d0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b2corp_pres_ben_title:before {
  width: 18px;
  height: 2px;
  right: 36px;
}
.b2corp_pres_ben_title:after {
  width: 2px;
  height: 18px;
  right: 44px;
}
.b2corp_pres_ben_title.is-active:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media screen and (max-width: 1024px) {
  .b2corp_pres_ben_title h3,
  .b2corp_pres_ben_title h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b2corp_pres_ben_title h3,
  .b2corp_pres_ben_title h4 {
    font-size: 16px;
  }
}
.b2corp_pres_ben_text {
  width: 100%;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  padding: 7px 70px 49px 40px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.b2corp_pres_ben_text ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2corp_pres_ben_text li {
  padding-left: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.b2corp_pres_ben_text li:last-child {
  margin-bottom: 0;
}
.b2corp_pres_ben_text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #0380d0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b2corp_pres_ben_text {
    font-size: 14px;
  }
}
.b3corporativa_pres {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .b3corporativa_pres {
    position: relative;
    padding-bottom: 47px;
    top: 0;
  }
}
.b3corp_pres_wrap {
  width: 40.6%;
  height: 100%;
  margin: 0 auto;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b3corp_pres_wrap {
    width: 44%;
  }
}
@media screen and (max-width: 1024px) {
  .b3corp_pres_wrap {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b3corp_pres_fixed {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b3corp_pres_fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b3corp_pres_form_top {
  width: 100%;
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  padding: 24px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b3corp_pres_form_top:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  max-width: 375px;
  width: 100%;
  height: 100%;
  background-image: url("../img/ejecutiva-pres-deco1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b3corp_pres_form_top_text {
  max-width: 350px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  text-transform: uppercase;
}
.b3corp_pres_form_top_text p {
  margin: 0;
}
.b3corp_pres_form {
  width: 100%;
  padding: 31px 34px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b3corp_pres_form {
    padding: 26px 0px;
  }
}
.b3corp_pres_form_title {
  padding-bottom: 17px;
}
.b3corp_pres_form_title h3 {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(25px + (30 - 25) * ((100vw - 375px) / (1920 - 375)));
  color: #0380d0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3corp_pres_form_title {
    text-align: center;
    padding-bottom: 25px;
  }
}
.b3corp_pres_form_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  padding-bottom: 22px;
}
.b3corp_pres_form_text p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .b3corp_pres_form_text {
    font-size: 15px;
  }
}
.b3corp_pres_form_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3corp_pres_form_list .input {
  margin-bottom: 18px;
}
.b3corp_pres_form_list .input_textarea textarea {
  height: 74px;
}
.b3corp_pres_input {
  width: 47.5%;
  margin-right: 5%;
}
.b3corp_pres_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .b3corp_pres_input {
    width: 100%;
    margin-right: 0;
  }
}
.b3corp_pres_campos {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.b3corp_pres_campos strong {
  color: #eb5757;
}
.b3corp_pres_campos p {
  margin: 0;
}
.b3corp_pres_check {
  margin-bottom: 42px;
}
.b3corp_pres_btn .btn {
  max-width: 100%;
  width: 100%;
  display: block;
}

.detalle_admision_wrap_nav {
  border-bottom: 1px solid #e0e0e0;
}
.detalle_admision_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 29px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.detalle_admision_nav h2 {
  margin: 0;
  color: #ff9012;
  font-size: 18px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
.detalle_admision_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.detalle_admision_nav ul a {
  font-size: 16px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  color: #333;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
  position: relative;
}
.detalle_admision_nav ul a:before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -29px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #ff9012;
}
.detalle_admision_nav ul a.active:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.detalle_admision_nav ul a.btn_admision {
  background-color: #0380d0;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .detalle_admision_nav ul a:hover:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 768px) {
  .detalle_admision_nav ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .detalle_admision_nav ul a {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .detalle_admision_nav ul a:before {
    display: none;
  }
  .detalle_admision_nav ul a.active {
    color: #0380d0;
    background-color: transparent;
  }
}
.detalle_admision_nav li {
  padding-left: 27px;
  padding-right: 27px;
  border-left: 1px solid #828282;
}
.detalle_admision_nav li:first-child {
  padding-left: 0;
  border: none;
}
@media screen and (max-width: 1200px) {
  .detalle_admision_nav li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .detalle_admision_nav li {
    padding: 0;
    border: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .detalle_admision_nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detalle_admision_nav h2 {
    margin-bottom: 20px;
  }
}
.detalle_admision_list_responsive {
  display: none;
}
@media screen and (max-width: 768px) {
  .detalle_admision_list_responsive {
    display: block;
    background-color: #f8fafa;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: 'IBMPlexSans-SemiBold', sans-serif;
    position: relative;
    max-width: 400px;
  }
  .detalle_admision_list_responsive span {
    font-size: 8px;
    position: absolute;
    right: 20px;
    display: inline-block;
    top: 20px;
  }
  .detalle_admision_wrap_list_responisve {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 17px 25px #6e6d79;
    box-shadow: 0 17px 25px #6e6d79;
    position: absolute;
    top: 120px;
    left: 0;
    margin: auto;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    max-width: 400px;
    z-index: 200;
  }
  .detalle_admision_wrap_list_responisve.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
}
.detalle_admision_wrap_container {
  background-color: #f2f2f2;
  padding-top: 46px;
  padding-bottom: 60px;
}
.detalle_admision_links {
  color: #828282;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.detalle_admision_links span {
  margin: 0;
  padding: 0 5px;
}
.detalle_admision_links a {
  margin: 0;
}
.detalle_admision_wraps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .detalle_admision_wraps {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.detalle_admision_info {
  width: calc(100% - 486px);
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detalle_admision_info h1 {
  font-size: 40px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 36px;
}
.detalle_admision_info h2 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  color: #0380d0;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.detalle_admision_info h3 {
  font-size: 16px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
}
.detalle_admision_info ol {
  padding-left: 14px;
  margin-bottom: 26px;
}
.detalle_admision_info ol li {
  list-style-type: inherit;
  margin-top: 20px;
}
.detalle_admision_info ol li:first-child {
  margin: 0;
}
.detalle_admision_info ul {
  padding-left: 14px;
  margin-bottom: 20px;
}
.detalle_admision_info ul li {
  list-style-type: disc;
  margin-top: 8px;
}
.detalle_admision_info ul li::marker {
  color: #0380d0;
  margin-right: 4px;
}
.detalle_admision_info ul li:first-child {
  margin: 0;
}
.detalle_admision_info ul li span {
  color: #333;
}
.detalle_admision_info ul li ol {
  padding-top: 10px;
}
.detalle_admision_info ul li li {
  color: #333;
  list-style-type: decimal;
}
@media screen and (max-width: 1023px) {
  .detalle_admision_info {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .detalle_admision_info {
    margin-bottom: 0;
  }
}
.detalle_admision_text {
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  border-radius: 4px;
  padding: 16px 33px;
  margin-bottom: 24px;
  background-color: #fff;
}
.detalle_admision_text p {
  margin: 0;
  font-size: 16px;
  font-family: 'IBMPlexSans', sans-serif;
  margin-bottom: 8px;
}
.detalle_admision_text span {
  color: #ff9012;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 18px;
}
.detalle_admision_text strong {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
}
.detalle_admision_text_cuentas {
  padding-bottom: 40px;
}
.detalle_admision_text_cuentas p {
  font-size: 16px;
  font-family: 'IBMPlexSans', sans-serif;
  line-height: 1.4;
  margin: 0;
}
.detalle_admision_text_cuentas strong {
  font-weight: normal;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
.detalle_admision_form {
  width: 486px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detalle_admision_form h4 {
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  font-weight: normal;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 30px;
}
@media screen and (max-width: 1023px) {
  .detalle_admision_form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .detalle_admision_form {
    padding-top: 40px;
  }
}
.detalle_admision_input {
  margin-bottom: 18px;
}
.detalle_admision_input p {
  font-size: 12px;
  color: #828282;
}
.detalle_admision_input .input_white .input_file {
  border: 1px solid #4f4f4f;
  border-radius: 4px;
}
.detalle_admision_check {
  margin-top: 10px;
}
.detalle_admision_button {
  padding-top: 35px;
}
.detalle_admision_button button {
  width: 100%;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .detalle_admision_btn {
    text-align: center;
    padding-top: 20px;
  }
}
.detalle_admision_btn_fixed {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  max-width: 244px;
  width: 100%;
  margin: auto;
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.detalle_admision_btn_fixed .btn {
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .detalle_admision_btn_fixed {
    display: block;
  }
  .detalle_admision_btn_fixed.none {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.da_o {
  display: block;
  color: #4f4f4f;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 20px;
}
.da_textpromo {
  display: none;
}
.da_itembox {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 17px 25px rgba(0,0,0,0.1);
  box-shadow: 0px 17px 25px rgba(0,0,0,0.1);
}
.da_itembox.active .da_icon_more {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.da_itembox.active .da_icon_rest {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.da_title {
  cursor: pointer;
  position: relative;
}
.da_title h2 {
  line-height: 1;
  color: #ff9012;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 30px;
  padding-right: 65px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .da_title h2 {
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 40px;
  }
}
.da_title.active .da_icon_rest {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.da_title.active .da_icon_more {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.da_icon_more,
.da_icon_rest {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #ff9012;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 50%;
  right: 36px;
}
@media screen and (max-width: 767px) {
  .da_icon_more,
  .da_icon_rest {
    right: 13px;
  }
}
.da_icon_more {
  font-size: 22px;
}
.da_icon_rest {
  font-size: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.da_contain {
  display: none;
  padding: 0 30px;
  padding-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .da_contain {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.da_textup {
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
.da_textup p {
  margin: 0;
}
.da_fields li.full {
  width: 100%;
}
.da_fields > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.da_fields > ul > li {
  width: calc(50% - 9px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .da_fields > ul > li {
    width: 100%;
  }
}
.da_requiredtext {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  margin-top: -7px;
}
.da_requiredtext p {
  margin: 0;
}
.da_file_document .dropzone {
  min-height: inherit;
  background: #f8fafa;
  border: 1px dashed #0380d0;
  border-radius: 4px;
  padding-top: 37px;
  padding-bottom: 37px;
}
.da_file_document .dropzone .dz-preview .dz-progress {
  margin-top: 20px;
}
.da_file_document .dz-message {
  color: #828282;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.da_icon_file {
  display: block;
  width: 100%;
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.da_check {
  margin-top: 10px;
}
.da_btn {
  margin-top: 25px;
}
.da_btn button {
  max-width: none;
}

.detalle_maestria_wrap_container {
  padding: 45px 0px 105px 0px;
  background-color: #f6f7f9;
}
.detalle_maestria_wrap_container .btn_breadcrumbs {
  padding-bottom: 22px;
}
.detalle_maestria_docente_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.detalle_maestria_docente_title {
  max-width: 513px;
  width: 100%;
  margin: 0;
}
.detalle_maestria_docente_title h1 {
  font-size: 40px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  line-height: 52px;
  margin-bottom: 28px;
}
.detalle_maestria_docente_title p {
  line-height: 26px;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_docente_title {
    max-width: 100%;
  }
  .detalle_maestria_docente_title p {
    font-size: 15px;
  }
}
.detalle_maestria_docente_items {
  padding-top: 45px;
}
.detalle_maestria_docente_box {
  width: calc(100% / 4 - 1.5%);
  position: relative;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  background-color: #fff;
  margin-right: 2%;
  padding: 12px 12px 0px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 34px;
}
.detalle_maestria_docente_box figure {
  max-width: 282px;
  width: 100%;
  margin: 0;
}
.detalle_maestria_docente_box figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .detalle_maestria_docente_box:nth-child(4n+4) {
    margin-right: 0;
  }
  .detalle_maestria_docente_box:hover {
    cursor: pointer;
  }
  .detalle_maestria_docente_box:hover .detalle_maestria_docente_text {
    background-color: #0380d0;
    color: #fff;
  }
  .detalle_maestria_docente_box:hover .detalle_maestria_docente_text p {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .detalle_maestria_docente_box {
    width: calc(100% / 3 - 4%);
    margin: 2%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 860px) {
  .detalle_maestria_docente_box {
    width: calc(100% / 2 - 4%);
  }
}
@media screen and (max-width: 767px) {
  .detalle_maestria_docente_box {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 20px;
  }
  .detalle_maestria_docente_box figure {
    width: 200px;
    max-width: inherit;
    background: #f2f2f2;
  }
}
@media screen and (max-width: 480px) {
  .detalle_maestria_docente_box figure {
    width: 100px;
  }
}
.detalle_maestria_docente_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.detalle_maestria_docente_text h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.detalle_maestria_docente_text p {
  font-size: 15px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  line-height: 18px;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_docente_text {
    position: relative;
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .detalle_maestria_docente_text {
    width: calc(100% - 100px);
  }
  .detalle_maestria_docente_text h2 {
    font-size: 16px;
  }
  .detalle_maestria_docente_text p {
    font-size: 14px;
  }
}

.detalle_maestria_estudio_wrap {
  background-color: #f6f7f9;
  padding: 45px 0px 75px 0px;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudio_container {
    width: 100%;
  }
}
.detalle_maestria_estudio_links {
  color: #828282;
  font-size: 13px;
  line-height: 17px;
  width: 100%;
  margin-bottom: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudio_links {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.detalle_maestria_estudio_links span {
  margin: 0;
  padding: 0 5px;
}
.detalle_maestria_estudio_links a {
  margin: 0;
}
.detalle_maestria_estudio_title {
  padding-bottom: 35px;
}
.detalle_maestria_estudio_title h1 {
  font-weight: normal;
  font-size: calc(25px + (40 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudio_title {
    width: 94%;
    margin: 0 auto;
  }
}
.detalle_maestria_estudio_content {
  padding-top: 46px;
  max-width: 977px;
  margin: auto;
  width: 93%;
}
.detalle_maestria_estudio_content h2 {
  margin-bottom: 18px;
  font-weight: normal;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
}
.detalle_maestria_estudio_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}
.detalle_maestria_itm {
  position: relative;
  padding-left: 40px;
  font-size: 12px;
  font-family: 'IBMPlexSans', sans-serif;
  width: calc(100% / 3);
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detalle_maestria_itm span {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_itm span {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}
@media screen and (max-width: 640px) {
  .detalle_maestria_itm {
    width: 100%;
  }
}
.detalle_maestria_estudios_inner {
  width: 382px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .detalle_maestria_estudios_inner {
    width: 330px;
  }
}
@media screen and (max-width: 860px) {
  .detalle_maestria_estudios_inner {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudios_inner {
    width: 100%;
  }
  .detalle_maestria_estudios_inner li {
    position: relative;
  }
}
.detalle_maestria_estudios_tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  background-color: #fff;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  -o-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
}
.detalle_maestria_estudios_tab ul {
  margin: 0;
  margin-bottom: 15px;
}
.detalle_maestria_estudios_tab ul a {
  padding: 30px 20px;
  background-color: transparent;
  display: block;
  color: #333;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.detalle_maestria_estudios_tab ul a span {
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .detalle_maestria_estudios_tab ul a {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudios_tab ul a {
    padding: 25px 20px;
    font-size: 15px;
  }
}
.detalle_maestria_estudios_tab ul a.active {
  background-color: #fff;
  color: #ff9012;
}
.detalle_maestria_estudios_tab ul a:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudios_tab {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .detalle_maestria_estudios_tab li {
    position: relative;
  }
  .detalle_maestria_estudios_tab li:before {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .detalle_maestria_estudios_tab li a:after {
    display: none;
  }
}
.detalle_maestria_estudios_download {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudios_download {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .detalle_maestria_estudios_download .btn_download {
    width: 100%;
    text-align: center;
  }
}
.detalle_maestria_estudios_info {
  padding-left: 40px;
  position: relative;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-right: 40px;
  width: calc(100% - 382px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .detalle_maestria_estudios_info {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 860px) {
  .detalle_maestria_estudios_info {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudios_info {
    width: 100%;
    display: none;
  }
}
.detalle_maestria_estudio_tab_info {
  position: absolute;
  width: 100%;
  height: 500px;
  overflow: auto;
}
.detalle_maestria_estudio_tab_info span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 20px;
  margin: auto;
}
.detalle_maestria_estudio_tab_info p {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  padding: 22px 20px 22px 70px;
  position: relative;
  margin: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .detalle_maestria_estudio_tab_info {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 0;
    visibility: hidden;
  }
  .detalle_maestria_estudio_tab_info.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .detalle_maestria_estudio_tab_info {
    height: auto;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    display: none;
  }
  .detalle_maestria_estudio_tab_info span {
    left: 15px;
    top: 20px;
  }
  .detalle_maestria_estudio_tab_info p {
    font-size: 14px;
    padding: 20px 15px 20px 50px;
  }
}

.detalle_maestria_presentacion_container {
  padding-top: 40px;
  margin-bottom: 40px;
}
.detalle_maestria_presentacion_wrap {
  position: relative;
  padding-left: 408px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 430px;
}
@media screen and (max-width: 1200px) {
  .detalle_maestria_presentacion_wrap {
    padding-left: 350px;
  }
}
@media screen and (max-width: 1023px) {
  .detalle_maestria_presentacion_wrap {
    padding: 0;
    min-height: inherit;
  }
}
.detalle_maestria_presentacion_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 680px;
  margin: 0;
  padding-top: 45px;
  z-index: 5;
}
.detalle_maestria_presentacion_info h1 {
  position: relative;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 42px;
  text-transform: uppercase;
}
.detalle_maestria_presentacion_info h1:before {
  content: '';
  width: 50px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff9012;
}
.detalle_maestria_presentacion_info h2 {
  font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  font-family: 'IBMPlexSans', sans-serif;
  line-height: calc(40px + (58 - 40) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 42px;
}
.detalle_maestria_presentacion_info p {
  font-size: 16px;
  color: #4f4f4f;
  max-width: 533px;
  width: 100%;
  line-height: 26px;
}
@media screen and (max-width: 1200px) {
  .detalle_maestria_presentacion_info {
    width: 550px;
  }
  .detalle_maestria_presentacion_info p {
    max-width: inherit;
  }
}
@media screen and (max-width: 1023px) {
  .detalle_maestria_presentacion_info {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .detalle_maestria_presentacion_info h1 {
    margin-bottom: 20px;
  }
  .detalle_maestria_presentacion_info h2 {
    margin-bottom: 20px;
  }
}
.detalle_maestria_presentacion_btn {
  display: none;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .detalle_maestria_presentacion_btn {
    display: block;
  }
  .detalle_maestria_presentacion_btn .btn {
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
.detalle_maestria_presentacion_img {
  width: 100%;
  position: relative;
}
.detalle_maestria_presentacion_img:before {
  content: '';
  display: block;
  width: 329px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
}
.detalle_maestria_presentacion_img img {
  width: 100%;
  height: auto;
  display: block;
}

.b1ejec_estructura {
  width: 100%;
  padding: 43px 0px 23px;
  background: #f6f7f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .b1ejec_estructura {
    padding: 40px 0px 23px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estructura {
    padding: 35px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_container {
    width: 100%;
  }
  .b1ejec_estr_container .btn_breadcrumbs {
    width: 94%;
    margin: 0 auto;
  }
}
.b1ejec_estr_title {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_title {
    width: 94%;
    margin: 0 auto;
    margin-top: 23px;
  }
}
.b1ejec_estr_content {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
@media screen and (max-width: 860px) {
  .b1ejec_estr_content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b1ejec_estr_list_box {
  width: 382px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b1ejec_estr_list_box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .b1ejec_estr_list_box {
    width: 330px;
  }
}
@media screen and (max-width: 860px) {
  .b1ejec_estr_list_box {
    width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_list_box {
    width: 100%;
  }
}
.b1ejec_estr_list {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.b1ejec_estr_list li:last-child .b1ejec_estr_link:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_list li {
    width: 100%;
    position: relative;
  }
  .b1ejec_estr_list li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 36px);
    height: 1px;
    background: #e0e0e0;
  }
}
.b1ejec_estr_link {
  width: 100%;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.b1ejec_estr_link span {
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  pointer-events: none;
}
.b1ejec_estr_link span:before {
  content: '\e90e';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  font-size: 12px;
}
.b1ejec_estr_link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: 1px;
  background: #e0e0e0;
}
.b1ejec_estr_link.active {
  background: #fff;
  color: #0380d0;
}
.b1ejec_estr_link.active span:before {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .b1ejec_estr_link {
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 860px) {
  .b1ejec_estr_link {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_link {
    padding: 25px 18px;
  }
  .b1ejec_estr_link:before {
    display: none;
  }
  .b1ejec_estr_link.is-active {
    background: #fff;
    color: #0380d0;
  }
  .b1ejec_estr_link.is-active span:before {
    color: #333;
  }
}
.b1ejec_estr_pdf {
  width: 100%;
  padding: 18px 28px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1ejec_estr_pdf .btn_download {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .b1ejec_estr_pdf {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 860px) {
  .b1ejec_estr_pdf {
    max-width: 310px;
    margin: 0 auto;
  }
}
.b1ejec_estr_wrap {
  width: calc(100% - 382px);
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b1ejec_estr_wrap {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 860px) {
  .b1ejec_estr_wrap {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_wrap {
    width: 100%;
    display: none;
  }
}
.b1ejec_estr_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  padding: 80px 102px 120px 27px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1ejec_estr_box.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .b1ejec_estr_box {
    padding: 60px 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .b1ejec_estr_box {
    padding: 60px 30px 80px;
  }
}
@media screen and (max-width: 860px) {
  .b1ejec_estr_box {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_box {
    padding: 30px 20px;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    display: none;
  }
}
.b1ejec_estr_info {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.b1ejec_estr_info:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .b1ejec_estr_info {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_info {
    padding: 20px 15px;
  }
}
.b1ejec_estr_text {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #333;
  padding-left: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1ejec_estr_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1ejec_estr_text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_text {
    padding-left: 30px;
  }
}
@media screen and (max-width: 420px) {
  .b1ejec_estr_text {
    font-size: 14px;
  }
}
.b1ejec_estr_circle {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 1px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b1ejec_estr_circle {
    top: 0;
  }
}
.b2ejec_estr_leyenda {
  width: 100%;
  padding: 23px 0px 70px;
  background: #f6f7f9;
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  box-sizing: box-sizing;
}
@media screen and (max-width: 767px) {
  .b2ejec_estr_leyenda {
    padding: 59px 0px 63px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b2ejec_estr_ley_wrap {
  max-width: 988px;
}
.b2ejec_estr_ley_title {
  padding-bottom: 12px;
}
.b2ejec_estr_ley_title h3 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
}
.b2ejec_estr_ley_info {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b2ejec_estr_ley_box {
  width: 30.333%;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  color: #333;
  padding-left: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0px;
  margin-right: 4.5%;
  position: relative;
}
.b2ejec_estr_ley_box p {
  margin: 0;
}
.b2ejec_estr_ley_box:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .b2ejec_estr_ley_box {
    width: 48%;
    margin-right: 4%;
    padding-left: 30px;
  }
  .b2ejec_estr_ley_box:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .b2ejec_estr_ley_box:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .b2ejec_estr_ley_box {
    width: 100%;
    margin-right: 0;
  }
  .b2ejec_estr_ley_box:nth-child(3n + 3) {
    margin-right: 0;
  }
}
.b2ejec_estr_ley_circle {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: -4px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .b2ejec_estr_ley_circle {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}

.b1ejec_expositores {
  width: 100%;
  background: #f6f7f9;
  padding: 43px 0px 123px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1ejec_expositores .btn_breadcrumbs {
  margin-bottom: 19px;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expositores {
    padding: 40px 0px 60px;
  }
  .b1ejec_expositores .btn_breadcrumbs {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .b1ejec_expositores {
    padding: 40px 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_container {
    width: 100%;
  }
}
.b1ejec_expo_title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_title {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.b1ejec_expo_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b1ejec_expo_info {
  width: 57.5%;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_info {
    width: 94%;
    margin-right: 0;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.b1ejec_expo_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.b1ejec_expo_box {
  width: 48.552%;
  padding: 34px 34px 38px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin-right: 2.896%;
  margin-bottom: 25px;
  cursor: pointer;
}
.b1ejec_expo_box:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .b1ejec_expo_box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_expo_box {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .b1ejec_expo_box {
    width: 100%;
    margin-right: 0;
  }
}
.b1ejec_expo_box_name {
  padding-bottom: 12px;
}
.b1ejec_expo_box_name h3,
.b1ejec_expo_box_name h4 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1ejec_expo_box_name h3,
  .b1ejec_expo_box_name h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_expo_box_name h3,
  .b1ejec_expo_box_name h4 {
    font-size: 16px;
  }
}
.b1ejec_expo_box_text {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
  color: #0380d0;
}
.b1ejec_expo_box_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1ejec_expo_box_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_expo_box_text {
    font-size: 14px;
  }
}
.b1ejec_expo_invitados {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 26px;
}
.b1ejec_expo_invi_title {
  padding-bottom: 20px;
}
.b1ejec_expo_invi_title h2 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 20px;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1ejec_expo_invi_title h2 {
    font-size: 18px;
  }
}
.b1ejec_expo_invi_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
}
.b1ejec_expo_invi_text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .b1ejec_expo_invi_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_expo_invi_text {
    font-size: 14px;
  }
}
.b1ejec_expo_wrap {
  width: 40.5%;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_wrap {
    width: 100%;
    background: #fff;
    padding: 40px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.b1ejec_expo_fixed {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 94%;
    margin: 0 auto;
  }
}
.b1ejec_expo_form_top {
  width: 100%;
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  padding: 24px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1ejec_expo_form_top:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  max-width: 375px;
  width: 100%;
  height: 100%;
  background-image: url("../img/ejecutiva-pres-deco1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b1ejec_expo_form_top_text {
  max-width: 350px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  text-transform: uppercase;
}
.b1ejec_expo_form_top_text p {
  margin: 0;
}
.b1ejec_expo_form {
  width: 100%;
  padding: 31px 34px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_form {
    padding: 26px 0px;
  }
}
.b1ejec_expo_form_title {
  padding-bottom: 17px;
}
.b1ejec_expo_form_title h3 {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(25px + (30 - 25) * ((100vw - 375px) / (1920 - 375)));
  color: #0380d0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1ejec_expo_form_title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.b1ejec_expo_form_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  padding-bottom: 22px;
}
.b1ejec_expo_form_text p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .b1ejec_expo_form_text {
    font-size: 15px;
  }
}
.b1ejec_expo_form_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b1ejec_expo_form_list .input {
  margin-bottom: 18px;
}
.b1ejec_expo_form_list .input_textarea textarea {
  height: 74px;
}
.b1ejec_expo_input {
  width: 47.5%;
  margin-right: 5%;
}
.b1ejec_expo_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .b1ejec_expo_input {
    width: 100%;
    margin-right: 0;
  }
}
.b1ejec_expo_campos {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.b1ejec_expo_campos strong {
  color: #eb5757;
}
.b1ejec_expo_campos p {
  margin: 0;
}
.b1ejec_expo_check {
  margin-bottom: 42px;
}
.b1ejec_expo_btn .btn {
  max-width: 100%;
  width: 100%;
  display: block;
}

.ejecutiva_listado {
  width: 100%;
  padding-bottom: 83px;
  background: #f5f7f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ejecutiva_listado {
    padding-bottom: 60px;
  }
}
.ejec_list_title {
  width: 100%;
  padding: 83px 0px 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ejec_list_title {
    text-align: center;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .ejec_list_title {
    padding: 40px 0px;
  }
}
.ejec_list_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ejec_list_tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 72px;
}
.ejec_list_tabs li {
  height: 100%;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ejec_list_tabs li:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .ejec_list_tabs {
    height: auto;
    border: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .ejec_list_tabs li {
    width: 33.333%;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ejec_list_tabs li:last-child {
    border-right: 1px solid #e0e0e0;
  }
}
@media screen and (max-width: 520px) {
  .ejec_list_tabs li {
    width: 50%;
  }
}
.ejec_list_link {
  height: 100%;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 0px 50px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ejec_list_link.active {
  color: #0380d0;
}
@media screen and (max-width: 1024px) {
  .ejec_list_link {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .ejec_list_link {
    height: 60px;
    font-size: 13px;
  }
}
.ejec_list_wrap {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .ejec_list_wrap {
    margin-top: 30px;
  }
}
.ejec_list_container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ejec_list_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ejec_list_box.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.ejec_list_item {
  width: 32%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin: 0;
  margin-right: 2%;
  margin-bottom: 49px;
}
.ejec_list_item:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .ejec_list_item {
    width: 49%;
    margin-bottom: 30px;
  }
  .ejec_list_item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .ejec_list_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ejec_list_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .ejec_list_item {
    width: 100%;
    margin-right: 0;
  }
}
.ejec_list_item_img {
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.ejec_list_item_info {
  width: 100%;
  padding: 27px 23px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ejec_list_item_info {
    padding: 25px 20px;
  }
}
.ejec_list_info_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 13px;
  color: #333;
  padding-bottom: 15px;
}
.ejec_list_info_text p {
  margin: 0;
}
.ejec_list_info_title {
  padding-bottom: 20px;
}
.ejec_list_info_title h3 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .ejec_list_info_title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ejec_list_info_title h3 {
    font-size: 15px;
  }
}
.ejec_list_info_date {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .ejec_list_info_date {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.ejec_list_info_day {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
}
.ejec_list_info_day p {
  margin: 0;
}
.ejec_list_info_day:before {
  content: '\e915';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  color: #0380d0;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .ejec_list_info_day {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ejec_list_info_day {
    padding-left: 25px;
  }
  .ejec_list_info_day:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .ejec_list_info_day {
    margin: 0;
    margin-bottom: 10px;
  }
}
.ejec_list_info_mes {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.ejec_list_info_mes p {
  margin: 0;
}
.ejec_list_info_mes:before {
  content: '\e902';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 24px;
  color: #0380d0;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .ejec_list_info_mes {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .ejec_list_info_mes {
    padding-left: 25px;
  }
  .ejec_list_info_mes:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  .ejec_list_info_mes {
    margin: 0;
  }
}
.ejec_list_pager {
  margin-top: 26px;
}

.ejecutiva_presentacion {
  width: 100%;
  height: 99px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .ejecutiva_presentacion {
    height: auto;
    padding: 30px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .ejecutiva_presentacion {
    padding: 38px 0px 32px;
  }
}
.ejec_presen_nav {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .ejec_presen_nav {
    height: auto;
  }
}
.ejec_presen_nav_title {
  max-width: 384px;
  width: 100%;
  margin: 0;
}
.ejec_presen_nav_title h2 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 18px;
  color: #0380d0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .ejec_presen_nav_title {
    max-width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .ejec_presen_nav_title {
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
.ejec_presen_nav_wrap {
  height: 100%;
}
@media screen and (max-width: 900px) {
  .ejec_presen_nav_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ejec_presen_nav_wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
  }
}
.ejec_presen_nav_select {
  display: none;
  height: 48px;
  background: #f8fafa;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #3b4256;
  text-transform: uppercase;
  position: relative;
}
.ejec_presen_nav_select:before {
  content: '\e907';
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'icomoon';
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 7px;
  color: #3b4256;
}
@media screen and (max-width: 767px) {
  .ejec_presen_nav_select {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.ejec_presen_nav_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  height: 100%;
}
.ejec_presen_nav_list li {
  position: relative;
  height: 100%;
}
.ejec_presen_nav_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 21px;
  background: #828282;
  margin: auto;
}
.ejec_presen_nav_list li:first-child:before {
  display: none;
}
@media screen and (max-width: 900px) {
  .ejec_presen_nav_list {
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ejec_presen_nav_list {
    height: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .ejec_presen_nav_list.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .ejec_presen_nav_list li {
    width: 100%;
    height: auto;
  }
  .ejec_presen_nav_list li:before {
    display: none;
  }
}
.ejec_presen_nav_link {
  height: 100%;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  padding: 0px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.ejec_presen_nav_link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #0380d0;
  margin: auto;
}
.ejec_presen_nav_link.active:before {
  width: 85%;
}
@media screen and (max-width: 1200px) {
  .ejec_presen_nav_link {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .ejec_presen_nav_link {
    width: 100%;
    padding: 20px;
    height: auto;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ejec_presen_nav_link:before {
    display: none;
  }
  .ejec_presen_nav_link.active {
    color: #0380d0;
  }
}
.b1ejecutiva_pres {
  width: 100%;
  padding: 43px 0px 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b1ejecutiva_pres {
    padding: 29px 0px 31px;
  }
}
.b1ejec_presen_content {
  margin-top: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b1ejec_presen_content {
    margin-top: 23px;
  }
}
.b1ejec_presen_info {
  width: 56.251%;
  margin-right: -22.002%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .b1ejec_presen_info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 37px;
  }
}
.b1ejec_presen_title {
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .b1ejec_presen_title {
    padding-bottom: 20px;
  }
}
.b1ejec_presen_text {
  max-width: 581px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.64;
}
.b1ejec_presen_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b1ejec_presen_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_presen_text {
    font-size: 14px;
  }
}
.b1ejec_presen_img {
  width: 65.751%;
  padding-bottom: 36%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b1ejec_presen_img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 58.43%;
  height: 100%;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -6.67%, rgba(245,247,246,0) 98.85%);
}
@media screen and (max-width: 900px) {
  .b1ejec_presen_img {
    width: 100%;
    padding-bottom: 54%;
  }
  .b1ejec_presen_img:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b1ejec_presen_img {
    padding-bottom: 0;
    height: 333px;
  }
}
.b2ejecutiva_pres {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b2ejec_pres_info {
  width: 100%;
  background: #f5f7f6;
  padding-bottom: 374px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.b2ejec_pres_info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #fff;
}
.b2ejec_pres_info:after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: 44px;
  width: 814px;
  height: 886px;
  background-image: url("../img/ejecutiva-pres-deco2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .b2ejec_pres_info:after {
    width: 414px;
    height: 486px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .b2ejec_pres_info {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 900px) {
  .b2ejec_pres_info {
    padding-bottom: 63px;
    overflow: inherit;
  }
  .b2ejec_pres_info:after {
    width: 514px;
    height: 586px;
    bottom: -360px;
  }
}
@media screen and (max-width: 520px) {
  .b2ejec_pres_info:before {
    height: 260px;
  }
}
.b2ejec_pres_info_container {
  position: relative;
}
.b2ejec_pres_info_wrap {
  width: 57.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .b2ejec_pres_info_wrap {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_info_wrap {
    width: 100%;
  }
}
.b2ejec_pres_curso {
  width: 100%;
  background: #0380d0;
  border-radius: 4px;
  padding: 38px 75px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_curso {
    padding: 45px 35px 25px;
  }
}
@media screen and (max-width: 520px) {
  .b2ejec_pres_curso {
    padding: 45px 35px;
  }
}
.b2ejec_pres_curso_title {
  padding-bottom: 25px;
}
.b2ejec_pres_curso_title h3 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.b2ejec_pres_curso_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2ejec_pres_curso_box {
  width: 46%;
  margin-right: 8%;
  margin-bottom: 18px;
}
.b2ejec_pres_curso_box.inicio .b2ejec_pres_curso_text {
  font-size: 18px;
}
.b2ejec_pres_curso_box:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_curso_box.inicio .b2ejec_pres_curso_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .b2ejec_pres_curso_box {
    width: 100%;
    margin-right: 0;
  }
  .b2ejec_pres_curso_box:last-child {
    margin-bottom: 0;
  }
}
.b2ejec_pres_curso_subtitle {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2ejec_pres_curso_subtitle p {
  margin: 0;
}
.b2ejec_pres_curso_icon {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2ejec_pres_curso_icon img {
  width: 100%;
  height: auto;
  display: block;
}
.b2ejec_pres_curso_text {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 15px;
  color: #fff;
  padding: 6px 0px 0px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2ejec_pres_curso_text p {
  margin: 0;
}
.b2ejec_pres_info_box {
  margin-top: 98px;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_info_box {
    margin-top: 50px;
  }
}
.b2ejec_pres_box_title {
  padding-bottom: 24px;
}
.b2ejec_pres_box_wrap {
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_box_wrap {
    max-width: 100%;
  }
}
.b2ejec_pres_box_subtitle {
  max-width: 469px;
  width: 100%;
  margin: 0;
  padding-bottom: 24px;
}
.b2ejec_pres_box_subtitle h4 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: calc(18px + (20 - 18) * ((100vw - 375px) / (1920 - 375)));
  color: #333;
  line-height: 27px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_box_subtitle {
    max-width: 100%;
  }
}
.b2ejec_pres_box_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.b2ejec_pres_box_text p {
  margin: 0;
}
.b2ejec_pres_box_btn {
  margin-top: 58px;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_box_btn {
    margin-top: 33px;
  }
}
@media screen and (max-width: 767px) {
  .b2ejec_pres_box_btn {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-top: 33px;
    text-align: center;
  }
  .b2ejec_pres_box_btn .btn_download {
    width: 100%;
    display: block;
  }
}
.b2ejec_pres_beneficios {
  width: 100%;
  margin-bottom: 121px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_beneficios {
    margin-bottom: 80px;
  }
}
.b2ejec_pres_ben_container {
  position: relative;
  z-index: 1;
  margin-top: -300px;
}
@media screen and (max-width: 1200px) {
  .b2ejec_pres_ben_container {
    margin-top: -240px;
  }
}
@media screen and (max-width: 900px) {
  .b2ejec_pres_ben_container {
    margin-top: 0;
    width: 100%;
  }
}
.b2ejec_pres_ben_wrap {
  width: 57.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .b2ejec_pres_ben_wrap {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_ben_wrap {
    width: 100%;
  }
}
.b2ejec_pres_ben_video {
  width: 100%;
  height: 391px;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
@media screen and (max-width: 767px) {
  .b2ejec_pres_ben_video {
    height: 275px;
  }
}
.b2ejec_pres_video_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2ejec_pres_video_link {
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b2ejec_pres_video_link span {
  font-size: 20px;
  color: #0380d0;
}
.b2ejec_pres_ben_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 76px;
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_ben_content {
    margin-top: 47px;
  }
}
@media screen and (max-width: 900px) {
  .b2ejec_pres_ben_content {
    width: 94%;
    margin: 0 auto;
    margin-top: 47px;
  }
}
.b2ejec_pres_ben_box {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin-bottom: 18px;
}
.b2ejec_pres_ben_box:last-child {
  margin-bottom: 0px;
}
.b2ejec_pres_ben_title {
  width: 100%;
  padding: 26px 70px 25px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.b2ejec_pres_ben_title h3,
.b2ejec_pres_ben_title h4 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
  margin: 0;
}
.b2ejec_pres_ben_title:before,
.b2ejec_pres_ben_title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: #0380d0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b2ejec_pres_ben_title:before {
  width: 18px;
  height: 2px;
  right: 36px;
}
.b2ejec_pres_ben_title:after {
  width: 2px;
  height: 18px;
  right: 44px;
}
.b2ejec_pres_ben_title.is-active:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
@media screen and (max-width: 1024px) {
  .b2ejec_pres_ben_title h3,
  .b2ejec_pres_ben_title h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .b2ejec_pres_ben_title h3,
  .b2ejec_pres_ben_title h4 {
    font-size: 16px;
  }
}
.b2ejec_pres_ben_text {
  width: 100%;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  color: #333;
  padding: 7px 70px 49px 40px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.b2ejec_pres_ben_text ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b2ejec_pres_ben_text li {
  padding-left: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.b2ejec_pres_ben_text li:last-child {
  margin-bottom: 0;
}
.b2ejec_pres_ben_text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #0380d0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .b2ejec_pres_ben_text {
    font-size: 14px;
  }
}
.b3ejecutiva_pres {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .b3ejecutiva_pres {
    position: relative;
    padding-bottom: 47px;
  }
}
.b3ejec_pres_wrap {
  width: 40.6%;
  height: 100%;
  margin: 0 auto;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .b3ejec_pres_wrap {
    width: 44%;
  }
}
@media screen and (max-width: 1024px) {
  .b3ejec_pres_wrap {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b3ejec_pres_fixed {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b3ejec_pres_fixed {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.b3ejec_pres_form_top {
  width: 100%;
  background: -webkit-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -moz-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -o-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: -ms-linear-gradient(359.93deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  background: linear-gradient(90.07deg, #3b3e45 0.06%, #6c8a9e 99.94%);
  padding: 24px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b3ejec_pres_form_top:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  max-width: 375px;
  width: 100%;
  height: 100%;
  background-image: url("../img/ejecutiva-pres-deco1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b3ejec_pres_form_top_text {
  max-width: 350px;
  width: 100%;
  margin: 0;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  text-transform: uppercase;
}
.b3ejec_pres_form_top_text p {
  margin: 0;
}
.b3ejec_pres_form {
  width: 100%;
  padding: 31px 34px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b3ejec_pres_form {
    padding: 26px 0px;
  }
}
.b3ejec_pres_form_title {
  padding-bottom: 17px;
}
.b3ejec_pres_form_title h3 {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 30px;
  color: #0380d0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3ejec_pres_form_title {
    text-align: center;
    padding-bottom: 20px;
  }
}
.b3ejec_pres_form_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
  padding-bottom: 22px;
}
.b3ejec_pres_form_text p {
  margin: 0;
}
.b3ejec_pres_form_list li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b3ejec_pres_form_list .input {
  margin-bottom: 18px;
}
.b3ejec_pres_form_list .input_textarea textarea {
  height: 74px;
}
.b3ejec_pres_input {
  width: 47.5%;
  margin-right: 5%;
}
.b3ejec_pres_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .b3ejec_pres_input {
    width: 100%;
    margin-right: 0;
  }
}
.b3ejec_pres_campos {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.b3ejec_pres_campos strong {
  color: #eb5757;
}
.b3ejec_pres_campos p {
  margin: 0;
}
.b3ejec_pres_check {
  margin-bottom: 42px;
}
.b3ejec_pres_btn .btn {
  max-width: 100%;
  width: 100%;
  display: block;
}

.btn {
  max-width: 208px;
  width: 100%;
  display: inline-block;
  height: 55px;
  line-height: 55px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 17px;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 2px;
  padding: 0px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_blue {
  background: #0380d0;
}
@media screen and (min-width: 1025px) {
  .btn_blue:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
.btn_orange {
  background: #ff9012;
}
@media screen and (min-width: 1025px) {
  .btn_orange:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
.btn_white {
  background: #fff;
  color: #0380d0;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
}
@media screen and (min-width: 1025px) {
  .btn_white:hover {
    background: #f3f7fe;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.btn_transparent {
  background: transparent;
  color: #0380d0;
}
@media screen and (min-width: 1025px) {
  .btn_transparent:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
.btn_download {
  height: 65px;
  line-height: 65px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
  padding: 0px 24px;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .btn_download:hover {
    background: #f5f7f6;
  }
}
@media screen and (max-width: 1200px) {
  .btn_download {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_download {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn_download {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .btn_download {
    font-size: 14px;
  }
}
.btn_download_text {
  position: relative;
  width: 100%;
  padding: 0 32px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .btn_download_text {
    padding: 0 30px 0 35px;
  }
}
.btn_download_pdf {
  width: 30px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn_download_pdf img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .btn_download_pdf {
    width: 24px;
  }
}
.btn_download_icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 23px;
  color: #333;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .btn_download_icon {
    font-size: 18px;
  }
}
.btn_download_blue {
  height: 55px;
  line-height: 55px;
  color: #0380d0;
  border: 1px solid #e0e0e0;
}
.btn_download_blue .btn_download_text {
  padding: 0px 40px 0px 45px;
}
.btn_download_blue .btn_download_icon {
  color: #0380d0;
}
@media screen and (max-width: 1024px) {
  .btn_download_blue .btn_download_text {
    padding: 0px 30px 0px 35px;
  }
}
.btn_breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn_breadcrumbs li {
  padding: 0px 12px 0px 3px;
  position: relative;
}
.btn_breadcrumbs li:before {
  content: '>';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #828282;
}
.btn_breadcrumbs li:first-child {
  padding-left: 0;
}
.btn_breadcrumbs li:last-child {
  padding-right: 0;
}
.btn_breadcrumbs li:last-child:before {
  display: none;
}
.btn_breadcrumbs a {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 13px;
  color: #828282;
}
.btn_prev,
.btn_next {
  width: 60px;
  height: 60px;
  background: #f3f7fe;
  border-radius: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_prev span,
.btn_next span {
  font-size: 17px;
  color: #0380d0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .btn_prev:hover,
  .btn_next:hover {
    background: #0380d0;
  }
  .btn_prev:hover span,
  .btn_next:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .btn_prev,
  .btn_next {
    width: 50px;
    height: 50px;
  }
  .btn_prev span,
  .btn_next span {
    font-size: 14px;
  }
}
.btn_pager {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn_pager li {
  margin: 0px 7px;
}
.btn_pager a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #333;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn_pager a {
    width: 50px;
    height: 50px;
  }
}
.btn_pager a.active {
  background: #0380d0;
  color: #fff;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
}
@media screen and (min-width: 1025px) {
  .btn_pager a:hover {
    background: #0380d0;
    color: #fff;
    -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
    box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  }
}
.btnscroll {
  max-width: none;
  width: auto;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  bottom: 22px;
  left: 50%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .btnscroll {
    display: none;
  }
}
.btnscroll.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input input,
.input textarea,
.input select {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #3b4256;
  padding: 0px 15px;
  border: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #f8fafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input input:focus,
.input textarea:focus,
.input select:focus {
  border-color: #4f4f4f;
}
.input ::placeholder {
  color: #828282;
}
.input_label {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #828282;
  display: block;
  pointer-events: none;
  margin: 0;
  margin-bottom: 5px;
}
.input_label strong {
  color: #eb5757;
  font-weight: normal;
}
.input_textarea {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_textarea textarea {
  height: 118px;
  padding: 16px 20px;
  line-height: 1.2;
}
.input_select {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.input_select select {
  padding: 0px 35px 0px 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.input_select select::-ms-expand {
  display: none;
}
.input_select span {
  position: absolute;
  top: 21px;
  right: 14px;
  font-size: 7px;
  color: #3b4256;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.input_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.input_checkbox input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.input_checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}
.input_checkbox input[type="checkbox"]:checked + label .input_checkbox_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.input_checkbox_box {
  position: relative;
  width: 18px;
  height: 18px;
}
.input_checkbox_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  border-radius: 3px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_box:after {
  content: "\e919";
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #0380d0;
  font-size: 11px;
  font-family: 'icomoon';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.input_checkbox_text {
  width: calc(100% - 18px);
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  color: #333;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_checkbox_text a {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  text-decoration: underline;
  color: #0380d0;
}
.input_file {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.input_file input[type="file"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.input_file_label {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0px 55px 0px 15px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #f8fafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
.input_file_label:focus {
  border-color: #4f4f4f;
}
.input_file_text {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #3b4256;
  width: 100%;
  display: block;
}
.input_file_text.completed {
  color: #3b4256;
}
.input_file_icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.input_white input,
.input_white textarea,
.input_white select {
  background: #fff;
}
.input_white .input_file_label {
  background: #fff;
}
.formError {
  white-space: nowrap;
  position: static !important;
  margin: 0 !important;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: transparent;
  color: #f00;
  border: none;
  font-size: 12px;
  font-family: 'IBMPlexSans', sans-serif;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.formError .formErrorArrow {
  display: none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.title_r h1,
.title_r h2,
.title_r h3,
.title_r h4 {
  font-family: 'IBMPlexSans', sans-serif;
  line-height: 1.2;
  margin: 0;
}
.title_r span {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.title_r span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
}
.title_sb h1,
.title_sb h2,
.title_sb h3,
.title_sb h4 {
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  line-height: 1.2;
  margin: 0;
}
.title_m h1,
.title_m h2,
.title_m h3,
.title_m h4 {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  line-height: 1.2;
  margin: 0;
}
.title_b h1,
.title_b h2,
.title_b h3,
.title_b h4 {
  font-family: 'IBMPlexSans-Bold', sans-serif;
  line-height: 1.2;
  margin: 0;
}
.title_45 h1,
.title_45 h2,
.title_45 h3,
.title_45 h4 {
  font-size: calc(25px + (45 - 25) * ((100vw - 375px) / (1920 - 375)));
}
.title_45 span {
  font-size: calc(20px + (20 - 20) * ((100vw - 375px) / (1920 - 375)));
}
.title_40 h1,
.title_40 h2,
.title_40 h3,
.title_40 h4 {
  font-size: calc(25px + (40 - 25) * ((100vw - 375px) / (1920 - 375)));
}
.title_40 span {
  font-size: calc(20px + (20 - 20) * ((100vw - 375px) / (1920 - 375)));
}
.title_30 h1,
.title_30 h2,
.title_30 h3,
.title_30 h4 {
  font-size: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375)));
}
.title_black h1,
.title_black h2,
.title_black h3,
.title_black h4 {
  color: #333;
}
.title_black span:before {
  background: #0380d0;
}
.title_white h1,
.title_white h2,
.title_white h3,
.title_white h4 {
  color: #fff;
}
.title_orange h1,
.title_orange h2,
.title_orange h3,
.title_orange h4 {
  color: #ff9012;
}
.title_lightblue h1,
.title_lightblue h2,
.title_lightblue h3,
.title_lightblue h4 {
  color: #0380d0;
}
.title_red h1,
.title_red h2,
.title_red h3,
.title_red h4 {
  color: #f00;
}

.investigacion_centros {
  padding: 90px 0px;
  position: relative;
}
.investigacion_centros:before {
  content: '';
  position: absolute;
  top: 100px;
  right: 0;
  width: 854px;
  height: 748px;
  display: block;
  background: url("../img/img-ador03.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .investigacion_centros {
    padding: 40px 0px;
  }
}
.investigacion_centros .swiper-pagination {
  text-align: left;
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  z-index: 200;
}
.investigacion_centros .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 0 10px;
  background-color: transparent;
  border: 2px solid #000;
}
@media screen and (max-width: 1023px) {
  .investigacion_centros .swiper-pagination {
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .investigacion_centros .swiper-pagination span {
    border: 2px solid #0380d0;
    background-color: #0380d0;
  }
}
.investigacion_centros_item {
  padding-left: 400px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 431px;
}
@media screen and (max-width: 1023px) {
  .investigacion_centros_item {
    padding-left: 0;
  }
}
.investigacion_centros_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 679px;
  margin: 0;
  padding-top: 40px;
  z-index: 10;
}
.investigacion_centros_info h2 {
  font-size: 20px;
  line-height: 26px;
  position: relative;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
}
.investigacion_centros_info h2:before {
  content: '';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #132a70;
}
.investigacion_centros_info h3 {
  font-size: calc(25px + (45 - 25) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'IBMPlexSans', sans-serif;
  margin-bottom: 25px;
}
.investigacion_centros_info p {
  font-size: 16px;
  line-height: 26px;
  color: #4f4f4f;
}
@media screen and (max-width: 1023px) {
  .investigacion_centros_info {
    position: relative;
    width: 100%;
  }
}
.investigacion_centros_img {
  width: 100%;
  margin: 0;
  position: relative;
}
.investigacion_centros_img img {
  width: 100%;
  height: auto;
  display: block;
}
.investigacion_centros_img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 425px;
  background: -webkit-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -moz-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -o-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: -ms-linear-gradient(1.36deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
  background: linear-gradient(88.64deg, #f5f7f6 -1.26%, rgba(245,247,246,0) 98.85%);
}
@media screen and (max-width: 1023px) {
  .investigacion_centros_img {
    margin: auto;
  }
}

.libro {
  padding: 83px 0 144px 0;
}
@media screen and (max-width: 1024px) {
  .libro {
    padding: 60px 0;
  }
}
.libro_title {
  margin-bottom: 28px;
}
.libro_title h1 {
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_title h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .libro_title h1 {
    font-size: 26px;
  }
}
.libro_texthead {
  max-width: 792px;
  width: 100%;
  line-height: 1.6;
  color: #2a2728;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .libro_texthead {
    font-size: 14px;
  }
}
.libro_texthead p {
  margin-bottom: 35px;
}
.libro_subtitle {
  margin-bottom: 25px;
}
.libro_subtitle h2 {
  line-height: 1.1;
  color: #464a50;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .libro_subtitle h2 {
    font-size: 15px;
  }
}
.libro_form {
  max-width: 844px;
  width: 100%;
  margin: 0;
}
.libro_input_nota {
  line-height: 1.1;
  color: #676767;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  margin-top: 10px;
}
.libro_input_nota p {
  margin: 0;
}
.libro_dni {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.libro_dni label {
  width: 100%;
}
.libro_dni .input select {
  border-radius: 4px 0 0 4px;
}
.libro_dni .input input {
  border-radius: 0 4px 4px 0;
}
.libro_dni_select {
  width: 112px;
  position: relative;
}
.libro_dni_select:after {
  content: "";
  width: 1px;
  height: 48px;
  background: #bdbdbd;
  position: absolute;
  top: 0;
  right: 0;
}
.libro_dni_input {
  width: calc(100% - 112px);
}
.libro_radios {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 150px;
  position: relative;
  margin: 0;
}
.libro_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_icon {
  border-color: #0380d0;
}
.libro_radio input[type="radio"]:checked + label .libro_radio_icon:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.libro_radio_icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 13px 0 0;
}
.libro_radio_icon:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0380d0;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.libro_radio_text {
  display: block;
  line-height: 1;
  color: #484848;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  margin: 0;
}
.libro_selectup {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .libro_selectup .input {
    width: 48.3412%;
  }
}
.libro_selectup_message {
  line-height: 1.1;
  color: #171c2f;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  margin-top: 10px;
}
.libro_selectup_message p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .libro_box1_fields ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.libro_box1_fields li {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .libro_box1_fields li {
    width: 48.3412%;
  }
}
.libro_box1_fields li.full {
  width: 100%;
}
.libro_box2 {
  margin-top: 37px;
}
.libro_box2_textarea {
  margin-top: 38px;
}
.libro_box3 {
  margin-top: 60px;
}
.libro_box3_nota {
  max-width: 677px;
  width: 100%;
  line-height: 21px;
  color: #676767;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  margin: 30px 0 0 0;
}
.libro_box3_nota p {
  margin: 0;
}
.libro_box3_textareas {
  margin-top: 30px;
}
.libro_box3_textarea {
  margin-bottom: 26px;
}
.libro_box3_file {
  max-width: 482px;
  width: 100%;
  margin: 0;
}
.libro_box3_file .input_file_text {
  font-size: 14px;
}
.libro_box4 {
  margin-top: 50px;
}
.libro_box4_nota {
  line-height: 21px;
  color: #676767;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
}
.libro_box4_nota p {
  margin-bottom: 10px;
}
.libro_box4_nota p:last-child {
  margin-bottom: 0;
}
.libro_box5 {
  margin-top: 40px;
}
.libro_box5_radio {
  width: 100px;
}
.libro_box5_requiredtext {
  line-height: 1;
  color: #d40000;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  margin-top: 18px;
}
.libro_box5_requiredtext p {
  margin: 0;
}
.libro_box5_nota {
  line-height: 21px;
  color: #676767;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 13px;
  margin-top: 15px;
}
.libro_box5_nota p {
  margin-bottom: 28px;
}
.libro_box5_nota p:last-child {
  margin-bottom: 0;
}
.libro_box5_check {
  margin-top: 10px;
}
.libro_box5_check a {
  display: inline;
}
.libro_box5_button {
  margin-top: 40px;
}
.libro_box5_button button {
  max-width: 263px;
  text-transform: uppercase;
}

.listado_maestria {
  background-color: #f5f7f6;
  padding-top: 83px;
  padding-bottom: 73px;
}
@media screen and (max-width: 1024px) {
  .listado_maestria {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .listado_maestria {
    padding: 40px 0px 60px;
  }
}
.listado_maestria_title {
  margin-bottom: 65px;
}
.listado_maestria_title h1 {
  font-weight: normal;
  font-size: calc(25px + (40 - 25) * ((100vw - 375px) / (1920 - 375)));
  font-family: 'IBMPlexSans', sans-serif;
}
@media screen and (max-width: 1024px) {
  .listado_maestria_title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .listado_maestria_title {
    margin-bottom: 40px;
  }
}
.listado_maestria_nav {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 49px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.listado_maestria_nav a {
  margin: 0;
  border-left: 1px solid #e0e0e0;
  font-size: 14px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  padding: 27px 53px;
  text-transform: uppercase;
}
.listado_maestria_nav a:first-child {
  border: none;
}
.listado_maestria_nav a.active {
  color: #0380d0;
}
@media screen and (max-width: 640px) {
  .listado_maestria_nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .listado_maestria_nav a {
    display: block;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
  }
  .listado_maestria_nav a:first-child {
    border-bottom: 1px solid #e0e0e0;
  }
  .listado_maestria_nav a:last-child {
    border: none;
  }
}
.listado_maestria_wrap_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.listado_maestria_item {
  width: 32%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  margin: 0;
  margin-right: 2%;
  margin-bottom: 49px;
}
.listado_maestria_item:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .listado_maestria_item {
    width: 49%;
    margin-bottom: 30px;
  }
  .listado_maestria_item:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .listado_maestria_item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .listado_maestria_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  .listado_maestria_item {
    width: 100%;
    margin-right: 0;
  }
}
.listado_maestria_item_img {
  width: 100%;
  height: 185px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.listado_maestria_txt {
  padding: 27px 23px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.listado_maestria_txt h2 {
  font-size: 13px;
  font-weight: normal;
  font-family: 'IBMPlexSans', sans-serif;
  margin-bottom: 17px;
}
.listado_maestria_txt p {
  font-size: 18px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  margin: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .listado_maestria_txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .listado_maestria_txt {
    padding: 25px 20px;
  }
  .listado_maestria_txt p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.listado_datos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.listado_datos span {
  color: #ff9012;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.listado_datos p {
  font-size: 15px;
  font-family: 'IBMPlexSans', sans-serif;
  padding-left: 30px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .listado_datos p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .listado_datos p {
    padding-left: 25px;
  }
}
@media screen and (max-width: 680px) {
  .listado_datos {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .listado_datos p:last-child {
    margin-top: 10px;
  }
}
.pager_gnrl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pager_gnrl a {
  color: #333;
  font-size: 17px;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  width: 59px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 7px;
  background-color: #f1f1f1;
}
.pager_gnrl a.active {
  color: #fff;
  background-color: #0380d0;
}
@media screen and (min-width: 1025px) {
  .pager_gnrl a:hover {
    color: #fff;
    background-color: #0380d0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

.error {
  padding-top: 83px;
  padding-bottom: 119px;
  position: relative;
}
.error:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/img-adorn-error.png") 0px 0px no-repeat;
  width: 788px;
  height: 690px;
}
@media screen and (max-width: 1200px) {
  .error:before {
    display: none;
  }
}
.error_info {
  max-width: 680px;
  width: 100%;
  margin: 0;
}
.error_info h2 {
  font-size: 45px;
  line-height: 58px;
  font-weight: normal;
  font-family: 'IBMPlexSans', sans-serif;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.error_info p {
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
}
.error_info ul li {
  margin-bottom: 12px;
}
.error_info ul a {
  font-size: 16px;
  text-decoration: underline;
  color: #0380d0;
}
@media screen and (max-width: 1024px) {
  .error_info {
    text-align: center;
    margin: auto;
    width: 93%;
  }
}
.error_btn {
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .error_btn {
    padding-top: 40px;
    text-align: center;
  }
}

.politicas_privacidad {
  padding-top: 83px;
  padding-bottom: 80px;
  position: relative;
}
.politicas_privacidad:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 788px;
  height: 690px;
  background: url("../img/adorno-politicas.png") 0px 0px no-repeat;
}
@media screen and (max-width: 1200px) {
  .politicas_privacidad:before {
    display: none;
  }
}
.politicas_privacidad_container {
  position: relative;
}
.politicas_privacidad_info {
  max-width: 690px;
  width: 100%;
  line-height: 1.65;
}
@media screen and (max-width: 1200px) {
  .politicas_privacidad_info {
    max-width: inherit;
  }
}
.politicas_privacidad_info h1 {
  font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-weight: normal;
  font-family: 'IBMPlexSans', sans-serif;
  margin-bottom: 43px;
  text-transform: uppercase;
}
.politicas_privacidad_info h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  line-height: 1.4;
  margin-bottom: 34px;
}
.politicas_privacidad_info em {
  font-style: italic;
}
.politicas_privacidad_info p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #4f4f4f;
}
.politicas_privacidad_info ol {
  margin-bottom: 30px;
  margin-left: 16px;
}
.politicas_privacidad_info ol li {
  list-style: inherit;
  margin-bottom: 10px;
}
.politicas_privacidad_info ul {
  margin-bottom: 30px;
}
.politicas_privacidad_info ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #4f4f4f;
}
.politicas_privacidad_info ul li:before {
  content: '';
  background-color: #0380d0;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.politicas_privacidad_info .envolver_table {
  width: 100%;
  overflow: auto;
}
.politicas_privacidad_info table {
  margin: 0;
  margin-bottom: 34px;
}
.politicas_privacidad_info td,
.politicas_privacidad_info th {
  border: 1px solid #bdbdbd;
  padding: 5px;
}

.popup_b3docentes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
  z-index: 500;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.popup_b3docentes.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popup_b3docentes.active .popup_b3docentes_close {
  width: 100px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 960px) {
  .popup_b3docentes.active .popup_b3docentes_close {
    width: 50px;
  }
}
.popup_b3docentes_container {
  background-color: #fff;
  padding: 50px 0px 40px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.popup_b3docentes_container figure {
  width: 377px;
  background-color: #f2f2f2;
}
.popup_b3docentes_container figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .popup_b3docentes_container {
    padding: 50px 20px 20px 70px;
  }
  .popup_b3docentes_container figure {
    display: none;
  }
}
.popup_b3docentes_close {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 0px;
  font-size: 18px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #0380d0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  -moz-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  -o-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  -ms-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
@media screen and (max-width: 960px) {
  .popup_b3docentes_close {
    width: 70px;
  }
}
.popup_b3decentes_wrap_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 902px;
  width: 94%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .popup_b3decentes_wrap_item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 300px;
    max-width: inherit;
    width: 100%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .popup_b3decentes_wrap_item {
    height: 280px;
  }
}
.popup_b3docentes_info {
  width: calc(100% - 377px);
  padding-left: 76px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 420px;
  overflow-y: auto;
}
.popup_b3docentes_info h2 {
  font-weight: normal;
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  margin-bottom: 12px;
}
.popup_b3docentes_info h3 {
  font-size: 16px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  color: #0380d0;
  margin-bottom: 22px;
}
.popup_b3docentes_info p {
  line-height: 1.5;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
@media screen and (max-width: 960px) {
  .popup_b3docentes_info {
    width: 100%;
    padding: 0;
  }
}

.popup_register {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.popup_register.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.popup_register.active .popup_register_content {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.popup_register_content {
  max-width: 747px;
  width: 94%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 54px 61px 119px 92px;
  margin: 0 auto;
  margin-right: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 1200px) {
  .popup_register_content {
    max-width: 600px;
    padding: 54px 61px;
  }
}
@media screen and (max-width: 767px) {
  .popup_register_content {
    max-width: 100%;
    width: 100%;
    padding: 50px 30px;
  }
}
.popup_register_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 60px;
}
.popup_register_close {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #eb5757;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
.popup_register_close span {
  display: block;
  font-size: 24px;
  margin-left: 15px;
}
.popup_register_title {
  margin-bottom: 16px;
}
.popup_register_title h2 {
  line-height: 1;
  color: #0380d0;
  font-family: 'IBMPlexSans-Bold', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup_register_title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .popup_register_title {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.popup_register_text {
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .popup_register_text {
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.popup_register_text p {
  margin: 0;
}
.popup_register_form {
  max-width: 455px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popup_register_form {
    max-width: 500px;
    margin: 0 auto;
  }
}
.popup_register_fields li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup_register_fields .input {
  margin-bottom: 18px;
}
.popup_register_fields .input_textarea textarea {
  height: 74px;
}
.popup_register_input {
  width: 47.5%;
  margin-right: 5%;
}
.popup_register_input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .popup_register_input {
    width: 100%;
    margin-right: 0;
  }
}
.popup_register_requiredtext {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
}
.popup_register_requiredtext strong {
  color: #eb5757;
  font-weight: normal;
}
.popup_register_requiredtext p {
  margin: 0;
}
.popup_register_evento {
  width: 100%;
  padding: 25px 0px 3px;
  border-top: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}
.popup_register_evento_box {
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 16px;
  color: #333;
}
.popup_register_evento_box p {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .popup_register_evento_box {
    font-size: 15px;
  }
}
.popup_register_evento_cheks {
  max-width: 202px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup_register_evento_select {
  margin-top: 30px;
}
.popup_register_radio {
  position: relative;
  margin-right: 30px;
}
.popup_register_radio:last-child {
  margin-right: 0;
}
.popup_register_radio input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.popup_register_radio label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.popup_register_radio input[type="radio"]:checked + label .popup_register_radio_box:before {
  border-color: #0380d0;
}
.popup_register_radio input[type="radio"]:checked + label .popup_register_radio_box:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup_register_radio_box {
  position: relative;
  width: 20px;
  height: 20px;
}
.popup_register_radio_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_register_radio_box:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  background: #0380d0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.popup_register_radio_text {
  width: calc(100% - 20px);
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  color: #484848;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_register_button {
  margin-top: 60px;
}
.popup_register_button button {
  max-width: 415px;
}

.resizev1_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 961px) {
  .resizev1_content {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.resizev1_left,
.resizev1_right {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .resizev1_left,
  .resizev1_right {
    width: 50%;
  }
}
.resizev1_right {
  margin-top: 30px;
  padding: 0;
}
@media screen and (min-width: 961px) {
  .resizev1_right {
    padding: 40px;
    margin-top: 0;
  }
}
.resizev1_left {
  background: #f2f2f2;
}
@media screen and (min-width: 961px) {
  .resizev1_right {
    background: #c6c6c6;
  }
}
.resizev1_button {
  margin-top: 40px;
}

.resultado_busqueda {
  padding-top: 93px;
  padding-bottom: 85px;
}
.resultado_busqueda_info {
  padding-bottom: 53px;
  font-size: 18px;
  font-family: 'IBMPlexSans', sans-serif;
}
.resultado_busqueda_info p {
  margin: 0;
}
.resultado_busqueda_info strong {
  font-weight: normal;
  font-family: 'IBMPlexSans-Bold', sans-serif;
}
.resultado_busqueda_content {
  padding-bottom: 62px;
  border-top: 1px solid #e0e0e0;
  padding-top: 65px;
}
.resultado_busqueda_content h1,
.resultado_busqueda_content h2 {
  font-weight: normal;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  margin-bottom: 21px;
}
.resultado_busqueda_content p {
  font-size: 15px;
  font-family: 'IBMPlexSans', sans-serif;
  margin: 0;
}
.resultado_busqueda_pdf {
  padding-bottom: 65px;
}
.resultado_busqueda_programa {
  background-color: #f6f7f9;
  padding: 52px 0px;
  margin-top: 68px;
}
.resultado_busqueda_programa h2 {
  margin-bottom: 21px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  color: #ff9012;
}

.transparencia {
  padding: 93px 0 132px 0;
}
@media screen and (max-width: 1024px) {
  .transparencia {
    padding: 70px 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .transparencia {
    padding: 50px 0 70px 0;
  }
}
.transparencia_title {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .transparencia_title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.transparencia_title h1 {
  text-transform: uppercase;
}
.transparencia_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .transparencia_block {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.transparencia_left {
  width: 348px;
}
@media screen and (max-width: 1024px) {
  .transparencia_left {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .transparencia_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.transparencia_right {
  width: calc(100% - 382px);
}
@media screen and (max-width: 1024px) {
  .transparencia_right {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .transparencia_right {
    width: 100%;
  }
}
.transparencia_barra {
  background: #f6f7f9;
  padding: 0 0 111px 0;
}
@media screen and (max-width: 1024px) {
  .transparencia_barra {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .transparencia_barra {
    padding-bottom: 20px;
  }
}
.transparencia_barra li:last-child h2:after,
.transparencia_barra li:last-child h3:after {
  display: none;
}
.transparencia_barra a {
  display: block;
}
@media screen and (min-width: 1025px) {
  .transparencia_barra a:hover h2,
  .transparencia_barra a:hover h3 {
    background: #fff;
    color: #333;
  }
}
.transparencia_barra a.active h2,
.transparencia_barra a.active h3 {
  background: #fff;
  color: #333;
}
.transparencia_barra h2,
.transparencia_barra h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 88px;
  line-height: 1;
  color: #0380d0;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  padding: 0 61px 0 55px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .transparencia_barra h2,
  .transparencia_barra h3 {
    font-size: 18px;
    padding-left: 35px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .transparencia_barra h2,
  .transparencia_barra h3 {
    height: 50px;
    font-size: 15px;
  }
}
.transparencia_barra h2:before,
.transparencia_barra h3:before {
  content: "\e90e";
  display: inline-block;
  color: #4f4f4f;
  font-family: 'icomoon';
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 1px);
  left: 39px;
}
@media screen and (max-width: 1024px) {
  .transparencia_barra h2:before,
  .transparencia_barra h3:before {
    left: 15px;
  }
}
.transparencia_barra h2:after,
.transparencia_barra h3:after {
  content: "";
  width: calc(100% - 61px - 39px);
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 39px;
}
@media screen and (max-width: 1024px) {
  .transparencia_barra h2:after,
  .transparencia_barra h3:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}
.transparencia_download li {
  margin-bottom: 20px;
}
.transparencia_download li:last-child {
  margin-bottom: 0;
}
.transparencia_download a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  position: relative;
  padding: 15px 70px 20px 38px;
}
@media screen and (min-width: 1025px) {
  .transparencia_download a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .transparencia_download a:hover {
    -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0);
    box-shadow: 0px 16px 18px -14px rgba(3,128,208,0);
  }
}
@media screen and (max-width: 1024px) {
  .transparencia_download a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .transparencia_download a {
    padding-left: 10px;
    padding-right: 40px;
  }
}
.transparencia_download a:after {
  content: "\e906";
  display: inline-block;
  color: #0380d0;
  font-family: 'icomoon';
  font-size: 23px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 45px;
}
@media screen and (max-width: 1024px) {
  .transparencia_download a:after {
    font-size: 20px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .transparencia_download a:after {
    right: 10px;
  }
}
.transparencia_download figure {
  width: 30px;
  margin: 0;
}
.transparencia_download img {
  width: 100%;
  height: auto;
  display: block;
}
.transparencia_download h3 {
  width: calc(100% - 54px);
  line-height: 1.1;
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .transparencia_download h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .transparencia_download h3 {
    width: calc(100% - 40px);
    font-size: 14px;
  }
}

.footer {
  background: #f5f7f6;
}
.footer_head_contain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .footer_head_contain {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.footer_head_left {
  width: 43%;
  padding: 53px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .footer_head_left {
    width: 38%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .footer_head_left {
    width: 100%;
  }
}
.footer_head_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 57%;
  padding: 73px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .footer_head_right {
    width: 62%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .footer_head_right {
    width: 100%;
  }
}
.footer_logo {
  max-width: 277px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .footer_logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo {
    max-width: 180px;
  }
}
.footer_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer_menu {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .footer_menu {
    width: 100%;
  }
}
.footer_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer_menu li {
  margin: 0 35px 10px 0;
}
@media screen and (max-width: 767px) {
  .footer_menu li {
    width: 50%;
    margin-right: 0;
  }
}
.footer_menu li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footer_menu li:nth-child(odd) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu li:nth-child(even) {
    width: 40%;
  }
}
.footer_menu a {
  display: block;
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_menu a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_menu a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu a {
    font-size: 14px;
  }
}
.footer_idiomas {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_idiomas {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer_idiomas {
    display: none;
  }
}
.footer_idiomas p {
  margin: 0;
}
.footer_body_contain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_body_contain {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.footer_body_left {
  width: 43%;
  padding: 42px 0 58px 0;
}
@media screen and (max-width: 1024px) {
  .footer_body_left {
    width: 38%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .footer_body_left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .footer_body_left {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.footer_body_right {
  width: 57%;
  padding: 46px 0 40px 0;
}
@media screen and (max-width: 1024px) {
  .footer_body_right {
    width: 62%;
  }
}
@media screen and (max-width: 960px) {
  .footer_body_right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer_body_right {
    width: 100%;
    padding: 30px 0;
  }
}
.footer_info {
  max-width: 306px;
  width: 100%;
  margin: 0;
}
.footer_info_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 63px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  box-shadow: 0px 16px 18px -14px rgba(3,128,208,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .footer_info_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer_info_box:last-child {
  margin-bottom: 0;
}
.footer_info_icon {
  display: block;
  width: 24px;
  line-height: 1;
  color: #0380d0;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_info_icon {
    font-size: 20px;
  }
}
.footer_info_text {
  line-height: 1;
  width: calc(100% - 24px);
  color: #4f4f4f;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .footer_info_text {
    font-size: 16px;
  }
}
.footer_info_text p {
  margin: 0;
}
.footer_info_address {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer_info_address {
    font-size: 15px;
  }
}
.footer_links {
  line-height: 1;
  color: #333;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .footer_links {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer_links {
    font-size: 13px;
  }
}
.footer_links ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media screen and (max-width: 960px) {
  .footer_links ul {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.footer_links li {
  margin-bottom: 13px;
}
@media screen and (min-width: 1025px) {
  .footer_links a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_links a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.fbook {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #0380d0;
}
.fbook_icon {
  color: #0380d0;
  margin: 0 5px 0 0;
}
.footer_redes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: calc(50% + 40px);
}
@media screen and (max-width: 960px) {
  .footer_redes {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_redes {
    margin-top: 40px;
  }
}
.footer_redes ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_redes ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer_redes li {
  margin: 0 26px 0 0;
}
.footer_redes li:last-child {
  margin-right: 0;
}
.footer_redes a {
  display: block;
  line-height: 1;
  color: #0380d0;
  font-size: 24px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_redes a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_redes a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.footer_down {
  background: #0380d0;
  padding: 12px 0;
}
.footer_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.footer_copyright {
  line-height: 1.1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    text-align: center;
  }
}
.footer_copyright p {
  margin: 0;
}
.footer_team {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer_team {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .footer_team:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
}
@media screen and (max-width: 767px) {
  .footer_team {
    margin-top: 10px;
  }
}
.footer_team_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 12px;
  margin: 0 9px 0 0;
}
.footer_team_logo {
  width: 80px;
  margin: 0;
}
.footer_team_logo img {
  width: 100%;
  height: auto;
  display: block;
}

header {
  height: 120px;
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 300;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.header_section_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  background-color: #f5f7f6;
  padding: 8px 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .header_section_top {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header_section_top {
    padding: 8px 10px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.header_links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header_links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0;
  padding-right: 20px;
  margin-right: 15px;
  border-right: 1px solid #e0e0e0;
}
.header_links li {
  margin-left: 30px;
}
.header_links li a {
  font-size: 16px;
  font-family: 'IBMPlexSans', sans-serif;
}
.header_links li:first-child {
  margin-left: 0;
}
.header_links li .header_link_item {
  color: #0380d0;
}
@media screen and (max-width: 1024px) {
  .header_links li.header_link_responsive {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header_links li {
    margin-left: 15px;
  }
  .header_links ul {
    margin-right: 0;
    border: none;
  }
}
.header_search {
  margin: 0;
  font-size: 25px;
  height: 25px;
}
.header_search.active .header_icono_close {
  display: block;
}
.header_search.active .header_icono_open {
  display: none;
}
.header_icono_close {
  display: none;
  font-size: 20px;
}
.header_idiomas {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 29px;
  border-left: 1px solid #e0e0e0;
  margin-left: 15px;
}
.header_idiomas a {
  color: #828282;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #828282;
}
.header_idiomas a:last-child {
  border: none;
}
.header_idiomas a.active {
  color: #333;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
@media screen and (max-width: 1024px) {
  .header_idiomas {
    padding-left: 0;
    border: none;
    margin-left: 0;
  }
}
.header_section_center {
  width: 100%;
  padding: 0px 90px;
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .header_section_center {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header_section_center {
    padding: 8px 20px;
  }
}
.header_logo {
  width: 277px;
  margin: 0;
}
.header_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    width: 180px;
  }
}
.header_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-right: 45px;
}
.header_nav li {
  margin-left: 40px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 1200px) {
  .header_nav li {
    margin-left: 25px;
  }
}
.header_nav li:first-child {
  margin-left: 0;
}
.header_nav li.active {
  border-bottom: 2px solid #0380d0;
}
.header_nav li.active .header_nav_item {
  color: #0380d0;
}
@media screen and (min-width: 1025px) {
  .header_nav li:hover {
    border-bottom: 2px solid #0380d0;
  }
  .header_nav li:hover .header_nav_item {
    color: #0380d0;
  }
  .header_nav li:hover .header_megamenu {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    height: auto;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .header_nav ul {
    display: none;
  }
}
.header_nav_item {
  color: #333;
  font-size: 16px;
  padding: 28px 0px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header_nav_item span {
  font-size: 7px;
}
.header_menu_responsive {
  width: 40px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.header_menu_responsive span {
  width: 80%;
  height: 2px;
  display: block;
  border-radius: 4px;
  background-color: #000;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 0;
}
.header_menu_responsive span:nth-child(1) {
  -webkit-transform-origin: 20%;
  -moz-transform-origin: 20%;
  -o-transform-origin: 20%;
  -ms-transform-origin: 20%;
  transform-origin: 20%;
}
.header_menu_responsive span:nth-child(2) {
  top: 8px;
  width: 100%;
}
.header_menu_responsive span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: 10%;
  -moz-transform-origin: 10%;
  -o-transform-origin: 10%;
  -ms-transform-origin: 10%;
  transform-origin: 10%;
}
@media screen and (max-width: 1024px) {
  .header_menu_responsive {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .header_menu_responsive:hover span {
    background-color: #0380d0;
  }
}
.header_menu_responsive.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_menu_responsive.active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header_menu_responsive.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.buscador_header {
  width: 100%;
  top: 120px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 100px;
  background-color: #f6faff;
  -webkit-box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  box-shadow: 0px 17px 25px rgba(110,109,121,0.25);
  z-index: 100;
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.buscador_header.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .buscador_header {
    padding: 20px;
  }
}
.header_buscador_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .header_buscador_wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header_buscador_input {
  width: calc(100% - 200px);
  font-size: 20px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_buscador_input ::-webkit-input-placeholder {
  color: #828282;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
.header_buscador_input :-moz-placeholder {
  color: #828282;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
.header_buscador_input ::-moz-placeholder {
  color: #828282;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
.header_buscador_input :-ms-input-placeholder {
  color: #828282;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
}
.header_buscador_input input {
  width: 100%;
  height: 50px;
  font-size: 20px;
  border: none;
  color: #828282;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}
@media screen and (max-width: 640px) {
  .header_buscador_input {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_buscador_input {
    font-size: 14px;
  }
  .header_buscador_input input {
    font-size: 14px;
  }
}
.header_buscador_btn {
  width: 200px;
}
.header_buscador_btn button {
  padding: 0 47px;
}
@media screen and (max-width: 640px) {
  .header_buscador_btn {
    width: 100%;
    text-align: center;
  }
}
.header_megamenu {
  position: absolute;
  top: 119px;
  left: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
@media screen and (max-width: 1024px) {
  .header_megamenu {
    display: none;
  }
}
.header_megamenu_tab {
  text-align: center;
  background-color: #0380d0;
}
.header_megamenu_tab a {
  color: #fff;
  font-size: 16px;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  text-transform: uppercase;
  margin-left: 115px;
  position: relative;
  padding: 25px 0px;
}
.header_megamenu_tab a:first-child {
  margin-left: 0;
}
.header_megamenu_tab a.active span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1025px) {
  .header_megamenu_tab a:hover span {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.header_megamenu_tab span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: auto;
  font-size: 9px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.header_megamenu_inner_tabs {
  padding: 50px 0;
  background: #f5f7f6;
  -webkit-box-shadow: 0px 17px 25px rgba(0,0,0,0.1);
  box-shadow: 0px 17px 25px rgba(0,0,0,0.1);
}
.header_megamenu_wrap_tabs {
  max-width: 1228px;
  width: 93%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.header_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
.header_itm_ejecutiva,
.header_itm_corporativa {
  display: none;
}
.header_itm_ejecutiva.active,
.header_itm_corporativa.active {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.header_info {
  width: calc(100% - 554px);
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header_info_box {
  width: 50%;
}
.header_list {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_list a {
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 25px;
}
@media screen and (min-width: 1025px) {
  .header_list a:hover {
    color: #0380d0;
  }
  .header_list a:hover span {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.header_list span {
  position: absolute;
  font-size: 18px;
  left: 0;
  display: inline-block;
  top: 0;
  color: #0380d0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header_img {
  width: 554px;
  display: block;
  overflow: hidden;
}
.header_img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  -ms-transition: all 0 ease;
  transition: all 0 ease;
}
@media screen and (min-width: 1025px) {
  .header_img:hover img {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.header_btn_ver {
  width: 100%;
  text-align: center;
  padding-top: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_btn_ver a {
  color: #0380d0;
  font-family: 'IBMPlexSans-SemiBold', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
}
body.active {
  overflow: hidden;
}
.menu_responsive {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background-color: #fff;
  z-index: 300;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_responsive.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.menu_responsive:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 788px;
  width: 100%;
  height: 690px;
  background: url("../img/img-menu.png") 0px 0px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.aside_responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 120px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .aside_responsive {
    padding: 50px 0;
  }
}
.responsive_wrap_items {
  width: calc(100% - 306px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .responsive_wrap_items {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    padding: 0;
  }
}
.responsive_wrap_items>* {
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .responsive_wrap_items>* {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .responsive_wrap_items>* {
    width: 100%;
  }
}
.responsive_box {
  margin-bottom: 16px;
}
.responsive_box h3 {
  font-weight: normal;
  font-size: 15px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
  margin-bottom: 5px;
  color: #4f4f4f;
}
.responsive_box a,
.responsive_box p {
  color: #0380d0;
  font-size: 16px;
  font-family: 'IBMPlexSans-Medium', sans-serif;
}
.responsive_box p {
  color: #333;
}
.responsive_list li {
  margin-bottom: 15px;
}
.responsive_list li.active a {
  color: #0380d0;
}
.responsive_list a {
  font-family: 'IBMPlexSans-Medium', sans-serif;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  display: block;
  color: #333;
  padding-right: 20px;
  position: relative;
}
.responsive_list a span {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .responsive_list a {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .responsive_list a:hover {
    color: #0380d0;
  }
}
@media screen and (max-width: 1023px) {
  .responsive_list {
    padding-bottom: 40px;
  }
  .responsive_list a {
    font-size: 17px;
    font-family: 'IBMPlexSans', sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .responsive_list ul .responsive_list_invest {
    display: none;
  }
}
.responsive_img {
  width: 306px;
  margin: 0;
}
.responsive_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .responsive_img {
    display: none;
  }
}
.responsive_redes {
  padding-top: 33px;
}
.responsive_redes a {
  font-size: 25px;
  margin-left: 26px;
  color: #828282;
}
.responsive_redes a:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .responsive_redes a:hover {
    color: #0380d0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.responsive_link_item {
  padding-bottom: 40px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .responsive_link_item {
    display: block;
  }
}
.responsive_link_item a {
  font-size: 17px;
  font-family: 'IBMPlexSans', sans-serif;
  margin-bottom: 13px;
}
.responsive_link_item a.active {
  color: #0380d0;
}
