* {
  border: none;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body {
  font-family: "GothamRounded-Book";
  overflow-x: hidden;
}
html, body {
  width: 100%;
}

.container-fluid, .container {
  position: relative;
}
.container-1440 {
  max-width: 1440px;
}
.container-1220 {
  max-width: 1220px;
}
.container-1080 {
  max-width: 1080px;
}
.container-980 {
  max-width: 980px;
}
.container-800 {
  max-width: 800px;
}

a, button, input, select, textarea, img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.fas, .fab, .far {
  margin-right: 5px;
}
.btn img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* TOPO */
header {
  height: 150px;
  position: absolute;
  padding: 30px 0px;
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0px;
}
.fixed-header {
  position: fixed;
}
.col-topo {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.logo-escoladad83315fa_escoladagente {
  position: absolute;
  left: 15px;
  top: 0px;
}

.menu-social-topo {
  position: absolute;
  top: 65px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .menu-social-topo {
    display: none;
  }
}
.menu-social-topo a {
  text-align: center;
  display: inline-block;
  font-size: 13px;
  padding: 5px 5px;
  margin: 0px 0px;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
}
.menu-social-topo a i {
  margin: 0px -2px;
}
.menu-social-topo a:hover {
  color: #F4941C;
}

/* menu principal */
.animenu__toggle__label {
  font-family: "GothamRounded-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  font-size: 14px;
  color: #CBD0E2;
  display: none;
  right: 80px;
  top: 10px;
}
.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  outline: none !important;
}

.animenu__toggle:hover {
  background-color: transparent;
}
.animenu__toggle__bar {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #F4941C;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.animenu__toggle__bar:first-child {
  background-color: #0088B8;
}
.animenu__toggle__bar:last-child {
  background-color: #1C4473;
}

.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 6px;
}
.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animenu {
  padding: 0px 0px;
  box-sizing: content-box;
  margin-top: 55px;
  left: 0px;
  width: 100%;
}
.animenu ul {
  padding: 0px 0px;
  list-style: none;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 14px;
}
.animenu a {
  background: #F4941C;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'GothamRounded-Medium';
}
.animenu__nav {
  text-align: center;
}
.animenu__nav > li {
  position: relative;
  padding: 10px 0px;
  margin: 0px 2px;
}
.animenu__nav > li > a {
  padding: 4px 12px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.animenu__nav > li:last-child > a {
  border-right: none;
}

.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  background-color: #E37E00;
}
.animenu__nav__child {
  background-color: #F4941C;
  border-top: 1px solid #E37E00;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 10px 0 0 0;
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #E37E00;
}
.animenu__nav__child > li:first-child a {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.animenu__nav__child > li:last-child a {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.animenu__nav__child > li a {
  font-family: 'GothamRounded-Book';
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #F4941C;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  font-family: "GothamRounded-Medium";
  padding: 9px 15px;
  width: 100%;
  border-color: #E37E00;
  font-size: 13px !important;
  text-align: left;
  color: #fff;
}
.animenu__nav__child a:hover {
  background-color: #E37E00;
  border-color: #E37E00;
  color: #fff;
}
.animenu__nav__child > li:first-child > a:hover:after {
  border-bottom-color: #E37E00;
}

@media screen and (max-width: 1140px) {
.animenu {
  position: absolute;
  display: none;
}
.animenu__toggle__label {
  display: block;
}
.animenu__toggle {
  display: inline-block;
}
.animenu__nav, .animenu__nav__child {
  display: none;
}
.animenu__nav__child a:hover {
  background: #E37E00;
  color: #fff;
}
.animenu__nav__child > li:first-child > a:hover:after {
  color: #fff;
}
.animenu__nav > li:hover > a {
  color: #fff;
}
.animenu__nav {
  margin: 10px 0;
  background-color: #F4941C;
}
.animenu__nav > li {
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #E37E00;
  text-align: left;
  padding: 0px 0px;
}
.animenu__nav > li:last-child {
  border: 0;
}
.animenu__nav > li > a {
  width: 100%;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  border-right: none;
  color: #fff;
}
.animenu__nav a:hover {
  background-color: #E37E00;
  border-color: #E37E00;
}
.animenu__nav__child {
  position: static;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
  opacity: 1;
  margin: 0;
}
.animenu__nav__child > li:first-child > a:after {
  content: none;
}
.animenu__nav__child a {
  padding-left: 0px;
  width: 100%;
  font-size: 14px;
}
.animenu__nav__child a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  content: "\f111";
  padding: 0px 15px 0px 25px;
  color: #FFFFFF;
}
}
.animenu__nav--open {
  display: block !important;
  float: right;
  margin-top: 55px;
  clear: both;
  width: 100%;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}
@media screen and (max-width: 768px) {
.animenu__nav--open {
  margin-top: 58px;
}
}
@media screen and (max-width: 580px) {
.animenu__nav--open {
  margin-top: 69px;
}
}

/* menu mobile */
.button_container {
  background: #F4941C;
  position: absolute;
  top: 55px;
  right: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.button_container:before, .button_container:after {
  background: #F4941C;
  opacity: 0.2;
  z-index: 0;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.button_container:hover:before {
  opacity: 0.2;
  width: 70px;
  height: 70px;
  left: -10px;
  top: -10px;
}
.button_container.active .top {
  -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
          transform: translateY(5px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
          transform: translateY(-5px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #FFFFFF;
  border: none;
  height: 2px;
  width: 20px;
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 15px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 24px;
}
.button_container span:nth-of-type(3) {
  top: 29px;
}

.overlay {
  position: fixed;
  background: #1C4473;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: flex;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  width: 100%;
}
.overlay .container {
  align-items: center;
  display: flex;
}
.overlay-menu ul li {
  display: block;
  position: relative;
  opacity: 0;
}
.overlay-menu ul ul {
  margin: 10px 0px 30px;
}
.overlay-menu ul ul a {
  font-family: 'GothamRounded-Book' !important;
  text-transform: none !important;
  display: block;
  font-size: 15px !important;
  color: #FFFFFF !important;
}
.overlay-menu ul > li a {
  font-family: 'GothamRounded-Medium';
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 13px;
  color: #F4941C;
}
.overlay-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #fff;
  transition: 0.35s;
}
.menu-social-mobile {
  padding-left: 10px;
}
.menu-social-mobile a {
  color: #1C4473 !important;
  padding: 7px 0px !important;
}

@media screen and (max-width: 768px) {
.overlay-menu ul ul {
  margin: 10px 0px 10px;
}
.overlay-menu ul > li a {
  padding: 3px 10px;
  font-size: 12px;
}
.overlay-menu ul ul a {
  font-size: 13px !important;
}
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 10%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* PAGINA HOME */
.banner-home {
  background: #CFCFCF;
  position: relative;
  align-items: flex-end;
  display: flex;
  height: 100vh;
  width: 100%;
}
.banner-home h1 {
  margin: 0px 0px 50px;
  font-size: 42px;
  color: #FFF;
}

/* slider home */
#camera_wrap_2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
}

.secao-acesso-rapido {
  background: url(../images/line-1.svg) left top no-repeat;
  padding: 0 0 2rem;
}
@media screen and (max-width: 768px) {
.secao-acesso-rapido {
  text-align: center;
}
}
.secao-acesso-rapido h6 {
  text-transform: uppercase;
  color: #F4941C;
}
.boxes-acesso {
  margin-top: 3rem;
}
.box-acesso-rapido {
  background: #F4C21C;
  text-align: center;
  padding: 2.5rem 3rem;
  margin: 10px 0;
  color: #FFFFFF;
  display: flex;
  height: calc(100% - 15px);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  flex-direction: column;
}
.box-acesso-rapido-estilo-2 {
  background: #F4B31C;
}
.box-acesso-rapido-estilo-3 {
  background: #F4941C;
}
.box-acesso-rapido-estilo-4 {
  background: #F47A1C;
}
.box-acesso-rapido h5 {
  font-family: 'GothamRounded-Medium';
  background: #FFFFFF;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 10px;
  font-size: 18px;
  color: #F4941C;
  position: relative;
}
.box-acesso-rapido h5:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 5px solid #FFFFFF;
  transform: translateX(-50%);
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: " ";
  width: 0; 
  height: 0; 
}
.display-icon {
  height: 49px;
  display: block;
  margin-bottom: 20px;
}
.box-acesso-rapido img {  
  display: block;
  margin: 0 auto;
}
.box-acesso-rapido a {
  padding: 5px 10px;
  margin: 2px 0;
  display: block;
  background: transparent;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  font-family: 'GothamRounded-Medium';
  text-decoration: none !important;
  font-size: 15px;
  color: #FFFFFF;
}
.box-acesso-rapido a:hover {
  background: #FFFFFF;
  color: #F4941C;
}

.secao-acesso-rapido-escola {
  background: url(../images/line-2.svg) top right 25% no-repeat;
  padding: 3rem 0 1rem;
}
@media screen and (max-width: 768px) {
.secao-acesso-rapido-escola {
  text-align: center;
}
}
.box-secao-escola {
  background: #1C4473;
  padding: 10rem 30px;
  margin: 0 15px;
  color: #FFFFFF;
  position: relative;
}
.box-secao-escola:after {
  background: url(../images/bg-escoladagente.png) right bottom -1px no-repeat;
  background-size: auto 100%;
  content: " ";
  width: 100%;
  height: calc(100% + 30px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
.box-secao-escola:after {
  background-size: auto 80%;
}
}
@media screen and (max-width: 992px) {
  .box-secao-escola:after {
    background-size: auto 60%;
  }
}
@media screen and (max-width: 768px) {
  .box-secao-escola:after {
    background-size: auto 40%;
  }
}
.box-secao-escola .secao-escola-content {
  position: relative;
  z-index: 2;
}
.box-secao-escola h2 {
  color: #FFFFFF;
}
.box-secao-escola .btn {
  background: #FFFFFF;
  margin: 5px 5px 5px 0px;
  color: #1C4473;
}
.box-secao-escola .btn:hover {
  background: #F4941C;
  color: #FFFFFF;
}

/** PAGINAS INTERNAS **/
.banner-pagina {
  background: #FFFFFF;
  position: relative;
  height: 550px;
  width: 100%;
}
.banner-pagina:before {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner-pagina .display-flex {
  position: relative;
  height: 100%;
  z-index: 3;
}
.banner-pagina .display-flex h1 {
  margin-bottom: 4rem;
  font-size: 50px;
  color: #FFF;
}
@media (max-width: 992px) {
.banner-pagina .display-flex h1 {
  font-size: 40px;
}
}
@media (max-width: 768px) {
.banner-pagina .display-flex h1 {
  font-size: 36px;
}
}
@media (max-width: 580px) {
.banner-pagina .display-flex h1 {
  font-size: 30px;
}
}
.banner-pagina img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 550px;
  z-index: 1;
  left: 0px;
  top: 0px;
}
@media (max-width: 992px) {
.banner-pagina {
  height: 450px;
}
.banner-pagina img {
  height: 450px;
}
}
@media (max-width: 768px) {
.banner-pagina {
  height: 350px;
}
.banner-pagina img {
  height: 350px;
}
}
.display-flex-box {
  position: relative;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.main-pagina {
  padding: 4rem 0px;
  position: relative;
}
.main-pagina p:last-child {
  margin-bottom: 0;
}
.sub-secao-page {
  margin-top: 3.5rem;
}
.main-pagina li, .sub-secao-page li, .secao-pagina li {
  background: url(../images/icon-lista.svg) no-repeat left 7px;
  padding: 5px 25px;
}
.main-pagina a {
  text-decoration: underline;
}
.main-pagina .float-left {
  margin-right: 30px;
  margin-top: 7px;
}
.main-pagina .float-right {
  margin-left: 30px;
  margin-top: 7px;
}
.main-pagina .pagination {
  padding-left: initial;
}
.main-pagina .img-fluid, .secao-pagina .img-fluid {
  max-width: 100%;
  width: 100%;
}

/* quem somos */
.box-visao-missao {
  background: url(../images/escola-da-gente-visao.jpg) center center no-repeat;
  background-size: cover;
  padding: 15px 15px;
  color: #FFFFFF;
  display: flex;
  height: 500px;
}
.box-visao-missao h2 {
  color: #FFFFFF;
}

.box-valores {
  padding: 5rem 0px;
}
.box-valor {
  background: #F4C21C;
  text-align: center;
  color: #FFFFFF;
  font-family: 'GothamRounded-Medium';
  font-size: 20px;
  padding: 30px 15px;
  height: 220px;
  display: flex;
  margin: 15px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
}
.box-valor-2 {
  background: #F4B31C;
}
.box-valor-3 {
  background: #F4941C;
}
.box-valor-4 {
  background: #F47A1C;
}
.box-valor img {
  display: block;
  margin: 0 auto 10px;
}

/* estrutura organizacional */
.box-estrutura {
  position: relative;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.box-estrutura:after {
  background: #CFCFCF;
  margin: 0px auto 0px;
  display: block;
  content: " ";
  height: 30px;
  width: 1px;
}
.box-estrutura h4 {
  margin-bottom: 0px;
}
.box-estrutura h4:after {
  background: #CFCFCF;
  margin: 20px auto 0px;
  display: block;
  content: " ";
  height: 30px;
  width: 1px;
}
.box-estrutura .row {
  position: relative;
  padding: 2.5rem;
}
.estrutura-right .row {
  border-right: 1px solid #CFCFCF;
  width: fit-content;
  margin: 0 auto;
}
.estrutura-left .row {
  border-left: 1px solid #CFCFCF;
  width: fit-content;
  margin: 0 auto;
}
.estrutura-right .row:before {
  background: #CFCFCF;
  position: absolute;
  display: block;
  content: " ";
  height: 1px;
  width: 50%;
  right: 0;
  top: 0;
}
.estrutura-right .row:after {
  background: #CFCFCF;
  position: absolute;
  display: block;
  content: " ";
  height: 1px;
  width: 50%;
  right: 0;
  bottom: 0;
}
.estrutura-left .row:before {
  background: #CFCFCF;
  position: absolute;
  display: block;
  content: " ";
  height: 1px;
  width: 50%;
  left: 0;
  top: 0;
}
.estrutura-left .row:after {
  background: #CFCFCF;
  position: absolute;
  display: block;
  content: " ";
  height: 1px;
  width: 50%;
  left: 0;
  bottom: 0;
}
.box-pessoa {
  max-width: 150px;
  margin: 15px auto;
}
.box-pessoa img {
  margin-bottom: 15px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.box-pessoa p {
  font-size: 14px;
  color: #A7A7A7;
}
.especializacao {
  font-family: 'GothamRounded-Medium';
  margin-top: -1.5rem;
  display: block;
  font-size: 12px;
  color: #1C4473;
}

/* noticias */
.secao-noticias {
  text-align: center;
}
.secao-noticias h6 {
  text-transform: uppercase;
  color: #F4941C;
  margin-bottom: 0.5rem;
}
.secao-noticias h2 {
  margin-bottom: 2.5rem;
}
.lista-noticias-home {
  margin-bottom: 0px;
}
.box-noticia {
  background: #F4F4F4;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.box-noticia:hover .content-box-noticia p {
  margin-bottom: 40px;
}
.box-noticia:hover img {
  transform: scale(1.05);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.box-noticia:hover .fake-btn-noticia {
  opacity: 1;
}
.box-noticia:after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: " ";
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.data-box-noticia {
  background: url(../images/bg-data-noticia.svg) top center no-repeat;
  width: 140px;
  height: 50px;
  color: #CFCFCF;
  display: block;
  margin: -3.5rem auto 0px;
}
.data-box-noticia .dia {
  font-family: 'GothamRounded-Bold';
  line-height: 20px;
  font-size: 24px;
}
.data-box-noticia .mes {
  font-family: 'GothamRounded-Book';
  font-size: 12px;
}
.content-box-noticia {
  font-family: 'GothamRounded-Medium';
  font-size: 16px;
  text-align: center;
  padding: 3.5rem;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-box-noticia p {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fake-btn-noticia {
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  transform: translateX(-50%);
  bottom: 3rem;
  left: 50%;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-pagina .display-flex .titulo-noticia h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
.banner-pagina .display-flex .titulo-noticia h1 {
  font-size: 1.5rem;
}
}
@media (max-width: 768px) {
  .banner-pagina .display-flex .titulo-noticia h1 {
    font-size: 1rem;
  }
  }
.data-banner-noticia {
  background: url(../images/bg-data-banner.svg) top center no-repeat;
  margin: 0rem auto 0px;
  padding-top: 18px;
}
.noticia {
  border-bottom: 5px solid #F4F4F4;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.menu-compartilhar {
  position: relative;
  margin: 1.5rem 0px 1.5rem;
  z-index: 1;
}
.menu-compartilhar a {
  background: transparent;
  border: 1px solid #1C4473;
  color: #1C4473;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 10px 10px;
  margin: 0px 3px;
}
.menu-compartilhar a:hover, .menu-compartilhar a:focus {
  background: #1C4473;
  color: #FFFFFF;
}
.menu-compartilhar .ssk:before, .menu-compartilhar .ssk .glyphicon, .menu-compartilhar .ssk .fa {
  font-size: 14px;
}
.ssk-facebook:before {
  content: "a";
  text-indent: 0px !important;
  margin-right: 0px !important;
}

.galeria-noticia {
  background: #F4F4F4;
  margin: 1.5rem 0 3rem;
}
.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: transparent!important;
  pointer-events: initial;
  outline: none;
  margin: 0;
}
.owl-next {
  position: absolute;
  right: -5px;
  top: 10vh;
}
.owl-prev {
  position: absolute;
  left: -5px;
  top: 10vh;
}

.box-newsletter {
  background: #F4941C url(../images/bg-box-newsletter.svg) center right 15px no-repeat;
  margin-top: 3rem;
  padding: 2.5rem 0px;
  color: #FFF;
}
.box-newsletter h4 {
  font-family: 'GothamRounded-Medium';
  color: #FFFFFF;
  font-size: 1.25rem;
  margin: 10px 0px;
}
.input-group-newsletter {
  position: relative;
}
.input-group-newsletter .form-control {
  background: #FFF url(../images/icon-newsletter.svg) center left 15px no-repeat;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding-left: 40px;
  font-size: 13px;
  border: none;
}
.btn-newsletter {
  position: absolute;
  font-size: 13px;
  right: 0px;
  top: 0px;
}

/* agenda */
.lista-downloads {
  margin: 2rem 0 -10px;
}
.lista-downloads a {
  font-family: 'GothamRounded-Medium';
  background: #F4F4F4;
  text-decoration: none;
  margin: 10px 0px;
  padding: 20px 20px 20px 20px;
  display: flex;
  align-items: center;
}
.lista-downloads img {
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}

/* educação */
.secao-tipo-educacao {
  padding: 4rem 15px 4rem;
  margin: 0px 0px;
}
.secao-tipo-educacao-cinza {
  background: #F4F4F4;
}
.secao-tipo-educacao img {
  margin: 1rem 0;
}
.boxes-planos {
  margin-top: 3rem;
}
.box-plano {
  background: #F4F4F4;
  margin: 10px 0;
  padding: 2.5rem;
  display: flex;
    flex-direction: column;
    height: calc(100% - 10px);
}
.box-plano h5 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 15px;
}
.box-plano p:last-of-type {
  margin-bottom: 0;
}

/* apoio / horario */
.secao-mais-infos {
  background: #F4F4F4;
  padding: 4rem 15px;
}
.secao-mais-infos-branco {
  background: #FFFFFF;
}
.secao-mais-infos h6 {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.secao-mais-infos .btn {
  margin: 5px auto;
  text-align: left;
}

/* contato */
.formulario-contato {
  margin: 40px 0px 0px;
}
label {
  font-family: "GothamRounded-Medium";
  text-transform: uppercase;
  font-size: 14px;
  color: #1C4473;
}
.btn-enviar {
  margin-top: -5rem;
  margin-left: 15px;
  position: relative;
  z-index: 2;
}
.asterisco-form, .asterisco-form span {
  color: #F4941C;
}

.mapa-localizacao {
  background: #F4F4F4;
  position: relative;
  height: 500px;
  width: 100%;
}
#map {
  width: 100%;
  height: 100%;
}
.endereco-mapa {
  background: #F4941C;
  font-family: 'GothamRounded-Medium';
  text-align: center;
  font-size: 13px;
  padding: 7px 15px;
  color: #FFFFFF;
  display: inline-block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
  top: 50%;
  left: 50%;
}

/* FOOTER */
footer {
  background: #1C4473;
  padding: 5rem 0px;
  color: #FFF;
}
footer a, footer a:hover, footer a:active, footer a:focus {
  color: #FFF;
}
footer ul, footer ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}


.menu-social {
  text-align: left;
}
.menu-social a {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #FFFFFF;
  text-align: center;
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  padding: 7px 0px;
  margin: 0px 0px;
  color: #1C4473;
  width: 35px;
  height: 35px;
}
.menu-social a i {
  margin: 0px;
}
.menu-social a:hover {
  color: #F4941C;
}


.menu-footer {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
.menu-footer .col {
  flex-basis: auto;
  width: 50%;
}
}
.menu-footer > li {
  margin-bottom: 30px;
}
.menu-footer > li a {
  font-family: 'GothamRounded-Medium';
  font-size: 15px;
  color: #F4941C;
  display: inline-block;
  margin-bottom: 10px;
}
.menu-footer > li a:hover {
  text-decoration: none;
  color: #F4941C;
}
.menu-footer li li a {
  font-family: 'GothamRounded-Book';
  text-decoration: none;
  font-family: inherit !important;
  margin-bottom: 5px;
  font-size: 13px;
  color: #FFFFFF;
}

.box-contato-footer {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 70px;
  margin-right: 45px;
  margin-bottom: 40px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .box-contato-footer {
    border-right: none;
    padding-right: 30px;
    margin-right: 30px;
  }
}
.box-contato-footer span {
  display: inline-block;
  vertical-align: middle;
}
.box-icon-contato-footer {
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.creditos {
  text-align: right;
}
.row-rodape {
  position: relative;
  letter-spacing: 1px;
  padding-top: 30px;
  font-size: 11px;
}

/* BOOTSTRAP extras */
.table {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
thead {
  text-transform: uppercase;
}
.list-group a {
  text-decoration: none;
  color: #1C4473;
}

.carousel-indicators li {
  background-color: #F4941C;
}
.carousel-control-prev, .carousel-control-next {
  text-decoration: none !important;
  background: #F4941C;
  width: 50px;
  height: 50px;
  top: 150px;
  opacity: 1;
}
.carousel-control-prev .fas, .carousel-control-next .fas {
  margin: inherit;
}
.carousel-control-next {
  right: -50px;
}
.carousel-control-prev {
  left: -50px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: 940px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}  
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 4rem;
}
/*Left*/
.modal.left.fade .modal-dialog{
  left: -400px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}  
.modal.left.fade.show .modal-dialog{
  left: 0;
}        
/*Right*/
.modal.right.fade .modal-dialog {
  right: -400px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}  
.modal.right.fade.show .modal-dialog {
  right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.nav-tabs {
  margin-bottom: 3rem;
  flex-wrap: nowrap;
}
.nav-link, .nav-link:hover {
  font-family: 'robotobold';
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  text-decoration: none !important;
  font-size: 13px;
  color: #E37E00;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  border-bottom: 1px solid #F4941C;
  color: #F4941C;
}
#tab_selector {
  margin-bottom: 1rem;
}


/**************************
*
* GENERAL
*
**************************/
/*.camera_wrap a,*/ .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none
}
.camera_wrap {
  direction: ltr;
  display: none;
  float: left;
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
  height: 100% !important;
  min-height: 100% !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
  height: 100%;
}
.camera_src {
  display: none;  
  height: 100%;
}
.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.camera_target_content .camera_link {
    background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
  position:absolute;
  width:100%;
  top:0; left:0;
  z-index:1;
}
.camera_loader {
  background: #fff url(../images/camera-loader.gif) no-repeat center center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid transparent;
  margin: -25px 0 0 -25px;
  overflow: hidden;
  position: absolute;
  height: 50px;
  width: 50px;
  z-index: 3;
  top: 50%;
  left: 50%;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camera_caption {
  display: table;
  position: relative;
  padding: 1rem 50px;
  margin:0 auto;
  height: 100%;
  top: 0;
}
.camera_caption > div {
  max-width: 400px;
  display:table-cell;
  vertical-align:middle;
  height:100%;
  text-align:left;
}
@media (max-width: 992px) {
.camera_caption > div {
  text-align: center;
}
}
.camera_caption h1 {
  font-family: 'GothamRounded-Bold';
  text-transform: uppercase;
  line-height: 70px;
  font-size: 70px;
  margin-bottom: 30px;
  margin-top: 100px;
  color:#fff;
}
.camera_caption p {
  font-family: 'GothamRounded-Book';
  margin-bottom: 30px;
  font-size: 25px;
  color:#fff;
}
.btn-caption {
  font-family: 'GothamRounded-Medium';
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 1);
  white-space: nowrap;
  position: relative;
  font-size: 13px;
  padding: 15px 20px;
  color: #FFF;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-caption .fas {
  margin-left: 5px;
  margin-right: 0px;
}
.btn-caption:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #1C4473;
}

@media (max-width: 1120px) {
.camera_caption h1 {
  font-size: 48px;
  line-height: 48px;
}
}
@media (max-width: 992px) {
  .camera_caption h1 {
    font-size: 36px;
    line-height: 36px;
  }
  }
@media (max-width: 580px) {
.camera_caption h1 {
  font-size: 30px;
  line-height: 30px;
}
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_prevThumbs div {
  background: url(../images/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_nextThumbs div {
  background: url(../images/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right:0;
  z-index: 4;
}
.camera_pag {
top: -100%;
    position: relative;
    text-align: center;
    max-width: 1230px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    width: 100%;
    padding: 0px 15px;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  text-align: left;
  text-indent: 9999px;
  margin: 15px 0px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
    height: 10px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 10px;
    background: transparent;
    border: 1px solid #fff;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #fff;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
  cursor: pointer;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 2;
}
.camera_next, .camera_prev {
  right: 0;
}
.camera_prev {
  left: 0;
}
.camera_prev > span {
  background: url("../images/arrow-slider-left.svg") center center no-repeat;
  display: block;
  height: 60px;
  width: 60px;
}
.camera_next > span {
  background: url("../images/arrow-slider-right.svg") center center no-repeat;
  display: block;
  height: 60px;
  width: 60px;
}
.camera_commands {
  right: 41px;
}
.camera_commands > .camera_play {
  background: url(../images/camera_skins.png) no-repeat -80px 0;
  height: 55px;
  width: 55px;
}
.camera_commands > .camera_stop {
  background: url(../images/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  position: relative;
  text-indent: 9999px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow:
    0px 1px 0px rgba(255,255,255,1),
    inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align:bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
/**************************
*
* COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
  /*background: rgba(0, 0, 0, 0.6) url(../images/gradiente-banner.svg) no-repeat;*/
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
}
.pattern_2 .camera_overlayer {
  background: url(../images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
  background: url(../images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
  background: url(../images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
  background: url(../images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
  background: url(../images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
  background: url(../images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
  background: url(../images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
  background: url(../images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
  background: url(../images/patterns/overlay10.png) repeat;
}
.camera_caption {
  color: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background:url(../images/camera-bg-item-nav.png) center no-repeat;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background:url(../images/camera-bg-item-nav.png) center no-repeat;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background:url(../images/camera-bg-item-nav-current.png) center no-repeat;
}
.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
  box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.camera_prev:hover, .camera_next:hover {
  
}
.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}

@font-face {
  font-family: 'GothamRounded-Medium';
  src: url('GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  url('GothamRounded-Medium.otf')  format('opentype'),
	     url('GothamRounded-Medium.woff') format('woff'), url('GothamRounded-Medium.ttf')  format('truetype'), url('GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url('GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),  url('GothamRounded-Bold.otf')  format('opentype'),
	     url('GothamRounded-Bold.woff') format('woff'), url('GothamRounded-Bold.ttf')  format('truetype'), url('GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Book';
  src: url('GothamRounded-Book.eot?#iefix') format('embedded-opentype'),  url('GothamRounded-Book.otf')  format('opentype'),
	     url('GothamRounded-Book.woff') format('woff'), url('GothamRounded-Book.ttf')  format('truetype'), url('GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

.lista-downloads a[href$=".pdf"]::before,
.lista-downloads a[href$=".doc"]::before,
.lista-downloads a[href$=".docx"]::before {
  width: 25px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  content: ' ';
}

.lista-downloads a[href$=".pdf"]::before {
  background: url(../images/icon-pdf.svg);
}

.lista-downloads a[href$=".doc"]::before,
.lista-downloads a[href$=".docx"]::before {
  background: url(../images/icon-doc.svg);
}