/*!
Theme Name: Softinsa
Theme URI: http://underscores.me/
Author: Loba
Author URI: http://underscores.me/
Description: Custom theme: Softinsa, developed by Loba
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: softinsa
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Softinsa is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


ul.footer__nav li:first-child {
	display: none;
}
.search_find {
	background-color:#3D8BEB;
	color:#ffffff;
}
.custom-select-option span {
	font-size: 14px;
}
.select-hide div {
	width:100px !important;
  }
/*
span.wpcf7-list-item-label {
	/*position: relative;
	line-height: 18px !important;
}
span.wpcf7-list-item-label {
	line-height: 22px;
	padding-left: 23px;
	position: relative;
	margin-left: -13px;
	float: left;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}*/
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors {
	border: none;
	padding: 0;
	font-size: 12px !important;
	line-height: 1em;
	font-weight: bold !important;
	color: #333333 !important;
	background-color: #eef4fd;
	border-radius: 5px;
	padding: 120px 40px 50px 40px;
	width:auto;
	display: inline-block;
	max-width: 260px;
	position: absolute !important;
	z-index: 99;
}
@media (max-width:768px) {
	.wpcf7 .wpcf7-validation-errors {
		margin-top: 120px;
		position: relative !important;
	}
}

.wpcf7 .wpcf7-validation-errors::before {
	content:'';
	position:absolute;
	top:30px;
	left:50%;
	margin-left: -25px;
	width:50px;
	height:50px;
	background-image: url(images/erro.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	z-index: 2;
}
.wpcf7 .wpcf7-mail-sent-ok {
	position: absolute;
	border: none;
	color: #333333 !important;
	padding: 0;
	font-size: 12px !important;
	line-height: 1em;
	text-align: left;
	text-transform: none !important;
	background-color: #eef4fd !important;
	border-color: #eef4fd !important;
	border-radius: 5px !important;
	padding: 120px 40px 50px 40px;
	width:auto;
	display: inline-block;
}
.wpcf7 .wpcf7-mail-sent-ok::before {
	content:'';
	position:absolute;
	top:30px;
	left:50%;
	margin-left: -25px;
	width:50px;
	height:50px;
	background-image: url(images/sucesso.svg) !important;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	z-index: 2;
}
.wpcf7 .wpcf7-mail-sent-ng {
	font-size: 12px !important;
	border: none;
	padding: 0;
}
.wpcf7 .wpcf7-acceptance-missing {
	border: none;
	padding: 0;
	font-size: 12px !important;
	line-height: 1em;
	font-weight: bold !important;
	color: #333333 !important;
	background-color: #eef4fd;
	border-radius: 5px;
	padding: 120px 40px 50px 40px;
	width:auto;
	display: inline-block;
	max-width: 260px;
	position: relative;
	z-index: 1;
}
.wpcf7 .wpcf7-acceptance-missing::before {
	content:'';
	position:absolute;
	top:30px;
	left:50%;
	margin-left: -25px;
	width:50px;
	height:50px;
	background-image: url(images/erro.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	z-index: 2;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7 span.wpcf7-not-valid-tip { /*,.wpcf7 .wpcf7-acceptance-missing*/
	position: absolute;
	top:15px;
	left:-9px;
	padding: 0;
	font-size: 0;
	background-color: #FF6F55 !important;
	border-color: #FF6F55 !important;
	color: #ffffff;
	border-radius: 10px;
	width:18px;
	height:18px;
}
.wpcf7 span.wpcf7-not-valid-tip:hover {
	top:12px;
	left:-11px;
	width:auto;
	height: auto;
	max-width: 125px;
	padding: 5px 10px 5px 25px;
	position: absolute;
	bottom: auto !important;
	z-index: 1;
	border-radius: 4px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-size: 12px !important;
	line-height: 1.3em;
	text-align: left;
	text-transform: none !important;
	z-index: 998;
}
.wpcf7 span.wpcf7-not-valid-tip:hover::before {
	opacity: 1;
}
.wpcf7 span.wpcf7-not-valid-tip::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    color: #ffffff;
    font-family: 'icomoon';
    font-size: 15px;
	pointer-events: auto;
	z-index: 999;
	opacity: 0;
}

/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
	background-image:url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	width: 16px;
  height: 16px;
  position: absolute;
	margin: 20px 0 0 10px;
}
#form_careers {
	margin-bottom: 80px;
}
#form_careers .icon-rgpd {
	margin-right: 20px;
}
.ie #form_careers .icon-rgpd {
	margin-right: 40px !important;
}
#form_contact input[type="checkbox"],#form_careers input[type="checkbox"] {
    display: block;
    width: 13px;
    height: 13px;
    position: relative;
    margin-top: 0 !important;
    float: left;
    z-index: 10;
    opacity: 1;
    vertical-align: middle;
}

span.wpcf7-list-item-label {
	position: relative;
	float: left;
  	font-size: 14px;
  	line-height: 22px;
	  font-weight: 300;
	  margin-left:10px;
	  margin-top: -5px;
}
span.wpcf7-list-item {
	padding: 10px 0;
	margin: 0;
}
input.input_dados {
	
}

.applynow {
	margin-top: 40px;
	margin-bottom: 40px;

}
.input-disabled {
	display: block !important;
	width: 100% !important;
	min-height: 50px;
	padding: 10px 15px 10px 120px !important;
	background-color: #74aef4 !important;
	font-weight: bold;
	border-radius: 4px !important;
	border: 2px solid #74aef4 !important;
	font-size: 13px !important;
	color: #ffffff;
  }
  .form-group label:first-child {
	  z-index: 2;
  }
  .current-cat a {
	color: #3D8BEB !important;
  }
	.current-cat a::after {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    background-color: 
    #3D8BEB;
}
.misha_loadmore {
	cursor: pointer;
}
.mb-80 {
	margin-bottom:80px;
}

.home-corporate__dots img {
	display: block;
	width: 100vw;
	height: auto;
	object-fit: contain;
	}
.home-banner__content .bt_sound {
	position: absolute;
	right: 30px;
	bottom:50px;
	width:35px;
	height:25px;
	background-image: url(images/sound.svg);
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.home-banner__content .bt_sound:hover {
	width:35px;
	height:13px;
	bottom:60px;
}
@media (max-width: 996px) {
	.home-banner__content .bt_sound {
		bottom:20px;
	}
	.home-banner__content .bt_sound:hover {
		bottom:30px;
	}
}
.home-banner__content .bt_sound::before {
	content:"OFF";
	color: #ffffff;
	font-family: "Barlow", Arial, sans-serif;
  font-size: 11px;
	position: absolute;
	bottom:-20px;
	text-align: center;
	width:100%;
}
.home-banner__video::before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.15);;
}
.sound_on::before {
	content:"ON" !important;
}
.grecaptcha-badge{
	visibility: collapse !important;  
  }
.parallax-window-people {
	height:420px;
	max-height: 420px;
	background: transparent;
}
@media (max-width: 768px) {
	.parallax-window-people {
		height:320px;
		max-height: 320px;
		background: transparent;
	}
}
.icon-arrow-left:hover,.icon-arrow-right:hover {
	/* color:#3d8beb !important; */
  }
a.icon-arrow-right:hover {
	text-decoration: none;
  }
.disabled .icon-arrow-left:hover,.icon-arrow-right:hover {
	/* color:#ffffff; */
  }

.softinsa__years__dots button:hover {
	color:#3d8beb !important;
}
@media (min-width: 768px) {
.softinsa__years {
	background-image: url(images/line2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 33.333333%;
}
}
.counter_number {
	position: relative;
	float: right;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-80 {
	margin-bottom: 80px;
}
.service-intro {
	position: relative;
}
.services-banner__video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	overflow: hidden;
  }
  /* line 16, layout/_home-banner.scss */
  .services-banner__video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
  }
  .services-tabs .title-small {
	  margin-bottom: 70px;
  }
  .icon-arrow-right:before {
	content: "";
  }

  .next_service:hover > div a .title-small  {
	color:#343434;
  }
  .next_service:hover > div a.custom-icon-arrow  {
	background-color:#343434;
  }
  .equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
  }
  /*.equal > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: relative;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000;
}
.logo_hover {
	position: absolute;
	width:140px;
	height:22px;
	top:50%;
	left:calc(50% - 70px);
	z-index: 999;
}
.dg {
	/*display: none;*/
}
.se-pre-con canvas {
	display: block;
	width: 100%;
	height: 100%;
  }
  .header {
	top: 45%;
  }
  .footer {
	bottom:3%;
  }
  .description {
	color: gray;
	padding-top: 50px;
  }
  .disable-selection {
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer */
	 -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  }

  #pag_cases_det .owl-next > i:hover,
  #pag_news_det .owl-next > i:hover,
  #pag_cases_det .owl-prev > i:hover,
  #pag_news_det .owl-prev > i:hover {
	  background-color: transparent;
  }
  #pag_cases_det .title-small {
    font-size: 35px;
	line-height: 40px;
	margin-bottom: 25px;
}
#pag_cases_det .subtitle {
	margin-bottom: 65px;
}
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
.equal [class*="col-"] {
	margin-top: 40px;
	margin-bottom: 40px;
}
@media (max-width:768px){
	.equal {
		display:block;
	  }
}
.candidaturas_carreiras {
	display:none;
}
.candidaturas_carreiras .application-cta__info {
    background-position: center bottom;
}
.candidaturas_carreiras .application-cta {
    padding: 40px 0;
}
/*-----------   PAGINATION   -----------*/
.pagination {
	position: relative;
	width:100%;
	margin: 60px 0 80px 0;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
.pagination a {
	position: relative;
	margin-right: 25px;
	font-size: 18px;
	color: #efefef;
	font-weight: normal;
  }
.pagination span {
	font-weight: bold;
	margin-right: 25px;
	font-size: 18px;
}
.cookie_action_close_header {
	display: block;
	padding: 10px 80px;
	font-family: "Barlow", Arial, sans-serif !important;
	font-size: 12px !important;
	background-color:#3d8beb !important;
	color:#e1f5fe;
	border-radius: 50px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#cookie-law-info-bar {
	color:#656565 !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
a.cli-plugin-main-link {
	font-weight: 300 !important;
	text-decoration: none !important;
}
a.cli-plugin-main-link:hover {
	text-decoration:underline !important;
}
.cli-switch input:checked + .cli-slider {
    background-color: #3d8beb;
}
.cli-modal-content {
	border-radius: 15px;
}
#pag-text ul {
	margin-left: 5px;
	padding-left: 0;
}
#pag-text ul li { 
	list-style: none;
	list-style-position:outside;
	/*list-style-image:url(images/bullet2.png);*/
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
}
#pag-text ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 11px;
    left: -5px;
    border-radius: 50%;
    background-color: 
    #3D8BEB;
}
#pag-text h5 {
	color:
	#3D8BEB;
	font-size: 28px;
	line-height: 25px;
	font-weight: 300;
}
#pag-text h6 {
	color:
	#3D8BEB;
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
}
.content-ie-white {
	color: #9d9ea0 !important;
	background-color: #ffff !important;
	padding-top: 80px;
  }
  .content-ie-white h2 {
	color: #3D8BEB;
  }

  /* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #3d8beb inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: #ffffff !important;
}
.modal__content a:not(.btn) {
	color: #ffffff;
}
@media (max-width:768px){
	.career-item {
		width:100%;
	}
}
.video-modal_close {
	position: absolute;
	color: #ffffff;
	top:5px;
	right:5px;
	width:24px;
	height:24px;
	background-image: url(images/bt_close.svg);
	background-size:24px 24px;
	cursor: pointer;
}
a.card-news__photo:hover ~ a::before,h1.card-news__title:hover ~ a::before  {
	/*animation arrow */
	fill: #ffffff;
	animation: scrolly 1.5s linear forwards infinite;
	perspective: 9000px;
	transform: translateZ(0);
	transform-origin: bottom;
}
.search_space{
	position: relative;
	display: block;
	overflow: hidden;
	width:100%;
	height:300px;
}
.menu-close-menu {
	position: absolute;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	z-index: 199;
	display: none;
}
.menu-close-menu.is-open {
	display: block;
  }