body {
    background-image: url(../img/background1.png);
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Bebas Neue', sans-serif;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 40px;
    margin-top: 40px;
}

.logotamano {
    margin-top: 56px;
    margin-bottom: 80px;
    display:block;
    margin:auto;
    width: 200px;
}


.subtitulo {
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 48px;
    letter-spacing: 0.03em;
    margin-top: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, #7C776F 100%),
    linear-gradient(0deg, #FAFAFA, #FAFAFA);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-align: center;
}

.parrafo1 {
    font-size: 1.3em;
    line-height: 37px;
    color: #CCCFD6;
    margin-top: 20px;
    letter-spacing: 0em;
    font-family: 'Open Sans', sans-serif;
    text-align: center;

}

.span {
    color: #CAAA38; 
    font-size: 34px; 
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(180deg, #EAD089 0%, #937A38 100%),
    linear-gradient(0deg, #EAD089, #937A38);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.buttons {
    position: relative;
    display: block; 
    margin: auto;
    width: 300px;
    height: 140px;
    text-align: center;
}

.buttons img {
    position: absolute;
    left: 0;
    width: 300px;
    display: block;
    margin: auto;
}

.buttons img.boton2:hover {
    opacity: 0;
    cursor: pointer;
}

.foto {
    width: 100%;
    margin-left: 0;
    display:block;
    margin:auto;
    padding: 0px 10px;
}


@media only screen and (max-width: 767px) { 

    header {
        margin-left: 0px;
        margin-top: 30px;
    }

    .subtitulo {
        margin-left: 20px;
        margin-right: 20px;
    }

    .parrafo1 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .buttons {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .fotomobile {
		width: 100%;
        margin: 1rem 0;
	}
	.foto {
		display: none;
	}
}