header{
    background-image: url(../img/ccca572e-aa8a-4199-b9ce-2d131faa14ec.jpg);
    background-size: cover;
    min-height: 100vh;
}
.row{
    min-height: 100vh;
}
.formulario{
    background-color: rgba(255, 205, 96, 0.712);
    border: solid rgba(255, 188, 43, 0.712) 2px;
    border-radius: 10px;
}
.border-t-orange{
    border-top: solid rgba(255, 197, 73, 0.712) 5px; 
}
.border-b-orange{
    border-bottom: solid rgba(255, 197, 73, 0.712) 5px; 
}
.text-logo{ font-family: monument-regular; color: rgb(0, 0, 0);}

#contacto:hover{
    cursor: pointer;
}
.fadein{
    animation: fade-in 3s;
    animation-fill-mode: forwards;
}
.botones{
    background-color: rgb(218, 175, 83) !important;
}

@keyframes fade-in{
    from{opacity: 0;}
    to{opacity: .9;}
}

@font-face{ font-family: "plakette"; src: url(fonts/Plakette-Serial-Bold.ttf);}
@font-face{ font-family: "monument-regular"; src: url(fonts/MonumentExtended-Regular.otf);}
@font-face{ font-family: "monument-bold"; src: url(fonts/MonumentExtended-Ultrabold.otf);}