* {
  font-family: "Geologica", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
}

header {
  width: 100%;
}
header .wrapper {
  width: 90%;
  margin: 0 auto;
}
header .wrapper .div-wrapper {
  width: 100%;
}
header .wrapper .div-wrapper .menu-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  border-bottom: 1.5px solid rgba(30, 41, 59, 0.1647058824);
  font-weight: 400;
  font-size: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .div-wrapper .menu-1 .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .div-wrapper .menu-1 .info a {
  text-decoration: none;
  margin: 0 15px 0 0;
  color: #1E293B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .wrapper .div-wrapper .menu-1 .info a i {
  color: #099178;
  margin: 0 5px 0 0;
}
header .wrapper .div-wrapper .menu-1 .info a:hover {
  color: #099178;
}
header .wrapper .div-wrapper .menu-1 .idioma select {
  width: 100%;
  color: #6e798a;
}
header .wrapper .div-wrapper .menu-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .div-wrapper .menu-2 .logo img {
  width: 100%;
}
header .wrapper .div-wrapper .menu-2 .menu-opciones ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapper .div-wrapper .menu-2 .menu-opciones ul li {
  list-style: none;
}
header .wrapper .div-wrapper .menu-2 .menu-opciones ul li a {
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #1E293B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 20px 0 0;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
header .wrapper .div-wrapper .menu-2 .menu-opciones ul li a.active,
header .wrapper .div-wrapper .menu-2 .menu-opciones ul li a:hover {
  background-color: #A5FFEE;
  border-bottom: 2px solid #099178;
}
header .wrapper .div-wrapper .menu-2 .menu-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .div-wrapper .menu-2 .menu-icons .item .cart-wrapper {
  position: relative;
}
header .wrapper .div-wrapper .menu-2 .menu-icons .item .cart-wrapper a {
  margin: 0 25px 0 0;
  font-size: 1.1rem;
  color: #1E293B;
}
header .wrapper .div-wrapper .menu-2 .menu-icons .item .cart-wrapper span {
  top: -10px;
  left: 15px;
  display: block;
  position: absolute;
}
header .wrapper .div-wrapper .menu-2 .menu-icons .botonera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .wrapper .div-wrapper .menu-2 .menu-icons .botonera a {
  margin: 0 0 0 10px;
}

.wrapper-banner {
  width: 100%;
}
.wrapper-banner .banner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.wrapper-banner .banner .slogan {
  padding: 50px 0;
}
.wrapper-banner .banner .slogan .texto h2 {
  color: #099178;
  line-height: 1.5;
}
.wrapper-banner .banner .slogan .texto h2 span {
  color: #ffcf00;
}
.wrapper-banner .banner .slogan .descripcion {
  margin: 0 0 50px 0;
}
.wrapper-banner .banner .slogan .descripcion h3 {
  font-weight: 400;
  line-height: 1.5;
}
.wrapper-banner .banner .slogan .buscador {
  width: 100%;
  text-align: right;
}
.wrapper-banner .banner .slogan .buscador .wrapper-buscador {
  position: relative;
}
.wrapper-banner .banner .slogan .buscador input[type=text] {
  width: 100%;
  border: 1.5px solid rgba(30, 41, 59, 0.1647058824);
  background-color: #F8F7FF;
  padding: 20px;
  border-radius: 5px;
  outline: none;
}
.wrapper-banner .banner .slogan .buscador a {
  display: inline-block;
  position: absolute;
  margin: 5px 0 0 0;
  font-size: 1.1rem;
  top: 5px;
  right: 12px;
}
.wrapper-banner .banner .imagen img {
  width: 100%;
}

.wrapper-next-courses {
  width: 100%;
  margin: 100px 0 0 0;
}
.wrapper-next-courses .next-courses {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-next-courses .next-courses .titulo {
  padding: 0 20px 0 0;
}
.wrapper-next-courses .next-courses .titulo h2 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: #099178;
}
.wrapper-next-courses .next-courses .titulo p {
  font-weight: 200;
  margin: 0;
  padding: 0;
  color: #1E293B;
  line-height: 1.5;
  font-size: 0.9rem;
}
.wrapper-next-courses .next-courses .courses-list {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper-next-courses .next-courses .courses-list .item {
  width: 30%;
  margin: 0 0 25px 0;
}

.wrapper-our-courses {
  width: 100%;
  margin: 100px 0 0 0;
}
.wrapper-our-courses .our-courses {
  width: 90%;
  margin: 0 auto;
}
.wrapper-our-courses .our-courses .titulo {
  text-align: center;
}
.wrapper-our-courses .our-courses .titulo h2 {
  margin: 0;
  color: #099178;
  font-size: 3.2rem;
}
.wrapper-our-courses .our-courses .titulo p {
  font-weight: 200;
}
.wrapper-our-courses .our-courses .titulo .linea {
  margin: 0 auto;
}
.wrapper-our-courses .our-courses .courses-list {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper-our-courses .our-courses .courses-list .item {
  width: 30%;
  margin: 0 0 25px 0;
}

.wrapper-our-categories {
  width: 100%;
  margin: 100px 0 0 0;
}
.wrapper-our-categories .our-categories {
  width: 90%;
  margin: 0 auto;
}
.wrapper-our-categories .our-categories .titulo {
  text-align: center;
}
.wrapper-our-categories .our-categories .titulo h2 {
  margin: 0;
  color: #099178;
  font-size: 2.6rem;
}
.wrapper-our-categories .our-categories .titulo p {
  font-weight: 200;
}
.wrapper-our-categories .our-categories .titulo .linea {
  margin: 0 auto;
}
.wrapper-our-categories .our-categories .categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper-our-categories .our-categories .categories-list .item {
  width: 28%;
  margin: 0 25px 25px 0;
}

footer {
  width: 100%;
  background-color: #171719;
  color: #fff;
  padding: 50px;
}
footer .wrapper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .wrapper-footer .col .titulo p {
  font-size: 1.2rem;
  margin: 0;
}
footer .wrapper-footer .col ul {
  margin: 0;
  padding: 0;
}
footer .wrapper-footer .col ul li {
  list-style: none;
}
footer .wrapper-footer .col ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 0 0 12px 0;
  font-weight: 200;
  font-size: 0.9rem;
  color: #6e798a;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .wrapper-footer .col ul li a:hover {
  color: #ffcf00;
}
footer .wrapper-footer .col1 {
  width: 40%;
  padding: 0 100px 0 0;
}
footer .wrapper-footer .col1 img {
  width: 50%;
}
footer .wrapper-footer .col1 p {
  font-weight: 200;
  color: #6e798a;
  line-height: 1.5;
}
footer .wrapper-footer .col2 {
  width: 20%;
  padding: 0 15px;
}
footer .wrapper-footer .col3 {
  width: 20%;
  padding: 0 15px;
}
footer .wrapper-footer .col4 {
  width: 20%;
  padding: 0 15px;
}

.wrapper-compra {
  width: 100%;
  margin: 0 0 0 0;
}
.wrapper-compra .div-compra {
  width: 90%;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-compra .div-compra .curso-pay {
  width: 75%;
  border-right: 1px solid #000;
  padding: 0 15px 0 0;
}
.wrapper-compra .div-compra .details-pay {
  width: 25%;
  padding: 0 0 0 15px;
}
.wrapper-compra .div-compra .details-pay .icons-pay {
  text-align: center;
}
.wrapper-compra .div-compra .details-pay .icons-pay img {
  width: 50px;
  display: block;
  margin: 0 auto 15px auto;
}

.wrapper-pageinfo {
  width: 100%;
  margin: 0 0 0 0;
}
.wrapper-pageinfo .div-pageinfo {
  width: 90%;
  margin: 25px auto;
}
.wrapper-pageinfo .div-pageinfo p {
  line-height: 1.8;
  text-align: justify;
  margin: 0;
  padding: 0;
}
.wrapper-pageinfo .div-pageinfo p.titulo {
  color: #099178;
  font-size: 2rem;
  font-weight: bold;
  margin: 25px 0 0 0;
  padding: 0;
}
.wrapper-pageinfo .div-pageinfo ol li, .wrapper-pageinfo .div-pageinfo ul li {
  margin: 0 0 10px 0;
}

.card-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-pay .imagen {
  width: 30%;
}
.card-pay .imagen img {
  width: 100%;
  border-radius: 10px;
}
.card-pay .info-curso {
  padding: 0 20px;
}
.card-pay .info-curso h3, .card-pay .info-curso p {
  margin: 0;
  padding: 0;
}
.card-pay .info-curso h3 {
  font-size: 1.5rem;
}
.card-pay .info-curso p {
  text-decoration: none !important;
  line-height: 1.5;
  font-weight: 200;
  margin: 5px 0 0 0;
}
.card-pay .precio {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.card-pay .precio p {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.card-pay .precio p.precio-ahora {
  font-size: 1rem;
  font-weight: 900;
}
.card-pay .precio p.precio-antes {
  font-size: 0.7rem;
  text-decoration: line-through !important;
}

.text-red {
  color: #CE3B3E;
}

.text-pink {
  color: #C92387;
}

.text-blue {
  color: #1476B8;
}

.text-yellow {
  color: #FFBB00;
}

.text-green {
  color: #17871D;
}

.text-green-2 {
  color: #218371;
}

.text-naranja {
  color: #FF8D0A;
}

.text-purple {
  color: #81439D;
}

.text-xxs {
  font-size: 0.7rem !important;
}

.text-xs {
  font-size: 0.8rem !important;
}

.text-s {
  font-size: 1rem !important;
}

.text-m {
  font-size: 1.2rem !important;
}

.text-l {
  font-size: 1.5rem !important;
}

.text-danger {
  font-size: 0.8rem !important;
}

/***************************************************************/
/***************************************************************/
/*************************PAGINAS CURSO******************/
/***************************************************************/
.wrapper-page {
  width: 100%;
  background-color: #099178;
}
.wrapper-page .wrapper-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  padding: 40px 400px 40px 0;
}
.wrapper-page .wrapper-header .div-header {
  color: #fff;
}
.wrapper-page .wrapper-header .div-header .titulo h1 {
  margin: 0;
  font-size: 3rem;
}
.wrapper-page .wrapper-header .div-header .descripcion p {
  line-height: 2;
}
.wrapper-page .wrapper-header .div-header .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper-page .wrapper-header .div-header .detail div {
  margin: 0 15px 0 0;
}
.wrapper-page .wrapper-header .div-header .detail div p {
  margin: 0;
  font-size: 0.9rem;
}
.wrapper-page .wrapper-header .div-header .detail div p i {
  color: #ffcf00;
}
.wrapper-page .wrapper-header .div-header .detail .foto {
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
}
.wrapper-page .wrapper-header .div-header .detail .foto img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.wrapper-page .wrapper-header .div-header .detail .autor p {
  font-weight: 200;
}
.wrapper-page .wrapper-header .div-header .detail .autor p a {
  font-weight: 400;
  color: #ffcf00;
}

.wrapper-informacion {
  width: 100%;
}
.wrapper-informacion .div-informacion {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper-informacion .div-informacion .content-informacion {
  width: 68%;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin: -25px 0 0 0;
  padding: 25px;
}
.wrapper-informacion .div-informacion .content-informacion h2, .wrapper-informacion .div-informacion .content-informacion h3 {
  margin: 0;
}
.wrapper-informacion .div-informacion .content-informacion p {
  font-weight: 200;
  line-height: 2;
}
.wrapper-informacion .div-informacion .content-informacion p.pregunta {
  font-weight: bold;
  color: #1E293B;
}
.wrapper-informacion .div-informacion .content-informacion ul {
  list-style: none;
  margin: 0px 8px;
}
.wrapper-informacion .div-informacion .content-informacion ul li {
  position: relative;
  margin: 20px 10px;
  line-height: 2;
  font-weight: 200;
}
.wrapper-informacion .div-informacion .content-informacion ul li span {
  font-weight: bold;
  color: #1E293B;
}
.wrapper-informacion .div-informacion .content-informacion ul li:before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: calc(100% + 20px);
  background-color: #FFED9F;
  left: -14px;
  top: 12px;
}
.wrapper-informacion .div-informacion .content-informacion ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffcf00;
  left: -18px;
  top: 11px;
}
.wrapper-informacion .div-informacion .content-informacion ul li:last-child::before {
  display: none;
}
.wrapper-informacion .div-informacion .video-informacion {
  width: 30%;
  background-color: #C92387;
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  margin: -250px 0 0 0;
  padding: 10px;
  position: sticky;
  top: 10px;
  height: 830px;
}
.wrapper-informacion .div-informacion .video-informacion p {
  margin: 0;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-imagen .imagen img {
  width: 100%;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 10px;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-precio .precio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-precio .precio .actual {
  font-size: 2rem;
  margin: 0 15px 0 0;
  font-weight: 600;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-precio .precio .anterior {
  text-decoration: line-through;
  font-size: 0.9rem;
  color: #6e798a;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-precio .favorito a {
  background-color: rgba(30, 41, 59, 0.1647058824);
  padding: 10px 12px;
  border-radius: 50%;
  color: #6e798a;
  font-size: 1.1rem;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-precio .favorito a.active {
  color: #CE3B3E;
}
.wrapper-informacion .div-informacion .video-informacion .botonera .items a, .wrapper-informacion .div-informacion .video-informacion .botonera .items button {
  font-size: 0.9rem;
  padding: 15px 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-detalles {
  padding: 0 10px;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-detalles .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(30, 41, 59, 0.1647058824);
  padding: 20px 0;
  color: #1E293B;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-detalles .item .icono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-informacion .div-informacion .video-informacion .wrapper-detalles .item .icono i {
  margin: 0 10px 0 0;
}

.wrapper-relacionados .relacionados {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto 25px auto;
}
.wrapper-relacionados .relacionados .courses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper-relacionados .relacionados .courses-list .item {
  width: 23%;
}

/***************************************************************/
/***************************************************************/
.text-center {
  text-align: center;
}

.linea {
  width: 35%;
  height: 5px;
  background-color: #ffcf00;
}

.div-oculta {
  display: none;
}

.wrapper-tabs {
  width: 100%;
  margin: 0 0 25px 0;
}
.wrapper-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(30, 41, 59, 0.1647058824);
}
.wrapper-tabs .tabs .item-tab a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  font-weight: 600;
  color: #1E293B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 2px solid transparent;
}
.wrapper-tabs .tabs .item-tab a i {
  margin: 0 5px 0 0;
}
.wrapper-tabs .tabs .item-tab a.active {
  color: #099178;
  border-bottom: 2px solid #099178;
}
.wrapper-tabs .tabs .item-tab a:hover {
  color: #099178;
  border-bottom: 2px solid #099178;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
}
.card .imagen img {
  width: 100%;
}
.card .info {
  padding: 10px 15px;
}
.card .info .titulo {
  text-align: left;
}
.card .info .titulo h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}
.card .info .titulo h3 a {
  text-decoration: none;
  color: #1E293B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card .info .titulo h3 a:hover {
  color: #099178;
}
.card .info .descripcion {
  font-size: 0.8rem;
  font-weight: 200;
  margin: 10px 0;
}
.card .info .descripcion p {
  margin: 0;
  line-height: 1.5;
}
.card .info .fecha-inicio p {
  font-size: 0.8rem;
  font-weight: 700;
}
.card .info .likes {
  font-size: 0.8rem;
}
.card .info .likes a {
  color: #F25C88;
  text-decoration: none;
}
.card .info .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card .info .action .precio {
  font-weight: 700;
}
.card .info .action .btn-action a {
  font-size: 0.8rem;
}
.card .info .action .btn-action a:hover {
  text-decoration: underline;
}

.card-tipo2 {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  cursor: pointer;
  text-decoration: none;
  color: #1E293B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card-tipo2 .wrapper-card {
  width: 90%;
  margin: 0 30px 0 0;
}
.card-tipo2 .wrapper-card h2,
.card-tipo2 .wrapper-card p {
  margin: 0 0 15px 0;
}
.card-tipo2 .wrapper-card .icono {
  font-size: 3.5rem;
  margin: 0 0 10px 0;
}
.card-tipo2 .wrapper-card .titulo-card h2 {
  font-size: 1.5rem;
}
.card-tipo2 .action {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}

.card-tipo2:hover {
  background-color: #ffcf00;
  color: #fff;
}
.card-tipo2:hover .wrapper-card .icono {
  color: #fff !important;
}

.card-tipo3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #E8E8E8;
}
.card-tipo3 .imagen {
  padding: 20px;
}
.card-tipo3 .imagen img {
  width: 100%;
  border-radius: 10px;
}
.card-tipo3 .info {
  padding: 20px 0;
}
.card-tipo3 .info p {
  margin: 0;
}
.card-tipo3 .info .titulo {
  margin: 0 0 15px 0;
}
.card-tipo3 .info .titulo p {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
}
.card-tipo3 .info .descripcion {
  margin: 0 0 15px 0;
}
.card-tipo3 .info .descripcion p {
  line-height: 1.5;
}
.card-tipo3 .info .botonera a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.card-tipo4 {
  border-bottom: 1px solid rgba(30, 41, 59, 0.1647058824);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.card-tipo4 .info {
  width: 30%;
  text-align: center;
  padding: 15px;
}
.card-tipo4 .info p {
  margin: 0;
}
.card-tipo4 .info p.name {
  font-size: 1.2rem;
  font-weight: 600;
}
.card-tipo4 .info p.date {
  color: #6e798a;
}
.card-tipo4 .info p.star-number {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}
.card-tipo4 .info p.stars {
  color: #ffcf00;
}
.card-tipo4 .comment {
  width: 70%;
  padding: 15px;
}
.card-tipo4 .comment p {
  color: #6e798a;
  margin: 0;
  text-align: justify;
}

.acordion-wrapper {
  width: 100%;
}
.acordion-wrapper .acordion {
  width: 100%;
  border-bottom: 1px solid rgba(30, 41, 59, 0.1647058824);
}
.acordion-wrapper .acordion .acordion-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.acordion-wrapper .acordion .acordion-titulo .titulo i {
  margin: 0 10px 0 0;
}
.acordion-wrapper .acordion .acordion-titulo .titulo p {
  font-weight: 600;
  font-size: 1.2rem;
}
.acordion-wrapper .acordion .acordion-titulo .detalles {
  font-size: 0.8rem;
}
.acordion-wrapper .acordion .acordion-content {
  display: none;
}
.acordion-wrapper .acordion .acordion-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.acordion-wrapper .acordion .acordion-content .item .titulo p {
  margin: 0;
}
.acordion-wrapper .acordion .acordion-content .item .titulo p i {
  margin: 0 10px 0 0;
  color: #099178;
}
.acordion-wrapper .acordion .acordion-content .item .detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
}
.acordion-wrapper .acordion .acordion-content .item .detalles p {
  margin: 0;
}
.acordion-wrapper .acordion .acordion-content .item .detalles .preview {
  margin: 0 10px 0 0;
}
.acordion-wrapper .acordion .acordion-content .item .detalles .preview a {
  background-color: #099178;
  padding: 5px 7.5px;
  font-size: 0.6rem;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.acordion-wrapper .acordion .acordion-content .item:hover {
  background-color: rgba(30, 41, 59, 0.1647058824);
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup .popup-content {
  position: relative;
  margin: auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  background-color: white;
  border-radius: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#close-popup {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 24px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px 10px;
}

iframe {
  width: 100%;
  height: 315px;
}

.badge {
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 5px;
}

.badge-success {
  background-color: #28a745;
  color: #EEEEEE !important;
}

.color-uno-extras {
  color: #CE3B3E;
}

.color-dos-extras {
  color: #C92387;
}

.color-tres-extras {
  color: #1476B8;
}

.color-cuatro-extras {
  color: #FFBB00;
}

.color-cinco-extras {
  color: #17871D;
}

.color-seis-extras {
  color: #218371;
}

.color-siete-extras {
  color: #FF8D0A;
}

.color-ocho-extras {
  color: #81439D;
}

.notify {
  background-color: #D16060;
  font-size: 0.5rem;
  border-radius: 50%;
  color: #fff;
  padding: 5px 6px;
}

select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(30, 41, 59, 0.1647058824);
  outline: none;
}

.btn {
  padding: 10px 10px 8px 10px;
  background-color: #099178;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn:hover {
  border-bottom: 2px solid #A5FFEE;
}

.btn-tipo2 {
  background-color: #A5FFEE;
  color: #1E293B;
}

.btn-tipo2:hover {
  border-bottom: 2px solid #099178;
}

.text-bold {
  font-weight: bold;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.botonera .photo-profile {
  position: relative;
}
.botonera .photo-profile img {
  width: 35px;
  border-radius: 50%;
}

.popup-cart {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.popup-cart .wrapper-cart {
  background-image: url("https://www.ybf.pe/img/bg-education.png");
  background-size: 450px 450px;
  background-color: #fff;
  width: 50%;
  padding: 25px 30px;
  margin-right: -50%;
}
.popup-cart .wrapper-cart .div-cart .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-cart .wrapper-cart .div-cart .titulo p {
  font-size: 2rem;
  font-weight: bold;
  color: #1E293B;
  text-decoration: underline;
}
.popup-cart .wrapper-cart .div-cart .titulo p i {
  margin: 0 10px 0 0;
}
.popup-cart .wrapper-cart .div-cart .titulo .boton {
  text-decoration: none;
}
.popup-cart .wrapper-cart .div-cart .titulo .boton a {
  color: #099178;
  font-size: 2rem;
}
.popup-cart .wrapper-cart .div-cart .div-cursos .item {
  margin: 0 0 16px 0;
}
.popup-cart .wrapper-cart .div-cart .div-botonera a {
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 10px 0;
}

.card-cart {
  background-color: #F4F4F4;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #099178;
}
.card-cart .cabecera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-cart .cabecera .imagen {
  width: 35%;
}
.card-cart .cabecera .imagen img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 5px;
}
.card-cart .cabecera .contenido {
  width: 65%;
  padding: 0 10px;
}
.card-cart .cabecera .contenido p {
  margin: 0;
}
.card-cart .cabecera .contenido a.titulo-item {
  line-height: 1.5;
  font-weight: bold;
  color: #1476B8;
}
.card-cart .cabecera .contenido .precios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 0 0;
  color: #1E293B;
  font-weight: bold;
}
.card-cart .cabecera .contenido .precios .precio-anterior {
  text-decoration: line-through;
  font-size: 0.7rem;
  margin: 0 0 0 10px;
}
.card-cart .cabecera .contenido .icono {
  padding: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.card-cart .cabecera .contenido .icono a {
  display: inline-block;
}
.div-menu-flotante {
  position: absolute;
  display: none;
  z-index: 999;
  background-color: #fff;
  border-radius: 10px;
  right: 0;
  top: 55px;
  padding: 25px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 650%;
}
.div-menu-flotante .cabecera {
  text-align: center;
}
.div-menu-flotante .cabecera a img {
  width: 60px;
}
.div-menu-flotante .cabecera p {
  font-size: 0.9rem;
}
.div-menu-flotante .menu-content {
  margin: 0;
  padding: 0;
}
.div-menu-flotante .menu-content ul {
  margin: 0;
  padding: 0;
}
.div-menu-flotante .menu-content ul li {
  list-style: none;
}
.div-menu-flotante .menu-content ul li a {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 !important;
  padding: 15px 0px 15px 10px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #1E293B;
  border-left: 5px solid rgba(30, 41, 59, 0.1647058824);
}
.div-menu-flotante .menu-content ul li a span {
  font-weight: 400;
}
.div-menu-flotante .menu-content ul li a:hover {
  background-color: rgba(30, 41, 59, 0.1647058824);
  color: #099178;
  padding-left: 10px;
  border-left: 5px solid #099178;
}

.menu-float:hover > div.div-menu-flotante {
  display: block;
}

@media (min-width: 1281px) {
  header .wrapper {
    width: 65%;
  }
  .wrapper-banner .banner {
    width: 65%;
  }
  .wrapper-next-courses .next-courses {
    width: 65%;
    margin: 0 auto;
  }
  .wrapper-our-courses .our-courses {
    width: 65%;
    margin: 0 auto;
  }
  .wrapper-our-categories .our-categories {
    width: 65%;
    margin: 0 auto;
  }
  .wrapper-page {
    width: 100%;
    background-color: #099178;
  }
  .wrapper-page .wrapper-header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 65%;
    margin: 0 auto;
    padding: 40px 400px 40px 0;
  }
  .wrapper-informacion .div-informacion {
    width: 65%;
  }
  .wrapper-informacion .div-informacion .video-informacion {
    margin: -200px 0 0 0;
  }
  .wrapper-compra .div-compra {
    width: 65%;
  }
  .wrapper-relacionados .relacionados {
    width: 65%;
  }
  .wrapper-pageinfo .div-pageinfo {
    width: 65%;
  }
  .popup-cart .wrapper-cart {
    width: 35%;
  }
}