@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'DM Sans Serif Bold';
    src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}

html, body {
    font-family: 'Open Sans';
    font-weight: 400;
}

.dmsansbold {
    font-family: 'DM Sans Serif Bold';
    letter-spacing: -2px;
}

.bg-primary, .btn-primary {
    background-color: #395D73 !important;
}

.bg-suave {
    background-color: #FEF1E0;
}

.color-red {
    color: #EF3340;
}

.color-dark {
    color: #4B4B4D;
}

.btn-red, .bg-red {
    background-color: #EF3340;
}

.bg-dark {
    background-color: #4B4B4D;
}

.btn-brown, .bg-brown {
    background-color: #BF1932;
    border: 1px solid #BF1932;
}

.btn-brown {
    color: white;
}

.bg-warning {
    background-color: #F2BE00;
}

.input-group .validationMessage {
    position: absolute;
    top: 37px;
    z-index: 1;
    right: 0;
    max-width: 250px;
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.3) !important;
}

.validationMessage {
    background-color: #dc3545 !important;
    font-size: 12px;
    padding: 4px 7px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}


.phone {
    flex-shrink: 0;
    width: 399px;
    height: 714px;
    padding: 12px;
    border-radius: 54px;
    background: #3b2c2a;
    align-self: center;
    position: relative;
    box-sizing: border-box;
    margin-left: 64px;
    border: 1px solid #534340;
}

.phone .iframe-wrapper {
    position: relative;
    border-radius: 38px;
    overflow: hidden;
    height: 100%;
}

.phone iframe {
    height: 100%;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.phone.ios::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
    background: #000;
    z-index: 100;
    pointer-events: none;
    border-radius: 999px;
}
