/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11 dic. 2020, 8:58:50
    Author     : uxio
*/

h2,a{
    color: white;
}
.principal{
    padding: 2.5rem;
    min-height: var(--vh);
    color: white;
    /*    white-space: nowrap;*/
    background-color: black;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.principal a,
.principal a:hover,
.principal a:focus,
.principal a:active {
    color: white;
}
section #postPpal .embed-responsive {
    overflow: visible;
}
/*section #postPpal .embed-responsive iframe {
    width: 90rem;
    margin-bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}*/

.principalLogin{
    display: block;
}

.principal .video {
    border: 0.25rem solid white;
}
.principalVideo{
    display: none;
}
.principalVideo .infoVideo {
    margin-top: 2.5rem;
}

.mensaje{
    color: white;
}

.infoVideo{
    color:white;
}
.infoVideo p {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .principal .logo-img {
        width: 40rem;
        margin-bottom: 5rem;
    }
    .principalVideo{
        width: 50%;
    }
}
@media (max-width: 767px) {
    .principal .logo-img {
        width: 20rem;
        margin-bottom: 2.5rem;
    }
    .principalVideo{
        width: 100%;
    }

}