@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


@font-face {
    font-family: Metropolis-Regular;
    src: url("/schema/fonts/metropolis/Metropolis-Regular.ttf"); 
}

body {
	font-family: "Metropolis-Regular", sans-serif !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.service-hidden{
	display: none !important;
}

.box-shadow {
    box-shadow: 0px 0px 10px 0px rgba(082, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.navbar-lca {
	background-color: #28323c;
}

.btn-lca {
	background-color: #28323c !important;
	color: #ffffff !important;
}

.nav-item a {font-family: "Montserrat";}

.fs-65 {font-size: 1.1em;}
.fs-7 {font-size: .8em;padding-top:.7rem !important;}
.fs-75 {font-size: 0.9em;}
.fs-8 {font-size: .7em;padding-top:.6rem !important;}

.mh-25 {min-height:2.5em;}

.poppins {
	font-family: "Poppins", sans-serif;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
}

.josefin {
	font-family: "Josefin Sans", sans-serif;
}

.dancing {
	font-family: "Dancing Script", sans-serif;
}

.inner-shadow-blue {
  box-shadow: inset 0 0 1em #21366A;
}

ul {
  list-style-type: none;
}

.text-justify{
	text-align: justify;
}

.rounded-middle {
	border-radius: .7em !important;
}

.fmg-blue {color: rgba(33, 54, 106, 1) !important;}
.fmg-blue-sub {color: rgba(33, 54, 106, .85) !important;}
.fmg-red {color: #DC2327;}
.fmg-black {color: rgba(0, 0, 0, 0.9) !important;}
.fmg-grey {color: rgba(0, 0, 0, 0.4) !important;}
.fmg-icons-grey {color: rgba(0, 0, 0, 0.5) !important;}
.fmg-blue-background {background-color: rgba(33, 54, 106, 1) !important;}
.fmg-smallgrey-background {background-color: rgba(0, 0, 0, 0.03) !important;}
.fmg-header-shadow {box-shadow: inset 2px 3px 6px -2px rgba(0,0,0,0.2);}
.fmg-white-border {
	filter: drop-shadow(1px 0 0 white) 
	drop-shadow(0 1px 0 white)
	drop-shadow(-1px 0 0 white) 
	drop-shadow(0 -1px 0 white);
}
.fmg-border-shadow {
    border: 1px solid rgba(0, 0, 0, .05) !important;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.modal-dialog {
  width: auto !important;
  max-width: 350px !important;
}

.spinner {
	width:128px;
	height:128px;
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lnk-white {
	color: rgba(255, 255, 255, 1) !important;
	text-decoration: none !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .15rem .5rem !important;
    font-size: .75rem !important;
    border-radius: .2rem !important;
}

.fmg-blue-button {background-color: rgba(33, 54, 106, .85) !important; color: rgba(255, 255, 255, .85) !important;}
.fmg-blue-button:hover {background-color: rgba(33, 54, 106, 1) !important; color: rgba(255, 255, 255, 1) !important;}

.nav-link-whatsapp {
	background-color: #25d366;
    color: #FFF;
    font-size: 1.1rem !important;
	border-radius: 5em;
    text-transform: capitalize;
    padding: 10px 19px;
    cursor: pointer;
	text-decoration: none;
}

.nav-link-whatsapp:hover {
    color: #FFF;
	background-color: #1fb557 !important;
}


.nav-item a.nav-item-main {color: #21366A !important;}
.nav-item a.nav-item-main:hover {color: #DC2327 !important;}
.nav-item.prosel {background-color: #bee5b0 !important; border-radius: 5em;}
.nav-item.prosel a {color: #4C5B46 !important;}
.nav-item.prosel a:hover {color: #333333 !important;}


.card {
    border: 1px solid rgba(255, 255, 255, .125) !important;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}

.card:hover .card-img-effect {
	-webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, 0) !important;
    border-top: 1px solid rgba(0, 0, 0, 0) !important;
}

.dropdown-menu {
	border: 0 !important;
	border-radius: .0rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 2px 8px 0px rgba(255,255,255,1);
	box-shadow: 0px 2px 8px 0px rgba(255,255,255,1);
}

.dropdown-item {
	width: auto !important;
	margin: 0 .5em 0 .5rem;
	border-radius: .25rem;
}

.dropdown-item:hover {
	background-color: #DC2327 !important;
	color: #FFFFFF !important;
}

.dropdown-menu li {
  position: relative;
} 

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}

.sticky {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	background-color: rgba(255,255,255,0.96) !important;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,0.2);
}

.sticky > .container {
	padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.btn-whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 1px 1px 2px #888; 
	z-index:1000;
	padding-top: 0.355em;
}

.btn-whatsapp:hover {
	color:#FFF !important;
	background-color:#1fb557 !important;
}

body {
  * {
    &:focus, &.focus,
    &:active, &.active {
      outline: transparent none 0 !important;
      box-shadow: 0 0 0 0 rgba(0,123,255,0) !important;
      -webkit-box-shadow: none !important;
    }
  }
}

/* === PAGE TITLES === */

.nav-location {
	font-size: .8em;
	box-shadow: inset 2px 3px 6px -2px rgba(0,0,0,0.2);
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 button {
  display: block;
  font-size: 0.3em;
  float: right;
  text-transform: none !important;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}

.page-titles h1 {
	font-family: 'Poppins', sans-serif;
}

.page-titles h1:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	content: "";
	background-color: #c50000;
}

.page-titles h1 span {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 3em;
	padding-left: 0.25em;
	color: rgba(0, 0, 0, 0.4);
	padding-bottom: 10px;
}
.alt-two h1 {
	text-align:center;
}
.alt-two h1:before {
	left:50%; margin-left:-30px;
}

.sub-titles {
	font-family: "Poppins", sans-serif;
    font-size: 1.5em;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
    font-weight: 500;
}

.sub-titles:before {
    font-family: 'bootstrap-icons';
    content: "\F4EB";
    font-size: 1.1rem !important;
    padding-top: .2em;
    padding-right: .5em;
	color: rgba(0,0,0,0.5);
}

b.poppins.h6 {
	font-size: 1.5rem !important;
    margin-bottom: 0.5em !important;
    display: inline-flex;
	color: rgba(0,0,0,0.7);
}

b.poppins.h6:before {
    font-family: 'bootstrap-icons';
    content: "\F4EB";
    font-size: 1.1rem !important;
    padding-top: .2em;
    padding-right: .5em;
	color: rgba(0,0,0,0.5);
}

.page-heading {
    text-transform: uppercase;
    position: relative;
}

.page-heading h1 {
  text-align: center;
  overflow: hidden;
  color: #21366A;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 1.6em 'Josefin Sans', sans-serif;
  font-weight: 700;
  padding: 3em 0 1.5em;
}
.page-heading h1:before,
.page-heading h1:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid;
  height: 0;
  vertical-align: middle;
  border-color:rgba(0, 0, 0, 0.4);
}
.page-heading h1:before {
  margin-left: -100%;
  margin-right: 80px;
}
.page-heading h1:after {
  margin-left: 80px;
  margin-right: -100%;
}

/* === COLLAPSES === */

.card-generic {
	background-color:#DFE5E8 !important;
	font-family: "Poppins", sans-serif;
	border-radius: 0 !important;
}

.card-day, .card-night {
	background-color:#DFE5E8 !important;
	font-family: "Poppins", sans-serif;
	border-radius: 0 !important;
}

.card-day:before {
	position: absolute;
    font-family: 'bootstrap-icons';
    content: "\F2BE";
    font-size: 6em;
    transition: all 0.5s;
    right: .5em;
	color: rgba(0, 0, 0, 0.4);
}

.card-night:before {
	position: absolute;
    font-family: 'bootstrap-icons';
    content: "\F2B0";
    font-size: 6em;
    transition: all 0.5s;
    right: .5em;
	color: rgba(0, 0, 0, 0.4);
}

.cursos-carrossel, .cursos-carrossel a {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}

.cursos-carrossel a:hover {
	color: rgba(0, 0, 0, 0.8);
}

.accordion-periodicals .accordion-button:not(.collapsed) {
    color: rgba(0, 0, 0, .8) !important;
	font-weight: 600;
    background-color: rgba(0, 0, 0, .05) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-periodicals .accordion-button::after {
	background-image: none !important;
    font-family: 'bootstrap-icons' !important;
    content: "\F124" !important;
	font-weight: 300 !important;
}

.accordion-periodicals .accordion-button:not(.collapsed)::after {
	background-image: none !important;
    font-family: 'bootstrap-icons' !important;
    content: "\F124" !important;
	font-weight: 300 !important;
}

.accordion-periodicals a {
	color: rgba(0, 0, 0, 1) !important;
	text-decoration: none !important;
}

.accordion-periodicals a:hover {
	background-color: rgba(0, 0, 0, .03) !important;
}

/* === FOOTER === */

footer {
	background-color: #0a4275;
}


/* === RESPONSIVE === */

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}


/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

/**
 * Animate collapse into X.
 */

/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg) ;
}


/**
 * Animate collapse open into hamburger menu
 */

/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg) ;
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
    opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg) ;
}

@media only screen and (max-width: 800px) {
	.page-heading h1 {
		 font-size: 1em !important;
		 text-overflow: none !important;
	}
	.page-heading h1:before,
	.page-heading h1:after {
		width: 0% !important;
		display: none !important;
	}
	footer {
		display: none !important;
	}
	.panel-title a {
		font-size: 15px !important;
	}
	.box-prices {
		margin-bottom: .5em;
	}
	.box-prices {
		margin-bottom: .5em;
	}
	.box-prices div:before {
		font-size: 4em;
	}
}