@media all and (min-width: 768px) {
  #cursos .row div[class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto !important;
  }

  #cursos .row div[class*="col"] .circulo {
    width: 100px;
    height: 100px;
    margin-bottom: 90px;
  }

  #cursos .row div[class*="col"] .circulo img {
    width: 100px;
    height: 100px;
  }

  #cursos .row div[class*="col"] span {
    font-size: 13px;
    position: absolute;
    width: 100px;
    top: 0px;
    -webkit-transform: translateY(105px);
            transform: translateY(105px);
  }

  #cursos .row div[class*="col"]:hover span {
    -webkit-transform: translateY(85px) scale(1.1) !important;
            transform: translateY(85px) scale(1.1) !important;
  }
}

.user_perfil #contenido #contenido_perfil #contenido_btns .contenido input[data-toggle="datepicker"] {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Roboto Slab";
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  background: #e7e7e8;
  border-radius: 6px;
  padding: 6px;
}

#driving_img {
  width: 100% !important;
  max-width: 350px !important;
  margin-top: 15px;
  height: 220px;
}

.user_perfil #contenido #contenido_perfil #contenido_btns .contenido button {
  margin-top: 0px !important;
}

.user_perfil #contenido #contenido_perfil #contenido_btns .contenido .course-button {
  margin-bottom: 10px !important;
  background: #2BB443;
  border-color: #1c762c;
  color: white;
  font-weight: bold;
}

.user_perfil #contenido #contenido_perfil #contenido_btns .contenido .course-button:hover {
  background: #1c762c;
  border-color: #176224;
}

#enroll_content .card {
  font-size: 30px !important;
}

#enroll_content small {
  font-family: "Roboto Slab";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: super;
}

#enroll_content small.error {
  color: #e62117;
}

#enroll_content small.success {
  color: #2BB443;
  margin-left: 10px;
}

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

@media (max-width: 992px) {
  .user_perfil #active_courses .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.user_perfil .add_ons {
  background-color: white;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .user_perfil .add_ons {
    width: 21%;
    margin: 0 0 0 auto;
  }
}

.user_perfil .add_ons * {
  z-index: 90;
}

.user_perfil .add_ons .add_ons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user_perfil .add_ons .add_ons_container h5 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.user_perfil .add_ons .add_ons_container div {
  padding: 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .user_perfil .add_ons .add_ons_container div {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}

.user_perfil .add_ons .add_ons_container div span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.user_perfil .add_ons .add_ons_container button.modalBtn {
  all: unset !important;
  color: white !important;
  padding: 5px 15px 6px 15px !important;
  border-radius: 10px !important;
  -webkit-transition: .5s !important;
  transition: .5s !important;
  cursor: pointer !important;
  background: #2bb443 !important;
  border: 1px solid #176224 !important;
}

.user_perfil .add_ons .add_ons_container button.modalBtn:hover {
  color: white !important;
  background-color: #1c762c !important;
}

.user_perfil .add_ons .add_ons_container .tooltipBtn {
  all: unset !important;
  cursor: pointer !important;
  background-color: #333 !important;
  color: white !important;
  border-radius: 100% !important;
  width: 14px !important;
  height: 14px !important;
  text-align: center !important;
  font-size: 10px !important;
  margin-left: 2px !important;
  margin-bottom: -3px !important;
}

.user_perfil .add_ons .add_ons_container .tooltip {
  background-color: transparent !important;
  margin-top: -5px !important;
  margin-right: -6px !important;
}

.modal-addons .modal-dialog {
  width: 50% !important;
}

@media (max-width: 1200px) {
  .modal-addons .modal-dialog {
    width: 60% !important;
  }
}

@media (max-width: 992px) {
  .modal-addons .modal-dialog {
    width: 65% !important;
  }
}

@media (max-width: 768px) {
  .modal-addons .modal-dialog {
    width: 90% !important;
  }
}

.modal-addons .modal-dialog .add-on-input {
  width: 100%;
  margin-bottom: 10px;
}

.modal-addons .modal-content {
  min-width: unset !important;
}

.modal-addons .green-text {
  color: #2BB443;
}

.modal-addons .modal-body {
  max-height: unset !important;
}

.date-input {
  display: block;
  width: 100%;
  border: none;
  background: #e7e7e8;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 6px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Roboto Slab';
  text-align: center;
}

.file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#license-label {
  cursor: pointer;
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  outline: 0;
  border: none;
  background: #2BB443;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
}

.add-on-label {
  display: block;
  color: #00364f;
  font-family: 'Roboto Slab';
  font-weight: 500;
  font-size: 11px !important;
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.card-list img {
  max-width: 75px;
}

.add-on-button {
  outline: 0;
  border: none;
  background: #2BB443;
  color: #fff;
  font-family: 'Roboto Slab';
  font-weight: 700;
  text-align: center;
  width: 90%;
  height: 40px;
  padding: 5px 0 5px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 15px;
}

.pay-btn {
  width: 100%;
  max-width: 200px;
}

.modalBtn {
  margin-top: 10px !important;
  background: #1c762c !important;
  border-color: #176224 !important;
  color: white !important;
}

.addonsModalSummary h2 {
  color: #00364f !important;
  font-weight: 800;
}

.addonsModalSummary .addonSummary {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.addonsModalSummary .addonSummary li {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.addonsModalSummary .addonSummary li p {
  color: #00364f !important;
}

.addonsModalSummary .addonSummary li span {
  color: red;
}

#enroll_content #student-info {
  margin-top: 40px;
}

#enroll_content #student-info .checkout-step-header {
  background: #00364f;
  border-radius: 15px 15px 0 0;
  font-family: Hind;
  text-align: center;
  height: 60px;
  padding: 10px 0 10px 0;
  font-size: 23px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#enroll_content #student-info .checkout-step-header h3 {
  padding: 0;
  margin: 0;
}

#enroll_content #student-info .checkout-step-body {
  background-color: #f5f4f4 !important;
  padding: 30px 2.5% 20px 2.5%;
  width: 95%;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#enroll_content #student-info .checkout-step-body input {
  display: block;
  border: none;
  background: #e7e7e8 !important;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 6px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Roboto Slab';
  width: 100% !important;
}

#enroll_content #student-info .checkout-step-body .student-info-label {
  display: block;
  color: #00364f !important;
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 3px;
}

#enroll_content #student-info .checkout-step-body .student-info-label b {
  color: red !important;
}

.nopadding {
  margin: 0;
  padding: 0;
}

.contenedorcurso {
  padding: 20px !important;
}

