body {
    background-color: #00a0b433;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.navbar {
    z-index: 9999;
    background: #323C50;
    position: fixed;
    width: 100%;
    transition: all .5s ease;
    height: 76px;
}

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

section.section-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    user-select: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-banner {
    position: absolute;
    z-index: -1;
    height: 100% !important;
    width: 100% !important;
}

.swiper-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.navbar-nav {
    flex-direction: row;
}

ul.navbar-nav li {
    margin-right: 35px;
    display: flex;
    align-items: center;
}

ul.navbar-nav li a {
    font-weight: 600;
    color: #fff;
}

.navbar-nav-button.nav-button-register a {
    background: #af3030;
    padding: 5px 15px;
    border-radius: 5px;
}

.navbar-nav-button.nav-button-entry a {
    padding: 5px 15px;
    background: #1F6377;
    border-radius: 5px;
}

.navbar-nav-button.nav-button-register {
    margin-right: 15px;
}

.nav-bar-buttons {
    display: none;
}

.navbar-nav-button a {
    color: #fff;
}

.section-banner-title {
    color: #fff;
    font-size: 38px;
    line-height: 55px;
    width: 85%;
    text-align: center;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
    margin-bottom: 0px;
}

.logo-header:hover {
    transform: scale(1.05);
}

a.logo-header {
    display: flex;
    transition: all .3s ease;
align-items: center;}

a.link-header:hover {
    transform: translateY(-2px);
}

a.link-header {
    display: block;
    text-decoration: none;
    transition: all .3s ease;
}

.navbar-nav-button.nav-button-register a:hover {
    transform: scale(1.05);
}

.navbar-nav-button.nav-button-register a {
    text-decoration: none;
    display: block;
    transition: all .3s ease;
}

.navbar-nav-button.nav-button-entry a {
    text-decoration: none;
    display: block;
    transition: all .3s ease;
}

.navbar-nav-button.nav-button-entry a:hover {
    transform: scale(1.05);
}

img.section-feature-icon-img {
    width: 40px;
}

.section-feature-single {
    display: flex;
    margin-bottom: 25px;
}

.section-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00a0b4;
    border-radius: 25px 0px;
    padding: 20px;
    margin-right: 20px;
}

section#section-feature {
    margin-top: 70px;
    height: 100%;
    margin-bottom: 70px;
}

.section-feature-single-details {
    display: flex;
    align-items: center;
}

.section-feature-single-details p {
    margin-bottom: 0px;
    color: #00a0b4;
    font-weight: 500;
    line-height: 17px;
}

.section-feature-single-details p span {
    color: #000;
}

.section-feature-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-feature-img img {
    width: 75%;
    height: 100%;
    object-fit: contain;
}

.app-download-btn a {
    padding: 8px 40px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    display: flex;
}

.gradient-bg-1 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 160, 180, 1)), color-stop(51%, rgba(48, 100, 200, 1)), to(rgba(0, 160, 180, 1)));
    background-image: linear-gradient(to right, rgba(0, 160, 180, 1) 0%, rgba(48, 100, 200, 1) 51%, rgba(0, 160, 180, 1) 100%) !important;
}

.gradient-bg-1:hover {
    background-position: right center;
}

span.float-right.text-center.font-w-700 {
    display: flex;
    flex-direction: column;
}

a.gradient-bg-1 img {
    width: 27px;
    margin-right: 8px;
}

.app-download-btn {
    display: flex;
}

img.section-feature-img-phone {
    margin-bottom: 40px;
}

.section-feature-02-img-container img {
    width: 25px;
}

.section-feature-02-img-container {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0px;
    margin-bottom: 5px;
}

.section-feature-02-card:hover div {
    background-position: right center;
}

.section-feature-02-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.section-feature-02-img-container p {
    margin-bottom: 0px;
}

section#section-feature-2 {
    padding: 65px 0px;
    background: #f5f5f5;
    overflow: hidden;
}

.section-feature-02-card p {
    margin-bottom: 0px;
    width: 90%;
}

nav.navbar.menu-fixed {
    background: #323C50;
}

.section-details-card-container-img {
    width: 50%;
    height: 100%;
}

img.section-details-card-img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.section-details-card {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.section-details-title {
    margin-bottom: 60px;
    color: #00a0b4;
}

section.section-details {
    padding: 100px 0px;
}

.section-details-card-container-text {
    width: 50%;
    display: flex;
    align-items: center;
}

.row.section-details-row {
    justify-content: center;
}

p.section-details-card-text {
    position: relative;
    margin-bottom: 0px;
}

.section-details-container-cards {
    width: 100%;
    margin-bottom: 40px;
}

.section-details-invert .section-details-card-container-img {
    order: 2;
}

.swiper-feature .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer#footer {
    background: #000;
    padding: 20px;
}

.footer-social ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    height: 100%;
}

img.footer-social-img {
    width: 16px;
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin-right: 0px;
    height: 36px;
    width: 36px;
    border: 2px solid;
    border-radius: 10px 0px;
    margin-right: 10px;
    transition: all .3s ease;
}

img.footer-social-img.footer-social-youtube {
    width: 18px;
    position: relative;
    bottom: -2px;
    margin-left: 1px;
}

.footer-social {
    height: 100%;
    display: flex;
    justify-content: end;
}

img.footer-social-img.footer-social-facebook {
    margin-left: 9px;
}

.footer-social ul li a:hover {
    background: #00a0b4;
    border: 2px solid transparent;
}

.footer-social ul li a:hover img {
    filter: invert(1) grayscale(1)brightness(10);
}

footer .app-download-btn a {
    padding: 5px 20px;
    align-items: center;
}

footer a.gradient-bg-1 img {
    width: 15px;
    height: 15px;
}

footer .app-download-btn a small {
    font-size: 11px;
    line-height: 11px;
}

footer .app-download-btn a span {
    font-size: 12px;
}

.parallax-section-details {
    background-image: url("../img/section-details-parallax-img-01.jpg");

    /* Set a specific height */
    height: 430px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-section-details-02 {
    background-image: url("../img/section-details-parallax-img-02.jpg");

    /* Set a specific height */
    height: 430px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-text-01-parallax {
    background-image: url("../img/section-text-parallax-img-01.jpg");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

.section-text-02-parallax {
    background-image: url("../img/section-text-parallax-img-02.jpg");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

.parallax-section-competitions {
    z-index: -1;
    background-color: #cee0e0;

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
}


li.section-details-card-text::marker {
    color: #00a0b4;
}

section.section-text-01 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-details-2 .section-details-invert .section-details-card-container-img {
    margin-left: 20px;
}

.section-text-content-text {
    position: relative;
    font-size: 40px;
    color: #fff;
    width: 75%;
    text-align: center;
    margin-bottom: 0px;
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

section.section-details-2 {
    margin-bottom: 120px;
}

.section-text-container-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #323c508f;
    z-index: 9;
}

section.section-text-02 {
    position: relative;
    height: 100vh;
}

.section-banner-title-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #323c508f;
}

.btn-mobile {
    display: none;
}

.header-social {
    display: none;
}

/* PAGE CAPTURAS */

.page-capturas .nav-bar-buttons {
    display: none;
}

img.img-user-log {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-user-log {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
    margin-bottom: 10px;
    background: #fff !important;
}

.section-capturas-container-sup {
    position: relative;
}

img.section-capturas-card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* position: absolute; */
}

.section-capturas-user-post-container-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    text-decoration: none !important;
    color: #fff;
}

img.section-capturas-user-post-img {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.section-capturas-card {
    width: 49%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0px 1px 7px 0px #000000;
}

section.section-capturas {
    padding: 100px 0px;
    background: #00a0b433;
}

.section-capturas-content-card-top {
    position: absolute;
    height: 45px;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 5px 10px;
    margin-top: 6px;
    z-index: 2;
}

.section-capturas-user-post {
    height: 100%;
    display: flex;
    align-items: center;
}

.section-capturas-container-inf {
    padding: 4px 10px;
    background: #fff;
}

.section-capturas-content-card-bottom {
    position: absolute;
    bottom: 0px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    align-items: center;
    z-index: 2;
}

.section-capturas-like-video {
    display: flex;
    height: 100%;
    align-items: center;
}

p.section-capturas-likes {
    margin-bottom: 0px;
}

.section-capturas-container-like {
    display: flex;
    align-items: initial;
}

.section-capturas-container-inf-content-bottom {
    display: flex;
    justify-content: space-between;
    color: #00a0b4;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-capturas-content-inf-container-date {
    display: flex;
}

.section-capturas-content-inf-container-details-pez {
    display: flex;
}

.section-capturas-content-inf-container-date p:first-child {
    margin-right: 45px;
}

.section-capturas-title-bote {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 10px;
    color: #000;
line-height: 1;padding-right: 22px;}

.section-capturas-date {
    margin-bottom: 0px;
}

.section-capturas-hours {
    margin-bottom: 0px;
}

.section-capturas-content-inf-container-details-pez p:first-child {
    margin-right: 60px;
}

.section-capturas-user {
    margin-bottom: 0px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 18px;
}

.section-capturas-points p {
    margin-bottom: 0px;
    font-weight: 500;
}

.section-capturas-points {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    background: #00000066;
}

.section-capturas-top ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.section-capturas-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-capturas-filter {
    background: #323C50;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.section-capturas-filter input {
    width: 100%;
    height: 25px;
}

section.section-capturas .container {
    max-width: 1250px;
}

.section-capturas-filter-title {
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
}

button.button-filter-apply {
    /* background: #00a0b4; */
    border: none;
    color: #fff;
    border-radius: 10px 0px;
    padding: 5px 10px;
    margin-top: 10px;
}

button.button-filter-delete {
    border: none;
    /* background: #00a0b4; */
    color: #fff;
    border-radius: 10px 0px;
    width: 100%;
    padding: 10px 20px;
}

.pagination-section-capturas {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
}

img.arrow-down-order {
    width: 23px;
}

img.icon-map {
    width: 23px;
    margin-left: 8px;
}

li.section-capturas-top-map {
    font-weight: 600;
}

img.section-capturas-card-icon-points {
    width: 16px;
    object-fit: contain;
    margin-right: 3px;
}

.section-capturas-points p {
    border-radius: 10px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
}

.section-capturas-points span {
    display: flex;
}

.section-capturas-like-video img {
    width: 25px;
    height: 25px;
}

.section-capturas-container-like img {
    width: 20px;
    height: 20px;
}

.section-capturas-title-pez {
    margin-bottom: 0px;
}

p.section-capturas-date img {
    width: 14px;
}

.section-capturas-content-inf-container-details-pez p {
    margin-bottom: 0px;
}

img.section-capturas-video-icon {
    margin-right: 10px;
}

img.section-capturas-like-icon {
    margin-right: 7px;
}

p.section-capturas-hours img {
    width: 16px;
}

p.section-capturas-pez-kg img {
    width: 13px;
}

p.section-capturas-pez-medida img {
    width: 16px;
}

.swiper.mySwiper.SwiperCapturasImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section-capturas-container-like a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
}

.section-capturas-comments img {
    width: 22px;
}

li.section-capturas-top-map a {
    color: #000;
    text-decoration: none;
}

p.section-capturas-comment-total {
    margin-bottom: 0px;
    position: absolute;
    line-height: 0px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    top: 9px;
    letter-spacing: 1px;
}

.section-capturas-comments {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    top: 7px;
    right: 0px;
}

.section-capturas-container-inf-content-top {
    position: relative;
height: 45px;margin-bottom: 8px;}

.pagination-section-capturas .page-item.active .page-link {
    background: #00a0b4;
    border: 1px solid transparent;
}

.pagination-section-capturas li.page-item a {
    color: #00a0b4;
}

p.section-capturas-level {
    padding-left: 0px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.nav-bar-notification img {
    width: 20px;
}

.nav-bar-notification {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.page-capturas a.link-header.link-capturas {
    padding: 5px 5px;
    /* background: #00a0b438; */
    border-radius: 5px;
}

.section-capturas-user-post-container-img:hover {
    color: #fff;
    background: #00000047;
    border-radius: 8px;
}

a.section-capturas-card-link {
    text-decoration: none !important;
}

/* PAGE COMPETITIONS */

.page-competitions .nav-bar-buttons {
    display: none;
}

a.section-competitions-button-search img {
    width: 30px;
    margin-right: 20px;
}

section.section-competitions {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-competitions-top {
    display: flex;
    align-items: flex-start;
}

.section-competitions-card-container-img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.section-competitions-card {
    width: 49%;
    border: 3px solid #323C50;
    margin-top: 30px;
    height: 120px;
    border-radius: 20px;
    padding-left: 10px;
    background: #fff;
}

.section-competitions-card-text-content {
    display: flex;
}

.section-competitions-general {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #323C50;
    border-radius: 15px;
    height: 70px;
    width: 100%;
    overflow: hidden;
}

a.section-competitions-general-button h6 {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-size: 21px;
}

a.section-competitions-general-button p {
    margin-bottom: 0px;
    color: #000;
}

a.section-competitions-general-button {
    text-decoration: none;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
}

a.section-competitions-button-create {
    color: #fff;
    display: flex;
    width: 90%;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    height: 42px;
    align-items: center;
    justify-content: center;
}

.section-competitions-top-create-competition {
    display: block;
    align-items: center;
    justify-content: center;
}

.section-competitions-top-search-container {
    display: flex;
    align-items: end;
    margin-left: auto;
}

a.section-competitions-button-search {
    display: flex;
    align-items: end;
    color: #000;
    text-decoration: none;
}

.section-competitions-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.section-competitions-card-container-img {
    margin-right: 15px;
}

.section-competitions-card-text {
    margin-bottom: 6px;
    color: #000;
    font-size: 20px;
}

.section-competitions-card-text-content p {
    color: #000;
    margin-bottom: 0px;
}

.section-competitions-card a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-decoration: none;
}

.section-competitions-card-number-text {
    margin-right: 8px;
}

.section-competitions-card-country {
    margin-left: 30px;
    position: relative;
}

.section-competitions-card-country:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: -17px;
    top: 5px;
}

.page-competitions a.link-header.link-competitions {
    padding: 5px 5px;
    border-radius: 5px;
}

/* PAGE USER PROFILE */

.section-user-profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.section-user-profile-content {
    display: flex;
}

section.section-user-profile {
    margin-top: 120px;
    margin-bottom: 100px;
    height: 100vh;
}

.section-user-profile-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-user-profile-content-center {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a.section-user-profile-button-custom2 {
    height: 40px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 25px;
    font-size: 14px;
}

.section-user-profile-button-custom1 {
    color: #fff !important;
    text-decoration: none !important;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}
table#mangas tbody tr:hover {background: #068bc214;}
.section-user-profile-image {
    margin: 0px 50px;
    border: 3px solid transparent;
    border-radius: 100%;
}

.nav-bar-notification a:hover {
    transform: scale(1.05);
}

.nav-bar-notification a {
    transition: all .3s ease;
}

/* PAGE FILE CAPTURE */

.section-capturas-file {
    margin-top: 130px;
    margin-bottom: 50px;
}

.SwiperCapturasFicha img {
    height: 740px;
}

.SwiperCapturasFicha .swiper-pagination-bullet {
    background: #fff;
    width: 30px;
    border-radius: 0px;
    height: 3px;
    opacity: .4;
}

.section-capturas-file-title-text {
    margin-bottom: 0px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #323C50;
}

.section-capturas-file-no-asigned {
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
}

.section-capturas-file-no-asigned-container {
    margin-bottom: 40px;
}

.section-capturas-file .row {
    flex-direction: column;
}

.SwiperCapturasFicha .swiper-pagination-bullet-active {
    opacity: 1;
}

.section-capturas-file-details.row {
    background: #323C50;
    margin: 0px;
    margin-top: 30px;
    color: #fff;
    border-radius: 10px;
    padding: 15px 10px 15px 10px;
    display: flex;
    flex-direction: row;
}

.section-capturas-file-details-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid;
}

.section-capturas-file-details-fila-title {
    margin-bottom: 0px;
}

.section-capturas-file-details-fila-text {
    margin-bottom: 0px;
margin-left: auto;padding-left: 20px;flex-wrap: wrap;
text-align: end;}

.section-capturas-file-details-fila {
    margin-bottom: 10px;
}

.section-capturas-file-details-fila:last-child {
    margin-bottom: 0px;
}

.section-capturas-file-details-col:last-child {
    border: none;
}

.search-box {
    top: 50%;
    left: 50%;
    height: 40px;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    background-color: #2C3A47;
    border-radius: 18px
}

.search-box button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #2C3A47;
}

.search-box input {
    border: none;
    outline: 0px;
    padding: 0px 0px;
    background-color: transparent;
    border-radius: 18px;
    color: #fff;
    font-size: 20px;
    width: 0px;
    box-sizing: border-box;
    transition: .3s;
}

.search-box button:hover {
    cursor: pointer;
}

.search-box:hover .text {
    width: 240px;
    padding: 10px 20px;

}

.card-liga {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

img.card-icono {
    width: 210px;
    border-radius: 50%;
    height: 210px;
    background: #007bff6b;
}

.card-liga .card-title {
    background: #007bff6b;
    border-radius: 20px;
    margin-top: 10px;
    height: 70px;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

section.section-competitions-base {
    position: relative;
    padding-bottom: 50px;
    padding-top: 0px;
    padding-top: 120px;
}

.card-liga .card-name {
    font-size: 30px;
    margin-bottom: 0px;
    color: #fff;
}

.card-date-container .card-date {
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
    background: #007bff6b;
    padding: 10px;
    border-radius: 20px;
}

.section-competition-logo-top {
    position: absolute;
    margin-top: -15px;
    margin-left: 50px;
}

.section-competition-logo-top img:first-child {
    width: 160px;
}

.section-competition-logo-top img:last-child {
    width: 220px;
}

.section-competition-logo-bottom {
    position: absolute;
    margin-top: 65px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.section-competition-logo-bottom img:first-child {
    width: 80px;
}

.section-competition-logo-bottom img:last-child {
    width: 60px;
    margin-top: 10px;
}

.section-competitions-buttons {
    position: relative;
    top: -45px;
    display: flex;
    justify-content: center;
    z-index: 9999999999;
}

.section-competitions-button {
    height: 30px;
    width: 130px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0px 20px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
}

a.section-competitions-button:hover {
    color: #fff !important;
    text-decoration: none;
}

.card-liga .card-date-container {
    margin-bottom: 20px;
}

.page-competiciones .card {
    margin-bottom: 40px;
}

.card-description-custom-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.card-description-custom-row {
    display: flex;
    justify-content: center;
}

.card-description-img {
    width: 50%;
}

table#mangas {
    margin-bottom: 0px;
}

.section-capturas-competition-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-capturas-competition .section-capturas-container-inf {
    background: #fff;
}

.section-competitions-menu {
    position: sticky;
    display: flex;
    top: 85px;
    justify-content: flex-end;
    margin-right: 4px;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999999999;
    padding-bottom: 12px;
    overflow: hidden;
}

.section-competitions-menu .section-competitions-menu-edit {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    height: 45px;
    border: 1px solid;
}

.section-competitions-menu-link-invited {
    position: relative;
    display: flex;
    width: 110px;
    top: 10px;
    text-align: center;
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 35px 5px;
    padding-bottom: 5px;
    background: rgb(50,60,80) !important;
}

.section-competitions-menu-link-invited-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.section-competitions-menu-button {
    display: block;
    align-items: center;
}

.section-competitions-menu-button img {
    width: 23px;
    height: 23px;
    margin-left: auto;
}

.section-competitions-menu-link-invited input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    user-select: none;
}

.section-competitions-menu-button button {
    border: none;
    background: transparent;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
}

.searchBox {
    background: #323C50;
    border-radius: 40px;
    padding: 10px;
}

.searchBox:hover>.searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover>.searchButton {
    background: #fff;
    color: #2f3640;
}

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: none;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}

button.searchButton img {
    width: 20px;
}

input.searchInput::placeholder {
    color: #fff;
}

img.comment-icon-send {
    width: 20px;
}

textarea.form-control.card-comments-textarea {
    resize: none;
    height: 35px;
    overflow: hidden;
}

.page-manga .card-title-02 {
    margin-top: 0px;
}

.card-manga-especies-gallery {
    display: flex;
    justify-content: center;
}

.card-manga-especies {
    background: #ffffff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    width: 70%;
    color: rgb(50,60,80);
    border-radius: .25rem;
}

.card-manga-especies-gallery .fish img {
    width: 150px;
}

.card-manga-especies-gallery .fish {
    padding: 0px 20px;
}

.section-competitions-base-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-description-competition {
    background: transparent;
    border: none;
    align-items: center;
    margin-bottom: 30px;
}

.card-description-competition .card-body {
    background: #f0f7ffd9;
    border-radius: .25rem;
}

.card-description-container-title {
    text-align: center;
    background: transparent;
    width: 30%;
    border-radius: 10px;
    margin-bottom: 5px;
}

.card-description-title {
    margin-bottom: 0px;
    padding: 10px;
    color: #007bff;
}

.card-system-points {
    width: 100%;
}

.card-comments {
    width: 100%;
    text-align: center;
}

.section-capturas-competition {
    width: 100%;
}

.page-manga .card-comments {
    margin-bottom: 30px;
}

.card-table-custom {
    width: 100%;
    z-index: 10;
}

.details-control-arrow-img {
    width: 12px;
cursor: pointer;}

.page-manga .section-competitions-menu-link-invited {
    opacity: 0;
    user-select: none;
}

section.section-publications {
    margin-top: 100px;
}

button#nueva-publi-button {
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 14px;
    width: 120px;
    height: inherit;
    border-radius: inherit;
    margin-right: 0px;
    margin-bottom: 0px;}

.btn-new-publication-container {
    width: 10px;
    background: inherit !important;
}

.button-expanded-comment img {
    width: 16px;
    filter: invert(1);
}

.comments-info {
    background: #16342e;
    border-radius: 5px;
}

.comments-info .button-expanded-comment {
    color: #fff;
    background: #296ec5;
}

a.user-name-and-avatar-link {
    display: flex;
}

.card-publi-container {
    display: flex;
}

a.user-name-and-avatar-link img {
    width: 35px;
}

.card-publi-container .user-name {
    display: flex;
    align-items: center;
    margin: 0px 10px;
    color: #323c50;
    font-weight: bold;
}

.card-publi-container .publication-date {
    display: flex;
    align-items: center;
    color: #323c50;
}

.publi-fotos img {
    width: 100%;
}
.modal-publi-foto img{
    max-width: 900px;
}

.container.section-publications-container {
    margin-top: 20px;
}

.card-toolbar {
    padding: 10px 20px;
}

.view-count img {
    width: 18px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(795%) hue-rotate(181deg) brightness(98%) contrast(92%);
}

.card-toolbar-start-list {
    display: flex;
}

.card-publi .card-body {
    padding-bottom: 0px;
    padding-top: 8px;
}

.card.card-publi {
    margin-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%);
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

button#send-comment img {
    width: 20px;
}

button#send-comment {
    padding: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.comment-container-send {
    display: flex;
}

.section-publications-container .card-header {
    background: #dce6fa;
    border: none;
    border-radius: 0px;
}

.card-publi .card-body .card-text {
    padding-bottom: 10px;
    color: #323c50;
}

.button-collapse-custom1 {
    width: 100%;
    border: none;
    outline: none !important;
    color: #fff;
    border-radius: 10px 0px;
}

button.reset-filter-custom1 {
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border-radius: 10px 0px;
}

.collapsed-list-custom-1s ul {
    padding: 0px;
    list-style: none;
}

.collapsed-list-custom-1s .collapsed-list-custom-input {
    width: 100%;
    border-radius: 4px;
    outline: none !important;
    border: none;
    background: #E5E5E5;
}

.container-collapse-custom-1 {
    background: inherit;
}

.collapsed-list-custom-1s {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

button.button-collapse-apply-filter {
    border: none;
    color: #fff;
    width: 50%;
    border-radius: 10px 0px;
}

.container-collapse-shop {
    position: sticky;
    top: 100px;
}

.page-competitions-single .section-competitions-top-create-competition {
    flex-direction: column;
    align-items: flex-start;
}

.page-competitions-single .section-competitions-button-create:first-child {
    margin-bottom: 10px;
    line-height: 15px;
}

.page-competitions-single .section-competitions-button-create {
    width: 75%;
}

section.section-competitions-single {
    margin-top: 100px;
    /* height: 100vh; */
}

.section-association-card {
    width: 100%;
    border: 3px solid #323C50;
    margin-bottom: 20px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background: #fff;
}

a.section-association-card-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 0px 10px;
}

.section-association-single-fields {
    display: flex;
}

.section-association-single-field {
    display: flex;
    margin-right: 30px;
}

.section-association-single-field p {
    margin-bottom: 0px;
    color: #000;
}

.section-competitions-single-content {
    width: 82%;
    margin: auto;
}

.section-association-single-content {
    width: 75%;
    margin: auto;
    margin-top: -100px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

img.section-competitions-single-custom-logo {
    max-width: 60px;
    height: 60px;
}

.section-competitions-single-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

.section-competitions-single-custom-title {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.section-competitions-single-card-title {
    font-size: 18px;
    color: #000;
}

.section-competitions-single-card-title-02 {
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.section-association-single-field:after {
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background: #000;
    position: relative;
    top: 5px;
    left: 15px;
}

.section-association-single-field:last-child:after {
    display: none;
}

.section-association-single-field-title {
    margin-right: 10px;
}

.section-association-single-field-date-center {
    margin: 0px 5px;
}

a.link-header.link-competitions.gradient-bg-1 {
    padding: 5px;
    border-radius: 5px;
}

.card-table-custom table tr {
    cursor: pointer;
}

a.link-header.gradient-bg-1 {
    padding: 5px;
    border-radius: 5px;
}

form#publi_form {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}

.link-public img {
    width: 20px;
    margin-right: 12px;
}

a.valoracion-link img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(795%) hue-rotate(181deg) brightness(98%) contrast(92%);
}

a.valoracion-link {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.card-publi .card-toolbar-container .stars {
    display: flex;
    align-items: center;
}

.valoracion-media-number {
    text-align: center;
    width: 50px;
    margin: 0px 10px;
    color: #323c50;
}

.table-custom-clasification-row .user-avatar img {
    
width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff!important;
    border-radius: 50%!important;}

.card.card-clasificacion {
    width: 100%;
z-index: 999999;position: relative;}

h3.card-custom-clasification-title {
    text-align: center;
    color: #007bff;
}

.card.card-clasificacion .table-responsive {
    overflow: inherit;
}

a.publication-delete img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(795%) hue-rotate(181deg) brightness(98%) contrast(92%);
}

.publication-delete {
    margin-left: auto;
}

.card-publi-adm {
    /* border: 1px solid #323C50; */
}

div#order-caps {
    margin: 0px !important;
}

.social-share-buttons {
    margin-top: 20px;
display: flex;align-items: flex-end;}

.page-home .nav-bar-buttons {
    display: flex;
}

#modalLogin .modal-content {
    top: 90px;
    z-index: 999;
}

div#modalRegister .modal-content {
    top: 70px;
}

.modal button {
    outline: none;
}

section#content-below-nav {
    margin-top: 100px;
height: 100vh;}

.publi-fotos .modalDialog {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    align-items: center;
}

.publi-fotos .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.publi-fotos .modalDialog>div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin: 1% auto;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}



.publi-fotos #openModal img {
    width: 800px;
    height: auto;
}




.publi-fotos .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.publi-fotos .close:hover {
    background: #00d9ff;
}

.modal-publi-foto {
    position: relative;
}

section.section-new-competition {
    /* height: 100vh; */
    /* padding-top: 100px; */
    overflow: hidden;
}

.section-new-competition .container {
    width: 500px;
    height: 600px;
    border-radius: 5px;
    position: relative;
    margin: 8% auto;
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
}

.new-competition-form {
    width: 500px;
    padding: 40px;
    padding-top: 0px;
    position: absolute;
    top: 55px;
    left: 0px;
    transition: .5s ease;
    height: 100%;
}

.new-competition-title {
    text-align: center;
    margin-bottom: 40px;
    color: #777;
}

.new-competition-text {
    font-size: 12px;
}

.box-custom-input {
    margin-bottom: 5px;
}

.box-name-competition input {
    width: 100%;
    outline: none;
    padding: 0px 5px;
}

.box-number-competitor input {
    width: 20%;
    outline: none;
    padding: 0px 5px;
}

.btn-box {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.new-competition-form button {
    width: 110px;
    height: 35px;
    margin: 0px 10px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}



.step-row {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #000;
    position: relative;
}

.step-col {
    width: 250px;
    text-align: center;
    color: #000;
    font-weight: bold;
    position: relative;
}

#progress {
    position: absolute;
    height: 100%;
    width: 125px;
    transition: 1s;
}

#progress::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid rgb(46 102 199);
}

.box-fond-competitor-image {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
}

.box-fond-competitor-image input {
    display: flex;
    flex-direction: column;
    width: 120px;
}

.box-icono-competitor-image {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
}

.box-icono-competitor-image input {
    display: flex;
    flex-direction: column;
    width: 120px;
}

.box-custom-textarea-form-2 {
    width: 100%;
    height: 130px;
    resize: none;
    margin-top: 5px;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #E5E5E5;
}

p.textarea-title {
    margin-bottom: 0px;
    font-size: 14px;
}

.section-user-profile-content-center-container {
    display: flex;
    justify-content: center;
}

.section-user-profile-container-description {
    width: 60%;
    margin-bottom: 0px;
    text-align: center;
}

.section-user-profile-description {
    margin-top: 20px;
}

.table thead th {
    /* border-color: rgb(50,60,80 ); */
    border-bottom: 0px;
}

table {
    border-color: #007bff;
}

.table td,
.table th {
    /* border-color: #007bff; */
    border: none;
    color: rgb(50,60,80 );
}

.card {
    background: #ffffff;
    /* border-color: #007bff; */
}

.table-custom-title {
    color: #007bff;
}

.table-custom-section-title {
    color: #007bff;
}

.descripcion {
    color: #007bff;
}

.card-body h3 {
    color: rgb(50,60,80);
}

.section-capturas-file-title {
    margin-bottom: 10px;
    position: relative;
}

a.section-capture-menu-edit {
    position: fixed;
    right: 1%;
    top: 15%;
    color: #fff;
    padding: 10px;
    border-radius: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
}

#Form2CM, #Form2NM {
    left: 550px;
}

#Form2CM{
    overflow-y: scroll;
}
#Form3CM, #Form3NM {
    left: 550px;
}

#Form4CM {
    left: 550px;
}

.form3cm-title {
    text-align: center;
    margin-bottom: 20px;
}

.button-custom-form {
    width: 130px !important;
}

#Form3CM {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-competition-form-card-manga {
    display: flex;
    margin-bottom: 10px;
}

.new-competition-form-container-mangas {
    margin-top: 20px;
    background: #f0f7ffd9;
    padding: 10px;
    border-radius: 5px;
}

.new-competition-form-card-manga-text {
    font-size: 14px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.new-competition-form-card-manga-text:first-child {
    margin-right: 15px;
}

.button-custom-form-edit {
    margin-right: 0px !important;
    text-transform: uppercase;
    font-size: 12px;
    width: 85px !important;
}

.button-custom-form {
    font-size: 12px;
    text-transform: uppercase;
}

.form3cm-description {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

button#create-competition {
    width: 150px;
}

textarea.view-participants {
    width: 100%;
    height: 70px;
    font-size: 12px;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #0798b7;
}

.select-participants label {
    font-size: 14px;
}

input#select-participant {
    width: 100%;
    font-size: 12px;
    outline: none;
    padding: 0px 5px;
    border: 1px solid #0798b7;
}

.select-participants {
    margin-bottom: 15px;
}

.link-invitation label {
    margin-bottom: 0px;
    font-size: 14px;
}

.team-competition label {
    margin-bottom: 0px;
    font-size: 14px;
}

.team-competition {
    margin-top: 5px;
}

textarea.view-participants::placeholder {
    color: #000;
}

.box-name-competition {
    font-size: 14px;
}

.box-number-competitor {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

input.input-file {
    display: none;
}

label.button-file.gradient-bg-1 {
    width: 50px;
    height: 18px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0px;
}

.box-fond-competitor-image label {
    margin-bottom: 0px;
}

.box-custom-input-file {
    display: flex;
}

.tooltip-inner {
    max-width: 490px;
    white-space: pre-wrap;
    background: #1782bd;
}

.select-privacity-competition label {
    font-size: 14px;
}

select#select-privacity {
    font-size: 12px;
    margin-right: 5px;
    outline: none;
}

.select-privacity-competition {
    margin-top: 10px;
}

.box-custom-input input {
    width: 100% !important;
    font-size: 14px !important;
    padding: 0px 5px !important;
    outline: none !important;
    border: none !important;
    background: #E5E5E5;
    text-align: left !important;
}

.box-custom-input-dates {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0px;
}

.box-custom-input-date {
    width: 48%;
}

.box-custom-input-date input {
    width: 100%;
    font-size: 14px;
    padding: 0px 5px;
}

.box-custom-input-date label {
    font-size: 14px;
}

.box-custom-input label {
    font-size: 14px;
}

.box-custom-textarea label {
    font-size: 14px;
}

.box-custom-input.box-image-example {
    display: flex;
    align-items: center;
}

.text-parametros-puntos {
    font-size: 11px;
}

.new-manga-especie-card {
    border-top: 3px solid #2078c1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    background: #f0f7ffd9;
    padding: 10px;
}

.new-manga-especie-card-title {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.new-manga-especie-card-input {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.new-manga-especie-card-input label {
    font-size: 13px;
    margin-bottom: 0px;
}

.new-manga-especie-card-input input {
    width: 31%;
    font-size: 13px;
    border: none;
    background: #E5E5E5;
    outline: none !important;
}

.new-manga-especie-card-input-c {
    width: 100%;
}

.new-manga-especie-card-input-c input {
    width: 15%;
}

.new-manga-especie-card-input-line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #2078c1;
    margin-bottom: 10px;
}

.new-manga-especie-card-input-line-02 {
    border-bottom: 1px solid #2078c1;
    padding-bottom: 10px;
}

.page-NM div#progress {
    display: none;
}

div#progress3 {
    position: absolute;
    height: 100%;
    width: 110px;
    transition: 1s;
}

div#progress3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid rgb(46 102 199);
}

.Form3NM {
    overflow-y: auto;
}

.box-number-competitor input {
    width: 20%;
}

.box-number-competitor label {
    width: 78%;
    margin-bottom: 0px;
text-align: end;}

#FormNewCompetition .competition-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.box-form-new-competition-col {
    width: 48%;
    position: relative;
}

form#FormNewCompetition select {width: 100%;appearance: none;padding: 0px 5px;margin-bottom: 10px;border-radius: 5px;font-size: 14px;outline: none;border: none;background: #E5E5E5;}

form#FormNewCompetition input {
    font-size: 14px;
    border-radius: 5px;
}

form#FormNewCompetition label {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.box-custom-check {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.button-file-nc {
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px !important;
}

.step-text #progress {
    width: 100%;
}

.text-step {
    z-index: 999;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.box-input-icon {
    margin-bottom: 10px;
}

a.logo-header img {
    width: 230px;
    height: auto;
    position: relative;
    top: -12px;
}

.table-custom-clasification-row a {
    color: rgb(50,60,80 );
    text-decoration: none;
}

tr.fila-table {border-top: 1px solid;border-bottom: 1px solid;border-color: #007bff;}

.table td, .table th {
    padding: 0.5rem !important;
}

.table td {
    border-bottom: 1px solid #007bff;
}

table#clasificacion thead {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #007bff;
}

table#mangas thead tr:last-child {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #007bff;
}

.box-form-new-competition-col:first-child:after {content: "";display: block;height: 100%;width: 1px;background: #007bff;position: absolute;top: 0;right: -9px;}

.box-custom-input-fechas {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.box-custom-input-fechas .box-custom-input {
    width: 48%;
    align-items: center;
}

.box-custom-cupo-general .box-custom-input {
    display: flex;
    align-items: center;
}

.box-custom-cupo-general .box-custom-input input {
    width: 15%;
    margin-left: auto;
}

.box-custom-cupo-general {
    width: 403px;
    padding: 10px;
    border-top: 3px solid #2078c1;
}

.select2-container{
    width: 100% !important;
}

.user-id-link {
    position: static !important;
}
.Form4CM{
    overflow-y: scroll;
}
.loading img{
    max-width: 25px !important;
}
.user-id-link{
    color: #000;

}
.user-id-link img{
    padding-right: 15px;
    width: 100px;
}
.card-title-custom{
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.publi-profile-img {width: 40px;
    height: 40px;
    /* border: 1px solid #fff; */
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: relative;}
  
  .publi-nombre-fecha {margin-left: 10px;display: flex;}
  
  .publi-nombre-fecha .nombreusergeneral {margin-bottom: 0px;}

  .publi-profile-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.page-competitions-single {}

.publi-nombre-fecha a {color: #007bff !important;}

.section-capturas-container-like {display: none;}

.header-profile .userhome-profile {
    max-width: 8rem;
    max-height: 8rem;
    margin: -5rem auto 1rem;
    border: 0.2rem solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.header-profile .userhome-profile img {
    width: 100%;
}

.header-profile {
    margin-top: 100px;
}

.header-profile .settings {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    text-shadow: 0 0 0.5rem #000;
}

.header-profile .settings a {border: none;box-shadow: none;outline: none;}

.perfil-public-content fieldset {border: 1px solid #007bff !important;}

.perfil-public-content .form-control {border: 1px solid #007bff;}

.user-personal-data-content {border: 1px solid #007bff !important;}

.user-personal-data-content .form-control {border: 1px solid #007bff !important;}

.user-personal-data-content .select2-selection--single {border: 1px solid #007bff !important;}

select#select_f_variedad {display: none;}

.section-capturas-file-no-asigned-container {display: none;}

.user-avatar {display: block;
    padding: 0!important;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    }

.table-custom-clasification-row {display: flex;}

.collapse-clasificacion-custom {display: none;}

img.details-control-arrow-img.active {transform: rotate(180deg);}

td.collapse-clasificacion-content {padding: 0px !important;}

td.collapse-clasificacion-content tfoot a {display: flex;align-items: center;justify-content: center;}

.descripcion p {color: #323c50;}

.logo-letras {margin-left: 5px;width: 135px !important;height: 22px !important;}

img.card-icono {width: 150px;height: 150px;}

.fecha-hora {
    position: relative !important;
    color: #212529;
    width: fit-content;
    margin-left: 5px !important;
    margin-right: auto;
    width: inherit !important;
}

.section-capturas-file-details-fila {display: flex;}

.captura-fila-anotacion {display: flex;flex-direction: column;}

.captura-fila-anotacion .section-capturas-file-details-fila-title {margin-bottom: 5px;}

.captura-fila-anotacion .section-capturas-file-details-fila-text {padding-left: 0px;}

.section-capturas-content-inf-title-bote {width: 100%;}

section.section-user-profile #noticias-list {margin-top: 50px;}

#perfil .section-competitions-card {margin-bottom: 20px;}

#perfil .container.pt-2 .row.margin-top-40:nth-child(2) {margin-top: 50px;}

.invitacion{
    text-align: center;
    margin-right: -4px;
}
.invitacion .section-competitions-menu-edit{
    position: relative;
    display: block;
    margin: 0 auto;
    padding-top: 11px;
}

.section-user-profile-button-custom1 img {width: 16px !important;filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(0%) hue-rotate(301deg) brightness(103%) contrast(103%);margin: 0px !important;position: absolute;right: 9px;}

.section-user-capturas-all {height: 100% !important;}

.capturas-user-all .order-capturas {display: none !important;}

a.section-competitions-button-create {
    padding-left: 20px;
    padding-right: 20px;
}

.fish {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.fish img {
    height: 5rem;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.description-user {text-align: center;}

section#perfil img.section-capturas-card-img {height: 250px !important;}

.especies {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1rem;
    background-color: #fff;
    width: 100%;
  }
  .especies .gallery .fish {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .especies .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .titlelocation{
    font-size: 21px;
    color: rgb(50,60,80);
    margin-top: 10px;
  }
  .cell-puntuacion a .material-icons{
      margin-left: 10px;
  }
  #capturas{
      width: 100%;
  }
  .errorinput{
      background-color: rgba(255,0,0, 0.5) !important;
      border: 1px solid rgba(255,0,0, 0.5);
  }
  .hide{
      display: none !important;
  }

  .show{
    display: block !important;
}
#clasificacion, .clasificacion{
    width: 100% !important;
}
#torneo .card{
    min-height: 500px;
}
.comments-loop .comentario img {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    -ms-flex-item-align: start;
    /* align-self: flex-start; */
}
.usuario {
    font-weight: bold;
}
.fecha-hora {
    opacity: .5;
    color: #212529;
    margin-left: 10px;
}
.comments-loop{
    overflow: hidden;
}
#torneo .card .comments-loop{
    overflow: hidden !important;
}

section.section-competitions-base {
    position: relative;
    padding-bottom: 50px;
    padding-top: 0px;
    margin-top: 70px !important;
    min-height: 100vh;
}

.card-liga .card-name {
    font-size: 30px;
    margin-bottom: 0px;
    color: #fff;
}

.card-date-container .card-date {
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
    background: #007bff6b;
    padding: 10px;
    border-radius: 20px;
}

.section-competition-logo-top {
    position: absolute;
    margin-top: -15px;
    margin-left: 50px;
}

.section-competition-logo-top img:first-child {
    width: 160px;
}

.section-competition-logo-top img:last-child {
    width: 220px;
}

.section-competition-logo-bottom {
    position: absolute;
    margin-top: 65px;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.section-competition-logo-bottom img:first-child {
    width: 80px;
}

.section-competition-logo-bottom img:last-child {
    width: 60px;
    margin-top: 10px;
}

.section-competitions-buttons {
    position: relative;
    top: -45px;
    display: flex;
    justify-content: center;
    z-index: 999999999999;
}

.section-competitions-button {
    height: 30px;
    width: 130px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0px 20px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
}

a.section-competitions-button:hover {
    color: #fff !important;
    text-decoration: none;
}

.card-liga .card-date-container {
    margin-bottom: 20px;
}

.page-competiciones .card {
    margin-bottom: 40px;
}

.card-description-custom-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.card-description-custom-row {
    display: flex;
    justify-content: center;
}

.card-description-img {
    width: 50%;
}

table#mangas {
    margin-bottom: 0px;
}

.section-capturas-competition-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section-capturas-competition .section-capturas-container-inf {
    background: #fff;
}

.section-competitions-menu {
    position: sticky;
    display: flex;
    top: 85px;
    justify-content: flex-end;
    margin-right: 4px;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
    padding-bottom: 12px;
    overflow: hidden;
    z-index: 9999999999;
}

.section-competitions-menu .section-competitions-menu-edit {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    height: 45px;
    border: 1px solid;
    background: rgb(50,60,80) !important;
}

.section-competitions-menu-link-invited {
    position: relative;
    display: flex;
    width: 110px;
    top: 10px;
    text-align: center;
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 35px 5px;
    padding-bottom: 5px;
}

.section-competitions-menu-link-invited-title {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.section-competitions-menu-button {
    display: block;
    align-items: center;
}

.section-competitions-menu-button img {
    width: 23px;
    height: 23px;
    margin-left: auto;
}

.section-competitions-menu-link-invited input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    user-select: none;
}

.section-competitions-menu-button button {
    border: none;
    background: transparent;
    color: #fff;
    border: 1px solid;
    border-radius: 5px;
    outline: none;
}

.searchBox {
    background: #323C50;
    border-radius: 40px;
    padding: 10px;
}

.searchBox:hover>.searchInput {
    width: 240px;
    padding: 0 6px;
}

.searchBox:hover>.searchButton {
    background: #fff;
    color: #2f3640;
}

.searchButton {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border: none;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #fff !important;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
}

button.searchButton img {
    width: 20px;
}

input.searchInput::placeholder {
    color: #fff;
}

img.comment-icon-send {
    width: 20px;
}

textarea.form-control.card-comments-textarea {
    resize: none;
    height: 35px;
    overflow: hidden;
}

.page-manga .card-title-02 {
    margin-top: 0px;
}

.card-manga-especies-gallery {
    display: flex;
    justify-content: center;
}

.card-manga-especies {
    background: #ffffff;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
    color: rgb(50,60,80);
    border-radius: .25rem;
}

.card-manga-especies-gallery .fish img {
    width: 150px;
}

.card-manga-especies-gallery .fish {
    padding: 0px 20px;
}

.section-competitions-base-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-description-competition {
    background: transparent;
    border: none;
    align-items: center;
    margin-bottom: 30px;
}

.card-description-competition .card-body {
    background: #f0f7ffd9;
    border-radius: .25rem;
}

.card-description-container-title {
    text-align: center;
    background: transparent;
    width: 30%;
    border-radius: 10px;
    margin-bottom: 5px;
}

.card-description-title {
    margin-bottom: 0px;
    padding: 10px;
    color: #007bff;
}

.card-system-points {
    width: 100%;
}

.card-comments {
    width: 100%;
    text-align: center;
}

.section-capturas-competition {
    width: 100%;
}

.page-manga .card-comments {
    margin-bottom: 30px;
}

.card-table-custom {
    width: 100%;
    z-index: 10;
}

.details-control-arrow-img {
    width: 12px;
}

.page-manga .section-competitions-menu-link-invited {
    opacity: 0;
    user-select: none;
}

section.section-publications {
    margin-top: 100px;
}

button#nueva-publi-button {
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 14px;
}

.btn-new-publication-container {
    width: 10px;
}

.button-expanded-comment img {
    width: 16px;
    filter: invert(1);
}

.comments-info {
    background: #16342e;
    border-radius: 5px;
}

.comments-info .button-expanded-comment {
    color: #fff;
    background: #296ec5;
}

a.user-name-and-avatar-link {
    display: flex;
}

.card-publi-container {
    display: flex;
}

a.user-name-and-avatar-link img {
    width: 35px;
}

.card-publi-container .user-name {
    display: flex;
    align-items: center;
    margin: 0px 10px;
    color: #323c50;
    font-weight: bold;
}

.card-publi-container .publication-date {
    display: flex;
    align-items: center;
    color: #323c50;
}

.publi-fotos img {
    width: 100%;
}

.container.section-publications-container {
    margin-top: 20px;
}

.card-toolbar {
    padding: 10px 20px;
}

.view-count img {
    width: 18px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(795%) hue-rotate(181deg) brightness(98%) contrast(92%);
}

.card-toolbar-start-list {
    display: flex;
}

.card-publi .card-body {
    padding-bottom: 0px;
    padding-top: 8px;
}

.card.card-publi {
    margin-bottom: 20px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 30%);
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

button#send-comment img {
    width: 20px;
}

button#send-comment {
    padding: 0px;
    margin-left: 20px;
    margin-right: 10px;
}

.comment-container-send {
    display: flex;
}

.section-publications-container .card-header {
    background: #dce6fa;
    border: none;
    border-radius: 0px;
}

.card-publi .card-body .card-text {
    padding-bottom: 10px;
    color: #323c50;
}

.button-collapse-custom1 {
    width: 100%;
    border: none;
    outline: none !important;
    color: #fff;
    border-radius: 10px 0px;
}

button.reset-filter-custom1 {
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border-radius: 10px 0px;
}

.collapsed-list-custom-1s ul {
    padding: 0px;
    list-style: none;
}

.collapsed-list-custom-1s .collapsed-list-custom-input {
    width: 100%;
    border-radius: 4px;
    outline: none !important;
    border: none;
    background: #E5E5E5;
}

.container-collapse-custom-1 {
    background: inherit;
}

.collapsed-list-custom-1s {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

button.button-collapse-apply-filter {
    border: none;
    color: #fff;
    width: 50%;
    border-radius: 10px 0px;
}

.container-collapse-shop {
    position: sticky;
    top: 100px;
}

.page-competitions-single .section-competitions-top-create-competition {
    flex-direction: column;
    align-items: flex-start;
}

.page-competitions-single .section-competitions-button-create:first-child {
    margin-bottom: 10px;
    line-height: 15px;
}

.page-competitions-single .section-competitions-button-create {
    width: 75%;
}

section.section-competitions-single {
    margin-top: 100px;
    /* height: 100vh; */
}

.section-association-card {
    width: 100%;
    border: 3px solid #323C50;
    margin-bottom: 20px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background: #fff;
}

a.section-association-card-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 0px 10px;
}

.section-association-single-fields {
    display: flex;
}

.section-association-single-field {
    display: flex;
    margin-right: 30px;
}

.section-association-single-field p {
    margin-bottom: 0px;
    color: #000;
}

.section-competitions-single-content {
    width: 82%;
    margin: auto;
}

.section-association-single-content {
    width: 75%;
    margin: auto;
    margin-top: -100px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

img.section-competitions-single-custom-logo {
    width: 120px;
    margin-bottom: 2px;
}

.section-competitions-single-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

.section-competitions-single-custom-title {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.section-competitions-single-card-title {
    font-size: 18px;
    color: #000;
}

.section-competitions-single-card-title-02 {
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.section-association-single-field:after {
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background: #000;
    position: relative;
    top: 5px;
    left: 15px;
}

.section-association-single-field:last-child:after {
    display: none;
}

.section-association-single-field-title {
    margin-right: 10px;
}

.section-association-single-field-date-center {
    margin: 0px 5px;
}

a.link-header.link-competitions.gradient-bg-1 {
    padding: 5px;
    border-radius: 5px;
}

.card-table-custom table tr {
    cursor: pointer;
}

a.link-header.gradient-bg-1 {
    padding: 5px;
    border-radius: 5px;
}

form#publi_form {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
}

.link-public img {
    width: 20px;
    margin-right: 12px;
}

a.valoracion-link img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(795%) hue-rotate(181deg) brightness(98%) contrast(92%);
}

a.valoracion-link {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.card-publi .card-toolbar-container .stars {
    display: flex;
    align-items: center;
}

.valoracion-media-number {
    text-align: center;
    width: 50px;
    margin: 0px 10px;
    color: #323c50;
}

.table-custom-clasification-row .user-avatar img {
    width: 40px;
}

.card.card-clasificacion {
    width: 100%;
}

h3.card-custom-clasification-title {
    text-align: center;
    color: #007bff;
}

.card.card-clasificacion .table-responsive {
    overflow: inherit;
}

a.publication-delete img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(795%) hue-rotate(181deg) brightness(98%) contrast(92%);
}

.publication-delete {
    margin-left: auto;
}

.card-publi-adm {
    /* border: 1px solid #323C50; */
}

div#order-caps {
    margin: 0px !important;
}

.social-share-buttons {
    margin-top: 20px;
}

.page-home .nav-bar-buttons {
    display: flex;
}

#modalLogin .modal-content {
    top: 90px;
    z-index: 999;
}

div#modalRegister .modal-content {
    top: 70px;
}

.modal button {
    outline: none;
}

section#content-below-nav {
    margin-top: 100px;
}

.publi-fotos .modalDialog {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    align-items: center;
}

.publi-fotos .modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.publi-fotos .modalDialog>div {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin: 1% auto;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}



.publi-fotos #openModal img {
    width: 800px;
    height: auto;
}




.publi-fotos .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.publi-fotos .close:hover {
    background: #00d9ff;
}

.modal-publi-foto {
    position: relative;
}

section.section-new-competition {
    /* height: 100vh; */
    /* padding-top: 100px; */
    overflow: hidden;
}

.section-new-competition .container {
    width: 500px;
    height: 600px;
    border-radius: 5px;
    position: relative;
    margin: 8% auto;
    background-color: #fff;
    padding: 0px;
    overflow: hidden;
}

form.new-competition-form {
    width: 500px;
    padding: 25px;
    padding-top: 0px;
    position: absolute;
    top: 55px;
    left: 0px;
    transition: .5s ease;
    height: 100%;
}

.new-competition-title {
    text-align: center;
    margin-bottom: 40px;
    color: #777;
}

.new-competition-text {
    font-size: 12px;
}

.box-custom-input {
    margin-bottom: 5px;
}

.box-name-competition input {
    width: 100%;
    outline: none;
    padding: 0px 5px;
}

.box-number-competitor input {
    width: 20%;
    outline: none;
    padding: 0px 5px;
}

.btn-box {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

form.new-competition-form button {
    width: 110px;
    height: 35px;
    margin: 0px 10px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}



.step-row {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #000;
    position: relative;
}

.step-col {
    width: 250px;
    text-align: center;
    color: #000;
    font-weight: bold;
    position: relative;
}

#progress {
    position: absolute;
    height: 100%;
    width: 125px;
    transition: 1s;
}

#progress::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid rgb(46 102 199);
}

.box-fond-competitor-image {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
}

.box-fond-competitor-image input {
    display: flex;
    flex-direction: column;
    width: 120px;
}

.box-icono-competitor-image {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
}

.box-icono-competitor-image input {
    display: flex;
    flex-direction: column;
    width: 120px;
}

.box-custom-textarea-form-2 {
    width: 100%;
    height: 130px;
    resize: none;
    margin-top: 5px;
    padding: 5px;
    border: none;
    outline: none;
    font-size: 14px;
    background: #E5E5E5;
}

p.textarea-title {
    margin-bottom: 0px;
    font-size: 14px;
}

.section-user-profile-content-center-container {
    display: flex;
    justify-content: center;
}

.section-user-profile-container-description {
    width: 60%;
    margin-bottom: 0px;
    text-align: center;
}

.section-user-profile-description {
    margin-top: 20px;
}

.table thead th {
    /* border-color: rgb(50,60,80 ); */
    border-bottom: 0px;
}

table {
    border-color: #007bff;
}

.table td,
.table th {
    /* border-color: #007bff; */
    border: none;
    color: rgb(50,60,80 );
}

.card {
    background: #ffffff;
    /* border-color: #007bff; */
}

.table-custom-title {
    color: #007bff;
}

.table-custom-section-title {
    color: #007bff;
}

.descripcion {
    color: #007bff;
}

.card-body h3 {
    color: rgb(50,60,80);
}

.section-capturas-file-title {
    margin-bottom: 10px;
    position: relative;
}

a.section-capture-menu-edit {
    position: fixed;
    right: 1%;
    top: 15%;
    color: #fff;
    padding: 10px;
    border-radius: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
}

#Form2CM, #Form2NM {
    left: 550px;
}

#Form3CM, #Form3NM {
    left: 550px;
}

#Form4CM {
    left: 550px;
}

.form3cm-title {
    text-align: center;
    margin-bottom: 20px;
}

.button-custom-form {
    width: 130px !important;
}

#Form3CM {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-competition-form-card-manga {
    display: flex;
    margin-bottom: 10px;
}

.new-competition-form-container-mangas {
    margin-top: 20px;
    background: #f0f7ffd9;
    padding: 10px;
    border-radius: 5px;
}

.new-competition-form-card-manga-text {
    font-size: 14px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.new-competition-form-card-manga-text:first-child {
    margin-right: 15px;
}

.button-custom-form-edit {
    margin-right: 0px !important;
    text-transform: uppercase;
    font-size: 12px;
    width: 85px !important;
}

.button-custom-form {
    font-size: 12px;
    text-transform: uppercase;
}

.form3cm-description {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

button#create-competition {
    width: 150px;
}

textarea.view-participants {
    width: 100%;
    height: 70px;
    font-size: 12px;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #0798b7;
}

.select-participants label {
    font-size: 14px;
}

input#select-participant {
    width: 100%;
    font-size: 12px;
    outline: none;
    padding: 0px 5px;
    border: 1px solid #0798b7;
}

.select-participants {
    margin-bottom: 15px;
}

.link-invitation label {
    margin-bottom: 0px;
    font-size: 14px;
}

.team-competition label {
    margin-bottom: 0px;
    font-size: 14px;
}

.team-competition {
    margin-top: 5px;
}

textarea.view-participants::placeholder {
    color: #000;
}

.box-name-competition {
    font-size: 14px;
}

.box-number-competitor {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

input.input-file {
    display: none;
}

label.button-file.gradient-bg-1 {
    width: 50px;
    height: 18px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0px;
}

.box-fond-competitor-image label {
    margin-bottom: 0px;
}

.box-custom-input-file {
    display: flex;
}

.tooltip-inner {
    max-width: 490px;
    white-space: pre-wrap;
    background: #1782bd;
}

.select-privacity-competition label {
    font-size: 14px;
}

select#select-privacity {
    font-size: 12px;
    margin-right: 5px;
    outline: none;
}

.select-privacity-competition {
    margin-top: 10px;
}

.box-custom-input input {
    width: 100%;
    font-size: 14px;
    padding: 0px 5px;
    outline: none;
    border: none;
    background: #E5E5E5;
}

.box-custom-input-dates {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0px;
}

.box-custom-input-date {
    width: 48%;
}

.box-custom-input-date input {
    width: 100%;
    font-size: 14px;
    padding: 0px 5px;
}

.box-custom-input-date label {
    font-size: 14px;
}

.box-custom-input label {
    font-size: 14px;
}

.box-custom-textarea label {
    font-size: 14px;
}

.box-custom-input.box-image-example {
    display: flex;
    align-items: center;
}

.text-parametros-puntos {
    font-size: 11px;
}

.new-manga-especie-card {
    border-top: 3px solid #2078c1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    background: #f0f7ffd9;
    padding: 10px;
}

.new-manga-especie-card-title {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.new-manga-especie-card-input {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.new-manga-especie-card-input label {
    font-size: 13px;
    margin-bottom: 0px;
}

.new-manga-especie-card-input input {
    width: 31%;
    font-size: 13px;
    border: none;
    background: #E5E5E5;
    outline: none !important;
}

.new-manga-especie-card-input-c {
    width: 100%;
}

.new-manga-especie-card-input-c input {
    width: 15%;
}

.new-manga-especie-card-input-line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #2078c1;
    margin-bottom: 10px;
}

.new-manga-especie-card-input-line-02 {
    border-bottom: 1px solid #2078c1;
    padding-bottom: 10px;
}

.page-NM div#progress {
    display: none;
}

div#progress3 {
    position: absolute;
    height: 100%;
    width: 160px;
    transition: 1s;
}

div#progress3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid rgb(46 102 199);
}

.Form3NM {
    overflow-y: auto;
}

.box-number-competitor input {
    width: 20%;
}

.box-number-competitor label {
    width: 78%;
    margin-bottom: 0px;
}

#FormNewCompetition .competition-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.box-form-new-competition-col {
    width: 48%;
    position: relative;
}

form#FormNewCompetition select {width: 100%;appearance: none;padding: 0px 5px;margin-bottom: 10px;border-radius: 5px;font-size: 14px;outline: none;border: none;background: #E5E5E5;}

form#FormNewCompetition input {
    font-size: 14px;
    border-radius: 5px;
}

form#FormNewCompetition label {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.1;
}

.box-custom-check {
    padding-top: 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 65%;
    margin: auto;
    margin-top: 20px;
    background: #c2dfe4;
    border-radius: 10px;
}

.button-file-nc {
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px !important;
}

.step-text #progress {
    width: 100%;
}

.text-step {
    z-index: 999;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.box-input-icon {
    margin-bottom: 10px;
}

a.logo-header img {
    width: 100%;
    height: 65px;
    position: relative;
    top: -8px;
}

.table-custom-clasification-row a {
    color: rgb(50,60,80 );
    text-decoration: none;
}

tr.fila-table {border-top: 1px solid;border-bottom: 1px solid;border-color: #007bff;}

.table td, .table th {
    padding: 0.5rem !important;
}

.table td {
    border-bottom: 1px solid #007bff;
}

table#clasificacion thead {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #007bff;
}

table#mangas thead tr:last-child {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #007bff;
}

.box-form-new-competition-col:first-child:after {content: "";display: block;height: 100%;width: 1px;background: #007bff;position: absolute;top: 0;right: -9px;}

.box-custom-input-fechas {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.box-custom-input-fechas .box-custom-input {
    width: 48%;
    align-items: center;
}

.box-custom-cupo-general .box-custom-input {
    display: flex;
    align-items: center;
}

.box-custom-cupo-general .box-custom-input input {
    width: 15%;
    margin-left: auto;
}

.box-custom-cupo-general {
    width: 403px;
    padding: 10px;
    border-top: 3px solid #2078c1;
}

.botonequipo{
    float: right;
    /* position: absolute; */
    display: block;
    right: 20px;
    margin: 0 auto;
    width: 110px;
}
#perfil .section-capturas-points.with-id{
    display: none !important;
}
#capturas-viewinterna .section-capturas-points.with-id{
    display: flex!important;
}
#padre_capturas .section-capturas-points.with-id{
    display: flex!important;
}
#padre_capturas .section-capturas-points.with-id{
    display: flex!important;
}
#capturas-view .section-capturas-points.with-id{
    display: none!important;
}
#capturas-view .section-capturas-points.no-id{
    display: none!important;
}
section.section-competitions-base{
    margin-top: 75px !important;
    padding-top: 130px;
}

#torneo .card.card-comments {min-height: fit-content;max-height: 500px;overflow-y: auto;}

#torneo div#scoring {min-height: fit-content !important;width: 100%;}

#torneo .card .comments-loop form {margin-top: 15px !important;}

p#link-invited-copy {color: #fff;}

.card-manga-especies h6 {font-size: 18px;text-transform: uppercase;font-weight: 300;color: rgb(50,60,80);}

.card-liga .card-title {border-radius: 10px;background: #ffffffa6;}

.card-date-container .card-date {background: transparent;text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 2px rgba(206,89,55,0);}

.card-liga .card-name {color: #323c50;font-weight: 700;}

.section-competitions-menu .invitacion {width: 120px;color: #fff;}

.section-competitions-menu .invitacion h6 {text-shadow: 1px 1px 1px #000;}

.section-competitions-menu .section-competitions-menu-edit {padding-top: 0px;}

.section-competitions-base .section-competitions-menu {top: 135px;width: fit-content;
    margin-left: auto;}

    table#clasificacion #capturas thead {border-top: 0px;}

    .card-title-02 .card-name {font-size: 25px;}

    table#mangas td {color: #0645AD;}

    table#capturas tfoot th {background: rgb(50,60,80);}

table#capturas tfoot th a {color: #fff !important;}


.icon-rrss{
    margin-left: 12px;
    margin-bottom:10px;
}

.clasificacion-3 #clasificacion_wrapper {
    width: 70%;
    margin: auto;
}

.new-competition-title-col {
    font-size: 10px;
    padding: 5px 0px;
    background: #c2dfe4;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.custom-check-title-i {
    font-size: 10px;
    margin-bottom: 5px;
    padding: 0px 10px;
}

.competicion-clasificacion {
    padding-top: 98px !important;
}

section.section-competitions-base {
    padding-top: 175px;
    min-height: 1348px;
}

section.section-competitions-base.competicion-base {
    padding-top: 130px;
}

section.section-competitions-base.competicion-capturas {
    padding-top: 130px;
}

section#torneo.competitions-base-custom-manga-01 {
    padding-top: 65px;
}

p.custom-check-title-i.text-pa-custom {
    background: #c2dfe4;
    border-radius: 5px;
    padding: 6px;
}

.manga-clasificacion .card-clasificacion div#clasificacion_wrapper .row:nth-child(1), .manga-clasificacion .card-clasificacion div#clasificacion_wrapper .row:nth-child(3) {
    display: none;
}

table#clasificacion tfoot tr th {
    text-align: end;
}
/* Competition access lock icons */
.competition-lock-icon {
    font-size: 0.85em;
    vertical-align: middle;
    margin-left: 6px;
}

.competition-lock-open {
    color: #28a745;
}

.competition-lock-closed {
    color: #dc3545;
}
