/*Fuentes google:
font-family: 'Podkova', serif;
Marron: #342727
Beige: #d9c6b7
Verde: #a3c141
*/

@font-face {
    font-family: 'Podkova';
    src: url('../fonts/Podkova-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 100 400;
}

html, body {
    margin:0;
    padding:0;
    height: 100%;
    font-size:18px;
    font-family: 'Podkova', serif;
}

h1.span,
h1 {
    font-size: 1.5rem;
}

.light {
    font-weight: 100;
    text-decoration: none;
    color: #342727;
    font-size:26px;
}

.contact {
    text-align: right;
}

.span {
    text-decoration: none;
    color: #342727;
    font-weight: bold;
    font-size:26px;
}

.spanFooter {
    text-decoration: none;
    color: #d9c6b7;
    font-weight: bold;
    font-size:26px;
}

.enlace {
    text-decoration: none;
    color: #a3c141;
    font-weight: bold;
    font-size:26px;
}

.puntosVerdes {
    color: #a3c141;
}


.enlace:hover {
    color:#d9c6b7;
}

.instagram {
    margin-top: 60px;
}

.contenido {
    color:#fff;
    height:auto;
    min-height: 80%;
    background-color: #d9c6b7;
    background-image: url('../img/fondo_corazon.png');
    background-repeat: no-repeat;
    background-size: 55%;
    background-position-x: 30%;
    background-position-y: 80%;
}

.texto {
    margin: 60px 60px;
}

.contenido h3 {
    font-family: 'Podkova', serif;
    font-size: 30px;
}

.boton {
    background-image: url('../img/Camia_Button.png'); 
    background-repeat: no-repeat; 
    background-size: 60%; width:350px; 
    height: 100px; 
    padding:10px 0 0 30px;
}

.boton a {
    text-decoration: none;
    color:#fff;
}

.boton a:hover {
    color:#fff;
    text-decoration: underline;
}

footer {
    color:#fff;
    height:20%;
    background-color: #342727;
}

@media only screen and (max-width: 810px) {
    body {
        background-color:#342727;
    }
    .contenido {
        min-height: 71vh;
    }
    .center {
        text-align: center;
        width:100%;
    }
    .marginTopSM {
        margin-top:20px;
    }
    .span, .spanFooter {
        font-size: 20px;
    }
    .logoBio {
        position:absolute;
        top:0;
        right:0;
    }
    .textoBio {
        padding-top:23vh;
        padding-left: 1rem;
    }
    
    img.logoBio {
        width:140px;
    }
  }