.presentacion{
    width: 100%;
    margin: 0;  padding: 0;
    background-color: none;
}

.presentacion__fondo_video{
    width: 100%;
    height: auto;
    background-size: contain;
}

.enlace_video{
    width: 100%;
    height: 20vh;
    display: flex;
    background-image: url(../assets/images/portada/portada__logo.png);
    background-size: contain;
    background-position: center center;
    
    background-repeat: no-repeat;
    border: solid lightgrey 1px;
    margin-top: 1em;
    margin-bottom: 1em;
    cursor: pointer;
}

.enlace_video:hover>.enlace_icon{
    color: #33A8D3;
}

.enlace_icon{
    width: fit-content;
    height: fit-content;
    margin: auto auto;
}

.enlace_icon:hover{
    color: #33A8D3;
}
.enlace_video__yt{
    width: 100%;
    height: fit-content;
    display: flex;
    background-color: black;
    border: solid lightgrey 1px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.enlace_video__yt iframe{
   margin: auto auto;
}

@media screen and (max-width: 1024px) {

}