
body{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}
footer{
    background-color: #0b0a1a;
}
footer h2{
    margin-bottom: 2rem;
    color: #fff;
    font-size: 24px;
    font-weight: 700;  
}
footer a{
/*    font-size: 14px;*/
    color: #fff!important;
    font-weight: 300;
}
footer a:hover{

}
footer .active,
footer a:hover{
    text-decoration: none;
    color: #ff1233;
}
footer .down-footer{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #080813;
}
footer .down-footer p{
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

footer.new-footer{
    background-color: #0B0A1A;
/*    background-color: #080813;*/
    padding-top: 12rem;
    margin-top: 5rem;
}
footer.new-footer .cont-baderas-foot{
    margin-top: -13.5rem;
}
footer.new-footer p.titulo-foot{
    font-weight: 700;
    font-size: 22px;
}
footer.new-footer .subscribe-form .input-group{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: .5rem;
}
footer.new-footer .subscribe-form .input-group .input-group-text{
    background-color: transparent;
    border: none;
    color: #fff;
}
footer.new-footer .subscribe-form .input-group .form-control{
    background-color: transparent;
    color: #fff;
    border: none;
}
footer.new-footer .subscribe-form .input-group .form-control::placeholder{
    color: #fff;
}

.btn-seguir, .btn-seguir-sin-session {
    padding: 4px 8px;
    font-size: 11px;
    border: 1px solid #FF1313;
    background-color:  #FF1313;
    color: #fff;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.btn-seguir:hover, .btn-seguir-sin-session:hover {
    background-color: transparent;
    border: 1px solid #FF1313;
    color: #FF1313;
}

/* Solo si ya está seguido */
.btn-seguido {
    border-color: #FF1313;
    background-color: rgb(255 19 19 / 41%);
    color: #ffeaea;
}
.btn-seguido:hover {
    background-color: transparent;
    color: white;
}

.btn-like, .btn-like-sin-session {
    /* color: #ffcc00; */
    border: 1px solid #3ed5fd;
    color: #3ed5fd;
    background-color: rgba(62, 212, 253, 0.23);
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 10px;
}
.btn-like:hover, .btn-like-sin-session:hover {
    background-color: #3ed5fd;
    color: #fff;
}
.btn-like.ya-le-gusta {
    /* background-color: #00b341; */
    background-color: #3ed5fd;
    color: white;
    border-color: #3eaafd;
}
.btn-like.ya-le-gusta:hover {
    background-color: #3eaafd;
    color: #fff;
}



.svg-tknet{
    max-width: 120px;
    width: 100%;
    margin-bottom: .5rem;
}
.img-deportista{
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #ccc;
    object-fit: cover;
}
.carousel-item {
    height: 70vh;
    min-height: 550px;
    max-height: 700px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-seccion{
    height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-caption {
    bottom: inherit;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
}
.cont-colores{
    width: 30px;
    margin: auto;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
}
.color-uno{
    position: absolute;
    left: 0;
    right: inherit;
    top: 0;
    height: 30px;
    width: 15px;
}
.color-dos{
    position: absolute;
    right: 0!important;
    left: 15px;
    top: 0;
    height: 30px;
    width: 15px;
}
.cont-colores-s{
    position: relative;
    width: 16px;
    margin: auto;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    left: 0;
    right: 0;
    overflow: hidden;
}
.color-uno-s{
    position: absolute;
    left: 0;
    right: inherit;
    top: 0;
    height: 16px;
    width: 8px;
}
.color-dos-s{
    position: absolute;
    right: 0!important;
    left: 8px;
    top: 0;
    height: 16px;
    width: 8px;
}
.v-neto{
    font-size: 80%;
    font-weight: 400;
    color: #ff1433;
    position: absolute;
    right: 10%;
    top: 50px;
}
.v-neto-pro{
    font-size: 80%;
    font-weight: 400;
    color: #ff1433;
    position: absolute;
    right: 6%;
    top: 60px;
}
#mainNav {
    /* background-color: #040e1f; */
    transition: all .2s ease-in;
}
#mainNav.navbar-shrink{
    background-color: #080813!important;
}
#mainNav .navbar-toggler {
    font-size: 16px;
    margin-top: 22px;
    right: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: white;
    border-radius: 10px;
    border: 0;
    background-color: #ff1233;
}
#mainNav .navbar-brand {
    color: #fed136;
}
#mainNav .navbar-brand img {
    max-width: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0.75em 0;
    color: white;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainNav .navbar-nav .nav-item .perfil{
    font-size: .75rem;
    letter-spacing: 1px;
    font-weight: 300;
    right: 0;
    text-transform: uppercase;
    padding: 5px 20px !important;
    color: white;
    border-radius: 25px;
    border: 0;
    background-color: #fe1433;
}
#mainNav .navbar-nav .nav-item .nav-link.active, 
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ff1333;
}
#mainNav .navbar-nav .nav-item .perfil:hover{
    color: #fff;
    background-color: #3ed5fd;
}
.eliminar{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #ff1233;
    color: #fff;
}
.editar,
.editar:hover{
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #0cb566;
    color: #fff;
}
.cont-inicio{
    padding-top: 8rem!important;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(237, 237, 237, 1) 100%);
}
.editar,
.editar:hover{
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #0cb566;
    color: #fff;
}
.deportistas {
    background-color: #2196F3;
    border-radius: 50%;
    padding: 6px;
    color: #fff;
    font-size: 1.2em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.deportistas:hover {
    background-color: #146db3;
    color: #fff;
}
.cont-inicio .olivero{
    max-width: 470px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.titulo-evento-cercano{
    font-size: 30px;
    color: #151c2e;
    font-weight: 500;
}
.titulo{
    font-size: 36px;
    color: #151c2e;
    font-weight: 700;
}
.subtitulo{
    font-size: 30px;
    line-height: 30px;
    color: #151c2e;
    font-weight: 600;
}
.titulo-blanco{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}
.titulo-blanco small{
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}
.titulo-small{
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #151c2e;
    font-weight: 700;
}
.titulo-small-dos{
    font-size: 18px!important;
    line-height: 18px!important;
    color: #151c2e!important;
    font-weight: 500!important;
}
.titulo-small-two {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
}
.texto{
    font-size: 16px;
    line-height: 23px;
    color: #666;
    font-weight: 300;
}
.texto-s{
    font-size: 14px;
    line-height: 21px;
    color: #666;
    font-weight: 300;
}
.texto-s-name{
    text-transform: capitalize!important;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    font-weight: 400;
}
.texto-s-rut {
    display: inline-block;
    background-color: #fefffe;
    font-size: 13px;
    ine-height: 13px;
    padding: 2px 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px #050d1e0a;
    color: #63686e;
    font-weight: 300;
}
.texto-s-rut b{
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
.texto-b{
    font-size: 18px;
    color: #151c2e;
    font-weight: 500;
}
.texto-blanco{
    font-size: 14px;
    line-height: 21px;
    color: #fff!important;
    font-weight: 300;
}
.texto-clear {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 1.2rem 0 -5px 0;
    color: #ff1333;
    font-weight: 300;
}
.texto-dias{
    font-size: 12px;
    letter-spacing: 2px;
    margin: 1.2rem 0 -5px 0;
    color: #ff1333;
    font-weight: 300;
}
.icono-inicio{
    border: 2px solid #3ed5fd;
    width: 100px;
    border-radius: 10px;
}
.btn-color-cambio-two {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    right: 0;
    text-transform: uppercase;
    padding: 10px 35px!important;
    color: #fff;
    border-radius: 0 20px 0 0!important;
    border-left: 1px solid #038276!important;
    border: 1px solid #009688;
    background-color: #009688;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color-cambio {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    right: 0;
    text-transform: uppercase;
    padding: 8px 15px!important;
    color: #fff;
/*    border-radius: 20px 0 0 0!important;*/
    border: 1px solid #009688;
    background-color: #009688;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color {
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: 2px;
    right: 0;
    text-transform: uppercase;
    padding: 8px 25px;
    color: #fff;
    border-radius: 25px;
    border: 0;
    background-color: #ff1233;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color-line{
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: 2px;
    right: 0;
    text-transform: uppercase;
    padding: 8px 25px;
    color: #ff1233;
    border-radius: 25px;
    border: 1px solid #ff1233;
    background-color: #ff123300;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color:hover,
.btn-color-two:hover,
.btn-color-line:hover{
    color: #fff;
    background-color: #050d1e;
}
.btn-migrar{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    right: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #007bff;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-delete{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    right: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #f91515;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-edit-sm{
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    right: 0;
    text-transform: uppercase;
    padding: 3px 10px;
    color: #fff;
    border-radius: 10px;
    border: 0;
    background-color: #4caf50;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-edit{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    right: 0;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #4caf50;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color-cambio-two:hover,
.btn-color-cambio:hover{
    color: #fff;
    background-color: #050d1e;
    border-color: #050d1e;
}
.btn-color-two{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    right: 0;
    text-transform: uppercase;
    padding: 10px 15px!important;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #ff1233;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-evento{
    margin-top: 20px;
}
.btn-plan{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    right: 0;
    text-transform: uppercase;
    padding: 12px 30px!important;
    color: #fff;
    border-radius: 5px;
    border: 0;
    background-color: #ff1233;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-plan:hover {
    color: #fff;
    background-color: #050d1e;
}
.relative-tiempo{
    position: relative;
}
.relative-tiempo .cont-tiempo{
    z-index: 1010;
    padding: 17px 15px;
    top: -70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 9%);
}
.relative-tiempo .cont-tiempo .media{

}
.relative-tiempo .cont-tiempo .media img{
        border-radius: 10px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
    z-index: 1020;
    height: 100px;
    width: 100px;
    transform: scale(1);
    object-fit: cover;
    object-position: center;
}
.relative-tiempo .cont-tiempo .regresivo{
    text-align: center;
}
.relative-tiempo .cont-tiempo .regresivo .tiempo{
    font-size: 36px;
    font-weight: 300;
    color: #666;
}
.relative-tiempo .cont-tiempo .regresivo .tiempo b{
    font-size: 30;
    color: #999;
    font-weight: 300;
}
.btn-inscribir{
    padding-top: 1.7rem;
}
.bg-azul{
    background: url(../../img/inicio/bg-azul.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-azul-jiu{
    background: url(https://www.tknet.cl/img/inicio/bg-azul-jiu.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.nav-pills li .nav-link{
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #09152a;
    border: 0;
    background-color: #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-pills li .active{
/*    background-color: #ff1233!important;*/
    background-color: #09152a!important;

}
.nav-pills li .nav-link:hover{
    background-color: #09152a;
    color: #fff;
}
.owl-nav {
    display: block !important;
    left: 0;
    right: 0;
    margin: 15px auto;
    z-index: 9999 !important;
    position: absolute;
    /* bottom: 0px; */
    width: 90px;
}
.owl-nav button {
    color: #0b0a1a !important;
    background-color: #ffffff !important;
    border: 1px solid #0b0a1a !important;
    height: 35px !important;
    width: 45px !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.owl-nav button span{
    font-size: 28px!important;
    font-weight: 300;
    line-height: 30px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav .owl-prev {
    border-radius: 20px 0 0 20px;
    float: left;
    margin-left: 0;
}
.owl-nav .owl-next {
    border-radius: 0 20px 20px 0;
    float: right;
    margin-right: 0;
}
.owl-nav button:hover {
    background-color: #09152a!important;
    font-size: 18px!important;
    color: #fff!important;
}
.card-torneo-home{
    min-height: 535px;
}
.card-torneo-home .card-body {
    color: #fff;
    margin-top: -3.5rem;
    z-index: 9;
    min-height: 205px;
    padding: 1rem 3rem 1rem 1rem;
}
.card-torneo{
    border-radius: 5px;
    overflow: hidden;
    border: none;
    background-color: #000;
}

.card-torneo figure{
    position: relative;
    margin-bottom: 0;
}
.card-torneo figure img{
    aspect-ratio: .85;
    object-fit: cover;
    object-position: top center;
    transition: all .3s ease-in;
}
.card-torneo:hover figure img{
    opacity: .5;
}
.card-torneo figure .gradiente{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), 50%, rgba(0, 0, 0, 1.0));
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}
.card-torneo .card-body{
    color: #fff;
    margin-top: -3.5rem;
    z-index: 9;
    padding: 1rem 3rem 1rem 1rem;
}
.card-torneo .card-body .fecha{
    display: inline-block;
    background-color: #FF1233;
    color: #fff;
    font-size: .8rem;
    padding: .2rem .4rem;
    border-radius: .3rem;
    text-transform: capitalize;
    margin-bottom: .4rem;
}
.card-torneo .card-body .titulo-torneo{
    font-size: 1.25rem;
    margin-bottom: 3rem;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}
.card-torneo .card-body .datos-foot-torneo{
    display: inline-flex;
    /* width: 100%; */
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
.card-torneo .card-body .datos-foot-torneo > *:not(:first-child) {
  border-left: 1px solid #e3e3e3;
  padding-left: 10px;
}
.card-torneo .card-body .limites{
    font-size: .6rem;
    font-weight: 300;
    line-height: 1rem;
}
.card-torneo .card-body .limites b{
    font-size: .7rem;
    font-weight: 700;
}
.card-torneo .card-body .medallas{
    position: absolute;
    right: .4rem;
    bottom: 5rem;
}

#qrcode img{
    width: 100%;
}

.info-ppal{
    border-radius: 10px;
/*    border: 1px solid #09162A;*/
    background-color: rgb(0 69 177 / 17%);
    color: #09162A;
    font-size: .9rem;
    font-weight: 500;
}
.info-ppal i{
    font-size: 1.3rem;
}
.info-ppal p small{
    font-weight: 300;
    line-height: 1;
}

.titulo-det-torneo{
    margin-top:-7rem; 
    z-index: 99; 
    position: relative
}

.titulo-det-torneo > div{
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 15px;
}
.titulo-det-torneo .bandera{
    position: absolute;
    top: .8rem;
    right: .8rem;
}

.pills-torneo .nav-link{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.pills-torneo .nav-link i{
    margin-right: .3rem;
}

.card-torneo-dias{
    border-radius: 10px!important;
    border: none;
}
.card-torneo-dias .card-header{
    padding: .5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #f3f3f3;
    border: 1px solid #f1f1f1;
}
.card-torneo-dias .card-header button{
    display: inline-flex;
    align-items: flex-start;
    gap: 1rem;
    text-decoration: none;
    text-align: left;
    font-size: 1rem;
    color: #09152A;
    padding: 0 1rem 0 0;
}
.card-torneo-dias .card-header button small{
    font-size: .8rem;
    line-height: 1;
    font-weight: 600;
    margin-top: 5px;
    color: #09152A;
}
.card-torneo-dias .card-header button .cont-icono{
    background-color: #091428;
    color: #fff;
    height: 40px;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in;
}
.card-torneo-dias .card-header button:hover .cont-icono{
    background-color: #FF1233;
}
.card-torneo-dias .card-body{
/*    background-color: #f9f9f9;*/
    border-radius: 1rem;
    margin-top: .5rem;
    border: 1px solid #f1f1f1;
}
.quedan{
    font-size: 18px; 
    color: #ff1233; 
    margin-bottom: 0; 
    font-weight: 400
}

.card-arbitros{
    border-radius: 15px;
}
.card-arbitros img{
    border-radius: 50%;
    aspect-ratio: 1; 
    object-fit: cover;
    border: 1px solid #e3e3e3;
}

.buscador-tablas{
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: auto;
}
.buscador-tablas .input-group-text{
    background-color: #fff;
    border: none;
}
.buscador-tablas input::placeholder{
    font-size: 14px;
    margin: 0;
}
.buscador-tablas .form-control{
    border: none;
}

table.table-pesaje{
    font-size: 14px;
}
table.table-pesaje thead{
    box-shadow: none;
}
table.table-pesaje thead tr th:first-child{
    border-radius: .8rem 0 0 .8rem;
}
table.table-pesaje thead tr th:last-child{
    border-radius: 0 .8rem .8rem 0;
}
table.table-pesaje tbody tr{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
table.table-pesaje tbody tr td:first-child{
    border-radius: 1rem 0 0 1rem;
}
table.table-pesaje tbody tr td:last-child{
    border-radius: 0 1rem 1rem 0;
}
table.table-pesaje small{
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    display: block;
}

.ver-llave-titulo{
    font-size: 18px;
    font-weight: 600;
    color: #091428;
    border-left: 3px solid #FF1233;
    padding-left: .5rem;
    line-height: 18px;
}
.btns-llaves .btn{
    border-radius: 25px;
    background-color: rgb(12 29 59 / 80%);
    color: #fff;
    padding: 7px .8rem;
    font-size: .9rem;
    text-align: center;
}
.btns-llaves .btn:hover{
    background-color: rgb(12 29 59 / 100%);
    color: #fff;
}
.btns-llaves .btn i{
    margin-right: .3rem;
}


.card-home{
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
    background-color: #09152a;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4)
}
.owl-carousel .owl-stage-outer{
    padding-top: 25px!important;
}
.cont-certificate{
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 120px;
    top: -25px;
    right: 5px;
}
.card-home figure{
    width: 100%!important;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.card-home figure img{
    z-index: 1020;
    border-radius: 10px;
    height: 370px;
    transform: scale(1);
    object-fit: cover;
    object-position: top;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-home figure .img-blog{
    z-index: 1020;
    height: 560px!important;
    transform: scale(1);
    object-fit: cover;
    object-position: top;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-home figure .flag{
    z-index: 1020;
    height: 150px;
    transform: scale(1);
    object-fit: cover;
    object-position: top;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-home figure .img-user{
    width: 100%!important;
    z-index: 1020;
    border: 0px!important;
    height: 150px!important;
    border-radius: 0px!important;
    transform: scale(1);
    object-fit: cover;
    object-position: top;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-home:hover figure img{
    border-radius: 10px;
}
.card-home:hover figure img,
.card-home:hover figure .img-blog,
.card-home:hover figure .flag,
.card-home:hover figure .img-user{
    z-index: 1020;
    transform: scale(1.1);
}
.cont-btn-flag .btn-flag{
    width: 55px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cont-btn-flag .btn-flag:hover{
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}
.cont-ranking{
    width: 70px!important;
    z-index: 1020;
    position: absolute;
    right: 5px;
    top: 5px;
}
.cont-ranking .ranking,
.cont-ranking img{
    width: 70px!important;
}
.card-home figure .degradado{
    z-index: 1030;
    bottom: 0;
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

    background: rgba(9,21,42,0);
background: -webkit-linear-gradient(rgba(9,21,42,0) 0%, rgba(9,21,42,1) 100%);
background: -o-linear-gradient(rgba(9,21,42,0) 0%, rgba(9,21,42,1) 100%);
background: linear-gradient(rgba(9,21,42,0) 0%, rgba(9,21,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09152a', endColorstr='#09152a', GradientType=0 );
}
.card-home figure .degradado-blog{
    z-index: 1030;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

    background: rgba(9,21,42,0);
background: -webkit-linear-gradient(rgba(9,21,42,0) 0%, rgba(9,21,42,1) 61%, rgba(9,21,42,1) 100%);
background: -o-linear-gradient(rgba(9,21,42,0) 0%, rgba(9,21,42,1) 61%, rgba(9,21,42,1) 100%);
background: linear-gradient(rgba(9,21,42,0) 0%, rgba(9,21,42,1) 61%, rgba(9,21,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09152a', endColorstr='#09152a', GradientType=0 );
}
.card-home figure .degradado .limite{
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    margin: auto;
    width: 100%;
}
.card-home figure .degradado p{
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    margin: 0;
}
.card-home figure .degradado p b{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.card-home .card-body{
    padding: 10px;
}
.card-home .card-body .info-flag{
   border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    color: #09152a;
}
.card-home .card-body .info-flag .small{
    font-size: 14px;
    font-weight: 500;
    margin: -5px 0 0 0;
}
.card-home .card-body .info-flag h2{
    font-size: 20px;
    font-weight: 700;
    min-height: 71px;
    margin: -5px 0 5px 0;
}
.card-home .card-body .info-flag img{
    width: 45px;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4)
}
.card-home .card-body .info-flag .btn{
    background-color: #eb2b32;
    border: none;
    padding: 10px 25px 8px 25px;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 300;
    color: #fff;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-home .card-body .info-flag .btn:hover,
.card-home .card-body .info-flag .btn-doc:hover{
    background-color: #09152a;
    color: #fff!important;
}
.card-home .card-body .info-flag .btn-doc{
    background-color: #eb2b32;
    border: none;
    padding: 6px 15px;
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.bg-planes{
    background: url(../../img/inicio/bg-planes.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card-planes{
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-planes:hover{
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.plan-basico{
    margin-top: 50px;
    padding: 50px 25px;
    background: url(../../img/inicio/bg-plan-basico.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.plan-pro{
    padding: 50px 25px;
    color: #fff;
    background: url(../../img/inicio/bg-plan-pro.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.plan-general{
    margin-top: 50px;
    padding: 50px 25px;
    background: url(../../img/inicio/bg-plan-general.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.seminario{
    padding: 50px 25px;
    color: #fff;
    background: url(../../img/inicio/seminario-1.jpg) no-repeat left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.plan-basico .media,
.plan-general .media,
.plan-pro .media{
    padding: 0 10px;
}
.plan-basico .titulo-plan,
.plan-general .titulo-plan{
    margin-bottom: 25px;
}
.plan-basico .titulo-plan h4,
.plan-general .titulo-plan h4{
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    color: #151c2e;
    font-weight: 700;
}
.plan-pro .titulo-plan h4{
    margin: 0 0 3rem 0;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}
.plan-basico .titulo-plan h3,
.plan-general .titulo-plan h3{
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 48px;
    line-height: 48px;
    color: #151c2e;
    font-weight: 700;
}
.plan-pro .titulo-plan h3{
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
}
.plan-basico .titulo-plan h3 small,
.plan-general .titulo-plan h3 small{
    position: absolute;
    top: 5px;
    left: -10px;
    font-size: 18px;
    line-height: 18px;
    color: #adb3c5;
    font-weight: 500;
}
.plan-pro .titulo-plan h3 small{
    position: absolute;
    top: 5px;
    left: -15px;
    font-size: 25px;
    line-height: 25px;
    color: #3d5082;
    font-weight: 700;
}
.plan-basico .titulo-plan p,
.plan-general .titulo-plan p,
.plan-pro .titulo-plan p{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #3d5082;
    font-weight: 300;
}
.plan-basico .media p,
.plan-general .media p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    color: #999;
}
.plan-pro .media p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.plan-basico .media i,
.plan-general .media i{
    color: #09152a;
    font-size: 25px;
}
.plan-pro .media i{
    color: #fff;
    font-size: 25px;
}
.plan-basico hr,
.plan-general hr{
    border-top: 1px solid rgba(0,0,0,.1);
}
.plan-pro hr{
    border-top: 1px solid #3d5082!important;
}
.newsletter{

}
.newsletter .form-control{
    font-size: 14px!important;
    height: 35px!important;
    margin: 0 .35rem 0 0!important;
    padding-left: 35px!important;
    font-weight: 300!important;
    border-radius: 5px!important;
    position: relative!important;
    border: none!important;
    width: auto!important;
}
.newsletter i{
    position: absolute;
    padding-left: 10px;
    color: #999;
}
.newsletter .btn-suscribete{
    font-size: 12px;
    font-weight: 300;
    right: 0;
    text-transform: uppercase;
    padding: 8px 30px 7px 30px!important;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #3ed5fd;
    background-color: #3ed5fd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter .btn-suscribete:hover{
    border: 1px solid #fe1433;
    background-color: #fe1433;
}
.social-footer{
    margin-bottom: 1.5rem;
}
.social-footer a{
    font-size: 21px;
    margin: 0 10px;
}

@media (max-width: 1024px) {
    .texto-clear {
        font-size: 12px;
        letter-spacing: 2px;
        margin: 0 0 -5px 0;
        color: #ccc;
        font-weight: 300;
    }
}


@media (min-width: 992px) {
    #mainNav {
        /* padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none; */
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em;
    }
    #mainNav.navbar-shrink {
        background-color: #080813;
    }
    #mainNav.navbar-shrink img {
        max-width: 85px;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 0;
    }
}
@media (max-width: 991px){
    .svg-tknet{
        max-width: 100px;
        width: 100%;
        margin-bottom: .5rem;
    }
    #navbarResponsive {
        background-color: #080813;
    }
    #mainNav .navbar-nav .nav-item .nav-link,
    #mainNav .navbar-nav .nav-item .perfil {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .svg-tknet{
        max-width: 90px;
        width: 100%;
        margin-bottom: .5rem;
    }
    .carousel-caption {
        bottom: inherit;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 60%;
        transform: translateY(-60%);
    }
    footer{
        text-align: center;
    }
    .plan-basico,
    .plan-pro,
    .plan-general{
        margin-top: 25px;   
    }
    .newsletter .form-control{
        margin-bottom: 0.25rem;
        padding-left: 15px;
    }
    .newsletter i {
        display: none;
    }
    .dmca-badge{
        margin-bottom: 2rem;
    }

    .tabla-responsive, .tabla-responsive thead, .tabla-responsive tbody, .tabla-responsive th, .tabla-responsive td, .tabla-responsive tr {
        display: block;
        width: 100%;
    }

    .tabla-responsive thead tr {
        display: none; /* Oculta encabezados */
    }

    .tabla-responsive tr {
        margin-bottom: 1rem;
        border: 1px solid #e3e3e3;
        border-radius: 8px;
        box-shadow: 0 2px 8px #0001;
        padding: .5rem;
        background: #fff;
    }

    .tabla-responsive td, .tabla-responsive th {
        padding: .5rem 1rem;
        border: none;
        position: relative;
        text-align: left;
        min-width: 100px;
    }

    .tabla-responsive td:before {
        content: attr(data-label);
        font-weight: bold;
        color: #555;
        display: block;
        margin-bottom: .3rem;
        font-size: .95em;
    }

    
}
@media (max-width: 768px) {
    .texto-clear {
        margin: 0 0 -5px 0;
    }
    .btn-inscribir {
        text-align: center!important;
        padding-top: .5rem;
    }
    .btn-inscribir .btn{
        margin: auto;
    }
    .cont-inicio{
        padding-top: 10rem!important;
    } 

}
@media (max-width: 570px) {
    .btn-evento{
        margin-top: 0!important;
    }
    .owl-nav {
        display: block!important;
        left: 0;
        right: 0;
        z-index: 9999!important;
        position: absolute;
        top: 5px;
        margin: auto;
        width: 90px;
    }
    .card-home figure img{
        height: 350px;
    }
    .relative-tiempo .cont-tiempo .media img {
        width: 80px!important;
    }
    .titulo-torneo {
        font-size: 24px!important;
    }
    .texto-clear {
        letter-spacing: 1px!important;
    }
    .cont-inicio{
        padding-top: 15rem!important;
    } 

}


.cont-intro-banderas{
    height: 100vh;
    background: url(../../img/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cont-intro-banderas .top-intro{
    text-align: left;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-top: 25px;
    margin-bottom: 5rem;
}
.cont-intro-banderas .top-intro h1{
    font-size: 35px;
    margin-top: 40px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}
.cont-intro-banderas .portfolio-item{
    margin-bottom: 3rem;
}
.cont-intro-banderas .portfolio-item img{
    border-bottom: 1px solid #ccc;
}
.cont-intro-banderas .portfolio-item .card{
    overflow: hidden;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #fff;
}
.cont-intro-banderas .portfolio-item .card h4 a{
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 40px;
    color: #EE3B24;
    font-weight: 600;
}
.cont-intro-banderas .portfolio-item .card h4 a:hover{
    text-decoration: none;
}
.bandera-small{
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 10px;
    right: 10px;
}
.cont-iniciar-sesion{
    z-index: 1020;
    margin-top: -50px;
    margin-bottom: 30px;
}
.cont-iniciar-sesion .iniciar-sesion{
    border: inherit;
    border-radius: 15px!important;
    width: 100%;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);


    background: url(../../img/sesion/bg-sesion.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cont-iniciar-sesion .iniciar-sesion .titulo-sesion {
    text-align: center;
    border-radius: 25px 25px 0 0!important;
    padding: 20px 15px;
    /* text-transform: uppercase; */
    background-color: #091429;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 18px;
}
.cont-iniciar-sesion .contenedor-sesion{
    padding: 30px 15px;
}
.cont-iniciar-sesion .contenedor-sesion .form-group{
    margin: 0 0 25px 0;
}
.cont-iniciar-sesion .contenedor-sesion .form-group .cont-input .form-control,
.form-group .form-control,
.form-control {
    font-weight: 300;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px 0;
    height: 40px;
    padding: 10px;
    color: #050d1e;
    position: relative;
    width: 100%;
}
.cont-iniciar-sesion .contenedor-sesion .cont-check{
    padding: 0;
}
.cont-iniciar-sesion .contenedor-sesion .cont-check .checkbox{
    margin-bottom: 20px;
}
.cont-iniciar-sesion .contenedor-sesion .cont-check .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    color: #666;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar{
    padding: 0;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .entrar{
    font-weight: 300;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    background: rgb(238, 59, 36);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 0;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .entrar:hover{
    color: #fff;
    background: rgb(197, 33, 12);
    text-decoration: none;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .btn-link{
    text-decoration: underline;
    font-weight: 300;
    padding: 0;
    color: #999;
    width: 100%;
    margin: auto;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .btn-link:hover{
    color: rgb(238, 59, 36);
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .facebook{
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px 15px 7px 15px;
    background-color: #3b5998;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cont-iniciar-sesion .contenedor-sesion .cont-entrar .facebook:hover{
    background-color: #1e3b77;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .facebook img{
    width: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .facebook i{
    color: #fff;
    margin-right: 10px;
}
.cont-iniciar-sesion .contenedor-sesion .cont-entrar .facebook p{
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario{
    padding: 20px 0 15px 0;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul{
    padding: 0 0 0 15px;
    text-align: center;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul figure{
    padding: 0;
    width: 70%;
    overflow: hidden!important;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul figure .avatar, figure .avatar {
    position: relative;
    width: 120px !important;
    height: 120px !important;
    text-indent: -666em;
    border-radius: 20px;
    border: 1px solid #dfdfdf;
    background: url(../../img/sesion/avatar.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul figure .cambiar{
    background-color: rgb(255, 18, 51);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    border-radius: 15px;
    font-weight: 200;
    font-size: 13px;
    margin: auto;
    width: 130px;
    height: 21px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul figure:hover .cambiar{
    background-color: rgb(5, 13, 30);
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario{
    padding: 0 0 15px 0;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario li{
    list-style: none;
    text-align: left;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario li .entrar{
    font-weight: 300;
    border: none;
    color: #fff;
    width: 70%;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
    background: rgb(255, 18, 51);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1px 0;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario li .entrar:hover{
    color: #fff;
    background: rgb(9, 20, 41);
    text-decoration: none;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul form .entrar{
    font-weight: 300;
    float: left;
    border-radius: 4px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    background: rgb(238, 59, 36);
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;

    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul form .entrar:hover{
    color: #fff;
    background: #333;
    text-decoration: none;
}
.div-contenedor{
    /*padding-top: 120px;*/
}
.cont-navegador{
    z-index: 9999;
    background-color: #222;
    border-bottom: 1px solid #080808;
}
.cont-navegador .navegador{
    padding: 0 15px;
}
.cont-navegador .navegador .logotipo img{
    width: 125px;
}
.cont-navegador .navegador .menu ul li a{
    font-weight: 300;
    color: #fff; 
    font-size: 14px;
    padding: 25px 12px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
}
.cont-navegador .navegador .menu ul li a,
.cont-navegador .navegador .menu ul li .usuarios{
    font-weight: 300;
    color: #fff; 
    font-size: 14px;
    padding: 25px 12px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-navegador .navegador .menu ul li a:hover,
.cont-navegador .navegador .menu ul li .activo,
.cont-navegador .navegador .menu ul li a:focus{
    color: #EE3B24; 
    text-decoration: none;
}
.cont-navegador .navegador .menu ul li .usuarios:hover,
.cont-navegador .navegador .menu ul li .usuarios:focus{
    color: #fff; 
    text-decoration: none;
}
.slide {
    /* margin-top: 70px; */
    max-height: 800px;
    height: 95vh;
}
.banner-secciones{
    height: 300px;
    position: relative;
}
.slide .cont-video .puntos,
.banner-secciones .puntos{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("../../img/overaly.png")repeat;
    opacity: .8;
}
.cont-video .video-playing {
    position: absolute;
    width: 100%!important;
    z-index: 1;
}
.gradiente-slider{
    background-image: linear-gradient(to top,rgba(255, 18, 51, 0.61), 50%, #020D27 );
    opacity: .7;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2;
}
.gradiente-bottom{
    background-image: linear-gradient(to top, #141414, rgba(20, 20, 20, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    z-index: 3;
}
.bg-oscuro{
    background-color: #141414;
}
#pretzel-video{
    width: 100vw;
    height: 95vh;
    object-fit: cover;
}
.top-title{
    color: #FD0936;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .9rem;

}
.cont-video .info{
    left: 7.77%;
    max-width: 750px;
    text-align: left;
}
.cont-video .info h1{
    font-size: 3rem;
    text-shadow: none;
    line-height: 3.5rem;
    color: #fff;
    font-weight: 400;
}
.cont-video .info h1 b{
    color: #ff1233;
    font-weight: 500;
}
.cont-video .info p {
    margin: 0 auto 20px auto;
    text-shadow: none;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5rem;
    max-width: 650px;
    color: #fff;
}
.cont-video .info p b{
    font-weight: 400;
    color: #ff1233;
}
.cont-video .info .btn-trazo,
.btn-trazo{
    padding: 8px 25px;
    border-radius: 25px;
    border: 1px solid #3ed5fd;
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.42857;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-video .info .btn-trazo:hover,
.btn-trazo:hover{
    background-color: #ff1233;
     border: 1px solid #ff1233;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-video .info .btn-color,
.carousel .carousel-inner .carousel-caption .btn-color{
    padding: 8px 30px;
    border-radius: 25px;
    background-color: #3ed5fd;
    border: 1px solid #3ed5fd;
    font-size: .8rem;
    text-transform: uppercase;
    /* line-height: 1.42857; */
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-video .info .btn-color:hover,
.carousel .carousel-inner .carousel-caption .btn-color:hover{
    background-color: rgba(238, 59, 36, 0);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-video .info .btn-app{
    padding: 10px 35px 10px 15px;
    margin: auto;
    width: 145px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 400;
    color: #a4c638;
    text-shadow: none;
}
.cont-video .info .btn-app i{
    font-size: 28px;
    float: left;
    position: absolute;
    margin-left: 5px;
    line-height: 21px;
}
.fondo-planes .cont-titulo{
    position: relative;
    margin: 0 0 50px 0;
}
.fondo-planes .cont-titulo h4,
.cont-detalle-evento .cont-titulo h2{
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 40px;
    margin: 0;
    color: #EE3B24;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; 
}
.fondo-planes .cont-titulo h4 b,
.cont-detalle-evento .cont-titulo h2 b{ 
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 40px;
    color: #EE3B24;
    font-weight: 300;
}
.fondo-planes .cont-titulo h4:hover,
.cont-detalle-evento .cont-titulo h2:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.fondo-planes .cont-titulo .separador,
.cont-detalle-evento .cont-titulo .separador{
    width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #EE3B24;
    margin: auto;
}
.cont-servicios .servicios{
    padding: 0;
}
.cont-servicios .servicios .modulo{
    margin: 0 0 80px 0;
}
.cont-servicios .servicios .modulo h5{
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cont-servicios .servicios .modulo h5 i{
    font-size: 50px;
    margin: 0 0 25px 0;
}
.cont-servicios .servicios .modulo h5:hover{
    color: #EE3B24;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.cont-servicios .servicios .modulo p{
    margin: 0 0 30px 0;
}
.cont-servicios .servicios .modulo a{
    padding: 10px 25px;
    border-radius: 4px;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #EE3B24;
    text-shadow: none;
    margin: 30px 15px 0 0;

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-servicios .servicios .modulo a:hover{
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    margin: 30px 15px 0 0;
}
.cont-servicios .formulario .datos .cont-input{
    padding: 0;
}
.cont-servicios .formulario .datos .cont-input .input,
.inpt,.slct{
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 15px;
    color: #050d1e;
    font-weight: 300;
    position: relative;
    width: 100%;
}
.cont-servicios .formulario .datos .cont-input label.cont-file{
    border: 1px solid green;
    width: 150px;
    height: 45px;

    background: url(../../img/btn-afiche.jpg);
}
.cont-servicios .formulario .datos .cont-input label.cont-file-bases{
    border: 1px solid green;
    width: 150px;
    height: 45px;

    background: url(../../img/btn-bases.jpg);
}
.cont-servicios .formulario .datos .cont-input .cont-file input.file,
.cont-servicios .formulario .datos .cont-input .cont-file-bases input.file{

}

/**********File Inputs**********/
.cont-servicios .formulario .datos .cont-input .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.cont-servicios .formulario .datos .cont-input .inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}
.cont-servicios .formulario .datos .cont-input .inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.cont-servicios .formulario .datos .cont-input .iborrainputfile {
    font-size:16px; 
    color: #fff;
    right: 0;
    top: 0;
    font-weight: 300;
    font-style: italic;
    position: relative!important;
}
/* style 1 */
.cont-servicios .formulario .datos .cont-input .inputfile-1 + label {
    color: #fff;
    background: rgb(238, 59, 36);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-servicios .formulario .datos .cont-input .inputfile-1:focus + label,
.cont-servicios .formulario .datos .cont-input .inputfile-1.has-focus + label,
.cont-servicios .formulario .datos .cont-input .inputfile-1 + label:hover {
    background: rgb(127, 127, 127);
}
/**********End File Inputs**********/

.select-evento{
    border: 1px solid #ccc;
    border-radius: 0px !important;
    height: 40px;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 15px;
    color: #080808;
    background-color: #fff;
    position: relative;
    width: 100%!important;
}
.cont-servicios .formulario .datos .cont-input .input::-webkit-input-placeholder,
.cont-servicios .formulario .mensaje .cont-llenar .llenar::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}
.datos input:hover, .right textarea:hover,
.select-evento:hover{
    border: 1px solid#EE3B24!important;
    background: #F6F6F6;
    color: #EE3B24;
}
.cont-servicios .formulario .datos .cont-input i,
.cont-servicios .formulario .mensaje .cont-llenar i{
    position: absolute;
    right: 15px;
    color: #999;
    font-size: 21px;
    top: 11px;
}
.cont-servicios .formulario .mensaje .cont-llenar{
    padding: 0;
}
.cont-servicios .formulario .mensaje .cont-llenar .llenar{
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 15px;
    color: #050d1e;
    position: relative;
    width: 100%;
    height: 190px;
}
.cont-servicios .formulario .cont-enviar .enviar{
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-servicios .formulario .cont-enviar .enviar:hover{
    background-color: #fff;
    border: 1px solid #EE3B24;
    color: #EE3B24;
}
.cont-mapa{
    padding: 0;
}
.cont-mapa .bloque{
    color: #FFF;
    height: 450px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
}

.thumbnail{
    border-radius: 0px;
    padding: 0;
    min-height: 500px;
    max-height: 500px;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.caption{
    position:absolute;
    top: 100%;
    right: 0;
    background: rgba(238, 59, 36, 0.9);
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption{
    top: 0%;
}
.caption a:hover{
    text-decoration: none;
}
.caption h4{
    font-size: 21px;
    margin: 0 0 15px 0;
    padding: 15px 0;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffcc33;
}
.caption p{
    color: #fff;
    line-height: 23px;
    font-size: 16px;
    font-weight: 300;
}
.caption p b{
    line-height: 23px;
    font-size: 16px;
    font-weight: 300;
    color: #ffcc33;
}
.caption .botones a,
.caption .botones a:hover{
    text-decoration: none;
}
.caption .botones a i{
    width: 40px;
    padding-top: 12px;
    height: 40px;
    background-color: #fff;
    color: #666;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.caption .botones a i:hover{
    background-color: #fff;
    color: #EE3B24;
}




.about-details{
    padding: 110px 0;
    background: url(../../img/bannernew.jpg)fixed 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-details .contenedor-tiempo{
    margin: 0 auto;
}
.about-details .contenedor-tiempo h3{
    text-transform: uppercase;
    font-size: 45px;
    text-shadow: none;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
}
.about-details .contenedor-tiempo h3 b{
    font-size: 45px;
    text-shadow: none;
    line-height: 50px;
    color: #EE3B24;
    font-weight: 500;
}
.about-details .contenedor-tiempo h4{
    width: 100%;
    margin-bottom: 30px;
    text-shadow: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}
.about-details .separador{
    width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #EE3B24;
    margin: auto;
}

.contenedor-video .cont-video{
    margin: 0 0 25px 0;
}
.contenedor-video .cont-info-desp .panel{
    background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 19px;
    border: none;
    font-weight: 300;
    color: #666;
}
/*COMPETIDORES POOMSAE*/
.table {
    margin-top: -1px;
    border-bottom: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}
.table thead{
    background-color: #050d1e!important;
    box-shadow: 0px 3px 15px rgba(0,0,0,.6);
}
.table tbody{
    background-color: #f1f1f1!important;
}
.table thead>tr>th{
    color:#fff;
    font-weight: 100;
}
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
/*FIN COMPETIDORES POOMSAE*/
.contenedor-video .cont-info-desp .panel .panel-heading{
    padding: 0px;
    border-radius: 25px;
    margin-bottom: 1px;
    background-color: #ff1233!important;
}
.card-ayuda .card-header {
    padding: 0px;
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 1px;
    background-color: #ff1233 !important;
}
.card-ayuda .card-header .btn-link{
    padding: 0;
    text-decoration: none;
    color: #fff!important;
    font-weight: 300;
}
.card-ayuda .card-header .btn-link i {
    background-color: #091429;
    font-size: .9rem;
    color: #ffffff;
    margin: 2px 10px 1px 2px;
    border-radius: 9px;
    padding: 11px 0 0 0;
    text-align: center;
    height: 35px;
    width: 36px;
}
.card-ayuda{
    background-color: #f1f1f1;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    font-weight: 300;
    color: #666;
}
.contenedor-video .cont-info-desp .panel .panel-heading a,
.contenedor-video .cont-info-desp .panel .panel-heading a:hover{
    text-decoration: none;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 300;
}
.contenedor-video .cont-info-desp .panel .panel-heading a i{
    background-color: #091429;
    color: #ffffff;
    margin: 0 10px 0 0;
    border-radius: 25px;
    padding: 12px 0 0 0;
    text-align: center;
    height: 40px;
    width: 40px;
}
.fondo-planes{
    padding: 40px 0;
    background-color: #ebebeb;
}
.fondo-planes .cont-info-planes{
    padding: 0;
    position: relative;
}
.fondo-planes .cont-planes{
    margin: 30px auto 0 auto;
}
.cont-planes .plan1{
    margin: 40px 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 8px #999;
}
.cont-planes .plan1 .titulo{
    border: none;
    padding: 10px 0;
    background-color: #3e3e3e;
    border-top: 1px solid #3e3e3e;
    margin: 0;
}
.cont-planes .plan1 .titulo h5{
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.cont-planes .plan1 .titulo h5 small{
    border-right: 1px solid #EE3B24;
    color: #fff;
    font-size: 16px;
    padding: 0 8px 0 0;
    font-weight: 300;
    text-transform: capitalize;
}
.cont-planes .plan1 .titulo p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.cont-planes .plan1 .triangulo{
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #3e3e3e;
}
.cont-planes .plan1 .valor{
    background-color: #f1f1f1;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin: -25px 0 0 0;
    padding: 25px 0 10px 0;
}
.cont-planes .plan1 .valor p{
    font-size: 45px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.cont-planes .plan1 .servicios{
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    color: #434343;
    font-size: 18px;
}
.cont-planes .plan1 .contrato{
    padding: 20px 0;
}
.cont-planes .plan1 .contrato a{
    padding: 10px 25px;
    border-radius: 4px;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #EE3B24;
    text-shadow: none;
    margin: 30px 15px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-planes .plan1 .contrato a:hover{
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    margin: 30px 15px 0 0;
}
.cont-planes .plan2{
    z-index: 2;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 15px #666;
}
.cont-planes .plan2 .titulo{
    border: none;
    padding: 45px 0 35px 0;
    background-color: #EE3B24;
    border-top: 1px solid #EE3B24;
    margin: 0;
}
.cont-planes .plan2 .titulo h5{
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.cont-planes .plan2 .titulo h5 small{
    border-right: 1px solid #3e3e3e;
    color: #fff;
    font-size: 16px;
    padding: 0 8px 0 0;
    font-weight: 300;
    text-transform: capitalize;
}
.cont-planes .plan2 .titulo p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.cont-planes .plan2 .triangulo{
    width: 0;
    margin: 0 auto;
    height: 0;
    position: relative;
    z-index: 9999;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #EE3B24;
}
.cont-planes .plan2 .valor{
    background-color: #f1f1f1;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    margin: -25px 0 0 0;
    padding: 25px 0 10px 0;
}
.cont-planes .plan2 .valor p{
    font-size: 50px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.cont-planes .plan2 .servicios{
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    color: #434343;
    font-size: 18px;
}
.cont-planes .plan2 .contrato{
    padding: 20px 0;
}
.cont-planes .plan2 .contrato a{
    padding: 10px 25px;
    border-radius: 4px;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #EE3B24;
    text-shadow: none;
    margin: 30px 15px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-planes .plan2 .contrato a:hover{
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 4px;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    margin: 30px 15px 0 0;
}
.cont-detalle-evento{
    padding: 50px 0;
}
.cont-detalle-evento .cont-titulo{
    position: relative;
    margin: 0 0 30px 0;
}
.cont-detalle-evento .cont-afiche{
    padding: 0;
}
.cont-detalle-evento .cont-afiche figure{
    text-align: center;
    margin: 0 0 30px 0;
}
.cont-detalle-evento .cont-afiche figure img{
    width: 100%;
}
.cont-detalle-evento .cont-afiche .llaves{
    margin: 0;
}
.cont-detalle-evento .cont-afiche .llaves .panel{
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 0;
    border: none;
    font-weight: 300;
    color: #666;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-heading{
    padding: 0;
    background-color: #EE3B24!important;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-heading a,
.cont-detalle-evento .cont-afiche .llaves .panel .panel-heading a:hover{
    text-decoration: none;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 300;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-heading a i{
    background-color: #e13822;
    color: #ffcc33;
    margin: 0 10px 0 0;
    border-radius: 3px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
    height: 40px;
    width: 40px;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-collapse .panel-body{
    padding: 0;
    overflow: hidden;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-collapse .panel-body a{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 8px 15px;
    text-align: left;
    font-weight: 300;
    color: #666;
    border-radius: 0px!important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-collapse .panel-body a i{
    color: #EE3B24;
    font-size: 18px;
}
.cont-detalle-evento .cont-afiche .llaves .panel .panel-collapse .panel-body a:hover{
    color: #EE3B24;
}
.cont-detalle-evento .info-evento{
    margin: 0;
}
.cont-detalle-evento .info-evento .panel{
    background-color: #f1f1f1;
    overflow: hidden;
    border: none;
    font-weight: 300;
    color: #666;
}
.cont-detalle-evento .info-evento .panel .panel-heading{
    padding: 0;
    background-color: #EE3B24!important;
}
.cont-detalle-evento .info-evento .panel .panel-heading a,
.cont-detalle-evento .info-evento .panel .panel-heading a:hover{
    text-decoration: none;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 300;
}
.cont-detalle-evento .info-evento .panel .panel-heading a i{
    background-color: #e13822;
    color: #ffcc33;
    margin: 0 10px 0 0;
    border-radius: 3px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
    height: 40px;
    width: 40px;
}
.cont-detalle-evento .info-evento .panel form .form-group{
}
.cont-detalle-evento .info-evento .panel form .form-group .input,
.cont-detalle-evento .info-evento .panel form .form-group select{
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 15px;
    color: #000;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .info-evento .panel form .form-group .input::-webkit-input-placeholder{
    color: #666;
    font-weight: 300;
}
.cont-detalle-evento .info-evento .panel form .form-group .input:hover,
.right textarea:hover {
    border: 1px solid #ff1233!important;
    background: #F6F6F6;
}
.cont-detalle-evento .info-evento .panel form .form-group .btn{
    padding: 8px 25px;
    border-radius: 4px;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .info-evento .panel form .form-group .btn:hover{
    padding: 8px 25px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #EE3B24;
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 300;
    color: #EE3B24;
    text-shadow: none;
    margin: 0 15px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .info-evento .panel form figure{
    padding: 0;
}
.cont-detalle-evento .info-evento .panel form .cont-form-grup{
    padding: 0;
}
.cont-detalle-evento .info-evento .organiza{
    background-color: #f1f1f1;
    padding: 0;
    margin: 0 0 25px 0;
    border-radius: 5px;
}
.cont-detalle-evento .info-evento .organiza .cont-btn{
    margin: 15px 0;
}
.cont-detalle-evento .info-evento .organiza .cont-btn a{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .info-evento .organiza .cont-btn form .btn{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .info-evento .organiza .cont-btn a:hover,
.cont-detalle-evento .info-evento .organiza .cont-btn form .btn:hover{
    text-align: center;
    text-transform: uppercase;
    color: #EE3B24;
    background-color: #fff;
    border: 1px solid #EE3B24;
}
.cont-detalle-evento .info-evento .organiza .compartir{
    text-align: center;
    border-top: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 10px 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
}
.cont-detalle-evento .info-evento .organiza .compartir .social{
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
}
.cont-detalle-evento .info-evento .comentarios{
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
}
.cont-detalle-evento .info-evento .comentarios h4,
.cont-detalle-evento .info-evento .blog-form h4{
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}
.cont-detalle-evento .info-evento .comentarios
.comentario-de{
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}
.cuerpo-mensaje{
    margin: 0;
}
.cuerpo-mensaje .flecha{
    width: 0;
    height: 0;
    margin: 0 0 0 25px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}
.cuerpo-mensaje .mensaje{
    background-color: #fff;
    padding: 15px;
    min-height: 50px;
    border-radius: 25px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.cont-detalle-evento .info-evento .blog-form .btn{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #EE3B24;
    border: 1px solid #EE3B24;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cont-detalle-evento .info-evento .blog-form .btn:hover{
    text-align: center;
    text-transform: uppercase;
    color: #EE3B24;
    background-color: #fff;
    border: 1px solid #EE3B24;
}
.cont-detalle-evento .info-evento .cont-deportistas{
    margin: 0;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive{
    margin: 0;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table{
    border-radius: 10px!important;
    margin: 25px 0;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table thead{
    margin: 25px 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody{
    background-color: #fff;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr{
    padding: 0!important;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr a{
    margin: 0 auto;
    width: 200px!important;
    text-align: center;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr form .eliminar{
    padding: 0; 
    border: 1px solid #d33b39;
    border-radius: 50%;
    background-color: #fb605c;
    padding-top: 1px;
    font-size: 16px;
    color: #fff;
    width: 25px;
    height: 25px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cambiar-escudo {
    background-color: #ff1233;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 25px;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.cambiar-escudo:hover {
    text-decoration: none;
    background-color: #091429;
    color: #fff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
    outline: none;
    
}

input.error {
    border: 2px solid red !important;
}



.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr form .eliminar:hover{
    border: 1px solid #d33b39;
    background-color: #d33b39;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr form .editar{
    border: 1px solid #1ca028;
    border-radius: 50%;
    background-color: #33c949;
    padding-top: 2px;
    color: #fff;
    width: 25px;
    height: 25px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr form .editar:hover,
.editar:hover{
    border: 1px solid #1ca028;
    background-color: #1ca028;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr .boton-eliminar{
    border: 1px solid #d33b39;
    border-radius: 50%;
    background-color: #fb605c;
    padding: 3px 5px 2px 5px;
    font-size: 16px;
    color: #fff;
    width: 25px;
    height: 25px;

    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr .boton-eliminar:hover{
    text-decoration: none;
    border: 1px solid #d33b39;
    background-color: #d33b39;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr .boton-editar{
    border: 1px solid #1ca028;
    border-radius: 50%;
    background-color: #33c949;
    padding: 3px 5px 3px 6px;
    color: #fff;
    width: 25px!important;
    height: 25px;

    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.cont-detalle-evento .info-evento .cont-deportistas
.table-responsive .table tbody tr .boton-editar:hover{
    text-decoration: none;
    border: 1px solid #1ca028;
    background-color: #1ca028;
}
/* css sesión */
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 95%;
  top: 15%!important;
  max-width: 600px;
  background: #fff;
  border: 1px solid #999!important;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modal-box .fondo{
  border-radius: 8px 8px 0 0;
  background: url(../img/sesion/fondo-avatar.jpg);
  height: 130px;
}
.modal-box .fondo .close{
  opacity: 1;
  margin: 15px 15px 0 0;
}
.modal-box .fondo .close img{
  width: 25px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.modal-box .fondo .close img:hover{

  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.modal-box figure{
  margin-top: -75px;
}
.modal-box figure img{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 5px solid #EE3B24;
}
.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}
.modal-box .iniciar{
  text-align: center;
}
.modal-box .iniciar h3{
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}
.modal-box .iniciar p{
  color: #999;
  font-size: 16px;
  margin: 10px 0 15px 0;
}
.modal-box .iniciar form{
  margin: 5px 0 15px 0;
}
.modal-box .iniciar form .input-block{
  border: none;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 auto 20px auto;
  width: 90%;
  padding: 10px 0 10px 15px;
  background-color: #f1f1f1;
  max-width: 360px;
  display: block;
}
.modal-box .iniciar form .iniciar{
  border: 1px solid #EE3B24;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  background-color: #EE3B24;

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.modal-box .iniciar form .iniciar:hover{
  border: 1px solid #EE3B24;
  text-transform: uppercase;
  color: #EE3B24;
  padding: 15px 10px;
  background-color: #fff;
}
.modal-box .iniciar .recuperar{
  text-decoration: underline;
  color: #999;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.modal-box .iniciar .recuperar:hover{
  text-decoration: underline;
  color: #EE3B24;
}
.modal-box .texto-facebook{
  padding: 10px 0;
  background-color: #f1f1f1;
}
.modal-box .texto-facebook p{
  color: #999;
  font-size: 16px;
  margin: 0;
}
.modal-box footer{
  text-align: center;
  background-color: #4566ad;
  color: #fff;
  height: 55px;
  padding: 10px 0 0 0;
  border-radius: 0 0 8px 8px;
}
.modal-box footer a{
  margin: 10px 0 0 0;
  color: #fff;
}
.modal-box footer a i{
  color: #fff;
  width: 25px;
  height: 25px;
  padding: 4px 0 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
}
/* Fin css sesión */


/* Css de llaves */
.cont-llaves{
    min-width: 1000px;
    max-width: 1100px;
    border: 1px solid red;
}
.cont-llaves h1{
    margin: 25px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.cont-llaves .llaves{
    min-width: 970px;
    max-width: 1700px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0 0 25px 0;
    overflow: hidden;
    border-radius: 4px;
}
.cont-llaves .llaves .titulo-llaves{
    background-color: #EE3B24;
    margin: -20px 0 0 0;
    padding: 10px 0 5px 0;
    text-align: center;
}
.cont-llaves .llaves .titulo-llaves h2{
    color: #fff;
    font-size: 21px;
    font-weight: 300;
}
.cont-llaves .llaves .llave{
    margin: 15px;
    position: relative;
}
.cont-llaves .llaves .llave .verticaline{
    position: absolute;
    z-index: -9999;
    bottom: 47px;
    left: 531px;
    width: 1px;
    height: 67px;
    border-left: 1px solid #999;
}
.cont-llaves .llaves .llave .verticaline2{
    position: absolute;
    z-index: -9999;
    bottom: 225px;
    left: 531px;
    width: 1px;
    height: 67px;
    border-left: 1px solid #999;
}
.cont-llaves .llaves .llave .verticaline3{
    position: absolute;
    z-index: -9999;
    bottom: 89px;
    left: 576px;
    width: 1px;
    height: 161px;
    border-left: 1px solid #999;
}
.cont-llaves .llaves .llave .verticaline-bye{
    position: absolute;
    z-index: -9999;
    bottom: 89px;
    left: 576px;
    width: 1px;
    height: 119px;
    border-left: 1px solid #999;
}
.cont-llaves .llaves .llave .numero{
    text-align: right;
    position: absolute;
    z-index: -9999;
    bottom: 60px;
    left: 495px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.cont-llaves .llaves .llave .numero2{
    text-align: right;
    position: absolute;
    z-index: -9999;
    bottom: 237px;
    left: 495px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.cont-llaves .llaves .llave .numero3{
    text-align: right;
    position: absolute;
    z-index: -9999;
    bottom: 145px;
    left: 540px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.cont-llaves .llaves .llave .numero-bye{
    text-align: right;
    position: absolute;
    z-index: -9999;
    bottom: 145px;
    left: 540px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.cont-llaves .llaves .llave .competidor-azul-bye{
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 0 20px 0;
    border-radius: 5px;
    width: 480px;
}
.cont-llaves .llaves .llave .competidor-azul{
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 0 10px 0;
    border-radius: 5px;
    width: 480px;
}
.cont-llaves .llaves .llave .competidor-rojo{
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 0 20px 0;
    border-radius: 5px;
    width: 480px;
}
.cont-llaves .llaves .llave .competidor-azul-bye .triangulo,
.cont-llaves .llaves .llave .competidor-azul .triangulo,
.cont-llaves .llaves .llave .competidor-rojo .triangulo{
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #ccc;
    border-bottom: 10px solid transparent;
}
.cont-llaves .llaves .llave .competidor-azul .lineas,
.cont-llaves .llaves .llave .competidor-rojo .lineas{
    position: absolute;
    top: 27px;
    right: -60px;
    width: 50px;
    height: 16px;
}
.cont-llaves .llaves .llave .competidor-azul .lineas2,
.cont-llaves .llaves .llave .competidor-rojo .lineas2{
    position: absolute;
    top: 27px;
    right: -60px;
    width: 50px;
    height: 16px;
}
.cont-llaves .llaves .llave .competidor-azul-bye .lineas{
    position: absolute;
    top: 27px;
    right: -105px;
    width: 95px;
    height: 16px;
}
.cont-llaves .llaves .llave .competidor-azul .lineas2 .linea2,
.cont-llaves .llaves .llave .competidor-rojo .lineas2 .linea2,
.cont-llaves .llaves .llave .competidor-azul .lineas .linea,
.cont-llaves .llaves .llave .competidor-rojo .lineas .linea{
    position: absolute;
    top: 7px;
    right: 16px;
    width: 33px;
    border-top: 1px solid #999;
    height: 1px;
}
.cont-llaves .llaves .llave .competidor-azul-bye .lineas .circulo-bye,
.cont-llaves .llaves .llave .competidor-azul .lineas2 .circulo2,
.cont-llaves .llaves .llave .competidor-azul .lineas .circulo{
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid  #0000cc;
    border-radius: 50%;
    top: 0;
    right: 0;
    background-color: #fff;
}
.cont-llaves .llaves .llave .competidor-rojo .lineas .circulo,
.cont-llaves .llaves .llave .competidor-rojo .lineas2 .circulo2{
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid  #cc3300;
    border-radius: 50%;
    top: 0;
    right: 0;
    background-color: #fff;
}
.cont-llaves .llaves .llave .competidor-rojo .lineas-rojo-bye,
.cont-llaves .llaves .llave .competidor-rojo .lineas-rojo-2,
.cont-llaves .llaves .llave .competidor-rojo .lineas-azul-2{
    position: absolute;
    top: -15px;
    right: -105px;
    width: 51px;
    height: 16px;
}
.cont-llaves .llaves .llave .competidor-azul-bye .lineas .linea-bye{
    position: absolute;
    top: 7px;
    right: 16px;
    width: 78px;
    border-top: 1px solid #999;
    height: 1px;
}
.cont-llaves .llaves .llave .competidor-rojo .lineas-rojo-bye .linea-bye,
.cont-llaves .llaves .llave .competidor-rojo .lineas-rojo-2 .linea-2,
.cont-llaves .llaves .llave .competidor-rojo .lineas-azul-2 .linea-2{
    position: absolute;
    top: 7px;
    right: 16px;
    width: 34px;
    border-top: 1px solid #999;
    height: 1px;
}
.cont-llaves .llaves .llave .competidor-rojo .lineas-rojo-bye .circulo-bye,
.cont-llaves .llaves .llave .competidor-rojo .lineas-rojo-2 .circulo-2{
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #cc3300;
    border-radius: 50%;
    top: 0;
    right: 0;
    background-color: #fff;
}
.cont-llaves .llaves .llave .competidor-rojo .lineas-azul-2 .circulo-2{
    position: absolute;
    width: 15px;
    height: 15px;
    border: 3px solid #0000cc;
    border-radius: 50%;
    top: 0;
    right: 0;
    background-color: #fff;
}
.cont-llaves .llaves .llave .competidor-azul-bye .color,
.cont-llaves .llaves .llave .competidor-azul .color,
.cont-llaves .llaves .llave .competidor-rojo .color{
    border: none;
    width: 20px;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
}
.cont-llaves .llaves .llave .competidor-azul-bye figure,
.cont-llaves .llaves .llave .competidor-azul figure,
.cont-llaves .llaves .llave .competidor-rojo figure{
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2px;
    margin: 10px 5px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 50px;
}
.cont-llaves .llaves .llave .competidor-azul-bye figure img,
.cont-llaves .llaves .llave .competidor-azul figure img,
.cont-llaves .llaves .llave .competidor-rojo figure img{
    width: 100%;
}
.cont-llaves .llaves .llave .competidor-azul-bye .competidor,
.cont-llaves .llaves .llave .competidor-azul .competidor,
.cont-llaves .llaves .llave .competidor-rojo .competidor{
    border-right: 1px solid #ccc;
    color: #000;
    margin: 0 5px 0 0;
    padding: 10px 10px 0 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: 180px;
}
.cont-llaves .llaves .llave .competidor-azul-bye .info-competidor,
.cont-llaves .llaves .llave .competidor-azul .info-competidor,
.cont-llaves .llaves .llave .competidor-rojo .info-competidor{
    padding: 8px 0 0 0;
    display: inline-block;
    vertical-align: top;
    height: 70px;
    width: 190px;
}
.cont-llaves .llaves .llave .competidor-azul-bye .info-competidor .club,
.cont-llaves .llaves .llave .competidor-azul .info-competidor .club,
.cont-llaves .llaves .llave .competidor-rojo .info-competidor .club{
    font-size: 14px;
    color: #7c7c7c;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
.cont-llaves .llaves .llave .competidor-azul-bye .info-competidor .edadpeso,
.cont-llaves .llaves .llave .competidor-azul .info-competidor .edadpeso,
.cont-llaves .llaves .llave .competidor-rojo .info-competidor .edadpeso{
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
/* Fin Css de llaves */
@media screen and (max-width: 1199px) {
    .thumbnail{
        min-height: 410px!important;
        max-height: 410px!important;
    }
}

@media screen and (max-width: 991px) {
    .btn-inicia{
        font-size: 12px;
        font-weight: 300;
        right: 0;
        text-transform: uppercase;
        padding: 5px 20px!important;
        color: white;
        border-radius: 10px;
        border: 0;
        background-color: #ff1233;
    }
    #mainNav {
        padding-top: 25px;
    }
    .cont-inicia{
        width: 251px;
        position: fixed;
        top: 14px;
        /* left: 0; */
        margin: auto;
        right: 15px;
    }
    .thumbnail{
        min-height: 315px!important;
        max-height: 315px!important;
        border-radius: 0px!important;
    }
    .titulo-torneos{
        color: #EE3B24;
        font-weight: 400;
        border: 1px solid #ccc;
        border-bottom: none;
        width: 100%;
        margin: 0;
    }
    .caption{
        position: absolute;
        top: 100%;
        margin: -20px 0 20px 0;
        right: 0;
        background: rgba(238, 59, 36, 0.9);
        width: 100%;
        height: 110px;
        padding: 20px 2% 2% 2%;
        text-align: center;
        color: #fff !important;
        z-index: 2;

        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .scroller {
      text-align:center;
      cursor:pointer;
      display:none;
      padding:7px;
      padding-top:11px;
      white-space:no-wrap;
      vertical-align:middle;
      background-color:#fff;
    }

    .scroller-right{
      float:right;
    }

    .scroller-left {
      float:left;
    }

    .nav-tabs-wrapper {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    .nav-tabs-wrapper .pills-torneo{
        flex-wrap: nowrap!important;
    }
    .pills-torneo .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-size: 12px!important;
        min-width: 125px!important;
    }
    .pills-torneo .nav-link i{
        margin-right: 0;
        margin-bottom: .3rem;
        line-height: 1.5;
        font-size: 14px;
    }
    .nav-tabs-wrapper::-webkit-scrollbar {
      display: none;
    }
}

@media screen and (max-width: 768px){
    .titulo-small-inicio{
        margin-top: 1.5rem!important;
    }
    .icono-inicio {
        width: 85px;
    }
    /*.nav-pills li{
        margin: 0 auto 4px auto!important;
        width: 23%!important;
    }
    .nav-pills li .nav-link{
        width: 100%!important;
    }*/
    .titulo-det-torneo .afiche-img{
        width: 80px;
    }
    .titulo-det-torneo .titulo{
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .cont-video .info h1 {
        font-size: 1.9rem;
        text-shadow: none;
        line-height: 2.3rem;
        color: #fff;
        font-weight: 400;
    }
    .seminario{
        padding: 50px 25px;
        color: #fff;
        background: url(../../img/inicio/seminario-2.jpg) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .sep-sem{
        height: 300px;
    }
    /*.nav-pills li .nav-link{
        font-size: 10px;
        width: 100%!important;
    }*/
    .div-contenedor{
        padding-top: 80px;
    }
    .slide{
        height: 410px;
    }
    .carousel-caption {
        right: 5%;
        left: 5%;
    }
    .cont-video .info .btn-trazo {
        padding: 10px 25px;
    }
    .cont-video .info .btn-color{
        padding: 10px 25px!important;
    }
    .container>.navbar-header {
        padding-bottom: 10px;
    }
    .cont-navegador .navegador{
        padding: 15px  15px 0 15px;
    }
    .cont-navegador .navegador .logotipo{
        padding: 0 0 0 15px;
    }
    .cont-navegador .navegador .logotipo img{
        width: 110px;
    }
    .navbar-toggle{
        margin-bottom: 25px;
    }
    .cont-navegador .navegador .menu ul li{
        text-align: center;
    }
    .cont-navegador .navegador .menu ul li a{
        font-weight: 300;
        width: 100%;
        color: #fff; 
        font-size: 14px;
        padding: 3px 15px;
        line-height: 40px;
        display: inline-block;
        text-transform: uppercase;
    }
    .cont-navegador .navegador .menu ul li .perfil {
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        padding: 5px 12px;
        line-height: 40px;
        margin-bottom: 0;
        display: inline-block;
        text-transform: uppercase;
        background: rgb(238, 59, 36);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .cont-navegador .navegador .menu ul li .usuarios{
        font-weight: 300;
        color: #fff; 
        font-size: 14px;
        padding: 8px 15px;
        line-height: 40px;
        display: inline-block;
        text-transform: uppercase;
    }
    .cont-detalle-evento .info-evento .organiza .compartir .social{
        text-align: left;
        display: block;
        padding: 0 0 0 15px;
        margin: 0 0 15px 0;
        width: 100%;
        vertical-align: top;
    }
    .cont-detalle-evento .info-evento .cont-deportistas
    .table-responsive{
        margin: 15px 0;
        padding: 0;
    }
    .thumbnail{
        width: 100%;
        margin: 0 auto 30px auto;
        min-height: 430px!important;
        max-height: 430px!important;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul figure{
        width: 100%;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul {
        padding: 0;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario {
        padding: 0 15px;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario li {
        padding-left: 0;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul h4,
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario li .entrar{
        width: 100%;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul .menu-usuario li .entrar{
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul form .entrar {
        margin: 15px 0 0 0;
    }
    .cont-iniciar-sesion .iniciar-sesion .cont-menu-usuario ul form .entrar{
        float: none;
        margin: 15px 0 0 0;
    }
    .caption{
        display: none;
    }
    .boton-celular{
        position: absolute!important;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    
}
@media screen and (max-width: 414px) {
    .cont-video .info {
        margin: 0 0 15% 0;
    }
    .cont-video .info h1 {
        font-size: 2rem;
        text-shadow: none;
        line-height: 2.3rem;
        color: #fff;
        font-weight: 500;
    }
    .cont-video .info p {
        font-size: 16px;
        display: none;
        line-height: 23px; 
    }
}

.alerta {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .5);
}
.alerta .alert {
    z-index: 9999;
    position: fixed;
    width: 100%;
    max-width: 370px;
    max-height: 400px;
    min-height: 10px;
    height: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.alerta .alert ul {
    padding: 0;
    margin: 0;
}

.torneo {
    border-radius: 5px;
    margin-bottom: 10px;
}
.torneo:hover {
    box-shadow: 0px 0px 20px 0px rgb(218, 218, 218);
}
.torneo.activo {
    border: 1px solid #8bc34a;
    box-shadow: 0 0 20px #d1d1d1;
    border-radius: 20px;
    margin-bottom: 25px;
}
.torneo.inactivo {
    border: 1px solid #f44336;
    box-shadow: 0 0 20px #d1d1d1;
    border-radius: 20px;
    margin-bottom: 25px;
}
.torneo .p-03 {
    padding: 0 3px 0 0;
}
.torneo .p-03 a {
    width: 100%;
}
.torneo .cnt-botonera {
    margin-top: 10px;
    display: -webkit-box;
    padding: 0;
    width: 100%;
}
.torneo .botonera {
    margin-top: 10px;
    width: 100%;
}
.torneo .botonera a {
    width: 100%;
    padding: 6px 8px;
    margin-bottom: 5px;
}
.torneo .afiche img {
    width: 100%;
    border-radius: 0 0 25px 25px;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
.torneo .acciones {
    margin-top:10px;
}
.torneo .acciones a {
    text-decoration: none;
}
.torneo .acciones a img {
    border-radius: 50%;
}
.torneo .acciones a.btn {
/*    border-radius: 25px;*/
    padding: 2px 10px;
}
.torneo .camb-afiche,
.torneo .bases {
    width: 50%;
    border-radius: 0;
    padding: 5px;
}
.torneo .img-afiche {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-table;
}
.otros-card{
    overflow: hidden;
}
.otros-card figure{
    background-size: cover; 
    background-position: center; 
    min-height: 300px;
}
.otros-card figure h4{
    font-size: 32px; 
    font-weight: 700;
    text-shadow: 0 0 4px rgba(10, 22, 43, 0.85);
}
.otros-card figure h4 span{
    font-size: 44px; 
}

/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */

.btn-acciones{
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f6f6f6;
    color: #444;
}
.btn-acciones:is(:hover,:focus){
    background-color: #000;
    color: #fff;
}
.card-dias {
    background-color: transparent;
}
.card-dias .card-header{
    background-color: #fff;
    margin-bottom: .5rem;
    border-radius: 3px;
    border-left: 3px solid #FF1233;
    border-bottom: 0;
}
.card-dias .card-header button{
    text-decoration: none;
    color: #444;
}
.card-dias .card-header button span{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #FF1233;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-dias .card-header button.collapsed span{
    background-color: #000;
}
.card-dias .card-body{
    background-color: #fff;
    border-radius: 3px;
}


/*DASHBOARD*/
.user-row{
    border-radius: 15px;
}
.tarjetas-menu .card{
    background-image:url('../../img/fondo-btn.jpg') ;
    background-position: top left;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    min-height: 160px;
    height: 100%;
}
.tarjetas-menu .card:hover{
    opacity: .9;
}
.tarjetas-menu .card .card-body{
    display: flex;
    flex-direction: column;
/*    align-items: flex-start;*/
    justify-content: flex-end;
}
.tarjetas-menu .card .card-body .titulo-small-dos{
    color: #fff!important;
    margin-bottom: 0;
}
.btn-circle{
    background-color: #ff1233;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.btn-circle:is(:hover,:focus,:active){
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.text-12{
    font-size: 12px!important;
}
.text-14{
    font-size: 14px!important;
}
.btn-small{
/*    background-color: #ff1233;*/
    background-color: #050d1e;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 12px;
    font-weight: 300;
}
.btn-small:is(:hover,:focus,:active){
    background-color: #ff1233;
    color: #fff;
}