#page-title {
    text-align: center;
    margin: 20px 0px;
    font-size: 50px;
    color: #fff;
}

/* SLIDER ==============================*/
.bloque-derecho,
.bloque-izquierdo {
    position: absolute;
    top: 30px;
    height: 590px;
    width: 15%;
    border: 2px solid transparent;
    background-color: transparent;
    align-items: center;
    padding: 0px;
}

.bloque-derecho {
    right: 0px;
}


.bloque-izquierdo {
    left: 0px;
}


#guacamaya,
#tucan,
#lora,
#estatua,
#tigre,
#venado-2 {
    display: block;
    border-radius: 5px;
    height: 220px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.6);
    margin-bottom: -50px;
    transition: all 0.3s ease;
}

#guacamaya {
    transform: rotate(-6deg);
    z-index: 1;
}

#lora {
    transform: rotate(4deg);
    z-index: 2;
}

#tucan {
    transform: rotate(-3deg);
    z-index: 3;
}

#estatua {
    transform: rotate(5deg);
    z-index: 1;
}

#tigre {
    transform: rotate(-4deg);
    z-index: 2;
}

#venado-2 {
    transform: rotate(3deg);
    z-index: 3;
}

#guacamaya:hover,
#tucan:hover,
#lora:hover,
#estatua:hover,
#tigre:hover,
#venado-2:hover {
    transform: scale(1.1) rotate(0deg);
    z-index: 10;
}




.venado {
    position: absolute;
    bottom: 2px;
    height: 190px;
    left: -2px;
    z-index: 6;
    border: none;
    background-color: transparent;
    object-fit: contain;
}

.fondo {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    padding: 0px;
    border: transparent;
}

.nube {
    position: absolute;
    top: 0px;
    right: 50px;
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.nube2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 300px;
    border-radius: 50%;
}

#fondo-mont-1,
#fondo-mont-2 {
    position: absolute;
    height: 225px;
    width: 50%;
    bottom: 2px;
    z-index: 6;
    border: none;
}

#fondo-mont-1 {
    left: 0px;
}

#fondo-mont-2 {
    right: 0px;
}


.flexslider {
    position: absolute;
    top: 0px;
    height: 75%;
    width: 70%;
    left: 15%;
    display: flex;
    margin: 50px auto;
    border-radius: 8px;
    flex-direction: column;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
}

.slides,
.slides li,
.slides li {
    position: absolute;
    top: 0px;

    height: 100%;
    width: 100%;
    border-radius: 8px;
}



#li #img-id {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#investigacion-img img {
    width: 50%;
}


#investigacion-img>#img-id2 {
    position: absolute;
    height: 100%;
    width: 50%;
    object-fit: cover;
}



#vermas {
    border: solid 2px rgb(230, 238, 230);
    text-decoration: none;
    top: 300px;
    position: absolute;
    background-color: #03a64a3d;
    color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
}

#vermas:hover {
    border: solid 2px green;
    background-color: rgba(24, 1, 1, 0.5);
    color: rgb(6, 158, 6);
    z-index: 5;
    box-shadow: 0 0 10px green, 0 0 20px green, 0 0 20px green;
}



/* PAGINACION =======================*/

.flex-control-nav.flex-control-paging {
    top: 10px;
    width: 120px;
    padding: 0px 0px;
    background: transparent;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;

    list-style: none;

    position: absolute;

    z-index: 6;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}

.flex-control-nav li a {
    display: block;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 50%;
    text-indent: -9999px;
    box-shadow: inset 0px -3px 2px 0px rgba(0, 0, 0, 0.55);
}

.flex-control-nav li a.flex-active {
    background: #000d0f65;
}

/* NAVEGACION ===============*/
.flex-direction-nav {
    z-index: 3;
    list-style: none;
}

.flex-direction-nav a {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.8);

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    opacity: 0;

    position: absolute;
    top: 50%;
    margin-top: -30px;

    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 50px;
    color: #fff;
}

.flex-direction-nav a.flex-next::before {
    content: "\f105";
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 15px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 15px;
}

/* CAPTION ==================*/
.caption {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    position: absolute;
    top: 0;
    z-index: 2;
}

.caption h2 {
    font-size: 60px;
    color: #fff;
    text-shadow: 3px 3px 2px rgba(000, 000, 000, 0.7);
}

#cambio h2 {
    position: absolute;
    top: 100px;
}

#educacion h2 {
    position: absolute;
    top: 115px;
}

/* RESPONSIVE ========== */
@media screen and (max-width: 1100px) {

    .bloque-derecho,
    .bloque-izquierdo {
        position: absolute;
        top: 70px;
        height: 590px;
        width: 15%;
        background-color: transparent;

    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        border-radius: 50%;
        height: 155px;
        width: 100%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 1040px) {

    #fondo-mont-1,
    #fondo-mont-2 {
        position: absolute;
        height: 180px;

    }

    .venado {
        height: 200px;
        width: 25%;
        bottom: -10px;
    }

}


@media screen and (max-width: 950px) {

    .bloque-derecho,
    .bloque-izquierdo {
        position: absolute;
        top: 100px;
        height: 450px;

    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        border-radius: 50%;
        height: 145px;
        width: 100%;
        left: 0%;
    }

    .venado {
        height: 190px;
        width: 28%;
        bottom: -5px;
    }
}

@media screen and (max-width: 920px) {

    .investigacion h2,
    .desarrollo h2 {
        margin-top: -150px;
    }


    .areap h2,
    .genero h2 {
        margin-top: -195px;
    }
}


@media screen and (max-width: 800px) {
    #seccion-1 {
        height: 600px;
        background-color: transparent;
    }

    #fondo-mont-1,
    #fondo-mont-2 {
        height: 130px;
        bottom: 0px;
    }



    .bloque-derecho,
    .bloque-izquierdo {
        position: absolute;
        top: 80px;
        height: 390px;
        width: 15%;
        border: 2px solid transparent;
    }

    .bloque-derecho {
        right: 0px;
    }

    #guacamaya {
        position: absolute;
        top: 0px;
    }

    #tucan {
        position: absolute;
        top: 130px;
    }

    #lora {
        position: absolute;
        bottom: 0px;
    }

    .bloque-izquierdo {
        left: 0px;
    }

    #estatua {
        position: absolute;
        top: 0px;
    }

    #tigre {
        position: absolute;
        top: 130px;
    }

    #venado-2 {
        position: absolute;
        bottom: 0px;
    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        border-radius: 50%;
        height: 125px;
        width: 100%;
        left: 0%;
    }
}



@media screen and (max-width: 770px) {
    .flex-direction-nav a {
        opacity: 1;
    }

    .flex-direction-nav .flex-prev {
        left: 15px;
    }

    .flex-direction-nav .flex-next {
        right: 15px;
    }

    .caption h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 750px) {

    #fondo-mont-1,
    #fondo-mont-2 {
        height: 140px;
        bottom: -22px;
    }

    #flexslider-id {
        top: 0px;
    }

    .bloque-derecho,
    .bloque-izquierdo {
        height: 355px;
        width: 15%;
        border: 2px solid transparent;

    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        height: 105px;
        width: 100%;
        left: 0%;
    }

    .venado {
        height: 190px;
        width: 37%;
        bottom: -22px;
    }

}

@media screen and (max-width: 720px) {
    #seccion-1 {
        height: 590px;
    }

    #flexslider-id {
        top: 60px;
        height: 355px;
    }

    #slides-id img {
        height: 310px;
    }


    .bloque-derecho,
    .bloque-izquierdo {
        position: absolute;
        top: 110px;
    }

    #fondo-mont-1,
    #fondo-mont-2 {
        height: 130px;
    }
}

@media screen and (max-width: 680px) {
    #flexslider-id {
        top: 40px;
    }

    .bloque-derecho,
    .bloque-izquierdo {
        position: absolute;
        top: 105px;
        height: 320px;
        width: 15%;
        border: 2px solid transparent;

    }

    .bloque-derecho {
        right: 0px;
    }

    #guacamaya {
        position: absolute;
        top: 0px;
    }

    #tucan {
        position: absolute;
        top: 110px;
    }

    #lora {
        position: absolute;
        bottom: 0px;
    }

    .bloque-izquierdo {
        left: 0px;
    }

    #estatua {
        position: absolute;
        top: 0px;
    }

    #tigre {
        position: absolute;
        top: 110px;
    }

    #venado-2 {
        position: absolute;
        bottom: 0px;
    }

  #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        height: 102px;
        width: 107%;
        left: -4px;
    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        border-radius: 50%;
        height: 155px;
        width: 100%;
        margin-left: 1%;
    }
}

@media screen and (max-width: 630px) {
    #flexslider-id {
        top: 40px;
    }

    .bloque-derecho,
    .bloque-izquierdo {
        position: absolute;
        top: 107px;
        height: 320px;
        width: 15%;
        border: 2px solid transparent;

    }

    .bloque-derecho {
        right: 0px;
    }

    #guacamaya {
        position: absolute;
        top: 0px;
    }

    #tucan {
        position: absolute;
        top: 107px;
    }

    #lora {
        position: absolute;
        bottom: 0px;
    }

    .bloque-izquierdo {
        left: 0px;
    }

    #estatua {
        position: absolute;
        top: 0px;
    }

    #tigre {
        position: absolute;
        top: 107px;
    }

    #venado-2 {
        position: absolute;
        bottom: 0px;
    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        height: 102px;
        width: 109%;
        left: -4px;
    }
}

@media screen and (max-width: 600px) {
    #seccion-1 {
        height: 717px;
        left: 0px;
    }

    .flexslider {
        left: 0px;
    }

    .bloque-derecho {
        position: absolute;
        top: 50px;
        height: 105px;
        width: 100%;
        left: 0px;
        border: 2px solid transparent;
    }

    #guacamaya {
        position: absolute;
        top: 0px;
        left: 20%;
    }

    #tucan {
        position: absolute;
        top: 0px;
        left: 40%;
    }

    #lora {
        position: absolute;
        top: 0px;
        left: 60%;
    }

    .bloque-izquierdo {
        position: absolute;
        top: 74.2%;
        height: 105px;
        width: 100%;
        left: 0px;
        border: 2px solid transparent;
    }

    #estatua {
        position: absolute;
        top: 0px;
        left: 20%;
    }

    #tigre {
        position: absolute;
        top: 0px;
        left: 40%;

    }

    #venado-2 {
        position: absolute;
        top: 0px;
        left: 60%;
    }

 #guacamaya,
	#tucan,
	#lora,
	#estatua,
	#tigre,
	#venado-2 {
		border-radius: 10%;
		height: 120px;
		width: 20%;
		margin-left: 1%;
	}

    .caption h2 {
        font-size: 40px;
    }

    #flexslider-id {
        top: 129px;
    }

    .flexslider {
        width: 100%;
        border-radius: 0px;
        border: none;
    }

    .slides li {
        overflow: hidden;
    }

    .slides li img {
        width: 600px;
    }

    .flex-direction-nav a {
        top: 50%;
    }

    #fondo-mont-1,
    #fondo-mont-2 {
        height: 100px;
        border: none;
        margin-bottom: -0px;
    }

    .venado {
        display: none;
    }

}

@media screen and (max-width: 520px) {
    #seccion-1 {
        top: 280px;
        height: 613px;
    }

    .bloque-derecho {
        position: absolute;
        top: 0px;
        height: 100px;
    }

    .bloque-izquierdo {
        position: absolute;
        top: 72.1%;
        height: 100px;

    }

    #flexslider-id {
        top: 50px;
        height: 340px;
    }

    #vermas {
        top: 80%;
    }


    .venado {
        height: 120px;
        width: 35%;
        left: 38%;
    }

}

@media screen and (max-width: 450px) {
    .slides li img {
        transform: translateX(-90px);
    }

    #page-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 430px) {
    #seccion-1 {
        top: 290px;
        height: 740px;

    }

    #flexslider-id {
        top: 90px;
        left: 0px;
        height: 50%;
        border-radius: 8px;
        border: 2px solid white;
        background-color: black;
    }

    .caption h2 {
        position: absolute;
        top: 90px;
    }


    #slides-id {
        left: 0px;
        width: 100%;
        background-color: transparent;
    }

    #li {
        width: 100%;
        background-color: transparent;
    }

    #li img {
        left: 90px;
        width: 100%;
        border-radius: 8px;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        top: 210px;
        border: transparent;
    }

    #bloque-derecho,
    #bloque-izquierdo {
        left: 0px;
        width: 100%;
    }

    #bloque-derecho {
        top: 0px;
        z-index: 6;
    }

    #bloque-izquierdo {
        top: 69%;
        left: 0px;

    }

    #fondo-mont-1,
    #fondo-mont-2 {
        height: 100px;
        width: 50%;
        bottom: 0px;
        border: none;
    }

    .tigre,
    .venadoh2,
    .guacamaya,
    .tucanh1,
    .estatua,
    .lorah1 {
        width: 32%;
    }

    .guacamaya {
        top: 0px;
        left: 0%;
    }

    .tucanh1 {
        top: 0px;
        left: 34%;
    }

    .lorah1 {
        top: 0px;
        left: 68%;
    }

    .estatua {
        top: 0px;
        left: 0px;
    }

    .tigre {
        top: 0px;
        left: 34%;
    }

    .venadoh2 {
        top: 0px;
        left: 68%;
    }

}

@media screen and (max-width: 412px) {
    #seccion-1 {
        top: 280px;
        height: 740px;

    }

    #flexslider-id {
        top: 90px;
        left: 0px;
        height: 50%;
        border-radius: 8px;
        border: 2px solid white;
        background-color: black;
    }

    .caption h2 {
        position: absolute;
        top: 130px;
    }

    #areapro {
        position: absolute;
        top: 90px;
    }

    #areapro #vermas {
        top: 110px;
    }

    #gestion {
        position: absolute;
        top: -30px;
    }

    #desarrollo {
        position: absolute;
        top: 90px;
    }

    #desarrollo #vermas {
        top: 110px;
    }

    #genero {
        position: absolute;
        top: 100px;
    }

    #genero #vermas {
        top: 110px;
    }

    #educacion {
        position: absolute;
        top: -40px;
    }

    #educacion #vermas {
        top: 260px;
    }

    #cambio {
        top: -20px;
    }

    #investigacion {
        position: absolute;
        top: 70px;
    }

    #investigacion #vermas {
        top: 140px;
    }



    #slides-id {
        left: 0px;
        width: 100%;
        background-color: transparent;
    }

    #li {
        width: 100%;
        background-color: transparent;
    }

    #li img {
        left: 90px;
        width: 100%;
        border-radius: 8px;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        top: 210px;
        border: transparent;
    }

    #bloque-derecho,
    #bloque-izquierdo {
        margin-top: 5px;
        left: 0px;
        height: 130px;
        width: 100%;
    }

    #guacamaya {
        position: absolute;
        top: 0px;
        left: 4%;
    }

    #tucan {
        position: absolute;
        top: 0px;
        left: 35%;
    }

    #lora {
        position: absolute;
        top: 0px;
        left: 66%;
    }

    #estatua {
        position: absolute;
        top: 0px;
        left: 4%;
    }

    #tigre {
        position: absolute;
        top: 0px;
        left: 35%;
    }

    #venado-2 {
        position: absolute;
        top: 0px;
        left: 66%;
    }

    #guacamaya,
    #tucan,
    #lora,
    #estatua,
    #tigre,
    #venado-2 {
        height: 100%;
        width: 30%;

    }

    .venado {
        z-index: 9;
        bottom: -2px;
        left: 27%;
        height: 120px;
        width: 190px;
    }

    #fondo-mont-1,
    #fondo-mont-2 {
        height: 100px;
        width: 50%;
        bottom: 0px;
        border: none;
    }
}