/*
 * st4rt3r CSS
 */






/*
 @font-face {
     font-family: 'pluto';
     src: url('../fonts/pluto-bold.woff') format('woff'), 
			    url('../fonts/pluto-bold.woff2') format('woff2');
     font-weight: 700;
     font-style: normal;
 }
  
 @font-face {
     font-family: 'pluto';
     src: url('../fonts/pluto.woff') format('woff'), 
			url('../fonts/pluto.woff2') format('woff2');
     font-weight: 400;
     font-style: normal;
 }
 */


 


.btn-primary {
  color: #fff!important;
  background-color: #46498c;
  border-color: #46498c;
}

.btn-primary:hover {
  color: #fff;
  background-color: #352e66;
  border-color: #352e66;
}


.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #352e66;
  border-color: #352e66;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}


.btn-secondary {
  color: #fff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #809395;
  border-color: #798d8f;
}


.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #798d8f;
  border-color: #738789;
}



.btn-success {
  color: #fff;
  background-color: #18BC9C;
  border-color: #18BC9C;
}

.btn-success:hover {
  color: #fff;
  background-color: #149a80;
  border-color: #128f76;
}


.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #18BC9C;
  border-color: #18BC9C;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #128f76;
  border-color: #11836d;
}



.btn-info {
  color: #fff;
  background-color: #6ca4d6;
  border-color: #6ca4d6;
}

.btn-info:hover {
  color: #fff;
  background-color: #2384c6;
  border-color: #217dbb;
}


.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #6ca4d6;
  border-color: #6ca4d6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #217dbb;
  border-color: #1f76b0;
}



.btn-warning {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}

.btn-warning:hover {
  color: #fff;
  background-color: #d4860b;
  border-color: #c87f0a;
}



.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #c87f0a;
  border-color: #bc770a;
}



.btn-danger {
  color: #fff;
  background-color: #e25771;
  border-color: #e25771;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c1425a;
  border-color: #c1425a;
}



.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e25771;
  border-color: #e25771;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d62c1a;
  border-color: #ca2a19;
}



.btn:focus, .btn.focus,
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(255, 103, 255, 0)!important;
          box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0)!important;
}




.btn-light {
  color: #212529;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}

.btn-light:hover {
  color: #212529;
  background-color: #d6dfe1;
  border-color: #cfd9db;
}



.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #cfd9db;
  border-color: #c7d3d6;
}



.btn-dark {
  color: #fff;
  background-color: #7b8a8b;
  border-color: #7b8a8b;
}

.btn-dark:hover {
  color: #fff;
  background-color: #697677;
  border-color: #636f70;
}



.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #7b8a8b;
  border-color: #7b8a8b;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #636f70;
  border-color: #5d696a;
}



.btn-outline-primary {
  color: #46498c;
  border-color: #46498c;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #352e66;
  border-color: #352e66;
}



.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #352e66;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #352e66;
  border-color: #352e66;
}




.btn-outline-secondary {
  color: #95a5a6;
  border-color: #95a5a6;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}


.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #95a5a6;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #95a5a6;
  border-color: #95a5a6;
}



.btn-outline-success {
  color: #18BC9C;
  border-color: #18BC9C;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #18BC9C;
  border-color: #18BC9C;
}



.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #18BC9C;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #18BC9C;
  border-color: #18BC9C;
}



.btn-outline-info {
  color: #6ca4d6;
  border-color: #6ca4d6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #6ca4d6;
  border-color: #6ca4d6;
}



.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6ca4d6;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #6ca4d6;
  border-color: #6ca4d6;
}



.btn-outline-warning {
  color: #F39C12;
  border-color: #F39C12;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}



.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F39C12;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #F39C12;
  border-color: #F39C12;
}



.btn-outline-danger {
  color: #e25771;
  border-color: #e25771;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e25771;
  border-color: #e25771;
}



.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e25771;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e25771;
  border-color: #e25771;
}



.btn-outline-light {
  color: #ecf0f1;
  border-color: #ecf0f1;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}



.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ecf0f1;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}




.btn-outline-dark {
  color: #7b8a8b;
  border-color: #7b8a8b;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #7b8a8b;
  border-color: #7b8a8b;
}



.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #7b8a8b;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #7b8a8b;
  border-color: #7b8a8b;
}


.btn-link {
  font-weight: 400;
  color: #46498c;
  text-decoration: none;
}

.btn-link.light-link {
  font-weight: 400;
  color: #46498c;
  text-decoration: none;
}

.btn-link:hover {
  color: #3d439c;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
	}

.btn-link:disabled, .btn-link.disabled {
  color: #95a5a6;
  pointer-events: none;
	}


.btn-sm {
	font-weight: 500!important;
	font-size: 13px;
	}


/* Sticky Footer */

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
		color: #717179;
		font-weight: 300;
	font-size: 15px;
/*		font-family: 'Rubik', sans-serif;*/
	font-family: 'Public Sans', sans-serif;

		}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
		}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}

.bypostauthor {}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */



.author-section-wrap {
background-color:#f7f7f7;
	padding: 4rem 0;
}

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

.author-section-wrap .role {
	font-size: 20px;
    color: #363067;
    margin-bottom: 1rem;
    display: block;
	
}




/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
	}

.comment-meta {
	margin-bottom: 1rem;
	}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
	}



a {
	color: #595482;
	}

a:hover {
	color: #352e66;
	}


dl, ol, ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.discreet-link a,
a.discreet-link {
	color: inherit!important;
}



.lead {
    font-size: 22px;
    font-weight: 300;
}



.mix-multiply {
	mix-blend-mode: multiply;
}



h1 span,
h2 span,
h3 span {
	position: relative;
	}

p a.underline:before,
p span.underline:before,
h1 span.underline:before,
h2 span.underline:before,
h3 span.underline:before {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 4px;
  height: 3px;
	background: #ec8697;
	-webkit-transition: all .5s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 0;
	mix-blend-mode: multiply;
	}

p a.underline, 
p span.underline {
	position: relative;
}

p a.underline:before,
p span.underline:before {
	bottom: 2px;
  height: 2px;
	}

p a.underline.appear:before,
p span.underline.appear:before,
h1 span.underline.appear:before,
h2 span.underline.appear:before,
h3 span.underline.appear:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	}





h1 span.wht:before, 
h2 span.wht:before,
h3 span.wht:before {
	background: #fff;
} 



h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	color: #352f67;
	font-family: 'Montserrat', sans-serif!important;
	}



h1, .h1 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -1px;
	}


.post h1 {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -1px;
}



@media (max-width: 575.98px) { 

h1, .h1 {
	font-size: 2rem;
}
	
.post h1 {
		font-size: 2rem;
}
	
	
}	




h2, .h2 {
	  font-size: 2.75rem;
    font-weight: 700;
    letter-spacing: -1px;
	}

h3, .h3 {
	font-size: 2.25rem;
	font-weight: 700;
	
	}








.h4, h4 {
  font-size: 1.5rem;
  letter-spacing: -0.25px;
  font-weight: 600;
	}


.h5, h5 {
  font-size: 1.125rem;
	letter-spacing: -0.25px;
}







@media (max-width: 575.98px) { 

h1, .h1 {
	font-size: 2.25rem;
	}
	
.post h1 {
		font-size: 2.25rem;
	}
	
h2, .h2 {
	  font-size: 2rem;	
	}
	
h3, .h3 {	
	font-size: 1.5rem;	
	}	
	
.h4, h4 {
  font-size: 1.25rem;
	}	
	
.h5, h5 {
  font-size: 1rem;
	letter-spacing: -0.25px;
}	
}	



.bg_white {
	background-color: #fff!important;
}


.c-light-blue {
	color: #807ea4!important;
}


.t-md {font-size:14px; }


.bold {
	font-weight: 600;
}


ul.list_check {
	
}



ul.list_check {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list_check {
	padding-left: 31px;
}

ul.list_check li {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 0.5rem 0;
}

ul.list_check li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin-right: 15px;
	margin-left: -29px;
	color: rgb(78, 169, 139, 1);
	font-size: 13px;
}




.has-before-divider:before {
    content: '';
    display: block;
    height: 4px;
    background: #ffd1d1;
    z-index: -1;
    top: 2px;
    width: 60px;
    margin-left: 0rem;
	margin-bottom: 1rem;
		}




.before-bg {
    display: block;
    height: 100%;
    width: 100%;
    background: #e1e8ff;
    position: absolute;
    left: 2rem;
    top: 6rem;
    z-index: -1;
}


.btn {
	border-radius: 0.125rem;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 600;
}



.btn-xs {
	padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-weight: 500!important;
	}


.defaultcolor {
	color: currentColor!important;
}



.navbar-brand {
		min-width: 240px;
}

@media (max-width: 575.98px) { 
	.navbar-brand {
		min-width: 200px;
    padding: 0.75rem 0 0.5rem;
	}
}	


.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-family: 'Montserrat', sans-serif!important;
   	letter-spacing: -.3px;
    color: #7d7a96;
    font-weight: 500!important;
    font-size: 14px;
}





.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}




.navbar-nav .dropdown-menu {
  font-family: 'Montserrat', sans-serif!important;
	border: 0;
	font-size: 14px;
	margin-top: 0;
	padding-top: 5px;
    
}


.navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 500;
    color: #7d7a96;
	}


.navbar-nav .dropdown-menu .dropdown-item:focus {
	color: #fff;
	background: #352f67;
}



@media (min-width:1200px) {
.dropdown-menu {display: block;visibility: hidden;opacity:0;-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);-webkit-transition:.5s ease all;transition:.5s ease all;}
.dropdown-menu.show {display: block;visibility: visible;opacity:1;-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);-webkit-transition:.5s ease all;transition:.5s ease all;}
}




@media (max-width:1199.98px) {
	
.site-header .navbar {
		display: block;
		padding-top: 1rem;
	}	
	
	
	.navbar-collapse {
		    background: #fff;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem;
	}
	
	.navbar-nav .nav-link {
		padding: 1rem 0;
		font-size: 16px;
		border-bottom: 1px solid #eee;
		color:#363067;
	}	
	
	.navbar-nav .dropdown-menu {
		margin: 0;
    background: #f2f1ff;
    margin-left: -1rem;
    margin-right: -2rem;
    margin-top: -1px;
		padding: 1rem;
	}
	
	.navbar-nav .dropdown-item {
		padding: 0.75rem 0rem;
    font-size: 15px;
    font-weight: 400!important;
    color: #363067!important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.navbar-nav .dropdown-menu .menu-item:last-child .dropdown-item {
		border-bottom: 0;
	}
	
		.navbar-nav .dropdown-item:hover,
		.navbar-nav .dropdown-item:focus {
	background: transparent;
			font-weight: 500!important;
	}
	
	.nav-search-btn {
		position: absolute;
		top: 18px;
    font-size: 24px;
		right: 3rem;
	}
}




/* -------------------- GLOBAL -------------------- */

.container-fluid {
	max-width: 1400px;
}



/* -------------------- header metas -------------------- */

.header-meta p {
	margin: 0;
	padding: 0;
}

.header-meta .autor {
	display: block;
}



.thumb-header-meta {
	font-size: 12px;
	color: #999;
} 

.thumb-header-meta a {
	color: #999;
}





/* -------------------- HOME ARTICLES -------------------- */


.articles-wrap-has-bg .article-thumb .featured-thumb {
	margin: 0;
	}

.articles-wrap-has-bg .article-thumb header,
.articles-wrap-has-bg .article-thumb .thumb-excerpt,
.articles-wrap-has-bg .article-thumb footer {
	background: #fff;
	padding: 1rem;
	margin: 0!important;
	}

.articles-wrap-has-bg .article-thumb .thumb-excerpt,
.articles-wrap-has-bg .article-thumb footer {
	padding-top: 0!important;
	}





/* -------------------- INDEX THUMB -------------------- */


.article-thumb a   {
}

.article-thumb h2 a,
.thumb h2 a {
	color: #001973;
}

.thumb-excerpt {
	padding: 0.5rem 0;
}

.thumb-excerpt,
.thumb-excerpt p {
	font-size: 13px;
 }




.thumb-autor a:hover {
	color: #777;
	} 


.thumb-autor:after {
	content: ',';
} 

.thumb-autor:last-child:after {
	content: '.';
}



.featured-thumb {
	background: #eee;
	padding-bottom: 65%;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
	display: block;
}

.featured-thumb img {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(25%);
	filter: grayscale(25%);
	-webkit-transition: all .5s;
	transition: all .5s;
}






.services-thumb {
	overflow: visible!important;
} 


.services-thumb:hover img {
		-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}



img.bordered {
	padding: 1rem;
    background: rgb(255, 255, 255);
    
}

img.has-shadow {
	-webkit-box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
}




.thumb-cat-wrap { 
	position: absolute;
	bottom: 0.125rem;
	left: 0.125rem;
	}

.thumb-cat-wrap a { 
	  background: rgba(16, 14, 32, 0.6);
    color: #fff;
    padding: 0.25rem 0.5rem;
    margin: 0.125rem;
    font-size: 11px;
    display: inline-block;
		opacity: 0;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform: translate3d(0,2rem,0);
		transform: translate3d(0,2rem,0);
}


.thumb-cat-wrap a:first-child {
	display: none;
	visibility: hidden;
}


.article-thumb:hover .thumb-cat-wrap a {
	background: rgba(16, 14, 32, 1);
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
} 


/* -------------------- Profile Images -------------------- */


.profile-image-vert {
	/* When Colaborator Image is not available */
	padding-bottom: 133.33333%;
	background-color: beige;
	max-width: 600px;
}





/* -------------------- SINGLE COLABORADORES -------------------- */


.author .member-details p {
	font-size: 16px;
	color: #777;
}


.author .member-details p.small {
    font-size: 14px;
    
}


.member-details p {
	font-size: 14px;
	color: #999;
}



.author .header-meta {
	    font-size: 26px;
    color: #363067;
    margin-bottom: 1.5rem;
}



.colaborador-head-content {
	overflow: hidden;
	position: relative;
	padding-top: 5rem;
	background:#efebec;
	border-top:1rem solid #363067;
}


.colaborador-intro { 
padding-bottom: 5rem;
}



.single-member-image {
	min-height: 350px;
}

.single-member-image img {
	background: #efebec;
	position: absolute;
	bottom: 0;
}

.cv-navigation {
	margin-top: 3rem;
}

@media (min-width:992px) {
.member-content { 
	padding: 0 4rem;
	}
}

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

.member-content ul li { 
    padding: 0.25rem 0;
    font-size: 14px;
}


.date-badge {
	width: 90px;
	height: 90px;
	min-width: 90px;
	margin-right: 15px;
	margin-top: 0.75rem;
}

.date-badge .month {
	display: block;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 11px;
	background: #f77;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.date-badge .day {
	display: block;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 100;
	line-height: 1;
	color: #363067;
	background: #fff;
/*	font-family: Montserrat; */
}


.formacao-agendada {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}



.formacao-details {
	width: calc(100% - 210px);
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding-top: 1rem;
	padding-left: 15px;
	}

.formacao-details h3 {

	}

.formacao-details p {
	margin: 0;
	font-size: 16px;
}

.formacao-details b {
	font-weight: 700;
}




.formacao-details-meta  {
	
	margin-top: 1.5rem;
}


.formacao-details-meta .pretitle {
	font-size: 10px!important;
	font-weight: 500;
	margin-bottom: 0.125rem;
}

.formacao-details-meta .pretitle:after {
	display: none;
}

.formacao-details-meta p {
	font-size: 14px;
}


.formacao-details-meta .fdm {
	padding: 0.5rem 1rem;
}

.formacao-details-meta .fdm  p {
	font-size: 13px;
}


@media (min-width:992px) {
	.formacao-details-meta .fdm {
	border-left: 1px solid #eee;
	}
}

.formacao-details-meta .fdm:first-child {
	border-left: 0px solid #eee;
}


.inscricao {
	margin-left: 1rem;
	width: 90px;
	min-width: 90px;
	padding-top: 0.75rem;
}


.inscricao .btn,
.esgotado {
	width: 100%;
}

.esgotado {
	font-size: 16px!important;
	color: #d64956;
	border: 1px solid transparent;
	font-weight: 600;
}

.inscricao-wrap {
	padding: 4rem 0;
	background: #eee;
}



/* Formação Agenda Compact */

.formacao-agendada.compact {
	border: 0px solid rgba(0,0,0,0.1);
	margin-bottom: 1rem;
	}


.formacao-agendada.compact .date-badge {
	width: 60px;
	height: 60px;
	min-width: 60px;
	margin-right: 0rem;
	border: 0;
	margin-top: 0;
	}


.formacao-agendada.compact .date-badge .day {
  height: 40px;
	font-size: 28px;
	}

.formacao-agendada.compact .date-badge .month {
  height: 20px;
	font-size: 9px;
	}



.formacao-agendada.compact .formacao-details {
	width: calc(100% - 150px);
	border: 0;
	padding-top: 0.25rem;
	}



.formacao-agendada.compact p {
	font-size: 14px;
}


.formacao-agendada.compact p.small,
.inscricao p.small {
	font-size: 12px;
	margin-top: 0.5rem;
	margin-bottom: 0;
	text-align: center;
}


.formacao-agendada.compact .inscricao {
	margin-left: 1rem;
	width: 90px;
	min-width: 90px;
	padding-top: 0.25rem;
}

.formacao-agendada.compact .inscricao .btn {
	width: 100%;
}





.form-control,
select.form-control {
	min-height: 48px!important;
  color: #777;
  height: 48px;
	}






/* SINGLE FORMAÇÃO */



.single-form-details p {
	font-size: 16px!important;
	margin-bottom: 0;
}

.single-form-details .pretitle:after {
	display: none;
}

.single-form-details span.pretitle {
	font-size: 13px!important;
	font-family: 'Montserrat', sans-serif;
	}

.single-form-details .sf-detail {
	border-left: 1px solid #eee;
}


.single-form-details .sf-detail:first-child {
	border-left: 0px;
}


.single-form-db.date-badge {
	position: absolute;
	right: 0rem;
	top: -140px;
	width: 110px;
	height: 110px;
	min-width: 110px;
	margin-right: 15px;
	margin-top: 0.75rem;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.1);
	}

.single-form-db.date-badge .month {
	height: 34px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .2px;
	}

.single-form-db.date-badge .day {
	height: 80px;
	font-size: 53px;
	}


.single-form-db.passed {
	position: absolute;
	right: 0rem;
	top: -180px;
	width: 320px;
	font-weight: 500;
	padding: 1rem;
	background: #fd7373;
	color: #fff;
	margin-right: 15px;
	margin-top: 0.75rem;
	border-radius: 5px;
	border: 2px solid #fd7373;
	}


.single-form-db.passed h4 {
color: #fff;
	
}



/* -------------------- SINGLE -------------------- */


.single-featured {
	margin-bottom: 2rem;

	margin-left: -1rem;
	margin-right: -1rem;
	padding: 1rem;
	background: #fff;
	
	}

.single-featured img {
	width: 100%;
	min-width: 100%;
	}





.cr-credit {
	color: #999;
  text-align: right;
  font-size: 11px;
  display: block;
  padding: 0.25rem;
	}



.post-content-wrap h2,
.post-content-wrap h3,
.post-content-wrap h4 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	
}


.post-footer  {
	padding: 1rem 0 4.5rem;
	margin-top: 5rem;
	font-size: 14px;
}


.post-footer .meta-wrapper .meta {
	border-right: 1px solid #ddd;
	padding-right: 1rem;
	height: 100%;
}

.post-footer .meta-wrapper .meta:last-child  {
	border-right: 0px solid #ddd;
}


.post-footer .pretitle {
	padding-bottom: 0.5rem;
	margin-bottom: 0!important;
}







.avatar-wrap img {
	border-radius: 50%;
	padding: 0.25rem;
	background: #fff;
	}


section.posts-nav {
    background: #363067;
    font-size: 14px;
}

section.posts-nav a {
	color: #fff;
}


section.posts-nav i {
	padding: 0 .5rem;
}

section.posts-nav span {
	text-transform: none;
	letter-spacing: 0px;
	padding: 0 1.75rem;
}






/* ---------- Partners Logo ------------ */


.partners-logo {

	
}

.partners-logo img {
	max-width: 200px;
	display: block;
	margin: auto;
}





/* --------------  SWIPPER ------------------ */


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: inherit;
    bottom: 0;
    width: 3rem;
    height: 3rem;
    margin-top:inherit;  
    z-index: 10;
    cursor: pointer;
    background-size: 14px 22px;
    background-position: center;
    background-repeat: no-repeat;
	}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ccc'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: 4rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ccc'%2F%3E%3C%2Fsvg%3E");
  right: 0rem;
  left: auto;
}





.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23595482'%2F%3E%3C%2Fsvg%3E");
}



.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23595482'%2F%3E%3C%2Fsvg%3E");
	}



/* -------------------- Top Nav Swiper -------------------- */



.swiper-topnav-container .swiper-button-prev,
.swiper-topnav-container .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M24.6 32.7L11.9 20 24.6 7.3l1.5 1.4L14.8 20l11.3 11.3z'/%3E%3C/svg%3E");
  left: auto;
  right: 35px;
	margin-left: 1rem;
	} 

.swiper-topnav-container .swiper-button-next,
.swiper-topnav-container .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M15.4 7.3L28.1 20 15.4 32.7l-1.5-1.4L25.2 20 13.9 8.7z'/%3E%3C/svg%3E");
  left: auto;
  right: 0px;
	}


.swiper-topnav-container .swiper-button-prev,
.swiper-topnav-container .swiper-button-next {
	
	margin-top: -0.25rem;
	top: 0;
	width: 38px;
  height: 40px;
  background-size: 28px;
	opacity: 0.25;
	-webkit-transition: all .5s;
	transition: all .5s;
	} 

.swiper-topnav-container .swiper-button-prev:hover,
.swiper-topnav-container .swiper-button-next:hover {
	opacity: 0.75;
}






.hided_excerpt .thumb-excerpt {
	display: none;
	visibility: hidden;
}


.hide_thumbnail .featured-thumb {
	display: none;
	visibility: hidden;
}


.listed-grid .article-thumb { 
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
	}


.listed-grid .article-thumb .featured-thumb { 
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
	}





.listed-grid .article-thumb .featured-thumb { 
	 grid-column: 1;
   grid-row: 1 /span 2;
	 padding-bottom: 0%;
	background: transparent;

	}

/*
.listed-grid .article-thumb .featured-thumb img { 
-o-object-fit:cover; 
object-fit:cover;
	    width: 100%;
    height: 100%;
}
*/

.listed-grid .article-thumb .thumb-excerpt {
   grid-column: 2/span 2;
	 grid-row: 2;
	padding-left: 1rem;
}

.listed-grid .article-thumb header {
	padding-left: 1rem;
	 grid-column: 2/span 2;
	 grid-row: 1;
}

.listed-grid .article-thumb header h2 {
	margin-bottom: 0;
}

/* -------------------- Top Nav Swiper -------------------- */


 
.slider-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0;
}


.slider-navigation span {
	margin-bottom: 0;
}


.slider-navigation .view-all {
	    margin-right: 1rem;
    margin-left: auto;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.slider-navigation .swiper-button-prev,
.slider-navigation .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M24.6 32.7L11.9 20 24.6 7.3l1.5 1.4L14.8 20l11.3 11.3z'/%3E%3C/svg%3E");
  left: 0;
  right: 0;
	} 

.slider-navigation .swiper-button-next,
.slider-navigation .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M15.4 7.3L28.1 20 15.4 32.7l-1.5-1.4L25.2 20 13.9 8.7z'/%3E%3C/svg%3E");
  left:0;
  right: 0px;
	}


.slider-navigation .swiper-button-prev,
.slider-navigation .swiper-button-next {
	position: relative;
	top: 0;
	width: 38px;
  height: 40px;
  background-size: 28px;
	opacity: 0.25;
	-webkit-transition: all .5s;
	transition: all .5s;
	} 

.slider-navigation .swiper-button-prev:hover,
.slider-navigation .swiper-button-next:hover {
	opacity: 0.75;
}






.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	font-family: 'Montserrat', sans-serif;
	    font-weight: 400;
    font-size: 13px;
	letter-spacing: .3px;
	padding: 1rem;
	text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #36306B;
		font-weight: 600;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}



/*  --- FORMATION LIST ARCHIVE --- */



.formation-archive-list {
	padding: 0;
	margin: 0;
	border-top: 1px solid #eee;
}

.formation-archive-entry {
	border-bottom: 1px solid #eee;
	padding: 0.75rem 0 0.5rem;
	}


.formation-archive-entry .details span {
	font-size: 12px;
	padding-right: 1rem;
	}

.formation-archive-entry .details span i {
	margin-right: 0.25rem;
	}

/* -------------------- Member Testimonial Swiper -------------------- */


.member-testimonials {
	background: #e1e4f3;
	margin: 3rem 0 0;
	}

.testimonial-swiper-wrap {
	padding: 5rem 1rem 3rem;
	}

.testimonial-swiper {
	position: relative;
	overflow: hidden;
	}

.testimonial-swiper .swiper-slide {
	padding: 3rem 0rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	} 

.testimonial-swiper p { 
	font-size: 18px;
  color: #58537d;
  font-weight: 400;
	}

.testimonial-swiper .cite {
	display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: 3rem;
	}




.testimonials-section .pretitle:after {
	background: #fbc3c3;
}




.tiny-thumb h2 a,
.tiny-thumb h3 a,
.tiny-thumb h4 a {
	color:#363067;
	
}





/* -------------------- REVEAL STYLES -------------------- */


.h1_subtitle {
	font-size: 1.5rem;
	font-weight: 300;
	color: cadetblue;
}








/* --------------------- TEXT ELEMENTS ----------------- */

.has-divider-top:before,
.has-divider-bottom:after {
	content:'';
	width: 60px;
	height:3px;
	background: #ccc;
	display: block;
	position: relative;
	margin: 1rem 0;
	}


.pretitle {
	display: block;
	width: 100%;
	margin-bottom: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px!important;
	font-family: 'Montserrat', sans-serif!important;
font-weight: 500;
	}

.pretitle:after {
	content:'';
	display: block;
	height: 4px;
    background: #ffd1d1;
    z-index: -1;
    top: 2px;
    width: 60px;
    margin-left: 0.75rem;
	z-index: 1;
	}

.pretitle.reveal:after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.pretitle.appear:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}




/* SECTION SVG BACKGROUNDS */

@media (min-width:992px) {
.lg-absolute {
	position: absolute;
	}
	}

.section {
	position: relative;
	}

.oflow-hidden {
	overflow: hidden;
	}

.section-svg-bg-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	}



/* --------------------- BTNS ----------------- */



.btn-clean {
	padding-left: 0;
	}




/* ------------------ HERO SLIDER -------------------------*/


.hero-slider-wrap .hero-slide {
	background-position: center;
	background-size: cover;
	}

.hero-slider-wrap .hero-slide .slide-content-wrap {
	height: 70vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}


/* ------------------ BOOTSTRAP CAROUSEL -------------------------*/


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M13.9 18.5l.7-.7L6.8 10l7.8-7.8-.7-.7L5.4 10z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M6.1 1.5l-.7.7 7.8 7.8-7.8 7.8.7.7 8.5-8.5z'/%3E%3C/svg%3E");
}	


/* ------------------ NAVBAR -------------------------*/


.site-header .navbar {
	background: #fff;
	z-index: 9;
	height: 100px;
	}


.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media (min-width:1200px) {
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
	-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	-webkit-transition: background 1s;
	transition: background 1s;
	height: 100px;
	}
	
.site-header.is-fixed {
  position: fixed;
  top: -100px;
	background: #fff;
	-webkit-transition: -webkit-transform 0.75s;
	transition: -webkit-transform 0.75s;
	transition: transform 0.75s;
	transition: transform 0.75s, -webkit-transform 0.75s;
	}	

.site-header.is-visible {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  }
	

}


.nav-search-wrap {
	position: absolute;
	z-index: 4;
	background: #ccd1ea;
	width: 100%;
	left: 0;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.nav-search-wrap.active {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}

.nav-search-wrap .form-inline .form-control {
	width: calc(100% - 120px);
	height: 60px;
	background: #fff;
	border-radius: 0;
	border: 0;
}

.nav-search-wrap .form-inline .btn,
.nav-search-btn {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0;
	border: 0!important;
}

.close-search {
	background-color: #363067;
	color: #fff!important;
}





.section-consultas-online {
	padding-top: 5rem;
    padding-bottom: 4rem;
    z-index: 2;
    position: relative;
}






/* ------------------ MAIN WRAPPER -------------------------*/


.main-wrapper {
position: relative;
	overflow: hidden;
	}

.post-wrapper {
	margin-top: 6rem;
}

.category-header {
	min-height: 140px;
	background: #363067;
	margin-bottom: 2rem;
}


.page-header {
	margin-bottom: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	}




.page-header .avatar-wrap img {
	    position: absolute;
    height: 300px;
    margin-top: 5rem;
    width: auto;
    padding: 0;
    right: 0;
    border-radius: 0;
    top: 0;
	
} 


.header-colab-article.page-header-image {
	background-color: #efebec!important;
}



.page-header p {
	font-size: 20px;
	font-weight: 300;
	}


@media (min-width:992px) {
.page-header.home-header h1 {
	color: #fff;
}	
	
	
.page-header {
	min-height: 75vh;	
	}

.page-header.full-vh {
	min-height: 100vh;
	color: #cbe0d9;
	}

	
.page-header p {
	font-size: 22px;
	}
	
	
.post .page-header p,
.post	.header-meta {
	font-size: 18px;
	font-weight: 300;
	}

.page-header .pretitle {
	font-size: 16px!important;
	} 
	
}

.page-header .pretitle:after {
	 height: 5px;
   background: #ffd1d1;
   z-index: -1;
   top: 2px;
   width: 60px;
   margin-left: 0.75rem;
	} 



.page-header-image {
	min-height: auto;
	position: relative;
	margin-bottom: 4.5rem;
	padding-bottom: 45%;
	width: 100%;
	background-position: center 52%;
	background-size: cover;
	min-height: 70vh;
	overflow: hidden;	
	}


.ph-has-anim .page-header-image {
	-webkit-transition: all 3s;
	transition: all 3s;
}



@media (max-width:991px) {
	.page-header-image {
		min-height: auto;
		position: relative;
/*		margin-bottom: 3rem;*/
		padding-bottom: 75%;
		background-position: center center!important;
	}
}


@media (min-width:992px) {
.page-header.home-header .page-header-image {
	padding-bottom: 0;
	position: absolute;
	min-height: 100vh;
	top: 0;
    left: 0;
	width:100%;
	background-size: cover;
	}
}



@media (max-width:991px) {
.page-header.home-header .page-header-image {
	position: relative;
	background-position: 0% 40%!important;
	background-size: 200%;
}	

}


.page-header.small-header,
.page-header.tiny-header {
	min-height: auto;
	
	}

.page-header.small-header .page-header-image {
	padding-bottom: 0;
	min-height: 450px!important;
	background-color: #352e66;
	}

.page-header.profile-header .page-header-image {
min-height: 350px!important;
}

.page-header.tiny-header .page-header-image {
	padding-bottom: 0;
	min-height: 150px!important;
	background-color: #352e66;
	}




.page-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.25;
	z-index: 0;
}


.page-header .container-fluid {
	position: relative;
	z-index: 1;
}


.page-header .pretitle {
	font-size: 13px;
}


/*
.page-header-image:after {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../../images/header-footer.svg);
    background-position: center center;
    content: '';
    z-index: 2;
}

@media (max-width:991px) {
	.page-header-image:after {
		height: 75px;
}
	}

@media (max-width: 575.98px) { 
	.page-header-image:after {
		height: 50px;
}
}
*/

/* HOME PAGE */


.home-intro { 
	background: #ccc;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}





/* SECTION PAGE NAVIGATION */


.page-navi-wrap {
	position: relative;
	width: 100%;
	}

.page-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #352f67;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	}


.page-navi.affix {
	position:fixed;
  top:0;
  right:0;
	width: 100%;
	-webkit-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	
}


.page-navi ul {
	  list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
	}


.page-navi ul li {
	padding: 1.5rem 1.5rem 1.5rem;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(0,0,0,0.05);
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	min-height: 80px;

}

.page-navi ul li span {
	position: absolute;
	    color: rgba(255,255,255,0.1);
    font-size: 68px;
    font-weight: 800;
}




.page-navi ul li:first-child {
	border-left: 0px solid #eee;
}

.page-navi ul li:last-child {
	border-right: 0px solid #eee;
}

.page-navi ul li a {
	color: #fff;	
	display: block;
}



.morada  {
	margin-top: 0.5rem;
	}

.morada p {
	font-size: 13px!important;
}



/*----------- EQUIPA ---------- */

.member-thumb img {
	-webkit-filter: grayscale(30%);
	filter: grayscale(30%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.member-thumb:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


/* ----------------------- FOOTER --------------------------*/


.site-footer {
	background: #eee;
	color:#777;
	font-size: 13px;
	padding: 4rem 0;
	}

.site-footer p {
	font-size: 13px;
	}

.site-footer h2 {
	font-size: 16px;
	letter-spacing: 0;
	margin-top: 2rem;
	}

.site-footer a {
	color: #576696;
	}

.site-footer ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	}

.site-footer .btn {
	font-weight: 500;
	padding: 0.125rem 0;
	font-family: 'Public Sans', sans-serif!important;
}



.site-footer .row {
	position: relative;
}

.footer-logo {
    width: 75%;
    height: auto;
    max-width: 250px;
    display: block;
}

.footer-logo svg path {
	fill: #d4d7e2!important;
} 


.site-footer ul li a {
	padding: 0.125rem 0;
	display: block;
	font-weight: 500;
	}

.copyright-wrap p {
	font-size: 12px;
	}

.legal-notes p  {
	border-top:1px solid #ccc;
	padding-top:1rem;
	padding-bottom: 1rem;
	}

.legal-notes p {
	font-size: 12px;
	margin-bottom: 0;
	}

.legal-notes a {
	text-decoration: underline;
	} 





/* ------ Call to Action Section ----- */



.cta-section {
	padding: 6rem 0;
	text-align: center;
	background: #CBD1EA;
}








/* ---------- accordion-wrap ------------- */



#accordion-wrap .card-header {
	background: transparent;
	padding: 0;
	border: 0;
}


#accordion-wrap .card-header .btn {
	background: #fff;
	font-size: 22px;
	width: 100%;
	text-align: left;
	padding: 0.75rem 0;
	position: relative;
}

#accordion-wrap .card-header .btn:hover,
#accordion-wrap .card-header .btn:focus {
text-decoration: none!important;
}

#accordion-wrap .card-header .btn.collapsed {
	background: #fff;
	
}


#accordion-wrap .card-header .btn:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #ec8697;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	display: block;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	position: absolute;
	left: 0;
	bottom:0;
	
}

#accordion-wrap .card-header .btn.collapsed:after {
-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	}


#accordion-wrap .card-header .btn.collapsed:hover:after {
-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	background: #eee;
	
	}


#accordion-wrap .card-body {
	padding: 2rem 0 1rem!important;
}


/* --------------  CONTACT NOTES ------------------ */

.contact-notes p {
	font-size: 12px;
}

.contact-notes a {
	color: inherit;
	text-decoration: underline;
}







/* ----- Contact Form-7 Global Styles ----- */

span.wpcf7-not-valid-tip {
    color: #da5a45;
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-top: 0.25rem;
}


div.wpcf7-response-output {
    margin: 2em 0 1em;
		color: #fff; 
    padding: 0.2em 1em;
    border: 2px solid #da5a45;
		background: #da5a45;
		font-size: 13px;
		font-weight: 500;
		}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #d8b62c;
		background:#d8b62c;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #60c78a;
	background: #60c78a;
	}


span.wpcf7-list-item {
  margin: 0 1.5rem 0 0em;
	}


.form-group.small,
.form-group.small p {
	font-size: 14px;
}

.form-group.small .wpcf7-list-item{
	font-size: 15px!important;
}

.form-group.small input[type=checkbox] {
	margin-right: 0.5rem;
}



span.req {
	color: rgb(190, 49, 26);
	}





.socicons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.socicon {
	width: 32px;
	height: 32px;
	margin-right: .5rem;
	background: #ccd1ea;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.socicon:hover {
	background: #352f67;
	}

.socicon svg,
.socicon img {
	width:16px;
	height: 16px;
}


/* PAGINATION */

.pagination {
  font-size: 14px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 500;
}

.page-link {
    color: #352d65;
}

.page-link:hover,
.page-link:focus {
    color: #352d65;
	  -webkit-box-shadow: 0 0 0 0rem rgba(255, 103, 255, 0)!important;
          box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0)!important;
}

.page-item.active .page-link {
    background-color: #352d65;
    border-color: #352d65;
}





/* ------------------------- MAPA --------------------------*/


#map_canvas {
	width: 100%;
	padding-bottom: 66.66666%;
	background: #eee;
	min-height: 100%;
	}

h2.firstHeading {
    font-size: 16px!important;
    font-weight: 500px!important;
    color: #352e66!important;
    margin: 0;
    letter-spacing: .5px;
		}


.par-directa {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		display: block;
		float:left;
		background: #ff9696;
		position: absolute;
    margin-top: 4px;
		margin-left: -1rem;
		}

.accordion-localizacoes .par-directa {
		position: absolute;
		right: 2rem;
	margin-top: 0;
	margin-left: 0;
	}


.accordion-localizacoes .card-body {
	border-bottom: 1px solid #ddd;
}

.accordion-localizacoes .card-header  {
	padding: 0!important;
	background: transparent;
	}

.accordion-localizacoes.compacted .card-header h3 {
	font-size: 14px;
	}


.accordion-localizacoes .card-header .btn {
	white-space: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 1.4;
	padding: 1rem 1.5rem 0.75rem;
	width: 100%;
	background: #ebf5ff;
	}

.accordion-localizacoes .card-header .btn:hover {	
	background: #ebf5ff!important;
	text-decoration: none;
	}

.accordion-localizacoes .card-header .btn:focus {
		text-decoration: none;

}

.accordion-localizacoes .card-header .btn.collapsed
{
	background: #fff;
	}
	
.accordion-localizacoes.compacted .card-header .btn  {
	padding: 0.75rem 2.5rem 0.5rem 1.5rem;
}

.accordion-localizacoes .card-header .btn span {
	display: block;
	color: #666;
} 






/* ------ CHAT --------- */





/* --------------  ANIMATED SVG ------------------ */

.animated-svg path {
	-webkit-transition: stroke-dashoffset 3s ease-out !important;
	transition: stroke-dashoffset 3s ease-out !important;
	stroke-dashoffset: 0 !important;
	-webkit-transition-delay: 0.8s !important;
	transition-delay: 0.8s !important;
	}


/* --------------  SOCIAL ICONS ------------------ */

.social-media-icons  {
	list-style:none;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-left: 1rem;
	}

.social-media-icons li {	
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
	}

.social-media-icons i {
  font-size: 18px!important;
  color: inherit!important;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
	overflow:hidden;
	transition: all 0.25s ease,opacity 0.2s linear;
    -webkit-transition: all 0.25s ease,opacity 0.2s linear;
	}

.social-media-icons a {
	color:rgba(255, 255, 255, 0.75);
		display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	}

.social-media-icons a:hover {
	text-decoration:none;
	color:rgba(255, 255, 255, 1);
	}

.social-media-icons i:before,
.social-media-icons i:after {
	display:block;
	-webkit-transition: opacity 0.2s linear,-webkit-transform 0.25s ease;
	transition: opacity 0.2s linear,-webkit-transform 0.25s ease;
	transition: transform 0.25s ease,opacity 0.2s linear;
	transition: transform 0.25s ease,opacity 0.2s linear,-webkit-transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s linear;
	}

.social-media-icons i:hover:before,
.social-media-icons i:hover:after {
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
	}

.social-media-icons .fa-facebook-f:before, 
.social-media-icons .fa-facebook:before,
.social-media-icons .fa-facebook-f:after, 
.social-media-icons .fa-facebook:after {
    content: "\f09a";
	}

.social-media-icons .fa-google-plus:before,	
.social-media-icons .fa-google-plus:after {
    content: "\f0d5";
	}

.social-media-icons .fa-instagram:before,	
.social-media-icons .fa-instagram:after {
    content: "\f16d";
	}

.social-media-icons .fa-twitter:before,
.social-media-icons .fa-twitter:after {
    content: "\f099";
	}

.social-media-icons .fa-flickr:before,
.social-media-icons .fa-flickr:after {
    content: "\f16e";
	}

.social-media-icons .fa-pinterest:before,
.social-media-icons .fa-pinterest:after {
    content: "\f0d2";
	}

.social-media-icons .fa-youtube:before,
.social-media-icons .fa-youtube:after {
    content: "\f167";
	}
.social-media-icons .fa-vimeo-square:before,
.social-media-icons .fa-vimeo-square:after {
    content: "\f194";
	}

.social-media-icons .fa-tumblr:before,
.social-media-icons .fa-tumblr:after {
    content: "\f173";
	}

.social-media-icons .fa-dribbble:before,
.social-media-icons .fa-dribbble:after {
    content: "\f17d";
	}

.social-media-icons .fa-feed:before, 
.social-media-icons .fa-rss:before,
.social-media-icons .fa-feed:after, 
.social-media-icons .fa-rss:after {
    content: "\f09e";
	}

.social-media-icons .fa-linkedin:before,
.social-media-icons .fa-linkedin:after {
    content: "\f0e1";
	}

.social-media-icons .fa-tripadvisor:before,	
.social-media-icons .fa-tripadvisor:after {
    content: "\f262" !important;
	}

.social-media-icons .fa-envelope:before,
.social-media-icons .fa-envelope:after {
    content: "\f0e0";
}



/* ------------- EKKO LIGHTBOX ------------- */ 

.ekko-lightbox {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 0!important
		}

.ekko-lightbox-container {
    position: relative
		}

.ekko-lightbox-container>div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
		}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
		}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
		}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    color: #666;
    font-size: 40px;
		font-weight: 300;
    z-index: 1
		}

.ekko-lightbox-nav-overlay a>* {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1
		}

.ekko-lightbox-nav-overlay a>:focus {
    outline: none
		}

.ekko-lightbox-nav-overlay a span {
    padding: 0 15px;
    font-size: 16px;
		}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
	}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
	}

.ekko-lightbox-nav-overlay a:focus {
    outline: none
	}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
	}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
	}

.ekko-lightbox .modal-dialog {
    display: none
	}

.ekko-lightbox .modal-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    border-top: 0;
    padding-top: 0;
	}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
	}

.ekko-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
	}

.ekko-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: a 2s infinite ease-in-out;
    animation: a 2s infinite ease-in-out
	}

.ekko-lightbox-loader>div>div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
	}

.modal-dialog .ekko-lightbox-loader>div>div {
    background-color: #333
	}

@-webkit-keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes a {
    0%,
    to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}




section.py-12 {
	padding-top: 12rem!important;
	padding-bottom: 12rem!important;
	}

section.py-9 {
	padding-top: 9rem!important;
	padding-bottom: 9rem!important;
	}

section.py-6 {
	padding-top: 6rem!important;
	padding-bottom: 6rem!important;
}

section.py-5 {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

section.py-4 {
	padding-top: 4rem!important;
	padding-bottom: 4rem!important;
}

section.py-3 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}

section.py-2 {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

section.py-1 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}


section.pt-12 {
	padding-top: 12rem!important;
	}

section.pt-9 {
	padding-top: 9rem!important;
	}

section.pt-6 {
	padding-top: 6rem!important;
	}

section.pt-6 {
	padding-top: 5rem!important;
	}

section.pt-4 {
	padding-top: 4rem!important;
	}

section.pt-3 {
	padding-top: 3rem!important;
	}

section.pt-2 {
	padding-top: 2rem!important;
	}

section.pt-1 {
	padding-top: 1rem!important;
	}



section.pb-12 {
	padding-bottom: 12rem!important;
	}

section.pb-9 {
	padding-bottom: 9rem!important;
	}


section.pb-6 {
	padding-bottom: 6rem!important;
	}

section.pb-5 {
	padding-bottom: 5rem!important;
	}

section.pb-4 {
	padding-bottom: 4rem!important;
	}

section.pb-3 {
	padding-bottom: 3rem!important;
	}

section.pb-2 {
	padding-bottom: 2rem!important;
	}

section.pb-1 {
	padding-bottom: 1rem!important;
	}




@media (min-width:768px) {
	
section.py-md-12 {
	padding-top: 12rem!important;
	padding-bottom: 12rem!important;
	}

section.py-md-9 {
	padding-top: 9rem!important;
	padding-bottom: 9rem!important;
	}

section.py-md-6 {
	padding-top: 6rem!important;
	padding-bottom: 6rem!important;
}

section.py-md-5 {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

section.py-md-4 {
	padding-top: 4rem!important;
	padding-bottom: 4rem!important;
}

section.py-md-3 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}

section.py-md-2 {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

section.py-md-1 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important;
}
	
	
	
	
section.pt-md-12 {
	padding-top: 12rem!important;
	}

section.pt-md-9 {
	padding-top: 9rem!important;
	}

section.pt-md-6 {
	padding-top: 6rem!important;
	}

section.pt-md-6 {
	padding-top: 5rem!important;
	}

section.pt-md-4 {
	padding-top: 4rem!important;
	}

section.pt-md-3 {
	padding-top: 3rem!important;
	}

section.pt-md-2 {
	padding-top: 2rem!important;
	}

section.pt-md-1 {
	padding-top: 1rem!important;
	}



section.pb-md-12 {
	padding-bottom: 12rem!important;
	}

section.pb-md-9 {
	padding-bottom: 12rem!important;
	}

section.pb-md-6 {
	padding-bottom: 6rem!important;
	}

section.pb-md-5 {
	padding-bottom: 5rem!important;
	}

section.pb-md-4 {
	padding-bottom: 4rem!important;
	}

section.pb-md-3 {
	padding-bottom: 3rem!important;
	}

section.pb-md-2 {
	padding-bottom: 2rem!important;
	}

section.pb-md-1 {
	padding-bottom: 1rem!important;
	}	

}


@media (min-width:992px) {
	
.neg-mt-lg-9 {
	margin-top: -9rem;
	}
	
.neg-mt-lg-7 {
	margin-top: -7rem;
	}	
	
.neg-mt-lg-6 {
	margin-top: -6rem;
	}
	
.neg-mt-lg-3 {
	margin-top: -3rem;
	}
	

.neg-mx-lg-3 {
	margin-left: -3rem;
	margin-right: -3rem;
	}
	
}


.bg_white {
	background-color: #fff;
}

/*
.pardirlabel:before {
	 width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    float: left;
    background: #ff9696;
}
*/


.filterarticles .btn-primary {
	min-height: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
}