
/*.bg-azul {
    background-color: #3f51b5;

}*/

.h-100 {
    height: 100% !important
}
/*a:hover .card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0, 0.19);
    transition: box-shadow 0.3s ease-in-out;
    background-color: #f8f9fa;
}*/

.etiquetaM span {
    /* background-color: #f6f6f6;*/
    /* width: 60px;*/
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #164a8d;
    /* justify-content: center;*/
    align-items: center;
    font-size: .9rem;
}

.etiquetaT {
    /*  background-color: #f6f6f6;*/
    /* width: 60px;*/
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #198754;
    /*justify-content: center;*/
    align-items: center;
    font-size: .9rem;
}

/*.e7 {
    font-size: .8rem;
}

.nombreEvento {
    color: #249c4d;
}*/

.section {
    padding-top: 60px;
    color: #249c4d;
}

.dirigidoA {
    font-size: .9rem;
}

.linkGeneral {
    text-decoration: none;
    font-size: 1.9rem;
    color: #d1dceb;
    font-weight:bold;
}

.linkGeneral1 {
    text-decoration: none;
    font-size: 1.2rem;
    color: #7497c4;
    font-weight: bold;
}

.RegisterLink {
    text-decoration: none;
}

.RegisterEventoLink {
    text-decoration: none;
}

.descargarConstancia {
    text-decoration: none;
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #18529D;
    border-color: #18529D;
}

.viewbagSuccess {
    font-size: 1.2rem;
    color: #7497c4;
    font-weight: bold;
}

.viewbagError {
    font-size: 2.2rem;
    color: tomato;
    font-weight: bold;
}
/*Iconos

    Naranja fuerte:#e67e22
    Naranja ligth:#fdf2e9


*/

.fs8{
    font-size: 0.8rem;
}
.fs9 {
    font-size: 0.8rem;
}

.text-orange {
    color: #e67e22;
}

.ofertaText{
    font-size:1.6rem;
}

.form-check-input{

    margin-top:0px;
}
/*CARDS*/
.cards {
    display: grid;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.cards_item {
    display: flex;
}

.card_image {
    display: flex;
    height: 250px;
    box-shadow: 0 50px 100px 0 var(--violet);
}

.card_image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /* background-color: var(--purple);*/
    border-radius: 5px 25px 5px 30px;
    transition: transform 0.1s linear, box-shadow 0.2s;
}

/*.card_text:focus,*/
.card:focus {
    outline: 2px dashed var(--aqua);
}

    .card:focus,
    .card:hover {
        transform: scale(1.01);
        box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.2);
        cursor: pointer;

    }

.card_content {
    padding: 0.5rem 1rem 1rem;
    color: var(--white);
}

.card_title {
    /* position: absolute;*/
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    color: #249c4d;
    padding: 0.5rem;
    border-radius: 5px 0 0 5px;
    /* transform: rotate(-3.3deg);
    transform-origin: left top;*/
    /* font-family: Georgia, Times, serif;*/
    font-weight: 600;
    font-size: 1.6rem;
    /*postition: relative;*/
    overflow: hidden;
    z-index: 1;
    background-color: rgb(82,164,185);
    /*animation: 0s 0s fly-in 0 reverse both;*/
}

.card-title {
    color: #249c4d;
    font-weight: 600;
    font-size: 1.2rem;
  
}

.card-text {
    color: #5d86ba;
    font-weight: 600;
    font-size: 1rem;
}

/* MODAL REGISTRO*/


.section-hero {
    background-color: #d4efdd;
    padding: 0.8rem 4rem 1.6rem 3rem;
}

.feature-icon {
    color: #249c4d;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #d4efdd;
    border-radius: 50%;
    padding: 1rem;
    margin-bottom: 1.2rem;
}

.feature-title {
    font-size: 1rem;
    color: #7ece9a;
    font-weight: 700;
    margin-bottom: .6rem;
}

.feature-text {
    font-size: .8rem;
    line-height: 1.2;
    color: #28AD56;
}


.textTab_Evento {
    padding: 1.6rem 4rem 1.6rem 3rem;
    color: #164A8B;
}

.info-evento-container {
    display: flex;
}

.info-evento-container .box {
    flex: 1 0;
    padding: 15px;
    /*margin-top: 20px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: white;
    font-weight: bold;
    font-size: 0.9em;
}

.info-evento-container .box .icon {
    margin-bottom: 5px;
}

.info-evento-container .box.info {
    color: #ec992c;
    margin-right: 10px;
}

/*      TABS EVENTOS*//*NAVS*/


.nav-tabs {
    /*border-bottom: 3px solid #d1dceb;*/
    border-color: #fff;
}

.nav-link {
    color: #d1dceb;
    font-weight: bold;
}



.nav-tabs .nav-link.active  {
    color: #18529D;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #18529D;
    /* border-color: #fff;*/
}

.nav-tabs .nav-link:hover {
    color: #18529D;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #18529D;
    /* border-color: #fff;*/
}


.cuadro {
    border: 3px solid #18529D;
    padding: 30px;
}

/*recup*/
.form-wrap {
    position: absolute;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

.form-wrap-inn {
    position: relative;
    background-color: #fff;
    background-repeat: repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.frame {
    position: relative;
    border: 3px solid #a6f;
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

.header {
    text-align: center;
}

    .header i {
        color: #a6f;
        font-size: 30px;
    }

    .header h2 {
        color: #a6f;
        font-size: 30px;
        text-transform: uppercase;
    }

    .header p {
        color: #333;
        font-size: 18px;
    }

        .header p a {
            color: #a6f;
        }

.form-group {
    position: relative;
}

.login-form {
    max-width: 412px;
    margin: 30px auto;
}

.form-label {
    position: absolute;
    left: 0;
    top: 10px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

/*Tmp*/
.hero {
    position: relative;
}

.hero-heading {
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: center;
  /*  width: 190px;
    height: 90px;*/
    background-color: rgba(0,0,0, 0.3);
   /* padding: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-heading-text {
    color: white;
    font-size: 1rem;
}

.hero-register-button {
    font-size: .8rem;
    cursor: pointer;
}

.h7{
    font-weight:bold;
    font-size: .8rem;
}