header{
	background:var(--primary-color);
	z-index: 1;
}

header .mask{
	padding-top:15px;
	background:rgba(33,33,33,.2);
}

header ul{
	list-style-type: none;
	padding:0px;
}

header ul li{
	display: inline-block;
	margin-right:10px;
	margin-top:30px;
	text-shadow:0px 2px 4px rgba(0,0,0,.5);
}

header ul li a{
	font-size:19px;
	font-weight: bold;
	color:white !important;
	text-transform: uppercase;
	text-decoration: none !important;
	padding-bottom:5px;
	border-bottom: 1px transparent solid;
	text-shadow:0px 2px 4px rgba(0,0,0,.5);
}
header .hlp a{
		text-decoration: underline !important;
}
header ul li.current-menu-item a, header ul li a:hover{
	border-bottom: 1px white solid;
}

#header-sidebar ul li.current-menu-item a, #header-sidebar ul li a:hover{
	border-bottom: 1px var(--primary-color) solid !important;
}
header h1{
	font-size:50px;
	font-weight: bold;
	text-shadow:0px 2px 4px rgba(0,0,0,.5);
}

.text-white{
	text-shadow:0px 2px 4px rgba(0,0,0,.5);
}

#header-sidebar{
	width:300px;
	height:100vh;
	overflow: hidden;
	position: fixed;
	top:0px;
	right: -300px;
	z-index: 9999;
	background: white;
	display: flex;
	flex-direction: column;
	padding:30px;
	overflow-y: auto;
	transition: all .2s ease-out;
	transition: all .2s ease-in;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}

#page-header{
	-webkit-transition: animation 0.2s ease;
	-moz-transition: position 5s;
	-ms-transition: position 5s;
	-o-transition: position 5s;
	transition: animation 0.2s ease;
}

#page-header.scroll{
	padding: 10px 0px;
	background:var(--primary-color) !important;
	position: -webkit-sticky; /* Safari */
  	position: fixed;
  	top: 0;
    width: 100%;
    z-index: 999999;
    animation: smoothScroll .2s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

#page-header.scroll .mask{
	padding:10px 0px;
}

#page-header.scroll .logo-scroll{
	height:60px;
}

#page-header.scroll .no-show-scroll{
	display: none !important;
}

img.navbar-logo{
	width: 440px;
}
#header-sidebar img.navbar-logo{
	max-width: 140px;
}
body .sidebar-overlay{
	display: none;
}
body.open .sidebar-overlay{
	display: block;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
body.open #header-sidebar{
	right: 0px;
	z-index: 999999;
}


#menu-btn{
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
    text-shadow: none;
}

#menu-btn img{
	width:40px;
}


.menu-lateral{
	text-align: left !important;
	padding-top: 0px !important;
}

.menu-lateral li{
	display: block;
	margin-top:14px;
	text-shadow: none;
}

.menu-lateral li a{
	color:var(--primary-color) !important;
	text-shadow: none;
}

.wrapper{
	min-height:600px;
	z-index:9;
	padding-bottom: 50px;
}

.box-steeps{
	background:white;
	padding:15px;
}

.box-steeps *{
	font-size:18px;
}

.box-steeps ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:0px;
	margin:0px;
}

.box-steeps li{
	display: flex;
	width:300px;
	margin: 15px 0px;
}

.ancle{
	width:31px;
	height:31px;
	border-radius: 50%;
	background: #F9F9F9;
	border:1px #E6E8EB solid;
	display: flex;
	align-items:center;
	justify-content: center;
	text-decoration: none !important;
	margin-left: 15px;
	flex-shrink: 0;
}

.table-content{
	overflow-x: auto;
	width:100%;
}

.bg-dark{
	background: #354F52;
	color:white;
}

.bg-green{
	background:#52796F;
	color:white;
}

.clickable-row td:first-child:before{
	position: absolute;
	width:10px;
	background: red;
}

.clickable-row:hover td{
	background:#F5F6F4 !important;
	cursor: pointer !important;
}

.table-content tr svg path.mark{
	fill:#CAD2C6;
}

.table-content tr:hover svg path.mark{
	fill:#354F52;
}

.table-content tbody tr:hover td{
	text-decoration: underline;
}

.timeline{
	width:100%;
	display: flex;
	align-items: center;
	padding:70px 0px;
}

.timeline .prev, .timeline .next{
	width:35px;
	height:35px;
	flex-shrink: 0;
	border-radius: 50%;
	background:#52796F;
	display: flex;
	align-items: center;
	justify-content: center;
	border:4px white solid;
	cursor: pointer;
}

.timeline .prev path:last-child, .timeline .next path:last-child{
	fill:white;
}

.timeline .items{
	width:calc(100% - 70px);
	height:1px;
	border-top:1px #9AB1C0 solid;
	position: relative;
}

.timeline .items .item-timeline{
	position: absolute;
	top:-8px;
}

.timeline .items .item-timeline .circle{
	width:16px;
	height: 16px;
	border-radius: 50%;
	background: #52796F;
	border:2px white solid;
	cursor: pointer;
}

.timeline .items .item-timeline .date{
	position: absolute;
	top:-80px;
	left:-36px;
	width:94px;
	height:59px;
	display: none;
	align-items: center;
	justify-content: center;
	background:#84AA8C;
	font-size:20px;
	font-weight: 500;
	color: white;
}
.timeline .items .item-timeline .date::before{
	content:'';
	position: absolute;
	bottom:-13px;
	width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #84AA8C;
}

.timeline .items .item-timeline:hover .circle, .timeline .items .item-timeline.active .circle{
	background: #84AA8C;
}

.timeline .items .item-timeline:hover .date, .timeline .items .item-timeline.active .date{
	display: flex;
}

.our-roots .info-item{
	display: none;
}

.our-roots .info-item.active{
	display: flex;
}

.peope-cards{
	width:100%;
	overflow-x: auto;
	display: flex;
	align-items: stretch;
}

.people-card{
	width: 300px;
	margin:0px 10px 10px 0px;
	padding: 30px 15px;
	flex-shrink: 0;
}

.shadow{
	box-shadow: 0px 2px 4px #4A4A4A;
}

.around{
	border-radius: 5px;
}

.people-card .text{
	font-size:16px;
	color:#527275;
}

.people-card .info{
	display: flex;
}

.people-card .info img{
	width:71px;
	height: 71px;
	border-radius: 50%;
}

.people-card .info h3{
	font-size:22px;
	color:#527275;
	font-style: italic;
}

.people-card .info p{
	color:#527275;
}

.careers-content p, .careers-content ul li{
	color:#1F494C;
	font-weight: normal !important;
}

.contact a, .map p a, .map p b, .map p strong{
	color:var(--green);
	font-weight: bold;
}


.contact .form-group label{
	display: block;
	color:#133F42;
}

.contact .form-group input, .contact .form-group textarea, .contact .form-group select, #header-sidebar input{
	border:2px solid #979797;
	border-radius: 5px;
	box-shadow: none;
	height:60px;
	width: 100%;
	padding-left:5px;
	padding-right: 5px;
}

#header-sidebar input{
	height:40px;
	margin-bottom:15px;
}


.contact .form-group textarea{
	height:200px;
	resize: none;
}

.contact .form-group.invalid label{
	color:red;
}

.contact .thanks{
    visibility: hidden;
    opacity:0;
  	transition:opacity 1.5s linear;
}

.contact .thanks.thanks-visible{
    visibility: visible;
    opacity:1;
}


.contact input[type="checkbox"] {
  visibility: hidden;
  margin-left:-15px;
}
.contact label {
  cursor: pointer;
}
.contact input[type="checkbox"] + label:before {
  border: 1px solid var(--green);
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 3px 8px 0px 0px;
  padding: 0;
  vertical-align: top;
  width: 16px;
}
.contact input[type="checkbox"]:checked + label:before {
  background: var(--green);
  color: #fff;
  content: "\2713";
  text-align: center;
}
.contact input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}

.contact input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

.archive-card{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding:350px 10px 10px 10px;
}

.archive-card h2{
	color:white;
	font-size:40px;
	text-shadow: 0px 2px 4px rgba(0,0,0,.5);
	text-transform: capitalize;
}

.archive-card p, .archive-desc{
	margin:0px;
	color:white;
	height: 93px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0px 2px 4px rgba(0,0,0,.5);
}

div#map {
    height: 500px;
}

.map h2{
	border-bottom:1px #979797 solid;
}

.carousel-item .slider{
	display: flex;
    align-items: center;
    justify-content: center;
}

.search_results{
	min-height: 500px;
	margin-bottom:300px;
}

.search_results p{
	color:#212529;
}

.galeria-container{	
	max-width:600px;
	margin:10px auto;
	box-sizing: border-box;
	border-radius: 8px;
	padding:15px;
}

.galeria-container ul{
	list-style-type: none !important;
}

.galeria-single .slides{
	width:90%;
	margin:0px auto;
	max-height: 300px;
}


.galeria-single .slides .slick-track{
	height:300px;
}

.galeria-single .slides li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.galeria-single .slides img, .galeria-items-single .slides img{
	max-height: 100%;
	max-width: 100%;
	margin: 0px auto;
	flex-shrink: 0;
	border-radius: 5px;
}

.galeria-items-single .slides img{
	margin:0px 5px;
}

.galeria-items-single .slides{
	width:80%;
	margin:10px auto;	
	max-height: 100px;
}

.galeria-items-single .slides .slick-track{
	height:100px;
}

.archive .img_card {
	width: 100%;
	flex-shrink: 0;
	transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-in;
}

.marked .mask .img_card{
	box-shadow: 0px 4px 20px #4A4A4A !important;
}

@media all and (max-width: 767px){
	header h1{
		font-size:40px;
	}

	#header-sidebar.open{
		max-width: calc(100vw - 30px);
		width: calc(100vw - 30px);
		overflow: auto;
	}

	.navbar-brand img{
		max-width: 200px;
	}
	#menu-btn{
		font-size:9px;
	}
	#menu-btn img{
		width:30px;
	}
	header ul{
		text-align: center;
	}
	header ul li a{
		font-size:16px;
	}
}

@media all and (max-width: 480px){
	.timeline .items .item-timeline{
		top:-7px;
	}
	.timeline .items .item-timeline .circle{
		width: 5px;
	    height: 14px;
	    border-radius: 0px !important;
	}
	.timeline .items .item-timeline .date{
		left:-44px;
	}
}
