@font-face {
    font-family: 'futura_md_btbold';
    src: url('https://opticaroma.com/fuentes/futura_bold_bt-webfont.eot');
    src: url('https://opticaroma.com/fuentes/futura_bold_bt-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://opticaroma.com/fuentes/futura_bold_bt-webfont.woff') format('woff'),
    url('https://opticaroma.com/fuentes/futura_bold_bt-webfont.ttf') format('truetype'),
    url('https://opticaroma.com/fuentes/futura_bold_bt-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btbold_italic';
    src: url('https://opticaroma.com/fuentes/futura_bold_italic_bt-webfont.eot');
    src: url('https://opticaroma.com/fuentes/futura_bold_italic_bt-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://opticaroma.com/fuentes/futura_bold_italic_bt-webfont.woff') format('woff'),
    url('https://opticaroma.com/fuentes/futura_bold_italic_bt-webfont.ttf') format('truetype'),
    url('https://opticaroma.com/fuentes/futura_bold_italic_bt-webfont.svg#futura_md_btbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('https://opticaroma.com/fuentes/futura_light_bt-webfont.eot');
    src: url('https://opticaroma.com/fuentes/futura_light_bt-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fuentes/futura_light_bt-webfont.woff') format('woff'),
    url('/fuentes/futura_light_bt-webfont.ttf') format('truetype'),
    url('https://opticaroma.com/fuentes/futura_light_bt-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('https://opticaroma.com/fuentes/tt0142m_-webfont.eot');
    src: url('https://opticaroma.com/fuentes/tt0142m_-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://opticaroma.com/fuentes/tt0142m_-webfont.woff') format('woff'),
    url('https://opticaroma.com/fuentes/tt0142m_-webfont.ttf') format('truetype'),
    url('https://opticaroma.com/fuentes/tt0142m_-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

input{
    font-family: 'futura_lt_btlight';
}

select{
    font-family: 'futura_lt_btlight';
    color:#777777;
}

textarea{
    font-family: 'futura_lt_btlight';
}

#mensaje{
    height: 159px;
}


.btn {
    width: fit-content;
    box-sizing: border-box;
    background-color: #003DA6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 26px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    transition: box-shadow 0.2s ease;
    margin: auto;
    border: 0 !important;
}

.btn-outline {
    color: white;
    background-color: #003DA6;
    border-color: #343434;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    box-shadow: 2px 2px 6px 2px #b5b5b5;
    color: white;
}

.btn:active, .btn:focus, .btn:visited, .btn.active:focus {
    outline: none !important;
}

.privacy-policy input {
    margin: 0 4px;
}