@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

html {
    font-size: 62.5%;
}

body.admin-bar .header {
    top: 32px !important;
}

.header__inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

body .wrapper .header__menu {
    flex: 0 1 100%;
    max-width: 100%
}

.header .menu {
    margin-bottom: 0;
}

.header .header__inner .header__menu .menu li {
    float: none;
    margin-left: 0;
    padding: 0;
}

a {
    transition: 0.15s ease-in-out all;
}

.menu-item a:hover {
    text-decoration: none;
}

.social__link:hover {
    text-decoration: none;
}


/*gravity forms normalize*/

.gform_body .gform_fields .gfield {
    position: relative;
    display: list-item;
    margin-bottom: 0;
    padding-left: 0;
}


/* Rewrite WP Full Stripe styles (custom amount field) */
.wpfs-form div[data-wpfs-amount-row="custom-amount"]
.wpfs-input-group-prepend {
  position: absolute;
  left: 0 !important;
  top: 0;
  height: 40px !important;
  line-height: 42px !important;
}


/*learning objectives set consistent paragraph sizes*/

.lo-detail__main p {
    font-size: 16px;
    line-height: 22px;
}


/* Header */
.header .button.button--login-secondary {
  font-weight: 600;
}

@media (min-width: 1000px) {
    /*nav with disabled superfish*/
    .menu-item.menu-item-has-children>a:first-child {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .menu-item.menu-item-has-children>a:first-child::after {
        /* display: none;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f078"; */
        content: '';
        border: 4px solid transparent;
        border-top: 4px solid rgba(255, 255, 255, 0.8);
        /* margin-left: 2px;
        margin-bottom: 3px; */
        display: inline-block;
        vertical-align: bottom;
        /* position: absolute;
        right: 3px;
        top: 19px; */
    }
    .menu-item.menu-item-has-children>a:first-child svg,
    .menu-item.menu-item-has-children>a:first-child::after {
        margin-left: 0.5rem;
        /* color: rgba(255, 255, 255, 0.75); */
        color: rgba(68, 68, 68, 0.75);
        color: #444;
        font-size: 1.2rem;
        margin-top: 3px;
        -webkit-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
    }
    .fixed-header .header .menu-item.menu-item-has-children>a:first-child svg {
        color: rgba(0, 0, 0, 0.45);
    }
    .fixed-header .header .menu-item.menu-item-has-children>a:first-child::after {
        border-top-color: rgba(0, 0, 0, 0.45);
    }
    .header .menu .menu-item>.sub-menu {
        display: block;
        top: -2000px;
        left: 0;
        position: absolute;
        /* margin-left: -0.5em; */
        margin-left: 0em;
        z-index: 99;
        right: auto;
        box-shadow: 0 10px 28px rgba(0, 16, 44, 0.08), 0 1px 4px rgba(0, 16, 44, 0.08);
        opacity: 0;
        pointer-events: none;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        transition: opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
        -webkit-transition: opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
        transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1), opacity 0.2s linear, top 0.25s step-end;
        transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1), opacity 0.2s linear, top 0.25s step-end, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1);
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
        /*321 lol*/
        width: 21rem;
        background-color: #fff;
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
    }
    .header .menu .menu-item.menu-item-has-children:hover .sub-menu {
        top: 90%;
        opacity: 1;
        pointer-events: all;
        transition: opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
        -webkit-transition: opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1), opacity 0.1s linear, top 0.25s step-start;
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1), opacity 0.1s linear, top 0.25s step-start, -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.52, 1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: #fff;
    }
    .menu-item.menu-item-has-children:hover .sub-menu .sub-menu {
        top: -2000px;
    }
    .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children:hover .sub-menu {
        top: 92%;
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }
    .header .header__menu .menu>li.menu-item>a {
        padding: 1rem 1.7rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        font-size: 1.5rem;
        color: #fff;
        height: 100%;
        font-weight: 500;
        letter-spacing: 0.01em;
    }
    .fixed-header .header .header__menu .menu>li.menu-item>a {
        color: #212121;
    }
    .header .header__menu .menu li.menu-item .sub-menu a {
        padding: 1rem 1.8rem;
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        color: #3e8dc8;
        background-color: #fff;
    }
    .header .header__menu .menu li.menu-item .sub-menu .menu-item:hover a {
        background-color: rgba(62, 141, 200, 0.08);
        color: #2875a4;
    }
    .header .header__menu .menu li.menu-item .sub-menu .menu-item {
        border-radius: 0;
    }
    .header .header__menu .menu li.menu-item .sub-menu .menu-item:hover {
        background-color: transparent;
    }
    .header .header__menu .menu>li.menu-item:first-of-type {
        margin-left: 3rem;
    }
    .menu-item--cta {
        margin-right: 14px;
    }
    .header .button.button--login-secondary {
        padding: 5px 4rem;
    }
    .fixed-header .header--fixed-bg .header__menu .menu-item.current-menu-item .sub-menu a,
    .fixed-header .header--fixed-bg .header__menu .menu-item .sub-menu .current-menu-item a {
        border-color: transparent;
    }
}

@media (max-width: 1123px) {
    .header .header__menu .menu>li.menu-item>a {
        padding: 1rem 0.8rem;
    }
    .menu-item--button .button.header__button {
        padding: 5px 3rem;
    }
    .menu-item--cta {
        margin-right: 1rem;
    }
}

@media (max-width: 999px) {
    .menu-toggle {
        box-shadow: none;
        top: 20px;
    }
    .menu-toggle span,
    .menu-toggle span:before,
    .menu-toggle span:after {
        background-color: var(--main-color);
    }
    .menu-toggle.activated span:before,
    .menu-toggle.activated span:after {
        background-color: #fff;
    }
    .nav-primary {
        width: 40%;
        min-width: 400px;
        margin: 0 0 0 auto;
        padding: 5rem;
        background-color: rgba(22, 49, 78, 0.98);
        border-top: 2px solid #f0f1f2;
        border-bottom: 2px solid #f0f1f2;
        position: fixed;
        overflow: auto;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
    }
    .nav-primary .menu {
        padding-top: 8rem;
        justify-content: flex-start;
    }
    .nav-primary .menu-item {
        text-align: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .nav-primary .menu>.menu-item>a {
        font-weight: 500;
    }
    .nav-primary .menu-item>.sub-menu {
        flex: 1 1 100%;
        font-size: 1.5rem;
        padding: 0;
    }
    .nav-primary .sub-menu li {
        padding: 0;
    }
    .nav-primary .sub-menu li:first-of-type {
        margin: 0;
    }
    .nav-primary .sub-menu li a {
        display: block;
        padding: 1.5rem .5rem;
        font-weight: 300;
    }
    .nav-primary .sub-menu li a:hover {
        color: #fff;
    }
    .nav-primary .sub-menu .sub-menu li a {
        padding: 1.5rem 1rem;
        font-size: 1.45rem;
    }
    .mobile-menu-cta a {
        padding: 1.3rem 2.2rem;
        background-color: var(--accent-color-1);
        font-family: 'Roboto', helvetica, arial, sans-serif;
        border-radius: 3px;
        font-weight: 600;
        font-size: 1.7rem;
        box-shadow: 0 1px 8px -3px rgba(255, 255, 255, 0.1);
    }
    .mobile-menu-cta a:hover,
    .mobile-menu-cta a:focus {
        opacity: 0.97;
        box-shadow: 0 1px 8px -3px rgba(255, 255, 255, 0.7);
    }
    .sub-menu-toggle {
        position: static;
        margin: 0 -1rem 0 1rem;
        padding: 1rem;
    }
    .header .header__button--cta a.menu-item--cta {
        padding: 5px 10px;
        font-size: 18px;
        line-height: 1;
        color: #296b94;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    .header .header__button--cta a.menu-item--cta:hover {
        text-decoration: none;
        color: #4a9acd;
    }
    body .header .header__button--cta {
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    .header .header__button--cta a.menu-item--cta {
        padding: 2px 4px;
        border: 2px solid transparent;
        font-size: 17px;
        box-shadow: none;
        margin: 0 4px 3px 0;
    }
    body .header .header__button--cta {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/***landing page css*/
.page-template-page-landing-page .wrapper .header__menu {
    opacity: 0;
    transition: 0.1s ease all;
}

.page-template-page-landing-page.fixed-header .wrapper .header__menu {
    opacity: 1;
}

.hero.hero--landing-page {
    background: linear-gradient(65deg, #ffc641, #ff9441 60%, #ff7341);
}

.hero.hero--landing-page:after {
    display: none;
}

.hero__inner.hero__inner--split {
    display: flex;
    flex-wrap: nowrap;
}

.hero__inner.hero__inner--split .hero__content {
    flex: 1 1 50%;
}

.hero__content.hero__content-left {
    text-align: left;
}

.landing-page-hero--image-container img {
    max-width: 100%;
    height: auto;
}

.hero.hero--landing-page .hero__headline {
    font-weight: 400;
    text-shadow: none;
}

.hero.hero--landing-page .hero__headline {
    font-weight: 400;
    text-shadow: none;
}

.hero.hero--landing-page .hero__headline .bold {
    font-weight: 700;
}

.hero.hero--landing-page .hero__headline .black {
    color: #222;
    font-weight: 700;
}

.hero--landing-page .hero__buttons {
    justify-content: flex-start;
    margin: 3rem 0px;
}

a.button.hero__button--landing-page {
    background-color: #fff;
    color: #ff7341;
}


/*inner lp content*/

.page-template-page-landing-page .page-content>.container {
    overflow: visible;
}

.page-template-page-landing-page .post.page-content__main {
    position: relative;
}

.page-template-page-landing-page .hero__description {
    margin: 0 auto 20px;
    max-width: 650px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 2px rgb(0 0 0 / 55%);
}

.landing-page-section.lp-accent-box {
    padding: 5rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 32px -1px rgb(0 0 0 / 38%);
    position: absolute;
    width: 100%;
    top: -16rem;
}

span.accent-heading.orange {
    display: block;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #da5710;
}

h2.lp-heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 80px;
    background: linear-gradient(to right, #ffc541, #ff7341);
    top: 0;
    left: 47%;
    left: calc(50% - 40px);
}

h2.lp-heading {
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-top: 2rem;
    margin-bottom: 5rem;
}

.landing-page-section .testimonial-list--single {
    background-color: #fff;
    padding: 0;
}

.single-learning-benefit--image img {
    max-width: 200px;
    margin: 0 auto 4rem;
    display: block;
}

.single-learning-benefit {
    padding: 4rem;
    background: #eff3f5;
    border-radius: 20px;
}

.landing-page-section {
    padding: 3rem 0;
}

.lp-image-graphics-container {
    position: relative;
}

.lp-image-container {
    overflow: hidden;
    border-radius: 3rem;
}

.lp-image-container img {
    width: 100%;
}

.triangle {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    top: -32px;
    left: 34%;
    z-index: 2;
    transform: rotate(-18deg);
    background: transparent;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 48px solid red;
}

.triangle.purple {
    border-bottom-color: rebeccapurple;
}

.triangle.orange {
    border-bottom-color: orangered;
}

.triangle.bottom {
    top: auto;
    bottom: -8px;
    left: 67%;
    transform: rotate(18deg);
}

.circle {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    top: 45%;
    left: -20px;
    z-index: 2;
    transform: rotate(-18deg);
    background: blue;
    border-radius: 50%;
}

.circle.green {
    background: turquoise;
}

.circle.right {
    left: auto;
    right: -20px;
    top: 65%;
}


/*additional guide fixes*/

.page-title--guide .hero__content {
    max-width: 850px;
}

.page-title--guide .hero__headline {
    font-size: 4.6rem;
}

body .pricing-data__row-head>div {
    font-size: 15px;
}



/* extra styles SubHero - Teacher Upgraded template */


.page-template-page-teacher-upgraded .hero__extra {
    max-width: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
}

.page-template-page-teacher-upgraded .hero__extra-image img {
    width: 180px;
}

.page-template-page-teacher-upgraded .hero__extra-text p {
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}

.page-template-page-teacher-upgraded .hero__extra-text p a {
    color: white;
    font-weight: 500;
    border-bottom: 1px solid white;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .page-template-page-teacher-upgraded .hero--front {
      padding: 170px 0 80px;
    }

    .page-template-page-teacher-upgraded .hero__extra-text {
      margin-left: 30px;
    }
}

@media (max-width: 999px) {
    .page-template-page-teacher-upgraded .hero__extra {
      flex-direction: column;
      margin: 40px auto 0;
    }

    .page-template-page-teacher-upgraded .hero__extra-text {
      margin-top: 30px;
    }

    .page-template-page-teacher-upgraded .hero__extra-text p {
      text-align: center;
      font-size: 13px;
      line-height: 20px;
      width: 75%;
      margin: 0 auto 40px;
    }
}

/* Basecamp Section - Teacher Upgraded template */

.basecamp-section {
  background: url('../img/basecamp-section-bg.png') center center no-repeat;
  background-size: cover;
  min-height: 350px;
  padding: 70px 0 140px;
  position: relative;
}

.basecamp-section .basecamp-logo img {
  width: 45%;
}

.basecamp-section .basecamp-description p {
  margin: 30px 0;
  padding: 0px 93px;
  color: white;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

.basecamp-section .basecamp-cta {
  display: flex;
  justify-content: center;
}

.basecamp-section .basecamp-cta a {
  text-transform: uppercase;
  font-size: 17px;
  min-width: unset;
  width: 198px !important;
  margin-bottom: 0px;
}

.basecamp-section .basecamp-cta a:hover {
  border-color: #26A9E1;
  color: white;
}

.basecamp-section .basecamp-screenshot img {
  width: 80%;
}

.basecamp-section .certificate {
  max-width: 590px;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 0 30px 0px rgb(34 34 34 / 36%);
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
}

.basecamp-section .certificate .cert-badge img {
  max-width: 130px;
}

.basecamp-section .certificate .cert-text p {
  margin-bottom: 0px;
}

.basecamp-section .certificate .cert-text a {
  color: #2f76c0;
  text-decoration: none;
  border-bottom: 1px solid #2f76c0;
  transition: all 0.2s ease-in-out;
}

.basecamp-section .certificate .cert-text a:hover {
  color: #212529;
  border-bottom: 1px solid #212529;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1024px) {
  .basecamp-section .col-right {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-bottom: 0px;
  }

  .basecamp-section .basecamp-description p {
    font-size: 22px;
    line-height: 28px;
    margin: 21px 0;
    padding: 0px 40px;
  }
}

@media (max-width: 749px) {
  .basecamp-section .col-right {
    margin-top: 20px;
  }

  .basecamp-section .basecamp-screenshot img {
    margin: 0 auto;
    display: block;
  }

  .basecamp-section .certificate {
    gap: 20px;
    padding: 0px 15px;
    border-radius: 0px;
  }

  .basecamp-section .certificate .cert-badge img {
    max-width: 110px;
  }
}


.testimonial-list {
  padding-top: 150px;
}


/* Calendly styles */

.calendly-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.calendly-overlay .calendly-popup-close {
  position: absolute !important;
  top: 25px !important;
  right: 25px !important;
  color: #fff !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  background: #50a7de url('https://assets.calendly.com/assets/external/close-icon.svg') center center no-repeat !important;
  background-size: 18px !important;
}





/* ---------------- */
/* -- MODAL USER -- */
/* ---------------- */

#userModal {
  height: 100vh;
}

#userModal .modal-dialog {
  max-width: 1158px;
  margin: 13% auto;
  border: none;
  border-radius: 36px;
  overflow: hidden;
}

#userModal .modal-content {
  border-radius: 36px;
  background-color: white;
}

#userModal .modal-header {
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: none;
}

#userModal .modal-header .close {
  position: absolute;
  top: 30px;
  right: 30px;
}

#userModal .modal-header .close span svg {
  transition: all 0.3s ease-in-out;
}

#userModal .modal-header .close:hover span svg {
  rotate: 90deg;
  transition: all 0.3s ease-in-out;
}

#userModal .modal-header .close:focus {
  outline: none;
}

#userModal .modal-header h5 {
  color: #0C0E19;
  font-size: 36px;
  font-family: 'Montserrat';
  font-weight: 700;
}

#userModal .modal-body {
  padding: 138px 9px 9px;
}

#userModal .modal-body .roles {
  display: flex;
  justify-content: space-between;
  column-gap: 12px;
}

#userModal .modal-body .roles .rol {
  width: 33%;
  height: 220px;
  background-color: #d9d9d9;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#userModal .modal-body .roles .rol:hover {
  filter: brightness(1.1);
  transition: all 0.3s ease-in-out;
}

#userModal .modal-body .roles .rol:hover img {
  top: 15px;
  scale: 1.1;
  transition: all 0.2s ease-in-out;
}

#userModal .modal-body .roles .rol .name {
  font-size: 36px;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -2px;
  text-align: center;
  color: white;
}

#userModal .modal-body .roles .rol:nth-child(1) {
  background: linear-gradient(142deg, #F00 0%, #F70 100%);
}

#userModal .modal-body .roles .rol:nth-child(2) {
  background: linear-gradient(180deg, #38E4C6 0%, #1175A1 100%);
}

#userModal .modal-body .roles .rol:nth-child(3) {
  background: linear-gradient(180deg, #BE88EB 0%, #7671CE 100%);
}

#userModal .modal-body .roles .rol:nth-child(1) img,
#userModal .modal-body .roles .rol:nth-child(2) img,
#userModal .modal-body .roles .rol:nth-child(3) img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}


#userModal .modal-body .roles .rol:nth-child(1) img {
  width: 185px;
  transform: translateY(-54%);
}

#userModal .modal-body .roles .rol:nth-child(2) img {
  width: 185px;
  transform: translateY(-52%);
}

#userModal .modal-body .roles .rol:nth-child(3) img {
  width: 225px;
  transform: translateY(-52%);
}



@media (min-width: 1001px) {
  .pricing-data__footnotes {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}





/* PAGE BLOG */

.header__blog-categories {
  margin-left: 50px;
}

.header__blog-categories:after {
  background: transparent;
}

.post-template-default.single-post .post-content__thumbnail {
  max-width: 800px;
  margin: -200px auto 60px;
  border: 30px solid white;
  border-radius: 30px;
  box-shadow: 0px 0px 30px 10px #22222226;
}

.post-template-default.single-post .post-content__thumbnail .post-content__photo {
  border-radius: 25px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.post-template-default.single-post .post-content__thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  background-color: white;
  z-index: 1;
}

@media (max-width: 1000px) {
  .post-template-default.single-post .post-content__thumbnail {
    border: 14px solid white;
    border-radius: 10px;
  }

  .post-template-default.single-post .post-content__thumbnail .post-content__photo {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  #userModal .modal-header .close {
    top: 20px;
    right: 20px;
  }

  #userModal .modal-dialog {
    width: 98%;
    margin: 38% auto;
  }

  #userModal .modal-dialog,
  #userModal .modal-content {
    border-radius: 20px;
  }

  #userModal .modal-header {
    height: 110px;
    align-items: flex-end;
  }

  #userModal .modal-body {
    padding: 35px 9px 9px;
  }

  #userModal .modal-body .roles {
    row-gap: 20px;
    flex-direction: column;
  }

  #userModal .modal-body .roles .rol {
    width: 100%;
    height: 75px;
    border-radius: 10px;
    align-items: center;
  }

  #userModal .modal-header h5 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }

  #userModal .modal-body .roles .rol:nth-child(1) img,
  #userModal .modal-body .roles .rol:nth-child(2) img,
  #userModal .modal-body .roles .rol:nth-child(3) img {
    top: unset;
    bottom: 0;
    left: 0;
    margin: 0 0;
  } 

  #userModal .modal-body .roles .rol:nth-child(1) img {
    width: 74px;
    transform: translateY(0%);
    left: 21px;
  }
  
  #userModal .modal-body .roles .rol:nth-child(2) img {
    width: 72px;
    transform: translateY(0%);
    left: 19px;
  }
  
  #userModal .modal-body .roles .rol:nth-child(3) img {
    width: 76px;
    transform: translateY(0%);
    left: 19px;
  }
  
}