@charset "utf-8";

* {
    margin top: 10px;

    padding: 10px;
}

body {
    background-image: url(afiado.jpg);
    background-size: cover;
    background-position: center;

}

#encabezado {
    float: left;

}


.boton-personalizado {

    border: 1px solid #2e518b;
    /*anchura, estilo y color borde*/
    padding: 10px;
    /*espacio alrededor texto*/
    background-color: #2e518b;
    /*color botón*/
    color: #ffffff;
    /*color texto*/
    text-decoration: none;
    /*decoración texto*/
    text-transform: uppercase;
    /*capitalización texto*/
    font-family: 'Helvetica', sans-serif;
    /*tipografía texto*/
    border-radius: 50px;
    /*bordes redondos*/

}

.boton-personalizado:hover {
    color: #5ed16b;
    border-bottom: 0.1em solid #5ed16b;
}

@import url(https://fonts.googleapis.com/css?family=ofertas);

html,
body {
    height: 100%;
    font-weight: 800;
}

body {
    background: #030321;
    font-family: Arial;
}

svg {
    display: block;
    font: 8.5em 'Montserrat';
    width: 960px;
    height: 300px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1) {
    stroke: #5472c3;
    animation-delay: -1;
}

.text-copy:nth-child(2) {
    stroke: #e58e17;
    animation-delay: -2s;
}

.text-copy:nth-child(3) {
    stroke: #fc2b43;
    animation-delay: -3s;
}

.text-copy:nth-child(4) {
    stroke: #5472c3;
;
    animation-delay: -4s;
}

.text-copy:nth-child(5) {
    stroke: #FDB731;
    animation-delay: -5s;
}

@keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}

#pdf {

    align-content: center;
}
a {
    color: white;
}
