a {
    text-decoration: none;
}

#myCarousel {
    background-color: #121212;
}

.logo img {
    width: 150px;
}

.nav-item a {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
    text-transform: uppercase;
}

.appNavbar {
    width: 100%;
    text-align: right;
    justify-content: end;
}

.appNavItem a.active {
    border-bottom: 2px solid #fff;
}

.appNavItem a:hover {
    border-bottom: 2px solid #fff;
}

.bg-dark {
    background-color: #121212 !important;
}

.appMenu {
    top: 2.2rem;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.appTopNav {
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #cacaca;
    z-index: 10000;
}

.appItemCarousel {
    margin-top: 10rem !important;
    position: relative;
}

.appRedes li .nav-link {
    padding: 0 1rem;
}

.appItemRedes {
    padding: 0 !important;
    color: #fff !important;
}

.overflow {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2);
}


.banner {
    margin-top: 10rem;
    height: 350px;
    background-image: url(images/nosotros.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appContent {
    padding: 3rem 0;
}

.titulo h1 {
    font-weight: bold !important;
}

.appJustify {
    text-align: justify;
}

.linea {
    height: 1.5px;
    width: 100px;
    background-color: #cacaca;
    margin: 0 auto;
    display: block;
}

.appFooter {
    background-color: #000;
}

.text-white {
    columns: #fff;
}

.appCirculo {
    border: 2px solid #000;
    width: 150px;
    height: 138px;
    border-radius: 50%;
    margin: 17px auto;
}

.appCirculo i {
    font-size: 42px;
    margin-top: 45px;
    color: #000;
}


.bg-gris {
    background-color: #F8F9FA;
}

.contactform {
    padding: 3rem 0;
}


.contentSeccion {
    padding: 5rem 0;
}

.featurette-heading {
    margin-top: 3rem !important;
}

.btnInscribirse {
    font-size: 26px;
    padding: 11px 69px;
}

.contentMetodo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.contentMetodo .imagen img.billetera {
    width: 52px;
}

.contentMetodo .imagen img.banco {
    width: 84px;
}

.contentMetodo .texto p {
    margin-bottom: 0;
}

.cardMetodo {
    background: #fff;
    padding: 0 38px 0 10px;
    border-radius: 19px;
    margin-bottom: .5rem;
    box-shadow: 0 0 10px #F8F9FA;
    cursor: pointer;
}

.appPrecioTaller {
    position: absolute;
    bottom: 2rem;
    left: 27%;
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    font-size: 23px;
    box-shadow: 0 0 5px #caca;
}

.appPrecioTaller small {
    font-size: 15px;
}

.contentCard {
    background: #fff;
    padding: 10px 15px;
    border-radius: 19px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px #F8F9FA;
}

.card {
    border: none;
    border-radius: 20px;
}

.card-img-top {
    border-radius: 20px;
}

.imgTaller {
    width: 152px;
    height: 89px;
    border-radius: 20px;

}

.nosotrosIndex {
    padding: 3rem 0;
}

.talleresIndex {
    padding: 3rem 0;
}

.contentNosotros {
    margin-top: 2rem;
}

.contentNosotros h5 {
    font-size: 40px !important;
}

.contentNosotros p {
    font-size: 22px !important;
}

.flexDirRow {
    flex-direction: row !important;
}


.headerLogin {
    background-color: #000;
    padding: 2rem 0;
    border-radius: 11px 11px 1px 0px;
}

.headerLogin h5 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
}

.modalContentRadius {
    border-radius: 15px;
}


.loginContentModal {
    padding: 2rem 10px;
}

.loginContentModal form .form-group {
    margin-bottom: 1.2rem;
}


.contentBtnLogin {
    text-align: center;
}

.contentBtnLogin button {
    width: 10rem;
    padding: 6px;
    font-size: x-large;
    margin-top: 14px;
}

.loginInputGroup input {
    padding: 12px;
}

.btn-close-modal {
    position: absolute;
    top: 10px;
    right: 17px;
}

.btn-close-modal i {
    color: #fff;
    font-size: 30px;
}

.mensajeTop {
    position: fixed;
    z-index: 100000;
    width: 100%;
    top: 0;
}

.contentTallerHome {
    margin-bottom: 2rem;
}

.contentTallerHome h2 {
    font-size: 40px;
}


.submenu {
    position: absolute;
    width: 162px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: none;
}

.menuActive {
    display: block;
}

.submenu ul {
    padding: 0;
    list-style: none;
    text-align: left;
}


.submenu ul li {
    margin: 5px 0;
}

.submenu ul li a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    margin: 0 10px !important;
}

.item-menu:hover {
    border-left: 1.8px solid;
}

.appButtonReturn {
    text-align: right;
    padding-top: 19px;
}

.textDeco {
    text-decoration: none;
    color: #000;
}

.textDeco:hover {
    color: #121212;
}

.btnRegistrarAsistencia {
    padding: 1rem 0;
    font-size: 20px;
    width: 100%;
    margin-top: 1rem;
}

.text-right {
    text-align: right;
}


label.error {
    color: red;
}

input.error {
    color: red;
    border: 1px solid red;
}

.appIconReporte i {
    font-size: 4rem;
}


.cardcontentPerfil {
    background: #fff;
    border-radius: 19px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px #F8F9FA;
    cursor: pointer;
    padding: 1rem;
}

.comporbanteContent {
    border: dotted;
    height: 24rem;
    margin-bottom: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.contentSede {
    border-radius: 15px;
    overflow: hidden;
}

.contentSede:hover img {
    transform: scale(1.2);
    transition: .5s;
    cursor: pointer;
}

.badge-danger {
    background-color: #dc3545;

}

.badge-success {
    background-color: #28a745;

}


span.error {
    color: #dc3545;
}


.appFlex {
    display: flex;
}

.appFlex img {
    width: 20rem;
}

.contentProcedeCompra {
    text-align: center;
    margin-top: 2rem;
}

.contentProcedeCompra button {
    font-size: 26px;
}

.form-check-label {
    font-size: 20px;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.form-check {
    margin: 5px 0;
}

.detalleCompra {
    font-size: 23px;
}

.tituloDetalle {
    text-transform: uppercase;
    font-size: 2rem;
}

.cardDatosUser {
    padding: 20px;
}

.imagenComprobante {
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.imagenComprobante p {
    margin-top: 4rem;
}

.listPedido {
    font-size: 22px;
    padding-left: 4rem;
    padding-top: 3rem;
}

.imagenComprobante img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.appComprobante {
    height: 300px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}

.colapseHide {
    height: 52px;
    overflow: hidden;
}


.loader {
    width: 26px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    float: right;
    margin-left: 6px;
}











@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}


@media (max-width: 600px) {
    .carousel-item {
        height: 20rem !important;
    }

    .carousel-item>img {
        height: 20rem !important;
    }

    .carousel {
        margin-bottom: 0 !important;
    }

    .contentNosotros {
        text-align: center;
    }

    .submenu {
        right: 0;
    }
}
