*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;  /* linea que se dibuja en los*/
}


body {
    font-family: 'Source Sans Pro', sans-serif;
    width: calc( 100%);
}

.favus {
    font-family: 'Righteous'; 
    font-size: 22px;
}

.main-favus{
    color: #264920;
    font-size: 112px;
}

.tarjeta {
    max-width: 18rem;
    border-radius: 25px;
    height: 100%;
}

.texto-card {
    font-size: 14px;
    line-height: 18px;
}

.card-title {
    font-size: 25px;
}

.main-texto {
    font-size: 28px;
    margin: 0 auto;
    max-width: 75%;
}

.img-cliente {
    width: 75%;
}

.text-area {
    min-height: 124px;
}
.copy {
    font-size: 12px;
    background-color: #1e120b;
}

@media (max-width: 544px) {  
    .main-texto{
        max-width: 85%;
        font-size: 20px;
    }

    .copy {
        font-size: 8px;
    }
}

@media (max-width: 768px) {
    .datos {
        margin-top: 20px;
    }

    .redes {
        margin-top: 20px;
    }

    .tarjeta {
        border: none;
    }

    .img-cliente {
        width: 100%;
    }
}