body {
    font-family: 'Montserrat', sans-serif;
}

#scrollUpBtn {
    /* DEBE EMPEZAR OCULTO*/
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 50px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #2e658b;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

.tippy-box[data-theme~='copiado'] {
    background-color: #00857c;
    color: white;
}

/*  SEARCH BAR HOME   */

/*Insert this style in your css*/
.fontAwesome {
    font-family: 'Montserrat', 'FontAwesome', sans-serif;
}

/* END SEARCH BAR HOME   */

header>.container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 2px #c9baba3d;
    color: whitesmoke;
}

header>.container h1 {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
}

header>.container h1>span {
    display: block;
    font-weight: 700;
}

/*Compartir*/

#share-widget {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#share-widget hr {

    margin: 1rem;

}

#share-widget:hover .share-open {
    display: block;
}

#share-widget:hover .share-closed {
    display: none;
}

.share-open {
    display: none;
    background-color: rgba(0, 0, 0, 0.605);
    border-radius: 1.5rem;
    text-align: center;
    padding: 1.4rem 0.7rem;
    font-size: 0.8rem;
}

.share-circle {

    border: 2px solid whitesmoke;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/**/

/**/
.btn-dl {
    text-decoration: none;
    width: fit-content;
    position: absolute;
    top: 20px;
    left: 20px;
}

.bg-download {
    background-color: #FFF5C3;
    color: rgb(48, 48, 48);
}


.bg-download:hover() {
    background-color: #f0d7b9;
    color: rgb(48, 48, 48) !important;
}

/**/
/**/

.carousel-caption {
    background-color: #2e658b;
    color: whitesmoke !important;
    margin-bottom: 1rem;
    padding: 1rem;
}

.carousel-caption>p {

    margin: 0;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #2e658b;
    height: 5px;
}

.carousel-indicators {
    margin-bottom: 0;
}



.faq-menu li>div {
    cursor: pointer;

}


.faq-menu svg {
    fill: black;
}

.faq-menu li>div:hover {
    background-color: #1983BB;
    color: whitesmoke;

}

.faq-menu li>div:hover svg {
    fill: white;

}


.faq-menu li>div.active {
    background-color: #184270;
    color: whitesmoke;
}

.faq-menu li>div.active svg {
    fill: white;

}


.campus-shadow {
    box-shadow: 18px 6px 1rem 0px rgb(0 0 0 / 5%);
}

.campus-border {
    border-left: 6px solid lightblue;
}

.campus-node-bg {
    background-color: #184270;
    background-image: url('../images/icons/campus-node-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-header,
.modal-footer {
    background-color: #2e658b;
    color: white;
}

.bg-tutoriales {
    background-color: #003956 !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px #0000003d;
}

.full-height {
    height: 100%;
}

.bg-header {
    background-color: #2e658b;
    background-image: url('../images/banner_home.png');
    background-size: cover;
    background-position: center;
}

.header-title {
    font-size: 2rem;
}

.bg-header-campus,
.bg-header-documentos,
.bg-header-otros {
    background-color: #2e658b;
    background-size: cover;
    background-position: top;
}

.bg-header-campus {
    background-image: url('../images/banner_moodle.png');

}

.bg-header-documentos {
    background-image: url('../images/banner_doc.png');
}

.bg-header-otros {
    background-image: url('../images/banner_otrasherra.png');
}

.bg-form {
    background: linear-gradient(rgb(89, 155, 246),
            rgb(53, 125, 226));
}

.bg-brujula {
    background: linear-gradient(115deg,
            #9ce2ee,
            #00a4c0);
}

.bg-campus {
    background-color: #FF7131;
}

.bg-docs {
    background-color: #004EB0;
}

.bg-otros {
    background-color: #00C627;
}

.bg-arenero {
    /* background-image: url('../images/bg-arenero.png'); */


    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7962535355939251) 30%, rgba(255, 255, 255, 0) 100%), url('../images/bg-arenero.png');
    background-size: 70%;
    background-position: right;
    background-repeat: no-repeat;
}

.filter-navbar {
    background-color: #f5f5f5;
    font-size: smaller;
    width: fit-content;

}


.filter-item {
    color: grey;
    padding-bottom: 3px;
    border-bottom: solid transparent 2px;
}

.filter-item img {
    max-width: 20px;
    filter: grayscale(100%);
}

.filter-item:hover img {
    filter: grayscale(0%);
}

.filter-item.active img {
    filter: grayscale(0%);
}

.filter-item-moodle:hover {
    color: #FF7131;
    border-bottom: solid #FF7131 2px;
}

.filter-item-documentos:hover {
    color: #004EB0;
    border-bottom: solid #004EB0 2px;
}

.filter-item-otros:hover {
    color: #00C627;
    border-bottom: solid #00C627 2px;
}

.filter-item-moodle.active {
    color: #FF7131;
    border-bottom: solid #FF7131 2px;
}

.filter-item-documentos.active {
    color: #004EB0;
    border-bottom: solid #004EB0 2px;
}

.filter-item-otros.active {
    color: #00C627;
    border-bottom: solid #00C627 2px;
}


.btn-tutorials {
    background-color: #9CE2EE;
    min-width: 45%;
    font-weight: bold;
}

.a-campus,
.a-documentos,
.a-otros {
    text-decoration: none;
}

.a-campus,
.bg-campus {
    background-color: #c96d10;
}

.a-documentos,
.bg-documentos {
    background-color: #004EB0;
}

.a-otros,
.bg-otros {
    background-color: #00C627;
}

.titHeaderListador {
    margin: auto;
    padding: 5px 20px;
    width: fit-content;
}

.tutorial-card {
    min-height: 500px;
    background-size: cover;
}

.play-icon {
    font-size: 5rem;
}



.card-title {
    min-height: 3rem;
}

.card-title a {
    font-weight: 700;
}

.boton-descarga {
    color: black;
    background-color: #f2ebbe;
    font-size: 12px;
    padding: 8px;
}

.tag-cloud a {
    text-decoration: none;
    color: rgb(243, 116, 31);
}

.tag-cloud a:hover {
    text-decoration: none;
    color: rgb(204, 90, 14);
}


.tag-cloud a:not(:last-child)::after {
    content: " |";
    color: rgb(151, 151, 151);
}

.video-thumb {
    background-position-y: center;
    background-size: cover;
}

/* .card-gradient {
    background: linear-gradient(180deg, rgba(224, 224, 224, 0.6477941518404237) 20%, rgba(0, 90, 160, 0) 60%, #002c47 100%);
} */

.background-card {
    background-color: #2B78A7;
    /* background-position-y: center;
    background-size: contain; */
}


.home-card {
    color: whitesmoke;
    padding: 2rem 2rem 2rem 2rem;


}

/* .home-card-campus {
    background-image: url('../../assets/images/banner_moodle.png');
    background-size: cover;
    background-repeat: no-repeat;


}

.home-card-docs {
    background-image: url('../images/banner_doc.png');
    background-size: cover;
    background-repeat: no-repeat;

}

.home-card-otros {
    background-image: url('../images/banner_otrasherra.png');
    background-size: cover;
    background-repeat: no-repeat;

} */

.banner-wrapper {
    height: 330px;
    overflow: hidden;
}

.banner-form-title {
    font-size: 1.2rem;
    font-weight: bolder;
    color: whitesmoke;
}

.banner-form-subtitle {
    font-size: 1rem;
    font-weight: light;
    color: whitesmoke;
}

.brujula-imagen {}

.font-form-button {
    width: fit-content;
    font-size: small;
}


footer img,
nav img {
    display: block;
    max-width: 180px;
}

footer {
    background-color: black;
}


.event-video {

    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 3px 3px 8px 1px #00000042;
}

/*GUIAS*/
html {
    scroll-behavior: smooth;
}



.article-row {

    nav {

        position: relative;

        .nav-link {
            color: black;
            font-weight: 600;
        }

        .subnav>.nav-link {
            color: rgba(0, 0, 0, 0.65);
            font-weight: 400;
        }
    }

    #side .nav-link.active,
    #side .nav-link:hover,
    #side .nav-link:focus {
        border-radius: 0;
        color: #367DA6;
        border-bottom: 1px #367da685 solid;
        background-color: transparent;
    }

    margin-top: 1rem;

    &>:first-child>div {
        position: -webkit-sticky;
        position: sticky;
        top: 85px;
        z-index: 99;
    }

    &>:last-child>div {



        h2 {
            font-size: 2rem;
            margin-bottom: 1rem;

        }

        section {
            margin-bottom: 3rem;
        }

        section,
        section>div {
            scroll-margin-top: 95px;
        }

        section>div {
            margin-bottom: 3rem;
        }


        h3 {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            font-weight: bolder;
            color: #4688b8;
        }
    }

    p {
        font-size: 1.1rem;
        font-weight: 300;
    }

    ul {
        font-size: 1.1rem;
        font-weight: 300;

        li {
            margin-bottom: 1rem;

            span {
                font-weight: bolder;
                color: #2e658b;
            }
        }
    }



}

.guide-gallery {

    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0;

    img {

        aspect-ratio: 16 / 9;
        object-fit: cover;
        flex: 30%;
        width: 0px;
        border-radius: 0.25rem;
        filter: drop-shadow(1px 1px 3px lightgray);

    }
}

.guide-gallery-homo {
    img {

        aspect-ratio: initial;
        object-fit: none;
        flex: auto;

    }
}

.single-image {
    margin: 2rem 0;

    img {

        max-width: 100%;
        display: block;
        margin: auto;
        filter: drop-shadow(1px 1px 3px lightgray);

    }
}

.guide-highlight-block {

    background-color: rgb(240, 240, 240);
    padding: 1.5rem 2rem;
    font-size: 1.1rem;
    display: flex;
    margin: 2rem 0;
    border-radius: 0.5rem;

    .icon {

        flex: 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
        margin-right: 2rem;

    }

    p:last-child {
        margin: 0;
    }

}

.hb-sm {
    .icon {
        font-size: 2.5rem;
    }
}

.g-color-info {

    color: #004EB0;
}

.g-color-warning {

    color: rgb(229, 166, 30);
}

.guide-btn {
    width: fit-content;
    background-color: #003956;
    border: #003956;

    &:hover {
        background-color: #184270;
        border: #184270;
    }
}

/*GUIAS*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    header>.container h1 {
        font-size: 3rem;
    }

    footer img,
    nav img {
        display: inline-block;
        max-width: 220px;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {


    header>.container p {
        max-width: 60%;
        font-size: 1.5rem;
        margin-top: 1em;
    }

    header>.container {
        height: 350px;
    }


    .nav-link-line {
        border-bottom: 2px solid transparent;
        line-height: 0.8rem;
    }


    .nav-link-line:hover,
    .nav-link-line-selected {
        border-bottom: 2px solid whitesmoke;
    }

    .header-title {
        font-size: 3.5rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75);
    }

    .filter-navbar {
        font-size: medium;
    }


    .font-form-button {
        width: 50%;
        font-size: medium;
    }

    .background-card {
        max-height: 300px;
    }

    h2 {
        font-size: 1.3rem;
        font-weight: bolder;
    }

    .home-card {
        min-height: 200px;
    }

    .card-text {
        font-size: 0.9rem;
    }

    footer img,
    nav img {
        width: 40%;
        max-width: 250px;
    }


}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .guide-container {
        max-width: 1100px;
    }

}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .guide-container {
        max-width: 1100px;
    }

    .navbar-brand {
        width: 40%;
    }

    .nav-item {
        font-size: 10px;
    }

    #headerNavbar .nav-pill-l a,
    #headerNavbar .nav-pill-r a,
    #headerNavbar .nav-pill-m a {
        color: black !important;
    }



    #headerNavbar .nav-pill-l {
        border-radius: 15px 0px 0px 15px;
        padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 10px;
    }

    #headerNavbar .nav-pill-m {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    #headerNavbar .nav-pill-l.nav-item,
    #headerNavbar .nav-pill-m.nav-item {
        position: relative;
    }

    #headerNavbar .nav-pill-l::after,
    #headerNavbar .nav-pill-m::after {

        content: '';
        width: 2px;
        background-color: #7c7c7c;
        display: block;
        height: 20px;
        position: absolute;
        top: 4px;
        right: 0;

    }

    #headerNavbar .nav-pill-r {
        border-radius: 0px 15px 15px 0px;
        padding: 0px 10px 0px 0px;
        border-color: white;
    }


    #headerNavbar .nav-pill-l,
    #headerNavbar .nav-pill-r,
    #headerNavbar .nav-pill-m {
        background-color: whitesmoke;
        line-height: 0.7rem;
        align-self: center;
    }

    .filter-navbar {
        font-size: large;
    }



}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

    .guide-container {
        max-width: 1100px;
    }

    .navbar-brand {
        width: auto;
    }

    .nav-item {
        font-size: 12px;
    }

    footer .footer-text {
        font-size: 10px;
    }

    footer .borde-xxl-r {
        border-right: 1px solid;
    }

    footer .borde-xxl-l {
        border-left: 1px solid;
        border-top: 0px;
    }
}