.portada_noso{
   height: auto;
   max-height: 110%;
   width: 100%;
   background-color: rgba(176, 242, 255, 0.67);
   display: flex;
   align-items: center;
   margin-top: -3%;
   justify-content: space-between;
}
.contenedor_fotoWide{
    display: flex;
    justify-content: center;
    height: 90%;
    width: 40%;
    margin-left: 12%;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
#texto_noso{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    width: 40%;
    margin-left: 5%;
}
#txt,#txt1,#txt2{
    color: aliceblue;

   /* animation: deslizarX 2s ease-out;*/
}
#txt:hover,#txt1:hover,#txt2:hover,#txts:hover{
cursor: pointer;
color: rgb(246, 246, 246);
}
.noso_contenedor_adicional,.noso_contenedor_adicional2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    text-align: center;
}
.portada_noso_adicional{
    height: auto;
    width: 80%;
    margin-top: -5%;
    margin-left: 10%;
    background-color: rgba(0, 206, 221,0.4);
    /*background-color:#43e0ff;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    animation: deslizarY 3s ease-out;
}
.contenedor_fotoWide2{
    display: flex;
    justify-content: center;
    height: 90%;
    width: 40%;
    margin-left: 10%;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transform: scale(1.1);
}
#texto_nosoAdi{
    display: flex;
    justify-content: center;
    height: 85%;
    width: 40%;
    align-items: center;
    margin-left: 7%;
    position: relative;
}
.txt-exp{
    max-height: 100%;
    display: flex;
    max-width: 100%;
}
.contenedor_fotoWide3{
    display: flex;
    height: auto;
    max-height: 10%;
    width: 40%;
    margin-left: 0%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
    transition: transform 0.5s ease;
}
.contenedor_fotoWide3 img {
    /*width: auto;*/
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 20%;
    margin-left: 0;
    object-fit: cover;
    border-radius: 7px;
}
.contenedor_fotoWide3:hover,.contenedor_fotoWide2:hover{
    transform: scale(1.1);
}
.contenedor_fotoWide4{
    display: flex;
    justify-content: center;
    height: 90%;
    width: 40%;
    margin-left: 12%;
    background-image: url(fotos/2.8.JPG);
    background-size: cover;
    border-radius: 7px;
}
.oculto,.oculto2 {
    display: none;
  }
.animated-container2{
    position: relative;
    top: -30%;
    opacity: 0;
    transition: top 3s ease-in-out, opacity 0.5s ease-in-out;
}
.animated-container2.active2 {
    top: 0;
    opacity: 1;
  }
#botonDesplegar2{
    margin-top: -5%;
}
.noso_contenedor_adicional2{
    margin-top: 4%;
}
.portada_noso_adicional{
    transition: transform 0.5s ease;

}
.portada_noso_adicional:hover{
    transform: scale(1.02);
}
@media only screen and (max-width: 768px) {
    .ini_contenedor_portada{
        height: 90vh;
        align-items: center;
        
    }
    .noso_contenedor_adicional2{
        height: 70vh;
        align-items: center;
        justify-content: center;

    }
    .portada_noso{
        max-height: 100%;
        flex-direction: column-reverse;
        font-size: small;
    }
    .portada_noso_adicional{
        max-height: 100%;
        flex-direction: column;
        font-size: small;
        width: 95%;
        margin-right: 14%;
        margin-left: 3%;
    }
   #texto_noso{
        height: 40%;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 95%;
        margin-right: 4%;
        max-height: 100%;
   }
   #texto_nosoAdi{
        width: 90%;
        margin-left:0%;
   }
   .contenedor_fotoWide,.contenedor_fotoWide2{
        height: 80%;
        width: 95%;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-right: 11%;
        margin-top: 1%;
        object-fit: cover;
        border-radius: 7px;
   }
   .contenedor_fotoWide2{
        height: 60%;
        width: 85%;
        object-fit: cover;
        margin-bottom: 5%;
   }
   .contenedor_fotoWide3{
        height: auto;
        display: flex;
        width: 100%;
        margin-left: 0;
        padding: 0;
        border-radius: 0;
    
   }
   .contenedor_fotoWide3 img{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        max-width: 100%;
        object-fit: cover;
        border-radius: 1px;
   }
   .contenedor_fotoWide3:hover{
    transform: scale(1.04);
}
   .imagen img {
        margin-right: 4%;
        border-radius: 7px;
      
   }
}

