@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100, 100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  font-family: 'Montserrat'; }

h1 {
  color: #00307F;
  font-size: 32px;
  font-family: 'Montserrat';
  font-weight: 700; }

h2 {
  color: #00307F;
  font-size: 28px;
  font-family: 'Montserrat';
  font-weight: 700; }

h3 {
  color: #00307F;
  font-size: 26px;
  font-family: 'Montserrat', 500; }

h4 {
  color: white;
  font-size: 20px;
  font-family: 'Montserrat', 500; }

p {
  color: #00307F; }

button {
  color: #00307F;
  background-color: #CADD08;
  border: 2px solid white;
  border-radius: 20px;
  font-weight: 600;
  padding: 5px 17px; }
  button a {
    color: white;
    font-weight: 200;
    cursor: pointer; }
  button:hover {
    text-decoration: underline; }
    button:hover a {
      color: #003050;
      font-weight: 300;
      text-decoration: none; }

.bgmainmenu {
  background: linear-gradient(#00307F, #00A5B6);
  color: white;
  padding: 10px 0 10px;
  border-bottom: 2px solid white; }
  .bgmainmenu .mainMenu {
    text-align: right;
    padding: 10px 0; }
  .bgmainmenu a.brandmenu {
    background-image: url("../../images/logomenu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    position: relative;
    top: 40px;
    width: 200px; }
  .bgmainmenu ul li {
    display: inline-block;
    padding: 0px 20px;
    font-size: 16px; }
    .bgmainmenu ul li:last-child {
      background-color: #CADD08;
      border: 1px solid white;
      border-radius: 18px;
      padding: 6px 15px; }
      .bgmainmenu ul li:last-child a {
        color: #003050;
        font-weight: 500; }
    .bgmainmenu ul li a {
      color: white;
      font-weight: 300; }
      .bgmainmenu ul li a:hover {
        text-decoration: none;
        border-bottom: 2px solid #CADD08; }
  .bgmainmenu ul li.register {
    background-color: #00A5B6;
    border: 1px solid white;
    border-radius: 18px;
    padding: 6px 15px;
    margin-right: 8px; }
    .bgmainmenu ul li.register a {
      font-weight: 500; }
      .bgmainmenu ul li.register a:hover {
        text-decoration: none;
        border: none; }

/* NAV BAR */
.bg-light {
  background-color: rgba(202, 221, 9, 0) !important; }
  .bg-light .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: none; }
  .bg-light .navbar-brand {
    background-image: url("../../images/logomenu.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    position: relative;
    top: 10px;
    width: 50%; }
  .bg-light .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem; }
  .bg-light button {
    background-color: transparent;
    border: 2px solid #CADD08;
    border-radius: 20px;
    padding: 5px 17px; }
  .bg-light button.navbar-toggler.collapsed {
    background-color: white;
    border-color: none; }
  .bg-light button.navbar-toggler {
    background-color: white;
    border-color: none;
    width: 60px;
    height: 40px; }
  .bg-light ul.navbar-nav li a.nav-link {
    color: white; }
    .bg-light ul.navbar-nav li a.nav-link:hover {
      color: white;
      border-bottom: none; }
  .bg-light ul.navbar-nav li:last-child a {
    color: #00307F; }
    .bg-light ul.navbar-nav li:last-child a:hover {
      color: #00307F;
      text-decoration: underline; }
  .bg-light ul.navbar-nav li.nav-item.active a {
    color: white; }
  .bg-light .navbar-toggler.collapsed {
    border: none; }

.navbar-light .navbar-toggler-icon {
  background-image: url("../../images/menuvector.png") !important;
  width: 30px;
  height: 30px; }

/* // NAV BAR */
/*----- HERO -----*/
.hero {
  background-image: url("../../images/bg-vector.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  padding: 30px 0 30px; }
  .hero .hero-img {
    background-image: url("../../images/biblioteca_central_unam.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 470;
    width: 490;
    z-index: 0;
    position: absolute;
    right: 0; }
  .hero .benefits {
    padding: 10px 0; }
    .hero .benefits ul {
      list-style: none;
      padding: 0 0 10px; }
      .hero .benefits ul li {
        color: #00307F;
        font-weight: 600;
        font-size: 16px; }
        .hero .benefits ul li::before {
          content: "• ";
          color: #00A5B6;
          font-size: 20px; }
  .hero a.plans {
    background-color: #CADD08;
    border-radius: 30px;
    color: #00307F;
    font-weight: 600;
    padding: 12px 20px; }
  .hero .hero-img-mobile {
    background-image: url("../../images/biblioteca_central_unam.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 380px;
    width: 395px;
    bottom: -25;
    position: absolute;
    z-index: 0; }
  .hero .start-form {
    margin-top: 10px;
    color: white;
    z-index: 99;
    position: relative; }
    .hero .start-form form {
      background-color: rgba(0, 48, 127, 0.9);
      padding: 15px 25px; }
      .hero .start-form form .form-check input[type=checkbox], .hero .start-form form .form-check input[type=radio] {
        margin: 4px 0 0px -8px;
        padding-left: 0 !important; }
      .hero .start-form form .form-check label.form-check {
        padding-left: 15px;
        left: 6px; }
      .hero .start-form form .form-check label {
        font-size: 12px; }
      .hero .start-form form .submits {
        text-align: center; }
        .hero .start-form form .submits button.submit {
          margin-right: 10px; }
        .hero .start-form form .submits button.fb {
          background-color: #3B5998;
          border: none;
          border-radius: 5px;
          color: white;
          font-weight: 300;
          margin: 20px 0;
          padding: 10px 0;
          width: 100%; }

/*----- //HERO -----*/
/*----- CÓMO FUNCIONA -----*/
.contenidos-curseando {
  padding: 20px 0; }
  .contenidos-curseando h2 {
    text-align: center;
    margin-bottom: 30px; }
  .contenidos-curseando ul {
    list-style: none;
    padding-left: 0; }
    .contenidos-curseando ul li {
      background-image: url("../../images/list-benefits-small.png");
      background-repeat: no-repeat;
      margin: 10px 0;
      line-height: 30px;
      padding-left: 40px; }
      .contenidos-curseando ul li:hover {
        background-image: url("../../images/list-benefits-hover.png"); }
      .contenidos-curseando ul li a {
        color: #00307F;
        font-weight: 700; }
        .contenidos-curseando ul li a span {
          font-weight: 400; }
        .contenidos-curseando ul li a:hover {
          color: #00A5B6; }
  .contenidos-curseando .tab-content h5 {
    color: #003050;
    text-align: center; }
  .contenidos-curseando .tab-content p {
    font-size: 14px;
    text-align: center; }
  .contenidos-curseando .tab-content #modulos-temarios .modulos-temarios {
    background-image: url("../../images/modulos-lg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 214px;
    background-position: center; }
  .contenidos-curseando .tab-content #contenido-digital .contenido-digital {
    background-image: url("../../images/contenido-digital-lg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 214px;
    background-position: center; }
  .contenidos-curseando .tab-content #examenes-simulacion .examenes-simulacion {
    background-image: url("../../images/examen-simulacion-lg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 214px;
    background-position: center; }
  .contenidos-curseando .tab-content #zona-repaso .zona-repaso {
    background-image: url("../../images/zona-repaso-lg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 214px;
    background-position: center; }
  .contenidos-curseando .tab-content #ejercicios .ejercicios {
    background-image: url("../../images/ejercicios-lg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 214px;
    background-position: center; }

/*----- //CÓMO FUNCIONA -----*/
/*----- TESTIMONIOS -----*/
.testimonies {
  background-image: url("../../images/bg-draws.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  color: white;
  padding: 30px 0 20px;
  text-align: center; }
  .testimonies .datos {
    padding: 30px 0 0; }
    .testimonies .datos h2 {
      color: #CADD08; }
      .testimonies .datos h2 span {
        color: white;
        font-size: 22px;
        font-weight: 300; }
  .testimonies .carousel-item::after {
    background-image: url("../../images/frame-curseando.png");
    display: inline-block;
    width: 100%;
    height: 280px; }

/*----- //TESTIMONIOS -----*/
/*----- PLANES -----*/
.bg-plans {
  background: linear-gradient(#00307F, #00A5B6);
  color: white;
  text-align: center;
  padding: 30px 0 5px; }
  .bg-plans .plans h4, .bg-plans .plans p {
    color: white; }
  .bg-plans .plan-01 h2, .bg-plans .plan-02 h2, .bg-plans .plan-03 h2 {
    color: white;
    text-decoration: underline; }
  .bg-plans .plan-01 ul, .bg-plans .plan-02 ul, .bg-plans .plan-03 ul {
    display: inline-block;
    list-style-position: inside;
    padding: 10px 0 5px 0; }
    .bg-plans .plan-01 ul li, .bg-plans .plan-02 ul li, .bg-plans .plan-03 ul li {
      font-size: 13px;
      margin: 8px; }
  .bg-plans .plan-01 .img, .bg-plans .plan-02 .img, .bg-plans .plan-03 .img {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 200px;
    height: 90px; }
  .bg-plans .plan-01 a.cta, .bg-plans .plan-02 a.cta, .bg-plans .plan-03 a.cta {
    background-color: white;
    border-radius: 30px;
    border: 2px solid #CADD08;
    color: #00307F;
    display: inline-block;
    font-weight: 600;
    padding: 8px 20px;
    width: 180px; }
    .bg-plans .plan-01 a.cta:hover, .bg-plans .plan-02 a.cta:hover, .bg-plans .plan-03 a.cta:hover {
      text-decoration: underline; }
  .bg-plans .plan-01 span, .bg-plans .plan-02 span, .bg-plans .plan-03 span {
    display: block;
    margin: 10px 0;
    font-size: 11px;
    font-weight: 600; }
  .bg-plans .plan-01 .img {
    background-image: url("../../images/gratis.png");
    margin-top: 20px; }
  .bg-plans .plan-02 h2 {
    color: #CADD08; }
  .bg-plans .plan-02 .img {
    background-image: url("../../images/pro.png"); }
  .bg-plans .plan-02 a.cta {
    background-color: #CADD08;
    border: 2px solid white;
    color: #00307F; }
    .bg-plans .plan-02 a.cta:hover {
      text-decoration: underline; }
  .bg-plans .plan-03 .img {
    background-image: url("../../images/pro.png");
    margin-top: 20px; }

/*----- //PLANES -----*/
/*----- FOOTER -----*/
.bg-nfooter {
  background: linear-gradient(#00A5B6, #00307F);
  color: white;
  font-family: 'Montserrat';
  font-weight: 200;
  font-size: 15px;
  padding: 0px 0 20px; }
  .bg-nfooter ul {
    list-style: none; }
    .bg-nfooter ul li a {
      color: white;
      font-size: 12px;
      font-weight: 500; }
  .bg-nfooter .social-media ul {
    text-align: right; }
    .bg-nfooter .social-media ul li {
      display: inline-block;
      padding-left: 3px; }
      .bg-nfooter .social-media ul li a {
        display: inline-block;
        width: 35px;
        height: 35px; }
      .bg-nfooter .social-media ul li a.li {
        background-image: url("../../images/linkedin.png"); }
      .bg-nfooter .social-media ul li a.ig {
        background-image: url("../../images/instagram.png"); }
      .bg-nfooter .social-media ul li a.fb {
        background-image: url("../../images/facebook.png"); }
  .bg-nfooter p {
    margin-top: 30px;
    text-align: center; }
  .bg-nfooter .copyright p {
    color: white;
    font-size: 12px;
    font-weight: 500; }

/*----- //FOOTER -----*/
/* ----- MEDIA QUERIES -----*/
@media (max-width: 767px) {
  .hero .hero-img {
    display: none; } }

@media (min-width: 970px) {
  .hero .hero-img {
    height: 410px;
    width: 410px; } }

@media (min-width: 1200px) {
  .hero .hero-img {
    height: 470px;
    width: 470px; } }

@media (min-width: 2560px) {
  .hero .hero-img {
    height: 470;
    width: 495px;
    right: 500; } }

@media (min-width: 768px) {
  .hero .hero-img-mobile {
    display: none; } }

@media (max-width: 767px) {
  .hero .hero-img-mobile {
    height: 550px;
    width: 550px; } }

@media (max-width: 592px) {
  .hero .hero-img-mobile {
    height: 510px;
    width: 510px; } }

@media (max-width: 526px) {
  .hero .hero-img-mobile {
    height: 460px;
    width: 460px; } }

@media (max-width: 425px) {
  .hero .hero-img-mobile {
    height: 400px;
    width: 400px; } }

@media (max-width: 375px) {
  .hero .hero-img-mobile {
    height: 360px;
    width: 360px;
    bottom: 0; } }

@media (max-width: 320px) {
  .hero .hero-img-mobile {
    height: 300px;
    width: 300px;
    bottom: 0; }
  .testimonies .video-testimonies h4 {
    font-size: 18px; }
  .bg-plans .plans h4 {
    font-size: 18px; } }

/* ----- //MEDIA QUERIES -----*/
