/*
   _____                       _       _     _       
  / ____|                     (_)     | |   | |      
 | |     ___  _ __  _   _ _ __ _  __ _| |__ | |_ ___ 
 | |    / _ \| '_ \| | | | '__| |/ _` | '_ \| __/ __|
 | |___| (_) | |_) | |_| | |  | | (_| | | | | |_\__ \
  \_____\___/| .__/ \__, |_|  |_|\__, |_| |_|\__|___/
             | |     __/ |        __/ |              
             |_|    |___/        |___/               

© 2020-2021 Julia's Pateo team & developer Júlio Lopes All Rights Reserved
*/

/*@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);*/

nav:not(.scroll) span#mobile_navbar_burger {
	color: white;
}

body > nav.scroll .active_language {
	color: #000;
}

body > nav.scroll .inactive_language {
	color: #696969
}

/*____________WEATHER_________________*/

.jsx-4172297244.eaw-weather-info + div.jsx-4172297244,
.eapps-widget-toolbar,
.eapps-widget-toolbar-panel-share-block, div.eapps-widget-toolbar,
div.jsx-686151129.eaw-weather-component > a,
div.jsx-686151129.eaw-weather-component > div.jsx-686151129 > a,
div.jsx-4172297244.eaw-weather-component > a {
	display: none !important;
}

/*.jsx-1728812293.eaw-detail-currentTemp {
	font-family: "Roboto Light";
}*/

.jsx-4172297244.eaw-weather-detail {
	background: transparent !important;
}

body {
	margin: 0;
	overflow-x: hidden
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	transition: all ease .65s;
	z-index: 100;
	width: 100%;
	position: fixed;
}

	nav:not(.scroll) > ul#navbar > li.nav-item div.jsx-1728812293.eaw-detail-currentTemp,
	nav:not(.scroll) > ul#navbar > li#lang_toggler > a.nav-link > div,
	nav:not(.scroll) > ul#navbar > li.nav-item > a.nav-link {
		color: white !important;
	}

	/* The Hubs pages double row nav */
	/*#region Two_Row Nav */

	nav.scroll.shadowed.nd_row {
		margin-top: 2.5%;
	}

	/*#endregion Two_Row Nav */
	/* The Hubs pages double row nav */

	nav.shadowed.nd_row {
		box-shadow: 5px 0px 8px grey;
	}

	nav.shadowed:not(.nd_row) {
		box-shadow: 5px 0px 8px grey;
	}

	nav.scroll:not(.nd_row) {
		z-index: +101;
	}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	padding-top: 10px
}

.nav-link {
	display: block;
	/*padding-top: .5rem;*/
	padding-right: 1rem;
	/*padding-bottom: .5rem;*/
	padding-left: 1rem
}

nav.scroll > #span-logo {
	margin-left: 6%;
	/*display: block;*/
	background-image: url(../media/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	text-align: center;
	cursor: pointer;
	height: 56px;
	width: 206px;
}

div#nav-logo-XL {
	z-index: +999;
	position: fixed;
	margin-top: 1%;
	margin-left: 6%;
	background-image: url(../media/julias-pateo-logo-home.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	cursor: pointer;
	height: 174px;
	width: 165px;
}

.nav-link:focus, .nav-link:hover, .nav-logo:focus, .nav-logo:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-fill .nav-item, .nav-fill > .nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

	.navbar .container,
	.navbar .container-fluid,
	.navbar .container-lg,
	.navbar .container-md {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0
	}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.nav-item > a.nav-link {
	position: relative;
}

nav span {
	font-size: 24px;
	margin-left: 10px;
	color: #000000;
}

nav > ul#navbar {
	list-style: none;
	margin: 0;
	padding: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	margin-left: -20px;
}

	nav > ul#navbar > li {
		display: inline-block;
		margin-right: 15px;
		color: #000000;
	}

nav.scroll {
	padding: 10px;
	background: #fff;
	position: fixed
}

nav:not(.scroll) {
	padding-top: 2.5%;
	padding-bottom: 0px;
}

nav.scroll span {
	font-size: 18px;
	color: #000000;
}

nav.scroll li.nav-item {
	color: #000000
}

nav > ul > li > a.nav-link:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
nav.scroll > ul > li > a.nav-link:after {
	background: #000;
}
nav:not(.scroll) > ul > li > a.nav-link:after {
	background: #fff;
}

nav > ul > li > a.nav-link:hover:after {
	width: 50%;
	left: 23%;
}
