

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: #fce8ca;
  color: #000;
}

a {
  color: #a3b744;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.about .x h4 a  { color:#000;  }

.about .x h4 a:hover  { color:#000;  }


h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

.verde-escuro {
	color:#2a4019;
}

.verde-claro {
	color:#a3b744;
}

.mg-tb-20 {
	margin-top:20px;
	margin-bottom:20px;
}

.mg-b-20 {
	margin-bottom:20px;
}

video {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #a3b744;
  border-bottom-color: #a3b744;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #a3b744;
  transition: all 0.4s;
  border: 2px solid #a3b744;
}

.back-to-top i:hover {
  background: #a3b744;
  color: #1a1814;
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #6d8c3e;
  font-size: 16px;
  font-weight:600;
  padding: 0px;
  color: rgba(255, 255, 255, 0.8);
  z-index:5100;
}

#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 12px 0;
}

#topbar .contact-info li + li {
  margin-left: 18px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #422e25;
  padding-right: 4px;
}

#topbar .cta a {
  color: #fff;
  background: transparent;
  padding: 12px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #285395;    /* azul */
}

#topbar .cta2 a {
  color: #fff;
  background: transparent;
  padding:12px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta2 a:hover {
  background: #e30713;    /* vermelho */
}

#topbar .cta3 a {
  color: #fff;
  background: transparent;
  padding: 12px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta3 a:hover {
	color:#000;
  background: #ffee00;    /* amarelo */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 160px;
  transition: all 0.5s;
  z-index: 1000;
  padding: 10px 0;
  background-color: white;
  top:44px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(255, 255, 255, 1);
  border-bottom: none;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

#header .logo a {
  color: #000;
}

#header .logo img {
  max-height: 135px;
}

@media (max-width: 768px) {
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;
}

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 1000;
  padding: 10px 0;
  background-color: white;
}
	
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0px 0px;
  padding: 0;
  list-style: none; 
  z-index:1000;
}

.nav-menu > ul > li {
  position: relative;
  margin-top:40px;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #422e25;        /* marron */
  padding: 11px 15px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Open-Sans", sans-serif;
  font-weight:600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #a3b744;        /* verde */
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 0px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  color: lightne(#473d3a, 10);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #a3b744;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 50px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #422e25;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff; /* cor de fundo do menu */
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  padding: 10px 0;
  height:auto;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .mobile-nav-close {
  margin: 0 15px 0 auto;
  display: block;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  color:#422e25;
}

.mobile-nav .mobile-nav-close:hover {
  color: #a3b744;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #422e25;
  padding: 10px 20px;
  font-weight: 600;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a3b744;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 37, 35, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg3.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

#hero h1 span {
  color: #a3b744;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btns {
  margin-top: 30px;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  border: 2px solid #a3b744;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #a3b744;
  color: #fff;
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#a3b744 50%, rgba(42, 64, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #a3b744;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #2a4019; /* verde escuro */
}

.section-title {
  padding-bottom: 30px;
}


.section-title h1 {
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  line-height: 1.4;
  margin: 0 0 5px 0;
  color: #2a4019;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
 .section-title h1 {
  font-size: 24px;
}

.section-title {
  padding-bottom: 10px;
}

.citacao h4  {
	font-family: 'Marck Script', cursive; 
	font-size:24px; 
	text-align:center; 
	line-height:1.2; 
	color:#0c0b09;
}

.section-title4 p {
  margin-bottom: 10px;
  font-size: 24px;
  line-height:1.2;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
}

.section-title h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0c0b09;
  font-family: "Open Sans", sans-serif;
}

 .section-title h4::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #FFF;
  margin: 4px 10px;
}  

.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #a3b744;
}

.section-title2 p {
  margin: 0;
  background:#2a4019;   /* verde escuro */
  font-size: 36px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.section-title3 p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.section-title4 p {
  margin-bottom: 30px;
  font-size: 30px;
  line-height:1.2;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.citacao  {
	font-family: 'Marck Script', cursive; 
	font-size:2em; 
	text-align:center; 
	line-height:1.4; 
	color:#0c0b09;
}
		
	
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



/*--------------------------------------------------------------
# Equipe
--------------------------------------------------------------*/
.topo-equipe {
  background: url("../img/equipe/breadcrumb.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}


/*--------------------------------------------------------------
# Topo
--------------------------------------------------------------*/
.topo {
  background: url("../img/infantil/breadcrumb.jpg") center center;
  padding: 80px 0;
  margin-top:150px;
  height:250px;
}

@media (max-width: 768px) {
	.topo  {
		margin-top:106px;
	}
}


/*--------------------------------------------------------------
# Eventos
--------------------------------------------------------------*/
.eventos {
  background: url("../img/eventos/breadcrumb.jpg") center center;
  padding: 80px 0;
  margin-top:150px;
  height:250px;
}

@media (max-width: 768px) {
	.eventos  {
		margin-top:106px;
	}
}


/*--------------------------------------------------------------
# Fundamental
--------------------------------------------------------------*/
.fundamental {
  background: url("../img/fundamental/breadcrumb.jpg") center center;
  padding: 80px 0;
  margin-top:150px;
  height:250px;
}

@media (max-width: 768px) {
	.fundamental  {
		margin-top:106px;
	}
}

/*--------------------------------------------------------------
# Medio
--------------------------------------------------------------*/
.medio {
  background: url("../img/medio/breadcrumb.jpg") center center;
  padding: 80px 0;
  margin-top:150px;
  height:250px;
}

@media (max-width: 768px) {
	.medio  {
		margin-top:106px;
	}
}



/*--------------------------------------------------------------
# Objetivo
--------------------------------------------------------------*/
.objetivo {
  background: url("../img/objetivo/faixa_topo2.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}

@media (max-width: 768px) {
	.objetivo  {
		margin-top:106px;
	}
}

.objetivo-bg {
	background:#f2f6fd;
}

.objetivo-bg p {
	 margin-top:0px; 
	 line-height:1.8;
}

.objetivo-caixa {
	background-color:#195194;
}


/*--------------------------------------------------------------
# Universitário
--------------------------------------------------------------*/
.universitario {
  background: url("../img/universitario/breadcrumb.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}

@media (max-width: 768px) {
	.universitario  {
		margin-top:106px;
	}
}

.universitario-bg {
	background:#f2f6fd;
}

.universitario-bg p {
	 margin-top:0px; 
	 line-height:1.8;
}


/*--------------------------------------------------------------
# Faixa Link
--------------------------------------------------------------*/
.faixalink {
  background:#fff;
  position: relative;
  padding: 20px 0;
}

/*--------------------------------------------------------------
# Faixa Link
--------------------------------------------------------------*/
.faixalink2 {
  background:#f9e7a7;
  position: relative;
  padding: 20px 0;
}

/*--------------------------------------------------------------
# Proposta
--------------------------------------------------------------*/
.metodologia {
  background: url("../img/sobre/breadcrumb2.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}

.metodologia-bg .box {
  padding: 30px 30px 10px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #FFF;
  min-height:350px;
}

@media (max-width: 768px) {
	.metodologia  {
		margin-top:106px;
	}
}

.metodologia-bg {
	background:#c8da6e;
}

.metodologia-bg p {
	 margin-top:0px; 
}

/*--------------------------------------------------------------
# Proposta
--------------------------------------------------------------*/
.proposta {
  background:#acddda;
  position: relative;
  padding: 60px 0;
}

/*--------------------------------------------------------------
# Sobre UNIP Universitario
--------------------------------------------------------------*/
.sobre {
  background:#2a4019;
  position: relative;
  padding: 60px 0;
}


/*--------------------------------------------------------------
# Matricula
--------------------------------------------------------------*/
.matricula {
  background: url("../img/matricula/breadcrumb.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}

/*--------------------------------------------------------------
# Calendario
--------------------------------------------------------------*/
.calendario {
  background: url("../img/calendario/breadcrumb.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}

/*--------------------------------------------------------------
# Lista
--------------------------------------------------------------*/

.lista {
  background: #acddda;
  padding: 60px 0px;
  margin-top:150px;
}

.lista img  {
	margin-bottom:30px;
}


/*--------------------------------------------------------------
# Niver
--------------------------------------------------------------*/

.niver {
  background-image: linear-gradient(to right, #ffc906, #f5821f);
  padding: 60px 0px;
  margin-top:150px;
}

.niver img  {
	margin-bottom:30px;
}

.niver .contorno  {
	border:8px solid #fff;
}

.niver h3  {
	font-weight:700; 
	color:#553828; 
	font-size:3em;
	margin-bottom:20px;
}

.niver h4 {
	
	font-weight:700; 
	color:#fff; 
	font-size:2em;
	margin-bottom:40px;
}

.niver p  {
	margin-bottom:30px;
}


@media (max-width: 768px) {
	.niver  {
		margin-top:106px;
		padding-top:40px;
	}
}



/*--------------------------------------------------------------
# UNIP_ad
--------------------------------------------------------------*/
.unip_ad {
  background: url("../img/about-bg.jpg") center center;
  padding: 60px 0;
  position: relative;
}

/*--------------------------------------------------------------
# Historia
--------------------------------------------------------------*/
.historia {
  background: url("../img/historia/historia_bg.jpg") center center;
  padding: 100px 0;
  margin-top:150px;
}

.historia-bg .box {
  padding: 30px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.2)
}

@media (max-width: 768px) {
	.historia  {
		margin-top:106px;
	}
}

.historia-bg {
	background:#fce8ca;
}

.historia-bg p {
	 margin-top:0px; 
}

.historia-bg .legenda  {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #1a1814;
}


/*--------------------------------------------------------------
# Estrutura Section
--------------------------------------------------------------*/
#estrutura {
  width: 100%;
  height: 100vh;
  background: url("../img/estrutura/estrutura_00.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}


/*--------------------------------------------------------------
# Bolsas Section
--------------------------------------------------------------*/
#bolsas {
  width: 100%;
  height: auto;
  background: url("../img/bolsas.jpg") top center;
  background-size:cover;
  position: relative;
  padding: 0;
}

.regulamento {
  background-color:#e5b300;
  position: relative;
}

/*--------------------------------------------------------------
# Fundo Branco
--------------------------------------------------------------*/

.white {
 background:url(../img/flowers4.jpg) center center no-repeat;
  position: relative;
}

/*--------------------------------------------------------------
# Unidades
--------------------------------------------------------------*/
.unidades {
  background:url(../img/flowers3.jpg) center center no-repeat;
  position: relative;
}

.unidades .fotos {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 30px 10px 30px;
  margin-bottom:15px;
}

.legenda {
  font-size:18px;
  font-weight:700;
  text-align:center;
  padding-top:15px;
}

/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
.intro {
  background:#fce8ca;
  position: relative;
  padding: 60px 0;
}

.intro:before {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.intro .intro-img {
  position: relative;
  transition: .5s;
}

.intro .intro-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.intro .intro-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #a3b744;
  border-top: 5px solid #a3b744;
  transition: .5s;
}

.intro .intro-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #a3b744;
  border-bottom: 5px solid #a3b744;
  transition: .5s;
}

.intro .intro-img:hover {
  transform: scale(1.03);
}

.intro .intro-img:hover::before {
  left: 10px;
  top: 10px;
}

.intro .intro-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.intro h3 {
	font-size:30px;
	font-weight:700;
}

.intro .box {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.3);
}

/*--------------------------------------------------------------
# Branco
--------------------------------------------------------------*/
.branco {
  background:#FFF;
  position: relative;
  padding: 60px 0;
}

.branco h3 {
	font-size:30px;
	font-weight:700;
}

/*--------------------------------------------------------------
# Musica
--------------------------------------------------------------*/
.musica {
  background:url(../img/fundamental/musica_bg.jpg) center center no-repeat;
  position: relative;
  padding: 60px 0;
}

.musica h3 {
	font-size:30px;
	font-weight:700;
}

/*--------------------------------------------------------------
# Rosa
--------------------------------------------------------------*/
.rosa {
  background:#ccafa9;
  position: relative;
  padding: 60px 0;
}

.rosa h3 {
	font-size:30px;
	font-weight:700;
}

.rosa .box {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.3);
}

/*--------------------------------------------------------------
# Verde Claro
--------------------------------------------------------------*/
.verde {
  background:#a3b744;
  position: relative;
  padding: 60px 0;
}

.verde h3 {
	font-size:30px;
	font-weight:700;
}

.verde .box {
  padding: 30px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.3);
}

.verde p {
  color:#000;

}

/*--------------------------------------------------------------
# Brincar
--------------------------------------------------------------*/
.brincar {
  background: url("../img/infantil/animais_bg.jpg") center center;
  padding: 60px 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about:before {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-img {
  position: relative;
  transition: .5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  border-left: 5px solid #a3b744;
  border-top: 5px solid #a3b744;
  transition: .5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  border-right: 5px solid #a3b744;
  border-bottom: 5px solid #a3b744;
  transition: .5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #a3b744;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
#why-us {
	background: url("../img/fundo_flor.jpg") center center;
}


.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #a3b744;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #2a4019;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Parceiros
--------------------------------------------------------------*/
#parceiros {
	background:url("../img/parceiros_bg3.jpg") 0 0 repeat;
}


.parceiros .box-objetivo {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #195194;
  min-height:350px;
}

.parceiros .box-objetivo a {
  font-size: 15px;
  font-weight:700;
  margin: 0;
  padding: 0;
  color: #FFF;
}

.parceiros .box-objetivo a:hover {
  color: #6ba0df;
}

.parceiros .box-unip {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #ecc400;
  min-height:350px;
}

.parceiros .box-unip a {
  font-size: 15px;
  font-weight:700;
  margin: 0;
  padding: 0;
  color: #000;
}

.parceiros .box-unip a:hover {
  color: #e20613;
}

.parceiros .box-fisk {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #cc2129;
  min-height:350px;
}

.parceiros .box-fisk a {
  font-size: 15px;
  font-weight:700;
  margin: 0;
  padding: 0;
  color: #FFF;
}

.parceiros .box-fisk a:hover {
  color: #ffc1c3;
}

.parceiros .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.parceiros .box p {
  color: #3e3e3e;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.parceiros .box a {
  font-size: 15px;
  font-weight:700;
  margin: 0;
  padding: 0;
}

.parceiros .box a:hover {
  color: #a3b744;
}

.parceiros .box:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 212, 255, 0) 100%);
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.parceiros .box:hover h4, .parceiros .box:hover p {
  color: #fff;
}


.logo {
	max-width:200px;
	margin-bottom:20px;
}



/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #a3b744;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #a3b744;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #a3b744;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #0b0c09;
    border-bottom: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  background: #a3b744;
}

.specials .nav-link:hover {
  color: #fff;
  background: #2a4019;
}

.specials .nav-link.active {
  color: #FFF;
  background: #2a4019;
  border-color: #fff;
}

.specials .nav-link:hover {
  border-color: #fff;
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0b0c09;
}

.specials .details p {
  color: #0b0c09;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

.btns {
  margin-top: 30px;
}

.btn-bolsas {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  background: #f2cf01;
  color:#5d453b;
  border: none;
}

.btn-bolsas:hover {
  background: #5d453b;
  color: #f2cf01;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/flowers.jpg) center center no-repeat;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #a3b744;
}

.events2   {
	color:#422e25; 
	padding-top:50px; 
	line-height:2.0;
}

@media (max-width: 768px) {
  .events2 {
    padding-top:30px; 
	line-height:1.6;
  }
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #a3b744;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #a3b744;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #a3b744;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .owl-nav, .events .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.events .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.events .owl-dot.active {
  background-color: #a3b744 !important;
}

@media (min-width: 992px) {
  .events .testimonial-item p {
    width: 80%;
  }
}



/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery {
	background-color:#2a4019;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


.gallery2 {
	background-color:#fff;
}

/*--------------------------------------------------------------
# equipe
--------------------------------------------------------------*/

.equipe  {
  background: #2a4019;
  position: relative;
}


.equipe .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.equipe .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.equipe .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.equipe .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.equipe .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.equipe .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.equipe .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.equipe .member .social a:hover {
  color: #a3b744;
}

.equipe .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.equipe .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.equipe .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.equipe .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #a3b744;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0c0b09;
}

.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #a3b744;
  border-top-color: #1a1814;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #FFF;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-webkit-input-placeholder, .contact .php-email-form textarea::-webkit-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input:-ms-input-placeholder, .contact .php-email-form textarea:-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::-ms-input-placeholder, .contact .php-email-form textarea::-ms-input-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #a3b744;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #a3b744;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d3af71;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #422e25;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}



#footer  .footer-info {
  margin-bottom: 30px;
}

#footer  .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#footer  .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #fff;
}

#footer  .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #a3b744;
  color: #0c0b09;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer  .social-links a:hover {
  background: #28251f;
  color: #fff;
  text-decoration: none;
}

#footer  h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer  .footer-links {
  margin-bottom: 30px;
}

#footer  .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer  .footer-links ul i {
  padding-right: 2px;
  color: #a3b744;
  font-size: 18px;
  line-height: 1;
}

#footer  .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer  .footer-links ul li:first-child {
  padding-top: 0;
}

#footer  .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer  .footer-links ul a:hover {
  color: #a3b744;
}



#footer .copyright {
  text-align: center;
  margin-top: -40px;
}

#footer .credits {
  padding-top: 0px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.dados  {
	position: absolute;
	top:50;
	left:50;
	padding:10px;
	width:160px;
	background: rgba(255, 255, 255, 0.4);
	color:#0c0b09;
	font-weight:600;
}



.fab{
  position: fixed;
  bottom:30px;
  right:20px;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #cb60b3;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button.main{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #5b19b7;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab button.main:before{
  content: '↑';
}

.fab ul{
  position:absolute;
  bottom: 0;
  right: 0;
  padding:0;
  padding-right:5px;
  margin:0;
  list-style:none;
  z-index:10;
  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;
  
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

.fab ul li label{
  margin-right:10px;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius:3px;
  height: 18px;
  font-size: 16px;
  pointer-events: none;
  opacity:0;
  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button.main:active,
.fab button.main:focus{
  outline: none;
  background-color: #7716ff;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }
 
.fab button.main:active:before,
.fab button.main:focus:before{
  content: '↑';
}

.fab button.main:active + ul,
.fab button.main:focus + ul{
  bottom: 70px;
}

.fab button.main:active + ul li,
.fab button.main:focus + ul li{
  margin-bottom: 10px;
  opacity: 1;
}

.fab button.main:active + ul li:hover label,
.fab button.main:focus + ul li:hover label{
  opacity: 1;
}


#matriculas {
  position: fixed;
  right: 0;
  bottom: 80px;
  color|:#FFF;
  background-color:#237af0;
  padding:8px 14px 0px 8px;
  -webkit-border-top-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius: 10px 0px 0px 10px;
  
}