body {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/* color de texto*/
.caldera-grid {
    color: #845914;
    
}
/* color del boton*/
.caldera-grid .btn-default {
    color: #7d3c1b;
		background-color: #fff;
    border-color: #7d3c1b;
    
}
.caldera-grid .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    user-select: none;
}

