.content-full {
    width: 100%;
    background-color: transparent;
    height: auto;
}

/*Seccion 1 */

.card_registers {
    height: 10rem;
    display: flex;

    & .card-body{
        padding: 1rem;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

}

.biodiv-card-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
}

.biodiv-card-flex-title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.biodiv-white-title-box {
    background-color: rgba(255, 255, 255, 0);
    width: 350px;
    position: absolute;
    height: auto;
    right: 0;
    left: 138px;
    top: 105px;
}

.border-content-biodiv-min {
    border-bottom: 3px solid #28a745;
    margin-bottom: 10px;
}

.title-h3 {
    line-height: 1 !important;
}


.content-all-image {
    height: 47rem;
}

.content-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

.img-content-text {
    object-fit: cover;
    width: 100%;
    background-position: center;
}

.content-image-intro {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
    align-items: flex-end;
}

.content-text-intro {
    position: absolute;
    z-index: 5;
    bottom: -120px;
    background: #ffffffd4;
    width: 80%;
}

.content-text-intro-two p {
    color: #000 !important;
}

.border-white {
    border-color: #ffffff !important;
}

/*Seccion 2*/

.content-info-img {
    position: relative;
    background-color: transparent;
    width: 500px;
    height: 350px;
    top: 0;
    left: 20%;
}

.content-info-box-text-three {
    position: relative;
    background-color: transparent;
    width: 250px;
    top: 10%;
    left: 40%;
    padding: 30px;
}

.row-100-section-two {
    height: 42rem;
}

.content-info-img-2 {
    position: relative;
    background-color: transparent;
    width: 500px;
    height: 350px;
    top: 20%;
    left: 10%;
}

/*Seccion 3*/

.content-info-img-two {
    position: relative;
    background-color: transparent;
    width: 300px;
    height: 250px;
    top: -70px;
    left: 51%;
    z-index: 2;
}

.content-info-img-three {
    position: relative;
    background-color: #e0e0e0;
    width: 400px;
    height: 300px;
    top: 0;
    left: 0;
}

.content-info-img-four {
    position: relative;
    background-color: transparent;
    width: 350px;
    height: 250px;
    top: -125px;
    left: -20px;
    z-index: 2;
}

.content-info-box-text-two {
    position: relative;
    background-color: transparent;
    width: 450px;
    height: 400px;
    top: 0;
    left: 0;
    padding: 30px;
}

/*Tarjetas*/
.content-info-box-text-four {
    position: relative;
    background-color: transparent;
    width: 400px;
    height: auto;
    top: 0;
    left: 24%;
    padding: 30px;
}

.cards-menu-bio {
    background-color: transparent;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    text-align: left;
}

.card-categories-container-transparent {
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid #e6effd;
    padding: 2.2em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.card-categories-container-transparent:hover {
    border: 1px solid rgba(16, 143, 64, 0.73);
    box-shadow: 0 3px 5px 0 #E5E5E5;

}

.position-img {
    position: relative;
}

#img-control-position {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.icon-cam-cards {
    font-size: 3rem;
    font-weight: bold;
    color: #002550;
}

.headline-bio {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.5em !important;
}

.categories-container-text > a {
    color: #000;
}

/* collage de fotos*/

.content-collage {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.content-collage div {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: #ffffff;
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    display: flex;
    align-items: center;
}

.content-collage:hover {
    cursor: pointer;
}

.content-collage:hover div {
    width: 80%;
    min-height: 40px;
    height: auto;
    padding: 8px;
    visibility: visible;
    opacity: 0.9;
}

/**
 Square collage
 */
/*Estilo Collage*/
.square-collage {
    width: auto !important;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 0fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto !important;
}

.img--collage--content__0 {
    grid-area: 1 / 1 / 2 / 2;

}

.img--collage--content__1 {
    grid-area: 1 / 2 / 2 / 3;

}

.img--collage--content__2 {
    grid-area: 2 / 1 / 3 / 3;

}

.img--collage--content__3 {
    grid-area: 1 / 3 / 3 / 4;

}

.img--collage--content__4 {
    grid-area: 1 / 4 / 2 / 5;

}

.img--collage--content__5 {
    grid-area: 1 / 5 / 2 / 6;

}

.img--collage--content__6 {
    grid-area: 2 / 4 / 3 / 5;

}

.img--collage--content__7 {
    grid-area: 2 / 5 / 3 / 6;

}

.img--collage--content__0 img,
.img--collage--content__1 img,
.img--collage--content__2 img,
.img--collage--content__3 img,
.img--collage--content__4 img,
.img--collage--content__5 img,
.img--collage--content__6 img,
.img--collage--content__7 img {
    width: 100%;
    height: 100%;
    object-fit: unset;
    transition: transform .2s;
}

.modal-p > p {
    font-size: 1.2rem;
    text-align: justify;
}


/**************/


.continer-a {
    height: 50rem;
    background: #FFFFFF;
    overflow-x: hidden;
    margin: auto;
    width: 90%;
}

.container-b {
    position: relative;
    top: 43%;

}

.middleArea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
}

.mySlider {
    left: 0;
    width: 100%;
    transform: perspective(2000px) translateY(-50%);
    transform-style: preserve-3d;
    /*overflow-x: hidden;*/
}

.mySlider .slideItems {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    /*transform-style: preserve-3d;*/
    transition: 0.5s;
}


.card-slider {
    width: 700px;
    height: 500px;
    padding: 5px 5px;
    background: #ffff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: 500ms;
}

.card-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slideItems:not(.active) a {
    pointer-events: none !important;
}

.slideItems.active {
    transform: translateX(-50%) scale(1.2);
    z-index: 2;
    opacity: 1;
}

.slideItems.prev {
    /*transform:translateX(calc(-50% - 200px)) rotateY(70deg) skewY(-9deg);*/
}

/*.item2{background-color: #ff6085;z-index: 1;}*/
.slideItems.next {
    /* translateX(calc(-50% + 200px)) rotateY(0deg) skewY(0deg)*/
}


.imgBox {
    width: 300px;
    height: 300px;
    margin-left: -80px;
    border-radius: 15px;
    background: #00aaaa;
    transition: 100ms;
}

.imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.contentBox {
    padding: 0 20px;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.text > p {
    font-size: 12px;
    color: #001265;
}

.myNavs {
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280%;
}

.myNavs .left {
    position: absolute;
    left: 0;
    top: 0;
}

.myNavs .right {
    position: absolute;
    right: 0;
    top: 0;
}

.myNavs i {
    font-size: 3em;
    cursor: pointer;
    transition: 0.3s
}

.myNavs i:hover {
    color: #a4a4a4;
}


/******/

.carousel_biodiv_two {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom right, #00aaaa 20%, #fff 100%);
    place-items: center;
}

.imgBox_biodiv_mini {
    width: 200px;
    height: 250px;
    background: #00aaaa;
    transition: 100ms;
}

.imgBox_biodiv img,
.imgBox_biodiv_mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.relative-biodiv-carousel {
    position: relative;
    z-index: 5;
}

.flex_biodiv_carousel {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    position: absolute;
    top: 330px;
}

.imgBox_biodiv {
    width: 100%;
    height: 100vh;
    background: #00aaaa;
    transition: 100ms;
}


/******/

.container_parent {
    position: relative;
}

.container_image_carousel_a {
    height: 20rem;
    background: #ff0000;
    overflow-x: hidden;
    margin: auto;
    width: 100%;
    top: 50%;
    position: absolute;
    z-index: 5;
}

.container_image_carousel_b {
    position: relative;
    top: 50%
}

.image_carousel_middleArea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
}

.image_carousel_mySlider {
    left: 0;
    width: 100%;
    transform: perspective(2000px) translateY(-50%);
    transform-style: preserve-3d;
    /*overflow-x: hidden;*/
}

.image_carousel_mySlider .image_carousel_slideItems {
    position: absolute;
    width: 400px;
    height: 300px;
    left: 50%;
    transition: 0.5s;
}

.image_carousel_slideItems:not(.active) a {
    pointer-events: none !important;
}

.image_carousel_slideItems.active {
    transform: translateX(0%) scale(1);
    z-index: 2;
    opacity: 1;
}

.image_carousel_slideItems.prev {
    transform: translateX(calc(-50% - 500px)) rotateY(0deg) skewY(0deg);
    opacity: 0.9;
}

/*.item2{background-color: #ff6085;z-index: 1;}*/
.image_carousel_slideItems.next {
    transform: translateX(calc(-50% + 500px)) rotateY(0deg) skewY(0deg);
    opacity: 0.9;
}

.image_carousel_slideImg {
    max-height: 100%;
    width: 100%;
}

.image_carousel_myNavs {
    position: absolute;
    top: 200px;
    left: 23%;
    /* transform: translate(-50%, -50%); */
    width: 100%;
}

.image_carousel_myNavs .left {
    position: absolute;
    left: 0;
    top: 0;
}

.image_carousel_myNavs .right {
    position: absolute;
    right: 0;
    top: 0;
}

.image_carousel_myNavs i {
    font-size: 3em;
    cursor: pointer;
    transition: 0.3s
}

.image_carousel_myNavs i:hover {
    color: #a4a4a4;
}

.image_carousel_imgBox {
    width: 180px;
    height: 200px;
    border-radius: 15px;
    background: #00aaaa;
    transition: 100ms;
}

.image_carousel_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}


@media only screen and (min-device-width: 1801px) and (max-device-width: 3000px) {
    .square-collage {
        height: auto;
    }
}

@media only screen and (min-device-width: 1300px) and (max-device-width: 1800px) {
    .square-collage {
        height: auto;
    }
}

@media only screen and (min-device-width: 200px) and (max-device-width: 1000px) {
    /*Collage*/
    .square-collage {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .img--collage--content__0 {
        grid-area: 1 / 1 / 2 / 2;
        height: 200px;
    }

    .img--collage--content__1 {
        grid-area: 1 / 2 / 2 / 3;
        height: 200px;
    }

    .img--collage--content__2 {
        grid-area: 2 / 1 / 3 / 3;
        height: 200px;
    }

    .img--collage--content__3 {
        grid-area: 1 / 3 / 3 / 4;

    }

    .img--collage--content__4 {
        grid-area: 1 / 4 / 2 / 5;
        height: 200px;
    }

    .img--collage--content__5 {
        grid-area: 1 / 5 / 2 / 6;
        height: 200px;
    }

    .img--collage--content__6 {
        grid-area: 2 / 4 / 3 / 5;
        height: 200px;
    }

    .img--collage--content__7 {
        grid-area: 2 / 5 / 3 / 6;
        height: 200px;
    }
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 2000px) {
    /*Collage*/
    .img--collage--content__0 {
        grid-area: 1 / 1 / 2 / 2;
        height: 300px;
    }

    .img--collage--content__1 {
        grid-area: 1 / 2 / 2 / 3;
        height: 300px;
    }

    .img--collage--content__2 {
        grid-area: 2 / 1 / 3 / 3;
        height: 300px;
    }

    .img--collage--content__3 {
        grid-area: 1 / 3 / 3 / 4;

    }

    .img--collage--content__4 {
        grid-area: 1 / 4 / 2 / 5;
        height: 300px;
    }

    .img--collage--content__5 {
        grid-area: 1 / 5 / 2 / 6;
        height: 300px;
    }

    .img--collage--content__6 {
        grid-area: 2 / 4 / 3 / 5;
        height: 300px;
    }

    .img--collage--content__7 {
        grid-area: 2 / 5 / 3 / 6;
        height: 300px;
    }
}

@media only screen and (min-device-width: 2001px) and (max-device-width: 2999px) {
    /*Collage*/
    .img--collage--content__0 {
        grid-area: 1 / 1 / 2 / 2;
        height: 400px;
    }

    .img--collage--content__1 {
        grid-area: 1 / 2 / 2 / 3;
        height: 400px;
    }

    .img--collage--content__2 {
        grid-area: 2 / 1 / 3 / 3;
        height: 400px;
    }

    .img--collage--content__3 {
        grid-area: 1 / 3 / 3 / 4;

    }

    .img--collage--content__4 {
        grid-area: 1 / 4 / 2 / 5;
        height: 400px;
    }

    .img--collage--content__5 {
        grid-area: 1 / 5 / 2 / 6;
        height: 400px;
    }

    .img--collage--content__6 {
        grid-area: 2 / 4 / 3 / 5;
        height: 400px;
    }

    .img--collage--content__7 {
        grid-area: 2 / 5 / 3 / 6;
        height: 400px;
    }
}

@media only screen and (min-device-width: 3000px) and (max-device-width: 5000px) {
    /*Collage*/
    .img--collage--content__0 {
        grid-area: 1 / 1 / 2 / 2;
        height: 500px;
    }

    .img--collage--content__1 {
        grid-area: 1 / 2 / 2 / 3;
        height: 500px;
    }

    .img--collage--content__2 {
        grid-area: 2 / 1 / 3 / 3;
        height: 500px;
    }

    .img--collage--content__3 {
        grid-area: 1 / 3 / 3 / 4;

    }

    .img--collage--content__4 {
        grid-area: 1 / 4 / 2 / 5;
        height: 500px;
    }

    .img--collage--content__5 {
        grid-area: 1 / 5 / 2 / 6;
        height: 500px;
    }

    .img--collage--content__6 {
        grid-area: 2 / 4 / 3 / 5;
        height: 500px;
    }

    .img--collage--content__7 {
        grid-area: 2 / 5 / 3 / 6;
        height: 500px;
    }
}


/* Hero Styles */
.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 100vh;
    padding: 0 40px 0 80px;
    overflow-x: hidden;
    position: relative;
    /* transition: .3s ease-in-out; */
    animation: fade-in 0.3s ease-in-out;
    animation-fill-mode: backwards;
}


.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.3);
    background: rgb(114, 85, 35, 0.3); */
    background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.4),
            rgb(114, 85, 35, 0.2)
    );
}

img.hero-img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
    align-items: flex-end;
}

.hero-content {
    width: 35%;
    padding: 18em 0 2em 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    /* color: #221f0f; */
    position: relative;
}

.line {
    width: 30px;
    height: 2px;
    background: #fff;
    /* background: #221f0f; */
    margin-bottom: 20px;
    animation: right-in 0.5s ease-in-out 1.2s;
    animation-fill-mode: backwards;
    position: relative;
}

.hero-content h4 {
    margin-bottom: 15px;
    animation: left-in 0.8s ease-in-out 1.7s;
    animation-fill-mode: backwards;
    position: relative;
    color: #FFFFFF !important;
}

.hero-content h3 {
    color: #FFFFFF !important;
    font-size: 1.25rem;
}

.hero-content h1 {
    font-size: 65px;
    margin-bottom: 10px;
    animation: right-in 0.5s ease-in-out 1.5s;
    animation-fill-mode: backwards;
    position: relative;
    color: #FFFFFF !important;
}

.hero-content i {
    color: #fff;
    font-size: 25px;
    background: orange;
    padding: 13px 12px;
    border-radius: 50%;
    transform: rotate(-45deg);
    margin-top: 50px;
    margin-right: 30px;
    vertical-align: bottom;
    animation: left-in 0.4s ease-in-out 2.5s;
    animation-fill-mode: backwards;
    position: relative;
}

.hero-content p {
    animation: left-in 0.2s ease-in-out 2.3s;
    animation-fill-mode: backwards;
    position: relative;
    color: #FFFFFF !important;
    font-size: 0.7rem;
}

.hero-content span {
    color: #FFFFFF !important;
}

/* Carousel */
.hero-carousel {
    width: 100% !important;
    display: flex;
    padding: 0 0 0;
    position: relative;
    overflow: hidden;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.carousel-controls {
    position: relative;
    bottom: 0;
    left: 5px;
    z-index: 10;
}

.glide__track {
    width: 100%;
}

.glide__slides {
    display: flex;
    position: relative;
    transition: 1s ease-in-out;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.glide__arrow {
    background-color: transparent;
    border: none;
}

.glide__slides .carousel-controls i {
    color: #fff;
    font-size: 25px;
    background: #6a655844;
    padding: 20px 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: bottom;
    cursor: pointer;
}

.glide__slides .carousel-controls i:hover {
    color: #ddd;
}

.carousel-indicator {
    position: absolute;
    right: 0;
    bottom: 2.7em;
    animation: right-in 0.8s ease-in-out 2.4s;
    animation-fill-mode: backwards;
}

.carousel-indicator span {
    font-family: "Oswald", sans-serif;
    font-size: 50px;
}

.glide__slides .carousel-item {
    width: 140px;
    height: 130px !important;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* margin: 20px !important; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    position: relative;
    cursor: pointer;
    animation: right-in 0.5s ease-in-out;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}


.glide__slides .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
    background: rgb(114, 85, 35, 0.3);
}

.carousel-text {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    z-index: 2;
}

.glide__slides .carousel-item p {
    font-size: 12px;
    padding-bottom: 3px;
    text-shadow: 0 0 20px #000;
    color: #FFFFFF !important;
}

.glide__slides .carousel-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 20px #000;
}

@media (width >= 2500px) {
    .hero {
        padding: 0 30px;
        min-height: 100vh;
    }

    .hero-carousel {
        width: 100% !important;
        padding: 2em 0 3em;
    }

    .hero-content {
        width: 40% !important;
        padding: 12em 0 3em;
    }

    .hero-content p {
        font-size: 1.25rem;
    }

    .hero-content h3 {
        font-size: 1.75rem;
    }

    .glide__slides .carousel-item {
        width: 300px;
        height: 290px !important;
    }

    .carousel-text p {
        font-size: 1.75rem !important;
    }


}

@media (width >= 1500px) and (width < 2500px) {
    .hero {
        padding: 0 30px;
        min-height: 100vh;
    }

    .hero-carousel {
        width: 100% !important;
        padding: 2em 0 0;
    }

    .hero-content {
        width: 40% !important;
        padding: 12em 0 0;
    }

    .hero-content p {
        font-size: 0.9rem;
    }

    .hero-content h3 {
        font-size: 1.25rem;
    }

    .glide__slides .carousel-item {
        width: 190px;
        height: 180px !important;
    }

    .carousel-text p {
        font-size: 1rem !important;
    }


}

@media (width >= 991px) and  (width < 1500px) {
    .hero {
        padding: 0 30px;
        min-height: 50vh;
    }

    .hero-carousel {
        width: 100% !important;
        padding: 0 0 3em;
    }

    .hero-content {
        width: 40% !important;
        padding: 30em 0 3em;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-content h3 {
        font-size: 1.25rem;
    }

    .carousel-text {
        height: 300px;
    }


}

@media (width >= 600px) and  (width < 991px) {
    .hero {
        padding: 0 30px;
        min-height: 50vh;
    }

    .hero-carousel {
        width: 100% !important;
        padding: 0 0 3em;
    }

    .hero-content {
        width: 40% !important;
        padding: 12em 0 3em;
    }

    .hero-content p {
        font-size: 0.7rem;
    }

    .hero-content h3 {
        font-size: 1.25rem;
    }
}

@media (width >= 300px) and  (width < 600px) {
    .hero {
        padding: 0 30px;
        min-height: 35vh
    }

    .hero-carousel {
        width: 100% !important;
        padding: 0 0 3em;
    }

    .hero-content {
        width: 40% !important;
        padding: 12em 0 3em;
    }

    .hero-content p {
        font-size: 0.5rem;
    }

    .hero-content h3 {
        font-size: 1rem;
    }
}

.carousel-text::-webkit-scrollbar,
.carousel-text::-webkit-scrollbar-thumb {
    width: 26px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 10px solid transparent;
    color: #9f9f9f;
}

.carousel-text::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
}
