/*
Theme Name: Odea
Theme URI: http://odea.com
Version: 1.0
Author: @MatiBrufal
Author URI: http://matibrufal.com
*/

body {
	font-family: 'Roboto', Helvetica, Arial;
	font-size: 16px;
	color: #999;
	background: #F4F4F4;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.overh { overflow: hidden; }

*:focus {
	outline: none !important;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: 0.3s all;
}

a:hover {
	color: #1E70B7;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica, Arial;
	font-weight: 400;
	line-height: 1.2;
}

h1 { font-size: 26px; }
h2 { font-size: 18px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }

@media screen and (min-width: 992px) {

	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 18px; }
}

@keyframes bounce {
	0%   { transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); }
	50% { transform: translate(-50%, -100%); -webkit-transform: translate(-50%, -100%); -moz-transform: translateY(-50%, -100%); }
	100% { transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); }          
}


/* Framework */

.main {
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	background: #fff;
}

@media screen and (min-width: 992px) {
	.container-fluid {
		padding: 0 75px;
	}
}

.title {
	position: relative;
	margin-bottom: 50px;
}
.title h1,
.title h3 {
	position: relative;
	margin: 0 0 0.5em;
}
.title h1 {
	font-size: 32px;
}
.title h3 {
	font-size: 26px;
}

@media screen and (min-width: 992px) {
	.title h1 {
		font-size: 42px;
	}
	.title h3 {
		font-size: 36px;
	}
}


.btn{
	border-radius: 0;
	padding: 6px 24px;
}

.btn-lg {

}

.btn-primary {
    background: #5BC4F1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active {
	color: #5BC4F1;
	background: transparent;
	border-color: #5BC4F1;
}

.btn-outline-primary {
    color: #5BC4F1;
    background: transparent;
	border-color: #5BC4F1;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #5BC4F1;
	border-color: #5BC4F1;
}

.btn-outline-secondary {
    color: #909193;
    background: transparent;
	border-color: #909193;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #909193;
	border-color: #909193;
}

/* Forms */

.form-control {
	padding: 10px;
	background: transparent;
	font-size: 15px;
	border-color: #B0B5B8;
	border-radius: 0;
}
.form-control::placeholder {
	color: #9B9B9B;
}

/* Header */

.header {
	position: relative;
	width: 100%;
	min-height: 55px;
	background: #fff;
	transition: 0.5s all;
}
.header .logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
	padding: 12px 0;
}

body.fixed {
	padding-top: 55px;
}

.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
	visibility: visible !important;
}

.header .nav-menu {	position: relative; float: right; width: 35px; padding: 12px 0; cursor: pointer; z-index: 21; overflow: hidden; }
.header .nav-menu .menu-line { float: right; display: block; width: 100%; height: 2px; margin: 4px 0; background: #1E70B7; transition: 0.3s; border-radius: 6px; }

.header .nav-menu.active .menu-line:nth-child(1) { transform: rotate(45deg); width: 40px; margin-top: 14px; }
.header .nav-menu.active .menu-line:nth-child(3) { transform: rotate(-45deg); width: 40px; margin-top: -15px; }
.header .nav-menu.active .menu-line:nth-child(2) { opacity: 0; }

.header .navigation {
	display: none;
	width: 100%;
}
.header .navigation.active {
	display: block;
}

.header .navigation ul {
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.header .navigation ul li a {
	display: block;
	padding: 15px;
	font-size: 18px;
	font-weight: 100;
	color: #525351;
}
.header .navigation .menu .sub-menu {
	display: none;
}
.header .navigation ul > li.active > a,
.header .navigation ul li a:hover {
	color: #1E70B7;
}
.header .navigation ul > li.active > a {
	font-weight: 500;
}

.header .navigation .socialmedia li {
	display: inline-block;
	vertical-align: middle;
}
.header.fixed .navigation .socialmedia li a,
.header .navigation .socialmedia li a {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	background: #1E70B7;
}
.header .navigation .socialmedia li.linkedin a:hover {
	background: #fff;
	color: #1E70B7;
	box-shadow: 0 0 0 2px #1E70B7;
}

@media screen and (min-width: 992px) {
	.header .logo {
		max-width: 120px;
		padding: 30px 0;
	}
	.header .nav-menu {
		display: none;
	}
	.header .navigation{
		display: block;
		float: right;
		width: auto;
		padding: 0;
	}

	.header .navigation ul,
	.header .navigation ul li {
		position: relative;
		display: inline-block;
		vertical-align: -1px;
	}
	.header .navigation ul {
		padding: 0;
	}
	.header .navigation ul li a {
		padding: 35px 10px;
		font-size: 21px;
	}
	.header .navigation .menu {
		margin-right: 16px;
	}
	.header .navigation .menu li a {
		text-align: left;
	}


	.header .navigation .menu li:hover .sub-menu{
		display: block;
	}
	.header .navigation .menu .sub-menu {
		position: absolute;
	    top: 100px;
	    left: calc(50% - 100px);
	    width: 200px;
	    background: #fff;
	    text-align: center;
	    box-shadow: 0 7px 7px 2px rgba(0,0,0,0.1);
	    z-index: 999;
	}
	.header .navigation .menu .sub-menu li {
		display: block;
		margin: 0;
	}
	.header .navigation .menu .sub-menu li a {
		color: #000;
		padding: 8px 12px;
		font-size: 14px;
		transition: 0.1s all;
	}
	.header .navigation .menu .sub-menu li a:hover {
		background: rgba(0,0,0,0.1);
	}
	.header .navigation .menu .sub-menu li a:after {
		content: none;
	}

	.header .navigation .menu li#menu-item-81 .sub-menu li a {
		padding: 3px 10px 3px 20px;
	}
	.header .navigation .menu .sub-menu li#menu-item-388 a {
		padding-left: 10px !important;
		font-size: 21px;
		color: #5BC4F1;
		font-weight: 500;
	}
	.header .navigation .menu .sub-menu li#menu-item-389 a {
		padding-left: 10px !important;
		font-size: 21px;
		color: #1E70B7;
		font-weight: 500;
	}
	/*
	.header .navigation .menu .sub-menu li#menu-item-398 a {
		padding-left: 10px !important;
		font-size: 21px;
		color: #00AECA;
		font-weight: 500;
	}
	*/

	body.fixed {
		padding-top: 100px;
	}
	.header.fixed {
		height: 80px;
	}
	.header.fixed .logo {
		padding: 19px 0;
	}
	.header.fixed .navigation ul li a{
		padding: 25px 10px;
	}
	.header.fixed .navigation .menu .sub-menu {
		top: 80px;
	}

}
@media screen and (max-width: 992px) {
	.header .navigation {
		width: auto;
		margin: 0 -15px;
	}
	.header .navigation ul.menu li:hover a {
		background: #eee;
	}
}

/**/

.presentation {
	position: relative;
	color: #fff;
	background: #fff;
	overflow: hidden;
	transition: 0.5s all;
}
.presentation .slide {
	display: flex;
	align-items: center;
	padding: 30px 0;
	min-height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.presentation .slide .title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	margin: 0;
	max-width: 650px;
	z-index: 2;
}
.presentation .slide .title h2{
	font-size: 32px;
	line-height: 35px;
	font-weight: 400;
	color: #5BC4F1;
}
.presentation .slide .title p,
.presentation .slide .title .btn {
	margin: 30px 0 0;
}

.presentation .dots {
	position: absolute;
	bottom: 20px;
	left: 0;
}

@media screen and (min-width: 992px) {
	.presentation .slide {
		background-position: center top;
		height: calc(100vh - 100px);
	}
	.presentation .slide .title {
		padding-left: 75px;
	}
	.presentation .slide .title h2{
		font-size: 39px;
		line-height: 42px;
	}
	.presentation .slide .title p {
		font-size: 18px;
		line-height: 24px;
	}
}

/* Banner */

.banner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 0;
	min-height: 380px;
	color: #fff;
	background: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.banner .title {
	position: relative;
	margin: 0;
	z-index: 2;
	max-width: 700px;
}
.banner .title h1 {
	color: #5BC4F1;
	font-size: 28px;
}
.banner .title p {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}
.banner .buttons {
	margin-top: 32px;
}

@media screen and (min-width: 992px) {
	.banner {
		align-items: center;
		text-align: left;
	}
	.banner .title h1 {
		font-size: 27px;
	}
	.banner .title p {
		font-size: 24px;
	}
}


/* Module > Phrase */

.module-phrase {
	padding: 60px 0;
}
.module-phrase .text .data {
	max-width: 500px;
}
.module-phrase .text .title {

}
.module-phrase .text .title .subtitle {
	font-size: 21px;
	color: #525351;
}
.module-phrase .text .title h3 {
	font-size: 24px;
	color: #1E70B7;
}
.module-phrase .text .description {
	font-size: 15px;
	color: #909193;
}

@media screen and (min-width: 992px) {
	.module-phrase {
		padding: 100px 0;
	}
}

/* Module > E-sigas */
.module-esigas {
	background: #00AECA;
}
.module-esigas .bg {
	padding: 50% 0 0;
	background: no-repeat center;
	background-size: cover;
}
.module-esigas .text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
.module-esigas .text .data{
	max-width: 420px;
	margin: 0 auto;
	color: #fff;
	padding: 15px;
}
.module-esigas .text .data .logo {
	max-width: 134px;
	margin: 0 0 24px;
}
.module-esigas .text .data h2 {
	margin: 0 0 16px;
	font-size: 27px;
}
.module-esigas .text .data .description {
	margin: 0 0 32px;
	font-size: 15px;
}


.module-esigas .row-2 .text .data h2 {
	color: #5BC4F1;
}

@media screen and (min-width: 992px) {
	.module-esigas .container-fluid {
		padding: 0;
	}
	.module-esigas .bg {
		padding: 35% 0 0;
		order: 2;
	}

}

/* Module > Partners */

.module-partners {
	position: relative;
	padding: 60px 0;
}
.module-partners .title h4{
	color: #525351;
	font-size: 21px;
}
.module-partners .slider {
	position: relative;
}
.module-partners .slider .slides .slide{
	display: inline-flex;
	align-items: center;
	height: 100px;
	padding: 15px;
	text-align: center;
}
.module-partners .slider .slides .slide img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.module-partners .slider .arrows button {

}
.module-partners .slider .arrows button:after {
	background-image: url('assets/img/icons/arrow-left-black.svg');
	opacity: 0.5;
}
.module-partners .slider .arrows button.slick-next:after {
	background-image: url('assets/img/icons/arrow-right-black.svg');
	opacity: 0.5;
}

@media screen and (min-width: 992px){
	.module-partners .slider .arrows button.slick-prev {
		left: -5%;
	}
	.module-partners .slider .arrows button.slick-next {
		left: auto;
		right: -5%;
	}
}
@media screen and (max-width: 991px){
	.module-partners .slider {
		margin: 0 -15px;
	}
}

/* Module > Full image */

.module-fullimage {
	display: flex;
	align-items: center;
	padding: 50% 0 0;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Page Home */

.page.home .pages {

}
.page.home .pages .bg {
	padding: 50% 0 0;
	background: no-repeat center;
	background-size: cover;
}
.page.home .pages .text {
	padding: 50px 0;
}
.page.home .pages .text .data{
	max-width: 475px;
	margin: 0 auto;
	padding: 15px;
}
.page.home .pages .text .data .subtitle {
	margin: 0 0 4px;
	font-size: 21px;
	font-weight: 500;
	color: #525351;
}
.page.home .pages .text .data h2 {
	margin: 0 0 20px;
	color: #1E70B7;
	font-size: 30px;
	line-height: 33px;
}
.page.home .pages .text .data .description {
	font-size: 15px;
	color: #909193;
}
.page.home .pages .text .data .btn {
	margin-top: 12px;
}

.page.home .pages .row-2 .text .data h2 {
	color: #5BC4F1;
}

@media screen and (min-width: 992px) {
	.page.home .pages .container-fluid {
		padding: 0;
	}
	.page.home .pages .bg {
		padding: 35% 0 0;
	}
	.page.home .pages .row-1 .bg {
		order: 2;
	}
}

.page.home .services .item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #5BC4F1;
	min-height: 500px;
}
.page.home .services .item .data{
	width: 100%;
	max-width: 415px;
	min-height: 275px;
	margin: 0 auto;
	color: #fff;
}
.page.home .services .item .data h2 {
	margin: 0 0 16px;
	color: #1E70B7;
	font-weight: 100;
	font-size: 39px;
}
.page.home .services .item .data .description {
	font-size: 15px;
}
.page.home .services .item .data ul {
	margin: 24px 0 0;
}
.page.home .services .item .data ul li {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 12px;
}
.page.home .services .item .data ul li:last-child {
	margin: 0;
}
.page.home .services .item .data ul li img {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	margin-right: 10px;
}
.page.home .services .item-2 {
	background: #1E70B7;
}
.page.home .services .item-2 .data h2 {
	color: #5BC4F1;
}

@media screen and (min-width: 992px) {
	.page.home .services .container-fluid {
		padding: 0;
	}
	.page.home .services .bg {
		padding: 35% 0 0;
	}
	.page.home .services .item-1 .data ul li{
		display: inline-block;
		vertical-align: middle;
		width: 48%;
	}

}

.page.home .listservis {
	background: #F9F9F9;
	padding: 60px 0;
}
.page.home .listservis ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.page.home .listservis ul li {
	text-align: center;
	width: 50%;
}
.page.home .listservis ul li a {
	display: block;
	padding: 15px;
	border-right: 1px dashed #ccc;
}
.page.home .listservis ul li:last-child a {
	border-right: 0;
}
.page.home .listservis ul li .icon {
	text-align: center;
	margin-bottom: 16px;
}
.page.home .listservis ul li img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 65px;
}
.page.home .listservis ul li p {
	margin: 0;
	color: #909193;
	font-size: 15px;
	font-weight: 500;
}

@media screen and (min-width: 480px) {
	.page.home .listservis ul li {
		width: 30%;
	}
}
@media screen and (min-width: 992px) {
	.page.home .listservis ul {
		justify-content: space-around;
	}
	.page.home .listservis ul li {
		width: 16%;
	}
	.page.home .listservis ul li a{
		padding: 25px;
	}
}

.page.home .module-partners .slides{
	justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

/**/

.page.internal .content {
	padding: 60px 0;
}
.page.internal .content article {
	max-width: 850px;
	margin: 0 auto;
}
.page.internal .content .title h1 {
	color: #555;
}

@media screen and (min-width: 992px) {
	.page.internal .contet {
		padding: 120px 0;
	}
}

/* Page > About */

.page.about .adn {
	padding: 60px 0;
	background: #1E70B7;
	color: #fff;
}
.page.about .adn .title h3{
	font-weight: 100;
}
.page.about .adn article .icon{
	height: 70px;
	margin-bottom: 24px;
}
.page.about .adn article .icon img {
	width: auto;
	height: 100%;
}
.page.about .adn article h2 {
	color: #5BC4F1;
	font-size: 21px;
	font-weight: 500;
}

@media screen and (min-width: 992px) {
	
	.page.about .module-phrase .goldpartners{
		float: right;
		display: flex;
		align-items: center;
		max-width: 260px;
		justify-content: space-between;
	}
	.page.about .module-phrase .goldpartners img {
		margin: 10px;
	}
	.page.about .adn {
		padding: 120px 0;
	}
	.page.about .adn .title h3{
		font-size: 40px;
	}
}

.page.about .team {
	padding: 60px 0;
}
.page.about .team .title h3{
	font-weight: 100;
	color: #1E70B7;
}
.page.about .team .row {
	justify-content: center;
}
.page.about .team article {
	text-align: center;
	max-width: 250px;
	margin: 0 auto;
}
.page.about .team article .thumbnail {
	margin-bottom: 32px;
}
.page.about .team article h2 {
	margin: 0;
	color: #525351;
	font-size: 21px;
	font-weight: 500;
}
.page.about .team article p {
	font-style: italic;
	font-size: 18px;
}
.page.about .team article .icon-linkedin {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 24px;
	background: #1E70B7;
	color: #fff;
	border-radius: 50%;
}
.page.about .team article .icon-linkedin:hover {
	box-shadow: 0 0 0 1px #1e80b7;
	color: #1e80b7;
	background: transparent;
}

@media screen and (min-width: 992px) {
	.page.about .team {
		padding: 120px 0;
	}
	.page.about .team .title h3{
		font-size: 40px;
	}
}

.page.about .gallery {
	position: relative;
}
.page.about .gallery .slide .image {
	padding: 40% 0;
	width: 100%;
	background: no-repeat center;
	background-size: cover;
}
.page.about .gallery .arrows {
	display: none;
}
.page.about .gallery .container-fluid {
	padding: 0;
}
.page.about .gallery .slider .slide{
	padding: 0 6px;
}


.page.about .history {
	padding: 60px 0;
	background: #F9F9F9;
}
.page.about .history .title h3{
	font-weight: 100;
	color: #1E70B7;
}
.page.about .history .timeline{
	position: relative;
	width: 100%;
	padding-left: 15px;
}
.page.about .history .timeline:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 0;
	width: 8px;
	height: 100%;
	background: #DBDBDB;
}
.page.about .history .timeline article {
	position: relative;
	padding: 15px;
	border-bottom: 1px solid #D6D6D6;
}
.page.about .history .timeline article .year {
	margin: 0 0 24px;
	color: #5BC4F1;
	font-size: 32px;
	font-weight: 500;
}
.page.about .history .timeline article p {
	font-style: italic;
	font-size: 18px;
}
.page.about .history .timeline article .icon-linkedin {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 24px;
	background: #1E70B7;
	color: #fff;
	border-radius: 50%;
}
.page.about .history .timeline article .icon-linkedin:hover {
	box-shadow: 0 0 0 1px #1e80b7;
	color: #1e80b7;
	background: transparent;
}

@media screen and (min-width: 992px) {
	.page.about .history {
		padding: 120px 0;
	}
	.page.about .history .title h3{
		font-size: 40px;
	}

	.page.about .history .timeline {
		padding-left: 0;
	}
	.page.about .history .timeline:before {
		left: calc(50% - 4px);
	}
	.page.about .history .timeline article{
		width: 50%;
		min-height: 300px;
		float: left;
		margin-top: 60px;
		padding-right: 200px;
		text-align: right;
	}
	.page.about .history .timeline article .year {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px 45px;
		font-size: 50px;
	}
	.page.about .history .timeline article .year:after {
		content: '';
		position: absolute;
		top: calc(50% - 4px);
		right: 0;
		height: 8px;
		width: 30px;
		background: #DBDBDB;
	}
	.page.about .history .timeline article:nth-child(even) {
		float: right;
		margin-top: 100px;
		text-align: left;
	}
	.page.about .history .timeline article:nth-child(even){
		padding-right: 0;
		padding-left: 200px;
	}
	.page.about .history .timeline article:nth-child(even) .year {
		left: 0;
	}
	.page.about .history .timeline article:nth-child(even) .year:after {
		left: 0;
	}
}
@media screen and (min-width: 1900px) {
		.page.about .history .timeline article {
			min-height: 240px;
		}
		.page.about .history .timeline article:nth-child(even){
			margin-top: 90px;
		}
}

.page.about .partners {
	padding: 60px 0;
}
.page.about .partners .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.page.about .partners .list article{
	display: inline-flex;
	align-items: center;
	min-width: 20%;
	height: 100px;
	padding: 15px;
	text-align: center;
}
.page.about .partners .list article img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}

@media screen and (min-width: 992px) {
	.page.about .partners {
		padding: 120px 0;
	}
	.page.about .partners .list {
		justify-content: flex-start;
	}
	.page.about .partners .title h3{
		font-weight: 100;
		color: #1E70B7;
	}
}


/* Page > What we do */

.page.whatwedo .module-phrase{
	padding-bottom: 60px;
}
.page.whatwedo .module-phrase .title {
	margin: 0;
}
.page.whatwedo .module-phrase .title h3{
	color: #5BC4F1;
	font-weight: 100;
}

@media screen and (min-width: 992px) {
	.page.whatwedo .module-phrase .title h3 {
		font-size: 39px;
	}
}

.page.whatwedo .servis {
	padding: 0 0 30px;
}
.page.whatwedo .servis article .icon{
	height: 80px;
	margin-bottom: 24px;
}
.page.whatwedo .servis article .icon img {
	width: auto;
	height: 100%;
}
.page.whatwedo .servis article h2 {
	margin: 0 0 32px;
	color: #1E70B7;
	font-size: 27px;
	font-weight: 500;
}
.page.whatwedo .servis article p{
	color: #1E70B7
}
.page.whatwedo .servis .item-2 article h2 {
	color: #00A4E2;
}
.page.whatwedo .servis .item-2 article p{
	color: #00A4E2
}
.page.whatwedo .servis .item-3 article h2 {
	color: #5BC4F1;
}
.page.whatwedo .servis .item-3 article p{
	color: #5BC4F1
}

@media screen and (min-width: 992px) {
	.page.whatwedo .servis {
		padding: 30px 0 60px;
	}
}

.page.whatwedo .solutions {

}
.page.whatwedo .solutions .container-fluid {
	padding: 0;
}
.page.whatwedo .solutions a {
	display: block;
    padding: 40% 0;
    color: #fff;
    background: no-repeat center;
    background-size: cover;
}
.page.whatwedo .solutions a .data {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
}
.page.whatwedo .solutions a .data .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-bottom: 16px;
}
.page.whatwedo .solutions a .data .icon img {
	width: auto;
	height: 100%;
}
.page.whatwedo .solutions a .data h2 {
	margin: 0;
	font-size: 21px;
}

@media screen and (min-width: 992px) {
	.page.whatwedo .solutions a .data {
		padding: 50px;
	}
	.page.whatwedo .solutions a .data .icon {
		height: 80px;
	}
	.page.whatwedo .solutions a .data h2 {
		font-size: 30px;
	}
}

.page.whatwedo .solutions-text {
	padding: 60px 0;
	background: #00AECA no-repeat center;
	background-size: cover;
	color: #fff;
}
.page.whatwedo .solutions-text .title {
	max-width: 525px;
}
.page.whatwedo .solutions-text .title h3{
	color: #5BC4F1;
	font-weight: 100;
}
.page.whatwedo .solutions-text .data {
	max-width: 850px;
}
.page.whatwedo .solutions-text .data .items article h2 {
	font-size: 27px;
}

@media screen and (min-width: 992px) {
	.page.whatwedo .solutions-text {
		padding: 120px 0;
	}
	.page.whatwedo .solutions-text .title h3{
		font-size: 40px;
	}
}

/* Page > Services */

.page.services .module-phrase {
	padding-bottom: 60px;
}
.page.services .module-phrase .row {
	align-items: flex-end;
}
.page.services .module-phrase .text .title {
	margin: 0 0 32px;
}
.page.services .module-phrase .text .title .subtitle{
	margin: 0;
	font-size: 27px;
	color: #5BC4F1;
}
.page.services .module-phrase .text .description {
	font-size: 18px;
}
.page.services .module-phrase .listservis {
	display: inline-block;
	margin-top: 32px;
	max-width: 450px;
}
.page.services .module-phrase .listservis li {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	width: 28%;
	margin: 10px;
}
.page.services .module-phrase .listservis li .icon {
	width: 40px;
	margin-right: 10px;
	text-align: center;
}
.page.services .module-phrase .listservis li img {
	display: inline-block;
	width: auto;
	height: 32px;
}
.page.services .module-phrase .listservis li p {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
}

@media screen and (min-width: 992px) {
	.page.services .module-phrase .right {
		text-align: right;
	}
}

.page.services .service {
	padding: 60px 0;
	background: #1E70B7;
	color: #fff;
}
.page.services .service-2 {
	background: #00A4E2;
}
.page.services .service-3 {
	background: #5BC4F1;
}

.page.services .service .title {
	max-width: 600px;
}
.page.services .service .title .icon {
	margin-bottom: 8px;
	max-width: 80px;
}
.page.services .service .title img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1)
}
.page.services .service .title h3 {
	margin: 0;
	font-weight: 500;
	font-size: 45px;
}
.page.services .service .title p {
	margin: 12px 0 24px;
}
.page.services .service .title .btn {
	min-width: 200px;
}
.page.services .service article {
	max-width: 525px;
}
.page.services .service article .icon {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	margin: 15px 8px 15px 0;
}
.page.services .service article .icon img {
	width: auto;
	height: 100%;
}

/* Page > Contact */

.page.contact .content {
	position: relative;
	padding: 60px 0;
}
.page.contact .content .text .title {
	max-width: 375px;
}
.page.contact .content .text .title h3 {
	font-size: 20px;
	color: #1E70B7;
}
.page.contact .content .text .description {
	font-size: 16px;
	color: #1E70B7;
}
.page.contact .content .text .description a:hover {
	color: #5BC4F1;
}

.page.contact .content form .form-control {

}

@media screen and (min-width: 992px) {
	.page.contact .content {
		padding: 120px 0;
	}
	.page.contact .content .text .title h3 {
		font-size: 27px;
	}
	.page.contact .content .text .description {
		font-size: 16px;
	}
}

.page.contact .rrhh {
	padding: 60px 0;
	background: #1E70B7;
	color: #fff;
}
.page.contact .rrhh .text .title .subtitle {
	margin: 0;
	font-weight: bold;
}
.page.contact .rrhh .text .title h3 {
	font-size: 20px;
	color: #8FDAF9;
}
.page.contact .rrhh .text .description a {
	text-decoration: underline;
	color: #8FDAF9;
}
.page.contact .rrhh .form-control {
	border-color: #fff;
}
.page.contact .rrhh .btn {
	border-color: #fff;
	color: #fff;
}
.page.contact .rrhh .btn:hover,
.page.contact .rrhh .btn:focus,
.page.contact .rrhh .btn:not([disabled]):not(.disabled):active {
	color: #1E70B7;
	background: #fff;
}


@media screen and (min-width: 992px) {
	.page.contact .rrhh {
		padding: 120px 0;
	}
	.page.contact .rrhh .text .title h3 {
		font-size: 27px;
	}
}

.page.contact .map {
	min-height: 550px;
	background: #eee;
}


/* Page esigas */

body.esigas .logo {
	max-width: 190px;
}
body.esigas .productof {
	padding: 10px 0;
}
body.esigas .productof .logo {
	display: inline-block;
    vertical-align: 6px;
    max-width: 80px;
    padding: 0;
}

@media screen and (min-width: 992px) {
	body.esigas .productof {
		padding: 0 0 0 16px;
	}
}

.page.esigas .banner {
	position: relative;
}
.page.esigas .banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.page.esigas .banner .title {
	max-width: 500px;
}
.page.esigas .banner .title h1 {
	color: #fff;
	font-weight: 100;
}
.page.esigas .banner .title p {
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	.page.esigas .banner {
		min-height: calc(100vh - 112px);
		max-height: 750px;
	}
	.page.esigas .banner .title h1 {
		font-size: 40px;
	}
}

.page.esigas .items {
	padding: 60px 0;
}
.page.esigas .items-1 {
	background: #00AECA;
	color: #fff;
}
.page.esigas .items-2 {
	background: #f5f5f5;
	color: #00AECA;
}
.page.esigas .items .feed-items {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.page.esigas .items .feed-items article {
	padding: 15px 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
}
.page.esigas .items .feed-items article .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	margin-bottom: 16px;
}
.page.esigas .items .feed-items article .icon img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 100%;
}
.page.esigas .items .feed-items article h2 {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (min-width: 992px) {
	.page.esigas .items {
		padding: 100px 0;
	}
	.page.esigas .items .feed-items article .icon {
		height: 110px;
	}
	.page.esigas .items-2 .feed-items article h2 {
		font-size: 24px;
	}
}

.page.esigas .edata .bg {
	padding: 50% 0 0;
	background: no-repeat center;
	background-size: cover;
}
.page.esigas .edata .text {
	padding: 30px;
}
.page.esigas .edata .text .data{
	max-width: 475px;
	margin: 0 auto;
}
.page.esigas .edata .text .data h2 {
	margin: 0 0 32px;
	color: #5BC4F1;
	font-size: 24px;
}
.page.esigas .edata .text .data h2 span {
	color: #909193;
	display: block;
}
.page.esigas .edata .text .data .description {
	font-size: 15px;
	color: #909193;
}
.page.esigas .edata  .row-3 .text .data {
	max-width: 600px;
}
.page.esigas .edata  .row-3 .text .data .description {
	color: #5BC4F1;
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	.page.esigas .edata .container-fluid {
		padding: 0;
	}
	.page.esigas .edata .bg {
		padding: 35% 0 0;
	}
	.page.esigas .edata .row:nth-child(odd) .bg {
		order: 2;
	}
	.page.esigas .edata .text .data h2 {
		font-size: 30px;
	}
	.page.esigas .edata  .row-3 .text .data .description {
		color: #5BC4F1;
		font-size: 24px;
	}
}

.page.esigas .contact {
	position: relative;
	padding: 60px 0;
	background: #00AECA;
	color: #fff;
}
.page.esigas .contact .text .title {
	max-width: 375px;
}
.page.esigas .contact .text .title h3 {
	font-size: 24px;
}
.page.esigas .contact .text .description {
	font-size: 16px;
	font-weight: bold;
}
.page.esigas .contact .form-control {
	border-color: #fff;
}
.page.esigas .contact .btn {
	border-color: #fff;
	color: #fff;
}
.page.esigas .contact .btn:hover,
.page.esigas .contact .btn:focus,
.page.esigas .contact .btn:not([disabled]):not(.disabled):active {
	color: #1E70B7;
	background: #fff;
}

@media screen and (min-width: 992px) {
	.page.esigas .contact {
		padding: 120px 0;
	}
	.page.esigas .contact .text .title h3 {
		font-size: 27px;
	}
	.page.esigas .contact .text .description {
		font-size: 16px;
		font-weight: bold;
	}
}

/* Archive */

.archive .content {
	padding: 60px 0;
}
.archive .content .row {
	margin: 0;
}
@media screen and (min-width: 992px) {
	.archive .content {
		padding: 120px 0;
	}
}

/* Share */

.share {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    margin: 0;
    border-radius: 32px;
    transition: 0.3s all;
    white-space: nowrap;
    overflow: hidden;
}
.share.open {
	width: 112px;
}
.share li {
	float: left;
}
.share li a {
    display: block;
    padding: 0 6px;
    font-size: 17px;
    line-height: 30px;
}

/* Feed */

.feed article,
.feed article a {
	position: relative;
	display: block;
	width: 100%;
}
.feed article .data {
	padding: 30px 15px;
}
.feed article .thumbnail {
	width: 100%;
	padding: 35% 0 0;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.feed article .category {
	margin: 0;
	font-weight: bold;
	color: #525351;
}
.feed article h2 {
	position: relative;
	font-size: 27px;
	color: #1E70B7;
	margin-bottom: 40px;
}

.feed .listservis {
}
.feed .listservis li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.feed .listservis li .icon {
	text-align: center;
}
.feed .listservis li img {
	display: block;
	width: auto;
	height: 32px;
}

.feed article .items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow: hidden;
	max-width: 500px;
	margin: 0 auto 50px;
	overflow: auto;
}
.feed article .items .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	min-width: 150px;
	height: 150px;
	margin: 10px;
	text-align: center;
	border: 4px solid #ccc;
	border-radius: 50%;
	line-height: 1em;
}
.feed article .items .data {
	padding: 5px;
}
.feed article .items .item h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.feed article .items .item.number h5{
	font-size: 26px;
}
.feed article .items .item p {
	display: block;
	margin: 0;
	margin-top: 6px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}

@media screen and (min-width: 992px) {

	.feed article a {
		display: flex;
		align-items: stretch;
	}
	.feed article .thumbnail,
	.feed article .wrap {
		width: 50%;
	}

	.feed article:nth-child(even) .thumbnail {
		order: 2;
	}

	.feed article .data {
		margin: 0 auto;
		padding: 50px;
		max-width: 600px;
	}
	.feed article h2 {
		font-size: 30px;
	}

}
/* Single */

.single .banner .title .goback {
	display: block;
	font-size: 15px;
	margin-bottom: 16px;
}
.single .banner .title h1 {
	color: #fff;
	font-size: 24px;
}
.single .banner .listservis {
	margin-top: 32px;
}
.single .banner .listservis li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.single .banner .listservis li .icon {
	text-align: center;
}
.single .banner .listservis li img {
	display: block;
	width: auto;
	height: 32px;
}
@media screen and (min-width: 992px) {
	.single .banner {
		min-height: 500px;
	}
	.single .banner .title h1 {
		font-size: 36px;
	}
}

.single .content {
	padding: 60px 0;
	text-align: center;
}
.single .content .items {
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	max-width: 100%;
	margin: 0 auto 50px;
	overflow: auto;
}
.single .content .items .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	min-width: 150px;
	height: 150px;
	margin: 10px;
	text-align: center;
	border: 4px solid #ccc;
	border-radius: 50%;
	line-height: 1em;
}
.single .content .items .item .data {
	padding: 10px;
}
.single .content .items .item h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.single .content .items .item.number h5{
	font-size: 32px;
	line-height: 0.8em;
}
.single .content .items .item p {
	display: block;
	margin: 0;
	margin-top: 12px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}

.single .content article {
	text-align: left;
}

@media screen and (min-width: 992px) {
	.single .content .items .item {
		width: 250px;
		min-width: 250px;
		height: 250px;
	}
	.single .content .items .item h5 {
		font-size: 30px;
	}
	.single .content .items .item.number h5{
		font-size: 60px;
	}
	.single .content .items .item p {
		font-size: 18px;
		line-height: 18px;
	}	
}

.single .content article {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}
.single .content article h1, 
.single .content article h2,
.single .content article h3,
.single .content article h4,
.single .content article h5,
.single .content article h6 {
	color: #1E70B7;
	margin-bottom: 32px;
}
.single .content article ul {
	margin-bottom: 32px;
}
.single .content article ul h1, 
.single .content article ul h2,
.single .content article ul h3,
.single .content article ul h4,
.single .content article ul h5,
.single .content article ul h6 {
	color: #8FDAF9;
}

.single .content article img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 992px) {
	.single .content {
		padding: 100px 0;
	}
}

.single .relateds {
	padding: 60px 0;
	border-top: 1px solid #eee;
}
.single .relateds .title h3 {
	color: #1E70B7;
	font-size: 27px;
}
.single .relateds .feed-relateds article {
	position: relative;
	padding-bottom: 50px;
}
.single .relateds .feed-relateds article .thumbnail {
	width: 100%;
	padding: 40% 0;
	background: no-repeat center;
	background-size: cover;
	margin: 0 0 18px;
}
.single .relateds .feed-relateds article h2 {
	color: #1E70B7;
	font-size: 18px;
	line-height: 1.3em;
	min-height: 3.9em;
}
.single .relateds .feed-relateds article p {
	display: none;
}
.single .relateds .feed-relateds article .btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

@media screen and (min-width: 992px) {
	.single .relateds {
		padding: 120px 0;
	}
}


/* Pagination */

.pagination {
	width: 100%;
	justify-content: center;
	padding: 50px 0;
	text-align: center;
}

.pagination .screen-reader-text {
	display: none;
}

.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding: 6px;
}

.pagination .page-numbers.current {
	font-weight: bold;
}

@media screen and (min-width: 992px) {
	.pagination .page-numbers {
		font-size: 22px;
	}
}

/* Footer */

.blue {
color: #1E70B7;
}

.footer {
	color: #888;
	font-size: 15px;
	background: #FAFAFA;
}

.footer .iram {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}

.footer .iram img {
  width: 100%;
}

.footer .privacy {
	padding: 0 10px;
	font-size: 11px;
}
.footer .privacy h4 {
	font-size: 16px;
}

@media screen and (min-width: 992px) {
	.footer .iram {
	/*	float: left;*/
		padding-left: 20px;
	}
	.footer .privacy {
		padding-left: 120px;
	}
	.footer .privacy ul {
		padding-left: 20px;
	}
}

.footer .widgets {
	padding: 60px 0;
}
.footer .widgets ul {
	margin: 0 0 16px;
}
.footer .widgets ul li a {
	display: block;
}

.footer .widgets .logo {
	display: block;
	max-width: 126px;
	margin-bottom: 32px;
}
.footer .widgets .logo-esigas {
	display: block;
	max-width: 190px;
	margin-bottom: 32px;
}
.footer .widgets .slogan {
	font-size: 12px;
	font-style: italic;
	line-height: 1;
}
.footer .widgets .address {
	font-size: 12px;
	margin: 32px 0;
}
.footer .widgets .goldpartners {
	display: flex;
	align-items: flex-end;
	max-width: 220px;
	justify-content: space-between;
}

.footer .widgets .socialmedia {
	margin: 0;
}
.footer .widgets .socialmedia li {
	display: inline-block;
	vertical-align: middle;
}
.footer .widgets .socialmedia li a {
	font-size: 24px;
	color: #525351;
}
.footer .widgets .socialmedia li.linkedin:hover a {
	color: #1E70B7;
}


.footer .copyright {
	padding: 32px 0;
	background: #F4F4F4;
	font-size: 12px;
	overflow: hidden;
}

@media screen and (min-width: 992px) {

	.footer .widgets {
		padding: 60px 0 100px 0;
	}
	.footer .widgets .address {
		margin-top: 0;
	}
	.footer .copyright p{
		margin: 0;
	}
	.footer .copyright .left {
		float: left;
	}
	.footer .copyright .right {
		float: right;
	}

}


/* Framework */

.arrows button {
	position: absolute;
	top: calc(50% - 20px);
	left: 2.5%;
	width: 40px;
	height: 40px;
	line-height: 300px;
	text-align: center;
	border: 0;
	background: transparent;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
}
.arrows button:focus {
	outline: 0;
}

.arrows button:hover,
.arrows button:focus {
	color: #fff;
}
.arrows button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6px;
	background: url('assets/img/icons/arrow-left.svg') no-repeat center;
	background-size: 12px;
}
.arrows button.slick-next {
	left: auto;
	right: 2.5%;
}
.arrows button.slick-next:after {
	right: 2.5%;
	left: auto;
	background-image: url('assets/img/icons/arrow-right.svg');
}

@media screen and (min-width: 768px) {

	.arrows button {
		top: calc(50% - 30px);
		width: 60px;
		height: 60px;
	}
	.arrows button:after {
		background-size: 22px;
	}
}

/* Templates */

.errors {
	text-align: center;
	padding: 50px 0;
}
.errors .smile {
	margin: 0;
	font-size: 50px;
	-webkit-transform: rotate(90deg);
	color: #CFB67C;
}

.errors.error-nologued {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60vh;
}

@media screen and (min-width: 992px) {
	.errors.error-404 h3 {
		font-size: 40px;
	}
	.errors .smile {
		font-size: 80px;
	}
}
