/* ********************************** Globales ******************************** */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 14px;
    font-family: 'Geneva', 'Helvetica';
    color: #eee;
}

body{
    width: 100%;
    height: 100%;
    background: no-repeat center fixed url("sitebg3.jpg");
    background-size: cover;
}

.title1{
    font-size: 60px;
    font-weight: bold;
    color: yellow;
}

.subtitle1{
    font-size: 40px;
    color: white;
}

a{
    text-decoration: none;
    color: yellow;
}

p{
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.mail{
    color: tomato;
}

/* ********************************** Globales ******************************** */
