body {
    font-family: 'Open Sans', sans-serif;
}

.header-site {
    padding-left: 15px;
    padding-right: 15px;
}


.search-header-lupa {
    max-width: 170px;
    color: #3e6149;
}

.search-header-lupa:hover > input {
    transition: width 0.5s ease-in-out;
    width: 150px;
    border-bottom: 1px solid #3e6149;
    font-size: 12px;
}

.search-header-lupa input {
    transition: width 0.5s ease-in-out;
    width: 0;
    border: none;
    outline: none;
    margin-left: 5px;
}

.search-header input[type="text"] {
}

.navbar-nav {
    justify-content: space-between!important;
}

.nav-fill .nav-item {
    flex: none!important;
}

nav {
    margin-bottom: 53px;
}

#menu a {
    color: #fff;
}

.active {
    font-weight: bold;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.90)!important;
}

.titulo-revista {
    font-family: Forum;
    line-height: normal;
    letter-spacing: normal;
    color: #3e6149;
    font-size: 38px;
}

.titulo-revista:hover {
    color: #6c9074;
    text-decoration: none;
}

.search-home .form-control {
    border-radius: 19.5px;
}


.search {
    padding-top: 14px;
    font-size: 30px;
}

.lupa {
    color: #fff;
}

.btn-search-home {
    position: relative;
    left: -20px;
    z-index: 1000;
    border-radius: 19.5px!important;
    background-color: #000;
    color: #fff;
    width: 118px;
    font-size: 19px;
    font-weight: bold;
}

.btn-search-home:hover {
    color: #3e6149;
    background: #fff;
}


.titulo-abrev {
    display: none;
}


.search-home {
    background: url("../../img/rectangle-1186-copy.jpg");
	background-size: cover;
    height: 100px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
}

.search-home form {
    margin-top: 5px;
}

.tipos-busca {
    margin-top: 45px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    visibility: hidden;
}

.tit-mais-recente {
    position: absolute;
    font-weight: bold;
    font-size: 24.4px;
    color: #bc82c8;
    top: -26px;
    right: 85px;
}

.submissao {
    position: relative;
    height: 171px;
}

.txt-outras {
    width: 301px;
    position: absolute;
    left: -31px;
    background: url("../../img/txt-todas-edicoes.png") no-repeat top center;
    height: 135px;
    padding: 37px;
    font-size: 14px;
    color: #0e0e0e;
    line-height: normal;
    letter-spacing: normal;
    padding: 34px 34px 34px 70px;
}

.submissao-scielo-pt {
    width: 270px;
    height: 171px;
    background: url("../../img/link-scielo-pt.png") no-repeat top center;
    position: absolute;
    right: 0;
}

.submissao-scielo-pt:hover {
    background: url("../../img/link-scielo-hover-pt.png") no-repeat top center;
    width: 270px;
    height: 171px;
    position: absolute;
    right: 0;
}

.submissao-scielo-en {
    width: 270px;
    height: 171px;
    background: url("../../img/link-scielo-en.png") no-repeat top center;
    position: absolute;
    right: 0;
}

.submissao-scielo-en:hover {
    background: url("../../img/link-scielo-hover-en.png") no-repeat top center;
    width: 270px;
    height: 171px;
    position: absolute;
    right: 0;
}

.submissao-scielo-es {
    width: 270px;
    height: 171px;
    background: url("../../img/link-scielo-es.png") no-repeat top center;
    position: absolute;
    right: 0;
}

.submissao-scielo-es:hover {
    background: url("../../img/link-scielo-hover-es.png") no-repeat top center;
    width: 270px;
    height: 171px;
    position: absolute;
    right: 0;
}

.LogoLicencaCreative {
    background: url("../../img/LogoLicencaCreative.png") no-repeat top center;
    width: 110px;
    height: 51px;
}

.recente {
    padding-top: 25px;
    margin-top: 91px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.tit-home {
  font-family: Forum;
  font-size: 43px;
  color: #3e6149;
}

hr {
    margin-bottom: 60px;
    height: 1px;
    background-color: #3e6149;
    max-width: 1300px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.menos .exemplar-mes {
    margin-left: 6px;
}

.exemplar-mes {
    margin-top: 15px;
    transform: translateY(0px);
    transition: all 0.2s ease-out;
    display: flex;
    flex-direction: column;
    margin-left: 3px;
}

.exemplar-mes:hover {
    transform: translateY(10px);
    transition: all 0.2s ease-in;
}

.box-qualis {
    position: absolute;
    top: 263px;
   /* left: 37px;*/
    left: 10px;
    width: 70.4%;
    height: 25%;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    transition: all 0.6s ease-out;
    overflow: hidden;
}

.box-qualis span {
    font-weight:bold;
    display: inline-block;
    transform: translateX(300px);
    transition-delay: 0.2s;
}

.box-qualis p {
    transform: translateX(-300px);
    transition-delay: 0.2s;
}

.animate-text {
  opacity:0;
  transition: all 0.6s ease-in-out;
}

.capa-lancamento {
    /*background: url("../../img/background-lancamento.png") no-repeat top left;*/
    height: 100%;
    width: 100%;
    padding-top: 10px;
    padding-right: 8.3%;
    position:relative;
    cursor: pointer;
}

.capa-lancamento:hover .box-qualis {
    background-color:rgba(0,0,0,0.74);
    box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.34);
    transform:scale(1.05);
}

.capa-lancamento:hover .animate-text {
  transform: translateX(0);
  opacity:1;
}

.title-mais-lidos {
    position: absolute;
    top: 206px;
    font-size: 24.5px;
    font-weight: bold;
    text-align: left;
    color: #bc82c8;
    display: block;
}

.title-block-padrao-home {
    font-size: 24.5px;
    font-weight: bold;
    text-align: left;
    color: #bc82c8;
}

.title-block-padrao {
    font-size: 24.5px;
    font-weight: bold;
    text-align: left;
    color: #3e6149;
}

.subtitle-block-padrao {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #3e6149;
}

.txt-outras a {
    color: #3e6149;
    font-weight: bold;
}


.box-mais-lidos {
    margin-top: 56px;
    background-color: #edf1f9;
    max-width: 585px;
    padding: 40px;
    text-align: justify;
    line-height: 1;
}

.footer-mais-lidos {
    margin-top: 3px;
    background-color: #edf1f9;
    padding: 40px;
    text-align: justify;
    line-height: 1;
    max-width: 585px;
    font-size: 14px;
}

.artigo-recente {
    padding-top: 5px;
    transition: all 0.2s ease-out;
    width: 510px;
    padding: 15px;
    margin: 0 15px;
}

.artigo-recente:hover {
    box-shadow: 0px 0px 77px 0px rgba(0,0,0,0.34);
    transform:scale(1.01);
    border-radius: 10px;
}

.artigo-recente a {
    color: #0e0e0e;
}

.artigo-recente a:hover {
    text-decoration: none;
    text-decoration-color: #3e6149;
}

.link-collapse {
    display: block; 
    background: #3e6149; 
    height: 2px; 
    margin: 60px 15px;
    position: relative; 
}

.link-collapse span {
    background: #fff;
    color: #3e6149;
    font-weight: bold;
    position: absolute;
    padding: 10px 0 10px 10px; 
    top: -23px; 
    right: 0px;
}

.artigo-recomendado {
    display: flex;
    align-items: center;
    width: 565px;
    color: #000;
    background-color: #edf1f9;
    margin-bottom: 11px;
    padding-right: 15px;
}

.decoration {
    width: 95px;
    height: 95px;
    margin-right: 15px;
    background: url("../../img/artigo-recomendado.png") no-repeat 15px 15px;
    float: left;
}

.artigo-recomendado:hover {
    background-color: #000;
    color: #fff;
}

.artigo-recomendado:hover {
    color: #fff!important;
}

.artigo-recomendado:hover > .decoration {
    background: #00b898 url("../../img/link-hover.png") no-repeat 15px 15px;
}

.artigo-recomendado .titulo {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}

.artigo-recomendado .autores {
    font-size: 12px;
}

.artigo-recomendado a {
    color: #3e6149;
    font-size: 12px;
    font-weight: 300;
}


.button-ver-todos {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    text-align: left;
    color: #43518c;    
}

.button-ver-todos:hover {
    color: #3e6149;
    text-decoration: none;
}

@media (max-width: 991px) {
    .titulo-abrev {
        display: block;
        width: 100%;
    }

    .titulo-abrev a {
        font-size: 24px!important;
        text-align: center!important;
        display: block;;
    }

    .titulo-completo {
        display: none!important;
    }

    .box-qualis {
        font-size: 14px;
    }
}

.tit-footer {
  font-family: Forum;
  font-size: 36px;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}

.contato-footer, .endereco-footer {
    margin-bottom: 20px;
}

.footer-top {
    background-color: #6c9074;
    margin-top: 30px;
    border-top: 34px solid #3e6149;
    padding: 25px 0;
}

.meios-contato {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.footer-box {
    max-width: 370px;
}

.footer-bottom {
    font-family: 'Open Sans', sans-serif;
    padding: 30px 0;
    background-color: #3e6149;
    font-size: 14.5px;
}

.daksa {
    text-align: right;
}

footer {
    color: #fff;
}

/* busca.php */

.resultados-busca {
    max-width: 800px;
    color: #3e6149;
}

.resultado {
    width: 100%;
    margin: 2px 0;
}

.resultados-encontrados {
    width: 100%;
    margin: 2px 0;
}

.texto-resultados {
    font-size: 24px;
}

.resultados-encontrados .fa.fa-search, .numero-resultados {
    font-size: 48px;
}

.numero-resultados {
    margin-left: 10px;
    font-weight: bold;
    display: inline;
}

.lupa-busca {
    color: #6c9074;
}

.tipo-artigo {
    padding-left: 40px;
    margin-top: 53px;
    margin-bottom: 0;
}

.artigo {
    color: #000;
    padding: 40px;
    background-color: #edf1f9;
    line-height: 1;
    font-size: 14px;
    margin-right: 1px;
    width: 100%;
}

.artigo .info-exemplar {
    color: #3e6149;
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
    display: block;
}

.download-pdf {
    color: #000;
    background-color: #edf1f9;
    font-size: 14px;
    background-color: #edf1f9;
    margin-left: 1px;
    padding-left: 40px;
    padding-right: 40px;
    white-space: nowrap;
    min-width: 119px;
}

.page-item.active .page-link {
    background-color: #6c9074;
    border-color: #3e6149;
}

.page-link a {
    color: #3e6149;
}


/* volume.php */

.inpress {
    width: 254px;
    height: 184px;
    background: url("../../img/inpress.png") no-repeat top center;
    background-size: 100%;
    padding: 28px 42px 26px 42px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-align: left;
    letter-spacing: normal;
}

.inpress a {
    color: #ff8d12;
    font-weight: bold;
}

.col-numero-exemplar {
    text-align: right;
    width: 254px;
}

.mes-volume {
    position: relative;
    background: url("../../img/mes-volume.jpg") no-repeat top left;
    height: 130px
}

.mes-volume span {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 16px;
}


.mes-volume span .descricao {
    font-size: 36px;
    font-weight: bold;
}


.in-press {
    background-color: #ff8d12;
    padding: 6px;
    color: #fff;
    font-weight: bold;
}

.volume {
    color: #131313;
    font-size: 14px;
    margin-top: 15px;
}

.num {
    font-size: 17px;
    font-weight: bold;
}

.nv {
    font-size: 28px;
    font-weight: bold;
}

.num-vol {
    font-size: 44px;
    color: #0e0e0e;
}

.col-numero-exemplar hr {
    margin: -10px 0 15px 0;
    height: 0;
}

.info-volume-col {
    margin-top: 60px;
}

.num-exemplar {
    background-color: #3e6149;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.num-exemplar:hover {
    color: #fff;
    text-decoration: none;
}

.num-exemplar.active {
    background-color: #fff;
    border-bottom: 1px solid #6c9074;
    color: #3e6149;
}

.mes-volume-col.active {
    background-color: #fff;
    color: #6c9074;
}

.mes-volume-col {
    background-color: #6c9074;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 8px;
}

/* contato.php */

.contato {
    background: url("../../img/background-contato.png") no-repeat left top;
    background-size: auto;
    
    background-color: #edf1f9;
    margin-bottom: 88px;
}

.form-contato {
    padding-left: 13%;
    color: #6c9074;
    position: relative;
    background-color: #edf1f9;
}

.form-contato .titulo-contato {
    position: absolute;
    font-size: 24.4px!important;
    top: -25px;
}

.form-contato input[type="text"], input[type="email"] {
    width: 100%;
    height: 42px;
    border-radius: 22.6px;
    background-color: #ffffff;
    border: none;
    outline: none;
    padding-left: 22px;
}

.form-contato input {
    margin-top: 13px;
}

.form-contato input:hover {
    border: solid 2px #3e6149;
}

.exclamacao {
    font-size: 60px;
    margin-right: 19px;
}


.mensagem-contato {
    width: 100%;
    height: 142px;
    border-radius: 22.6px;
    background-color: #ffffff;
    outline: none;
    margin-top: 13px;
    padding-left: 22px;
    padding-top: 15px;
    border: none;
}

.mensagem-contato:hover {
    border: solid 2px #3e6149;
}

.search-home h3 {
    font-size: 1.87rem;
}


.btn-contato {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border-radius: 22.5px;
    background-color: #3e6149;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.btn-contato:focus {
    outline: 0;
}

.btn-contato:hover {
    background: #417953;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.guia-do-autor ul .nav-link {
    padding: 0;
    border-bottom: 4px solid #fff;
    outline: none;
    color: #6c9074;
    padding-bottom: 20px;
}

.guia-do-autor ul .nav-link.active {
    color: #3e6149!important;
    font-weight: bold!important;
}

.guia-do-autor ul .nav-link:hover {
    border-bottom: 4px solid #fff;
    color: #3e6149!important;
}

.guia-do-autor ul li:nth-last-child(2) {
    padding: 0;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

.guia-do-autor ul .nav-link.active {
    background-color: #edf1f9;
    color: #6c9074;
    border-bottom: 0;
}


.guia-do-autor {
    max-width: 970px;
    padding: 0;
    background-color: #edf1f9;

}

.guia-do-autor ul {
    background-color: #edf1f9;
}

.guia-do-autor li {
    width: 33.33%;
    text-align: center;
}

.guia-do-autor .img-link {
    width: 120px;
    height: 115px;
    margin-top: 37px;
    margin-bottom: 23px;
    margin: 27px auto 0 auto;
}

.img-normas {
    background: url("../../img/normas2.png") no-repeat center center;
}

.img-traducao {
    background: url("../../img/trad2.png") no-repeat center center;
}

.img-links-importantes {
    background: url("../../img/links2.png") no-repeat center center;
}

.nav-link:hover .img-normas, .nav-link.active .img-normas {
    background: url("../../img/normas1.png") no-repeat center center;
}

.nav-link:hover .img-traducao, .nav-link.active .img-traducao {
    background: url("../../img/trad1.png") no-repeat center center;
}

.nav-link:hover .img-links-importantes, .nav-link.active .img-links-importantes {
    background: url("../../img/links1.png") no-repeat center center;
}

#normas {
    text-align: center;
}

.tit-traducao {
    font-size: 24px;
    font-weight: bold;
    color: #6c9074;
}

.tradutor {
    font-size: 24px;
    color: #6c9074;
    display: block;
}

.tradutor b {
    font-size: 16px;
}

.tab-content {
    margin-top: 87px;
    font-family: 'Open Sans', sans-serif;
}

.tab-pane {
    padding: 0 88px;
}

#links-importantes.tab-pane {
    padding: 0;
}

.adobe-reader {
    width: 100%;
    margin-top: 33px;
    padding: 88px;
    border-top: 4px solid #fff;
    text-align: center;
}

.adobe-reader a:hover {
    text-decoration: none;
    color: #3e6149;
}

.tit-revista {
    font-size: 16px;
    font-weight: bold;
    color: #3e6149;
}

.tab-content .active {
    font-weight: normal!important;
    font-size: 14px;
}

.empresa {
    color: #6c9074;
    font-weight: bold;
}

.empresa:hover {
    color: #3e6149;
}

#links-importantes {
    text-align: center;
}

#links-importantes a {
    margin: 20px;
    display: inline-block;
}

#links-importantes img {
    height: 120px;
}

.link-scielo-pt {
    background: url("../../img/scielo-pt.png") no-repeat top left;
    width: 270px;
    height: 171px;
}

.link-scielo-pt:hover {
    background: url("../../img/scielo-hover-pt.png") no-repeat top left;
}

.link-scielo-en {
    background: url("../../img/link-scielo-en.jpg") no-repeat top left;
    width: 270px;
    height: 171px;
}

.link-scielo-en:hover {
    background: url("../../img/link-scielo-hover-en.jpg") no-repeat top left;
}

.link-scielo-es {
    background: url("../../img/link-scielo-es.png") no-repeat top left;
    width: 270px;
    height: 171px;
}

.link-scielo-es:hover {
    background: url("../../img/link-scielo-hover-es.png") no-repeat top left;
}

.link-fapesp-pt {
    background: url("../../img/link-fapesp-pt.png") no-repeat top left;
    width: 270px;
    height: 171px;
}

.link-fapesp-pt:hover {
    background: url("../../img/link-fapesp-hover-pt.png") no-repeat top left;
}

.link-fapesp-en {
    background: url("../../img/link-fapesp-en.png") no-repeat top left;
    width: 270px;
    height: 171px;
}

.link-fapesp-en:hover {
    background: url("../../img/link-fapesp-hover-en.png") no-repeat top left;
}

.link-fapesp-es {
    background: url("../../img/link-fapesp-es.png") no-repeat top left;
    width: 270px;
    height: 171px;
}

.link-fapesp-es:hover {
    background: url("../../img/link-fapesp-hover-es.jpg") no-repeat top left;
}

/* mais_acessados.php */

.favoritos {
    font-size: 48px;
    margin-bottom: 0;
}

.tit-mais-acessados {
    position: absolute;
    bottom: 232px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 24.4px;
}

/*corpo-editorial.php*/

.corpo-editorial h3 {
    text-align: center;
    color: #3e6149;
    font-size: 24.4px;
}

/* Efeitos */

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #6c9074;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.idioma img {
    width: 25px;
}

.idioma {
    display: flex;
    align-items: center;
}

.idioma-off {
    transition: all .2s ease-in-out;
}

.idioma:hover > .idioma-off { transform: scale(1.4); }

.idioma-off {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.search-mobile {
    outline: none;
}

.search-mobile-form {
    padding: 15px;
    display: none;
}

.search-mobile-form input[type=text] {
    width: 100%;
    border-radius: 19.5px;
}

.search-mobile i {
    color: rgba(255,255,255,.5)!important;
    font-size: 30px!important;
    position: absolute!important;
    right: 110px!important;
    top: 14px!important;
}

.fL {
    float: left;
}

._fR {
    float: right;
}

.menu-volumes {
    display: none;
}

.menu-open {
    display: inline-block!important;
    z-index: 1010;
    right: 0;
    background: #fff;
    padding: 0 15px;
    transition: width 0.5s ease-in-out;
    width: 284px!important;
    padding-bottom: 15px;
}

.close-menu {
    display: none;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -18px;
  z-index: 99;
  cursor: pointer;
}

.btn-mobile {
    display: none;
}

@media only screen and (max-device-width: 980px) {

    .corpo-editorial h3 {
        font-size: 20px;
    }

    .corpo-editorial {
        padding: 15px!important;
        font-size: 14px;
    }

    .resultados-encontrados .fa.fa-search, .numero-resultados {
        font-size: 24px;
    }

    .resultados-encontrados {
        padding: 15px;
    }

    .texto-resultados {
        font-size: 16px;
    }

    .favoritos {
        font-size: 24px;
        margin-left: 15px;
    }

    .tit-mais-recente {
        top: initial;
        bottom: 130px;
        right: initial;
        left: 40px;
        z-index: 1000;
        color: #fff;
    }

    .box-qualis {
        height: 160px;
    }

    .capa-lancamento .box-qualis, .capa-lancamento:hover .box-qualis {
        background: #000;
        box-shadow: none;
        transform: none;
        width: 100%;
        transition-property: none;
        margin: -22px;
        padding-right: 60px;
        top: initial;
        bottom: 0px;
        line-height: 16px;
    }

    .box-qualis span, .box-qualis p {
        transition-property: none;
        transform: none;
    }

    .animate-text {
      opacity:1;
    }

    .recente {
        margin-top: 3px;
    }

    .btn-normal {
        display: none!important;
    }

    .btn-mobile {
        display: block;
    }

    .btn-mobile input {
        width: 100%!important;
        position: relative;
    }

    .btn-mobile .fa.fa-search {
        position: absolute;
        right: 25px;
        top: 10px;
        color: #3e6149;
        font-size: 20px;
    }

    .guia-do-autor img {
        height: 48px;
    }

    .guia-do-autor a {
        font-size: 14px;
    }

    .tab-content {
        margin-top: 0px;
    }

    .tab-pane {
        padding: 25px;
    }

    nav {
        margin-bottom: 3px!important;
    }

    .close-menu {
        display: inline-block!important;
        font-size: 19px;
        margin-left: 15px;
        cursor: pointer;
    }

    .artigo, .download-pdf {
        padding-left: 20px;
        padding-right: 20px;
    }

    a.screen-desktop {
        display: none!important;
    }

    .col-numero-exemplar {
        display: none;
        transition: width 0.5s ease-in-out;
        width: 0;
        position: absolute;
    }

    .inpress {
        background: #000;
        height: 101px;
        width: 284px;
        padding: 28px;
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
        align-items: center;
    }

    .menu-volumes {
        display: inline-block;
        cursor: pointer;
        z-index: 1000;
        position: relative;
        top: -38px;
        left: calc(100% - 69px);
    }

    .resultados-busca > p {
        margin-top: 0px;
    }

    .resultados-busca > p ~ p {
        margin-top: 52px;
    }

    .form-contato {
        background: url("../../img/contato-background.jpg") no-repeat center right;
        padding: 36px 15px;
        background-size: cover;
        color: #fff;
    }

    .contato {
        background: unset;
        background-color: #fff;
    }
}

@media only screen and (max-device-width: 480px) {


    a.screen-desktop {
        display: none!important;
    }

    .submissao {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .txt-outras {
        background: #edf0f9;
        position: static;
        width: inherit;
    }

    .submissao-scielo {
        margin-top: 60px;
        position: static;
    }

    .submissao-scielo:hover {
        position: static;
    }

    .title-mais-lidos {
        top: 355px;
    }

    .box-mais-lidos {
        margin-top: 205px;
    }

    .decoration {
        display: none;
    }

    .apoio img {
        width: 95%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .checkbox {
        width: 150px;
    }

    .daksa {
        text-align: left;
    }

    .artigo-recomenado-list {
        padding: 15px;
    }

    .artigo-recomendado {
        padding: 15px;
    }

    /* Volumes */

    .container {
        padding: 0;
        overflow: hidden;
    }
}
