.body {
	font-family: 'Montserrat', sans-serif; }
	@media (min-height: 1200px) {
		.body {
			overflow-x: hidden; } }

/*
* Font Icons
*/

/*
* Container
*/
@media (min-width: 1240px) {
	.container {
		max-width: 1240px !important; } }

/*
* Custom Text
*/
.custom-text-1 {
	font-size: 12px !important; }

.custom-text-2 {
	font-size: 14px !important; }

.custom-text-3 {
	font-size: 15px !important; }

.custom-text-4 {
	font-size: 16px !important; }

.custom-text-5 {
	font-size: 18px !important; }

.custom-text-6 {
	font-size: 20px !important; 
font-family: 'Montserrat', sans-serif;
font-weight: 600!important;}

.custom-text-7 {
	font-size: 22px !important; }

.custom-text-8 {
	font-size: 26px !important; }

.custom-text-9 {
	font-size: 32px !important;
	font-family: "Poppins", sans-serif;
	line-height: 45px; }

.custom-text-10 {
	font-size: 40px !important;
	line-height: 40px !important; }

.custom-text-11 {
	font-size: 55px !important;
	line-height: 72px !important; }

.custom-text-12 {
	font-size: 60px !important; }

/*
* Buttons
*/
.custom-btn-outline {
	border-width: 3px; }

@-webkit-keyframes arrowMove {
	0% {
		position: relative;
		left: -1px; }
	50% {
		position: relative;
		left: 3px; }
	100% {
		position: relative;
		left: -1px; } }

@keyframes arrowMove {
	0% {
		position: relative;
		left: -1px; }
	50% {
		position: relative;
		left: 3px; }
	100% {
		position: relative;
		left: -1px; } }

.custom-btn-with-arrow:after {
	content: '\E800';
	font-family: 'Fontello';
	font-size: 18px;
	margin-left: 17px; }

.custom-btn-with-arrow:hover:after {
	-webkit-animation: arrowMove 600ms ease;
					animation: arrowMove 600ms ease;
	-webkit-animation-iteration-count: infinite;
					animation-iteration-count: infinite; }

/*
* Titles
*/
.custom-title-with-icon:before {
	font-size: 15px;
	display: block;
	line-height: 15px;
	margin-bottom: 10px;
	text-align: left; }

.custom-title-with-icon-center:before {
	text-align: center; }

.custom-title-with-icon-right:before {
	text-align: right; }

/*
* Circles
*/
.custom-circle {
	position: absolute;
	display: block;
	border-radius: 50%;
	display: block;
	z-index: 100;
	transform: translate(-50%, -50%); }

.custom-circle-blur {
	-webkit-filter: blur(3px);
					filter: blur(3px); }

.custom-circle-1 {
	width: 68px;
	height: 67px; }
	@media (max-width: 1799px) {
		.custom-circle-1 {
			display: none; } }

.custom-circle-2 {
	width: 33px;
	height: 32px; }
	@media (max-width: 1799px) {
		.custom-circle-2 {
			display: none; } }

.custom-circle-3 {
	width: 21px;
	height: 20px; }
	@media (max-width: 1799px) {
		.custom-circle-3 {
			display: none; } }

.custom-circle-4 {
	width: 14px;
	height: 13px; }
	@media (max-width: 1799px) {
		.custom-circle-4 {
			display: none; } }

/*
* Header
*/

.sticky-header-active .header-body {
	background: #1E232B!important;
	 }
	 .sticky-header-active #header.header-effect-shrink .header-container {
	max-height: 80px;
	 }

#header.header-effect-shrink .header-container {
	min-height: 120px;
	 }
	#header.header-effect-shrink .header-container .header-column-social-icons {
		flex-grow: 0 !important; }
	@media (min-width: 992px) {
		#header.header-effect-shrink .header-container .header-nav nav ul li.dropdown:hover .dropdown-menu {
			margin-top: -20px !important; } }

html.mobile-menu-opened.sticky-header-active #header.header-transparent .header-body .header-nav-main:before {
	background-color: transparent !important; }


.button {
	 display: inline-block;
	 padding: 0.75rem 1.25rem;
	 border-radius: 0rem;
	 color: #fff!important;
	 text-transform: uppercase;
	 font-size: 16px;
	 letter-spacing: 0.15rem;
	 transition: all 0.3s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
	 background-color: transparent;
	 border: 2px solid #00AEEF!important;
	 padding: 10px 35px!important;
}


 .button:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #00AEEF;
	 transition: all 0.3s;
	 border-radius: 0rem;
	 z-index: -1;
	 color: #000;
}
.button:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #00AEEF;
	 transition: all 0.3s;
	 border-radius: 0rem;
	 z-index: -1;
	 color: #000;
}
 .button:hover {
	 color: #000!important;
}
 .button:hover:before {
	 width: 100%;
	 color: #000;
}


.button-secondary {
	 display: inline-block;
	 padding: 0.75rem 1.25rem;
	 border-radius: 0rem;
	 color: #015DAB;
	 text-transform: uppercase;
	 font-size: 16px;
	 letter-spacing: 0.15rem;
	 transition: all 0.3s;
	 position: relative;
	 overflow: hidden;
	 z-index: 1;
	 background-color: transparent;
	 border: 2px solid #015DAB!important;
	 padding: 10px 35px!important;
}

 .button-secondary:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 border-radius: 0rem;
	 z-index: -2;
}
 .button-secondary:after {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: transparent;
	 border-radius: 0rem;
	 z-index: -2;
}


 .button-secondary:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #015DAB;
	 transition: all 0.3s;
	 border-radius: 0rem;
	 z-index: -1;
	 color: #fff;
}
.button-secondary:before {
	 content: '';
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 width: 0%;
	 height: 100%;
	 background-color: #015DAB;
	 transition: all 0.3s;
	 border-radius: 0rem;
	 z-index: -1;
	 color: #fff;
}
 .button-secondary:hover {
	 color: #fff!important;
}
 .button-secondary:hover:before {
	 width: 100%;
	 color: #fff;
}

.button-secondary:hover svg{
	 fill: #fff;
	 color: #fff;
}


/* optional reset for presentation */
 * {
	 font-family: 'Montserrat', sans-serif;
	 text-decoration: none;
}
 .container {
	 padding-top: 25px;
	 margin: 0 auto;
	 width: 100%;
}
 h1 {
	 text-transform: uppercase;
	 font-size: 0.8rem;
	 margin-bottom: 2rem;
	 color: #777;
}
 span {
	 display: block;
	 margin-top: 2rem;
	 font-size: 0.7rem;
	 color: #777;
}
 span a {
	 font-size: 0.7rem;
	 color: #999;
	 text-decoration: underline;
}
 


/*
* Slider
*/

.slider-container .main-label {
	font-family: "Poppins", sans-serif;
}
.slider-container .secound-label{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}
.slider-container:after {
	content: '';
	display: block;
	width: 120%;
	height: 100px;
	background-color: #fff;
	position: absolute;
	bottom: -48px;
	left: -5%;
	transform: rotate(2deg);
	z-index: 100; }
	@media (max-width: 1199px) {
		.slider-container:after {
			display: none; } }

.slider-container .custom-circle-1:nth-child(1) {
	top: 40%;
	left: 5%; }

.slider-container .custom-circle-2:nth-child(2) {
	top: 20%;
	left: 5%; }

.slider-container .custom-circle-3:nth-child(3) {
	top: 27%;
	left: 12%; }

.slider-container .custom-circle-1:nth-child(4) {
	top: 50%;
	right: 5%; }

.slider-container .custom-circle-2:nth-child(5) {
	top: 70%;
	right: 5%; }

.slider-container .custom-circle-3:nth-child(6) {
	top: 60%;
	right: 12%; }

/*
* Cards
*/

.custom-cards .col-custom-cards {
	max-height: 350px;
	 }


.custom-cards {
	margin-top: -300px; }
	@media (max-width: 760px) {
		.custom-cards {
			margin-top: -125px; } }
	.custom-cards .col-custom-cards .card {
		bottom: 0;
		position: relative;
		background: rgba(30, 35, 43, 1);
border: 1px solid #00AEEF!important;
min-height: 275px; }
		@media (max-width: 1199px) {
			.custom-cards .col-custom-cards .card {
				position: static;
				max-height: 350px; } }
	.custom-cards .col-custom-cards:nth-child(2) {
		transform: translateY(35px);max-height: 350px; }
	.custom-cards .col-custom-cards:nth-child(3) {
		transform: translateY(70px);max-height: 350px; }
	.custom-cards .col-custom-cards:nth-child(4) {
		transform: translateY(105px);max-height: 350px; }

	@media (max-width: 1025px) {
		.custom-cards .col-custom-cards:nth-child(2) {
		transform: translateY(0px); }
	.custom-cards .col-custom-cards:nth-child(3) {
		transform: translateY(0px); }
	.custom-cards .col-custom-cards:nth-child(4) {
		transform: translateY(0px); }
	}

		

.btn-cards {
	border: 2px solid #00AEEF;
	padding: 10px 25px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
    text-decoration: none;
}
.btn-cards:hover {
    text-decoration: none;
}

.card-title  {
    margin-bottom: .75rem;
    font-size: 22px;
    font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
}

.card-text  {
    font-size: 16px;
  	font-family: 'Montserrat', sans-serif;
  	    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 300px;
}

/*
* Custom List
*/
.custom-list li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	margin-right: 17px; }

/*
* Approach Img
*/
.approach-img {
	position: relative;
	display: block;
	background-image: url("/protected/views/layouts/images/demos/digital-agency-2/bg/bg-3.png");
	background-repeat: no-repeat;
	border-radius: 50%;
	min-width: 355px;
	min-height: 360px;
	max-width: 355px;
	max-height: 360px;
	margin: auto;
	width: 100%; }
	.approach-img .custom-circle-1 {
		display: block;
		width: 50%;
		height: 50%;
		background-color: white;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 113px; }
	.approach-img .custom-circle-2 {
		display: block;
		width: 25%;
		height: 25%;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-image: url("/protected/views/layouts/images/demos/digital-agency-2/bg/bg-3.png");
		background-position: center;
		background-size: 500px; }
	.approach-img .custom-circle-our-approach-deco-1 {
		width: 33px;
		height: 31px;
		border-radius: 50%;
		top: 30px;
		left: 30px; }
	.approach-img .custom-circle-our-approach-deco-2 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		top: 25%;
		right: 2%;
		transform: translateY(-50%); }
	.approach-img .custom-circle-our-approach-deco-3 {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		bottom: 0;
		left: 20%;
		transform: translateX(-50%); }

/*
* Section Our Work
*/
.our-work .isotope-item {
	position: static !important;
	transition: .3s opacity; }

.our-work .custom-our-work img {
	min-height: 280px; }

.our-work .custom-our-work .custom-our-work-text {
	position: relative; }
	.our-work .custom-our-work .custom-our-work-text h4, .our-work .custom-our-work .custom-our-work-text p, .our-work .custom-our-work .custom-our-work-text span {
		position: relative;
		left: 0; }
	.our-work .custom-our-work .custom-our-work-text h4 {
		transition: .2s left; }
	.our-work .custom-our-work .custom-our-work-text p {
		transition: .5s left; }
	.our-work .custom-our-work .custom-our-work-text span {
		transition: .9s left; }

.our-work .custom-our-work:hover:before {
	opacity: 0.8 !important; }

.our-work .custom-our-work:hover .custom-our-work-text h4, .our-work .custom-our-work:hover .custom-our-work-text p, .our-work .custom-our-work:hover .custom-our-work-text span {
	left: 20px; }

/*
* Side menu Our Work
*/
.side-menu-our-work .sort-source li a:before {
	content: '';
	width: 15px;
	height: 3px;
	background-color: #e41645;
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
	transition: .5s width; }

.side-menu-our-work .sort-source li a:hover:before {
	width: 30px; }

.side-menu-our-work .sort-source li.active a {
	color: #FFF !important; }

.side-menu-our-work .sort-source.sort-source-light li.active a {
	color: #000 !important;
	font-weight: bold !important; }

/*
* Section Our Services
*/
.our-services .custom-circle-2 {
	top: 10%;
	right: 7%; }

.our-services .service-card {
	padding: 65px 0 65px 35px; }
	.our-services .service-card:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 30px;
		height: 3px;
		margin-right: 10px;
		transition: .5s width; }
	.our-services .service-card:hover:before {
		width: 45px;
		background-color: white !important; }
	.our-services .service-card.bg-color-dark:before, .our-services .service-card.active:before {
		background-color: white !important; }

.our-services .col-our-services-bottom .col-our-services-bottom-img {
	min-height: 377px; }
	.our-services .col-our-services-bottom .col-our-services-bottom-img img {
		max-width: 300px;
		height: auto;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%); }
	.our-services .col-our-services-bottom .col-our-services-bottom-img .square-1 {
		position: absolute;
		top: 40%;
		left: 0;
		transform: translateY(-50%);
		width: 253px;
		height: 140px;
		opacity: 0.5; }
	.our-services .col-our-services-bottom .col-our-services-bottom-img .square-2 {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 253px;
		height: 178px;
		opacity: 0.5; }
	.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 {
		border: 3px solid #000;
		position: absolute;
		top: 43%;
		left: 45%;
		transform: translate(-50%, -50%);
		width: 299px;
		height: 285px; }
	.our-services .col-our-services-bottom .col-our-services-bottom-img .custom-circle-1 {
		position: absolute;
		top: 70%;
		left: -5%;
		transform: translateY(-50%);
		width: 26px;
		height: 24px;
		opacity: 0.5;
		border-radius: 50%; }

/*
* Section Our Insights
*/
.our-insights .custom-circle-2 {
	top: 8%;
	left: 5%; }

.our-insights .custom-circle-3 {
	top: 18%;
	left: 12%; }

/*
* About Us Featured Block
*/
.about-us-featured-block {
	position: absolute;
    z-index: 1;
    top: -50px;
    transform: translate(-125px, -50%); }
	@media (max-width: 1199px) {
		.about-us-featured-block {
			position: static;
			transform: translate(0); } }

/*
* Page Our Work Detail
*/
.project-details {
	border-bottom: 1px solid #e7e7e7; }

/*
* Page Our Services Detail
*/
.custom-accordion .custom-card-default {
	border-width: 20px !important;
	border-top: 0 !important;
	border-bottom: 0 !important; }

.custom-accordion .custom-card-body-collapse {
	border-bottom: 20px solid; }

/*
* Section Contact Us - Where You Are
*/
.where-you-are-postal-cards .custom-circle-2:nth-child(1) {
	top: -10px;
	left: 30px; }

.where-you-are-postal-cards .custom-circle-3:nth-child(2) {
	top: -10px;
	right: 30px; }

.where-you-are-postal-cards .custom-circle-3:nth-child(3) {
	bottom: -40px;
	right: 60px; }

.where-you-are-postal-cards .col-where-you-are-postal {
	min-height: 380px; }
	@media (max-width: 991px) {
		.where-you-are-postal-cards .col-where-you-are-postal {
			min-height: unset; } }
	.where-you-are-postal-cards .col-where-you-are-postal img {
		position: absolute;
		left: 0; }
		@media (max-width: 991px) {
			.where-you-are-postal-cards .col-where-you-are-postal img {
				position: static; } }
	.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
		height: 100%; }
		@media (max-width: 991px) {
			.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
				height: auto; } }

/*
* Section Get in Touch
*/
.get-in-touch {
	padding: 90px 0 150px;
	background-image: url("/protected/views/layouts/images/contactos.png");
	background-repeat: no-repeat;
	background-size: cover; }
	@media (max-width: 1199px) {
		.get-in-touch {
			padding: 90px 0; } }
	.get-in-touch:after {
		content: '';
		display: block;
		width: 120%;
		height: 100px;
		position: absolute;
		bottom: -48px;
		left: -5%;
		transform: rotate(2deg); }
		@media (max-width: 1199px) {
			.get-in-touch:after {
				display: none; } }
	.get-in-touch .custom-circle-1 {
		top: 20%;
		right: 10%; }
	.get-in-touch .custom-circle-2 {
		top: 70%;
		right: 5%; }

/*
* Page Header
*/
.page-header.page-header-modern.page-header-background {
	padding: 185px 0 245px;
	margin-bottom: 0;
	background-position: 0 100%;
	background-size: cover; }
	@media (max-width: 1199px) {
		.page-header.page-header-modern.page-header-background {
			padding: 100px 0; } }
	.page-header.page-header-modern.page-header-background:after {
		content: '';
		display: block;
		width: 100%;
		height: 100px;
		background-color: #fff;
		position: absolute;
		bottom: -48px;
		left: 0;
		transform: rotate(2deg);
		z-index: 100; }
		@media (max-width: 1199px) {
			.page-header.page-header-modern.page-header-background:after {
				display: none; } }
	.page-header.page-header-modern.page-header-background .custom-circle-1:nth-child(1) {
		top: 40%;
		right: 5%; }
	.page-header.page-header-modern.page-header-background .custom-circle-2:nth-child(2) {
		top: 70%;
		right: 5%; }
	.page-header.page-header-modern.page-header-background .custom-circle-3:nth-child(3) {
		top: 60%;
		right: 12%; }

.breadcrumb {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-top:10px;
}
.breadcrumb a, .breadcrumb li {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF!important;
	text-transform: initial!important;
}

.breadcrumb a:hover {
	color: #00AEEF;
}

.breadcrumb>.active {
    color: #FFFFFF;
}

.page-header-title {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 52px;
	color: #1E232B;
	text-transform: inherit;
	margin-bottom: 20px;
}

.title-section-home {
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 52px;
	color: #1E232B;
	text-transform: inherit;
	margin-bottom: 20px;
}

.title-section-secound-home {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #1E232B;
	text-transform: inherit;
	margin-bottom: 20px;
}

.text-section-home{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #1E232B;
	margin-bottom: 10px;
}

.btn-border-bottom {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	color: #000000!important;
    padding: 0.533rem 0 2px;
    cursor: pointer;
    border-bottom: 7px solid #00AEEF;
	text-transform: inherit;
}

.btn-border-bottom:hover {
	color: #015DAB;
    border-bottom: 7px solid #015DAB;
}

.link {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	text-decoration-line: underline;
	color: #015DAB;
}

.link:hover {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	text-decoration-line: none;
	color: #015DAB;
}


.active-language {
	color: #00AEEF!important;
	border-bottom: 2px solid #00AEEF !important;
}

.active-menu {
	color: #fff!important;
	border-bottom: 2px solid #00AEEF !important;
}
/*
* Footer
*/
#footer {
	border: 0; }


.section-odd {
	background: rgba(1, 93, 171, 0.03);
    padding: 20px 0 30px;
}

.section-even {
	padding: 20px 0 ;
	margin: 10px 0 20px;
}


.custom-margin-top {
	margin-top: 20px;
 }


.wrapper {
  position:fixed;
  overflow:hidden;
  z-index: 9999;
}

.section {
  width:100vw;
  height:100vh;
  position:relative;
}

a {
  text-decoration:none;
}

.sectionOne {
  background:#bdc3c7;
}

.box {
  position:relative;
  top:50%;
  transform:translateY(-50%);
  color:#ffffff;
  border:10px solid #ffffff;
  box-sizing:border-box;
}

::-moz-selection { 
background-color: #7f8c8d; 
color: #ffffff;
}

::selection {
background-color: #7f8c8d;
color: #ffffff;
}

.one {
  margin:0 auto;
  padding:15px 25px;
  width:50vw;
}

h1,
h2 {
  margin:0;
}

@media all and (min-width: 960px) {
   h1 {
      font-size: 60px;
    }
   h2 {
    font-size:40px;
   }
}

@media all and (max-width: 959px) and (min-width: 600px) {
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size:4vw;
  }
  
  .box {
    width:70vw;
  }
 
}

@media all and (max-width: 599px) and (min-width: 50px) {
h1{
    font-size: 6vw;
  }
  h2 {
    font-size:5vw;
  }
  .box {
    width:90vw;    
  }
} 

/*hamburger menu*/
.hamburger-menu {
  z-index:2;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 100px;
	height: 60px;
	cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
  width: 40px;
height: 10px;
float: right;
}

.bar {
	position: relative;
	transform: translateY(25px);
	background: rgba(255, 255, 255, 1);
	transition: all 0ms 300ms;
	margin: 10px 30px;
}

.bar.animate {
  background: rgba(255, 255, 255, 0); 
  z-index: 999999;
}

.bar:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 25px;
	background: rgba(1, 93, 171, 1);
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
	content: "";
	position: absolute;
	right: 0;
	top: 25px;
	background: rgba(1, 93, 171, 1);
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/*nav menu*/
.show {
  left:0%;
  opacity:1;
  top: 0;
}

.hide {
  opacity:0;
  left:100%;
  display: none;
}

.mobile-nav {
  background:rgba(52,73,94,0.9);
  position:absolute;
  top:0;
  width:100vw;
  height:100vh;
  text-align:center;
  transition: .2s ease;
  /*  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition:left .5s ease-in-out;*/
}
.mobile-nav ul{
  position:relative;
  top:50%;
  transform: translateY(-50%);
  list-style:none;
}

.mobile-nav .submenu{
  position:relative;
  top:0%;
  transform: translateY(0%);
  list-style:none;
}

.sub-menu-son{
	padding-left: 10px;
}

.mobile-nav a {
  font-size:4vw;
  color:#ffffff;
  opacity:0;
  transition:opacity .9s ease-in-out;
}

.mobile-nav.show a {
  font-size:4vw;
  color:#ffffff;
  opacity:1;
}

.mobile-nav a:hover {
  color:#2980b9;
}


#sideNav {
    z-index: 999999;
    background-color: #1E232B;
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5%;
    overflow: hidden;
    height: 100%;
    float: left;
    padding: 75px 20px;
    position: fixed;
    width: 16vw;
    text-align: left;
}

#centerNav {
	max-width: 100%;
    float: right;
    padding-top: 30px;
    width: 84vw;
    height: 100vh;
    z-index: 999999;
    text-align: left;
    background: #fff;
    overflow: scroll;
}

#centerNav h3 {
	font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 30px;
    color: #015DAB;
    border-bottom: 1px solid #015DAB;
    padding-bottom: 10px;
    margin: 0px 20px 20px 40px;
    text-transform: inherit;
}

#centerNav .menu{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 0 20px;
    text-align: left;
}

#centerNav .menu div{
    margin: 0 30px 20px;
    min-height: 126px;
    max-width: 250px;
}

#centerNav .menu div a{
   font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding: 10px 0;
    margin: 0px;
}

#centerNav .menu div .title{
	padding: 10px 0;
   font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #000000!important;
    padding: 10px 0;
    margin: 0px;
}

#sideNav a {
	margin: 10px 0;
    padding: 10px 0;
    text-decoration: none;
    font-size: 1.25rem;
    color: #fff!important;
    display: block;
    transition: 0.3s;
}

.overlay-content {
  position: relative;
    width: 100%;
    height: 100%;
}

#sideNav a:hover, #sideNav a:focus {
  color: #00AEEF;
  border-bottom: 3px solid #00AEEF;
}
#sideNav .active {
  color: #00AEEF;
  border-bottom: 3px solid #00AEEF;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #015DAB;
      z-index: 99999;
}

.overlay .closebtn:hover {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #015DAB;
  border-bottom: none;
  text-decoration: none;
}
#centerNav a {
	padding: 20px 0;
	text-decoration: none;
	font-size: 36px;
	color: #000;
	display: block;
	transition: 0.3s;
}

#centerNav a:hover, #centerNav a:focus {
  color: #1E232B;
}


@media screen and (max-height: 450px) {
  .overlay a {
  	font-size: 20px
  }
  .overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
  }
}

.mobile-row-slider {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      width: auto;
      height: 400px;
      overflow: hidden; /* Hide scrollbars */
  }

 .col-custom-cards .card {
		margin: auto;
		width: 275px;
		margin-right: 25px;
	}
@media (max-width: 992px) {

	.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
    max-height: 700px;
}
  .mobile-row-slider {
      display: flex;
      flex-wrap: nowrap;
      height: 350px;
      overflow-x: auto;
      width: auto;
  }
  .col-custom-cards .card {
		margin: auto;
		width: 300px;
		margin-right: 30px;
	}
	.container-scroll {
		padding-right: 0;
	}

	.pt-5 {
		margin: 20px 0;
	}
	.maskRight {
		max-width: 230px;
		bottom: -37px!important;
	}
	.tp-parallax-wrap {
		left: 24px!important;
		top: 220px!important;
	}

	.tp-parallax-wrap:nth-child(3) {
		top: 280px!important;
	}

	.tp-parallax-wrap:nth-child(4) {
		top: 410px!important;
	}

	.secound-label {
		min-width: 550px!important;
		padding-top: 30px;
	}

	.custom-title-with-icon:before {
    content: '\E801';
    font-family: 'Fontello';
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
    text-align: left;
	}

	.maskLeft {
		-webkit-animation-name: maskLeft;
		animation-name: maskLeft;
		max-width: 400px;
	    margin-bottom: 75px;
	}
	.maskRight {
		bottom: -10px!important;
	    right: -3px!important;
	    max-width: 300px;
	    margin-bottom: 15px!important;
	}
}

@media (max-width: 770px) {
	.container-mobile {
		width: 100% !important;
	    padding: 0 0 15px 15px;
	    margin: 0;
	    max-width: 100%!important;
	    margin-right: 0!important;
	    padding-right: 0!important;
	}
}
@media (max-width: 550px) {
	.container-mobile {
		width: 100%;
    	padding: 0 0 15px 15px;
	}
}

.owl-carousel {
  position: relative;
  margin: 30px 0 40px!important;
}
.owl-nav {
  position: absolute;
  top: -60px;
  left: 10px;
}
.uk-card-primary {
	background: rgba(1, 93, 171, 0.08);
	padding: 15px;
}

.uk-card > :last-child {
  margin-top:0;
  margin-bottom: 10px
}
.uk-card p {
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.owl-next {
  background: #3286f0;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: #383838;
}
.owl-dots {
  margin-top: 30px;
}
.uk-card-title {
  font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
	text-transform: inherit;
}

.uk-card .btn-border-bottom {
	font-size: 18px;
}


.align-right {
	text-align: right;
}


.maskRight {
	bottom: -36px; 
	right: -17%; 
	max-width: 250px;
}

.table-responsive {
  display: block;
    width: 100%;
    overflow-x: hidden;
    border: none;
}

.table-responsive>.table-bordered {
  border: 0;
}

.table.dataTable {
    background: #FFFFFF;
    box-shadow: 1px 9px 20px rgb(68 68 68 / 15%);
    margin-bottom: 50px!important;
    width: 99%!important;
    margin-top: 30px!important;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table thead {
    background: rgba(1, 93, 171, 0.5);
    border-radius: 10px 10px 0px 0px;
    border: none;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
}

.table thead th {
    padding: 15px 10px!important;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

.table tbody {
    vertical-align: bottom;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-transform: capitalize;
    color: #222222;
}

.table tbody tr td {
    padding: 20px 15px;
    min-width: 175px;
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
}

.table tbody tr:nth-of-type(even) {
    background: rgba(1, 93, 171, 0.2);
}

.no--pad {
	padding-right: 0;
    padding-left: 0;
}

.icon-contactos {
	margin: 6px auto; 
}


.title-formacao {
	font-family: "Poppins", sans-serif;
	color: #015DAB;
}
.open-formacao {
	background: #015DAB;
	padding: 15px 20px;
	float: right;

}
.open-formacao .page-header-title {
	color: #fff;
	float: right;
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0;
	line-height: 35px;
}

.close-formacao {
	background: #EF0000;
	padding: 15px 20px;
	float: right;

}
.close-formacao .page-header-title {
	color: #fff;
	float: right;
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0;
	line-height: 35px;
}


@media (max-width: 500px) {
	.no--pad {
		padding-right: 15px;
	    padding-left: 15px;
	}
	.table-responsive {
		display: block;
	    width: 100%;
	    overflow-x: scroll;
	    border: none;
	}
}


.logo {
  fill: white;
  width: 104px;
  transition: width 0.2s ease-in-out;

}


::-webkit-scrollbar { 
    display: none; 
}

#slide-show {
  height: 95vh;
  min-height: 95vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
}

#slide-show_small {
  height: 65vh;
  min-height: 65vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
}

.slide-text {
  font-size: 20px;
  color: #fff;
}

.slide-text b {
  font-weight: 400; 
}

.slide-text h1 {
  font-weight: 800;
  font-size: 45px;
  text-align: left;
  line-height: 60px;
  letter-spacing: 1px;
  color: #fff;
  max-width: 75%;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  text-transform: inherit;
}


.slide-text p {
  max-width: 75%;
  font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  margin-bottom: 20px;
}

.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}

.activx {
  opacity: 1;
}

.slideshow-nav {
  position: absolute;
  bottom: 50%; 
  width: 100vw;
  min-width: 100vw !important;
  font-size: 30px;
  background: transparent;  
}

.previousx {
  float: left;
}

.nextx {
  float: right;
}

#slide-show_small .bg1 {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center right!important ;
  background-size: cover !important;
  background-image: url("/protected/views/layouts/images/gns.png");
  height: 65vh;
  min-height: 65vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: absolute;
  top:0;
  left:0;
}

.bg1, .bg2, .bg3, .bg4 {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center right!important ;
  background-size: cover !important;
  background-image: url("/protected/views/layouts/images/gns.png");
  height: 95vh;
  min-height: 95vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: absolute;
  top:0;
  left:0;
}

.bg2 {background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/222641/2D6HOGVCGE.jpg");}
.bg3 { background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/222641/BusScene.jpg");}
.bg4 {background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/222641/sun-trees.jpg");}

.slider-center {
  position: absolute;
  height:40%;
  width: 63%;
  left: 50%;
  top: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  letter-spacing: 2px;
}

.slider-center .nav-link {
  transition: all 0.4s;
  padding: 15px;
  color:#fff;
  opacity: 0.2;
  font-size: 40px;  
}
.slider-center .nav-link:hover {
  color: #999;
  font-size: 80px;
  opacity: 0.8;
}

.arrow a {
  position: absolute;
  bottom:0;
  left: 50%;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 80px;
  padding: 0 0 20px 0;
  opacity: 0.2;
}

.arrow a:hover {
  color: #999;
  font-size: 100px;
  opacity: 0.8;
}


#unten {
  width: 100vw;
  min-width: 100vw !important;
  height: 800px;
  background-color: #999;
}

#slide-show:after {
    content: '';
    display: block;
    width: 120%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: -10px;
    transform: rotate(2deg);
}
#slide-show_small:after {
    /* content: ''; */
    display: block;
    width: 120%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 256px;
    left: -10px;
    transform: rotate(2deg);
}


@media (max-width: 1024px) {

	#slide-show {
	  height: 92vh;
	  min-height: 92vh;
	  overflow: hidden;
	  width: 100vw;
	  min-width: 100vw !important;
	}

	.bg1, .bg2, .bg3, .bg4 {
	  height: 92vh;
	  min-height: 92vh;
	}
	.slider-center {
	    position: absolute;
	    height: 40%;
	    width: 50%;
	    left: 29%;
	    top: 50%;
	    background-color: transparent;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    text-align: left;
	    letter-spacing: 2px;
	}
	.slide-text h2 {
	    font-size: 40px;
	    text-align: left;
	    line-height: 60px;
	    letter-spacing: 1px;
	    color: #fff;
	    max-width: 100%;
	    font-family: "Poppins", sans-serif;
	    margin-bottom: 20px;
	}
	.slide-text p {
	    max-width: 100%;
	    font-family: 'Montserrat', sans-serif;
	    font-style: normal;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 22px;
	    margin-bottom: 20px;
	}
	.mobile-row-slider {
      display: flex;
      flex-wrap: nowrap;
      height: 350px;
      overflow-x: auto;
      width: auto;
  	}
  	.mobile-row-slider-organograma {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      width: auto;
  	}
  	.col-custom-cards .card {
		margin: auto;
		width: 300px;
		margin-right: 30px;
	}
	#centerNav {
	    max-width: 100%;
	    float: right;
	    padding-top: 30px;
	    width: 80vw;
	    height: 100vh;
	    z-index: 999999;
	    text-align: left;
	    background: #fff;
	    overflow: scroll;
	}
	#sideNav {
	    z-index: 999999;
	    background-color: #1E232B;
	    overflow-x: hidden;
	    transition: 0.5s;
	    display: flex;
	    align-content: flex-start;
	    flex-wrap: wrap;
	    flex-direction: column;
	    justify-content: flex-start;
	    padding-top: 5%;
	    overflow: hidden;
	    height: 100%;
	    float: left;
	    padding: 75px 20px;
	    position: fixed;
	    width: 22vw;
	    text-align: left;
	}
	#sideNav a {
	    margin: 10px 0;
	    padding: 10px 0;
	    text-decoration: none;
	    font-size: 1.15rem;
	    color: #fff;
	    display: block;
	    transition: 0.3s;
	}
}


.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    z-index: 999;
}
.navbar .header-logo {
    max-width: 200px;
        position: absolute;
    top: 10px;
}

.fixed-top .header-logo {
    max-width: 200px;
        position: relative;
    top: 0px;
}

.fixed-top {
    top: -40px!important;
    transform: translateY(40px);
    transition: transform .05s;
    background: #1E232B!important;
}

.fixed-top .header-logo {
    max-width: 240px;
}

.navbar  .nav-link {
    color: #fff!important;
}
.navbar  .nav-link .active{
    color: #fff!important;
    border-bottom: 2px solid #00AEEF !important;
}

.navbar  .nav-link:hover {
    color: #fff!important;
    border-bottom: 2px solid #00AEEF !important;
}

#navbar_top .container{
    padding-top: 5px;
}

.organograma_desktop {
		display: block;
	}
	.organograma_mobile {
		display: none;
	}

@media (max-width: 768px) {

	#slide-show {
	  height: 85vh;
	  min-height: 85vh;
	  overflow: hidden;
	  width: 100vw;
	  min-width: 100vw !important;
	}

	.bg1, .bg2, .bg3, .bg4 {
	  height: 85vh;
	  min-height: 85vh;
  		background-position: center left!important ;
	}

	#slide-show_small .bg1 {
	  height: 65vh;
	  min-height: 65vh;
  	  background-position: center left!important ;
	}

	#slide-show:after {
	    bottom: 110px;
	}
	.slider-center {
	    position: absolute;
	    height: 40%;
	    width: 85%;
	    left: 48%;
	    top: 50%;
	    background-color: transparent;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    text-align: left;
	    letter-spacing: 2px;
	}
	.organograma_desktop {
		display: none;
	}
	.organograma_mobile {
		display: block;
	}
}


.navbar {
    background: #000002!important;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
	background: #fff;
    box-shadow: 1px 9px 20px rgb(68 68 68 / 15%);
    display: inline-block;
    height: auto;
    max-width: 1024px;
    min-height: 450px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 0%;
}
.popupCloseButton {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -34px;
    right: -20px;
    font-size: 60px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #015DAB !important;
}
.popupCloseButton:hover {
    color: #00AEEF !important;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.iframe iframe {
	width: 100%;
}


.scroll-to-top-arrow {
	max-width: 20px!important;
}

.row {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.m-t-50 {
	margin-top: -50px!important;
}

@media (max-width: 768px) {
	.m-t-50 {
	margin-top: 0px!important;
	}
	.slide-text h1 {
    font-weight: 800;
    font-size: 35px;
    text-align: left;
    line-height: 60px;
    letter-spacing: 1px;
    color: #fff;
    max-width: 75%;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    text-transform: inherit;
}
}

/* This doesn't work */
@media screen and ( max-height: 670px) {
  #slide-show_small:after {
    /* content: ''; */
    display: block;
    width: 120%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: 200px;
    left: -10px;
    transform: rotate(2deg);
}
}