.general__btn {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  color: c-2;
  box-sizing: border-box;
  white-space: nowrap;
  height: 48px;
  border-radius: 30px;
  justify-content: center;
  border: 0;
  padding: 0 22px;
}
.general__btn i,
.general__btn span {
  margin: 0;
  font-size: 15px;
  font-family: t-2;
}
.general__btn span {
  line-height: 1;
}
.general__btn i {
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .general__btn {
    transition: 250ms all;
  }
}
.general__btn[data-style*="blue"] {
  background-color: c-1;
}
.general__btn[data-style*="blue"] span,
.general__btn[data-style*="blue"] i {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .general__btn[data-style*="blue"]:hover {
    background-color: #003c9c;
  }
}
.general__btn[data-style*="red"] {
  background-color: c-2;
}
.general__btn[data-style*="red"] span,
.general__btn[data-style*="red"] i {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .general__btn[data-style*="red"]:hover {
    background-color: #ca2020;
  }
}
.general__btn[data-style*="border"] {
  background-color: transparent;
  border: 2px solid #181818;
}
.general__btn[data-style*="border"] span,
.general__btn[data-style*="border"] i {
  color: #181818;
}
@media screen and (min-width: 1025px) {
  .general__btn[data-style*="border"]:hover {
    background-color: #181818;
  }
  .general__btn[data-style*="border"]:hover span {
    color: #fff;
  }
}
.general__btn[data-style*="175"] {
  width: 175px;
}
.general__btn[data-style*="140"] {
  width: 140px;
}
.general__btn[data-style*="240"] {
  width: 240px;
}
.general__btn[data-style*="lineal"] {
  height: auto;
  color: c-2;
  border: 0;
  margin: 0;
}
.general__btn[data-style*="lineal"] span {
  font-family: t-1;
}










.wrapp-iframe-general {
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
  overflow: hidden;
  background-color: #9fab26;
  display: block;
  padding-top: 0px;
}
.wrapp-iframe-general:first-child {
  padding-top: 6px;
}
.name-dev {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: 'Arial', sans-serif;
  color: #9fab26;
  border-bottom: 2px solid #9fab26;
  text-transform: uppercase;
  margin-left: 15px;
}
.btn-copy {
  background-color: #9fab26;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  cursor: pointer;
}
.btn-copy.hover {
  background-color: #808080;
}
.inner-general {
  background: #fff;
  padding: 20px 0;
}
.general-wrapper {
  padding: 10px;
  border: 1px dashed #808080;
  width: 98%;
  margin: auto;
  margin-top: 30px;
}
.block-general {
  padding: 5px;
}

@media screen and (min-width: 1025px) {
  .b1 {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .b1.load {
    opacity: 1;
  }
}
.b1__slider .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 42px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b1__slider .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 20px;
}
.b1__slider .owl-dot.active {
  background-color: c-1;
  border-color: c-1;
}
.b1__slide {
  position: relative;
}
.b1__slide[data-header*="white"] .b1__text p,
.b1__slide[data-header*="white"] .b1__text h2 {
  color: #fff;
}
.b1__figure {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.b1__cnt {
  height: 85vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.b1__text {
  max-width: 730px;
  width: 100%;
}
.b1__text p {
  font-size: 20px;
  font-family: t-1;
  line-height: 1.25;
}
.b1__text h2 {
  font-size: calc(25px + (40 - 25) * ((100vw - 375px) / (1920 - 375)));
  line-height: 1.08;
  font-family: t-2;
  margin: 0;
}
.b1__btn {
  padding-top: 40px;
}
.b1__btn .general__btn {
  width: 175px;
}
@media screen and (max-width: 1440px) {
  .b1__text {
    max-width: 530px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .b1 {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .b1 {
    padding-top: 60px;
  }
  .b1__cnt {
    height: auto;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 90px;
    box-sizing: border-box;
    min-height: 500px;
  }
  .b1__figure:before {
    content: '';
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, #000, rgba(0,0,0,0));
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .b1__text {
    text-align: center;
  }
  .b1__text p,
  .b1__text h2 {
    color: #fff;
  }
  .b1__btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
}

.b10 {
  background-color: #1d1b2e;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b10 .scroll-item2 {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b10 .scroll-item2.active-top2 {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b10__cnt {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 30px;
  position: relative;
}
.b10__cnt:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  left: 15%;
  bottom: 46%;
  z-index: 1;
}
.b10__cnt:after {
  content: '';
  width: 200px;
  height: 200px;
  background-color: rgba(0,82,214,0.2);
  position: absolute;
  left: 10%;
  bottom: 70%;
  border-radius: 100%;
}
.b10__text h2 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  font-family: t-2;
}
.b10__text:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  right: 5%;
  top: 30%;
  z-index: 1;
}
.b10__text:after {
  content: '';
  width: 235px;
  height: 235px;
  background-color: #0052d6;
  position: absolute;
  right: -8%;
  top: 60%;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .b10__cnt {
    padding-top: 0;
    height: 200px;
  }
  .b10__cnt:after,
  .b10__text:after {
    width: 113px;
    height: 113px;
  }
  .b10__cnt:before,
  .b10__text:before {
    width: 55px;
    height: 70px;
  }
  .b10__cnt:before {
    bottom: 65%;
  }
  .b10__text:before {
    top: 65%;
  }
  .b10__text:after {
    top: 75%;
  }
  .b10__text h2 {
    text-align: center;
    font-size: 30px;
  }
}

.b11 {
  background-color: rgba(225,233,239,0.24);
  padding-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .b11 .scroll-item2 {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b11 .scroll-item2.active-top2 {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b11__nav ul {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.b11__nav li {
  margin: 0;
  margin-right: 9px;
}
.b11__nav a {
  border: 2px solid c-0;
  border-radius: 20px;
  box-sizing: border-box;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  min-width: 130px;
  font-size: 13px;
  font-family: t-2;
}
@media screen and (min-width: 1025px) {
  .b11__nav a {
    transition: 300ms all;
  }
  .b11__nav a:hover {
    color: c-1;
    border-color: c-1;
  }
}
.b11__nav a.active {
  color: c-1;
  border-color: c-1;
  background-color: rgba(0,82,214,0.1);
}
.b11__items {
  display: flex;
  flex-flow: row wrap;
}
.b11__item {
  margin: 0;
  background-color: #fff;
  margin-bottom: 48px;
  border-radius: 10px 10px 10px 60px;
  overflow: hidden;
}
@media screen and (min-width: 1181px) and (max-width: 2600px) {
  .b11__item {
    width: calc(33.3333% - 20px);
    margin-left: 30px;
  }
  .b11__item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .b11__item {
    width: calc(50% - 20px);
    margin-left: 40px;
  }
  .b11__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.b11__item[data-estado*="inactivo"] .b11__item__figure {
  filter: grayscale(100%);
}
@media screen and (min-width: 1025px) {
  .b11__item {
    transition: 600ms box-shadow;
  }
  .b11__item .b11__item__figure {
    transition: 600ms all;
  }
  .b11__item:hover {
    box-shadow: -5px 0px 20px 0 rgba(0,0,0,0.28);
  }
  .b11__item:hover .b11__item__figure {
    transform: scale(1.05);
  }
}
.b11__item__figure {
  height: 215px;
  background-size: cover;
  background-position: center center;
  transform-origin: bottom center;
  position: relative;
}
.b11__item__figure:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  opacity: 0.2;
}
.b11__item__text {
  height: calc(100% - 215px);
  min-height: 200px;
  box-sizing: border-box;
  padding: 40px 22px 20px 22px;
}
.b11__item__text .b3__center {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b11__item__text .b3__center >* {
  width: 100%;
  margin: 0;
}
.b11__item__text .b3__center h3 {
  margin-bottom: 6px;
}
.b11__item__text .b3__center p {
  font-family: t-1;
}
.b11__item__text .b3__text__btn {
  padding-top: 20px;
  margin-top: auto;
}
.b11__item__text .b4__user {
  padding-top: 0;
}
.b11__item__text .b4__user__text small {
  color: #bdbdbd;
}
.b11__item__text .b4__user__text p {
  color: c-0;
  font-family: t-1;
}
@media screen and (max-width: 768px) {
  .b11__item {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -5px 0px 20px 0 rgba(0,0,0,0.05);
  }
  .b11__cnt {
    width: 100%;
  }
  .b11__items {
    width: 86%;
    margin: auto;
  }
  .b11__nav ul {
    display: block;
    white-space: nowrap;
    overflow: auto;
    padding-left: 7%;
  }
  .b11__nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
  }
  .b11__item__text .b3__text__btn {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .b11__item__text .general__btn {
    margin-left: 52px;
    margin-top: 10px;
  }
  .b11__item__text {
    padding: 20px 12px 20px 18px;
    height: auto;
    min-height: initial;
  }
}

.header-fixed .header {
  position: absolute;
}
.b12 {
  background-size: cover;
  background-position: center center;
}
.b12__cnt__fixed {
  background-color: #1d1b2e;
  height: 48px;
  position: relative;
}
.b12__fixed {
  background-color: #1d1b2e;
  z-index: 50;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.b12__fixed.scroll {
  position: fixed;
}
.b12__box__fixed {
  display: flex;
  justify-content: space-between;
}
.b12__nav {
  margin: 0;
  display: flex;
  align-items: center;
}
.b12__nav li {
  margin: 0;
  margin-right: 100px;
}
.b12__nav a {
  height: 48px;
  display: flex;
  align-items: center;
  color: #e1e9ef;
  font-size: 13px;
  font-family: t-2;
  box-sizing: border-box;
  padding: 4px 5px 0 5px;
  border-bottom: 4px solid transparent;
}
.b12__nav a.active {
  border-color: c-1;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b12__nav a:hover {
    color: #fff;
  }
}
.b12__compar {
  display: flex;
}
.b12__compar span {
  color: #e1e9ef;
  opacity: 0.5;
  font-size: 13px;
  font-family: t-2;
}
.b12__compar ul {
  display: flex;
}
.b12__compar li {
  margin-left: 25px;
}
.b12__compar a {
  font-size: 17px;
}
.b12__compar a.icon-Vectorfac {
  color: c-1;
}
.b12__compar a.icon-in {
  color: #0073b1;
}
.b12__compar a.icon-wspblanco {
  color: #27ae60;
  font-size: 20px;
}
.b12__cnt {
  height: 508px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center center;
}
.b12__text {
  max-width: 620px;
  width: 100%;
}
.b12__text h2 {
  font-size: 40px;
  color: #fff;
  font-family: t-2;
  line-height: 1.13;
  margin-bottom: 16px;
}
.b12__text__box {
  background-color: #fff;
  max-width: 380px;
  padding: 10px 28px;
  box-sizing: border-box;
  border-radius: 5px;
}
.b12__text__box span {
  font-size: 15px;
  color: #828282;
  display: block;
  font-family: t-2;
  line-height: 1.8;
}
.b12__text__box p {
  font-size: 18px;
  line-height: 1.56;
  margin: 0;
  font-family: t-2;
}
@media screen and (max-width: 1280px) {
  .b12__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .b12__text h2 {
    font-size: 18px;
    text-align: center;
  }
  .b12__cnt {
    height: 450px;
    align-items: flex-end;
    padding-bottom: 90px;
    box-sizing: border-box;
  }
}

.b13 {
  padding-bottom: 160px;
}
.b13__cnt {
  padding-right: 487px;
  box-sizing: border-box;
  position: relative;
}
.b13__left {
  padding-top: 48px;
}
.b13__item1__title {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
}
.b13__item1__title figure {
  margin: 0;
}
.b13__item1__title h2 {
  font-size: 30px;
  font-family: t-2;
  color: #000;
  margin: 0;
  margin-left: 16px;
}
.b13__item1__paragraph p {
  font-size: 15px;
  line-height: 1.67;
  color: #4f4f4f;
  margin: 0;
}
.b13__item1__paragraph p a {
  color: c-1;
}
.b13__item1__paragraph strong {
  display: block;
  font-weight: normal;
  font-family: t-2;
  font-size: 20px;
  color: #4f4f4f;
  padding-top: 20px;
}
.b13__item1__paragraph ul {
  padding-left: 18px;
}
.b13__item1__paragraph li {
  font-size: 15px;
  line-height: 1.67;
  color: #4f4f4f;
  list-style: disc;
}
.b13__item1__paragraph li a {
  color: c-1;
  text-decoration: underline;
}
.b13__item1__list {
  display: flex;
  flex-flow: row wrap;
  padding-top: 40px;
}
.b13__item1__icon {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 2600px) {
  .b13__item1__icon {
    width: calc(33.333333% - 20px);
    margin-left: 30px;
  }
  .b13__item1__icon:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.b13__item1__icon figure {
  margin: 0;
}
.b13__item1__icon figure img {
  display: block;
}
.b13__item1__icon p {
  margin: 0;
  margin-left: 16px;
  font-size: 13px;
  color: c-1;
  width: 130px;
}
.b13__left__item2 .b9__video {
  width: 100%;
}
.b13__left__item3 {
  padding-top: 84px;
}
.b13__docente {
  display: flex;
  background-color: rgba(225,233,239,0.52);
  border-radius: 5px 60px 5px 60px;
  overflow: hidden;
  margin-bottom: 65px;
}
.b13__docente figure {
  height: 304px;
  width: 205px;
  background-size: cover;
  background-position: center center;
}
.b13__docente__text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 40px;
}
.b13__docente__text h3 {
  font-size: 18px;
  font-family: t-2;
  line-height: 1.56;
  margin-bottom: 0px;
}
.b13__docente__text small {
  font-size: 15px;
  color: #000;
  display: block;
  line-height: 1.87;
  font-family: t-2;
}
.b13__docente__text p {
  margin-bottom: 0;
  color: #4f4f4f;
  line-height: 1.67;
  font-size: 15px;
}
.b13__left__item5 {
  padding-top: 75px;
}
.b13__perfil__figure {
  margin-top: 50px;
  position: relative;
}
.b13__perfil__figure:after {
  content: '';
  width: 138px;
  height: 138px;
  background-color: #0052d6;
  position: absolute;
  left: -8%;
  top: 1%;
  border-radius: 100%;
}
.b13__perfil__figure figure {
  height: 302px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 60px 10px 60px 10px;
  position: relative;
  z-index: 1;
}
.b13__left__item6 {
  padding-top: 100px;
  padding-bottom: 90px;
}
.b13__certificado {
  background-color: #f5f6fa;
  border-radius: 24px;
  padding: 40px;
}
.b13__certificado figure img {
  display: block;
  width: 100%;
  height: auto;
}
.b13__certificado__text {
  padding-bottom: 20px;
}
.b13__certificado__text h2 {
  color: #000;
  font-size: 30px;
  font-family: t-2;
  margin-bottom: 5px;
}
.b13__certificado__text p {
  font-size: 15px;
  color: #000;
  line-height: 1.67;
  margin: 0;
}
.b13__compartir {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b13__compartir span,
.b13__compartir ul {
  margin: 0;
}
.b13__compartir span {
  font-size: 30px;
  color: #000;
  font-family: t-2;
}
.b13__redes {
  display: flex;
}
.b13__redes li {
  margin-left: 35px;
}
.b13__redes a {
  font-size: 25px;
}
.b13__redes a.icon-Vectorfac {
  color: c-1;
}
.b13__redes a.icon-in {
  color: #0073b1;
}
.b13__redes a.icon-wspblanco {
  color: #27ae60;
  font-size: 28px;
}
.b13__form {
  position: absolute;
  right: 0px;
  top: -70px;
  width: 410px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 37px 34px 30px 34px;
  background-color: #fff;
  box-shadow: 8px 8px 25px 0 rgba(0,0,0,0.15);
  min-height: 594px;
}
.b13__form.scroll {
  position: fixed;
}
.b13__form.static {
  position: absolute;
  bottom: 0px;
  left: inherit !important;
  top: inherit !important;
  right: 0px;
}
.b13__form__title {
  display: flex;
  padding-bottom: 15px;
}
.b13__form__title figure {
  margin-right: 20px;
}
.b13__form__title span {
  font-size: 18px;
  color: #000;
  font-family: t-2;
  flex: 1;
}
.b13__row {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.b13__row >div {
  width: calc(50% - 5px);
}
.b13__input,
.b13__textarea,
.b13__select {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.b13__input input,
.b13__textarea input,
.b13__select input,
.b13__input select,
.b13__textarea select,
.b13__select select,
.b13__input textarea,
.b13__textarea textarea,
.b13__select textarea {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 16px 0 16px;
  border: 1px solid #e1e9ef;
  border-radius: 5px;
  color: #828282;
  appearance: none;
  font-size: 14px;
  font-family: t-0;
  background-color: transparent;
}
@media screen and (min-width: 1025px) {
  .b13__input input,
  .b13__textarea input,
  .b13__select input,
  .b13__input select,
  .b13__textarea select,
  .b13__select select,
  .b13__input textarea,
  .b13__textarea textarea,
  .b13__select textarea {
    transition: 300ms all;
  }
  .b13__input input:hover,
  .b13__textarea input:hover,
  .b13__select input:hover,
  .b13__input select:hover,
  .b13__textarea select:hover,
  .b13__select select:hover,
  .b13__input textarea:hover,
  .b13__textarea textarea:hover,
  .b13__select textarea:hover {
    border-color: rgba(0,82,214,0.56);
  }
}
.b13__input input:focus,
.b13__textarea input:focus,
.b13__select input:focus,
.b13__input select:focus,
.b13__textarea select:focus,
.b13__select select:focus,
.b13__input textarea:focus,
.b13__textarea textarea:focus,
.b13__select textarea:focus {
  border-color: #0052d6;
  box-shadow: 0 3px 9px 0 rgba(30,32,42,0.15);
}
.b13__input input:focus +label,
.b13__textarea input:focus +label,
.b13__select input:focus +label,
.b13__input select:focus +label,
.b13__textarea select:focus +label,
.b13__select select:focus +label,
.b13__input textarea:focus +label,
.b13__textarea textarea:focus +label,
.b13__select textarea:focus +label {
  transform: translateY(-10px);
  font-size: 12px;
}
.b13__input input:invalid,
.b13__textarea input:invalid,
.b13__select input:invalid,
.b13__input select:invalid,
.b13__textarea select:invalid,
.b13__select select:invalid,
.b13__input textarea:invalid,
.b13__textarea textarea:invalid,
.b13__select textarea:invalid {
  color: #f00;
}
.b13__input.active input +label,
.b13__textarea.active input +label,
.b13__select.active input +label,
.b13__input.active select +label,
.b13__textarea.active select +label,
.b13__select.active select +label {
  transform: translateY(-10px);
  font-size: 12px;
}
.b13__input label,
.b13__textarea label,
.b13__select label {
  font-size: 15px;
  color: #3f3f3f;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  box-sizing: border-box;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  font-family: t-2;
}
@media screen and (min-width: 1025px) {
  .b13__input label,
  .b13__textarea label,
  .b13__select label {
    transition: 50ms all linear;
  }
}
.b13__input label.fijar,
.b13__textarea label.fijar,
.b13__select label.fijar {
  transform: translateY(-10px);
  font-size: 11px;
}
.b13__select {
  position: relative;
}
.b13__select select {
  padding-top: 0;
  cursor: pointer;
  font-size: 15px;
  color: #3f3f3f;
  font-family: t-2;
}
.b13__select:after {
  content: '\e901';
  font-family: icomoon;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 20px;
  transform: rotate(90deg);
  color: #e1e9ef;
  font-size: 14px;
  pointer-events: none;
}
.b13__textarea textarea {
  height: 96px;
}
.b13__textarea2 textarea {
  height: 112px;
}
.gInputDouble {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.gInputDouble .b13__select select {
  padding-top: 0;
}
.gInputDouble .b13__select {
  width: 130px;
}
.gInputDouble .b13__select select {
  padding-top: 0;
  border-radius: 8px 0 0 10px;
  padding-right: 26px;
}
.gInputDouble .b13__input {
  flex: 1;
}
.gInputDouble .b13__input input {
  border-radius: 0 10px 10px 0;
  border-left: 0;
}
@media screen and (min-width: 1024px) {
  .gInputDouble {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .gInputDouble >div {
    width: calc(50% - 5px);
  }
}
.b13__terminos {
  margin-top: 20px;
  position: relative;
}
.b13__terminos input {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.b13__terminos input:checked +label:before {
  font-size: 14px;
}
.b13__terminos label {
  padding-left: 35px;
  position: relative;
  display: block;
  font-size: 13px;
  color: #1d1b2e;
}
.b13__terminos label:before {
  content: '\e904';
  font-family: icomoon;
  width: 25px;
  height: 25px;
  font-size: 0px;
  border-radius: 2px;
  border: 1px solid #1d1b2e;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1b2e;
}
.b13__terminos label a {
  color: #1d1b2e;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .b13__terminos label a:hover {
    text-decoration: underline;
  }
}
.b13__btn {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.b13__btn .general__btn {
  width: 270px;
}
.b13__btn2 {
  padding-top: 54px;
}
.curso__form {
  position: fixed;
  left: 0px;
  top: 59px;
  width: 100%;
  border-radius: 0;
  height: 38px;
  z-index: 100;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.23);
  display: none;
}
.curso__form span {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .b12__cnt__fixed {
    display: none;
  }
  .b13__cnt {
    padding-right: 450px;
  }
  .b13__item1__icon {
    margin-left: 15px;
  }
  .header-fixed .header {
    position: fixed;
  }
}
@media screen and (max-width: 1023px) {
  .b13__cnt {
    flex-direction: column-reverse;
    display: flex;
    padding-right: 0;
    padding-top: 30px;
  }
  .b13__form {
    position: relative;
    top: 0px;
    width: 100%;
  }
  .curso__form {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .b13__form {
    padding: 30px 20px;
  }
  .b13__item1__icon {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .b13__item1__icon:nth-child(2n + 1) {
    margin-left: 0;
  }
  .b13__item1__icon p {
    font-size: 12px;
  }
  .b13__certificado {
    padding: 30px 20px;
  }
  .b13__certificado__text {
    text-align: left;
  }
  .b13__certificado__text h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .b13__certificado {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 30px;
  }
  .b13__certificado figure {
    margin: 0 auto;
  }
  .b13__docente {
    flex-direction: column;
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .b13__docente figure {
    height: 0;
    padding-top: 100%;
    width: 100%;
  }
  .b13__compartir {
    flex-direction: column;
    align-items: center;
  }
  .b13__redes {
    padding-top: 30px;
  }
  .b13__redes li {
    margin: 0 20px;
  }
  .b13 {
    padding-bottom: 60px;
  }
  .b13__item1__title h2,
  .b13__compartir span {
    font-size: 18px;
  }
  .b13__item1__paragraph strong {
    font-size: 16px;
  }
  .b13__perfil__figure:after {
    width: 80px;
    height: 80px;
  }
}

.b14 {
  background-color: rgba(225,233,239,0.47);
}
.b14__cnt {
  padding-top: 95px;
  padding-bottom: 20px;
}
.b14__title {
  text-align: center;
  padding-bottom: 50px;
}
.b14__title h2 {
  font-size: 30px;
  color: #000;
  margin: 0;
  font-family: t-2;
}
@media screen and (max-width: 768px) {
  .b14__cnt {
    padding: 60px 0 0 0;
  }
  .b14__cnt .b11__items {
    width: 100%;
  }
  .b14__title {
    padding-bottom: 32px;
  }
  .b14__title h2 {
    font-size: 18px;
  }
}

.b15 {
  background-color: #1d1b2e;
  padding-top: 184px;
  padding-bottom: 132px;
}
@media screen and (min-width: 1025px) {
  .b15 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b15 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b15__cnt {
  display: flex;
  position: relative;
}
.b15__cnt figure {
  width: 474px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 60px 0 0 0;
}
.b15__cnt:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  right: calc(100% + 30px);
  top: 20%;
  z-index: 1;
}
.b15__cnt:after {
  content: '';
  width: 234px;
  height: 234px;
  background-color: c-1;
  position: absolute;
  left: -117px;
  bottom: 4%;
  border-radius: 100%;
}
.b15__form {
  flex: 1;
  background-color: #fff;
  padding: 66px 72px 54px 110px;
  box-shadow: 8px 8px 25px 0 rgba(0,0,0,0.15);
  border-radius: 0 10px 10px 0;
}
.b15__form__title {
  padding-bottom: 25px;
}
.b15__form__title span {
  font-size: 30px;
  font-family: t-2;
  line-height: 1.17;
  color: #1d1b2e;
}
@media screen and (max-width: 1280px) {
  .b15__cnt figure {
    width: 380px;
  }
  .b15__form {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 960px) {
  .b15 {
    padding-top: 120px;
  }
  .b15__cnt:after {
    display: none;
  }
  .b15__cnt figure {
    display: none;
  }
  .b15__form {
    border-radius: 60px 15px 15px 15px;
  }
  .b15__form__title span {
    font-size: 25px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .b15__form__title span {
    font-size: 18px;
  }
  .b13__row >div {
    width: 100%;
  }
  .b15__form {
    padding: 50px 20px;
  }
}

.b16 {
  background-color: #1d1b2e;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.b16:after {
  content: '';
  width: 172px;
  height: 172px;
  background-color: c-1;
  position: absolute;
  left: -90px;
  bottom: 1%;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .b16 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b16 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b16__cnt {
  height: 466px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.b16__cnt:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  left: 37%;
  top: 20%;
}
.b16__text {
  max-width: 400px;
  width: 100%;
  position: relative;
}
.b16__text h2 {
  font-size: 40px;
  color: #fff;
  font-family: t-2;
  margin-bottom: 20px;
}
.b16__text p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.b16__text a {
  font-size: 15px;
  font-family: t-2;
  color: #f74141;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}
.b16__map {
  margin: 0;
  position: absolute;
  top: 0px;
  width: calc(50vw + 120px);
  left: calc(50% - 120px);
  height: 100%;
  border-radius: 10px 10px 10px 60px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  .b16__text {
    max-width: 300px;
  }
  .b16__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b16 {
    padding-bottom: 60px;
  }
  .b16:after {
    width: 113px;
    height: 113px;
    left: -60px;
  }
  .b16__cnt {
    flex-direction: column;
    height: auto;
  }
  .b16__cnt:before {
    left: -5%;
    width: 55px;
    height: 70px;
  }
  .b16__map {
    position: relative;
    height: 0;
    padding-top: 50%;
    left: 0;
    width: 100%;
  }
  .b16__text {
    max-width: 380px;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .b16__text h2 {
    font-size: 18px;
  }
  .b16__text p {
    font-size: 16px;
  }
}

.error-gracias .footer {
  background: #1d1b2e;
}
.b17 {
  background-color: #1d1b2e;
  position: relative;
}
.b17:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  right: 24%;
  bottom: 0px;
  z-index: 2;
}
.b17__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px);
  min-height: 600px;
  padding-top: 130px;
  box-sizing: border-box;
  position: relative;
}
.b17__cnt:after {
  content: '';
  width: 172px;
  height: 172px;
  background-color: c-1;
  position: absolute;
  left: 15%;
  top: 30%;
  border-radius: 100%;
}
.b17__cnt:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 2;
}
.b17__text {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.b17__text h2 {
  font-size: calc(30px + (70 - 30) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  font-family: t-2;
  margin-bottom: 20px;
}
.b17__text p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
.b17__text2 h2 {
  font-size: calc(180px + (340 - 180) * ((100vw - 375px) / (1920 - 375)));
  line-height: 0.8;
  text-align: center;
}
.b17__btn {
  display: flex;
  padding-top: 50px;
}
.b17__btn .general__btn {
  width: 166px;
}
.b17__btn .general__btn:nth-child(1) {
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  .b17:before {
    width: 55px;
    height: 70px;
  }
  .b17__cnt:after {
    width: 113px;
    height: 113px;
  }
  .b17__cnt:before {
    width: 55px;
    height: 70px;
  }
  .b17__text {
    text-align: center;
  }
  .b17__btn {
    justify-content: center;
  }
}

.b18 {
  background-color: c-0;
  padding-top: 180px;
}
.b18__cnt {
  min-height: 700px;
  max-width: 800px;
}
.b18__cnt h2 {
  font-size: calc(30px + (70 - 30) * ((100vw - 375px) / (1920 - 375)));
  font-family: t-2;
  color: #fff;
  margin-bottom: 60px;
}
.b18__cnt p {
  font-size: 13px;
  flex-grow: 1.4;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .b18 {
    padding-top: 120px;
  }
  .b18__cnt h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .b18__cnt h2 br {
    display: none;
  }
}

.b13Certificate {
  padding-top: 40px;
  padding-bottom: 150px;
}
.b13CertificateWrapper {
  max-width: 992px;
}
.b13CertificateTitle {
  text-align: center;
  padding-bottom: 32px;
}
.b13CertificateTitle h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-family: t-2;
  color: #181818;
}
.b13CertificateContent {
  background-color: #f5f6fa;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
}
.b13CertificateBoxName {
  padding-bottom: 24px;
}
.b13CertificateBoxName span {
  display: block;
  font-size: 14px;
  font-family: t-2;
  color: #181818;
  padding-bottom: 8px;
}
.b13CertificateBoxName h2 {
  font-size: 24px;
  color: #181818;
  font-family: t-2;
  margin: 0;
}
.b13CertificateWrapperItems {
  display: flex;
}
.b13CertificateItem {
  min-width: 160px;
  margin-right: 45px;
}
.b13CertificateItem h3 {
  font-size: 14px;
  font-family: t-2;
  color: #181818;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.b13CertificateItem p {
  font-size: 16px;
  color: #3f3f3f;
  font-family: t-0;
  line-height: 1.5;
  margin: 0;
}
.b13CertificateItem:nth-child(1) {
  flex: 1;
}
.b13CertificateItem:last-child {
  margin-right: 0;
}
.b13CertificateButton {
  display: flex;
  padding-top: 24px;
}
.b13CertificateButton .general__btn {
  background-color: #fff;
  color: #00ae54;
  margin: 0;
  border-radius: 12px;
  min-width: 145px;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .b13CertificateItem {
    margin-right: 25px;
  }
  .b13CertificateTitle h1 {
    font-size: 30px;
  }
  .b13CertificateBoxName h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b13CertificateWrapperItems {
    flex-direction: column;
  }
  .b13CertificateItem {
    margin-bottom: 20px;
  }
  .b13CertificateItem:last-child {
    margin-bottom: 0;
  }
  .b13CertificateContent {
    padding: 32px 24px;
  }
}

.b2 {
  background-color: #1d1b2e;
  padding-top: 110px;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .b2 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b2 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b2__title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: c-1;
  font-family: t-2;
}
.b2__items {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 140px;
}
.b2__item {
  display: flex;
}
.b2__item figure {
  margin: 0;
}
.b2__item__text {
  width: 177px;
  margin-left: 40px;
}
.b2__item__text h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: t-2;
}
.b2__item__text p {
  color: #e1e9ef;
  font-size: 13px;
  margin: 0;
  line-height: 1.38;
}
.b2__text__2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.b2__cnt__text {
  padding-top: 100px;
  position: relative;
  padding-bottom: 90px;
}
.b2__cnt__text:before {
  content: '';
  width: 62%;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0px;
  background-color: #e1e9ef;
  opacity: 0.05;
  border-radius: 100px 0 0 0;
  box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.5);
}
.b2__text__2__title {
  position: relative;
}
.b2__text__2__title h2 {
  font-size: calc(40px + (100 - 40) * ((100vw - 375px) / (1920 - 375)));
  color: #fff;
  font-family: t-2;
  margin: 0;
  position: relative;
  z-index: 1;
}
.b2__text__2__title:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  right: 100%;
  bottom: 100%;
  z-index: 1;
}
.b2__text__2__title:after {
  content: '';
  width: 235px;
  height: 235px;
  background-color: c-1;
  position: absolute;
  right: 71%;
  bottom: 35%;
  border-radius: 100%;
}
.b2__text__2__paragraph {
  border-left: 2px solid rgba(255,255,255,0.45);
  padding: 20px 0;
}
.b2__text__box {
  padding-left: 80px;
  width: 370px;
  box-sizing: border-box;
}
.b2__text__box h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: t-2;
}
.b2__text__box p {
  color: #e1e9ef;
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .b2__item__text {
    width: 140px;
    margin-left: 20px;
  }
  .b2__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b2 {
    padding: 50px 0 70px 0;
  }
  .b2__items {
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-top: 40px;
  }
  .b2__item {
    max-width: 380px;
    width: 100%;
    margin-bottom: 30px;
  }
  .b2__item__text {
    width: 100%;
    margin-left: 35px;
  }
  .b2__title h2 {
    font-size: 18px;
  }
  .b2__text__2 {
    flex-direction: column;
    align-items: center;
  }
  .b2__cnt__text:before {
    display: none;
  }
  .b2__text__2__paragraph {
    border: 0;
    padding-bottom: 0;
    padding-top: 40px;
  }
  .b2__text__box {
    padding-left: 0;
    width: 100%;
    max-width: 380px;
  }
  .b2__cnt__text {
    padding-bottom: 0;
  }
  .b2__text__2__title:after {
    width: 113px;
    height: 113px;
  }
  .b2__text__2__title:before {
    width: 55px;
    height: 70px;
  }
}











.b3 {
  background-color: #282839;
  position: relative;
}
.b3__box {
  width: calc(100% - 202px);
}
.b3__slider {
  display: flex;
  width: 100%;
}
.b3__slider .owl-nav {
  position: absolute;
  width: 202px;
  bottom: 0px;
  left: 100%;
  display: flex;
  background-color: #1d1b2e;
}
.b3__slider .owl-prev {
  border-right: 1px solid #000;
}
.b3__slider .owl-prev,
.b3__slider .owl-next {
  flex: 1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .b3__slider .owl-prev,
  .b3__slider .owl-next {
    transition: 300ms all;
  }
  .b3__slider .owl-prev:hover,
  .b3__slider .owl-next:hover {
    background-color: #13121d;
  }
}
.b3__slider .owl-item .b3__slide {
  width: 100%;
}
.b3__slide {
  display: block;
  width: 33.333333%;
  margin: 0;
  position: relative;
}
.b3__figure {
  padding-top: 128.8%;
  background-size: cover;
  background-position: center center;
}
.b3__slide__text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  border-radius: 30px 10px 10px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.b3__text__fecha {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #1d1b2e;
  width: 76px;
  font-size: 25px;
  font-family: t-2;
  line-height: 1.2;
}
.b3__text__fecha span {
  margin: 0;
  font-size: 18px;
  line-height: 1.11;
}
.b3__center {
  width: 100%;
}
.b3__text__detalle {
  flex: 1;
  padding: 10px 40px 10px 30px;
  min-height: 150px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
}
.b3__text__btn {
  display: flex;
  align-items: center;
  padding-top: 10px;
  justify-content: space-between;
}
.b3__text__btn .general__btn {
  height: 32px;
  padding: 0 10px;
}
.b3__text__btn .general__btn span {
  font-size: 12px;
}
.b3__center h3 {
  color: c-1;
  font-family: t-2;
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}
.b3__center p {
  font-size: 18px;
  line-height: 1.22;
  margin: 0;
}
.b3__text__box {
  width: 100%;
}
.b3__text__box span {
  display: block;
  font-size: 13px;
  color: #bdbdbd;
  font-family: t-2;
}
.b3__text__box small {
  font-size: 15px;
  line-height: 1;
  font-family: t-1;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .b3__center p {
    font-size: 16px;
  }
  .b3__center p {
    font-size: 14px;
  }
  .b3__text__detalle {
    padding: 10px 20px 10px 20px;
  }
  .b3__box {
    width: calc(100% - 160px);
  }
  .b3__slider .owl-nav {
    width: 160px;
  }
  .b3__text__fecha {
    width: 60px;
    font-size: 20px;
  }
  .b3__text__fecha span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .b3__slider .owl-nav {
    position: relative;
    width: 100%;
    left: 0;
  }
  .b3__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b3__slider .owl-nav {
    padding: 26px 0 40px 0;
  }
  .b3__slider .owl-prev,
  .b3__slider .owl-next {
    height: 32px;
  }
}











.b4 {
  padding: 90px 0 40px 0;
  background-color: rgba(225,233,239,0.5);
}
@media screen and (min-width: 1025px) {
  .b4 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b4 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b4__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 70px;
}
.b4__title h3 {
  font-size: 30px;
  font-family: t-2;
}
.b4__btn a {
  color: c-2;
  font-size: 13px;
  text-decoration: underline;
  font-family: t-2;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b4__btn a:hover {
    color: #ca2020;
  }
}
.b4__cnt__info {
  display: flex;
}
.b4____boxfigure {
  flex: 1;
  position: relative;
  padding-right: 203px;
}
.b4____boxfigure figure {
  height: 420px;
  max-width: 584px;
  width: 100%;
  margin: 0;
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
}
.b4__text {
  position: absolute;
  right: 0px;
  top: 32px;
  bottom: 32px;
  margin: auto;
  background-color: c-1;
  padding: 30px 38px 30px 38px;
  border-radius: 10px 10px 10px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 382px;
  box-sizing: border-box;
}
.b4__text >* {
  margin: 0;
}
.b4__text span {
  color: #fff;
  opacity: 70%;
  font-family: t-2;
  font-size: 30px;
  margin-bottom: 16px;
}
.b4__text h3 {
  font-size: 13px;
  color: #fff;
  line-height: 1.15;
  text-transform: uppercase;
  font-family: t-2;
  margin-bottom: 30px;
}
.b4__text p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 1.22;
}
.b4__cnt__slider {
  width: 380px;
  margin-left: 27px;
}
.b4__user {
  padding-top: 46px;
  display: flex;
}
.b4__user figure {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}
.b4__user__text {
  flex: 1;
  padding-left: 18px;
  padding-right: 10px;
}
.b4__user__text small {
  color: #e1e9ef;
  font-size: 13px;
  line-height: 1.54;
  font-family: t-2;
  display: block;
  padding-right: 0;
}
.b4__user__text p {
  color: #e1e9ef;
  font-size: 13px;
  line-height: 1.54;
  padding-right: 0;
}
.b4__slider .owl-stage-outer {
  border-radius: 10px;
  overflow: hidden;
}
.b4__slider .owl-dots {
  position: absolute;
  left: 0px;
  top: calc(100% + 18px);
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.b4__slider .owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid c-1;
  box-sizing: border-box;
  margin-left: 16px;
}
.b4__slider .owl-dot.active {
  background-color: c-1;
  border-color: c-1;
}
.b4__slider .owl-stage {
  display: flex;
}
.b4__slider .owl-stage .owl-item {
  float: none;
  align-items: stretch;
}
.b4__slide {
  background-color: #fff;
  display: block;
  height: 100%;
}
.b4__slide figure {
  height: 208px;
  background-size: cover;
  background-position: center center;
}
.b4__slide__text {
  padding: 33px 36px 26px 36px;
  min-height: 214px;
  box-sizing: border-box;
}
.b4__slide__text span {
  color: #e1e9ef;
  font-family: t-2;
  font-size: 30px;
  margin-bottom: 16px;
  display: block;
}
.b4__slide__text b {
  font-size: 13px;
  color: c-1;
  line-height: 1.15;
  text-transform: uppercase;
  font-family: t-2;
  margin-bottom: 20px;
  display: block;
}
.b4__slide__text p {
  font-size: 18px;
  color: c-0;
  margin: 0;
  line-height: 1.22;
}
@media screen and (max-width: 768px) {
  .b4__cnt__slider {
    width: 300px;
  }
  .b4__slide__text b {
    margin-bottom: 20px;
  }
  .b4____boxfigure {
    padding-right: 130px;
  }
  .b4__text {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .b4 {
    padding-top: 46px;
  }
  .b4__cnt__info {
    flex-direction: column;
    align-items: center;
  }
  .b4__title {
    padding-bottom: 28px;
  }
  .b4__title h3 {
    font-size: 18px;
  }
  .b4__text {
    position: relative;
    width: 100%;
    top: 0px;
    padding: 25px 38px 40px 30px;
  }
  .b4__text span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .b4__text h3 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .b4__text p {
    font-size: 16px;
  }
  .b4__user {
    padding-top: 16px;
  }
  .b4__btn {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
  .b4__title {
    text-align: center;
  }
  .b4__title h3 {
    width: 100%;
  }
  .b4____boxfigure {
    padding-right: 0;
    max-width: 380px;
    width: 86%;
    margin: auto;
    margin-bottom: 38px;
  }
  .b4____boxfigure >figure {
    border-radius: 10px 10px 0 0;
    margin-bottom: -12px;
    height: 230px;
  }
  .b4__cnt {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
  }
  .b4__cnt__slider {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .b4__cnt__slider .owl-stage-outer {
    border-radius: 0;
  }
  .b4__slider .owl-dots {
    display: none;
  }
  .b4__slide {
    border-radius: 10px;
    overflow: hidden;
  }
  .b4__slide figure {
    height: 0;
    padding-top: 62%;
  }
  .b4__user__text {
    padding-left: 10px;
  }
  .b4__user__text small {
    line-height: 1.1;
  }
  .b4__slider .owl-stage .owl-item {
    opacity: 0.5;
    transition: 300ms all;
  }
  .b4__slider .owl-stage .owl-item.active {
    opacity: 1;
  }
}











.b5 {
  padding: 132px 0 90px 0;
  background-color: rgba(225,233,239,0.5);
  background-image: url("../img/Group-201.png");
}
@media screen and (min-width: 1025px) {
  .b5 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b5 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b5__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.b5__figure {
  margin: 0;
  width: 373px;
  height: 534px;
  background-size: cover;
  background-position: center center;
  border-radius: 60px 0 60px 0;
  position: relative;
}
.b5__figure:after {
  content: '';
  width: calc(135px + (278 - 135) * ((100vw - 375px) / (1920 - 375)));
  height: calc(135px + (278 - 135) * ((100vw - 375px) / (1920 - 375)));
  position: absolute;
  right: 55%;
  bottom: 65%;
  background-color: c-1;
  border-radius: 100%;
}
.b5__figure:after {
  z-index: 1;
  mix-blend-mode: multiply;
}
.b5__text {
  max-width: 432px;
  width: 100%;
  margin-left: 132px;
}
.b5__text h2 {
  font-size: calc(50px + (100 - 50) * ((100vw - 375px) / (1920 - 375)));
  color: #1d1b2e;
  font-family: t-2;
  margin-bottom: 33px;
}
.b5__text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.33;
  color: #828282;
}
.b5__btn {
  padding-top: 30px;
}
.b5__btn .general__btn {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .b5__text {
    margin-left: 30px;
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .b5 {
    padding: 70px 0;
  }
  .b5__cnt {
    flex-direction: column;
  }
  .b5__figure {
    width: calc(100% - (90px + 50px));
    height: 0;
    padding-top: 77%;
    margin-left: 70px;
    margin-right: 50px;
  }
  .b5__text {
    margin-left: 0;
    padding-top: 32px;
  }
  .b5__text h2 {
    width: 80%;
  }
}


.b6__box {
  background-color: rgba(225,233,239,0.5);
  padding-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .b6__box .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b6__box .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b6 {
  padding: 90px 0 110px 0;
  overflow: hidden;
  position: relative;
}
.b6:before {
  content: '';
  width: 86%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0px;
  background-color: #fff;
  border-radius: 0 15px 100px 0;
}
.b6__cnt {
  position: relative;
  padding-right: 110px;
  box-sizing: border-box;
}
.b6__figure {
  background-size: cover;
  background-position: center center;
  position: absolute;
  border-radius: 100%;
}
.b6__figure.b6__img__1 {
  width: 111px;
  height: 111px;
  left: 0px;
  top: -50px;
}
.b6__figure.b6__img__2 {
  width: 83px;
  height: 83px;
  left: 300px;
  top: -70px;
}
.b6__figure.b6__img__3 {
  width: 139px;
  height: 139px;
  left: -100px;
  bottom: -50px;
}
.b6__figure.b6__img__4 {
  width: 144px;
  height: 144px;
  bottom: -200px;
  left: 300px;
}
.b6__slider .owl-nav {
  position: absolute;
  left: calc(100% + 64px);
  top: 0px;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.b6__slider .owl-prev,
.b6__slider .owl-next {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: c-0;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .b6__slider .owl-prev:hover,
  .b6__slider .owl-next:hover {
    background-color: c-1;
  }
}
.b6__slider .owl-next {
  margin-bottom: 25px;
}
.b6__slide {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}
.b6__picture {
  width: 187px;
  height: 187px;
  margin: 0;
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.b6__picture:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: c-1;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
}
.b6__text {
  flex: 1;
  margin-left: 160px;
  max-width: 590px;
  width: 100%;
}
.b6__text h2 {
  font-size: 30px;
  font-family: t-2;
  margin-bottom: 20px;
  color: #1d1b2e;
}
.b6__text p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  min-height: 84px;
  color: #1d1b2e;
}
.b6__text span {
  font-size: 13px;
  color: c-1;
  font-family: t-2;
  display: block;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .b6:before {
    width: 92%;
  }
}
@media screen and (max-width: 1280px) {
  .b6:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .b6__text {
    margin-left: 50px;
  }
  .b6:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b6:before,
  .b6__figure {
    display: none;
  }
  .b6__cnt {
    padding-right: 0;
    max-width: 380px;
  }
  .b6__slider .owl-nav {
    position: relative;
    flex-direction: row;
    left: 0;
    width: 100%;
  }
  .b6__slider .owl-prev {
    margin-right: 10px;
  }
  .b6__slider .owl-next {
    margin-bottom: 0;
  }
  .b6 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .b6__slide {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .b6__text {
    margin-left: 0;
    padding-top: 40px;
  }
  .b6__text h2 {
    text-align: center;
    font-size: 18px;
  }
  .b6__text span {
    text-align: center;
  }
  .b6__text p {
    font-size: 15px;
    line-height: 1.43;
    color: #828282;
  }
  .b6__picture {
    width: 165px;
    height: 165px;
  }
  .b6__box {
    padding-bottom: 40px;
  }
}

.b7 {
  background-color: #1d1b2e;
  position: relative;
  overflow: hidden;
}
.b7:before {
  content: '';
  width: 101px;
  height: 121px;
  background-image: url("../img/frame.png");
  background-size: cover;
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 1;
}
.b7:after {
  content: '';
  width: 176px;
  height: 176px;
  background-color: c-1;
  position: absolute;
  left: -80px;
  bottom: 35%;
  border-radius: 100%;
}
@media screen and (min-width: 1025px) {
  .b7 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b7 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b7__cnt {
  min-height: 740px;
  display: flex;
  align-items: center;
  padding-top: 130px;
  box-sizing: border-box;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.b7__text {
  margin-right: 60px;
  flex: 1;
}
.b7__text h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.13;
  font-family: t-2;
  margin-bottom: 38px;
}
.b7__text p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.b7__figure {
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}
.b7__figure img {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.b7__figure img:nth-child(1) {
  margin-right: -130px;
  position: relative;
  margin-bottom: -100px;
  border-radius: 70px 10px 70px 10px;
}
.b7__figure img:nth-child(2) {
  border-radius: 70px 10px 70px 10px;
}
@media screen and (max-width: 1280px) {
  .b7__text h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .b7__figure {
    max-width: 450px;
    width: 100%;
  }
  .b7__text h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  .b7:after {
    width: 113px;
    height: 113px;
    bottom: 50%;
    left: -30px;
  }
  .b7:before {
    width: 55px;
    height: 70px;
  }
  .b7__figure {
    display: none;
  }
  .b7__cnt {
    min-height: auto;
    padding-top: 180px;
    padding-bottom: 60px;
  }
  .b7__text {
    margin-right: 0;
  }
  .b7__text h2 {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .b7__cnt {
    padding-top: 120px;
  }
}

.b8 {
  background-color: rgba(225,233,239,0.31);
  padding: 110px 0 85px 0;
}
@media screen and (min-width: 1025px) {
  .b8 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b8 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b8__title h2 {
  font-size: 30px;
  color: c-1;
  font-family: t-2;
  text-align: center;
  margin: 0;
}
.b8__items {
  padding-top: 50px;
  display: flex;
  flex-flow: row wrap;
}
.b8__item {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 38px 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (min-width: 961px) and (max-width: 2600px) {
  .b8__item {
    width: calc(33.333333% - 20px);
    margin-left: 30px;
  }
  .b8__item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 960px) {
  .b8__item {
    width: calc(50% - 20px);
    margin-left: 40px;
  }
  .b8__item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
.b8__item img {
  display: block;
  margin: 0;
}
.b8__item h3 {
  font-size: 18px;
  color: #1d1b2e;
  font-family: t-2;
  margin-bottom: 15px;
  margin-top: 10px;
}
.b8__item p {
  font-size: 15px;
  color: #4f4f4f;
  margin: 0;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .b8 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b8__item {
    width: 100%;
  }
  .b8__title h2 {
    font-size: 18px;
  }
}

.b9 {
  padding: 70px 0 140px 0;
}
@media screen and (min-width: 1025px) {
  .b9 .scroll-item {
    transform: scaleY(1.26) translateY(5rem);
    transform-origin: top center;
    will-change: transform;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  .b9 .scroll-item.active-top {
    opacity: 1;
    transform: scaleY(1) translateY(0);
  }
}
.b9__cnt {
  display: flex;
  align-items: center;
}
.b9__video {
  width: 714px;
  height: 400px;
  background-size: cover;
  position: relative;
  border-radius: 0 60px 0 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b9__video:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  left: 0px;
  top: 0px;
}
.b9__video >img {
  display: none;
}
.b9__video__box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.b9__video__text {
  color: #fff;
  font-size: 30px;
  font-family: t-2;
  max-width: 340px;
}
.b9__video__click {
  text-align: center;
  margin-left: 100px;
}
.b9__video__click img {
  display: block;
}
.b9__video__click span {
  color: #fff;
  font-size: 14px;
  font-family: t-2;
  display: block;
  padding-top: 8px;
}
@media screen and (min-width: 1025px) {
  .b9__video__click:hover span {
    color: c-1;
  }
}
.b9__text {
  flex: 1;
  padding-left: 70px;
}
.b9__text h3 {
  font-size: 30px;
  color: #000;
  font-family: t-2;
  margin-bottom: 35px;
}
.b9__text p {
  font-size: 15px;
  line-height: 1.67;
  color: #4f4f4f;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b9__video {
    width: 550px;
    height: 350px;
  }
  .b9__text {
    padding-left: 30px;
  }
  .b9__video__text {
    font-size: 25px;
    max-width: 250px;
  }
  .b9__video__click {
    margin-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b9__video {
    width: 450px;
    height: 300px;
  }
  .b9__video__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .b9__cnt {
    flex-direction: column-reverse;
    align-items: center;
  }
  .b9__video {
    height: 0;
    padding-top: 60%;
    width: 100%;
  }
  .b9__video__box {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
  }
  .b9 {
    padding: 60px 0;
  }
  .b9__text {
    padding-left: 0;
    padding-bottom: 60px;
  }
  .b9__video__text {
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .b9__video__click {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.footer-css .footer {
  background-color: #1d1b2e;
}
.footer {
  background-color: rgba(225,233,239,0.5);
  padding-top: 30px;
  overflow: hidden;
  padding-bottom: 40px;
}
.footer .footer__info,
.footer .footer__down {
  position: relative;
  z-index: 1;
}
.footer__cnt {
  padding: 54px 0 52px 76px;
  position: relative;
  box-sizing: border-box;
}
.footer__cnt:before {
  content: '';
  box-shadow: 0 -10px 10px 0 rgba(0,0,0,0.25);
  background-color: #1d1b2e;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100vw;
  border-radius: 60px 0 0 15px;
}
.footer__item {
  color: #fff;
}
.footer__item >a {
  font-size: 30px;
  font-family: t-2;
  display: flex;
  align-items: center;
}
.footer__item >a i {
  font-size: 20px;
  margin-right: 10px;
}
.footer__item >a span {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .footer__item >a {
    transition: 300ms color;
  }
  .footer__item >a:hover {
    color: c-1;
  }
}
.footer__item p {
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}
.footer__down {
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
}
.footer__down ul {
  margin: 0;
}
.footer__links {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.footer__links a {
  color: #e1e9ef;
  font-size: 15px;
  font-family: t-2;
}
@media screen and (min-width: 1025px) {
  .footer__links a:hover {
    color: c-1;
  }
}
.footer__redes {
  display: flex;
}
.footer__redes li {
  margin-left: 50px;
}
.footer__redes a {
  font-size: 22px;
  color: c-1;
}
.footer__copy {
  padding-top: 20px;
}
.footer__copy p {
  color: #1d1b2e;
  margin: 0;
  font-family: t-2;
  text-align: right;
  font-size: 13px;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-copy {
  overflow: hidden;
  font-size: 13px;
  height: 32px;
}
.footer-copy .wancho {
  overflow: hidden;
  margin-top: 9px;
}
.footer-copy-left {
  float: left;
}
.footer-copy-left p {
  margin: 0;
}
.footer-copy-right {
  float: right;
}
.staffcreativa {
  position: relative;
  padding-right: 0.45em;
  font-family: 'arial';
}
.staffcreativa:after {
  content: '\e60e';
  font-family: icomoon;
  font-size: 0.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: none;
  text-transform: none;
  top: 0.1em;
}
.link-staff:hover .staffcreativa {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .footer__item >a {
    font-size: 25px;
  }
  .footer__item:nth-child(1),
  .footer__item:nth-child(2),
  .footer__item:nth-child(3) {
    margin-right: 20px;
  }
  .footer__item:nth-child(3),
  .footer__item:nth-child(4) {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .footer__item >a {
    font-size: 20px;
  }
  .footer__links li {
    margin-right: 20px;
  }
  .footer {
    background: rgba(225,233,239,0.5);
  }
  .footer__links {
    display: none;
  }
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
    max-width: 380px;
    width: 100%;
  }
  .footer__item {
    margin-bottom: 16px;
  }
  .footer__item >a {
    font-size: 30px;
  }
  .footer__redes li {
    margin-left: 0;
    margin-right: 50px;
  }
  .footer__cnt {
    padding-left: 60px;
  }
  .footer__cnt:before {
    left: 20px;
  }
}

.header-padding .cnt-wrapper {
  padding-top: 0 !important;
}
.header-small .header .header-ctn {
  padding: 10px 0;
}
.header-small .header .header-logo {
  width: 120px;
}
.header-small .header .header__btn a {
  height: 42px;
}
.header-white .header .menu-link {
  color: #fff;
}
.header-white .header .header-logo img:nth-child(1),
.header-white .header .header-logo img:nth-child(3) {
  display: none;
}
.header-white .header .header-logo img:nth-child(2) {
  display: block;
}
.header-white .header.scrolling .header-logo img:nth-child(1) {
  display: block;
}
.header-white .header.scrolling .header-logo img:nth-child(2),
.header-white .header.scrolling .header-logo img:nth-child(3) {
  display: none;
}
.header__wsp__fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  background: linear-gradient(to top, #00bb2d, #0fd03d);
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  position: fixed;
  right: 70px;
  bottom: 50px;
  z-index: 100;
  box-shadow: 0 10px 20px 0px rgba(0,0,0,0.34);
}
.header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .header {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .header.load {
    opacity: 1;
  }
  .header.scrolling {
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.11);
    background-color: #fff;
  }
  .header.scrolling .header-ctn {
    padding: 10px 0;
  }
  .header.scrolling .header-logo {
    width: 150px;
  }
  .header.scrolling .header-logo img:nth-child(1) {
    display: block !important;
  }
  .header.scrolling .header-logo img:nth-child(2),
  .header.scrolling .header-logo img:nth-child(3) {
    display: none !important;
  }
  .header.scrolling .menu-link {
    color: #1d1b2e !important;
  }
}
.header.white .header-logo img:nth-child(1),
.header.white .header-logo img:nth-child(3) {
  display: none;
}
.header.white .header-logo img:nth-child(2) {
  display: block;
}
.header.white.scrolling .header-logo img:nth-child(1),
.header.white.scrolling .header-logo img:nth-child(2) {
  display: none !important;
}
.header.white.scrolling .header-logo img:nth-child(3) {
  display: block !important;
}
.header.white .menu-link {
  color: #fff;
}
.header.white:not(.scrolling) .header__btn a.aula {
  border-color: #fff;
}
.header.white:not(.scrolling) .header__btn a.aula span,
.header.white:not(.scrolling) .header__btn a.aula i {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .header.white:not(.scrolling) .header__btn a.aula:hover {
    background-color: #fff;
  }
  .header.white:not(.scrolling) .header__btn a.aula:hover span,
  .header.white:not(.scrolling) .header__btn a.aula:hover i {
    color: #181818;
  }
}
.header .header-ctn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
  transition: 250ms all linear;
}
.header .header-logo {
  margin: 0;
  width: 195px;
}
.header .header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.header .header-logo img:nth-child(2),
.header .header-logo img:nth-child(3) {
  display: none;
}
.header .menu-item {
  position: relative;
}
.header .menu-item.contact {
  display: none;
}
.header .menu-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .icon-search {
  font-size: 20px;
  color: #333;
  padding: 0 10px;
}
.header .menu-list {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.header .menu-link {
  color: #1d1b2e;
  font-family: t-2;
  font-size: 15px;
  padding: 10px 20px;
}
.header .menu-link.active {
  color: c-1;
}
.header .header__btn {
  display: flex;
}
.header .header__btn a {
  width: 145px;
}
.header .header__btn a:nth-child(2) {
  margin-right: 5px;
  margin-left: 5px;
}
.header .header__btn a.aula {
  width: 118px;
}
.header .header__wsp {
  display: none;
}
body.left-in .menu-sidebar {
  transform: translateX(-300px);
}
body.left-in .menu-sidebar.active {
  transform: translateX(0);
}
body.left-in .wrapper,
body.left-in .footer {
  left: 0px;
}
body.left-in .wrapper.active,
body.left-in .footer.active {
  left: 300px;
}
body.left-in .menu-mobile-close {
  color: #000;
}
body.left-in .menu-mobile-close.active {
  opacity: 1;
  visibility: visible;
}
body.right-in .menu-sidebar {
  transform: translateX(300px);
  right: 0px;
}
body.right-in .menu-sidebar.active {
  transform: translateX(0px);
}
body.right-in .wrapper,
body.right-in .footer {
  left: 0px;
}
body.right-in .wrapper.active,
body.right-in .footer.active {
  left: -300px;
}
body.top-in .menu-overlay {
  display: none;
}
body.top-in .menu-sidebar {
  width: 100%;
  transform: translateY(-105%);
}
body.top-in .menu-sidebar.active {
  transform: translateY(0%);
}
body.top-in .menu-responsive {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-height: 400px) {
  body.top-in .menu-responsive {
    flex-flow: wrap;
  }
}
body.top-in .menu-responsive .menu-link {
  justify-content: center;
}
body.top-in .menu-mobile-close {
  color: #000;
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-overlay.active {
  opacity: 0.6;
  visibility: visible;
}
.menu-mobile-close,
.menu-mobile-open {
  border-radius: 7%;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 42px;
  transform: rotate(0deg);
}
.menu-mobile-open {
  opacity: 1;
  visibility: hidden;
  z-index: 1011;
}
.menu-mobile-open.active {
  visibility: hidden;
  opacity: 0;
}
.menu-mobile-close {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  color: #fff;
}
.menu-mobile-close.active {
  visibility: visible;
  opacity: 1;
  z-index: 1012;
}
.menu-sidebar {
  width: 300px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  background: c-0;
  z-index: 1000;
  transition: all 0.45s ease;
  visibility: hidden;
}
.menu-sidebar.active {
  visibility: visible;
}
.menu-sidebar.active .menu-link {
  opacity: 1;
  transform: translateY(0%);
}
.menu-sidebar.active .menu-sidebar-cnt .header__btn {
  opacity: 1;
}
.menu-sidebar-cnt {
  height: 100%;
}
.menu-sidebar-cnt .header__btn {
  padding: 0 25px;
  opacity: 0;
  transition: all 600ms ease 800ms;
  padding-top: 25px;
}
.menu-sidebar-cnt .header__btn .general__btn:nth-child(1) {
  border-color: #fff;
}
.menu-sidebar-cnt .header__btn .general__btn:nth-child(1) span,
.menu-sidebar-cnt .header__btn .general__btn:nth-child(1) i {
  color: #fff;
}
.menu-sidebar-cnt .header__btn .general__btn:nth-child(2),
.menu-sidebar-cnt .header__btn .general__btn:nth-child(3),
.menu-sidebar-cnt .header__btn .general__btn:nth-child(4) {
  display: none;
}
.menu-responsive {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
.menu-responsive .menu-item {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.menu-responsive .menu-link {
  transition: all 600ms ease;
  opacity: 0;
  transform: translateX(20%);
  font-size: 20px;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 25px;
}
@media screen and (max-height: 400px) {
  .menu-responsive {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .header__wsp__fixed {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper,
  .footer {
    transition: all 0.45s ease;
  }
  .menu-mobile-open {
    visibility: visible;
  }
  .header {
    background-color: c-0;
  }
  .header .icon-search {
    margin-right: 50px;
  }
  .header .menu-list {
    display: none;
  }
  .header .header-logo {
    width: 110px;
  }
  .header .header-logo img:nth-child(1),
  .header .header-logo img:nth-child(2) {
    display: none;
  }
  .header .header-logo img:nth-child(3) {
    display: block;
  }
  .header .header-ctn {
    padding: 14px 0 12px 0;
  }
  .header .header__btn {
    padding-right: 50px;
  }
  .header .header__btn .general__btn.aula {
    display: none;
  }
  .header .header__btn .general__btn:nth-child(2) {
    width: 38px;
    height: 38px;
    padding: 0;
    margin-right: 16px;
  }
  .header .header__btn .general__btn:nth-child(2) i {
    margin: 0;
    font-size: 20px;
  }
  .header .header__btn .general__btn:nth-child(2) span {
    display: none;
  }
  .header .header__btn .general__btn:nth-child(1),
  .header .header__btn .general__btn:nth-child(3) {
    display: none;
  }
  .header .header__btn .header__wsp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px !important;
    margin: 0;
    background: linear-gradient(to top, #00bb2d, #0fd03d);
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
  }
  .header.scrolling {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  }
}
