#content {
    width: 780px;
    margin: 0 auto;
}
#content h1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.titulo {
    font-size: 18px;
    font-weight: 700;
    color: #2b286f;
    margin: 25px 0 15px 0; 
    text-transform: uppercase;
    text-align: center;
}
#content p {
    font-weight: 300;
    margin-bottom: 25px;
    line-height: 18px;
}
#content .foto {
    margin: 30px auto;
    display: block;
}
#busca-produto {
    display: none !important;
}
.representante {   
    width: 350px;
    margin-bottom: 30px;
}
.representante p {    
    margin-bottom: 5px;
}
.representante .nome {
    color: #da2128;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


#catalogo {
    background: url('../img/layout/bg_download_catalogo.png') no-repeat left top;
    width: 540px;
    height: 180px;
    position: relative;
    font-size: 23px;
    font-weight: 300px;
    float: left;
}
#catalogo p {
  width: 270px;
  position: absolute;
  top: 30px;
  left: 45px;
}
#catalogo #thumbnail-catalogo {
    position: absolute;
    right: 5px;
    top: -22px;
}

#newsletter {
    width: 350px;
    height: 115px;
    padding: 15px;
    background: url('../img/layout/mundiflex_globo_branco.png') no-repeat 15px 10px;    
    background-color: #2b286f;
    float: right;
}
#newsletter h1 {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    margin: 0 0 20px 70px;
    width: 200px;
}
#newsletter #email {
    background-color: #fff;
    border: 0;
    padding: 5px 15px;
    width: 320px;
    margin-bottom: 10px;
}
#newsletter #submit-newsletter {
    background-color: #da2128;
    padding: 5px 15px;
    color: #fff;
    border: 0;
    display: block;
}
area {
    outline: none;
}
.ajax-loader {
    color: #da2128;
    font-size: 16px;
}

@media (max-width: 767px) {
    #container-representantes-mobile {
        margin-block: 35px;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    #container-mapa-representantes {
        display: flex;
        align-items: center;
    }
}

