.logo {
    margin: 0px;
    padding: 0px;
}

.bg-lineas-diagonales {
	/*background: #282828;*/
	background-image: repeating-linear-gradient(45deg,
	hsla(0, 0%, 100%, .01),
	hsla(0, 0%, 100%, .01 ) 10px,
	transparent 0, transparent 20px	) !important;	
}

.boton {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    color: #ffffff;
    background-color: #214433;
    border-color: #75c46a;
}

.button-jerry {
    overflow: visible;
}

.button-jerry-line {
    border-color: #75c46a;
    color: #214433;
}
.button-jerry-line:nth-child(1) {
    bottom: -1px;
    left: -1px;
    border-left-width: inherit;
}
.button-jerry-line {
    display: block;
    position: absolute;
    border: 0 solid #000000;
}
*, *::before, *::after {
    box-sizing: border-box;
}

.reducir-texto {
    font-size: small;
}