.cuenta_titulo{
    padding: 10px;
    text-align: center;
    justify-content: center;
    font-family:'Lato',Sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: darkblue;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-top: -5%;
    background-size: contain;
    /*background-color: rgba(127, 255, 212, 0.582);*/
}
.dowload_button{
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    text-align: center;
    margin-left: 2%;
    border-radius: 10px;
}
.dowload_button:hover{
    animation: deslizarY 0.5s ease-out;
    background-color: #48b9ff;
}
.view_button:hover{
    animation: deslizarY 0.5s ease-out;
    background-color: #e7e7e7;
}
.view_button{
    padding: 10px 40px;
    background-color: #e3ecf3;
    color: rgb(0, 228, 205);
    font-size: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    position:relative;
    text-align: center;
    margin-left: 2%;
    border-radius: 10px;
}
.boton_place2{
    padding: 5px;
    text-align: center;
    justify-content: center;
    gap: 7px;
    display: flex;
}
.boton_place1{
    text-align: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    /*margin-top: 70%;*/
    margin: 0 auto;
    margin-top: -9%;
    gap:10px;
    display: flex;
    max-height: 50%;
}
.boton_place1 img {
    z-index: 855;
}
.boton_place3{
    padding: 10px;
    text-align: center;
    justify-content: center;
    gap: 7px;
    display: flex;
    margin-top: 75%;
}
.boton_place4{
    padding: 15px;
    text-align: center;
    justify-content: center;
    gap:10px;
    display: flex;
    margin-top: 70%;
}
.dowload_button2{
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: background-color 1.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    text-align: center;
    margin-left: 2%;
    border-radius: 10px;
}
.view_button2{
    padding: 10px 40px;
    background-color: #e0f3ff;
    color:#0097E0;
    font-size: 12px;
    border: none;
    cursor: pointer;
    display: flex;
    position:relative;
    text-align: center;
    margin-left: 2%;
    border-radius: 10px;
    font-weight: bold;
}
.dowload_button2:hover{
    animation: deslizarY 0.5s ease-out;
    background-color: #66c4ff;
}

.view_button2:hover{
    animation: deslizarY 0.5s ease-out;
    background-color: #c7e9fe;
}
.aux{
    height: 10vh;
    display: flex;
    justify-content: center;/*horizontal*/
    align-items: center;  /*vertical*/
}
@media only screen and (max-width: 768px){
    .pro-contenedor1,.pro-contenedor2,.pro-contenedor3,.pro-contenedor4,.proyectos-desplegable1,.proyectos-desplegable2{
        flex-direction: column;
        height: 90vh;
       }
    .ini_contenedor_portada,.resumen-anual1,.resumen-anual2{
        display: block;
        height: 90vh;
        margin-block-start: 5%;
        align-items: center;
    }
    .container_proyecto1,.container_proyecto2{
       width: 80%;
       height: 40%;
       margin: 0 auto;
       margin-block-end: 15%;
    }
    .contenedor_proyecto{
       background-size: cover;
       object-fit: cover;
    }
 }
  