/** Estilos buscador guias **/
/** Fuente Maven Pro **/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');

body{
    font-family: 'Maven Pro', sans-serif;
}

.btn-seaexpress {
    color: #fff;
    background-color: #D12726;
    border-color: #D12726;
}

.masthead {
    height: 50vh;
    min-height: 500px;
    background-image: url('/img/img_bg_1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }