/* 36px */
/* 18px */
/* 24px */
/* 16px */
/* 18px */
/* statuses */
/* header carreras y formaciones + otros detalles de la web */
/* locucion */
/* periodismo */
/* periodismo deportivo */
/* periodismo deportivo distancia */
/* produccion audiovisual */
/* periodismo y produccion de contenidos */
/* guion distancia */
/* comunicacion y marketing digital distancia */
/* esp. periodismo digital */
/* formacion integral en doblaje */
/* formacion integral en doblaje presencial */
/* formacion integral en doblaje distancia */
/* formacion en streaming y sonido */
/* formacion intensiva en guion distancia */
/* formacion en produccion virtual distancia */
/* -------------------------------------------------------- */ /* float icon */
.cc_float_icon_container {
  /*display: none;*/
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  right: -60px;
  top: 46px;
}
.cc_float_icon_container .ccf_selectedItemsQty {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1000;
  right: -10px;
  top: -10px;
  border-radius: 50px;
}
.cc_float_icon_container .ccf_selectedItemsQty span {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cc_float_icon_container .ccf_icon {
  font-size: 20px;
}

.cc_float_content_container {
  display: none;
  width: 320px;
  min-height: 70px;
  background-color: #ffffff;
  border-bottom: 4px solid #fe6602;
  position: absolute;
  z-index: 1000;
  right: 0px;
  top: 86px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.cc_float_content_container .ccfc_info {
  max-height: 217px;
  padding: 15px;
  overflow: hidden;
  overflow-y: auto;
}
.cc_float_content_container .ccfc_info p.ccfci_empty_cart {
  margin: 0px;
  line-height: 1.2;
  text-align: center;
  padding: 15px 0px 15px 0px;
}
.cc_float_content_container .ccfc_info table {
  width: 100%;
  table-layout: fixed;
}
.cc_float_content_container .ccfc_info tr {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.cc_float_content_container .ccfc_info td {
  vertical-align: middle;
  padding: 10px 0px 10px 0px;
}
.cc_float_content_container .ccfc_info td.td_item_image {
  width: 70px;
  max-width: 70px;
  min-width: 70px;
}
.cc_float_content_container .ccfc_info td.td_item_image div {
  width: 100%;
  max-width: 70px;
  height: 47px;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-position: center;
  -ms-background-size: cover;
  background-size: cover;
  border-radius: 8px;
}
.cc_float_content_container .ccfc_info td.td_item_name p {
  margin: 0px;
  line-height: 1.2;
  padding: 0px 0px 0px 10px;
}
.cc_float_content_container .ccfc_info td.td_item_date {
  display: none;
}
.cc_float_content_container .ccfc_info td.td_item_value {
  display: none;
}
.cc_float_content_container .ccfc_info td.td_item_remove {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  text-align: right;
  cursor: pointer;
}
.cc_float_content_container .ccfc_buttons {
  padding: 15px;
  overflow: hidden;
}
.cc_float_content_container .ccfc_buttons a {
  display: inline-block;
  margin: 0px;
  width: 47%;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}
.cc_float_content_container .ccfc_buttons a.leftSide {
  float: left;
}
.cc_float_content_container .ccfc_buttons a.rightSide {
  float: right;
}

.menu-area .rs-menu-area .main-menu .ccf_icon {
  color: #ffffff;
}

.menu-area .rs-menu-area .main-menu .ccf_selectedItemsQty {
  background: #ffffff;
  border: 2px solid #616161;
}

.menu-area .rs-menu-area .main-menu .ccf_selectedItemsQty span {
  color: #000000;
}

.menu-area.menu-sticky.sticky .rs-menu-area .main-menu .cc_float_icon_container {
  top: 34px;
}

.menu-area.menu-sticky.sticky .rs-menu-area .main-menu .ccf_icon {
  color: #000000;
}

.menu-area.menu-sticky.sticky .rs-menu-area .main-menu .ccf_selectedItemsQty {
  background: #000000;
  border: 2px solid #ffffff;
}

.menu-area.menu-sticky.sticky .rs-menu-area .main-menu .ccf_selectedItemsQty span {
  color: #ffffff;
}

@media only screen and (max-width: 990px) {
  .cc_float_icon_container {
    right: 50px;
    top: 33px;
  }
}
/* -------------------------------------------------------- */ /* resumen */
.cc_emptyCartContainer.cc_hasIemsSelected {
  display: none;
}

.cc_emptyCartContainer.cc_noItemsSelected {
  display: block;
}

.cc_emptyCartContainer {
  padding: 20px;
}
.cc_emptyCartContainer .title-carrito-vacio {
  margin: 0px auto;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.cc_emptyCartContainer .subtitle-carrito-vacio {
  text-align: center;
}

.cc_selectedItemsContainer {
  width: 100%;
  text-align: center;
}

.cc_selectedItemsContainer.cc_hasIemsSelected {
  display: block;
}

.cc_selectedItemsContainer.cc_noItemsSelected {
  display: none;
}

.cc_couponcontainer.cc_couponApplied .ccc_description {
  display: none;
}

.cc_couponcontainer.cc_couponApplied .ccc_fieldContainer {
  display: block;
}

.cc_couponcontainer.cc_couponNotApplied .ccc_description {
  display: block;
}

.cc_couponcontainer.cc_couponNotApplied .ccc_fieldContainer {
  display: none;
}

.cc_couponcontainer, .cc_selectedItemsReview, .cc_selectedItemsCoupon, .cc_selectedItemsPromotion, .cc_selectedItemsSubtotal {
  margin: auto;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  table-layout: fixed;
  border-collapse: collapse;
  /* cupon */
  /* review */
}
.cc_couponcontainer .ccc_description, .cc_selectedItemsReview .ccc_description, .cc_selectedItemsCoupon .ccc_description, .cc_selectedItemsPromotion .ccc_description, .cc_selectedItemsSubtotal .ccc_description {
  margin: 0px 0px 10px 0px !important;
  text-align: left;
}
.cc_couponcontainer .ccc_description span, .cc_selectedItemsReview .ccc_description span, .cc_selectedItemsCoupon .ccc_description span, .cc_selectedItemsPromotion .ccc_description span, .cc_selectedItemsSubtotal .ccc_description span {
  margin-left: 5px;
  color: #fe6602;
  cursor: pointer;
}
.cc_couponcontainer .ccc_description span:hover, .cc_selectedItemsReview .ccc_description span:hover, .cc_selectedItemsCoupon .ccc_description span:hover, .cc_selectedItemsPromotion .ccc_description span:hover, .cc_selectedItemsSubtotal .ccc_description span:hover {
  text-decoration: underline;
}
.cc_couponcontainer .ccc_fieldContainer, .cc_selectedItemsReview .ccc_fieldContainer, .cc_selectedItemsCoupon .ccc_fieldContainer, .cc_selectedItemsPromotion .ccc_fieldContainer, .cc_selectedItemsSubtotal .ccc_fieldContainer {
  margin: 0px 0px 15px 0px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 15px 0px;
}
.cc_couponcontainer .ccc_fieldContainer label, .cc_selectedItemsReview .ccc_fieldContainer label, .cc_selectedItemsCoupon .ccc_fieldContainer label, .cc_selectedItemsPromotion .ccc_fieldContainer label, .cc_selectedItemsSubtotal .ccc_fieldContainer label {
  margin: 0px;
  font-weight: bold;
}
.cc_couponcontainer .ccc_fieldContainer input, .cc_selectedItemsReview .ccc_fieldContainer input, .cc_selectedItemsCoupon .ccc_fieldContainer input, .cc_selectedItemsPromotion .ccc_fieldContainer input, .cc_selectedItemsSubtotal .ccc_fieldContainer input {
  border-bottom: 1px solid #ccc;
}
.cc_couponcontainer .ccc_fieldContainer #cc_feedbackCupon, .cc_selectedItemsReview .ccc_fieldContainer #cc_feedbackCupon, .cc_selectedItemsCoupon .ccc_fieldContainer #cc_feedbackCupon, .cc_selectedItemsPromotion .ccc_fieldContainer #cc_feedbackCupon, .cc_selectedItemsSubtotal .ccc_fieldContainer #cc_feedbackCupon {
  padding: 0px 0px 0px 2px;
}
.cc_couponcontainer tr.cc_itemsHeader, .cc_selectedItemsReview tr.cc_itemsHeader, .cc_selectedItemsCoupon tr.cc_itemsHeader, .cc_selectedItemsPromotion tr.cc_itemsHeader, .cc_selectedItemsSubtotal tr.cc_itemsHeader {
  background-color: #f5f5f5;
}
.cc_couponcontainer td, .cc_selectedItemsReview td, .cc_selectedItemsCoupon td, .cc_selectedItemsPromotion td, .cc_selectedItemsSubtotal td {
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
}
.cc_couponcontainer td.td_item_image, .cc_selectedItemsReview td.td_item_image, .cc_selectedItemsCoupon td.td_item_image, .cc_selectedItemsPromotion td.td_item_image, .cc_selectedItemsSubtotal td.td_item_image {
  display: none;
}
.cc_couponcontainer td.td_item_name, .cc_selectedItemsReview td.td_item_name, .cc_selectedItemsCoupon td.td_item_name, .cc_selectedItemsPromotion td.td_item_name, .cc_selectedItemsSubtotal td.td_item_name {
  width: 100%;
}
.cc_couponcontainer td.td_items_coupon_description, .cc_selectedItemsReview td.td_items_coupon_description, .cc_selectedItemsCoupon td.td_items_coupon_description, .cc_selectedItemsPromotion td.td_items_coupon_description, .cc_selectedItemsSubtotal td.td_items_coupon_description {
  width: 100%;
  text-align: right;
}
.cc_couponcontainer td.td_items_promotion_description, .cc_selectedItemsReview td.td_items_promotion_description, .cc_selectedItemsCoupon td.td_items_promotion_description, .cc_selectedItemsPromotion td.td_items_promotion_description, .cc_selectedItemsSubtotal td.td_items_promotion_description {
  width: 100%;
  text-align: right;
}
.cc_couponcontainer td.td_items_subtotal_description, .cc_selectedItemsReview td.td_items_subtotal_description, .cc_selectedItemsCoupon td.td_items_subtotal_description, .cc_selectedItemsPromotion td.td_items_subtotal_description, .cc_selectedItemsSubtotal td.td_items_subtotal_description {
  width: 100%;
  text-align: right;
}
.cc_couponcontainer td.td_item_date, .cc_selectedItemsReview td.td_item_date, .cc_selectedItemsCoupon td.td_item_date, .cc_selectedItemsPromotion td.td_item_date, .cc_selectedItemsSubtotal td.td_item_date {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.cc_couponcontainer td.td_item_value, .cc_couponcontainer td.td_items_coupon_value, .cc_couponcontainer .td_items_promotion_value, .cc_couponcontainer td.td_items_subtotal_value, .cc_selectedItemsReview td.td_item_value, .cc_selectedItemsReview td.td_items_coupon_value, .cc_selectedItemsReview .td_items_promotion_value, .cc_selectedItemsReview td.td_items_subtotal_value, .cc_selectedItemsCoupon td.td_item_value, .cc_selectedItemsCoupon td.td_items_coupon_value, .cc_selectedItemsCoupon .td_items_promotion_value, .cc_selectedItemsCoupon td.td_items_subtotal_value, .cc_selectedItemsPromotion td.td_item_value, .cc_selectedItemsPromotion td.td_items_coupon_value, .cc_selectedItemsPromotion .td_items_promotion_value, .cc_selectedItemsPromotion td.td_items_subtotal_value, .cc_selectedItemsSubtotal td.td_item_value, .cc_selectedItemsSubtotal td.td_items_coupon_value, .cc_selectedItemsSubtotal .td_items_promotion_value, .cc_selectedItemsSubtotal td.td_items_subtotal_value {
  text-align: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.cc_couponcontainer td.td_item_remove, .cc_selectedItemsReview td.td_item_remove, .cc_selectedItemsCoupon td.td_item_remove, .cc_selectedItemsPromotion td.td_item_remove, .cc_selectedItemsSubtotal td.td_item_remove {
  text-align: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
}
.cc_couponcontainer td.td_item_remove .cc_removerItem, .cc_couponcontainer td.td_item_remove .cc_removerCupon, .cc_selectedItemsReview td.td_item_remove .cc_removerItem, .cc_selectedItemsReview td.td_item_remove .cc_removerCupon, .cc_selectedItemsCoupon td.td_item_remove .cc_removerItem, .cc_selectedItemsCoupon td.td_item_remove .cc_removerCupon, .cc_selectedItemsPromotion td.td_item_remove .cc_removerItem, .cc_selectedItemsPromotion td.td_item_remove .cc_removerCupon, .cc_selectedItemsSubtotal td.td_item_remove .cc_removerItem, .cc_selectedItemsSubtotal td.td_item_remove .cc_removerCupon {
  cursor: pointer;
}
.cc_couponcontainer p, .cc_selectedItemsReview p, .cc_selectedItemsCoupon p, .cc_selectedItemsPromotion p, .cc_selectedItemsSubtotal p {
  margin: 0px;
}
.cc_couponcontainer td.td_item_name .promotion_name, .cc_selectedItemsReview td.td_item_name .promotion_name, .cc_selectedItemsCoupon td.td_item_name .promotion_name, .cc_selectedItemsPromotion td.td_item_name .promotion_name, .cc_selectedItemsSubtotal td.td_item_name .promotion_name {
  margin-bottom: 0.3rem;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 100%;
}
.cc_couponcontainer td.td_items_coupon_description p, .cc_couponcontainer td.td_items_promotion_description p, .cc_selectedItemsReview td.td_items_coupon_description p, .cc_selectedItemsReview td.td_items_promotion_description p, .cc_selectedItemsCoupon td.td_items_coupon_description p, .cc_selectedItemsCoupon td.td_items_promotion_description p, .cc_selectedItemsPromotion td.td_items_coupon_description p, .cc_selectedItemsPromotion td.td_items_promotion_description p, .cc_selectedItemsSubtotal td.td_items_coupon_description p, .cc_selectedItemsSubtotal td.td_items_promotion_description p {
  font-weight: bold;
}
.cc_couponcontainer td.td_items_subtotal_description p, .cc_couponcontainer td.td_items_subtotal_value p, .cc_selectedItemsReview td.td_items_subtotal_description p, .cc_selectedItemsReview td.td_items_subtotal_value p, .cc_selectedItemsCoupon td.td_items_subtotal_description p, .cc_selectedItemsCoupon td.td_items_subtotal_value p, .cc_selectedItemsPromotion td.td_items_subtotal_description p, .cc_selectedItemsPromotion td.td_items_subtotal_value p, .cc_selectedItemsSubtotal td.td_items_subtotal_description p, .cc_selectedItemsSubtotal td.td_items_subtotal_value p {
  font-weight: bold;
}

.cc_selectedItemsPromotion {
  display: none;
}

.cc_finalizarCompra {
  margin: 15px auto 0px auto;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  text-align: right;
}
.cc_finalizarCompra a {
  margin: 0px;
}

@media only screen and (max-width: 650px) {
  .cc_selectedItemsReview td.td_item_date, .cc_selectedItemsCoupon td.td_item_date, .cc_selectedItemsPromotion td.td_item_date, .cc_selectedItemsSubtotal td.td_item_date {
    display: none;
  }
  .cc_selectedItemsReview td.td_item_value, .cc_selectedItemsCoupon td.td_item_value, .cc_selectedItemsPromotion td.td_item_value, .cc_selectedItemsSubtotal td.td_item_value {
    display: none;
  }
}
/* -------------------------------------------------------- */ /* seleccion */
.cc_seleccion {
  text-align: center;
}
.cc_seleccion h3 {
  text-align: center;
}
.cc_seleccion .cc_agregarItem {
  cursor: pointer;
}
.cc_seleccion .cc_agregarItem p {
  margin: 0px !important;
}

/* -------------------------------------------------------- */ /* preinscripcion */
.cc_preinscripcion {
  /* cupon */
}
.cc_preinscripcion .desc p.exp {
  margin: 0px 0px 15px 0px;
}
.cc_preinscripcion .cc_couponcontainer {
  margin: 5px 0px 0px 0px;
  max-width: 500px;
}
.cc_preinscripcion .cc_couponcontainer .ccc_description {
  margin: 0px 0px 0px 0px !important;
}
.cc_preinscripcion .cc_couponcontainer .ccc_fieldContainer {
  margin: 0px;
  border-bottom: 0px;
  padding: 0px;
}

.tip {
  background: #e5f1ff;
  border: 1px solid #b5d2ff;
  padding: 1rem;
}
.tip a.btn {
  white-space: nowrap;
  font-size: 1rem !important;
  background: #000000 !important;
  padding: 0.7rem 1rem !important;
}

.form-inscripcion-items {
  margin: 0px;
  width: 100%;
  height: auto;
}
.form-inscripcion-items p {
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px 0px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.form-section-group {
  margin: 0px auto 40px auto;
}
.form-section-group .form-section-title {
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.form-section-group .form-section-data {
  margin: 0px auto 0px auto;
  background-color: #f4f6f5;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
}
.form-section-group .form-section-data .form-section-col label {
  margin-bottom: 2px !important;
}
.form-section-group .form-section-data .form-section-col input {
  margin-top: 0px !important;
}
.form-section-group .stepButtonsContainer {
  width: 100%;
  height: auto;
  text-align: right;
}
.form-section-group .stepButtonsContainer p {
  margin: 15px 0px 0px 0px !important;
  cursor: pointer;
}
.form-section-group #localidadContainer {
  display: none;
}
.form-section-group #localidadFacturacionContainer {
  display: none;
}
.form-section-group #paymentFunctionContainer {
  display: none;
}
.form-section-group #cantidadPagosContainer {
  display: none;
}
.form-section-group #paymentFunctionContainer .voidedCouponDescription {
  display: none;
  margin: 5px 0px 0px 0px;
  font-size: 14px;
  line-height: initial;
  color: #b05050;
  padding: 0px 0px 10px 20px;
}

.form-section-group {
  display: none;
}

.form-section-group.fsg-initial-step {
  display: block;
}

.form-section-datos-personales {
  padding: 5px 0px 15px 0px;
}

.form-section-tyc input, .form-section-datos-personales input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  width: 15px !important;
  height: 15px !important;
}
.form-section-tyc label, .form-section-datos-personales label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.form-section-tyc a, .form-section-datos-personales a {
  cursor: pointer;
}
.form-section-tyc a:hover, .form-section-datos-personales a:hover {
  text-decoration: underline !important;
}

/* -------------------------------------------------------- */ /* operacion */
.cc_operacion .col-4 {
  position: relative;
}
.cc_operacion .payment_status span {
  margin: 0px;
  min-width: 10.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 800;
  float: left;
  padding: 0.5rem 1.2rem;
  border-radius: 50rem;
}
.cc_operacion .payment_status span.approved {
  background-color: #c6f6d5;
  color: #38a169;
}
.cc_operacion .payment_status span.pending {
  background-color: #fff382;
  color: #524b00;
}
.cc_operacion .payment_status span.rejected {
  background-color: #fed7d7;
  color: #e53e3e;
}

.operation_container .hidden_fields {
  display: none;
}

.operation_container .steps_top_container {
  margin: 0px 0px 20px 0px;
}

.operation_container .steps_top_container .steps_title {
  margin: 0px !important;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.operation_container .steps_top_container .change_payment_method_container p {
  margin: 0px 0px 0px 0px;
}

.operation_container .steps_top_container .change_payment_method_container p span:hover {
  text-decoration: underline;
}

.operation_container .steps_top_container .change_payment_method_container a {
  cursor: pointer;
  border-radius: 0.5rem;
}

.operation_container .steps_top_container .change_payment_method_container p span {
  margin: 0px 0px 0px 10px;
  color: #fe6602;
  text-decoration: none;
  cursor: pointer;
}

.operation_container .step_box {
  background-color: #f4f6f5;
  padding: 30px 30px 30px 30px;
  border-radius: 15px;
}

.operation_container .step_n {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-color: #fe6602;
  position: relative;
  border-radius: 50%;
}

.operation_container .step_n span {
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.operation_container .step_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 5px;
  font-size: 16px;
  font-weight: bold;
}

.operation_container .step_alert {
  margin: 20px 0px 20px 0px;
  color: white;
  background: #fe6602;
  text-align: center;
  border-radius: 0.5rem;
  padding: 10px;
}

.operation_container .step_description {
  margin: 10px 0px 0px 0px;
}

.operation_container .link {
  color: #fe6602;
  cursor: pointer;
}

.operation_container .link:hover {
  color: #cb5202;
  text-decoration: underline;
}

.operation_container .step_whatsapp {
  margin: 20px auto 0px auto;
  width: 100%;
  height: auto;
  text-align: center;
}

.operation_container .step_whatsapp a * {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.operation_container .step_whatsapp a:hover span {
  text-decoration: underline;
}

.operation_container .step_whatsapp a i {
  margin-top: -2px;
  font-size: 25px;
}

.operation_container .step_whatsapp a span {
  margin: 0px 0px 0px 10px;
}

.operation_container .step_description .step_value {
  display: block;
  margin: 5px 0px 0px 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 10px 10px 10px 10px;
}

.operation_container .cardPaymentContainer #cantidadPagosContainer {
  display: none;
  margin: 20px 0px 0px 0px;
}

.operation_container .cardPaymentContainer .voidedCouponDescription {
  display: none;
  margin: 5px 0px 0px 0px;
  font-size: 14px;
  line-height: initial;
  color: #b05050;
  padding: 0px 0px 0px 3px;
}

.operation_container .cardPaymentContainer .form-label {
  margin-bottom: 0.1rem;
}

.operation_container .cardPaymentContainer .button.posnet_payment {
  display: block;
  margin: 20px 0px 0px 0px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #fe6602;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  transition: 0.3s;
}

@media only screen and (max-width: 900px) {
  .cc_operacion .col-8 {
    display: block;
    width: 100%;
  }
  .cc_operacion .col-4 {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .operation_container .col-6 {
    display: block !important;
    margin: 0px 0px 30px 0px;
    width: 100%;
  }
}
/* -------------------------------------------------------- */ /* popup */
#cc_add_popup, #ccop_change_payment_method_popup {
  width: 100%;
  max-width: 600px;
  padding: 30px !important;
  background-color: #ffffff;
}
#cc_add_popup.iziToast, #ccop_change_payment_method_popup.iziToast {
  border-radius: 0.5rem;
}
#cc_add_popup .iziToast-icon, #ccop_change_payment_method_popup .iziToast-icon {
  display: none;
}
#cc_add_popup .iziToast-body, #ccop_change_payment_method_popup .iziToast-body {
  margin: 0px !important;
  padding: 0px !important;
}
#cc_add_popup .iziToast-texts, #cc_add_popup .iziToast-inputs, #cc_add_popup .iziToast-buttons, #ccop_change_payment_method_popup .iziToast-texts, #ccop_change_payment_method_popup .iziToast-inputs, #ccop_change_payment_method_popup .iziToast-buttons {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  text-align: center;
}
#cc_add_popup .iziToast-texts p, #ccop_change_payment_method_popup .iziToast-texts p {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#cc_add_popup .iziToast-inputs, #ccop_change_payment_method_popup .iziToast-inputs {
  margin: 10px 0px 10px 0px !important;
}
#cc_add_popup .iziToast-inputs select, #ccop_change_payment_method_popup .iziToast-inputs select {
  width: 100%;
}
#cc_add_popup .iziToast-buttons, #ccop_change_payment_method_popup .iziToast-buttons {
  text-align: right;
}
#cc_add_popup .iziToast-buttons button, #ccop_change_payment_method_popup .iziToast-buttons button {
  margin-left: 0.8rem;
  border-radius: 0.5rem;
}
#cc_add_popup .iziToast-buttons .btn-primary, #ccop_change_payment_method_popup .iziToast-buttons .btn-primary {
  color: #FFFFFF;
  background-color: #FE6602;
  transition: 0.3s;
}
#cc_add_popup .iziToast-buttons .btn-primary:hover, #ccop_change_payment_method_popup .iziToast-buttons .btn-primary:hover {
  opacity: 0.8;
}
