
.divao,
#content {
  box-sizing: border-box;
  padding: 0 1%;
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
  overflow-x: hidden;
}

html {
  background-color: white;
  color: black;
  font-family: "Harmonia Sans Std", arial, sans-serif;
  font-size: 10px;
}

form .campo {
  border: 1px solid black;
  box-sizing: border-box;
  font-size: 1.4rem;
}

form label {
  display: none;
}

body {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
}

section.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99997;
}

section.modal div.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 99998;
}

section.modal div.wrapper {
  background-color: white;
  height: 400px;
  left: 50%;
  margin-left: -300px;
  margin-top: -200px;
  max-height: 100%;
  max-width: 100%;
  padding: 5px;
  position: absolute;
  top: 50%;
  width: 600px;
  z-index: 99999;
}

section.modal div.wrapper img {
  max-width: 100%;
}

section.modal div.wrapper a.close {
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  height: 15px;
  right: -10px;
  line-height: 15px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 15px;
}

header {
  background-color: #ffffff;
}

header .divao {
  overflow-x: visible;
}

header .wrapperMessage {
  position: absolute;
  top: 167px;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

header div.topline {
  background-color: #002255;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 28px;
  min-height: 28px;
}

header div.topline div.divao {
  text-align: center;
}

header div.topline div.divao > div {
  display: inline-block;
  max-width: 100%;
}

header div.topline a {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}

header div.topline a img {
  margin-right: 4px;
  top: 2px;
  position: relative;
}

header div.top {
  background-color: white;
  width: 100%;
  z-index: 9999;
}

header div.top .logo {
  float: left;
  max-width: 244px;
  margin: 10px 0;
}

header div.top .logo .thumb {
  display: none;
}

/*header div.top .logo a { display: block; }*/

header div.top .logo .fullpng img,
header div.top .logo .thumpng img {
  max-width: 100%;
  height: auto;
}
header div.top .logo img {
  width: 300px;
  height: 110px;
}

header div.portal .logo img {
  max-width: 100%;
  width: auto;
  height: 100%;
}

header div.top div.menu {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  float: right;
}

header div.top div.menu li.icon_social {
  float: right;
}

header div.top div.menu li.icon_social a:hover {
  background: none;
}

header div.top div.menu nav > ul > li {
  border-radius: 6px 6px 0 0;
}

header div.top div.busca {
  float: right;
  margin-top: 60px;
}

header div.top div.busca form {
  background-color: #f6f6f6;
  border: 1px solid #d2d6d9;
  border-radius: 15px;
  margin: -55px 0 5px;
  padding: 0 10px 0 15px;
  right: 0;
  width: 186px;
  /* width: 240px */
}

header div.top div.busca form fieldset {
  display: inline-flex;
  padding: 0;
}
header div.top div.busca form fieldset.campo_busca {
  width: 80%;
}
header div.top div.busca form fieldset.campo_enviar {
  width: 15%;
}

header div.top div.busca form fieldset input[type="text"] {
  height: 30px;
  line-height: 30px;
  padding: 0;
  min-width: 140px;
  /* min-width: 200px */
}

header div.top div.busca form fieldset.campo_enviar {
  float: right;
}

header div.top div.busca form fieldset input[type="submit"] {
  background-image: url("../img/icon_pesquisa.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 30px;
  text-indent: -9999em;
  width: 30px;
}

/*header div.top,*/

/*header div.top div.menu,
header div.top .logo {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}*/

.lateral {
  position: fixed;
  z-index: 9998;
  right: -152px;
  top: 245px;
  background: url("../img/btn_lateral_banner.png") no-repeat left top;
  height: 268px;
  width: 152px;
  padding-left: 57px;
}

.lateral img {
  display: block;
}

section.slider {
  margin: 0 auto;
  max-width: 1299px;
  width: 100%;
}

section.slider img {
  margin: 0 auto;
  max-width: 1299px;
  width: 100%;
}

section.wrapperOver {
  max-width: 1299px;
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

section.niveis_ensino {
  display: table;
  width: 100%;
  margin: -3px auto 20px;
}

section.niveis_ensino a {
  box-sizing: border-box;
  color: #ffffff;
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
  transition: all 1s;
}

section.niveis_ensino a span {
  font-size: 1.9rem;
  font-weight: normal;
  text-transform: none;
}

section.niveis_ensino a:nth-child(1) {
  background-color: #940a00;
}

section.niveis_ensino a:nth-child(2) {
  background-color: #9d0d00;
}

section.niveis_ensino a:nth-child(3) {
  background-color: #a90e00;
}

section.niveis_ensino a:nth-child(4) {
  background-color: #b60d00;
}

section.niveis_ensino a:nth-child(5) {
  background-color: #c50e00;
}

section.niveis_ensino a:nth-child(6) {
  background-color: #cd0f01;
}

section.niveis_ensino a:nth-child(7) {
  background-color: #ff1806;
}

section.niveis_ensino a:nth-child(8) {
  background-color: #ff5200;
}

section.niveis_ensino a:hover {
  background-color: #002255;
}

section.content-list a.btn.med {
  float: right;
  font-size: 1.8rem;
  line-height: 40px;
  margin: 8px 0;
}

section.content-list a.btn.med:after {
  height: 40px;
}

section.content-list a.btn.peq {
  font-size: 1.4rem;
  line-height: 36px;
  margin-top: 30px;
}

section.content-list a.btn.peq:after {
  height: 36px;
}

section.content-list a.btn.med {
  float: right;
  font-size: 1.8rem;
  line-height: 40px;
  margin: 8px 0;
  padding: 0 40px 0 15px;
}

section.content-list a.btn.med.inverse {
  padding: 0 15px 0 40px;
}

section.content-list a.btn.peq,
.back {
  font-size: 1.4rem;
  line-height: 36px;
  margin-top: 30px;
}

section.content-list a.btn:after {
  background-image: url("../img/icon_seta.png");
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  position: absolute;
  right: 20px;
  width: 30px;
}

section.content-list a.btn.inverse:after {
  left: 0;
  background-image: url("../img/icon_seta_left.png");
}

section.box_institucional {
  margin-top: 20px;
  position: relative;
  z-index: 99;
}

section.home {
  margin-bottom: 40px;
}

section.home div.divao {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  min-height: 160px;
}

section.home div.imagem img {
  max-width: 100%;
}

section.home div.texto {
  padding: 20px 30px;
}

section.home div.texto h2 {
  border-bottom: 1px solid #f03438;
  color: #f03438;
  font-weight: bold;
  margin-bottom: 30px;
}

section.home div.texto p {
  color: #6c6c6c;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: justify;
}

section.box_conteudos div.divao {
  padding-bottom: 30px;
}

section.box_conteudos ul {
  border-bottom: 1px solid #f03438;
  margin: 60px 20px 30px;
}

section.box_conteudos ul li {
  color: #aeaeae;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 40px 10px 0;
}

section.box_conteudos ul li a.active {
  color: #f03438;
}

section.box_conteudos article div.box_conteudo {
  width: 80%;
}

section.box_conteudos article div.box_conteudo div.imagem {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

section.box_conteudos article div.box_conteudo h3 {
  font-size: 1.5em;
  color: #aeaebe;
  height: 50px;
  overflow: hidden;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
  margin-top: 10px;
}

section.box_conteudos article div.box_conteudo h4 {
  color: #f03438;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
}

section.box_conteudos article div.box_conteudo p.data {
  color: #9f9f9f;
  font-size: 1.3rem;
  line-height: 22px;
}

section.box_conteudos article div.box_conteudo p {
  color: #6c6c6c;
  font-size: 1.3rem;
  line-height: 18px;
}

section.pagina_niveis div.menu li:nth-child(1) {
  background-color: #940a00;
}

section.pagina_niveis div.menu li:nth-child(2) {
  background-color: #9d0d00;
}

section.pagina_niveis div.menu li:nth-child(3) {
  background-color: #a90e00;
}

section.pagina_niveis div.menu li:nth-child(4) {
  background-color: #b60d00;
}

section.pagina_niveis div.menu li:nth-child(5) {
  background-color: #c50e00;
}

section.pagina_niveis div.menu li:nth-child(6) {
  background-color: #cd0f01;
}

section.pagina_niveis div.menu li:nth-child(7) {
  background-color: #ff1806;
}

section.pagina_niveis div.menu li:hover {
  background-color: #002255;
  width: 100%;
}

section.pagina_niveis div.menu li {
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: linear 0.3s;
  width: 80%;
}

section.pagina_niveis div.menu.pre li {
  width: 90%;
}

section.pagina_niveis div.menu li span {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
}

section.pagina_niveis div.menu li a {
  background-color: transparent;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  transition: all 1s;
  width: 100%;
}

section.pagina_niveis div.imagem img {
  max-width: 100%;
}

section.pagina_niveis div.texto h2 {
  color: #002255;
  font-size: 2.6rem;
  font-weight: normal;
}

section.pagina_niveis div.texto a {
  background-color: #002255;
  font-size: 1.4rem;
  font-weight: 600;
}

footer {
  background-color: #002255;
  color: #ffffff;
}

footer a.backtop {
  background-color: #001a42;
  border: 2px solid #001a42;
  border-radius: 50%;
  bottom: 10px;
  font-size: 1.4rem;
  height: 32px;
  padding: 8px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 32px;
  z-index: 9999;
}

footer a.backtop:hover {
  background-color: #f03438;
}

footer a.backtop img {
  max-width: 100%;
}

footer section.newsletter {
  background-color: #001a42;
  min-height: 98px;
}

footer section.newsletter div.titulo {
  font-size: 2rem;
  font-weight: bold;
  line-height: 70px;
  text-transform: uppercase;
}

footer section.newsletter div.titulo img {
  margin-right: 30px;
}

footer section.newsletter input {
  background-color: #ffffff;
  border-radius: 22px;
  color: #000000;
  font-size: 1.4rem;
  height: 44px;
  line-height: 44px;
  padding: 0 10%;
  width: 80%;
}

footer section.newsletter input[type="submit"] {
  background-color: #f03438;
  color: #ffffff;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  width: 44px;
}

footer section.rodape {
  padding-top: 20px;
}

footer section.rodape h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}

footer section.rodape p,
footer section.rodape li {
  font-size: 1.4rem;
}

footer section.rodape div.links_uteis h3,
footer section.rodape div.endereco h3 {
  text-transform: uppercase;
}

footer section.rodape div.links_uteis ul li {
  padding-bottom: 8px;
}

footer section.rodape div.links_uteis ul li a {
  text-decoration: underline;
}

footer section.rodape div.provincia img {
  max-width: 100%;
}

footer section.rodape div.endereco ul.redes_sociais {
  margin-top: 20px;
}

footer section.rodape div.endereco ul.redes_sociais li {
  display: inline-block;
  padding: 3px 5px;
}

section#paginas {
  background-color: #ffffff;
  padding-bottom: 40px;
}
section#paginas.colegioonline {
  padding-bottom: 0px;
}

section#paginas div.banner {
  margin: 0 auto;
  max-width: 1616px;
  overflow: hidden;
  width: 100%;
}

section#paginas div.banner-colegio-online {
  margin: 0 auto;
  max-width: 1616px;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

section#paginas div.banner img {
  margin: 0 auto;
  width: 100%;
}

section#paginas div.divao {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  min-height: 300px;
  margin: -8% auto 0;
  padding: 50px;
  position: relative;
  z-index: 99;
}

section#paginas div.banner-colegio-online div.divao {
  margin: 3% auto 0;
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 20px;
  border: none;
}
section#paginas div.banner-colegio-online div.colegio-logo-center {
  margin: -6% auto 4%;
  text-align: center;
}
section#paginas div.banner-colegio-online div.colegio-logo-center img {
  max-width: 100%;
  position: relative;
  z-index: 99;
}

section#paginas div.titulo {
  border-bottom: 1px solid #f03438;
}

section#paginas div.titulo h1 {
  color: #f03438;
  font-size: 3.5rem;
  font-weight: bold;
}

section#paginas div.titulo div.base_titulo {
  padding-bottom: 10px;
}

section#paginas div.titulo div.base_titulo ul.breadcrumb li {
  color: #868686;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: normal;
}

section#paginas div.titulo div.base_titulo ul.breadcrumb li:after {
  content: " >";
}

section#paginas div.titulo div.base_titulo ul.breadcrumb li:last-child:after {
  content: "";
}

section#paginas div.titulo div.base_titulo ul.font_size li {
  color: #002255;
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 10px;
}

section#paginas div.titulo div.base_titulo a.contato {
  color: #002255;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  margin-right: 50px;
}

section.content-view div.text img.img_princ {
  margin-right: 20px;
  max-width: 350px;
  width: 100%;
}

section.content-view div.text {
  color: #6c6c6c;
  text-align: left;
  padding: 30px 0;
  font-size: 1.4rem;
}

section.content-view div.text table tr td {
  border: 1px solid #6c6c6c;
  padding: 5px;
  text-align: inherit;
}

section.content-view div.text table tr td > * {
  text-align: inherit;
}

section.content-view div.text * {
  /*font-size: 1em!important;*/
  line-height: 1.5em;
}

section.content-view div.text h2,
section.content-view div.text h3,
section.content-view div.text h4 {
  color: #002255;
  font-weight: 600;
  padding: 20px 0;
}

section.content-view div.text h2 {
  font-size: 2em;
}

section.content-view div.text h3 {
  font-size: 1.8em;
}

section.content-view div.text h4 {
  font-size: 1.6em;
  text-align: left;
}

section.content-view form input,
section.content-view form select,
section.content-view form textarea {
  padding-left: 10px;
  padding-right: 10px;
}

section.colegioonline div.text div.item_box a {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  height: 163px;
  /* height: 220px; */
  margin-top: 20px;
  padding: 5%;
  text-align: center;
  width: 95%;
  text-decoration: none;
  margin-bottom: 1.4em;
}

section.colegioonline div.text {
  text-align: center;
  width: 100%;
}
section.colegioonline div.col-6 {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-sizing: border-box;
  margin-top: 2em;
  width: 49%;
}
section.colegioonline div.col-6:nth-child(1) {
  margin-right: 1%;
}
section.colegioonline div.col-6:nth-child(2) {
  margin-left: 1%;
}
section.colegioonline div.col-6 .padding {
  padding: 3em;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 968px) {
  section.colegioonline div.col-6 {
    width: 100%;
    margin: 1em 0 0;
  }
  section.colegioonline div.col-6 .padding {
    padding: 1em;
  }
}
section.colegioonline div.col-6 form label {
  display: block;
  text-align: left;
  color: #4d4d4d;
  font-size: 15px;
}
section.colegioonline div.col-6 h2 {
  color: #002255;
  font-size: 22px;
  text-align: left;
  margin-bottom: 1em;
}
section.colegioonline div.col-6 form select,
section.colegioonline div.col-6 form input {
  border: 1px solid #707070;
  border-radius: 22px;
  font-size: 16px;
  color: #4d4d4d;
  padding: 0.75em 1em;
  margin-bottom: 1em;
  max-width: 258px;
  display: block;
}
section.colegioonline div.col-6 a {
  color: #002255;
  font-size: 14px;
  text-decoration: underline;
  text-align: left;
  display: block;
  margin-bottom: 3em;
}
section.colegioonline div.col-6 form .submit {
  background: #002255;
  color: #fff;
  color: 15px;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  max-width: 153px;
  transition: 0.7s all ease;
}
section.colegioonline div.col-6 form .submit:hover {
  filter: brightness(2.5);
}
section.colegioonline div.text div.item_box img {
  max-width: 100%;
  max-height: 80px;
}

section.colegioonline div.text div.item_box h2 {
  color: #002255;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: left;
}

section.colegioonline div.text div.item_box h2:after {
  background-color: #002255;
  background-image: url("../img/icon_seta.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 55%;
  content: " ";
  display: block;
  height: 17px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 17px;
}

div.share {
  float: right;
}

div.share p {
  color: #f03438;
  float: left;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 40px;
  margin-right: 20px;
}

div.share a.btn {
  border-radius: 8px;
  height: 30px;
  padding: 5px;
  width: 30px;
}

div.share a.btn svg {
  height: 70%;
  margin: 15%;
  width: 70%;
}

.menu.animate {
  position: relative;
  z-index: 9998;
}

header .btnEstude {
  float: right;
  width: 140px;
  height: 50px;
  margin-right: 2em;
}

header .btnEstude img {
  max-width: 100%;
}

.overflow-privacidade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 1 0 / 0.6);
  z-index: 99999;
}
.content-privacidade {
  position: absolute;
  bottom: 1rem;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 4rem;
}
.content-privacidade .text {
  font-size: 1.4em;
}
.content-privacidade .btn {
  font-size: 1.4rem;
  line-height: 36px;
}
.content-privacidade .text a {
  color: #0f91a5;
  font-weight: bold;
  text-decoration: underline;
}
input[type="submit"]:disabled {
  opacity: 0.2;
  transition: 0.7s all ease;
}
input[type="submit"] {
  opacity: 1;
  transition: 0.7s all ease;
}
p.checkHabilit {
  font-size: 1.4em;
}
.checkHabilit a {
  color: #0f91a5;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .content-privacidade .btn {
    float: none;
    margin: 0 auto;
  }
  .content-privacidade {
    box-sizing: border-box;
    text-align: center;
    bottom: 8rem;
  }
}

@media only screen and (min-width: 480px) {
  header div.topline div.divao {
    text-align: right;
  }
  header div.top div.menu {
    margin-top: 10px;
  }
  header div.topline div.divao > div {
    padding: 0 5px;
  }
  section.colegioonline div.text div.item_box {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  section.colegioonline div.text div.item_box h2 span:before {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (min-width: 768px) {
  header div.topline div.divao > div {
    padding: 0 20px;
  }
  section.colegioonline div.text div.item_box {
    display: inline-block;
    width: 33%;
  }
}

@media only screen and (min-width: 980px) {
  section.content-list article:nth-child(3n + 1) {
    clear: left !important;
  }
}

@media only screen and (min-width: 1025px) {
  header div.top {
    top: 28px;
    position: absolute;
  }
  header div.top.fixed {
    border-bottom: 3px solid #001a42;
    position: fixed;
    top: 0;
  }
  header div.top.fixed div.busca {
    display: none;
  }
  header div.top.fixed .btnEstude {
    display: none;
  }
  header div.top.fixed .logo {
    height: 70px;
  }
  header div.top.fixed .logo img {
    max-height: 100%;
  }
  header div.top.fixed .logo .full {
    display: none;
  }
  header div.top.fixed .logo .thumb {
    display: block;
  }
  header div.top.fixed div.menu {
    margin-top: 10px;
  }
  section#paginas,
  section.slider {
    padding-top: 134px;
  }
  section.colegioonline div.text div.item_box {
    width: 32%;
    /* width: 19% */
  }
  section.colegioonline div.text div.item_box h2 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 1024px) {
  header div.top div.menu {
    width: 100%;
  }
  header div.top {
    position: relative;
  }
  header div.top .logo {
    position: absolute;
    top: 10px;
  }
  .dn1024 {
    display: none !important;
  }
  .db1024 {
    display: block !important;
  }
}

@media only screen and (max-width: 979px) {
  section.content-list article:nth-child(2n + 1) {
    clear: left !important;
  }
  header div.top .logo {
    text-align: left;
  }
  header div.top .logo img {
    max-height: 105px;
  }
}

@media only screen and (max-width: 900px) {
  a.lateral {
    display: none;
  }
  .dn900 {
    display: none !important;
  }
  .db900 {
    display: block !important;
  }
  header div.top .logo img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  section.home a.btn.med {
    float: none;
  }
  section.box_conteudos ul li {
    display: block;
  }
  section#paginas div.divao {
    padding: 10px;
  }
  .telefone {
    clear: both;
  }
  .dn768 {
    display: none !important;
  }
  .db768 {
    display: block !important;
  }
  header div.topline div.divao > div.busca {
    display: block;
  }
  section.niveis_ensino a {
    font-size: 1.1em;
  }
  section.niveis_ensino a span {
    font-size: 1.2em;
  }
  .lateral {
    display: none;
  }
  header .btnEstude {
    float: none;
    margin: 0 auto 2em;
  }
}

@media only screen and (max-width: 660px) {
  header div.top .logo {
    display: table;
    margin: 15px auto;
    float: none;
    text-align: center;
    position: inherit;
    top: 0;
  }

  .container-buttons-top {
    display: block !important;
    float: none !important;
  }

  .container-buttons-top .btnEntrar {
    margin: 10px auto;
    float: none;
  }

  header div.top div.busca {
    float: none;
    display: table;
    margin: 0 auto;
  }
  header div.top div.busca form {
    margin: 0 0 20px 0;
  }
  header div.top {
    padding-bottom: 10px;
  }
  section.modal div.wrapper {
    height: auto;
    margin: 0;
    left: 5%;
    top: 5%;
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .dn600 {
    display: none !important;
  }
  .db600 {
    display: block !important;
  }
  footer section.newsletter div.titulo {
    font-size: 1.6rem;
    line-height: 70px;
  }
}

@media only screen and (max-width: 480px) {
  footer section.newsletter div.titulo {
    font-size: 1.8rem;
    line-height: 35px;
  }
  header div.topline div.divao > div {
    display: block;
  }
}

.divInUn {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  height: 8.7rem;
}

.cityUn {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.titleUn {
  font-size: 16px;
  line-height: 24px;
}

.overlayUn {
  display: none;
  position: absolute;
  width: 100%;
  height: 99%;
  background: #00225554;
}

.urlUn:hover .overlayUn {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .cityUn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .titleUn {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 720px) {
  .listUn {
    width: fit-content;
    margin: 0 auto;
    width: 90%;
    float: none;
  }
  .divUn {
    width: 50% !important;
  }
}

@media only screen and (max-width: 576px) {
  .divInUn {
    width: 90%;
  }
  .divUn {
    float: left;
  }
  .cityUn {
    font-size: 15px;
  }
  .titleUn {
    font-size: 11px;
    line-height: 20px;
  }
}
/* #home-texto-topo h1{
    font-family: Myriard Pro size;
    font-size: 20px;
    /* display:none;
    text-align: right;
    margin-top: -30px;
    margin-left: -115px;
    text-align: center;
} */

#home-texto-topo span#educacao {
  color: #f03438;
  font-size: 35pt !important;
  font-family: Vicentina;
}

/* .container-buttons-top{
    display: grid;
    float: right;
} */

.btnEntrar {
  display: flex;
  /* display:none;    */
  background-color: #f6f6f6;
  margin-left: 15px;
  margin-top: 6px;
  margin-bottom: 10px;
  border: 1px solid #d2d6d9;
  width: 186px;
  color: #f03438;
  font-size: 12px;
  float: right;
}

.btnEntrar:hover {
  border: 1px solid #001a42;
  background: #f03438;
  color: white;
}

.btnTop {
  float: right;
  padding: 7px 28px;
  margin-top: 5px;
  margin-left: 15px;
}

@media only screen and (max-width: 660px) {
  .btnTop {
    float: none;
    display: table;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 1024px) {
  header div.top div.menu li.icon_social {
    background: white;
    border-radius: 0;
    text-align: center;
    height: 40px;
    width: 23%;
    margin: 1%;
  }
  header div.top div.menu li.icon_social a {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.floating_whatsapp {
  position: fixed;
  right: 10px;
  z-index: 999;
  bottom: 10px;
  width: 50px !important;
  height: 50px !important;
  display: block !important;
  font-size: 50px !important;
  padding: 0 !important;
}
.floating_whatsapp img {
  width: 50px;
}
footer a.backtop {
  bottom: 70px;
}