@charset "UTF-8";
:root {
    --bs-font-sans-serif: 'DM Sans',system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-primary: #5C296E;
    --bs-secondary: #889700!important;
    --bs-body-color: #171717!important;
    --bs-primary-rgb: 92, 41, 110;
  --bs-secondary-rgb: 136, 151, 0;
  --bs-link-color: #5c296e;
  --bs-link-hover-color: #8B559D;
}

/* Typography */

h4, .h4, h3, .h3, h2, .h2, h1, .h1, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: classico-urw, sans-serif;
}
h1.price {
  font-family: 'DM Sans',system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h6, .h6 {
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}


h1 a, h2 a, h3 a {
  color: #171717;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #171717;
  text-decoration: underline;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a6a6a6 !important;
}

.link-light {
  color: #fff !important;
  text-decoration: none;
}
.link-light:hover, .link-light:focus {
  color: #F1FB65 !important;
}

article a {
  color: #171717;
}

article a:hover {
  color: #51585e;
  text-decoration: none;
}

/* Icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

/* Buttons */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5C296E;
  --bs-btn-border-color: #5C296E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8B559D;
  --bs-btn-hover-border-color: #8B559D;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5C296E;
  --bs-btn-disabled-border-color: #5C296E;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #889700;
  --bs-btn-border-color: #889700;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #BCC831;
  --bs-btn-hover-border-color: #BCC831;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #889700;
  --bs-btn-disabled-border-color: #889700;
}
.btn-outline-primary {
  --bs-btn-color: #5C296E;
  --bs-btn-border-color: #5C296E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5C296E;
  --bs-btn-hover-border-color: #5C296E;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5C296E;
  --bs-btn-active-border-color: #5C296E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5C296E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5C296E;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #889700;
  --bs-btn-border-color: #889700;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #889700;
  --bs-btn-hover-border-color: #889700;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #889700;
  --bs-btn-active-border-color: #889700;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #889700;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #889700;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #FFF;
  --bs-btn-border-color: #FFF;
  --bs-btn-hover-color: #5c296e;
  --bs-btn-hover-bg: #F1FB65;
  --bs-btn-hover-border-color: #F1FB65;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFF;
  --bs-btn-active-border-color: #FFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFF;
  --bs-gradient: none;
}
.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-border-radius: 1.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.85rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 1rem;
}

.btn-link {
  font-size: 1rem;
  text-decoration: none;
  --bs-btn-padding-x: 0.025rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-border-radius: 0rem;
}
/* Humano Puente Icons */
@font-face {
  font-family: 'humanopuente';
  src: url('../fonts/humanopuente.eot?26979349');
  src: url('../fonts/humanopuente.eot?26979349#iefix') format('embedded-opentype'),
       url('../fonts/humanopuente.woff2?26979349') format('woff2'),
       url('../fonts/humanopuente.woff?26979349') format('woff'),
       url('../fonts/humanopuente.ttf?26979349') format('truetype'),
       url('../fonts/humanopuente.svg?26979349#humanopuente') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "humanopuente";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.Presencial
{
  background-color: #8B559D;
  border-color: #8B559D;
}
.Presencial:hover
{
  background-color: #92729c;
  border-color: #92729c;
}

.Video
{
  background-color: #10767A;
  border-color: #10767A;
}
.Video:hover
{
  background-color: #10767A;
  border-color: #10767A;
}
 
.icon-webcam:before { content: '\F67D'; } /* '' */
.icon-actividades:before { content: '\e800'; } /* '' */
.icon-argentina:before { content: '\e801'; } /* '' */
.icon-bank:before { content: '\e802'; } /* '' */
.icon-calendar:before { content: '\e803'; } /* '' */
.icon-currency:before { content: '\e804'; } /* '' */
.icon-location:before { content: '\e805'; } /* '' */
.icon-login:before { content: '\e806'; } /* '' */
.icon-logout:before { content: '\e807'; } /* '' */
.icon-mail:before { content: '\e808'; } /* '' */
.icon-paypal:before { content: '\e809'; } /* '' */
.icon-phone:before { content: '\e80a'; } /* '' */
.icon-presencial:before { content: '\e80b'; } /* '' */
.icon-profile:before { content: '\e80c'; } /* '' */
.icon-schedule:before { content: '\e80d'; } /* '' */
.icon-speaker:before { content: '\e80e'; } /* '' */
.icon-tablet:before { content: '\e80f'; } /* '' */
.icon-subscribe:before { content: '\e810'; } /* '' */
.icon-video:before { content: '\e811'; } /* '' */
.icon-wallet:before { content: '\e812'; } /* '' */
.icon-world:before { content: '\e813'; } /* '' */
.icon-alert:before { content: '\e814'; } /* '' */

/* Navbar */
.navbar-absolute {
  width: 100%;
  position: absolute;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}
.navbar {
  --bs-navbar-color: #171717;
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar-dark {
  --bs-navbar-color: rgb(255, 255, 255);
  --bs-navbar-hover-color: rgb(255, 255, 255);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-dark .nav-link:hover {
  color: #F1FB65;
}

  .nav-link:hover {
    color: #BCC831;
  }

  .navbar-toggle.collapsed .icon:before {
    content: '\f00d';
}

  .bg-gradient-black {
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6041010154061625) 60%, rgba(0,0,0,0) 100%);
  }
  :focus {
        outline: none;
        box-shadow: none;
  }
  .nav-logo {
    width: 180px;
    height: auto;
  }
  @media (min-width: 798px) {
    .nav-logo {
      width: 210px;
      height: auto;
    }
  }
  @media (min-width: 1200px) {
    .nav-logo {
      width: 312px;
      height: auto;
    }
  }

  .nav-social a {
    color: #fff;
    text-decoration: none;
  }

  .nav-social a:hover {
    color: #F1FB65;
    text-decoration: none;
  }


  .link-fb {
    color: rgba(24, 119, 242, 1);
  }
  .link-fb:hover {
    color: rgba(24, 119, 242, 0.7);
  }

  .link-ig, .link-ig:active {
    color: rgba(195, 42, 163, 1);
  }
  .link-ig:hover {
    color: rgba(195, 42, 163, 0.7);
  }

  .link-wa {
    color: rgba(37, 211, 102, 1);
  }
  .link-wa:hover {
    color: rgba(37, 211, 102, 0.7);
  }
  .link-yt {
    color: rgba(255, 0, 0, 1);
  }
  .link-yt:hover {
    color: rgba(255, 0, 0, 0.7);
  }
  .link-sp {
    color: rgba(30, 215, 96, 1);
  }
  .link-sp:hover {
    color: rgba(30, 215, 96, 0.7);;
  }
  .link-tk {
    color: rgba(255, 0, 80, 1);
  }
  .link-tk:hover {
    color: rgba(255, 0, 80, 0.7);;
  }

.dropdown-menu {
    --bs-dropdown-link-hover-bg: rgba(188, 131, 206, 0.1);
  }
  /* Carousel */
  
#carouselHero .carousel-item img {  
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height:40vh;
}
  
#carouselHero .carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    background-image: 
      linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, .5)
      );
    width: 100vw;
    top: 0;
    height: 40vh;
}

  @media (min-width: 768px) {
    #carouselHero .carousel-item img {  
        height:80vh;
      }
      
      #carouselHero .carousel-item:before {
        height: 80vh;
      }
  }
  @media (min-width: 768px) {
    #carouselHero .carousel-item img {  
        height:70vh;
      }
      
      #carouselHero .carousel-item:before {
        height: 70vh;
      }
  }
  @media (min-width: 992px) {
    #carouselHero .carousel-item img {  
        height:75vh;
      }
      
      #carouselHero .carousel-item:before {
        height: 75vh;
      }
  }
  @media (min-width: 1200px) {
    #carouselHero .carousel-item img {  
        height:90vh;
      }
      
      #carouselHero .carousel-item:before {
        height: 90vh;
      }
  }

  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #888;
  }

.custom-modal
{
  width: 90vw;    
  max-width: 90vw;

}

/* Breadcrumb */

.breadcrumb {
  --bs-breadcrumb-divider-color: #a6a6a6;
  --bs-breadcrumb-item-active-color: #5C296E;
}
.breadcrumb-item a {
  color: #a6a6a6;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-light {
  --bs-breadcrumb-divider-color: RGBA(255, 255, 255,.7);
  --bs-breadcrumb-item-active-color: #fff;
}

.breadcrumb-light .breadcrumb-item a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.breadcrumb-light .breadcrumb-item a:hover {
  color: #F1FB65;
  opacity: 1;
  text-decoration: none;
}

/* circulos */
  .circle {
    border-radius: 50%;
    background-color: #5C296E;
  }

  a .circle {
    color: #fff;
  }
  .paso-01 {
    background-image: url("../img/paso-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
  }
  .paso-02 {
    background-image: url("../img/paso-02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
  }
  .paso-03 {
    background-image: url("../img/paso-03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
  }

  .paso-01:hover, .paso-02:hover, .paso-03:hover {
    background-image: none;
  }
  .book-border {
    border:none;
    border-bottom: solid 1px #dee2e6;
  }
  .book-border:last-child {
    border-bottom: none;
  }
  @media (min-width: 1400px) {
    .paypalbutton
    {
      padding-left: 32px;
    }
  }

  @media (min-width: 768px) {
    .book-border {
      border-top: solid 1px #dee2e6;
      border-right: solid 1px #dee2e6;
    }
    .book-border:nth-child(1), .book-border:nth-child(2) { 
      border-top: none;
    }
    .book-border:nth-child(2n) {
      border-right:none;
    }
    

    .column-border-end {
      border-right: solid 1px #dee2e6;
    }
    .column-border-bottom {
      border-bottom: solid 1px #dee2e6;
    }
  }
  @media (min-width: 992px) {
    .book-border:nth-child(1), .book-border:nth-child(2), .book-border:nth-child(3) { 
      border-top: none;
    }
    .book-border:nth-child(2n) {
      border-right:solid 1px #dee2e6;
    }
    .book-border:nth-child(3n) {
      border-right:none;
    }
    .book-border:last-child {
      border-right: none;
    }
  }
  .footer-bg-01 {
    background-color: #8B559D;
  }
  .footer-bg-02 {
    background-color: #5C296E;
  }

  .footer-logo {
    width: 48px;  
  }

  @media (min-width: 768px) {
    .footer-logo {
      width: 88px;  
    }
  }


  .footer-link {
    color: #fff;
    text-decoration: none;
  }
  .footer-link:hover {
    color: #F1FB65;
  }
  .footer-social a {
    color: #BC83CE;
    text-decoration: none;
    font-size: 24px;
  }

  .footer-social a:hover {
    color: #F1FB65;
    text-decoration: none;
  }

  .form-control-white {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #8B559D;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control-white::placeholder {
    color: #fff;
    opacity: 0.6;
  }
  .actividades {
    min-height:100%;
      background:linear-gradient(0deg, rgba(23, 23, 23, 0.3), rgba(23, 23, 23, 0.3)), url("../img/header_actividades.jpg");
      background-size:cover;
      background-repeat: no-repeat;
    background-position: center bottom;
  }
  .consultores {
    min-height:100%;
      background:linear-gradient(0deg, rgba(23, 23, 23, 0.3), rgba(23, 23, 23, 0.3)), url("../img/header_listados.jpg");
      background-size:cover;
      background-repeat: no-repeat;
    background-position: center bottom;
  }
  .somos {
    min-height:100%;
      background:linear-gradient(0deg, rgba(23, 23, 23, 0.3), rgba(23, 23, 23, 0.3)), url("../img/header_somos.jpg");
      background-size:cover;
      background-repeat: no-repeat;
    background-position: center center;
  }
  .camino {
    min-height:100%;
      background:linear-gradient(0deg, rgba(23, 23, 23, 0.3), rgba(23, 23, 23, 0.3)), url("../img/header_camino.jpg");
      background-size:cover;
      background-repeat: no-repeat;
    background-position: center center;
  }
  .big-icon {
    width: 36px;
    height: auto;
  }
  @media (min-width: 768px) {
    .big-icon {
      width: 64px;
      height: auto;
    }
  }
  .actividad-border {
    border: solid 1px #a6a6a6;
  }
  .actividad-border:nth-child(1) {
    border-top: solid 1px #a6a6a6;;
    border-bottom: solid 1px #a6a6a6;
    border-left: none;
    border-right: none;
  }
  .actividad-border:nth-child(2) {
    border-top: none;
    border-bottom: solid 1px #a6a6a6;
    border-left: none;
    border-right: none;
  }
  @media (min-width: 768px) {
    .actividad-border:nth-child(1) {
      border-top: solid 1px #a6a6a6;;
      border-bottom: solid 1px #a6a6a6;
      border-left: none;
      border-right: solid 1px #a6a6a6;
    }
    .actividad-border:nth-child(2) {
      border-top: solid 1px #a6a6a6;;
      border-bottom: solid 1px #a6a6a6;
      border-left: none;
      border-right: none;
    }
  }

  .card-bg-01 {
    background-image: url("../img/card_bg01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .card-bg-02 {
    background-image: url("../img/card_bg02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .card-bg-03 {
    background-image: url("../img/card_bg03.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .list-group {
    --bs-list-group-border-width: 0;
    --bs-list-group-border-radius: 0;
    --bs-list-group-item-padding-x: 0.5rem;
    border-top: solid 1px #c6c6c6;
  }
  .list-group-item {
    border-bottom: solid 1px #c6c6c6;
  }
  .list-group-item:last-child {
    border-bottom: none;
  }
  @media (min-width: 768px) {
    .list-group-item:last-child {
      border-bottom: solid 1px #c6c6c6;
    }
  }
  .list-group-item h4 {
    display: inline-flex;
  }
  .list-group-item h4::before {
    content: url(../img/bullet_iso.svg);
    width: 14px;
    height: 14px;
    margin-right: 0.5rem;
  }

  .card-header {
    background-color: #fff;
  }

  .fecha {
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
  }
  .fecha::before {
    margin-right: 0.25rem;
  }
  .lugar {
    font-size: 16px;
    color:#5c296e;
    text-transform: uppercase;
    font-weight: bold;
  }
  .lugar::before {
    margin-right: 0.25rem;
  }
  .card-profile {
    width: 48px;
  }

.btn-circle {
    width: 36px;
    height: 36px;
    padding: 9px 0px;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.card-footer {
  border-top: none;
  background-color: transparent;
}

.ubicacion:before {font-size: 24px;}

.profile-info {
  list-style: none;
  padding-left: 0;
}
.profile-info li::before {
  font-size: 24px;
  color: #888;
  margin-right: 10px;
}

.evento-info {
  list-style: none;
  padding-left: 0;
}
.evento-info li::before {
  font-size: 24px;
  color: #889700;
  margin-right: 10px;
}

.mt-n1 {
  margin-top: -0.5rem !important;
}

/* Tables */

.table {
  --bs-table-hover-bg:#F1FB65;
  vertical-align: middle;
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23171717'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #171717;
  --bs-accordion-active-bg: #F1FB65;
}
.accordion-button {
  font-size: 1.5rem;
}
.form-check-input
{
  padding: 0 !important;
}

.form-control.is-invalid
{
  background-image: none !important
}

.form-check-input:checked {
  background-color: #5C296E;
  border-color: #5C296E;
}
.terminos {
  height: 320px;
  overflow-y: auto;
  padding: 20px;
}

.embed-container { 
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  --bs-pagination-active-bg: #5C296E;
  --bs-pagination-active-border-color: #5C296E;
}


.circlelist1 {
  border-radius: 50%;
  background-color: #ae8649;
}

a .circlelist1 {
  color: #ffffff;
}

.circlelist2 {
  border-radius: 50%;
  background-color: #714492;
}

a .circlelist2 {
  color: #fff;
}

.circlelist3 {
  border-radius: 50%;
  background-color: #433c88;
}

a .circlelist3 {
  color: #fff;
}
.paso-01list {
  background-image: url("../img/paso-01list.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.paso-02list {
  background-image: url("../img/paso-02list.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.paso-03list {
  background-image: url("../img/paso-03list.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
}

.paso-01list:hover, .paso-02list:hover, .paso-03list:hover {
  background-image: none;
}