.container-main-proyectos{
    width: 100vw;
    height: 100vh;
    background-image: url('../store/BG-Proyectos.jpg');
    background-position: center;
    background-size: cover;
}

.wrapper-iframe{
    padding-top: 3%;
    display: flex;
    justify-content: center;
}


.wrapper-iframe iframe{
    
    width: calc(100vw/2);
    height: calc(100vh/1.9);
}

.wrapper-nota{
    margin-top: 3%;
    width: fit-content;
    margin-left: calc(100vw/4 );
    display: flex;
    align-items: center;
    
}

.wrapper-nota a p{
    
    font-family: "Monserrat-SemiBold";
    color: white;
    font-size: calc(100vh/32);
    display: inline;
}

.wrapper-nota a img{
    padding-left: calc(100vw/85);
    height: 47%;
    width: 47%;
    transition: .2s;
}

.wrapper-nota:hover a img{
    scale: 1.1;
}
