.pagConteudo .header {
    background-color: #F7F8F8;
}

.pagConteudo .header .container::after {
    display: none;
}

.pagConteudo_cont {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 30px 0;
}

.pagConteudo_cont h1 {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #555;
    position: relative;
    margin: 10px 0 20px 0;
    padding: 0 0 30px 0;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
}

.pagConteudo_cont h1 span {
    color: #FBBB15;
    display: contents;
}

.pagConteudo_cont h1:after {
    content: "";
    background-image: url(https://www.touroperator.com.br/preview/comparaseguro/site/img/imgSep.svg);
    background-repeat: no-repeat;
    float: left;
    width: 30px;
    height: 18px;
    position: absolute;
    bottom: 0;
}

.pagConteudo_cont p {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 25px;
    text-align: center;
}

.pagConteudo_cont p strong {
    font-weight: 700;
}

.pagConteudo_cont p a {
    color: #FBBB15;
}

.pagConteudo_cont p a:hover {
    color: #333;
    text-decoration: none;
}

.pagConteudo_cont h2 {
    float: left;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 10px 0;
    line-height: 22px;
}

.pagConteudo_cont h2 span {
    color: #FBBB15
}

.pagConteudo_cont img {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    border-radius: 10px;
}

.erro404 {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #555555;
}
.erro404 .titulo {
    font-size: xxx-large;
    font-weight: 700;
    color: #fccb64;
}