input::-ms-reveal,
input::-ms-clear {
    display: none;
}

body {
    font-family: 'Verdana', Helvetica, Arial,sans-serif;
    text-align: center;
    background-color: rgb(242, 243, 243);
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    /*height: 100%;
    min-height: 100%;*/
}

:root {
    --darkBlue: #015e89;
    --lightBlue: #0089cd;
    --mediumBlue: #0062d1;
    --darkOrange: #ff7f00;
    --darkYellow: #ffc801;
    --lightGreen: #00bbba;
}
/* #main{
    min-height: calc(100% - 200px);

} */
/* #page-container {
    position: relative;
    min-height: 100vh;
  } */


}
/* Start Logos e Im�genes */
.container-logo {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin: 10px 0px 10px 0px;
}

.logo {
    width: auto;
    min-height: 72px;
    height: 72px;
    margin: 5px 10px 10px 0px;
}

.icono-Nap {
    width: auto;
    max-height: 72px;
    height: 72px;
    margin: 5px 10px 10px 0px;
}

.img-iconos-home {
    height: 75px;
}

.img-empresas-home {
    max-height: 90px;
    margin: 15px;
}

.space {
    height: 35px;
}

@media (min-width: 1200px) {
    .img-iconos-home {
        height: 120px;
    }
}

@media all and (max-width:985px) {
    .logo {
        width: auto;
        min-height: 66px;
        height: 66px;
        margin: 5px 10px 10px 0px;
    }

    .icono-Nap {
        width: auto;
        max-height: 66px;
        height: 66px;
        margin: 5px 10px 10px 10px;
    }
}

@media all and (max-width:992px) {
    .img-empresas-home {
        max-height: 45px;
        margin: 10px;
    }
}

@media all and (max-width:768px) {
    .container-logo {
        align-items: center;
    }

    .logo {
        width: auto;
        min-height: 50px;
        height: 50px;
        margin: 5px 10px 10px 0px;
    }

    .list-nav-login {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .icono-Nap {
        width: auto;
        max-height: 50px;
        height: 50px;
        margin: 5px 10px 10px 10px;
    }

    .for-login {
        width: 150px;
        padding-left: 22px;
    }

    .to-login {
        width: 160px;
        height: 90px;
    }

    .name {
        padding-left: 0px;
    }
}
/* End Logos e Im�genes */

/* Start Login */
.item-nav-login {
    color: black;
}

.list-nav {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.container-menu-login {
    position: relative;
    margin-top: 17px;
}

.identificate {
    padding-top: 30px;
    font-size: 16px;
    color: black;
}


.text-orange {
    color: #ef7e1e !important;
}

.text-red {
    color: #ff0000 !important;
}

.text-blue {
    color: #195e85 !important;
}

.item-nav {
    padding-top: 30px;
    font-size: 16px;
    color: black;
}

.list-nav-login {
    position: absolute;
    text-align: right;
    display: inline-block;
    min-width: 280px;
    right: 0;
    top: 0;
    height: 67px;
    border: 1px solid transparent;
    padding-left: 10px;
    padding-bottom: 10px;
}

    .list-nav-login .menu-open,
    .list-nav-login .menu-open {
        display: none;
    }

    .list-nav-login .dropdown-menu li a {
        margin-top: 0px;
    }


    .list-nav-login .menu-open.dropdown.show {
        max-width: 260px;
    }

        .list-nav-login .menu-open.dropdown.show a {
            padding-right: 17px;
        }

    .list-nav-login .dropdown-menu.show {
        position: relative;
        padding: 0 10px;
        margin: 0;
        padding-bottom: 10px;
    }

    .list-nav-login:hover .submenu-open a {
        padding-left: 20px;
    }

    .list-nav-login:hover .submenu-open:first-child a {
        margin-top: 0px;
    }



    .list-nav-login .dropdown-menu.desktop {
        transform: translate3d(-265px, 10px, 0px) !important;
    }

    .list-nav-login .content-menu {
        /* max-width: 188px; */
        float: left;
        margin-top: 10px;
        margin-right: 7px;
    }

.navbar .dropdown-menu.mobile .nav-item {
    padding: 1em 0 1em 3em;
    font-size: 14px;
}

.list-nav-login .item-nav-login {
    font-size: 14px;
    color: #195e85;
    padding: 3px 0px;
    /*position: absolute;
        right: 64px;
        top: 12px;*/
    max-width: 232px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .list-nav-login .item-nav-login::before {
        content: ' ';
    }

.list-nav-login .email {
    font-size: 11px;
    color: #5c5c5c;
    /*position: absolute;
        right: 64px;
        top: 36px;*/
    max-width: 232px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-nav-login .letters {
    background: #195e85;
    color: white;
    border-radius: 50px;
    height: auto;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 5px;
    margin-bottom: 0px;
    /* position: absolute; */
    /* right: 10px; */
    font-size: 19px;
    /* top: 13px; */
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.list-nav-login:hover,
.list-nav-login.hover {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    z-index: 20;
    height: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    /*.list-nav-login-admin:hover {
    height: 350px;
}

.list-nav-login-provider:hover {
    height: 270px;
}*/

    .list-nav-login:hover .nav-item.name,
    .list-nav-login.hover .nav-item.name {
        margin-bottom: 3px;
    }

    .list-nav-login:hover .menu-open,
    .list-nav-login.hover .menu-open {
        display: inline-block;
        padding-right: 13px;
    }

        .list-nav-login:hover .menu-open a,
        .list-nav-login.hover .menu-open a {
            float: left;
            font-size: 13px;
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px solid #ebebeb;
            width: 100%;
            text-align: right;
            padding-right: 25px;
            color: #195e85;
        }

            .list-nav-login:hover .menu-open a:hover,
            .list-nav-login.hover .menu-open a:hover {
                color: #ef7e1e;
                text-decoration: none;
            }

            .list-nav-login:hover .menu-open a span,
            .list-nav-login.hover .menu-open a span {
                margin-left: 8px;
                display: inline-block;
                width: 12px;
            }
/* logarse */
.closed {
    display: none;
}

.hidden {
    visibility: hidden;
}

.caret {
    border-color: #195e85;
    display: inline-block;
    width: 0;
    height: 7px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-right: 4px;
}


.to-login {
    width: 200px;
    height: 90px;
    border-radius: 5px;
    border-color: whitesmoke;
    border-style: double;
    text-align: center;
    color: white;
    padding: 10px;
}
/* End Login */

/* Start Titulos y Textos */
.titel {
    margin: 45px 0px 10px 0px;
    font-weight: bold;
}

h1.titel span {
    margin: 0px 0px 50px 0px;
    font-weight: normal;
    display: block;
    color: #9c9a9b;
    font-size: 2rem;
}

.blueLineTitle {
    border: 1.5px solid var(--mediumBlue);
    width: 6em;
    background: var(--mediumBlue);
}

.whiteLineTitle {
    border: 1.5px solid #fff;
    width: 6em;
    background: #fff;
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.container-subtitel {
    padding-bottom: 20px;
}

.subtitel {
    margin: 30px 0px 30px 0px;
    color: #fff;
    font-size: 18px;
    background-color: var(--darkBlue);
    border-radius: 50px;
    padding: 0.8em;
}

    .subtitel:hover {
        color: #fff;
        text-decoration: none;
        opacity: 80%;
    }

.subtitels-check {
    font-size: 24px;
}

.container-Blue {
    background-color: var(--darkBlue);
    color: #fff;
}



.container-Blue-info {
    float: right;
}

.cabecera-container-lightBlue {
    background-color: var(--lightBlue);
    color: #fff;
    border-radius: calc(.25rem - 1px);
}

.container-White {
    background-color: #fff;
}

.href, href:visited {
    text-decoration: revert;
    color: var(--lightBlue);
    font-weight: bold;
}
/* texto */
.texto {
    background-color: white;
    padding: 20px 100px 20px 100px;
}

    .texto p {
        text-align: justify;
    }

    .texto h3 {
        /*color: #195e85;*/
    }

    .texto button {
        border-radius: 0rem;
        border: 1px solid #ced4da;
        border-right: 0;
        background-color: #195e85;
        border-color: #195e85;
        color: #fff;
    }

        .texto button:hover {
            background-color: #3288c9;
            border-color: #3288c9;
            color: #fff;
        }

    .texto a {
        color: #446282;
    }

        .texto a:hover {
            color: #ef7e1e;
        }

    .texto ul li {
        list-style: none;
        padding: 0px;
    }

.texto2 {
    background-color: rgb(242, 243, 243);
}

.number {
    font-size: 36px;
}

.texto .left {
    text-align: left;
}

@media (max-width: 425px) {
    .texto {
        padding: 20px 20px 20px 20px !important;
    }

        .texto p {
            text-align: center;
        }

    .texto2 p {
        text-align: center !important;
    }

    .titel {
        font-size: 2rem;
        margin: 25px 0px 10px 0px;
    }

    h1.titel span {
        margin: 0px 0px 25px 0px;
        font-size: 1.5rem;
    }
}
/* End Titulos y Textos */

/* Start Botones */

#btnLeftBuscar {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    background-color: #fff;
    padding-right: 5px;
}

    #btnLeftBuscar i {
        color: #195e85;
    }

input#txtBuscar {
    border-left: 0;
    padding: .5rem 1rem;
    padding-left: 10px;
    height: 56px;
    font-size: 17px;
}

#btnBuscar {
    background-color: var(--lightGreen);
    border-color: var(--lightGreen);
    color: #fff;
    border-radius: 0rem 0.8rem 0.8rem 0rem;
}

    #btnBuscar:hover {
        background-color: var(--lightGreen);
        border-color: var(--lightGreen);
        color: #fff;
        opacity: 80%;
    }


.btn-primary,  .btn-primary:active, .btn-primary:focus {
    background: #195e85;
    border-color: #195e85;
}

.btn-primary:hover{
    background-color: #3288c9;
    border-color: #3288c9;
}
.btn-GreenMint {
    margin: 30px 0px 30px 0px;
    color: #fff !important;
    font-size: 18px;
    background-color: var(--lightGreen);
    border-color: var(--lightGreen);
    border-radius: 50px;
    padding: 0.8em;
}

    .btn-GreenMint:not(:disabled):not(.disabled).active, .btn-GreenMint:not(:disabled):not(.disabled):active, .show > .btn-GreenMint.dropdown-toggle,
    .btn-GreenMint:hover, .btn-GreenMint:active, .btn-GreenMint:focus {
        color: #fff !important;
        background-color: var(--lightGreen);
        border-color: var(--lightGreen);
        opacity: 60%;
        text-decoration: none;
    }

.btn-LightBlue {
    margin: 30px 0px 30px 0px;
    color: #fff !important;
    font-size: 18px;
    background-color: var(--lightBlue);
    border-color: var(--lightBlue);
    border-radius: 50px;
    padding: 0.8em;
}

    .btn-LightBlue:not(:disabled):not(.disabled).active, .btn-LightBlue:not(:disabled):not(.disabled):active, .show > .btn-LightBlue.dropdown-toggle,
    .btn-LightBlue:hover, .btn-LightBlue:active, .btn-LightBlue:focus {
        color: #fff !important;
        background-color: var(--lightBlue);
        border-color: var(--lightBlue);
        opacity: 60%;
    }

.btn-DarkBlue {
    margin: 30px 0px 30px 0px;
    color: #fff !important;
    font-size: 18px;
    background-color: var(--darkBlue);
    border-color: var(--darkBlue);
    border-radius: 50px;
    padding: 0.8em;
}

    .btn-DarkBlue:not(:disabled):not(.disabled).active, .btn-DarkBlue:not(:disabled):not(.disabled):active, .show > .btn-DarkBlue.dropdown-toggle,
    .btn-DarkBlue:hover, .btn-DarkBlue:active, .btn-DarkBlue:focus {
        color: #fff !important;
        background-color: var(--darkBlue);
        border-color: var(--darkBlue);
        opacity: 60%;
    }

.btn-Yellow {
    margin: 30px 0px 30px 0px;
    color: #000 !important;
    font-size: 18px;
    background-color: var(--darkYellow);
    border-color: var(--darkYellow);
    border-radius: 50px;
    padding: 0.8em;
}

    .btn-Yellow:not(:disabled):not(.disabled).active, .btn-Yellow:not(:disabled):not(.disabled):active, .show > .btn-Yellow.dropdown-toggle,
    .btn-Yellow:hover, .btn-Yellow:active, .btn-Yellow:focus {
        color: #000 !important;
        background-color: var(--darkYellow);
        border-color: var(--darkYellow);
        opacity: 60%;
    }

.btn-warning {
    color: #fff;
    background-color: #ff9c07;
    border-color: #ff9c07;
}


    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
    .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
        /*background-color: #e28b08;*/
        color: #ff9c07;
        background-color: #fff8e1;
        border-color: #ff9c07;
        opacity: 60%;
    }
/* End Botones */
/* Start B�squeda */
.search {
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

    .search i {
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 30%;
    }
/* End B�squeda */

/* Start Cards */
.card-title {
    font-size: 20px;
}

.input-container {
    padding-bottom: 20px;
}

.card-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: .15rem;
}

    .card-container:hover {
        background: #fde9d8;
        /*
        background-color: #195e85;
        color: #fff;
    */
    }

    .card-container p {
        margin-bottom: 0px;
    }

    .card-container .card-body {
        padding-bottom: 25px;
    }


.card-footer-inner {
    background-color: #ebeff3;
    background-color: #edf2f5;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.img-card {
    height: 100px;
    width: auto;
    padding-top: 25px;
}
.form-tipoTransporte{
    height: 100%;
    padding-bottom: 20px
}
.card-tipoTransporte {
    border-radius: 25px;
    margin-bottom: 0px;
    height: 100%;
}

.card-tipoTransporte p.conjunto-datos {
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-tipoTransporte-1 {
    background-color: var(--darkOrange);
    color: #fff;
}

    .card-tipoTransporte-1:not(:disabled):not(.disabled).active, .card-tipoTransporte-1:not(:disabled):not(.disabled):active, .show > .card-tipoTransporte-1.dropdown-toggle,
    .card-tipoTransporte-1:hover, .card-tipoTransporte-1:active, .card-tipoTransporte-1:focus {
        color: #fff;
        background-color: var(--darkOrange);
        opacity: 70%;
    }

.card-tipoTransporte-2 {
    background-color: var(--darkYellow);
    color: #fff;
}

    .card-tipoTransporte-2:not(:disabled):not(.disabled).active, .card-tipoTransporte-2:not(:disabled):not(.disabled):active, .show > .card-tipoTransporte-2.dropdown-toggle,
    .card-tipoTransporte-2:hover, .card-tipoTransporte-2:active, .card-tipoTransporte-2:focus {
        color: #fff !important;
        background-color: var(--darkYellow);
        border-color: var(--darkYellow);
        opacity: 70%;
    }

.card-tipoTransporte-3 {
    background-color: var(--lightBlue);
    color: #fff;
}

    .card-tipoTransporte-3:not(:disabled):not(.disabled).active, .card-tipoTransporte-3:not(:disabled):not(.disabled):active, .show > .card-tipoTransporte-3.dropdown-toggle,
    .card-tipoTransporte-3:hover, .card-tipoTransporte-3:active, .card-tipoTransporte-3:focus {
        color: #fff !important;
        background-color: var(--lightBlue);
        border-color: var(--lightBlue);
        opacity: 70%;
    }

.card-tipoTransporte-4 {
    background-color: var(--lightGreen);
    color: #fff;
}

    .card-tipoTransporte-4:not(:disabled):not(.disabled).active, .card-tipoTransporte-4:not(:disabled):not(.disabled):active, .show > .card-tipoTransporte-4.dropdown-toggle,
    .card-tipoTransporte-4:hover, .card-tipoTransporte-4:active, .card-tipoTransporte-4:focus {
        color: #fff !important;
        background-color: var(--lightGreen);
        border-color: var(--lightGreen);
        opacity: 70%;
    }

.card-tipoTransporte-5 {
    background-color: var(--darkBlue);
    color: #fff;
}

    .card-tipoTransporte-5:not(:disabled):not(.disabled).active, .card-tipoTransporte-5:not(:disabled):not(.disabled):active, .show > .card-tipoTransporte-5.dropdown-toggle,
    .card-tipoTransporte-5:hover, .card-tipoTransporte-5:active, .card-tipoTransporte-5:focus {
        color: #fff !important;
        background-color: var(--darkBlue);
        border-color: var(--darkBlue);
        opacity: 70%;
    }
/*
.card-Autobus {
    background-color: var(--darkOrange);
    color: #fff;
}

    .card-Autobus:not(:disabled):not(.disabled).active, .card-Autobus:not(:disabled):not(.disabled):active, .show > .card-Autobus.dropdown-toggle,
    .card-Autobus:hover, .card-Autobus:active, .card-Autobus:focus {
        color: #fff;
        background-color: var(--darkOrange);
        opacity: 70%;
    }

.card-Ferroviario {
    background-color: var(--darkYellow);
    color: #fff;
}

    .card-Ferroviario:not(:disabled):not(.disabled).active, .card-Ferroviario:not(:disabled):not(.disabled):active, .show > .card-Ferroviario.dropdown-toggle,
    .card-Ferroviario:hover, .card-Ferroviario:active, .card-Ferroviario:focus {
        color: #fff !important;
        background-color: var(--darkYellow);
        border-color: var(--darkYellow);
        opacity: 70%;
    }

.card-Maritimo {
    background-color: var(--lightBlue);
    color: #fff;
}

    .card-Maritimo:not(:disabled):not(.disabled).active, .card-Maritimo:not(:disabled):not(.disabled):active, .show > .card-Maritimo.dropdown-toggle,
    .card-Maritimo:hover, .card-Maritimo:active, .card-Maritimo:focus {
        color: #fff !important;
        background-color: var(--lightBlue);
        border-color: var(--lightBlue);
        opacity: 70%;
    }

.card-Aereo {
    background-color: var(--lightGreen);
    color: #fff;
}

    .card-Aereo:not(:disabled):not(.disabled).active, .card-Aereo:not(:disabled):not(.disabled):active, .show > .card-Aereo.dropdown-toggle,
    .card-Aereo:hover, .card-Aereo:active, .card-Aereo:focus {
        color: #fff !important;
        background-color: var(--lightGreen);
        border-color: var(--lightGreen);
        opacity: 70%;
    }

*/
/*.card-main-tipoTransporte {
    background-color: rebeccapurple;
}

    .card-main-tipoTransporte:nth-child(0n + 1) {
        background-color: var(--darkOrange);
        color: #fff;
    }

        .card-main-tipoTransporte:nth-child(0n + 1):not(:disabled):not(.disabled).active, .card-main-tipoTransporte:nth-child(0n + 1):not(:disabled):not(.disabled):active, .show > .card-main-tipoTransporte:nth-child(0n + 1).dropdown-toggle,
        .card-main-tipoTransporte:nth-child(0n + 1):hover, .card-main-tipoTransporte:nth-child(0n + 1):active, .card-main-tipoTransporte:nth-child(0n + 1):focus {
            color: #fff;
            background-color: var(--darkOrange);
            opacity: 70%;
        }

    .card-main-tipoTransporte:nth-child(1n + 2) {
        background-color: var(--darkYellow);
        color: #000;
    }

        .card-main-tipoTransporte:nth-child(1n + 2):not(:disabled):not(.disabled).active, .card-main-tipoTransporte:nth-child(1n + 2):not(:disabled):not(.disabled):active, .show > .card-main-tipoTransporte:nth-child(1n + 2).dropdown-toggle,
        .card-main-tipoTransporte:nth-child(1n + 2):hover, .card-main-tipoTransporte:nth-child(1n + 2):active, .card-main-tipoTransporte:nth-child(1n + 2):focus {
            color: #000 !important;
            background-color: var(--darkYellow);
            border-color: var(--darkYellow);
            opacity: 70%;
        }

    .card-main-tipoTransporte:nth-child(2n + 3) {
        background-color: var(--lightBlue);
        color: #fff;
    }

        .card-main-tipoTransporte:nth-child(2n + 3):not(:disabled):not(.disabled).active, .card-main-tipoTransporte:nth-child(2n + 3):not(:disabled):not(.disabled):active, .show > .card-main-tipoTransporte:nth-child(2n + 3).dropdown-toggle,
        .card-main-tipoTransporte:nth-child(2n + 3):hover, .card-main-tipoTransporte:nth-child(2n + 3):active, .card-main-tipoTransporte:nth-child(2n + 3):focus {
            color: #fff !important;
            background-color: var(--lightBlue);
            border-color: var(--lightBlue);
            opacity: 70%;
        }

    .card-main-tipoTransporte:nth-child(3n + 4) {
        background-color: var(--lightGreen);
        color: #000;
    }

        card-main-tipoTransporte:nth-child(3n + 4):not(:disabled):not(.disabled).active, .card-main-tipoTransporte:nth-child(3n + 4):not(:disabled):not(.disabled):active, .show > .card-main-tipoTransporte:nth-child(3n + 4).dropdown-toggle,
        .card-main-tipoTransporte:nth-child(3n + 4):hover, .card-main-tipoTransporte:nth-child(3n + 4):active, .card-main-tipoTransporte:nth-child(3n + 4):focus {
            color: #000 !important;
            background-color: var(--lightGreen);
            border-color: var(--lightGreen);
            opacity: 70%;
        }*/
/* End Cards */
/* Start carousel superior*/
.slide-imgs {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .slide-imgs > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    animation: slide 30s infinite;
    opacity: 0;
  }
  .slide-imgs > div:nth-child(2) {
    animation-delay: 6s;
  }
  .slide-imgs > div:nth-child(3) {
    animation-delay: 12s;
  }
  .slide-imgs > div:nth-child(4) {
    animation-delay: 18s;
  }
  .slide-imgs > div:nth-child(5) {
    animation-delay: 24s;
  }

  @keyframes slide {
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    40% {
      /*transform: scale(1.2);*/
    }
  }

/* Start Carousel */
.carousel-item {
    transition: transform 2s ease, opacity .5s ease-out
}

.carousel-colabora-nav-icon {
    height: 48px;
    width: 48px;
    max-height: 5rem;
}

.carousel-colabora-item .col, .carousel-colabora-item .col-sm, .carousel-colabora-item .col-md {
    /*margin: 0px;*/
    height: 2em;
    padding: 0px;
}

.carousel-colabora-imagen {
    /*  max-height: 5rem;
    margin: 15px auto;
    max-width: 250px;*/
    --gap: 0.5em;
    --column-size: 5rem;
    --columns-amount: 5;
    --column-size-max: calc(70% / var(--columns-amount) - var(--gap));
    --column-size-min: min(var(--column-size), 100%);
    max-height: max(var(--column-size-min), var(--column-size-max));
    margin: var(--gap) auto;
    max-width: var(--column-size-min);
}

.carousel-small, .carousel-medium {
    display: none;
}


@media (max-width: 1440px) {
    .carousel-img {
        object-fit: contain;
    }

    .carousel-img_metro {
        object-fit: contain;
        object-position: right;
    }

    .carousel-img_barco {
        object-fit: contain;
        object-position: right;
    }
}

@media (max-width: 1025px) {
    .carousel-img {
        object-fit: cover;
    }

    .carousel-img_metro {
        object-fit: cover;
        object-position: right;
    }

    .carousel-img_barco {
        object-fit: cover;
        object-position: 90% 20%;
    }
}

@media (max-width: 425px) {
    .carousel-img {
        height: 150px;
    }

    .carousel-img_metro {
        height: 150px;
    }

    .carousel-img_barco {
        height: 150px;
    }

    .carousel-small {
        display: initial;
    }

    .carousel-medium, .carousel-large {
        display: none;
    }
}

/* Start max-width:320px */
@media (min-width:320px) {
    .carousel-colabora-nav-icon {
        height: 2em;
        width: 2em;
        max-height: 4rem;
    }

    .carousel-colabora-item .col, .carousel-colabora-item .col-sm, .carousel-colabora-item .col-md {
        height: 5em;
    }

    .carousel-colabora-imagen {
        --column-size: 8em;
        --columns-amount: 3;
    }

    .carousel-small {
        display: initial;
    }

    .carousel-medium, .carousel-large {
        display: none;
    }
}
/* End max-width:320px */

/*@media all and (max-width:375px) {*/
@media (min-width:375px) {
    .carousel-colabora-nav-icon {
        height: 2em;
        width: 2em;
        max-height: 5rem;
    }

    .carousel-colabora-imagen {
        --column-size: 10em;
        --columns-amount: 5;
    }

    .carousel-small {
        display: initial;
    }

    .carousel-medium, .carousel-large {
        display: none;
    }
}
/* End max-width:375px */

/* Start min-width: 576px */
@media (min-width: 576px) {
    .carousel-medium {
        display: initial;
    }

    .carousel-small, .carousel-large {
        display: none;
    }

    .carousel-colabora-item .col, .carousel-colabora-item .col-sm, .carousel-colabora-item .col-md {
        height: 7em;
    }

    .carousel-colabora-nav-icon {
        height: 2em;
        width: 2em;
        max-height: 2.5rem;
    }

    .carousel-colabora-imagen {
        --column-size: 7em;
        --columns-amount: 3;
    }
}
/* End min-width: 576px */

/* Start min-width: 768px */
@media (min-width: 768px) {
    .carousel-colabora-nav-icon {
        height: 3em;
        width: 3em;
        max-height: 4rem;
    }

    .carousel-colabora-imagen {
        --column-size: 12em;
        --columns-amount: 5;
    }

    .carousel-medium {
        display: initial;
    }

    .carousel-small, .carousel-large {
        display: none;
    }
}
/* End min-width: 768px */

/* Start min-width: 992px */
@media (min-width: 992px) {
    .carousel-colabora-nav-icon {
        height: 2em;
        width: 2em;
        max-height: 5rem;
    }

    .carousel-colabora-imagen {
        --column-size: 12em;
        --columns-amount: 5;
    }

    .carousel-medium {
        display: initial;
    }

    .carousel-small, .carousel-large {
        display: none;
    }
}
/* End min-width: 992px */

/* Start min-width: 1200px */
@media (min-width: 1200px) {
    .carousel-colabora-nav-icon {
        height: 48px;
        width: 48px;
        max-height: 5rem;
    }

    .carousel-colabora-imagen {
        --column-size: 10em;
        --columns-amount: 5;
    }

    .carousel-large {
        display: initial;
    }

    .carousel-small, .carousel-medium {
        display: none;
    }
}
/* End min-width: 1200px */


.carousel-container {
    padding-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -20px;
}

/* End Carousel */

/* Start CheckIn */
.container-checkIn {
    background: white;
    text-align: left;
    padding: 25px 25px 25px 25px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 50px;
}

    .container-checkIn a {
        color: #446282;
        --padding-left: 40px;
    }

        .container-checkIn a:hover {
            color: #ef7e1e;
        }

.input-check {
    margin-top: 2px;
}

.btn-validate {
    height: 80% !important;
}


.btn-check-In {
    border-radius: 0.1rem;
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #195e85;
    border-color: #195e85;
    color: #fff;
}

    .btn-check-In:hover {
        background-color: #3288c9;
        border-color: #3288c9;
        color: #fff;
    }

    .btn-check-In a {
        text-decoration: none;
        color: white;
    }

        .btn-check-In a:hover {
            color: white;
        }

.error-checkin {
    color: red;
    padding-bottom: 15px;
}

.forgotten-password {
    display: flex;
    justify-content: space-between;
}
/* End CheckIn */

/* Start Breadcrumb */
.container-breadcrumb {
    margin-top: 15px;
    margin-bottom: 0px;
}

    .container-breadcrumb a {
        color: #446282;
    }

        .container-breadcrumb a:hover {
            color: #ef7e1e;
        }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
/* End Breadcrumb */

/* Start Check In Form */
.container-captchap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 20px 0px;
}

#captchap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    padding: 20px 0px 20px 0px;
}

.ok-check {
    color: rgb(105, 192, 109);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.fa-check {
    font-size: 20px;
}

.obligatory-field {
    opacity: 50%;
    font-size: 12px;
}

.obligatory {
    color: red;
}

.showPassword {
    position: relative;
    width: fit-content;
}

    .showPassword i {
        position: absolute;
        top: 32%;
        right: 7%;
    }

/* End Check In Form */
/* Start Restore Password */
.container-restore-password {
    background: white;
    text-align: left;
    padding: 25px 25px 25px 25px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 50px;
}

.label-restore-password {
    padding-left: 0px;
}

.input-restore-password {
    padding-right: 0px;
}

.container-text-restore-password {
    margin: 30px 0px 30px 0px;
}

.btn-restore {
    border-radius: 0rem;
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #195e85;
    border-color: #195e85;
    color: #fff;
}

    .btn-restore:hover {
        background-color: #3288c9;
        border-color: #3288c9;
        color: #fff;
    }

.btn-info {
    border-radius: 0rem;
}

.container-btn-restore {
    display: flex;
    justify-content: space-between;
}

    .container-btn-restore a {
        text-decoration: none;
        color: white;
    }

.Obligatory-field {
    opacity: 50%;
    padding-left: 0px;
}

/* End Restore Password */

/* Start Info Restore Password */
.checck-restore {
    font-size: 56px;
    color: rgb(32, 148, 38);
}

.card-info-restore {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: .15rem;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.btn-info-restore {
    border-radius: 0rem;
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #195e85;
    border-color: #195e85;
    color: #fff;
    margin-bottom: 20px;
}

    .btn-info-restore:hover {
        background-color: #3288c9;
        border-color: #3288c9;
        color: #fff;
    }

.container-btn-info-restore {
    display: flex;
    justify-content: center;
}

    .container-btn-info-restore a {
        text-decoration: none;
        color: #195e85;
    }

        .container-btn-info-restore a:hover {
            text-decoration: none;
            color: #ef7e1e;
        }
/* End Info Restore Password */



/* Start Acordeon */
#accordion1 .h3-pags-footer {
    cursor: pointer;
}

.small-letter {
    font-size: 12px;
    color: #6c757d;
}

#accordion1 .h3-pags-footer {
    margin: .25rem 0 1rem 0;
}

    #accordion1 .h3-pags-footer:hover {
        cursor: auto;
    }

/* Descomentar para activar Acordeon de faq.html */
/* .accordion-inner{}
.accordion-inner p{}
.accordion-body{
    transition: 0.2s ease-out;
} */

/* End Acordeon */

/* Start Menu Lateral */
nav.listado {
    border: 1px solid #ced4da;
}

    nav.listado .card-body {
        padding: 1.2rem 1rem;
    }

    nav.listado .filtro-listado {
        cursor: pointer;
        margin: .3rem 0;
        padding: .15rem .25rem 0 1.85rem;
        border-radius: .2rem;
    }

        nav.listado .filtro-listado:hover {
            background-color: #ffe2ca;
        }

        nav.listado .filtro-listado.disabled, nav.listado .filtro-listado.disabled > * {
            cursor: default;
        }

            nav.listado .filtro-listado.disabled:hover {
                background-color: #ffffff;
            }

    nav.listado .custom-control-label::before, nav.listado .custom-control-label::after {
        top: 2px;
    }

    nav.listado article.card-group-item:nth-child(2) {
        border-top: 1px solid #d8d8d8;
    }

    nav.listado .custom-control-label {
        color: #195e85;
        cursor: pointer;
        font-size: .85rem;
    }

    nav.listado .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #195e85;
        background-color: #195e85;
    }

    nav.listado .group-item {
        color: #195e85;
        font-size: .90rem;
        margin-bottom: 10px;
    }

        nav.listado .group-item:not(:first-child) {
            margin-top: .90rem;
        }

/*nav.listado .custom-control.custom-checkbox span.badge, nav.listado .badge-info {*/
.badge-info {
    /* padding-top: .1rem;
    padding: 0 0.25rem;*/
    color: #195e85;
    background-color: #ebeff3;
    font-size: 80%;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    max-height: 18px;
    /* width: calc(93% - 10%); */
    /* margin: 0.25rem;*/
    margin-left: 0.5rem;
}

.badge.badge-pill.badge-info > span {
    padding: 0 0.015rem;
}

.badge-warning {
    /* padding-top: .1rem;
    padding: 0 0.25rem;*/
    color: #fff;
    background-color: #ef7e1e;
    font-size: 80%;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    max-height: 18px;
    /* width: calc(93% - 10%); */
    /* margin: 0.25rem;*/
    margin-left: 0.5rem;
}


.badge-error {
    /* padding-top: .1rem;
    padding: 0 0.25rem;*/
    color: #fff;
    background-color: #dc3545;
    font-size: 80%;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    max-height: 18px;
    /* width: calc(93% - 10%); */
    /* margin: 0.25rem;*/
    margin-left: 0.5rem;
}

.badge.badge-pill.badge-warning > span {
    padding: 0 0.015rem;
}

.custom-control {
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px) 14px 33px
}

.custom-control-two {
    grid-template-columns: repeat(auto-fill, 150px) 36px;
}

nav.listado header.card-header {
    cursor: pointer;
    background-color: var(--darkBlue);
    padding: 1.12rem 1.12rem;
    border-bottom: 1px solid #ced4da;
}

    nav.listado header.card-header h3 {
        text-align: left;
        font-size: .9rem;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin: 0;
    }

nav.listado .card-body .boton-colapsar {
    cursor: pointer;
    color: #195e85;
    display: inline-block;
    font-style: italic;
    text-decoration: underline;
}

    nav.listado .card-body .boton-colapsar:hover {
        color: #ef7e1e;
    }

nav.listado .card-body span.menos {
    display: none;
}

nav.listado .contenido-masfiltros {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

nav.listado .card-header span.fa-chevron-down {
    transition: 0.2s ease-out;
}

.rotar {
    transform: rotate(180deg);
}

nav.listado .contenido-masfiltros .filtro-listado:first-child {
    margin-top: 0;
}

/*@media all and (max-width:375px) {*/
@media (min-width:375px) {
    .custom-control-two {
        grid-template-columns: repeat(auto-fill, 384px) 36px;
    }

    .custom-control {
        grid-template-columns: repeat(auto-fill, 384px) 14px 33px;
    }
}
/* End max-width:375px */


/* Start max-width:320px */
@media (min-width:320px) {
    .custom-control {
        /*grid-template-columns: repeat(auto-fill, 75%) 14px 33px;*/
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em 3em;
    }
}

.custom-control-two {
    /*grid-template-columns: repeat(auto-fill, 75%) 36px;*/
    grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 2em;
}

/* End max-width:320px */

/* Start min-width: 576px */
@media (min-width: 576px) {
    .custom-control {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em 3em;
    }

    .custom-control-two {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 2em;
    }
}
/* End min-width: 576px */


/* Start min-width: 768px */
@media (min-width: 768px) {
    .custom-control {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em 3em;
    }

    .custom-control-two {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em;
    }
}
/* End min-width: 768px */

/* Start min-width: 992px */
@media (min-width: 992px) {
    .custom-control {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em 3em;
    }

    .custom-control-two {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em;
    }
}
/* End min-width: 992px */

/* Start min-width: 1025px */
@media (min-width: 1025px) {
    .custom-control {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em 3em;
    }

    .custom-control-two {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 2em;
    }
}
/* End min-width: 1025px */

/* Start min-width: 1200px */
@media (min-width: 1200px) {
    .custom-control {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 1em 3em;
    }

    .custom-control-two {
        grid-template-columns: repeat(auto-fill, calc(100% - 4em)) 2em;
    }
}
/* End min-width: 1200px */
/* End Menu Lateral */

/* Start Cabecera Listado */
.cabecera-listado .btn-secondary, .btn-secondary:active, .btn-secondary.focus, .btn-secondary:focus {
    color: #195e85;
    background-color: #fff;
    border-color: #fff;
    font-size: smaller;
}


.cabecera-listado #dropdown-ordenar .dropdown-item {
    color: #195e85;
    font-size: smaller;
}

    .cabecera-listado #dropdown-ordenar .dropdown-item .fa-check {
        font-size: inherit;
    }

    .cabecera-listado #dropdown-ordenar .dropdown-item:focus, #dropdown-ordenar .dropdown-item:hover, #dropdown-ordenar .dropdown-item.selected {
        background-color: #3288c9;
        color: #fff;
    }

.cabecera-listado #dropdown-ordenar > a.selected > .fa {
    visibility: visible;
}

.cabecera-listado #dropdown-ordenar > a > .fa {
    visibility: hidden;
}
/* End Cabecera Listado */

/* Start Item Listado */
.item-listado {
    cursor: pointer;
    border: 1px solid #dfdfdf;
}

    .item-listado .card-descripcion {
        display: flex;
        justify-content: flex-start;
        flex: 1 1 100px;
        min-height: 153px;
    }

    .item-listado .card-title-hidden {
        display: none;
    }

@media (max-width: 425px) {
    .item-listado .card-title-hidden {
        display: inline;
        color: #195e85;
        font-size: 1.05rem;
        font-weight: bold;
    }

        .item-listado .card-title-hidden a {
            color: #195e85;
        }

        .item-listado .card-title-hidden h3 {
            margin-bottom: 0px;
        }

        .item-listado .card-title-hidden a :hover {
            color: #195e85;
        }

    .hidden-title {
        display: none;
    }

    .paginado {
        font-size: 10px;
    }
}

.detalles-fichero .card-descripcion > ul {
    color: #6c757d;
}

.item-listado .card-info {
    padding: 14px;
    text-align: left;
}

    .item-listado .card-info h3 a {
        color: #195e85;
    }

        .item-listado .card-info h3 a:hover {
            color: #ef7e1e;
        }

.item-listado h3.card-title {
    /* width: max-content; */
    margin: .3rem 0;
    font-weight: bold;
    font-size: 1.5rem;
}

.item-listado .region {
    width: 560px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-listado .card-text {
    text-align: left;
    color: #6c757d;
    margin-bottom: 0;
}

    .item-listado .card-text span {
        font-size: 1.1rem;
        vertical-align: baseline;
    }

.item-listado .card-datos {
    color: #6c757d;
    padding: 14px;
}

.item-listado .card-xs-datos {
    border-top: 1px solid rgba(0,0,0,.125);
}

.item-listado .card-datos div.d-flex > span, .card-xs-datos p span:nth-child(2) {
    font-weight: bold;
    color: #195e85;
}

.cabecera-listado span.dato-suma {
    font-weight: bold;
    color: #fff;
}

.item-listado .card-tipo {
    display: flex;
    align-items: center;
}

    .item-listado .card-tipo img {
        object-fit: contain;
    }

@media (max-width: 425px) {
    .item-listado .card-tipo {
        border-left: 0px solid #eee;
        padding: 5px 5px;
    }

    .card-tipo-tlf {
        flex-direction: row-reverse;
    }

    .item-listado .card-tipo img {
        height: 70%;
    }

    .item-listado .card-tipo, .item-listado .img-square-wrapper {
        padding: 0px;
    }
}


.item-listado .img-square-wrapper {
    height: 100%;
    display: flex;
    /*border-right: 1px solid #eee;*/
    position: relative;
    align-items: center;
    text-align: center;
    padding: 14px;
    line-height: 1em;
}

    .item-listado .img-square-wrapper img {
        object-fit: contain;
        height: 100%;
        max-height: 6.5em;
    }

.item-listado .card-footer {
    background-color: inherit;
    font-size: .8rem;
    padding: 0;
    border: none;
}

    .item-listado .card-footer .badge.badge-info {
        background-color: transparent;
        color: #3c88a8;
        padding: 0.4rem 0.6rem;
        border-radius: .15rem;
        font-size: 0.75rem;
        margin-left: .3rem;
        text-decoration: none;
    }


/* Media Queries Listas */
@media (max-width: 575.98px) {
    .item-listado .region {
        width: auto;
        white-space: inherit;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .item-listado .region {
        width: 345px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .item-listado .region {
        width: 420px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .item-listado .region {
        width: 430px;
    }
}

@media (max-width: 767.98px) {
    .item-listado .card-tipo, .item-listado .img-square-wrapper {
        padding: 10px;
    }

        .item-listado .card-tipo img, .item-listado .img-square-wrapper img {
            max-height: 3.5em;
        }

    .item-listado h3.card-title {
        font-size: 1.05rem;
    }

    .item-listado .card-text span {
        font-size: 1rem;
    }
}

/* Start max-width:320px */
@media (min-width:320px) {
    .item-listado .card-text span {
        font-size: smaller;
    }
}
/* End max-width:320px */

/* Start max-width:768px */
@media (min-width:768px) {
    .item-listado .card-text span {
        font-size: 1rem;
    }
}
/* End max-width:768px */
/* End Item Listado */

/* Start Paginado */
nav.paginado .page-link.active {
    background-color: #195e85;
    color: #fff;
}

nav.paginado .page-link {
    color: #195e85;
    font-weight: bold;
}

    nav.paginado .page-link:hover {
        background-color: #3288c9;
        color: #fff;
    }

nav.paginado .page-item:first-child .page-link, nav.paginado .page-item:last-child .page-link {
    border-radius: .2rem;
}
/* End Paginado */

/* Start Ficheros.html */
.descarga-fichero .btn-descargar-fichero {
    background-color: #195e85;
    border-color: #195e85;
    margin-top: 1rem;
    border-radius: 0;
}

    .descarga-fichero .btn-descargar-fichero:hover,
    .descarga-fichero .btn-descargar-fichero:active,
    .descarga-fichero .btn-descargar-ficher.focus,
    .descarga-fichero .btn-descargar-fichero:focus {
        background-color: #3288c9;
        border-color: #3288c9;
    }

.detalles-fichero .card-title, .descarga-fichero .card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.texto-errores {
    color: #dc3545 !important;
    text-decoration: underline;
    cursor: pointer;
}


.descarga-fichero .card-info p:nth-child(3) span[data-target^="#modal-avisos"] {
    color: #ef7e1e;
    text-decoration: underline;
    cursor: pointer;
}


.descarga-fichero .card-info .metadata {
    text-decoration: underline;
    cursor: pointer;
}



.conjuntodedatos {
    color: #ef7e1e;
    text-decoration: underline;
    cursor: pointer;
}

.conjuntodatos {
    min-height: 30px !important;
    align-items: center !important;
}

.passURL {
    width: 25%
}

.btn-proveedor {
    font-size: 100%;
}

@media screen and (max-width: 40em) {
    .btn-proveedor {
        font-size: 75%;
    }
}


.proveedor-margin {
    margin-bottom: 0px !important;
}

.proveedor {
    text-align: left;
    width: 100%;
}

.passwordshow {
    position: relative;
    padding: 10px;
    pointer-events: all;
}

.badge-info.badge-tipo {
    background-color: #ebeff3;
    color: #195e85;
    padding: 0.4rem 0.6rem;
    border-radius: .15rem;
    font-size: 0.75rem;
    margin-left: .3rem;
    text-decoration: none;
}

.detalles-fichero .img-square-wrapper {
    display: flex;
    border-right: 1px solid #eee;
    position: relative;
    align-items: center;
    text-align: center;
    padding: 13px;
    line-height: 1em;
}

    .detalles-fichero .img-square-wrapper img {
        object-fit: contain;
        height: 100%;
        max-height: 6.5em;
    }

.detalles-fichero .card-footer .badge-info {
    margin-top: .25rem;
    padding-top: .1rem;
    color: #195e85;
    background-color: transparent;
    font-size: .75rem;
}

.detalles-fichero .card-info {
    padding: .6rem .75rem 0;
}

    .detalles-fichero .card-info p, .descarga-fichero .card-info p {
        margin-bottom: .7rem;
        font-size: .95rem;
        color: #6c757d;
    }

.detalles-fichero .card-footer p {
    font-size: .9rem;
    color: #6c757d;
}

.detalles-fichero .card-descripcion p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #777;
}

.detalles-fichero .card-datos p {
    margin-bottom: .5rem;
}

.detalles-fichero .map {
    min-height: 400px;
}
/* End Ficheros.html */

/* Start Modal Avisos */
div [id^="modal-avisos"] .modal-dialog {
    max-width: 800px;
}

div[id^="modal-avisos"] .modal-body ul li {
    list-style-type: none;
    text-align: left;
}

.divAvisosCard {
    font-size: 14px;
    color: #ef7e1e;
    background: #fff;
    border-color: #ffb77a;
    text-align: left;
}

.divErroresCard {
    font-size: 14px;
    color: #dc3545;
    background: #fff;
    border-color: #dc3545;
    text-align: left;
}

.divAvisosTitle {
    font-size: 14px;
    background: #fff;
}



button.close {
    opacity: 1;
    color: #195e85;
}

    button.close:hover {
        opacity: 1;
        color: #3288c9;
    }

div[id^="modal-avisos"] div.modal-body {
    overflow: auto;
    max-height: calc(100vh - 15em);
}

    div[id^="modal-avisos"] div.modal-body .alert-aviso:nth-child(even) {
        color: #ef7e1e;
        --background-color: #ffe5cf;
        --border-color: #ffb77a;
        border-color: #ffb77a;
    }

    div[id^="modal-avisos"] div.modal-body .alert-aviso:nth-child(odd) {
        color: #ef7e1e;
        --background-color: #fff6c0;
        --border-color: #ffe64f;
        border-color: #ffb77a;
    }

    div[id^="modal-avisos"] div.modal-body::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    div[id^="modal-avisos"] div.modal-body::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }

    div[id^="modal-avisos"] div.modal-body::-webkit-scrollbar-thumb {
        background-color: #195e85;
    }


#modal-nueva {
    box-sizing: border-box;
}
/* End Modal Avisos */


/* Start Modal Metadatos */
div [id^="modal-metadatos"] .modal-dialog {
    max-width: 800px;
}

div[id^="modal-metadatos"] .modal-body ul li {
    list-style-type: none;
    text-align: left;
}

.divMetadatosCard {
    font-size: 14px; 
    background: #fff;
    text-align: left;
}


div[id^="modal-metadatos"] div.modal-body {
    overflow: auto;
    max-height: calc(100vh - 15em);
}

.b-metadata {
    padding-top: 0.45rem !important;
    background-color: transparent;
    margin-bottom: 0 !important;
    font-size: 11px;
    font-family: 'Verdana', Helvetica, Arial,sans-serif;
}



/* End Modal Metadatos */

/* Start Entidades Colaboradoras */
.container-empresas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 0px;
}

.item-empresas {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    text-align: center;
    width: 200px;
}

    .item-empresas a {
        cursor: pointer;
        text-decoration: none;
        color: #195e85;
        padding-left: 5px;
    }

        .item-empresas a:hover {
            text-decoration: none;
            color: #ef7e1e;
        }

    .item-empresas img {
        height: 90px;
    }

    .item-empresas img {
        width: 100%;
        max-height: 100px;
        max-width: 250px;
        object-fit: contain;
    }
/* End Entidades Colaboradoras */

/* Start Documentaci�n y enlaces de inter�s */
.enlaces {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .enlaces a {
        cursor: pointer;
    }

    .enlaces img {
        border: 1px solid black;
        height: 70px;
        margin: 2rem;
    }

@media all and (max-width:1000px) {
    .main-text ol {
        column-count: 1;
    }
}

@media all and (max-width:756px) {
    .container-empresas {
        column-count: 1;
    }
}
/* End Documentaci�n y enlaces de inter�s */

/* Start Acuerdo Proveedor */
.a-decoration {
    cursor: pointer;
    text-decoration: none;
    color: #195e85;
    padding-left: 5px;
}

    .a-decoration:hover {
        text-decoration: none;
        color: #ef7e1e;
    }
/* End Acuerdo Proveedor */

/* Start Mapas de Cobertura */
#mapid {
    height: 100%;
    width: 100%;
    z-index: 10;
}

@media all and (max-width:999px) {
    .map {
        flex-direction: column-reverse;
    }

    #mapid {
        height: 300px;
    }
}

/* mapas de cobertura */


#map-area-urbana, #map-cober, #map-heat-stops {
    height: 100%;
    width: 100%;
}


.mapa-cobertura {
    text-align: start;
}

    .mapa-cobertura .item-cober {
        background: rgb(242, 243, 243);
        padding: 50px;
        margin-bottom: 14px;
        text-align: justify;
    }

        .mapa-cobertura .item-cober h4 {
            color: #195e85;
            font-weight: bold;
            margin: .25rem 0 .5rem 0;
            font-size: 1.15rem;
            padding-bottom: 0.25rem;
        }

        .mapa-cobertura .item-cober .number {
            color: #195e85;
            font-size: 36px;
            font-weight: bold;
            padding-right: 8px;
        }

.legend {
    line-height: 18px;
    color: #555;
    background: white;
    width: 120px;
    height: 60px;
    padding: 10px;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

    .maplibregl-ctrl-minimap.maplibregl-ctrl.mapboxgl-map,
    .mapboxgl-ctrl-minimap.mapboxgl-ctrl.mapboxgl-map {
    border: solid 2px #000;
    bottom: -0.55rem;
    left: -0.6rem;
}

.mapboxgl-popup-content {
    padding-right: 25px;
}

.map-popup-content {
    padding: 1rem !important;
    text-align: justify !important;
    border: solid 2px #195e85;
}

.map-popup-title {
    color: #195e85;
    font-weight: bold;
    padding-right: 0.8rem;
    text-align: center;
}

.map-popup-body {
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    /*resize: horizontal;*/
    display: grid;
    grid-gap: 0.2rem;
    grid-template-columns: repeat(2, 2fr);
    grid-auto-flow: row;
    margin-bottom: 0.5rem;
    margin-right: -2.5rem;
    width: auto;
}

    .map-popup-body strong {
        padding-right: 0.5rem;
    }

#map-coberCanarias a.mapboxgl-ctrl-logo, #MapaAUCanarias a.mapboxgl-ctrl-logo, #MapaHSCanarias a.mapboxgl-ctrl-logo {
    display: none;
}

@media all and (max-width:999px) {
    #map-area-urbana, #map-cober, #map-heat-stops {
        height: 550px;
    }

    .mapa-cobertura .item-cober {
        background: rgb(242, 243, 243);
        padding: 50px;
        margin-bottom: 14px;
        text-align: justify;
    }

        .mapa-cobertura .item-cober h4 {
            color: #195e85;
            font-weight: bold;
            margin: .25rem 0 .5rem 0;
            font-size: 1.15rem;
            padding-bottom: 0.25rem;
        }

        .mapa-cobertura .item-cober .number {
            color: #195e85;
            font-size: 36px;
            font-weight: bold;
            padding-right: 8px;
        }
}

@media all and (max-width:999px) {
    #map-area-urbana, #map-cober, #map-heat-stops {
        margin-bottom: 14px;
        height: 15.1rem;
    }

    .mapboxgl-ctrl-minimap.mapboxgl-ctrl.mapboxgl-map {
        border: solid 1.5px #737373;
    }
}
/* mapa canarias */
#map-canarias {
    height: 50%;
}

.mapa-cobertura #map-cober-canarias {
    height: 50% !important;
}

.mapa-cobertura #map-cober-baleares {
    height: 50% !important;
}

#map-baleares {
    height: 50%;
}

@media all and (max-width:999px) {
    #map-canarias {
        height: 150px;
        margin: 0px 15px 0px 15px;
    }

    .mapa-cobertura #map-cober-canarias {
        height: 150px;
        margin: 0px 15px 0px 15px;
    }

    .mapa-cobertura #map-cober-baleares {
        height: 150px;
        margin: 0px 15px 0px 15px;
    }

    #map-baleares {
        height: 150px;
        margin: 0px 15px 0px 15px;
    }
}



@media all and (max-width:780px) {
    #map-area-urbana, #map-cober, #map-heat-stops {
        height: 550px;
        margin-bottom: 14px;
        height: 35.3rem;
    }

    .mapboxgl-ctrl-minimap.mapboxgl-ctrl.mapboxgl-map {
        border: solid 1.7px #737373;
    }
}

@media all and (max-width:600px) {
    #map-area-urbana, #map-cober, #map-heat-stops {
        margin-bottom: 14px;
        height: 25.3rem;
    }

    .mapboxgl-ctrl-minimap.mapboxgl-ctrl.mapboxgl-map {
        border: solid 1.7px #737373;
    }
}

@media all and (max-width:425px) {
    #map-area-urbana, #map-cober, #map-heat-stops {
        height: 550px;
        margin-bottom: 14px;
        height: 19.1rem;
    }

    .mapboxgl-ctrl-minimap.mapboxgl-ctrl.mapboxgl-map {
        border: solid 1.5px #737373;
    }
}

@media all and (max-width:320px) {
    #map-area-urbana, #map-cober, #map-heat-stops {
        height: 550px;
        margin-bottom: 14px;
        height: 15.1rem;
    }

    .mapboxgl-ctrl-minimap.mapboxgl-ctrl.mapboxgl-map {
        border: solid 1.5px #737373;
    }
}
/* End Mapas de Cobertura */

/* Start Filtros en Lista */

.contentActiveFilter {
    --gap: 0.5rem;
    --column-size: 3rem;
    --columns-amount: 4;
    --column-size-max: calc(100% / var(--columns-amount) - var(--gap));
    --column-size-min: min(var(--column-size), 100%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(max(var(--column-size-min), var(--column-size-max)), 1fr));
    grid-auto-flow: row dense;
    grid-auto-rows: minmax(31px, auto);
    gap: var(--gap);
    width: 100%;
    margin: 0 auto;
    margin-bottom: var(--gap);
}

.btnActiveFilter {
    background-color: #ebeff3;
    color: #195e85;
    /* background-color: #d1ecf1;
    color: #0c5460;*/
    font-size: small;
    padding: 5px;
    border-color: #ddd;
    margin-bottom: 0;
}

    .btnActiveFilter .close {
        font-size: small;
        font-size: initial;
        font-weight: 900;
    }

.btnActiveFilterPpal {
    background-color: #195e85;
    border-color: #195e85;
    border-radius: 0;
    /* background-color: #d1ecf1;
    color: #0c5460;*/
    font-size: small;
    padding: 5px;
    border-color: #ddd;
    margin-bottom: 0;
    color: #fff;
}

    .btnActiveFilterPpal:hover, .btnActiveFilterPpal:active, .btnActiveFilterPpal:focus {
        background-color: #3288c9;
        border-color: #3288c9;
        color: #fff;
    }


/* Start max-width:425px */
@media (min-width:425px) {
    .contentActiveFilter {
        /*grid-template-columns: repeat(2, 10.5rem);*/
        /*grid-template-columns: repeat(2, 12rem);*/
        --columns-amount: 2;
    }
}
/* End max-width:425px */
/*@media all and (max-width:375px) {*/
@media (min-width:375px) {
    .contentActiveFilter {
        /*grid-template-columns: repeat(2, 10.5rem);*/
        --columns-amount: 2;
    }
}
/* End max-width:375px */


/* Start max-width:320px */
@media (min-width:320px) {
    .contentActiveFilter {
        /*grid-template-columns: repeat(1, 18rem);*/
        --columns-amount: 1;
    }
}
/* End max-width:320px */

/* Start min-width: 576px */
@media (min-width: 576px) {
    .contentActiveFilter {
        /*grid-template-columns: repeat(2, 14.5rem);*/
        --columns-amount: 2;
    }
}
/* End min-width: 576px */


/* Start min-width: 768px */
@media (min-width: 768px) {
    .contentActiveFilter {
        --columns-amount: 3;
    }
}
/* End min-width: 768px */

/* Start min-width: 992px */
@media (min-width: 992px) {
    .contentActiveFilter {
        /*grid-template-columns: repeat(3, 14rem);*/
        --columns-amount: 4;
    }
}
/* End min-width: 992px */

/* Start min-width: 1200px */
@media (min-width: 1200px) {
    .contentActiveFilter {
        /*grid-template-columns: repeat(4, 12.5rem);*/
        --columns-amount: 4;
    }
}
/* End min-width: 1200px */
/* End Filtros en Lista */



/* Start Contact */
.container-btn-contact {
    display: flex;
    justify-content: center;
}

    .container-btn-contact a {
        text-decoration: none;
        color: #195e85;
    }

        .container-btn-contact a:hover {
            text-decoration: none;
            color: #ef7e1e;
        }

.btn-contact {
    border-radius: 0rem;
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #195e85;
    border-color: #195e85;
    color: #fff;
    margin-bottom: 20px;
}

    .btn-contact:hover {
        background-color: #3288c9;
        border-color: #3288c9;
        color: #fff;
    }
/* End Contact */

/* Start Footer */
.footer {
    background: #bdbdbd;
    padding-right: 0px;
    padding-top: 20px;
    position: relative;
}

    .footer ul li a {
        color: #195e85;
        font-weight: bold;
        text-decoration: none;
    }

        .footer ul li a:hover {
            color: #fff;
            text-decoration: none;
        }

.footer-nav {
    display: inline-block;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    color: #195e85;
    height: 200px;
    width: auto;
}

    .footer-nav ul {
        float: left;
        margin: 24px 20px 0 0;
    }

        .footer-nav ul li {
            text-align: left;
            list-style: none;
            margin-bottom: 15px;
            font-size: 14px;
        }

.footer-nav-1 {
    padding-left: 10px;
}

.banda-color {
    background-image: url("../images/banda\ de\ colores.png");
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-icon-footer {
    text-align: right;
    padding-right: 0px;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.icono-footer {
    height: 200px;
    width: auto;
    padding-top: 5px;
}

.reFooter {
    display: flex;
    justify-content: center;
    color: white;
    white-space: wrap;
    padding-top: 10px;
    text-align: center;
    background: #9b9b9b;
    text-align: center;
    font-size: 12px;
}

    .reFooter p {
        margin-bottom: 0.6rem;
    }

.up {
    background-color: #0053b3;
    opacity: 50%;
    border-radius: 50px;
    bottom: 10px;
    color: #fff;
    font-size: 22px;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9;
    padding: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

    .up:hover {
        color: #fff;
        text-decoration: none;
    }

.mb15 {
    margin-bottom: 15px;
}
/* End Footer */

/* Start Clases de las p�ginas del Footer */
.h2-pags-footer, .h3-pags-footer {
    color: #195e85;
    font-size: 1.75rem;
    font-weight: bold;
}

.h2-pags-footer {
    margin: 1rem 0 1.5rem 0;
}

.h3-pags-footer {
    margin: .25rem 0 .5rem 0;
    font-size: 1.15rem;
    padding-bottom: 0.25rem;
}

.texto-pags-footer {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    text-align: justify;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-top: 0px;
}

    .texto-pags-footer p {
        padding-bottom: 0.75rem;
    }

    .texto-pags-footer a {
        text-decoration: none;
        color: #195e85;
    }

        .texto-pags-footer a:hover {
            color: #ef7e1e;
        }

@media all and (max-width:450px) {
    .texto-pags-footer {
        margin: 2rem 0;
        padding: 1rem 0.5rem;
    }
}

@media all and (max-width:780px) {
    .footer-nav {
        font-size: 12px;
        height: 150px;
    }

        .footer-nav ul {
            float: left;
            margin: 24px 20px 0 0;
            padding-left: 0px;
        }

            .footer-nav ul li {
                margin-bottom: 15px;
                font-size: 12px;
            }

    .footer-nav-1 {
        padding-left: 10px;
    }

    .icono-footer {
        height: 150px;
    }

    .reFooter {
        font-size: 10px;
    }

        .reFooter p {
            margin-bottom: 0.6rem;
        }
}

@media all and (max-width:450px) {
    .footer {
        margin: 0px;
        padding: 0px;
    }

    .containerFooter {
        height: 325px;
    }

    .icono-footer {
        margin-top: 200px;
    }
}

@media all and (max-width:320px) {
    .icono-footer {
        height: 110px;
    }
}

/* End Clases de las p�ginas del Footer */

/* Start Pags del footer */
.main-text {
    margin-top: 15px;
    text-align: justify;
}

    .main-text li {
        margin-bottom: 8px;
        padding-left: 3px;
        padding-right: 40px;
    }

        .main-text li ol, .main-text li ul {
            margin-top: 10px;
            margin-bottom: 16px;
        }

ol.numbered-list {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}

li.li-decoration {
    position: relative;
    padding: 5px 20px 0px 30px;
}

    li.li-decoration:before {
        content: counter(li);
        counter-increment: li;
        height: 20px;
        width: 20px;
        border: 1px solid #195e85;
        background: #195e85;
        border-radius: 50%;
        color: white;
        text-align: center;
        position: absolute;
        left: 0;
        top: 4px;
    }

ol.numbered-list2 {
    counter-reset: li;
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}

li.li-decoration2 {
    position: relative;
    padding: 5px 0px 0px 30px;
}

    li.li-decoration2:before {
        list-style-type: lower-alpha;
        content: counter(li, lower-alpha);
        counter-increment: li;
        height: 20px;
        width: 20px;
        border: 1px solid #195e85;
        background: #195e85;
        border-radius: 50%;
        color: white;
        text-align: center;
        position: absolute;
        left: 0;
        top: 4px;
    }

.main-text ol {
    column-count: 2;
}

.colum1 {
    display: flex;
    flex-direction: column;
}

ol.only-1-colum {
    column-count: 1;
}

.search-band {
    margin-bottom: 35px;
}
/* End Pags del footer */

/*Slider noticias*/
@media (max-width: 991px) {
    #carouselNoticias{
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
}

.card-main-noticias .carousel-indicators li{
    width: 10px;    
    height: 10px;
    border-radius: 100%;
    background-color: #015e89;

}

.card-main-noticias .carousel-control-next, 
.card-main-noticias .carousel-control-prev{
    background-color: #015e89;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;

}

.card-main-noticias .carousel-control-prev {
    left: 1rem;
    padding-right: 3px;
}
.card-main-noticias .carousel-control-next {
    right: 1rem;
    padding-left: 3px;
}

.card-main-noticias .carousel-control-next:focus, 
.card-main-noticias .carousel-control-prev:focus{
    opacity: 0.5;
}
.card-main-noticias .carousel-control-next:active, 
.card-main-noticias .carousel-control-prev:active{
    opacity: 0.9;
}

.card-main-noticias{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.card-main-noticias  .img-card{
        padding: 10px;
        padding-top: 0;
        height: 80px;
}

.card-main-noticias .card-container:hover {
    background: #ffffff;
}
.card-main-noticias .fecha{
    color:#6c757d
}
.card-main-noticias .section-title{
    color: #015e89;
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.card-main-noticias .section-title.noticia-multi{
    left: 4.2rem;

}

.card-main-noticias .section-title.preview{
    left:2rem;
}
@media (max-width: 991px) {
    .card-main-noticias .section-title {
        position: absolute;
        top: 1rem;
        left: 4em;
    }
}
