@charset "utf-8";

.container {
    height: 100%;
	height:100vh;
}

.condiciones-block {
    padding: 1.5em;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
}

.condiciones-block h1 {
    text-align: center;
    color: #000;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.condiciones-block h4{
	font-size: 1.2em;
    text-transform: uppercase;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.condiciones-block button {
    width: 15em;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.condiciones-block button:hover {
    background: #ff7b81;
}

