/* body{
overflow:hidden;
} */
.fondo {
    background-color: #1F1F35;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
}
/* Triangulos */
.tr1,.tr2,.tr3,.tr4{
position:fixed;
}
.tr3,.tr4{
height:60vh;
}
.tr1,.tr3,.tr4{
bottom:0%;
}
.tr2{
    top:0%;
    height:100vh;
    z-index: inherit;
}
.tr1{
    left:50%;
    height:50vh;
    z-index: 0;
}
.tr3{
    right:0%;
    z-index: 1;
}
.tr4{
    left:0%;
    z-index: 2;
}
.cont1 {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh;
}

.cont2 {
    width: 40%;
}

.logo-doc {
    width: 35%;
    margin-left: 32.5%;
}

.inp-folio {
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 100%;
    color: white;
    text-align: center;
}

.inp-folio:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid rgb(28, 89, 193);
    transition: 1s;
}

.btn-outline-white {
    border-color: white;
    color: white;
}

.btn-outline-white:hover {
    background-color: white;
}

@media (max-width: 1024px) {
.tr4,.tr1{
    opacity: 0;
}
.tr3{
    height:40vh;
}
}

@media (max-width: 768px) {

    .cont2 {
        width: 80%;
    }
}