@charset "UTF-8";
/*
Theme Name: liceu Santista
Theme URI: https://www.liceusantista.com.br
Author: Departamento de Marketing da Universidade Católica de Santos
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: #00578f;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
  color: #023e64;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-top: 0px;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

#wrapper {
  position: relative;
  min-height: 100%;
}

.content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

#header {
  background: #fd2015;
  margin: 0 auto;
  position: relative;
  padding: 7px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .liceu {
  display: block;
}
#header .icones-desktop {
  float: right;
  display: inline-block;
}
#header .icones-mobile {
  display: none;
}
#header .search-form {
  display: inline-block;
}
#header .buscar {
  margin: 0px 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .buscar:hover .search-field {
  visibility: visible;
  width: 140px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
#header .buscar .search-field {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 0;
  width: 22px;
  border-radius: 50px;
  padding: 2px 15px;
  outline: 0;
}
#header .buscar .search-submit {
  background: url("images/buscar.png") no-repeat;
  background-position: center;
  padding: 0;
  width: 22px;
  height: 32px;
  margin: 0px 3px;
  border: 0;
  vertical-align: middle;
  outline: 0;
}
#header .email {
  margin: 0px 10px 0px 3px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 18px;
}
#header .login {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: #00578f;
  display: inline-block;
  padding: 7px 24px;
  margin-top: 6px;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
}
#header .login:hover {
  background-color: #005ca4;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}

.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 20px;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.png") no-repeat left top;
  margin-top: -30px;
}
.rslides_nav:active {
  opacity: 1;
}
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 20px;
}
.rslides_nav:focus {
  outline: none;
}

.rslides_tabs {
  text-align: center;
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  padding: 0px;
  margin: 0;
}
.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}
.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 12px;
  height: 12px;
}

.rslides_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

.caption {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

#body {
  position: relative;
  padding-bottom: 200px;
  min-height: 100px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#body #ensinos {
  margin: 20px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#body #ensinos .content {
  display: flex;
  flex-wrap: wrap;
}
#body #ensinos a {
  text-decoration: none;
  display: block;
  width: 32.666%;
  margin: 0px 0.3% 0.6%;
}
#body #ensinos .ensino {
  background: #0072cb;
  position: relative;
  color: #fff;
  padding: 26px 10px;
}
#body #ensinos a:nth-child(even) .ensino {
  background: #005da5;
}
#body #ensinos .ensino:hover {
  color: #fff;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#body #ensinos .ensino:hover > .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#body #ensinos .ensino .titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#body #noticias {
  width: 100%;
  min-height: 360px;
  background-color: #337db6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  padding: 25px 10px;
  box-sizing: border-box;
}
#body #noticias h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 60px 0px 0px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #337db6;
  z-index: 1;
  position: relative;
}
#body #noticias .hr {
  width: 90%;
  background-color: #fff;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0px;
}
#body #noticias .clear {
  margin-bottom: 20px;
  display: block;
}
#body #noticias ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#body #noticias .item {
  list-style: none;
  margin-bottom: 15px;
  display: inline-block;
  float: left;
  padding-right: 20px;
  height: 136px;
  width: 459px;
}
#body #noticias .item:nth-child(even) {
  padding-right: 0px;
}
#body #noticias .item a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#body #noticias .item .titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
#body #noticias .item .bloco {
  display: inline-block;
}
#body #noticias .item .bloco .conteudo {
  margin-left: 15px;
  display: inline-block;
  max-width: 280px;
}
#body #noticias .item .attachment-thumbnail {
  vertical-align: top;
  width: 140px;
}
#body #noticias .vejamais {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
#body #noticias .vejamais .mais {
  vertical-align: middle;
}
#body #videos {
  width: 100%;
  min-height: 300px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  padding: 35px 10px;
  box-sizing: border-box;
  text-align: left;
}
#body #videos h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #00387b;
  text-transform: uppercase;
  padding: 0px 60px 0px 0px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
#body #videos .hr {
  width: 90%;
  background-color: #00387b;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  right: 0px;
}
#body #videos .clear {
  margin-bottom: 20px;
  display: block;
}
#body #videos ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}
#body #videos .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00578f;
}

@media (max-width: 800px) {
  #body #ensinos a {
    width: 49.3%;
  }
  #body #ensinos .ensino .titulo {
    font-size: 15px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #00578f;
}

#body #videos .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 87, 143, 0.3);
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#body #videos .item {
  list-style: none;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 20px;
  max-width: 400px;
}
#body #videos .vejamais {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #006296;
  text-decoration: none;
}
#body #videos .vejamais .mais {
  vertical-align: middle;
}
#body .video .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#body .video .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#body #depoimentos {
  width: 100%;
  min-height: 340px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #ff515e;
  padding: 35px 10px;
  box-sizing: border-box;
}
#body #depoimentos h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 60px 0px 0px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #ff515e;
  z-index: 1;
  position: relative;
}
#body #depoimentos .hr {
  width: 90%;
  background-color: #fff;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0px;
}
#body #depoimentos .clear {
  margin-bottom: 20px;
  display: block;
}
#body #depoimentos ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}
#body #depoimentos .item {
  list-style: none;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
}
#body #depoimentos .item .bloco:before {
  content: url("images/a_aspas.png");
  display: inline;
}
#body #depoimentos .item .bloco::after {
  content: url("images/f_aspas.png");
  display: inline;
}
#body #depoimentos .item .titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
#body #depoimentos .item .status {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
}
#body #social .content {
  text-align: center;
}
#body #facebook {
  width: 300px;
  min-height: 100px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #00387b;
  padding: 25px 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#body #maps {
  display: inline-block;
  vertical-align: middle;
}
#body #maps .banner {
  max-height: 214px;
  margin-top: 10px;
}
#body #fotos {
  width: 100%;
  min-height: 300px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #00387b;
  padding: 25px 10px;
  box-sizing: border-box;
}
#body #fotos h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #00387b;
  text-transform: uppercase;
  padding: 0px 60px 0px 0px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
#body #fotos .hr {
  width: 90%;
  background-color: #00387b;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 22px;
  right: 0px;
}
#body #fotos .clear {
  margin-bottom: 20px;
  display: block;
}
#body #fotos .lista {
  width: 100%;
  text-align: center;
  display: inline-block;
}
#body #fotos ul {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
}
#body #fotos .item {
  list-style: none;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 20px;
  width: 40%;
  text-align: left;
}
#body #fotos .item img {
  border: 1px solid #000;
  vertical-align: middle;
  width: 80px;
}
#body #fotos .item .titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00387b;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
#body #fotos .item .bloco .conteudo {
  margin-left: 15px;
  display: inline-block;
}
#body #fotos .vejamais {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #006296;
  text-decoration: none;
  display: inline-block;
}
#body #fotos .vejamais .mais {
  vertical-align: middle;
}
#body .video {
  text-align: center;
}

#body-login {
  position: relative;
  padding-bottom: 0px;
  text-align: justify;
  min-height: 100px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#faleconosco {
  border: 0;
  width: 100%;
  height: 760px;
  overflow: hidden;
}

#visitamonitorada {
  border: 0;
  width: 100%;
  height: 880px;
  overflow: hidden;
}

.pagina {
  margin-top: 25px;
  color: #00578f;
  text-align: left;
}
.pagina h1 {
  font-size: 40px;
  font-weight: 700;
  color: #00578f;
  margin-bottom: 20px;
}
.pagina h2 {
  margin-bottom: 0;
}
.pagina h2 a {
  font-size: 20px;
  font-weight: 700;
  color: #00578f;
  margin-bottom: 20px;
  text-decoration: none;
}
.pagina .submenu {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  float: left;
}
.pagina .submenu a {
  display: block;
  width: 160px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #020047;
  text-decoration: none;
  padding: 10px 15px;
}
.pagina .submenu a:hover {
  display: block;
  width: 160px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  background-color: #336095;
  text-decoration: none;
}
.pagina .texto {
  display: inline-block;
  width: 74%;
  margin-left: 40px;
}
.pagina .texto .video-thumb, .pagina .texto .album-thumb {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
}
.pagina .texto .noticia-thumb {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 214px;
}

.boletim .caixa {
  text-align: center;
  display: inline-block;
  margin: 5px;
  width: 200px;
  vertical-align: top;
}
.boletim .caixa .titulo {
  text-transform: uppercase;
}

.noticia {
  margin-top: 20px;
  width: 70%;
  display: inline-block;
  margin-right: 40px;
}
.noticia .data {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #020047;
}
.noticia .titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #020047;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.noticia .texto {
  color: #020047;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

.pagina_noticia .submenu {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-top: 90px;
}
.pagina_noticia .submenu .titulo {
  white-space: nowrap;
  font-weight: 700;
}
.pagina_noticia .submenu .item {
  overflow: hidden;
}
.pagina_noticia .submenu a {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #020047;
  text-decoration: none;
  padding: 10px 15px;
}
.pagina_noticia .submenu a:hover {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  background-color: #336095;
  text-decoration: none;
}

.pagina .search-thumb {
  display: block;
  vertical-align: top;
}
.pagina .search-thumb .titulo {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.quem-somos .nossa-historia {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.quem-somos .nossa-historia h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #00387b;
}
.quem-somos .diretrizes {
  background: #ff515e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 30px 0px 30px 0px;
}
.quem-somos .diretrizes h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.quem-somos .projeto-pedagogico {
  background: #337db6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 30px 0px 100px 0px;
}
.quem-somos .projeto-pedagogico h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.quem-somos .equipe {
  background-color: #fff;
  padding: 25px 30px;
  box-shadow: 1px 1px 24px #000;
  margin-top: -70px;
}
.quem-somos .equipe h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #00387b;
}
.quem-somos .equipe .box {
  width: 30%;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 12px;
  margin-right: 12px;
}
.quem-somos .equipe .thumbnail {
  float: left;
  margin-right: 1em;
}
.quem-somos .equipe .bio {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #006296;
  line-height: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.quem-somos .equipe .bio p {
  margin: 0px 0px 1em 0px;
}

.escolaridade-topo {
  height: 172px;
  overflow: hidden;
  position: relative;
}
.escolaridade-topo img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.escolaridade-topo h1 {
  z-index: 2;
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: "Courgette", cursive;
  text-transform: none;
}

.nivel-3, .nivel-4 {
  height: 45px;
  text-align: center;
  box-shadow: 1.5px 2.598px 4px 0px rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  box-sizing: border-box;
}
.nivel-3 a, .nivel-4 a {
  color: #00578f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}

.pagina .box {
  width: 17%;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
.pagina .box a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #000;
}
.pagina .box h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.erro404 {
  text-align: center;
  color: #00578f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.erro404 img {
  vertical-align: middle;
}

.login {
  text-align: center;
  margin-top: 100px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.login .metodo {
  position: relative;
  display: inline-block;
  margin: 0 0px;
  cursor: pointer;
}
.login .metodo:hover > .overlay {
  width: 100%;
  height: 349px;
  position: absolute;
  background-color: #000;
  opacity: 0.8;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.login .metodo .descricao {
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
}

#body .search-form {
  text-align: center;
}
#body .search-form .search-submit {
  background: url("images/buscar-preto.png") no-repeat;
  background-position: center;
  padding: 0;
  width: 34px;
  height: 34px;
  margin: 0px 3px;
  border: 0;
  outline: 0;
  vertical-align: middle;
}
#body .search-form .search-text {
  width: 80%;
  border-radius: 10px;
  border-color: rgb(0, 0, 0);
  height: 43px;
  padding: 0px 10px;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
#body .search-form .postform {
  width: 80%;
  margin-bottom: 10px;
  font-size: 18px;
  height: 33px;
  margin-right: 45px;
}

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 198px;
  width: 100%;
  background-color: #005ca4;
  padding-top: 60px;
  box-sizing: border-box;
}
#footer .colophon {
  margin-left: 150px;
  display: inline-block;
}
#footer .colophon .liceu {
  border-right: 1px solid #fff;
  display: inline-block;
  padding: 0px 10px;
  vertical-align: middle;
}
#footer .colophon .endereco {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  padding: 0px 10px;
  text-align: center;
}
#footer .social {
  margin-top: 30px;
  margin-right: 150px;
  display: inline-block;
  float: right;
}
#footer .social img {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
}
#footer .politicas {
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
#footer .politicas a {
  color: #fff;
}
#footer .politicas a:hover {
  text-decoration: underline;
}

.box-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  max-width: 135px;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 999;
}

.box-whatsapp > * {
  box-sizing: border-box;
}

.box-whatsapp .message {
  border: 1px #2a668a solid;
  border-radius: 15px 15px 0 15px;
  background: #fff;
  padding: 23px 15px 17px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 5px 8px 17px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 8px 17px -6px rgba(0, 0, 0, 0.6);
}

.box-whatsapp .message p {
  font-size: 12px;
  font-family: sans-serif;
  margin: 0;
  line-height: 1.2;
}

.box-whatsapp .message .btn-close {
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 700;
}

.box-whatsapp .whatsapp {
  background-color: #25d366;
  border-radius: 100%;
  padding: 14px;
  max-width: 58px;
  display: flex;

}

.box-whatsapp .whatsapp a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-whatsapp .whatsapp a img {
  width: 40px;
}

.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

blockquote:before, blockquote:after {
  content: "";
}

q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@viewport {
  zoom: 1;
  width: extend-to-zoom;
}
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1;
}
@font-face {
  font-family: "responsivenav";
  src: url("icons/responsivenav.eot");
  src: url("icons/responsivenav.eot?#iefix") format("embedded-opentype"), url("icons/responsivenav.ttf") format("truetype"), url("icons/responsivenav.woff") format("woff"), url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 994px) {
  #body #noticias ul {
    width: 100%;
    text-align: center;
  }
  #body #noticias .item {
    margin: 0 auto 15px auto;
    display: inline-block;
    padding-right: 0px;
    float: none;
    text-align: left;
    height: auto;
    width: auto;
  }
  #body #noticias .item .attachment-thumbnail {
    display: inline-block;
  }
  #body #noticias .item .bloco .conteudo {
    max-width: 500px;
  }
  #body #facebook {
    margin-right: 0px;
  }
  #body #maps {
    display: inline-block;
  }
  #body #maps .banner {
    width: auto;
    max-height: 328px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 950px) {
  .quem-somos .equipe .box {
    width: 45%;
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 890px) {
  .pagina .box {
    width: 30%;
  }
  .erro404 img {
    display: block;
    margin: 0 auto 15px auto;
  }
  #header .icones-desktop {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  #body {
    padding-bottom: 350px;
  }
  #footer {
    padding-top: 30px;
    text-align: center;
  }
  #footer .colophon {
    margin-left: 0px;
  }
  #footer .social {
    margin-top: 20px;
    margin-right: 0px;
    float: none;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 830px) {
  #visitamonitorada {
    border: 0;
    width: 100%;
    height: 1250px;
  }
}
@media screen and (max-width: 825px) {
  #body #videos .item {
    padding-right: 0px;
  }
  #faleconosco {
    border: 0;
    width: 100%;
    height: 1000px;
  }
}
@media screen and (max-width: 800px) {
  .pagina_noticia .noticiasub {
    display: none;
  }
  .noticia {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    margin-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .pagina .box {
    width: 40%;
  }
  .pagina .texto {
    display: inline-block;
    width: 99%;
    margin-left: 0px;
  }
  .pagina .submenu {
    display: inline-block;
    vertical-align: top;
    width: 99%;
    float: none;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 698px) {
  #body #noticias .item .titulo {
    margin: 0 5% 0 5%;
  }
  #body #noticias .item .attachment-thumbnail {
    display: block;
    margin: 0 5% 0 5%;
  }
  #body #noticias .item .bloco .conteudo {
    margin: 10px auto 0 auto;
    display: block;
    max-width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .quem-somos .equipe .box {
    width: 99%;
    display: inline-block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 624px) {
  #body-login {
    padding-bottom: 50px;
  }
  .login {
    margin-top: 30px;
  }
}
@media screen and (max-width: 535px) {
  #visitamonitorada {
    border: 0;
    width: 100%;
    height: 1500px;
  }
}
@media screen and (max-width: 464px) {
  #footer .colophon .liceu {
    border-right: 0px solid #fff;
    display: block;
  }
  .pagina .box {
    width: 90%;
  }
}
@media screen and (max-width: 410px) {
  #faleconosco {
    border: 0;
    width: 100%;
    height: 1100px;
  }
}
@media screen and (max-width: 400px) {
  #body .search-form .postform {
    margin-right: 0px;
  }
  #body .search-form .search-submit {
    margin: 0px auto;
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .login .metodo {
    height: 220px;
    width: 198px;
    overflow: hidden;
  }
  .login .metodo:hover > .overlay {
    height: 220px;
    width: 198px;
  }
}
@media screen and (max-width: 320px) {
  #body #noticias h1, #body #depoimentos h1, #body #fotos h1 {
    padding: 0px 0px 0px 0px;
  }
  #body #noticias .hr, #body #depoimentos .hr, #body #fotos .hr {
    display: none;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover {
  border-color: #ccc #bbb #aaa;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button:active {
  border-color: #aaa #bbb #bbb;
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus {
  color: #111;
}

textarea {
  width: 100%;
}
textarea:focus {
  color: #111;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu {
  min-height: 50px;
  display: inline-block;
  vertical-align: top;
}

#nav-trigger {
  display: none;
  text-align: center;
}
#nav-trigger span {
  display: inline-block;
  cursor: pointer;
  font: normal 28px/28px "responsivenav";
  color: #fff;
}

nav#nav-main {
  text-align: center;
}
nav#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav#nav-main li {
  display: inline-block;
  margin: 0 auto;
  padding: 13px 10px;
}
nav#nav-main li:last-child {
  border-right: none;
}
nav#nav-main li:hover ul {
  display: block;
  margin-top: 10px;
}
nav#nav-main li.mobile {
  display: none;
}
nav#nav-main a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  outline: 0;
}
nav#nav-main .sub, nav#nav-main .sub-menu {
  display: none;
  position: absolute;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin-left: -9px;
  z-index: 99999;
  top: 50px;
}
nav#nav-main .sub li, nav#nav-main .sub-menu li {
  padding: 0px 10px;
  display: block;
}
nav#nav-main .sub a, nav#nav-main .sub-menu a {
  color: #fff;
  padding-bottom: 9px;
  display: inline-block;
  text-align: left;
}
nav#nav-main .sub a:hover, nav#nav-main .sub-menu a:hover {
  transition: 0.1s;
  color: #75c3ff;
}
nav#nav-mobile {
  display: none;
}
nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  padding: 0;
  margin: 0;
}
nav#nav-mobile li {
  display: block;
  padding: 5px 0;
  margin: 0 5px;
  border-bottom: solid 1px #565555;
  text-align: center;
}
nav#nav-mobile li:last-child {
  border-bottom: none;
}
nav#nav-mobile a {
  display: block;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
nav#nav-mobile a:hover {
  color: #75c3ff;
  transition: 0.1s;
}
nav#nav-mobile .icones-mobile a {
  display: inline-block;
}

#header .icones-mobile .buscar {
  padding: 10px 30px;
}
#header .icones-mobile .buscar:hover .search-field {
  visibility: hidden;
}

nav#nav-mobile .sub {
  display: none;
  position: static;
  padding: 5px 0;
  margin: 0 5px;
}
nav#login {
  display: inline-block;
}
nav#login ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav#loginn li {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
nav#login .sub {
  display: none;
  position: absolute;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin-left: -40px;
  z-index: 99999;
  top: 50px;
}
nav#login li:hover ul {
  display: block;
  margin-top: -2px;
}
nav#login .sub li {
  padding: 0px 10px;
  display: block;
}
nav#login .sub a {
  color: #fff;
  padding-bottom: 9px;
  display: inline-block;
  text-align: left;
}
nav#login .sub a:hover {
  transition: 0.1s;
  color: #75c3ff;
}

@media screen and (max-width: 890px) {
  #nav-trigger {
    display: block;
    line-height: 1;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  #menu {
    display: flex;
    align-items: center;
  }
  #header .icones-mobile {
    display: block;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before, .entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before, .comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before, .site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before, .site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Make sure select elements fit in widgets. */
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0 0px 0 0px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Navegation
--------------------------------------------------------------*/
.navigation {
  height: 50px;
  text-align: center;
}
.navigation ul {
  padding: 0;
  margin: 0;
}
.navigation li {
  display: inline;
}
.navigation li a {
  color: #fff;
  text-decoration: none;
}
.navigation li a:hover {
  color: #fff;
  text-decoration: none;
}
.navigation li.active a, .navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation li a {
  background-color: #6fb7e9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  display: inline-block;
}
.navigation li a:hover {
  background-color: #6fb7e9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  display: inline-block;
}
.navigation li.active a, .navigation li.disabled {
  background-color: #6fb7e9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  display: inline-block;
}
.navigation li a:hover, .navigation li.active a {
  background-color: #005ca4;
}

.post-type-archive-cursos .container,
.single-cursos .container,
.tax-modalidades .container,
.page-template-curso-interna .container {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .container,
  .single-cursos .container,
  .tax-modalidades .container,
  .page-template-curso-interna .container {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .post-type-archive-cursos .container,
  .single-cursos .container,
  .tax-modalidades .container,
  .page-template-curso-interna .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-cursos .container,
  .single-cursos .container,
  .tax-modalidades .container,
  .page-template-curso-interna .container {
    max-width: 1140px;
  }
}
.post-type-archive-cursos ul,
.single-cursos ul,
.tax-modalidades ul,
.page-template-curso-interna ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-type-archive-cursos .breadcrumb-section,
.single-cursos .breadcrumb-section,
.tax-modalidades .breadcrumb-section,
.page-template-curso-interna .breadcrumb-section {
  margin: 20px 0 20px;
  color: #4f4f4f;
  font-family: "Red Hat Display";
}
.post-type-archive-cursos .breadcrumb-section .breadcrumbs,
.single-cursos .breadcrumb-section .breadcrumbs,
.tax-modalidades .breadcrumb-section .breadcrumbs,
.page-template-curso-interna .breadcrumb-section .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0 6px;
}

.post-type-archive-cursos .banner,
.tax-modalidades .banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
}
.post-type-archive-cursos .search-section,
.tax-modalidades .search-section {
  margin: 25px 0;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .search-section .content-search,
  .tax-modalidades .search-section .content-search {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-cursos .search-section .content-search,
  .tax-modalidades .search-section .content-search {
    gap: 0 50px;
  }
}
.post-type-archive-cursos .search-section .content-search .left,
.tax-modalidades .search-section .content-search .left {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .search-section .content-search .left,
  .tax-modalidades .search-section .content-search .left {
    margin: 0;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-cursos .search-section .content-search .left,
  .tax-modalidades .search-section .content-search .left {
    margin: 0;
    width: 45%;
  }
}
.post-type-archive-cursos .search-section .content-search .left form,
.tax-modalidades .search-section .content-search .left form {
  background-color: #edeef0;
  border: 1px solid #c2c2c2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
}
.post-type-archive-cursos .search-section .content-search .left .search,
.tax-modalidades .search-section .content-search .left .search {
  padding: 8px 15px;
  flex: 1;
}
.post-type-archive-cursos .search-section .content-search .left input,
.tax-modalidades .search-section .content-search .left input {
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  line-height: 1;
  font-size: 13px;
  font-family: "Red Hat Display";
  color: #9a999e;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .search-section .content-search .left input,
  .tax-modalidades .search-section .content-search .left input {
    font-size: 15px;
  }
}
.post-type-archive-cursos .search-section .content-search .left button,
.tax-modalidades .search-section .content-search .left button {
  min-width: 14%;
  background-color: #76bedc;
  border-radius: 30px;
  cursor: pointer;
}
.post-type-archive-cursos .search-section .content-search .left button img,
.tax-modalidades .search-section .content-search .left button img {
  width: 25px;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .search-section .content-search .right,
  .tax-modalidades .search-section .content-search .right {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-cursos .search-section .content-search .right,
  .tax-modalidades .search-section .content-search .right {
    width: 30%;
  }
}
.post-type-archive-cursos .search-section .content-search .right .btn,
.tax-modalidades .search-section .content-search .right .btn {
  min-width: 14%;
  background-color: #76bedc;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .search-section .content-search .right .btn,
  .tax-modalidades .search-section .content-search .right .btn {
    min-width: 70px;
  }
}
.post-type-archive-cursos .search-section .content-search .right .btn img,
.tax-modalidades .search-section .content-search .right .btn img {
  width: 25px;
}
.post-type-archive-cursos .search-section .content-search .select,
.tax-modalidades .search-section .content-search .select {
  position: relative;
}
.post-type-archive-cursos .search-section .content-search .select .select-field,
.tax-modalidades .search-section .content-search .select .select-field {
  position: relative;
  background-color: #edeef0;
  border: 1px solid #c2c2c2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
}
.post-type-archive-cursos .search-section .content-search .select span,
.tax-modalidades .search-section .content-search .select span {
  padding: 10px 15px;
  font-family: "Red Hat Display";
  color: #9a999e;
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-type-archive-cursos .search-section .content-search .select span,
  .tax-modalidades .search-section .content-search .select span {
    font-size: 15px;
  }
}
.post-type-archive-cursos .search-section .content-search .select .options,
.tax-modalidades .search-section .content-search .select .options {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0 10px 20px;
  background-color: #edeef0;
  border: 1px solid #c2c2c2;
  border-radius: 0 0 20px 20px;
  width: 90%;
  margin: 0 auto;
}
.post-type-archive-cursos .search-section .content-search .select .options li,
.tax-modalidades .search-section .content-search .select .options li {
  color: #9a999e;
  font-family: "Red Hat Display";
  font-size: 14px;
}
.post-type-archive-cursos .search-section .content-search .select .options li img,
.tax-modalidades .search-section .content-search .select .options li img {
  padding-right: 5px;
}
.post-type-archive-cursos .search-section .content-search .select .options li a,
.tax-modalidades .search-section .content-search .select .options li a {
  display: flex;
  align-items: center;
}
.post-type-archive-cursos .lista-section,
.tax-modalidades .lista-section {
  padding-bottom: 300px;
}
.post-type-archive-cursos ul.cursos > li,
.tax-modalidades ul.cursos > li {
  width: 100%;
}
@media (min-width: 768px) {
  .post-type-archive-cursos ul.cursos > li,
  .tax-modalidades ul.cursos > li {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .post-type-archive-cursos ul.cursos > li,
  .tax-modalidades ul.cursos > li {
    width: 30%;
  }
}
.post-type-archive-cursos .swiper-pagination-bullet,
.tax-modalidades .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: white;
}

ul.cursos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Red Hat Display";
}
ul.cursos > li {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ul.cursos > li {
    margin-bottom: 60px;
  }
}
ul.cursos li img {
  width: 100%;
}
ul.cursos li .content-txt {
  padding: 16px 15px 20px;
}

ul.cursos li .content-txt .tag{
  font-size: 12px;
  border-radius: 12px;
  padding: 3px 12px;
  color: #FFF;
  display: inline-block;
  margin-bottom: 4px;
}

ul.cursos li h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3a809e;
  margin: 0 0 12px 0;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  ul.cursos li h3 {
    font-size: 22px;
  }
}
ul.cursos li .items > li {
  display: flex;
  gap: 0 10px;
  align-items: center;
  margin-bottom: 7px;
  font-size: 13px;
  color: #868686;
}
ul.cursos li .items > li img {
  width: auto;
}

.single-cursos #footer {
  position: relative;
}

.single-cursos label{
  margin: 0;
}