﻿@charset "UTF-8";

html {
    overflow-y: scroll;
}

body {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    background: #eee;
    width: 100%;
    overflow: hidden;
}

a {
    color: var(--primary);
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: var(--secondary);
        text-decoration: none
    }

.news-background {
    padding: 10px 0 40px 0;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    background-color: rgba(144,0,0, .50)
}

#form1 {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

.cestel-main {
    flex: 1 0 auto;
    padding: 0 17px 200px 17px;
}

@media (max-width: 767px) {
    .cestel-main {
        padding: 0px 0px 80px 0px;
    }
}

/* Variables y cestel-main */
.cestel-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background: var(--white);
}

.cestel-header__section {
    display: flex;
}

.cestel-header__module {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    height: 60px;
}

.cestel-header__module--btn {
    width: 40px;
    padding: 0 7px;
}

.cestel-header__section:last-of-type .cestel-header__module {
    border-left: 1px solid #eee;
    border-right: none;
}

.cestel-header__section:first-of-type .cestel-header__module:last-of-type {
    border-right: none;
}


@media (min-width: 768px) {
    .cestel-header__module {
        height: 90px;
    }

    .cestel-header__module--btn {
        width: 70px;
        padding: 0 7px;
    }
}

@media (min-width: 1025px) {
    .cestel-header__module {
        height: 90px;
    }

    .cestel-header__module--btn {
        width: 80px;
        padding: 0 7px;
    }
}


/* Module: btn-menu */
.cestel-btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
}

.cestel-btn-menu__icon:before {
    font-family: 'icons';
    content: "\eb58";
    color: black;
}

.cestel-btn-menu__icon.cestel-js-active:before {
    content: "\e999";
}

.cestel-btn-menu:hover {
    color: var(--brand);
    text-decoration: none;
}

.cestel-btn-menu:focus {
    color: var(--brand);
    text-decoration: inherit;
}

/* Module: Logos */
.cestel-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 14px;
}

    /*.cestel-logos img {
        display: none;
        width: auto;
    }*/

    .cestel-logos img {
        display: block;
        height: 30px;
    }

    h1.pre {
        font-size: 0.7rem !important;
        overflow-wrap: break-word;
        color: #f10b0b;
        /*inline-size: 30px;*/
        padding-left: 5px;
    }

    .cestel-logos h1.blink_me {
        animation: blinker 1s linear infinite;
    }

.cestel-logo {
    display: block;
    margin-right: 5px;
}

.cestel-logo--main {
    display: flex;
    align-items: center;
    font-family: serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    color: #333;
}

    .cestel-logo--main:after {
        content: "";
        display: none;
        height: 48px;
        border-left: 1px solid #eee;
        margin-left: 14px;
    }

.cestel-logo--cyl {
    display: none;
}

@media (min-width: 375px) {
    h1.pre {
        font-size: 0.9rem !important;
        overflow-wrap: break-word;
        inline-size: 60px;
        padding-left: 5px;
    }

    

    .cestel-logo--main:after {
        display: block;
    }
}

@media (min-width: 425px) {

    .cestel-logo {
        margin-right: 5px;
    }

    .cestel-logos img {
        display: block;
        height: 30px;
    }

    .cestel-logo--main:after {
        display: block;
    }
}

@media (min-width: 558px) {
    .cestel-logos img {
        display: block;
        height: 60px;
    }

    .cestel-logo--main:after {
        display: block;
    }
}

@media (min-width: 768px) {
    .cestel-logos img {
        display: block;
        height: 65px;
    }

    h1.pre {
        font-size: 1.5rem !important;
        overflow-wrap: break-word;
        inline-size: max-content;
        padding-left: 12px;
    }

    .cestel-logo--cyl {
        display: block;
    }
}


/* Module: Messages; */
.cestel-messages {
    position: relative;
}

    .cestel-messages:hover {
        text-decoration: none;
    }

.cestel-messages__icon {
    font-size: 24px;
    line-height: 1;
    color: #333;
}

.cestel-messages__iconRed {
    font-size: 24px;
    line-height: 1;
    color: red;
}

.cestel-messages:hover .cestel-messages__icon {
    color: var(--brand);
}

.cestel-messages__number {
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--secondary);
    font-size: 14px;
    color: white;
}

@media (min-width: 768px) {
    .cestel-messages__icon {
        font-size: 36px;
        line-height: 1;
        color: #333;
    }

    .cestel-messages__iconRed {
        font-size: 36px;
        line-height: 1;
        color: red;
    }
}

.cestel__parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}



/* Module: User */
.cestel-user {
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
    text-decoration: none;
}

    .cestel-user:hover {
        color: #333;
        text-decoration: none;
    }

.cestel-user__icon {
    font-size: 24px;
}

.cestel-user:hover .cestel-user__icon {
    color: var(--primary-color);
}

.cestel-user__info {
    display: none;
    font-size: 12px;
    line-height: 1;
    margin: 0 10px;
}

.cestel-user__name {
    font-weight: 700;
    margin-bottom: 5px;
}

.cestel-user__profile {
    font-weight: 300;
    margin-bottom: 0;
}

.cestel-user__icon--small {
    display: none;
    font-size: 18px;
    margin-right: 18px;
}

@media (min-width: 768px) {
    .cestel-user {
        display: flex;
        align-items: center;
        margin-left: 14px;
        margin-right: 14px;
        color: #333;
        text-decoration: none;
    }

    .cestel-user {
        margin-right: 0;
    }

    .cestel-user__icon--small {
        display: block;
    }
}


@media (min-width: 1024px) {
    .cestel-user__info {
        display: block;
        font-size: 14px;
        line-height: 1;
        margin: 0 16px;
    }

    .cestel-user {
        margin-right: 0;
    }

    .cestel-user__icon--small {
        display: block;
    }
}

/* Dropdown de usuario */
.cestel-user__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    right: 14px;
    width: calc(100vw - 28px);
    max-width: 320px;
    z-index: 9999;
    background: white;
    padding: 24px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

    .cestel-user__dropdown.js-show {
        display: block;
    }

    .cestel-user__dropdown ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .cestel-user__dropdown a {
        font-size: 14px;
        color: #333;
    }

        .cestel-user__dropdown a:hover {
            color: var(--brand);
        }

/* Module: login; */
.cestel-header__module--login {
    display: flex;
}

@media (min-width: 1024px) {
    .cestel-header__module--login {
        display: none;
    }
}

.cestel-login-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.cestel-login-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand);
    margin: 0;
}

    .cestel-login-btn__icon:before {
        font-size: 21px;
        color: white;
    }

.cestel-login-btn__text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}




/************************************************
        FOOTER basic style
************************************************/
/************************************
-- se usa footer de cestel-modificaciones

.cestel-footer {
    background: var(--brand);
}

.cestel-footer__contenedor {
    padding: 14px;
}

.cestel-footer.interior {
    padding: 14px;
}

.cestel-footer__logos {
    margin-top: 5px;
}

.cestel-footer__logo {
    height: 65px;
    margin-left: 14px;
}

    .cestel-footer__logo:first-child {
        margin-left: 0;
    }

    .cestel-footer__logo img {
        height: inherit;
        width: auto;
    }

.cestel-footer__menu {
    margin-bottom: 5px;
}


    .cestel-footer__menu a {
        margin-right: 14px;
        font-size: 14px;
        color: white;
    }

        .cestel-footer__menu a:hover {
            color: white;
            text-decoration: underline;
        }


    .cestel-footer__menu ul {
        margin: 0;
        list-style-type: none;
    }

    .cestel-footer__menu li {
        display: inline-block;
        margin-right: 0px;
        margin-left: 0px;
        color: white;
    }

        .cestel-footer__menu li span {
            color: white;
        }

        .cestel-footer__menu li a {
            color: white;
            margin-right: 0px;
            margin-left: 0px;
            text-decoration: none;
        }

            .cestel-footer__menu li a:hover {
                color: white;
                text-decoration: underline;
            }




.cestel-footer p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 1;
}

    .cestel-footer p a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .cestel-footer p a.yellow {
            color: #F5D46F;
            text-decoration: none;
        }

.cestel-footer a.yellow {
    color: #F5D46F;
    text-decoration: none;
}

.cestel-footer a:hover,
.cestel-footer p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.cestel-footer p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 1;
}

    .cestel-footer p a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .cestel-footer p a.yellow {
            color: #F5D46F;
            text-decoration: none;
        }

.cestel-footer a.yellow {
    color: #F5D46F;
    text-decoration: none;
}

.cestel-footer a:hover,
.cestel-footer p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
********************************/




/* BOTON SCROLLUP */
.scrollup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--brand);
    background: white;
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: none;
    z-index: 9999 !important;
    font-size: 24px;
    color: var(--brand);
    text-decoration: inherit;
    text-align: center;
}

    .scrollup:hover,
    .scrollup:focus {
        color: var(--brand);
        text-decoration: inherit;
    }

/*********************************

MENU

*********************************/
.cestel-menu-container {
    background: #eee;
    padding: 28px;
    border-top: 1px solid #eee;
    display: none;
}

    .cestel-menu-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cestel-menu-container .pushy-content > ul {
        display: flex;
        flex-wrap: wrap;
    }

        .cestel-menu-container .pushy-content > ul > li {
            width: 25%;
            border: 14px solid transparent;
            background: white;
            background-clip: padding-box;
            padding: 28px;
        }

            .cestel-menu-container .pushy-content > ul > li > p {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 700;
                color: var(--brand);
                position: relative;
                margin-bottom: 14px;
            }

    .cestel-menu-container .pushy-content .pushy-link {
        margin-bottom: 8px;
    }

        .cestel-menu-container .pushy-content .pushy-link:last-child {
            margin-bottom: 0;
        }

    .cestel-menu-container .pushy-content a {
        color: inherit;
        text-decoration: inherit;
    }

        .cestel-menu-container .pushy-content a:hover {
            color: var(--brand);
        }

        .cestel-menu-container .pushy-content a.btn-primary {
            color: white;
        }

            .cestel-menu-container .pushy-content a.btn-primary:hover {
                color: white;
            }

@media (max-width: 1330px) {
    .cestel-menu-container .pushy-content > ul > li {
        width: 33.333%;
        border: 14px solid transparent;
        padding: 28px;
    }
}

@media (max-width: 1023px) {
    .cestel-menu-container .pushy-content > ul > li {
        width: 50%;
        border: 14px solid transparent;
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .cestel-menu-container .pushy-content > ul > li {
        width: 100%;
        border: none;
        border-top: 2px solid #eee;
        padding: 28px;
    }
}

/* VARIA */
.cestel-titulo-pagina {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .cestel-titulo-pagina {
        margin: 30px 0 0;
    }
}

.cestel-subtitulos {
    margin: 14px 0 0;
}

.cestel-subtitulo-pagina {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit !important;
    line-height: 1.1;
    /*  &:before {
    content:"\2022 ";
    color: var(--brand);
    margin-right: 8px;
  }*/
}

    .cestel-subtitulo-pagina .text-info {
        color: inherit !important;
    }

    .cestel-subtitulo-pagina .codeNormal {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: inherit !important;
        line-height: 1.1;
    }

    .cestel-subtitulo-pagina + .cestel-subtitulo-pagina {
        margin-top: 8px;
    }

.cestel-titulo-seccion {
    margin: 60px 0 34px;
    border-bottom: 1px solid var(--dark);
    font-size: 24px;
    font-weight: 700;
}

.btn {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}

    .btn i:last-child {
        margin-left: 8px;
    }

    .btn i:first-child {
        margin-right: 8px;
    }

.aspNetDisabled {
    opacity: .65;
    cursor: not-allowed;
}

.btn.aspNetDisabled {
    color: white !important;
}

.btn-warning:hover {
    color: white;
}

.btn-outline-primary {
    color: var(--brand);
}

    .btn-outline-primary:hover {
        color: white;
    }

.btn-outline-info {
    color: var(--info);
}

    .btn-outline-info:hover {
        color: white;
    }

/********************************************************************************/
/*                                 FSELECT                                       /
/*                       Control multiseleccionable                              /
/********************************************************************************/
/*
.fs-wrap {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  width: 100%; }

.fs-label-wrap {
  position: relative;
  background-color: #fff;
  border: 1px solid #ced4da;
  cursor: default;
  width: 100%; }

.fs-label-wrap,
.fs-dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-label-wrap .fs-label {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.fs-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto; }

.fs-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 5px;
  z-index: 1000;
  font-size: 14px;
  left: 17px;
  right: 17px; }

.fs-dropdown .fs-options {
  max-height: 200px;
  overflow: auto; }

.fs-search input {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  padding: 6px 0;
  width: 100%; }

.fs-option,
.fs-search,
.fs-optgroup-label {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
  cursor: default; }

.fs-option:last-child {
  border-bottom: none; }

.fs-search {
  padding: 0 8px; }

.fs-no-results {
  padding: 6px 8px; }

.fs-option {
  cursor: pointer;
  word-break: break-all; }

.fs-option.disabled {
  opacity: 0.4;
  cursor: default; }

.fs-option.hl {
  background-color: #f5f5f5; }

.fs-wrap.multiple .fs-option {
  position: relative;
  padding-left: 30px; }

.fs-wrap.multiple .fs-checkbox {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  left: 0;
  bottom: 0; }

.fs-wrap.multiple .fs-option .fs-checkbox i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  background-color: #fff; }

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #11a911;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center; }

.fs-optgroup-label {
  font-weight: bold;
  text-align: center; }
    */
/********************************************************************************/
/*                          FIN   FSELECT                                       /
/*                       Control multiseleccionable                              /
/********************************************************************************/



.hidden {
    display: none;
}

label,
.label {
    font-weight: 500;
}

.checkbox label,
.checkbox .label {
    margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    background: url(../Images/dropdown.png) 98%/24px no-repeat #eee;
}

    /* CAUTION: IE hackery ahead */
    select::-ms-expand {
        display: none;
        /* remove default arrow on ie10 and ie11 */
    }

/* Inputs de tipo File */
input[type="file"] {
    color: var(--brand);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: normal;
    width: 100% !important;
    max-width: 100% !important;
}

    input[type="file"]:hover {
        color: var(--green);
    }

::-webkit-file-upload-button {
    background: var(--brand);
    padding: .5rem .875rem;
    color: white;
    border: 1px solid transparent;
    cursor: pointer;
}

    ::-webkit-file-upload-button:hover {
        background: var(--green);
        color: white;
    }

/* Radio y checkboxes */
.label + input[type="radio"],
label + input[type="radio"],
.label + input[type="checkbox"],
label + input[type="checkbox"],
input[type="radio"] + .label,
input[type="radio"] + label,
input[type="checkbox"] + .label,
input[type="checkbox"] + label {
    margin-left: 4px;
    white-space: pre-wrap;
    display: inline;
}

.form-check-inline {
    height: 39px;
}




/***********************

Elementos de formulario de alta

************************/
.cestel-label-block {
    font-weight: 500;
    display: block;
}

.cestel-faux-input {
    display: flex;
    align-items: center;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem .875rem;
    border: 1px solid #ced4da;
}

.cestel-faux-input-block {
    display: block;
}

.custom-combobox {
    display: flex;
}

.custom-combobox-input {
    flex: 1;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    width: 80% !important;
}

.custom-combobox-toggle {
    width: 39px;
    height: calc(1.5em + 1rem + 2px);
    border-radius: 0;
    border-left: none;
}

input[type="text"].aspNetDisabled {
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.table-responsive {
    /*padding: 0 14px;*/
    padding: 0;
}

[class*="col-"] .table-responsive {
    padding: 0;
}

.thead-custom,
.table-hover .thead-custom:hover {
    background: white;
}

.ico-listado-especie,
.ico-listado-sexo {
    width: 32px;
    border-radius: 50%;
    padding: 4px;
    background: #eee;
    margin-bottom: 4px;
}

/******************** cestel-filtros *************************/

.cestel-filtros {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 8px;
}

    .cestel-filtros li {
        display: flex;
        align-items: center;
        margin-top: 8px;
        margin-left: 10px;
        cursor: pointer;
    }

        .cestel-filtros li input[type="image"],
        .cestel-filtros li img {
            width: auto;
            height: 20px;
            margin-right: 8px;
        }

        .cestel-filtros li a, .cestel-filtros li span {
            color: var(--dark);
            font-weight: 700;
            text-transform: uppercase;
            font-size: 12px;
            white-space: nowrap;
        }

            .cestel-filtros li a br, .cestel-filtros li span br {
                display: none;
            }

            .cestel-filtros li a:hover {
                color: var(--brand);
            }

/*.cestel-filtros li + li {
            margin-left: 16px;
        }*/

.cestel-filtros--badges li a, .cestel-filtros--badges li span {
    color: white;
    font-weight: 400;
    text-transform: initial;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
}

    .cestel-filtros--badges li a br, .cestel-filtros--badges li span br {
        display: none;
    }

    .cestel-filtros--badges li a:hover, .cestel-filtros--badges li span:hover {
        color: white;
    }

@media(max-width: 768px) {
    .cestel-filtros--badges {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block !important;
        flex-wrap: wrap;
        margin-bottom: 8px;
    }

        .cestel-filtros--badges li {
            display: block !important;
            margin-top: 8px;
            margin-left: 2px;
            cursor: pointer;
        }
}



/************************************************************/



/*.cestel-filtros-reverse {
	justify-content: flex-start;
	padding: 0;
}

.cestel-filtro {
    display: flex;
    align-items: center;
}

.cestel-filtro + .cestel-filtro {
	margin-left: 17px;
}

.cestel-filtros-reverse .cestel-filtro + .cestel-filtros-reverse .cestel-filtro {
	margin-right: 17px;
	margin-left: 0;
}

.cestel-filtro input,
.cestel-filtro img {
    width: 18px;
    margin-right: 4px;
}

.cestel-filtro a,
.cestel-filtro span {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cestel-filtro a:hover {
	color: var(--primary-color);
}*/
.cestel-botonera {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    padding: 0 14px;
}

.cestel-boton {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 4px;
}

    .cestel-boton + .cestel-boton {
        margin-left: 8px;
    }

    /* ULTIMO BOTÓN */
    .cestel-boton .combo-phases {
        -webkit-appearance: none;
        background: url(../Images/dropdown.png) 98%/24px no-repeat white;
        padding: 4.5px 8px;
        border-radius: 0;
        border: 1px solid var(--brand);
        font-size: 12px;
    }

/*

Correcciones bootstrap y etructura:
añadir clase show y style="display:block" al div modal

<div class="modal fade" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered">
        <asp:UpdatePanel ID="upModalCambioEstadoSolicitud" runat="server" ChildrenAsTriggers="false" UpdateMode="Conditional">
            <ContentTemplate>
                <div class="modal-content">
                    <div class="modal-header">
						Solo el label, sin etiquetas html
                    </div>
                    <div id="divModalBodyAvisoGenerico" class="modal-body">
                        filas y columnas
                    </div>
                    <div class="modal-footer mt-1 justify-content-center">
                        botones con colores
                    </div>
                </div>
            </ContentTemplate>
        </asp:UpdatePanel>
    </div>
</div>

*/
/*.modal {
  background: rgba(0, 0, 0, 0.55); }*/

.modal-header {
    font-size: 16px;
    font-weight: 700;
}

/* Fin correcciones bootstrap */
.cestel-modal {
    width: 100%;
    max-width: 320px;
    background: white;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.cestel-modal-seccion + .cestel-modal-seccion {
    margin-top: 14px;
}

.cestel-modal-titulo {
    font-weight: 700;
}

.cestel-tabs-menu {
    display: none;
}

@media (min-width: 1024px) {
    .cestel-tabs-menu {
        display: block;
    }
}

.cestel-tab-content .card-header {
    cursor: pointer;
}

@media (min-width: 1024px) {
    .cestel-tab-content .card-header {
        display: none;
    }
}

@media (min-width: 750px) {
    .cestel-tabs-menu--animal-registrado,
    .cestel-tabs-menu--animal-gossera {
        display: block;
    }
}

@media (min-width: 768px) {
    .cestel-tabs-menu--almacen-central,
    .cestel-tabs-menu--buscador-animales {
        display: block;
    }
}

@media (min-width: 750px) {
    .cestel-tab-content--animal-registrado .card-header,
    .cestel-tab-content--animal-gossera .card-header {
        display: none;
    }
}

@media (min-width: 768px) {
    .cestel-tab-content--almacen-central .card-header,
    .cestel-tab-content--buscador-animales .card-header {
        display: none;
    }
}

/* Pestañas superiores */
.cestel-tabs-menu .nav-link {
    background-color: var(--brand);
    color: white;
    border: none;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .cestel-tabs-menu .nav-link:hover {
        background-color: var(--secondary);
    }

    .cestel-tabs-menu .nav-link.active {
        color: var(--brand);
    }

        .cestel-tabs-menu .nav-link.active:hover {
            background-color: white;
            color: var(--brand);
            cursor: default;
        }

/* Paneles */
.cestel-tab-content .card {
    border-top: none;
}

.card-header {
    background: var(--brand);
    color: white;
    font-weight: 700;
}

    .card-header span {
        background: var(--brand);
        color: white;
        font-weight: 700;
    }

    .card-header a:hover,
    .card-header a:link,
    .card-header a:visited {
        background: var(--brand);
        color: white;
        font-weight: 700;
        text-decoration: underline;
    }

.card-body {
    background: white;
    padding: 14px;
}

.card-header--flex {
    display: flex;
}

/* Cards dentro de cards */
.card-subheader {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: var(--brand);
    font-weight: 700;
    font-size: 14px;
}

    .card-subheader.collapsed {
        border-bottom: none;
    }

/* Secciones dentro de cards */
.cestel-card-titulo-seccion {
    display: block;
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 700;
}

.alert br {
    display: block;
    content: "";
    font-size: 1px;
    line-height: 1em;
}

.alert--flex {
    display: flex;
}

.alert {
    /*display: flex;*/
}

    .alert img {
        margin-right: 10px;
        width: 24px;
        height: 24px;
    }

    .alert .alert__image {
        width: 32px;
        height: 100%;
    }

.badge {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9px;
}

.badge-info {
    color: white;
}

/* SECCIONES ESPECÍFICAS */
/*

Área principal de portada

*/
.portada {
    background-color: var(--brand);
}

    .portada .cestel-main {
        padding: 0;
        display: flex;
        align-items: stretch;
        /* Regla IE11 */
        flex: 1 0 auto;
    }

.cestel-slider-contenedor {
    width: 100%;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    display: flex;
    align-items: stretch;
}

/* SLIDER */
.cestel-slider {
    width: 200vw;
    transform: translateX(0);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: stretch;
}

    .cestel-slider.js-is-moved {
        transform: translateX(-100vw);
    }

.cestel-slider__contenedor {
    float: left;
    width: 100vw;
    background: #eee;
    padding: 14px;
}

.cestel-slider__contenedor--menu {
    background-color: var(--brand);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-height: 600px) {
    .cestel-slider__contenedor--menu {
        height: auto !important;
    }
}

.cestel-slider__contenedor--contenidos {
    padding: 0;
}

.cestel-slider__contenedor-interior {
    display: flex;
    width: 100%;
    max-width: 960px;
}

/* LOGIN */
.cestel-login__contenedor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.55);
}

    .cestel-login__contenedor.js-show {
        display: block;
    }

#formlogin {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: auto;
    left: 14px;
    margin: 0;
    background: white;
    padding: 24px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15);
}

.cestel-login__contenedor.show #formlogin {
    transform: none;
}

.cestel-login__contenedor.fade #formlogin {
    transition: transform 0.3s ease-out;
}

@media (min-width: 500px) {
    .cestel-login__contenedor {
        background: none;
    }

    #formlogin {
        position: absolute;
        top: 14px;
        right: 14px;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: 320px;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .cestel-login__contenedor {
        position: static;
        display: block;
        width: 360px;
        height: auto;
        background: white;
        border-bottom: 1px solid var(--brand);
        overflow: initial;
    }

    #formlogin {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        max-width: none;
        box-shadow: none;
    }
}

.cestel-login__titulo {
    text-align: center;
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .cestel-login__titulo {
        margin-bottom: 48px;
    }
}

/* MENU */
.cestel-menu-portada {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.cestel-menu-item {
    position: relative;
    display: block;
    width: calc(33.333% - 1px);
    margin: 0 1px 1px 0;
    background: white;
}

    .cestel-menu-item:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.cestel-menu-item__contenedor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.cestel-menu-item__contenedor--imagen {
    padding: 0;
}

    .cestel-menu-item__contenedor--imagen img {
        height: 100%;
    }

.cestel-menu-item__titulo {
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.cestel-menu-item__icono {
    font-size: 48px;
    text-align: center;
}

.cestel-menu-item:hover {
    background: var(--primary);
    color: white;
}

    .cestel-menu-item:hover .cestel-menu-item__titulo {
        color: white;
    }

@media (max-width: 600px) {
    .cestel-menu-item {
        width: 100%;
    }

        .cestel-menu-item:after {
            display: none;
        }

    .cestel-menu-item__contenedor {
        position: static;
        display: flex;
        flex-flow: row-reverse;
        justify-content: flex-end;
        align-items: center;
        padding: 14px;
    }

    .cestel-menu-item__contenedor--imagen {
        display: none;
    }

    .cestel-menu-item__icono {
        font-size: 24px;
        margin-right: 14px;
    }
}

/* Artículos del slider */
.cestel-articulo-portada {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

    .cestel-articulo-portada.altura-auto {
        height: auto;
    }

.cestel-articulo-portada__cabecera {
    background: var(--primary);
    padding: 36px;
}

.cestel-articulo-portada__titulo {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    font-size: 36px;
    color: white;
    text-align: center;
}

.cestel-articulo-portada__contenedor-btn-menu {
    width: 100%;
    max-width: 768px;
    margin: 72px auto 14px;
    padding: 0 14px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

    .cestel-articulo-portada__contenedor-btn-menu .cestel-articulo-portada__btn-menu {
        display: flex;
        align-items: center;
        color: #333;
    }

    .cestel-articulo-portada__contenedor-btn-menu i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-right: 14px;
        background-color: var(--primary);
        border-radius: 50%;
        color: white;
        font-size: 24px;
    }

.cestel-articulo-portada__contenido {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 72px;
    background: white;
    background-clip: padding-box;
    padding: 48px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    font-size: 16px;
}

    .cestel-articulo-portada__contenido label {
        font-size: 14px;
        margin-bottom: 4px;
    }

@media (max-width: 1024px) {
    .cestel-articulo-portada__contenedor-btn-menu {
        margin: 48px auto 14px;
    }

        .cestel-articulo-portada__contenedor-btn-menu i {
            width: 42px;
            height: 42px;
            margin-right: 14px;
            font-size: 24px;
        }

    .cestel-articulo-portada__contenido {
        margin: 0 auto 48px;
        padding: 48px;
    }
}

@media (max-width: 600px) {
    .cestel-articulo-portada__cabecera {
        padding: 28px;
    }

    .cestel-articulo-portada__titulo {
        font-size: 28px;
    }

    .cestel-articulo-portada__contenedor-btn-menu {
        margin: 14px auto 14px;
    }

        .cestel-articulo-portada__contenedor-btn-menu i {
            width: 32px;
            height: 32px;
            margin-right: 14px;
            font-size: 14px;
        }

    .cestel-articulo-portada__contenido {
        margin: 0 auto 14px;
        padding: 28px;
    }
}

/* CONTADORES (home) */
.counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 28px;
    max-width: 1024px;
    margin: 0 auto;
}




.one-counter {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    width: 25%;
    min-width: 130px;
    margin: 0;
    flex: 0 0 auto;
    border: 14px solid transparent;
    padding: 14px;
    background-color: white;
    background-clip: padding-box;

}

    .one-counter .shiva {
        order: -1;
        flex: 1 0 auto;
    }

        .one-counter .shiva a {
            font-size: 42px;
            line-height: 1;
            font-weight: 700;
            color: var(--brand);
            text-decoration: inherit;
        }

            .one-counter .shiva a:hover,
            .one-counter .shiva a:focus {
                color: var(--secondary);
                text-decoration: inherit;
            }

.counter-name {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .one-counter {
        width: 50%;
        min-width: 0;
        border: 1px solid #eee;
    }
}

@media (max-width: 767px) {
    .counters {
        padding: 14px;
    }
    /* .one-counter {
    width: 50%;
    border: 14px solid transparent; }*/
    .one-counter .shiva a {
        font-size: 32px;
    }
}

/*@media (max-width: 540px) {
  .one-counter {
    width: 50%;
    min-width: 0;
    border: 1px solid #eee; } }*/

/* ACCESOS RÁPIDOS (home) */
.cestel-accesos-rapidos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 28px;
    max-width: 1024px;
    margin: 0 auto;
}

    .cestel-accesos-rapidos figure {
        position: relative;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        width: 25%;
        min-width: 130px;
        margin: 0;
        flex: 0 0 auto;
        border: 14px solid transparent;
        padding: 14px;
        background-color: white;
        background-clip: padding-box;
        transition: .3s all ease-in-out;
    }

    .cestel-accesos-rapidos figcaption {
        width: 100%;
    }

    .cestel-accesos-rapidos img {
        width: 32px;
        margin-bottom: 17px;
    }

    .cestel-accesos-rapidos h2 {
        font-size: 14px;
        color: var(--dark);
        text-transform: uppercase;
        margin: 0;
        transition: .3s all ease-in-out;
    }

    .cestel-accesos-rapidos h6 {
        font-size: 10px !important;
        color: var(--brand);
        text-transform: uppercase;
        margin: 0;
        transition: .3s all ease-in-out;
    }

    .cestel-accesos-rapidos a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }

    .cestel-accesos-rapidos figure:hover {
        background-color: var(--brand);
        /*background-clip: padding-box;*/
    }

        .cestel-accesos-rapidos figure:hover h2 {
            color: white;
        }

@media (max-width: 767px) {
    .cestel-accesos-rapidos {
        padding: 14px;
    }

        .cestel-accesos-rapidos figure {
            width: 50%;
            border: 14px solid transparent;
        }
}

@media (max-width: 540px) {
    .cestel-accesos-rapidos figure {
        width: 50%;
        min-width: 0;
        margin: 0;
        padding: 17px;
        border: 1px solid #eee;
    }

    .cestel-accesos-rapidos h2 {
        font-size: 12px;
    }
}

/***********************************************************
    Formulario Registrar Identificación
***********************************************************/
.cestel-steps-container {
    display: none;
}

@media (min-width: 1024px) {
    .cestel-steps-container {
        display: block;
    }
}

/***********************************************************
   Menú de opciones formulario de Registrar Identificación 
    media < 1024px o 64rem
***********************************************************/
.cestel-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Barra de progreso */
.cestel-steps__progress-bar-container {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.cestel-steps__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: var(--secondary);
}

/* Bullets */
.f1-step,
.menu-step {
    position: relative;
    float: left;
    width: calc(100% / 7);
    /* dividir 100 entre el número de steps */
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: default;
    text-decoration: none;
}

    .f1-step:hover,
    .menu-step:hover {
        cursor: pointer;
    }

.menu-step {
    width: calc(100% / 14);
}

    .f1-step .f1-step-icon,
    .menu-step .menu-step-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        margin-top: 4px;
        background: #ddd;
        border-radius: 50%;
        font-size: 16px;
        color: #fff;
    }

    .f1-step .f1-step-text,
    .menu-step .menu-step-text {
        display: block;
        margin: 12px 0 0;
        width: 100%;
        font-size: 13px;
        line-height: 1.1;
        color: #ccc;
        text-align: center;
    }

    /* 

Estados de los bullets
- Activo: brand (verde lima);
- Completado: secondary (verde oscuro);
- Activado: blanco con borde secondary;

*/
    .f1-step.active .f1-step-icon,
    .f1-step.active .menu-step-icon,
    .menu-step.active .f1-step-icon,
    .menu-step.active .menu-step-icon {
        /*background: var(--brand);*/
        background: var(--secondarydarker);
        transform: scale(1.22);
    }

    .f1-step.active .f1-step-text,
    .f1-step.active .menu-step-text,
    .menu-step.active .f1-step-text,
    .menu-step.active .menu-step-text {
        /*color: var(--brand);*/
        color: var(--secondarydarker);
        font-weight: bold;
    }

    .f1-step.active:hover,
    .menu-step.active:hover {
        cursor: default;
    }

    .f1-step.activated .f1-step-icon,
    .f1-step.activated .menu-step-icon,
    .menu-step.activated .f1-step-icon,
    .menu-step.activated .menu-step-icon {
        background: #fff;
        border: 1px solid;
        color: var(--secondary);
    }

    .f1-step.activated .f1-step-text,
    .f1-step.activated .menu-step-text,
    .menu-step.activated .f1-step-text,
    .menu-step.activated .menu-step-text {
        color: var(--secondary);
    }

    .f1-step.activated:hover .f1-step-icon,
    .f1-step.activated:hover .menu-step-icon,
    .menu-step.activated:hover .f1-step-icon,
    .menu-step.activated:hover .menu-step-icon {
        /*background: #28822a;*/
        background: var(--secondarydark);
        /* verde oscuro */
        color: white;
    }

    .f1-step.activated:hover .f1-step-text,
    .f1-step.activated:hover .menu-step-text,
    .menu-step.activated:hover .f1-step-text,
    .menu-step.activated:hover .menu-step-text {
        /*color: #28822a;*/
        color: var(--secondarydark);
    }

    .f1-step.completed .f1-step-icon,
    .f1-step.completed .menu-step-icon,
    .menu-step.completed .f1-step-icon,
    .menu-step.completed .menu-step-icon {
        background: var(--secondary);
        border: 1px solid var(--secondary);
        color: #fff;
    }

    .f1-step.completed .f1-step-text,
    .f1-step.completed .menu-step-text,
    .menu-step.completed .f1-step-text,
    .menu-step.completed .menu-step-text {
        color: var(--secondary);
    }

    .f1-step.completed:hover .f1-step-icon,
    .f1-step.completed:hover .menu-step-icon,
    .menu-step.completed:hover .f1-step-icon,
    .menu-step.completed:hover .menu-step-icon {
        /*background: #28822a;*/
        background: var(--secondarydark);
        /* verde oscuro */
        color: white;
    }

    .f1-step.completed:hover .f1-step-text,
    .f1-step.completed:hover .menu-step-text,
    .menu-step.completed:hover .f1-step-text,
    .menu-step.completed:hover .menu-step-text {
        /*color: #28822a; */
        color: var(--secondarydark);
    }

/***********************************************************
    Cabeceras clickables de tipo acordeon (Alta expediente, denuncia, alta de registro)
***********************************************************/
.tab-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: -1px;
    /* evita la superposición de border-top y border-bottom */
    margin-bottom: 0;
}

    span.tab-item,
    .tab-item > span {
        display: flex;
        width: 100%;
        background: var(--brand);
        padding: 8px;
        /*font-size: 14px;*/
        font-weight: 500;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
    }

    a.tab-item,
    .tab-item > a,
    .cestel-tab-item-active {
        display: flex;
        width: 100%;
        background: var(--brand);
        padding: 8px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: white;
        cursor: pointer;
        text-decoration: none;
    }

/* Formulario Alta */
#panelMenuAlta3 .tab-item,
#panelMenuAlta2 .tab-item {
    margin-top: 7px;
}

#panelMenuAlta2,
#panelMenuAlta3 {
    display: block;
}

@media (min-width: 1024px) {
    #panelMenuAlta2,
    #panelMenuAlta3 {
        display: none;
    }
}

/*



.tab-item.completed {
    background-color: var(--green);
    border: 1px solid var(--green);
    color: white;

    &:hover {
        color: white;
        background: darken(#2E9630, 5%);
        cursor: pointer;
    }
}

.tab-item.activated {
    background-color: #fff;
    color: var(--green);
    border: 1px solid;

    &:hover {
        color: white;
        background-color: var(--green);
        border: 1px solid var(--green);
        cursor: pointer;
    }
}

*/
/* Contenido del panel */
/*.tab-form-card {
    background-color: #fff;
    padding: 14px;
    
    @media (max-width:767px){
        padding: 17px 0;
    }
}*/
/* Elemento para la subida de archivos en Expedientes */
.userControl {
    padding: 28px;
    background: #eee;
}

@media (max-width: 767px) {
    .userControl {
        padding: 14px;
    }
}

.chip-date,
.chip-num {
    display: block;
}

.texto-error-reiac {
    padding: 14px;
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    color: #dc3545;
}

/* UTILIDADES */
.cestel-align-middle {
    display: flex;
    align-items: center;
}

.cestel-strong {
    font-weight: 700;
}

.cestel-block {
    display: block;
    width: 100%;
}

.cestel-width-100 {
    width: 100%;
}

.label-plaintext {
    display: block;
    background: #f6f6f6 !important;
    padding: 14px;
    min-height: 45px;
}

.image-plaintext {
    height: 42px;
    width: auto;
}

.alert-warning .label-plaintext {
    background: transparent;
    border: 1px solid var(--warning);
}

#ContentPlaceHolderSite_DivCausasBajasSubtiposMuerte {
    margin-top: .875rem !important;
    position: relative;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
}

@media (min-width: 768px) {
    #ContentPlaceHolderSite_DivCausasBajasSubtiposMuerte {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
