.header .dots {
    top: -60%;
    right: 1%;
    width: 450px;
}

@media (max-width:64em) {
    .header .dots {
        top: 0px;
    }
}

/*ACERCA DE*/
.acercaDe{
    margin-top: 6rem;
    margin-bottom: 4rem;
}

.acercaDe .sectionPic{
    height: 200px;
    width: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    margin-bottom: 2rem;
}

.acercaDe .sectionPic img{
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
}

.acercaDe .col .grid .col-4{
    padding-right: 5rem;
}

@media (max-width:80em) {
    .acercaDe .col .grid .col-4 {
        padding-right: 0;
    }
}

/*PLANTAS DE BIBLIOTECA*/
.plantasBiblioteca {
    margin-bottom: 15rem;
}

@media (max-width:64em) {
    .plantasBiblioteca .grid{
        flex-direction: column-reverse;
    }
}

.plantas{
    height: 150px;
}

.plantas img{
    position: absolute;
    width: 100%;
    transition: ease-in-out all 0.3s;
}

.plantas h4 {
    transition: ease-in-out all 0.3s;
    text-align: end;
    position: absolute;
    bottom: 50px;
    left: 0;
    opacity: 0;
}

.planta1-normal {
    top: 0px;
}

.planta1-up {
    top: -80px;
    opacity: .2;
}

.planta2-down{
    top: 80px;
    opacity: .2;
}

.planta2-normal {
    top: 0px;
}

.planta2-up {
    top: -180px;
    opacity: .2;
}

.planta3-normal{
    top: 0px;
}

.planta3-up {
    top: -20px;
    opacity: .2;
}

.planta3-down {
    top: 80px;
    opacity: .2;
}

#alta {
    opacity: 1;
}

.plantasBiblioteca .accordion .planta h4 {
    bottom: 0;
    left: -60px;
}

.plantasBiblioteca .accordion .accordion-content p {
    margin: 0 0 1em 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    max-height:fit-content;
}

@media (max-width:80em) {
    .plantasBiblioteca .accordion-animated .accordion-item button[aria-expanded="true"]{
        font-size: 40px;
    }
}

@media (max-width:64em) {
    .plantasBiblioteca .accordion .planta h4 {
        left: -30px !important;
        font-size: 16px;
    }
    .plantasBiblioteca .accordion-animated .accordion-item button[aria-expanded="true"] h4{
        font-size: 16px;
    }
    .plantas h4 {
        bottom: 90px;
    }
}

/*SERVICIOS BIBLIOTECARIOS*/
.servicios-bibli{
    margin-bottom: 20rem;
    height: 60vh;
    background: url(../images/annex/biblioteca.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.servicios-bibli .container {
    top: 20%;
}

@media (max-width:64em) {
    .servicios-bibli {
        height: 1660px;
        margin-bottom: 950px;
    }

    .servicios-bibli .container, .servicios-bibli .container-fluid{
        top: 0%;
    }
}

[name~=bulb-outline] {
    color: var(--uia-primary);
    font-size: 20px !important;
}

[name~=ribbon-outline] {
    color: var(--uia-primary);
    font-size: 20px !important;
}

/*CONTACTOS DE BIBLIOTECA*/
.contactosBibli .next-contact, .contactosBibli .prev-contact{
    background: var(--uia-primary);
    height: 50px;
    width: 50px;
    text-align: center;
    color: var(--uia-white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30%;
    z-index: 3;
}

.contactosBibli .next-contact{
    right: 0;
}

.contactosBibli .prev-contact{
    left: 0;
}

.contactosBibli .swiper-button-disabled{
    opacity: .5;
}

.contactosBibli .swiper-wrapper{
    margin-left: 5rem;
}

.contactosBibli .next-contact ion-icon,
.contactosBibli .prev-contact ion-icon{
    font-size: 30px;
}

.contactosBibli .section-card ion-icon{
    font-size: 30px;
}
