@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Oswald&display=swap');

body {
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    color: white;
    background-color: black;
    padding-left: -15px;
    padding-right: -15px;

}

h1, h2, h3 {
   font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.portada-bg {
    background-image:url(../img/portadaDesk.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:contain;
    -webkit-background-size: contain;
    -moz-background-size:contain;
    background-attachment:fixed;
    padding-top:40%;
}

#mc_embed_signup {
    font-size:14px;
}

.indicates-required {
    color: indianred;
    font-size: 11px
}

.enviar, button {
    font-family: 'Oswald', sans-serif!important;
    letter-spacing: 0.5px!important;
    background-color:black!important;
    border-radius:10px!important;
    border-color: dimgrey!important;
    border-bottom-width: thick!important;
    color: white!important;
}

button:hover {
    font-family: 'Oswald', sans-serif!important;
    letter-spacing: 0.5px;
    background-color: white;
    border-radius:10px;
    border-color: dimgrey;
    color: black;
}

.fondo-formulario {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.icon {
    width: 1.8rem
}

footer {
    color: white;
}