body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100 !important;
    font-size: small;
}

.row-eq-height [class^='col'] {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.btn-xl {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    padding: 1.5rem 3rem;
}

.btn-custom {
	background: transparent;

    font-size: 1.5rem;

	color: #01a3e1;
}

.btn [class^='fa'] {
    font-size: 1.5em;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.bg-black {
    background-color: #000 !important;
}

.bg-halfblack {
    background-color: rgba(0, 0, 0, .66) !important;
}

.rounded-pill {
    border-radius: 5rem;
}

.navbar-custom
{
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
	padding: 0;
}

.navbar-custom .navbar-brand img {
    max-height: 3rem;
}
@media (max-width: 1024px)
{
	.navbar-custom .navbar-brand 
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.navbar-custom .navbar-brand img {
		max-height: 2.5rem;
	}
}

.navbar-custom .navbar-nav .nav-item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    vertical-align: middle;
    display: inline-block;
    flex: 1 1 auto;
}

.navbar-custom .navbar-nav .nav-item .nav-link [class*="fa-"] {
    font-size: 2rem;
    vertical-align: middle;
}

.navbar-custom:after
{
	background: linear-gradient(90deg,transparent 10%,#e8eaed 20%,#e8eaed 80%,transparent 90%);

	display: inline-block;
	position: absolute;
     top: 100%;
	 left: 0;

	height: 1px;
	width: 100%;

	content: "";
}

.navbar-dark .navbar-toggler
{
	color: #999;
}

header.masthead {
    background: transparent;
    overflow: hidden;
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
    opacity: 1
}


@media (max-width: 1024px)
{
	header.masthead 
	{
		padding-top: 75px;
		padding-bottom: 50px;
	}
}

header.masthead .masthead-content {
    z-index: 1;
    position: relative;
}

header.masthead .masthead-content .masthead-heading {
    font-size: 2.875rem;
	font-weight: 400;
	line-height: 3rem;
}

header.masthead .masthead-content .masthead-heading mark {
	background: transparent;

	color: #18d26e;

	padding: 0;
}

header.masthead .masthead-content .masthead-subheading {
    font-size: 1.75rem; 
    font-weight: 300 !important;
	line-height: 3rem;

	margin-bottom: 1rem;
}

header.masthead .masthead-content .masthead-subheading mark {
	background: transparent;

	color: #01a3e1;
	font-weight: 400 !important;

	padding: 0;
}

header.masthead .masthead-content p
{
	font-size: 1.1rem;
	font-weight: 300 !important;
	line-height: 1.2rem;
}

header.masthead [href*="#/goto/"] {
    transform: translateX(-50%);
    color: #ccc;
    font-size: 2rem;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
}

section {
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 100px;
    position: relative;
}

@media (max-width: 1024px)
{
	section
	{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

section > .container mark
{
	background: transparent;

	color: #18d26e;
	font-weight: 400;

	padding: 0;
}

section:nth-child(odd) > .container mark
{
	color: #01a3e1;
}

section > .container p
{
	font-size: .875rem;
    letter-spacing: .01562rem;
    line-height: 1.375rem;
	font-weight: 300;
}

a.anchor {
    position: absolute;
    top: -6.5rem;
}

.bg-primary {
    background-color: #ee0979 !important;
}

.btn-primary {
    background-color: #ee0979;
    border-color: #ee0979;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #bd0760 !important;
    border-color: #bd0760 !important;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}

.btn-secondary {
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #cc5500 !important;
    border-color: #cc5500 !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
}

.spanner {
	background: #f6f6f6;
	border-radius: 4px;
    flex: 1 1 auto;
    width: 100%;
}

.display-4 {
	font-weight: 400 !important;
    font-size: 1.5rem;
    line-height: 1.75rem;
}

.p-5 {
    max-width: 100%;
}

figure.roundel {
    box-sizing: border-box;
    border-radius: 100%;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    padding: 100% 0 0;
    height: 100%;
    width: 100%;
}

figure.roundel .img-fluid {
    transform: translate(-70%, -100%);
    object-fit: cover;
    position: absolute;
    top: 100%;
    left: 100%;
    max-height: 100% !important;
    max-width: none !important;
}


/* Contact Section */

section#contact {
    overflow: hidden;
	padding-top: 25px;
    position: relative;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}


/* Nav Meu Styling */


/*Doug: added the 20px to padding so that the navigation comes down some   */

.nav-menu a {
	box-sizing: border-box;
	transition: color .25s ease;
    padding: 25px 5px;
    text-decoration: none;
    display: inline-block;
    color: #999;
    font-weight: 400;
    font-size: 14px;
	letter-spacing: .1em;
    outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a
{
	color: #202124;
}

.nav-menu>.menu-active>a:after
{
    background: #18d26e;
	transform: translateX(-50%);

	display: inline-block;
	position: absolute;
	 bottom: 0;
	 left: 50%;

	height: 2px;
	width: 100%;

	content: "";
}

.nav-menu>li {
    margin-left: 3vw;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #18d26e;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
}

#mobile-nav ul li a:hover {
    color: #18d26e;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
    color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #18d26e;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

section#contact form {}

section#contact form fieldset-group {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section#contact form fieldset {
    flex: 1 1 auto;
    position: relative;
}

section#contact form fieldset-group fieldset+fieldset {
    margin-left: 1rem;
}

@media (max-width: 991.98px) {
    section#contact form fieldset-group {
        flex-direction: column;
    }
    section#contact form fieldset {
        width: 100%;
    }
    section#contact form fieldset-group fieldset+fieldset {
        margin-left: 0;
    }
}

section#contact form fieldset input,
section#contact form fieldset select,
section#contact form fieldset textarea {
	background: transparent;
	border-radius: 0;
    transition: all .25s ease;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    border: none;
	border-bottom: #212529 solid 2px;
    box-sizing: border-box;
    margin: 0 0 1rem;
    padding: .5rem;
    position: relative;
    z-index: 2;
    height: 2.5rem;
    width: 100%;
}

section#contact form fieldset textarea {
    resize: none;
    height: 6rem;
}

section#contact form fieldset label {
    opacity: 0;
    transform: translateY(50%);
    transition: all .25s ease;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-shadow: rgba(0, 0, 0, .33) 0 1px 2px;
    box-sizing: border-box;
    display: block;
    padding: .5rem;
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 1;
    height: 2.5rem;
    width: 100%;
}

section#contact form fieldset input:not(.placeholder-shown),
section#contact form fieldset textarea:not(.placeholder-shown) {
    margin-bottom: 2.25rem;
}

section#contact form fieldset input:not(.placeholder-shown)+label,
section#contact form fieldset textarea:not(.placeholder-shown)+label {
    opacity: .8;
    transform: translateY(0);
    margin: 0;
    bottom: .25rem;
}

section#contact form fieldset [required]+label:after {
    opacity: .5;
    font-size: .75em;
    font-style: italic;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    content: "required";
    pointer-events: none;
}

section#contact section {
    transition: all .5s ease;
}

section#contact .thanks {
    opacity: 0;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
}

section#contact.thanks .thanks {
    transform: translateY(-50%);
    opacity: 1;
    z-index: 3;
}

section#contact.thanks section:not(.thanks) {
    transition: all .5s ease;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}


/* Global Footer */

footer.legal
{
	background: #f8f9fa;

	color: #5f6368;


	width: 100%;
}

footer.legal > .container
{
	display: flex;
	 flex-flow: row nowrap;
	 place-content: center space-between;
}

footer.legal .copyright
{
	color: #5f6368;

	flex: 0 1 auto;
}

footer.legal .social
{
	color: #5f6368;

	flex: 0 1 auto;
}

@media (max-width: 1024px)
{
	.p-5
	{
		padding: 2rem !important;
	}
}