/*
Theme Name: Saphety Colombia
Text Domain: saphety
Author: Webcomum
Author URI: https://www.webcomum.com
Version: 1.0
*/

/* -------------------------------------------*--------------*--------------------------------------------------*/
/*                    -----------------------*   CUSTOM CSS   *------------------------                         */
/* -------------------------------------------*--------------*--------------------------------------------------*/

/* BLUE: #2f5ee8 */
/* GREY: #f1f4fa */


@import url("assets/css/bootstrap.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Roboto Slab', serif; */


html,
body {
	overflow-x: hidden !important;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}


body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
    -webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: unset;
	color: #2f5ee8;
}

a:active,
a:focus {
	outline: 0;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 0;
}

p {
	margin: 0;
}

input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
button:active,
button:focus {
	outline: 0;
}

button {
	border: 0;
    background-color: transparent;
}

ul {
	padding-left: 18px;
}

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

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

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

.form-send .btn-Form{
	cursor: pointer;
}

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

.clear-left {
	clear: left;
}

.logo-wrapper {
	width: 354px;
	display: inline-block;
	margin-top: 9px;
}

.logo-wrapper svg path {
	fill: #2f5ee8;
	transition: all 1s;
}

.home .logo-wrapper svg path {
	fill: #fff;
}

.mobile-open .logo-wrapper svg path,
.header-fixed .logo-wrapper svg path {
	fill: #2f5ee8;
}

.header-row {
	margin-left: -80px;
	margin-right: -80px;
}

.home .header-container:before {
	transition: background-color 1s;
}

.header-fixed {
	position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -45px;
    background-color: transparent;
    transition: none;
}

.header-fixed:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2000px;
    height: 136px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    background-color: #f1f4fa;
    transition: none;
}

.home .header-fixed {
    transition: background-color 1s;
}

.home .header-fixed:before {
    transition: background-color 1s;
}

.mobile-open .header-fixed:before {
	box-shadow: none;
	background-color: #fbfcff;
}

.main-menu-col {
	text-align: right;
}

.main-menu-col ul {
	list-style: none;
}

.main-menu-col ul > li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
}

.main-menu-col li:last-child {
	margin-right: 0;
}

.main-menu-col a {
	color: #000;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 300;
	position: relative; 
}

.home .main-menu-col a {
	color: #fff;
	transition: color 1s;
}

.header-fixed .main-menu-col a {
	color: #000;
}

.header-fixed .main-menu-col .btn a {
	color: #fff;
}

.main-menu-col a:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #2f5ee8;
	transition: all .3s ease-in-out;
}

.home .main-menu-col a:after {
	background-color: #fff;
}

.home .header-fixed .main-menu-col a:after {
	background-color: #2f5ee8;
}

.main-menu-col a:hover:after {
	width: 100%;
}

.main-menu-col .menu-item-has-children a:hover:after {
	width: 0;
}

.main-menu-col li:last-child a:after {
	height: 0
}

.main-menu-col li.btn a:after {
	height: 0
}

.main-menu-col .sub-menu {
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    background-color: #fff;
    width: 245px;
    left: -5px;
    top: 34px;
    margin: 0;
    padding: 19px 9px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.main-menu-col .menu-item-has-children {
	padding-bottom: 20px;
}

.main-menu-col .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 49px;
}

.main-menu-col .sub-menu li {
    display: block;
    margin-bottom: 10px;
}

.main-menu-col .sub-menu li:last-child {
    margin-bottom: 0;
    margin-right: 15px;
}

.main-menu-col .sub-menu a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: block;
}

.main-menu-col .sub-menu a:hover {
    color: #2f5ee8;
}

.main-menu-col .sub-menu a:after {
    width: 0 !important;
}

.btn {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 700;
	border-radius: 26px;
	border: 1px solid;
	line-height: 1.1;
}

.btn a {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 30px;
    display: block;
}

a.btn {
	padding: 10px 30px;
}

.btn-blue {
	background-color: #2f5ee8;
	border-color: #2f5ee8;
	color: #fff;
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #2f5ee8;
}

.btn-blue a {
	color: #fff;
}

.btn-white-border {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.btn-blue-border {
	background-color: transparent;
	border-color: #2f5ee8;
	color: #2f5ee8;
}

.header-fixed .btn-blue-border a {
	color: #2f5ee8 !important;
}

.home .btn-register {
	border-color: #fff;
}

.home .header-fixed .btn-register {
	border-color: #2f5ee8;
}
.btn.with-icon {
	position: relative;
	padding-left: 60px;
}

.btn.with-icon-right {
	position: relative;
	padding-right: 60px;
}

.btn.with-icon:after {
	content: '';
    position: absolute;
    top: 16px;
    left: 32px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn.with-icon-right:after {
	content: '';
    position: absolute;
    top: 15px;
    right: 32px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.single-post-related .btn.with-icon-right:after {
    top: 17px;
}

.btn.play-icon-white:after {
	background-image: url('assets/img/play-icon-white.svg');
	top: 14px;
}

.btn.play-icon-blue:after {
	background-image: url('assets/img/play-icon-blue.svg');
	top: 14px;
}

.btn.arrow-right-white:after {
	background-image: url('assets/img/arrow-right-white.svg');
}

.btn.arrow-plus-blue:after {
	background-image: url('assets/img/arrow-plus-blue.svg');
}

.btn.download-icon:after {
	background-image: url('assets/img/download-icon.svg');
}

.header-top {
	text-align: right;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
    margin-bottom: 14px;
}

.home .header-top {
	color: #fff;
}

.mobile-open .header-top {
	color: #000;
}

.header-top .header-top-item {
	float: right;
	margin-left: 30px;
}

.header-top .header-top-item a {
	color: #000;
}

.home .header-top .header-top-item a {
	color: #fff;
}

.mobile-open .header-top .header-top-item a {
	color: #000;
}

.header-top-search svg {
	width: 20px;
	height: 20px;
	float: left;
    position: relative;
    top: 1px;
    margin-right: 10px;
    overflow: visible;
}

.header-top-search path {
	fill: #000;
}

.home .header-top-search path,
.home .header-top-search svg {
	fill: #fff;
}

.mobile-open .header-top-search path,
.mobile-open .header-top-search svg {
	fill: #000;
}

.header-top-search .arrow-down {
	float: right;
    width: 12px;
    height: 7px;
    padding-top: 9px;
    margin-left: 16px;
    margin-right: 0;
}

.search-icon {
	cursor: pointer;
}

.search-icon svg {
	top: 3px;
}

.home-slider {
	height: 100vh;
	position: relative;
}

.home-slider-item,
.home-slider .slick-list,
.home-slider .slick-track,
.home-slider .container {
	height: 100%;
}

.home-slider-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-slider-content {
	position: relative;
	top: 44%;
	transform: translateY(-50%);
}

.home-slider-content h2,
.home-slider-content h3 {
	font-weight: 300;
	color: #fff;
	font-size: 60px;
	max-width: 586px;
	line-height: 1.1;
	margin-bottom: 70px;
}

.home-slider-filter {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.75));
}

.home-slider-content a {
	margin-right: 20px;
}

.home-slider-content .btn {
	display: inline-block;
	margin-bottom: 20px;
}

.home-content {
	position: relative;
	background-color: #f1f4fa;
}

.home-top-curve {
	position: absolute;
    top: -70px;
    width: 100%;
    background-image: url(assets/img/home-top-curve.svg);
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home-content-inner {
	position: relative;
}

.home-go-down {
	position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.home-go-down svg {
	width: 20px;
    height: 20px;
    fill: #2f5ee8
}

.home-slider-logos {
	position: absolute;
	top: -220px;
	width: 100%;
}

.home-slider-logos-each img {
    width: 168px;
    height: auto;
    margin: 0 auto;
}

.slick-slide {
    outline: none;
}

.standard-heading {
	font-weight: 300;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.heading-title {
	font-size: 40px;
	font-weight: 300;
	max-width: 500px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.standard-heading.text-center .heading-title {
    margin-left: auto;
	margin-right: auto;
}

.heading-desc.roboto-slab p {
	font-family: 'Roboto Slab', serif;
}

.home-heading {
	margin-top: 40px;
}

.home-tabs-fluid {
	background-color: #fbfcff;
}

.home-tabs-content-wrapper .home-tabs-content {
	display: none;
}

.home-tabs-content-wrapper .home-tabs-content:first-child {
	display: block;
}

.home-tabs-nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.home-tabs-nav li {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-right: 3px;
	background-color: #f8faff;
	padding: 30px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.home-tabs-nav li.active {
	background-color: #fff;
}

.home-tabs-nav li:last-child {
	margin-right: 0;
}

.home-tabs-nav li h3 {
	font-size: 20px;
	font-weight: 300;
}

.home-tabs-nav li.active h3 {
	font-weight: 700;
}

.home-tabs-nav-wrapper {
	margin-top: 100px;
}

.home-tabs-content h2 {
	font-weight: 400;
}

.home-tabs-content a {
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}

.home-tabs-content a:after {
	content: '';
    background-image: url(assets/img/arrow-right-blue.svg);
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    top: 5px;
    right: -14px;
}

.home-tabs-content-left {
	padding-left: 100px;
	padding-top: 100px;
	padding-right: 40px;
}

.home-tabs-content-right {
	padding-right: 130px;
	padding-top: 80px;
}

.home-tabs-content-right-img {
	position: relative;
	display: inline-block;
}

.home-tabs-content-right-img img {
	width: 540px;
	position: relative;
    z-index: 1;
}

.home-tabs-content-right-img:after {
	content: '';
    background-image: url(assets/img/back-dots.png);
    position: absolute;
    top: -17px;
    right: -100px;
    width: 259px;
    height: 259px;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-triple {
	background-image: url('assets/img/triple-back.svg');
	background-color: #fbfcff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 290px;
    margin-top: -64px;
}

.home-triple-left {
	width: 610px;
	float: left;
	position: relative;
}

.home-triple-left:before {
	content: '';
    background-image: url(assets/img/back-dots.png);
    position: absolute;
    top: -17px;
    left: -174px;
    width: 259px;
    height: 259px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;

}

.home-triple-right {
	width: 36%;
	float: left;
	padding-left: 57px;
    margin-top: 30px;
}

.home-triple-left img {
	width: 100%;
}

.home-triple-div {
	overflow: hidden;
}

.home-triple-top-img {
	width: 125px;
	height: 125px;
    float: right;
    margin-right: 30px;
    margin-top: 40px;
}

.home-triple-bottom-img {
	width: 290px;
	height: 290px;
	float: left;
	margin-top: 30px;
}

.home-triple-right-img {
	width: 289px;
	height: 550px;
	float: right;
}

.home-triple-right .slick-prev {
	display: none !important;
}


.home-triple-right-content {
	padding-bottom: 40px;
}

.home-triple-right-subtitle {
	color: #2f5ee8;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
}

.home-triple-right-content h2 {
	font-size: 40px;
	line-height: 1.1;
}

.home-triple-list {
	display: inline-block;
	margin-top: 20px;
}

.home-triple-list-item {
	float: left;
	width: 50%;
	position: relative;
	padding-top: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

.home-triple-list-item:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	background-image: url(assets/img/tryptic-list.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-triple-right-content a {
	display: inline-block;
}

.home-triple-nav {
	float: left;
	width: 290px;
	text-align: right;
	margin-top: 21px;
}

.home-triple-nav-next {
	font-size: 14px;
}

.home-triple-nav-title {
	font-size: 16px;
	font-weight: 700;
	color: #2f5ee8;
	margin-top: -6px;
}

.home-triple-nav-left,
.home-triple-nav-right {
	float: right;
}

.home-triple-nav-btn-wrapper {
	width: 46px;
    height: 46px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.home-triple-nav-btn {
	width: 16px;
	height: 16px;
	background-image: url(assets/img/arrow-right-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-triple-nav-left {
	margin-right: 10px;
}

.testimonials-container {
	padding-bottom: 100px;
}

.testimonials-heading {
	text-align: center;
}

.testimonials-heading p {
	color: #2f5ee8;
	font-size: 14px;
	font-weight: 700;
}

.testimonials-heading h3 {
	font-size: 40px;
	margin-top: -11px;
}

.testimonials-container {
	margin-top: 100px;
}

.testimonials-text p {
	text-align: center;
	max-width: 823px;
	margin: 23px auto 0 auto;
	position: relative;
}

.testimonials-text p:before {
	content: '';
    position: absolute;
    background-image: url(assets/img/quotes-up.svg);
    width: 45px;
    height: 40px;
    left: -70px;
    top: -5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-text p:after {
	content: '';
    position: absolute;
    background-image: url(assets/img/quotes-down.svg);
    width: 45px;
    height: 40px;
    right: -70px;
    bottom: -5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-nav {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	max-width: 600px;
	margin-left: auto;
    margin-right: auto;
}

.testimonials-nav-inner {
	cursor: pointer;
	margin-right: 60px;
	opacity: .25;
}

.testimonials-nav-inner.slick-current {
	opacity: 1;
}

.testimonials-nav .testimonials-nav-inner:last-child {
	margin-right: 0;
}

.testimonials-nav-inner-left,
.testimonials-nav-inner-right {
	float: left;
}

.testimonials-nav-inner-left {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
}

.testimonials-nav-inner-left img {
	width: 100%;
	height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.testimonials-nav .slick-track {
    display: flex;
    justify-content: center;
}

.testimonials-nav-inner-title {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4
}

.testimonials-nav-inner-country {
	font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
}

.home-cards-fluid {
    margin-top: 60px;
    margin-bottom: 170px;
    padding: 0;
    height: 400px;
}

.home-cards .slick-track {
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-cards-inner {
	width: 309px !important;
	height: 358px;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
	transition: all .3 ease-in-out;
	border-radius: 10px;
  	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
}

.home-cards-inner img {
	width: 193px;
    height: 192px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.home-cards-inner-title {
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 30px 20px;
    line-height: 1.4;
}

.home-cards-inner-hover-title {
	font-family: 'Roboto Slab', serif;
	color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
}

.home-cards-inner-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(47, 94, 232, 0.9);
	top: 0;
	padding: 30px 20px 30px 20px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.home-cards-inner:hover .home-cards-inner-hover {
	opacity: 1;
}

.home-cards-inner-hover {
	color: #fff;
}

.home-cards-inner-hover a {
	position: absolute;
    bottom: 25px;
    line-height: 1.3;
    right: 20px;
    left: 20px;
    text-align: center;
}

.cards-slider-nav {
    width: 149px;
    margin: 0 auto;
    position: relative;
    top: 43px;
}

.footer-top {
	background-color: #2f5ee8;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-top .row {
	display: flex;
}

.footer-top-left {
	display: flex;
	align-items: center;
}

.footer-top-left img {
	width: 180px;
	height: 161px;
	margin-right: 30px;
	float: left;
}

.footer-top-left p {
	float: left;
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: 300;
    max-width: 350px;
    color: #fff;
    line-height: 1.1;
}

.footer-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-top-right-inner > a {
	margin-left: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.footer-top-right-inner p {
	font-family: 'Roboto Slab', serif;
	margin-left: 20px;
	color: #fff
}

.footer-top-right-inner p {
	display: none;
}

.footer-top-right-inner p a {
	color: #fff;
	font-weight: 700;
}

.footer-top-right-inner p span {
	margin-left: 8px;
}

.footer-title {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #000;
}

footer {
	background-color: #f1f4fa;
	padding-top: 70px;
}

footer .footer-container {
	border-bottom: 1px solid #777777;
	padding-bottom: 30px;
	margin-bottom: 18px;
}

.footer-menu ul,
.footer-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin-bottom: 2px;
}

.footer-menu ul a {
	color: #000;
}

.social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
    margin-right: 17px;
}

.social-icons svg {
	width: 34px;
	height: 34px;
}

.social-icons path {
	fill: #000;
}

.footer-bottom {
	margin-top: 35px;
    margin-bottom: 30px;
}

.footer-bottom li {
	display: inline-block;
	margin-right: 25px;
}

.footer-bottom a {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.footer-copyright {
	color: #000;
}

.footer-logo-wrapper,
.footer-language-wrapper {
	display: flex;
	justify-content: flex-end;
}

.footer-logo svg {
	width: 195px;
  	height: 42px;
}

.footer-logo path {
	fill: #000;
}

.footer-language {
	width: 135px;
}

.footer-language path,
.footer-language svg {
	fill: #000 !important;
}

.footer-language span {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #000;
}

.page-big-heading {
	background-image: url('assets/img/page-heading-big.svg');
	background-size: 1920px 750px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.page-small-heading {
	background-image: url('assets/img/page-heading-small.svg');
	background-size: 1920px 507px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.page-service-heading {
	background-image: url('assets/img/page-heading-service.svg');
	background-size: 1920px 677px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 42px;
}

.page-heading {
	padding-top: 160px;
	background-color: #fbfcff;
}

.page-heading.page-service-heading {
	padding-top: 135px;
}

.page-heading .btn {
	margin-top: 45px;
	display: inline-block;
}

.page-testimonials {
	background-color: #fbfcff;
}

.one-line-heading {
	padding-bottom: 150px;
}

.page-template-page-partners-all .one-line-heading {
	padding-bottom: 65px !important;
}

.page-heading h1 {
	font-size: 60px;
    max-width: 630px;
    line-height: 1;
}

body.category .page-heading h1 {
	font-size: 46px;
}

.pricing-switch-block {
	display: flex;
	justify-content: center;
}

.pricing-switch-wrapper {
	position: relative;
}

.pricing-switch {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);  
}

.pricing-switch-label {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.pricing-switch-label input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f5ee8;
  -webkit-transition: .4s;
  transition: .4s;
}

.pricing-slider.round {
  border-radius: 34px;
}

.pricing-slider.round:before {
  border-radius: 50%;
}

.pricing-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .pricing-slider {
  background-color: #2f5ee8;  
}

input:checked + .pricing-slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background-color: #fff;  
}

.pricing-switch-left {
	margin-right: 36px;
    text-align: right;
    width: 150px;
}

.pricing-switch-right {
	margin-left: 36px;
	text-align: left;
	width: 200px;
}

.pricing-switch-block > span {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: #777777;
	font-weight: 300;
}

.pricing-switch-block > span.active {
	font-weight: 700;
	color: #000;
}

.pricing-switch-block {
	margin-top: 85px;
}

.pricing-block-box {
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1);
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
}

.pricing-block-left,
.pricing-block-right {
	width: 32%;
	height: auto;
}

.pricing-block-center {
	width: 36%;
	margin-top: -30px;
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
}

.pricing-block-inner {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	padding-right: 15px;
}

.pricing-block-title {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 30px;
}

.pricing-block-center .pricing-block-title {
	margin-top: 60px;
}

.pricing-block-price {
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	font-weight: 700;
}

.pricing-block-payment {
	color: #777777;
	font-size: 14px;
	font-weight: 300;
	margin-top: -15px;
}

.pricing-block-desc {
	font-size: 20px;
	font-weight: 300;
	margin-top: 20px;
	padding: 0 15px;
}

.pricing-block-box a {
	margin-top: 60px;
    display: inline-block;
    margin-bottom: 45px;
}

.pricing-block-center a {
    margin-bottom: 75px;
}

.pricing-block-container {
	position: relative;
	height: 600px;
}

.pricing-block-month {
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 100%;
	transition: all .5s ease-out;
	transform: scale(.2);
}

.pricing-block-month.active {
	opacity: 1;
	z-index: 2;
	position: absolute;
	width: 100%;
	transform: scale(1);
}

.pricing-block-anual {
	opacity: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	transition: all .5s ease-out;
	transform: scale(.2);
}

.pricing-block-anual.active {
	opacity: 1;
	z-index: 2;
	position: absolute;
	width: 100%;
	transform: scale(1);
}

.page-form-fluid {
	margin-top: -120px;
    padding-top: 210px;
    padding-bottom: 90px;
}

.page-template-page-service .page-form-fluid,
.page-template-page-service-others .page-form-fluid {
	margin-top: -260px;
    padding-top: 330px;
}

.page-form-fluid .container .row:first-child {
	padding-left: 120px;
}

.page-form-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-form-list li,
.fact-landing-top-left div {
	position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
	margin-top: 23px;
}

.fact-landing-top-left div h3 {
	position: relative;
	font-size: 20px;
	margin: 0 0 10px;
	line-height: 20px;
}

.page-form-list li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(assets/img/tryptic-list.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fact-landing-top-left div h3 strong:before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    background-image: url(//www.saphety.co/wp-content/themes/saphety/assets/img/tryptic-list.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-form-left {
	padding-right: 50px;
}

.page-form-left h2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 44px;
	line-height: 1.2;
	max-width: 400px;
	margin-top: 20px;
}

.page-form-list-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-bottom: 5px; 
}

.page-form-wrapper {
	position: relative;
	z-index: 1;
	max-width: 500px;
}

.page-form-wrapper-inner {
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1);
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}

.page-form-wrapper:before {
	content: '';
    background-image: url(assets/img/pattern-big.svg);
    width: 241px;
    height: 830px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -70px;
    right: -170px;
    z-index: -1;
}

.page-form-wrapper-title {
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
    margin-bottom: 20px;
}

.page-form-wrapper-desc {
	margin-top: -2px;
    line-height: 1.5;
    margin-bottom: 30px;
}

form.wpcf7-form {
	display: inline-block;
}

form label {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	width: 100%;
}

form input:not([type="submit"]):not([type="checkbox"]),
form select,
form textarea {
	width: 100%;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #dddddd;
    font-size: 15px;
    padding: 5px 20px;
    margin-top: 6px;
    background-color: #fff;
}

form textarea {
	font-family: 'Roboto', sans-serif !important;
    height: 90px;
    padding: 12px 20px;
    line-height: 1.3;
}

form .form-field {
	margin-bottom: 16px;
}

form .form-send {
	margin-top: 29px;
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-end;
}

form input[type="submit"] {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    display: block;
    background-color: #2f5ee8;
    color: #fff;
    box-shadow: none;
    outline: 0;
    line-height: 1.1;
    border: 1px solid;
    border-color: #2f5ee8;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 26px;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: .4;
}

.form-checkbox {
	margin-top: 20px;
}

.form-checkbox .wpcf7-list-item {
	margin: 0;
}

.form-checkbox label {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	display: flex;
	line-height: 1.4;
}

form input[type="checkbox"] {
	position: relative;
    top: -1px;
    margin-right: 10px;
    cursor: pointer;
}

.form-checkbox-mark {
	margin-top: 10px;
}

.form-checkbox-mark-big .wpcf7-form-control-wrap:last-child {
	margin-top: 10px;
	float: left;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0;
    padding: 0.5em 1em;
    border: 2px solid #00a0d2;
    border-radius: 10px;
    line-height: 1.4;
    font-size: 15px;
    float: left;
}

.form-send-inner {
	display: flex;
	position: relative;
}

.home-tabs-content a:after {
    content: '';
    background-image: url(assets/img/arrow-right-blue.svg);
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    top: 5px;
    right: -14px;
}

.page-wrapper {
	background-color: #fbfcff;
}

.page-top-heading-h2 {
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
}

.page-inner-menu {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 30px;
}

.page-inner-menu-item {
    display: flex;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: none;
    padding: 20px 25px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 25%;
}

.page-inner-menu-item:hover {
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
}

.page-inner-menu-item img,
.faq-content-left img {
	width: 65px;
	height: 50px;
	margin-right: 16px;
}

.page-inner-menu-item h3 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.faq-content-left {
	display: flex;
	padding-left: 40px;
	padding-right: 50px;
}

.faq-content-left h2 {
    font-size: 30px;
    line-height: 1.3;
}

.faq-content {
	border-top: 1px solid #979797;
	padding-top: 50px;
	margin-bottom: 30px;
}

.faq-content-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -11px;
}

.faq-content-right li {
	border-bottom: 1px solid #777777;
	padding-bottom: 15px;
}

.faq-content-right ul li:last-child {
	border-bottom: 0;
}

.faq-list-title {
	font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 22px;
    position: relative;
    padding-right: 42px;
    cursor: pointer;
}

.faq-list-title:after {
	content: '';
    background-image: url(assets/img/arrow-down-black.svg);
    width: 20px;
    height: 13px;
    position: absolute;
    top: 8px;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}

.faq-list-title.active:after {
	transform: rotate(180deg);
}

.faq-list-desc {
	display: none;
	margin-bottom: 10px;
	padding-right: 52px;
}

.faq-content-col li.active .faq-list-desc {
	display: block;
}

.faq-more-info h3 {
	font-size: 40px;
	margin-bottom: 10px;
}

.faq-content-container {
	margin-bottom: 60px;
}

.faq-more-info-text {
	column-count: 2;
	column-gap: 50px;
}

.page-form-advanced {
	margin-top: -321px;
	padding-top: 340px;
	padding-bottom: 120px;
}

.page-form-advanced-wrapper {
	margin-top: 80px;
	max-width: none;
	margin-left: 100px;
	margin-right: 100px;
}

.page-form-advanced-contacts {
	margin-left: auto;
	margin-right: auto;
}

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

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

.page-form-advanced-wrapper .wpcf7-form .form-send {
	justify-content: flex-end;
}

.page-form-advanced-wrapper .wpcf7-form .form-send input {
	margin: 0;
}

.page-form-advanced-wrapper:before {
	content: '';
    background-image: url(assets/img/pattern-small.svg);
    width: 181px;
    height: 399px;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: auto;
    bottom: -76px;
    right: -72px;
    z-index: -1;
}

.page-service-heading {
	text-align: left;
}

.page-service-heading h1 {
	margin-top: 0;
}

.page-service-heading h1.service-content-text-subtitle {
	font-size: 17px;
    color: #2f5ee8;
    font-weight: 400;
	font-family: Roboto Slab, Serif;
	margin-bottom: 15px;
}

.page-service-heading .standard-heading {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.page-service-heading .btn-blue {
	margin-right: 20px;
}

.page-service-heading-left {
	padding-right: 40px;
}

.page-service-heading-right {
	text-align: center;
}

.page-service-heading-right img {
	width: 530px;
	position: relative;
    z-index: 1;
}

.page-service-heading-right-inner {
	position: relative;
}

.page-service-heading-right-inner:after {
	content: '';
    background-image: url(assets/img/service-dots-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 259px;
    height: 239px;
    position: absolute;
    top: -18px;
    right: -79px;
}

.service-content {
	border: 0;
	padding-top: 70px;
    padding-bottom: 100px;
}

.service-content-last {
	padding-bottom: 40px;
}

.service-content-text {
    display: flex;
    padding-right: 50px;
}

.service-content-img {
	padding-left: 50px;
}

.service-content-img-left .service-content-text {
	padding-left: 50px;
	padding-right: 15px;
}

.service-content-img-left .service-content-img {
	padding-left: 15px;
	padding-right: 50px;
}

.service-content-text img {
	width: 76px;
	height: 58px;
}

.service-content-text-subtitle {
	font-size: 17px;
	color: #2f5ee8;
	font-weight: 700;
}

.service-content-text-title {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 23px;
}

.service-content-text ul {
	margin-bottom: 50px;
}

.service-content-text .btn-blue {
	margin-right: 15px;
}

.service-content-img img {
	width: 100%;
	height: auto;
}

.service-content-img-inner {
	margin-top: -30px;
}

.service-content-text-inner {
	margin-left: 24px;
}

.service-content-text-inner a {
	display: inline-block;
	margin-bottom: 20px;
}

.page-service-inner-menu {
    margin-bottom: 100px;
}

.service-content .service-content-img-inner {
	position: relative;
}

.service-content .service-content-img-inner img {
	position: relative;
	z-index: 1;
}

.service-content-first .service-content-img-inner:after {
	content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 259px;
    height: 239px;
    position: absolute;
    top: -41px;
    left: -42px;
}

.service-content-second .service-content-img-inner:after {
	content: '';
    background-image: url(assets/img/service-second-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 473px;
    position: absolute;
    top: -39px;
    right: -38px;
}

.service-content-third .service-content-img-inner:after {
	content: '';
    background-image: url(assets/img/service-third-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 103px;
    height: 499px;
    position: absolute;
    top: -39px;
    left: -38px;
}

.service-content-forth .service-content-img-inner:after {
	content: '';
    background-image: url(assets/img/service-forth-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 239px;
    height: 239px;
    position: absolute;
    right: -38px;
    bottom: -30px;
}

.service-content-text img {
	margin-top: 7px;
}

.service-keep-exploring-title {
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-weight: 400;
}

.service-keep-exploring-inner {
	text-align: center;
	margin-top: 160px;
    margin-bottom: 50px;
}

.service-keep-exploring-content a {
	color: #000;
	text-align: center;
}

.service-keep-exploring-content {
	display: flex;
	justify-content: center;
}

.service-keep-exploring-item {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1);
  	max-width: 400px;
  	padding: 30px;
  	margin-right: 30px;
  	height: 100%;
}

.page-form-fluid .service-keep-exploring-item,
.single-casos-sucesso .service-keep-exploring-item {
  	max-width: none;
  	width: 33.333%;
  	height: auto;
}

.service-keep-exploring-content .service-keep-exploring-item:last-child {
	margin-right: 0;
}

.service-keep-exploring-img {
	width: 100px;
  	height: 100px;
  	background-color: #f1f4fa;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	border-radius: 50%;
  	margin: 20px auto 25px auto;
}

.service-keep-exploring-img img {
	width: 40px;
	height: 40px;
}

.service-keep-exploring-item h3 {
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.support-content {
	flex-wrap: wrap;
}

.support-content .service-keep-exploring-item,
.single-casos-sucesso .service-keep-exploring-item {
  	max-width: none;
}

.support-content-col {
	margin-bottom: 30px;
}

.support-container {
	margin-top: 60px;
	margin-bottom: 60px;
}

.page-blog-heading {
    background-image: url(assets/img/page-heading-small.svg);
    background-size: 1920px 507px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 60px;
}

.blog-heading {
	max-width: none;
}

.blog-container {
	margin-top: 60px;
	margin-bottom: 60px;
}

.blog-container .row .blog-list-col:nth-child(3n + 1) {
	clear: left;
}

.blog-list-item a {
	color: #000;
}

.blog-list-cats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-list-cats li {
    display: inline-block;
    margin-right: 7px;
}

.blog-list-cats li a {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 700;
	color: #2f5ee8;
}

.blog-list-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.blog-list-img img {
	width: auto;
	height: 100%;
}

.blog-list-item h2 {
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 4px;
    height: 55px;
    overflow: hidden;
}

.blog-list-item-excerpt {
	height: 115px;
    overflow: hidden;
}

.blog-list-item {
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-list-item-inner {
	padding: 26px;
}

.blog-heading {
	display: flex;
	justify-content: space-between;
}

.blog-heading-social {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.single-post .blog-heading-social {
	display: block;
}

.blog-heading-social .social-icons {
	margin-right: 9px;
}

.blog-heading-social p {
	font-family: 'Roboto Slab', serif;
	margin-right: 18px;
	padding-top: 2px;
}

.blog-heading-social .blog-heading-follow {
	margin-top: -4px;
    display: table;
    margin-left: 50px;
    height: 0;
}

.single-post-heading .heading-title {
	font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    max-width: 800px;
}

.blog-list-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.blog-list-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.blog-list-footer .blog-list-footer-name {
	font-size: 12px;
	font-weight: 700;
}

.blog-list-footer .blog-list-footer-name span {
	font-weight: 300;
}

.blog-list-footer .blog-list-footer-date {
	font-size: 12px;
	font-weight: 300;
}

.single-post-heading-left {
	display: flex;
}

.single-post-heading-left img {
	width: 27px;
	height: 27px;
	margin-right: 30px;
    margin-top: 7px;
}

.single-post-heading-cat {
	display: flex;
	margin-top: -6px;
}

.single-post-heading-cat a {
	font-size: 17px !important;
}

.single-post-heading-cat .blog-list-footer-date {
	padding-top: 1px;
    margin-left: 4px;
}

.single-post-image {
	margin-left: 57px;
	margin-right: 57px;
	text-align: center;
}

.single-post-image img {
	width: 100%;
	height: auto;
	max-width: 880px;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
}

.single-post-container {
	margin-top: 30px;
}

.single-post-content {
	max-width: 880px;
    margin: 40px auto;
}

.single-post-content .blog-list-footer-name {
	font-weight: 700;
	margin-top: 30px;
}

.single-post-content .blog-list-footer-name span {
	font-weight: 300;
}

.single-post-footer {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
    padding-bottom: 30px;
}

.single-post-footer a {
	display: flex;
}

.single-post-footer img {
	width: 16px;
	height: 16px;
}

.single-post-footer p {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #000;
	margin-top: -6px;
}

.single-post-footer-left img {
	margin-right: 13px;
}

.single-post-footer-right img {
	margin-left: 13px;
	transform: rotate(180deg);
}

.single-post-related {
	background-color: #f1f4fa;
	padding-top: 40px;
	padding-bottom: 40px;
}

.single-post-related-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 40px;
}

.single-post-related-follow {
	padding-top: 28px;
}

.single-post-related-content {
	margin-top: 30px;
}

.single-post-related-more {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}

.locations-container .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.locations-item-map iframe {
	width: 100%;
	height: 222px;
}

.locations-item-inner {
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
	background-color: #fff;
	overflow: hidden;
}

.locations-item-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 3px;
}

.locations-item-contacts {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
    margin-bottom: 10px;
}

.locations-item-inner a {
	font-family: 'Roboto Slab',serif;
    font-weight: 400;
    color: #2f5ee8;
    font-size: 13px;
    display: inline-block;
    margin-top: 11px;
}

.locations-item-text {
	padding: 0 30px 30px 30px;
}

.locations-container h2 {
	text-align: center;
	font-size: 40px;
	margin-top: -10px;
}

.locations-heading-desc {
	max-width: 750px;
	margin: 0 auto 60px auto;
	text-align: center;
}

.locations-item {
	margin-bottom: 30px;
}

.about-right-col-inner {
	position: relative;
}

.about-right-col-inner:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 259px;
    height: 239px;
    position: absolute;
    top: -41px;
    left: -42px;
}

.about-right-col-inner img {
	width: 100%;
	height: auto;
}

.about-left-col h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}

.about-left-col-desc {
    margin-bottom: 60px;
}

.about-left-col .btn-blue {
	margin-right: 20px;
}

.about-left-col {
	padding-right: 50px;
}

.about-right-col {
	padding-left: 50px;
}

.about-container {
	margin-top: 40px;
}

.about-us-cards-desc {
	max-width: 750px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.about-us-cards {
	margin-top: 100px;
}

.about-us-footer {
    margin-top: 40px;
	margin-bottom: 60px;
}

.about-us-footer-inner {
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    padding: 60px;
}

.about-us-footer h3 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
}

.about-us-footer p {
	font-size: 20px;
	line-height: 1.3;
}

.about-us-footer-inner-right {
	margin-top: 35px;
}

.staff-container {
	margin-bottom: 100px;
}

.staff-container-title {
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

.staff-slider-item-inner {
    padding-left: 15px;
    padding-right: 15px;
    perspective: 1000px;
}

.staff-slider-item-card {
    text-align: center;
    width: 100%;
    height: 494px;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    cursor: pointer;
}

.staff-slider-item-inner.flip .staff-slider-item-card {
    transform: rotateY(180deg);
}

.staff-slider-item-front,
.staff-slider-item-back {
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.staff-slider-item-front {
    z-index: 2;
    transform: rotateY(0deg);  
    border-radius: 10px;
    overflow: hidden;
}

.staff-slider-item-back {
    transform: rotateY(180deg);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    text-align: left;
    padding: 30px;
}

.staff-container .slick-list {
	padding-top: 50px;
    padding-bottom: 50px;
}

.staff-slider-item-front img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.staff-slider-nav {
	width: 149px;
	margin: 0 auto;
	position: relative;
    top: 10px;
}

.staff-slider-prev {
	background-image: url(assets/img/arrow-left-black.svg);
	width: 16px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.staff-slider-next {
	background-image: url(assets/img/arrow-left-black.svg);
	width: 16px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	transform: rotate(180deg);
	position: relative;
	margin-left: 110px;
}

.staff-slider-next:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #000;
	left: 11px;
    top: 7px;
}

.staff-slider-item-front-text {
	position: absolute;
    width: 100%;
    height: 237px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    color: #fff;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 120px;
}

.staff-slider-item h2 {
	font-size: 25px;
}

.staff-slider-item-job {
	font-size: 14px;
    margin-top: -4px;
    line-height: 1.3;
}

.staff-slider-front-arrow {
	background-image: url(assets/img/arrow-right-white.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin-left: 60px;
    top: 15px;
}

.staff-slider-front-arrow:before {
	content: '';
    position: absolute;
    width: 58px;
    height: 2px;
    background-color: #fff;
    left: -57px;
    top: 7px;
}

.staff-slider-item-back .staff-slider-item-job {
    margin-bottom: 27px;
}

.page-customers h1 {
	max-width: 700px;
}

.customers-tab-wrapper {
	margin-top: 0;
}

.customers-list-ul {
	column-count: 2;
	column-gap: 60px;
}

.customers-list-ul li {
	margin-bottom: 2px;
}

.customer-tabs-content-wrapper {
	padding-top: 40px;
}

.customer-tabs-fluid {
	margin-bottom: 60px;
}

.customers-form-fluid {
    margin-top: -180px;
    padding-top: 340px;
}

.partners-tab-nav ul {
	display: block;
	text-align: center;
}

.partners-tab-nav li {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 26px;
    border: 1px solid #000;
    line-height: 1.1;
    padding: 10px 30px;
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.partners-tab-nav li.active {
    font-weight: 700;
    background-color: #000;
    color: #fff;
}

.partners-tab-title {
	font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -50px;
}

.partner-list-item-inner {
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
	transition: all .2s ease-in-out;
}

.partner-list-item-inner:hover {
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
}

.partner-list-item-inner a {
	color: #000;
}

.partner-list-item-text {
	padding: 30px;
}

.partner-list-item-text h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 12px;
    line-height: 1.4;
}

.partner-list-item-text p {
	font-weight: 300;
}

.partners-tabs-content-wrapper { 
	margin-top: 60px;
}

.partners-tabs-fluid {
	margin-bottom: 0;
}

.success-container {
	margin-top: 70px;
	margin-bottom: 80px;
}

.success-content-left {
	padding-right: 50px;
}

.success-content-left img,
.success-content-right img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.success-content-left-inner {
	position: relative;
}

.success-content-img-left .success-content-left-inner:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 251px;
    position: absolute;
    top: -101px;
    left: -119px;
}

.success-content-img-right .success-content-left-inner:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 251px;
    position: absolute;
    top: -101px;
    right: -119px;
}

.success-content-right {
	padding-left: 50px;
}

.success-content .success-content-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
    margin-bottom: 20px;
}

.success-content .success-content-link {
    font-weight: 700;
    display: inline-block;
    margin-top: 25px;
}

.success-content .success-content-link:after {
    content: '';
    background-image: url(assets/img/arrow-right-blue.svg);
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    top: 5px;
    right: -14px;
}

.success-content-author {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-top: 20px;
}

.success-content-job {
	font-size: 14px;
    font-weight: 400;
    margin-top: -3px;
}

.success-content {
	margin-bottom: 120px;
}

.success-container .success-content:last-child {
	margin-bottom: 0;
}

.single-success-author-block {
	display: block;
	margin-top: 30px;
}

.success-keep-exploring {
	margin-bottom: 80px;
}

.success-results-item {
	width: 33.333%;
}

.success-results-number {
	font-size: 30px;
	font-weight: 700;
	color: #2f5ee8;
	text-align: center;
	line-height: 1.2;
}

.success-results-inner {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.success-results-item h3 {
	text-align: center;
}

.success-quote-container {
	margin-top: 130px;
}

.success-keep-exploring-inner {
	margin-top: 80px;
}

.success-quote-left-inner img {
	width: 100%;
	height: auto;
}

.success-quote-right {
	margin-top: -40px;
	margin-left: -80px;
}

.success-quote-right-inner {
	background-color: #2f5ee8;
	color: #fff;
	padding: 50px 80px;
	position: relative;
}

.success-quote-right-inner:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 251px;
    position: absolute;
    bottom: -79px;
    right: -78px;
}

.success-quote-text {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 40px;
}

.success-quote-name {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}

.success-quote-job {
	font-size: 14px;
	margin-top: -2px;
}

.success-quote-only {
	margin-top: -40px;
    margin-left: auto;
    max-width: 890px;
    margin-right: auto;
    float: none;
}

.single-post-heading-social {
	flex-direction: column;
	position: relative;
    top: -13px;
}

.blog-heading-share span {
	font-family: 'Roboto Slab', serif;
	float: left;
	padding-top: 2px;
    margin-right: 12px;
}

.blog-heading-share {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.blog-heading-share a:last-child {
	margin-right: 0;
}

.search-desc span {
	font-weight: 700;
}

.search-input-wrapper {
	position: absolute;
	top: -9px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

.search-input-wrapper.active {
	opacity: 1;
    visibility: visible;
}

.search-input-wrapper button {
	display: none;
}

.search-input-wrapper input {
	height: 39px !important;
	width: 320px !important;
}

.search-container {
	margin-top: 60px;
	margin-bottom: 60px;
}

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

.search-container li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 10px;
}

.search-container li a {
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.search-container li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(assets/img/tryptic-list.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpml-ls-legacy-dropdown-click {
	width: auto;
	position: relative;
}

.wpml-ls-legacy-dropdown-click:after {
    content: '';
    position: absolute;
    right: -32px;
    top: 0;
    width: 34px;
    height: 29px;
    background-color: transparent;
    z-index: 102;
    cursor: pointer;
}

.wpml-ls-legacy-dropdown-click:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    width: 34px;
    height: 29px;
    background-color: transparent;
    z-index: 102;
    cursor: pointer;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: none;
}

.wpml-ls-legacy-dropdown-click a {
    display: block;
    text-decoration: none;
    color: #000;
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 1.5;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	padding-right: 0;
}

.lang-switcher {
	float: left;
}

.wpml-ls-legacy-dropdown-click a:hover, 
.wpml-ls-legacy-dropdown-click a:focus, 
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    color: inherit;
    background: transparent;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 37px;
    right: auto;
    left: -13px;
    border-top: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    background-color: #fff;
    padding: 15px 9px;
    width: 130px;
    text-align: left;
    padding-left: 14px;
    padding-right: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    color: #000 !important;
}

footer .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a span {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.lang-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item {
	margin-bottom: 7px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li:last-child {
    margin-bottom: 0;
}

.page-404-heading {
	padding-bottom: 100px;
}

.single-post-nav-share {
    margin-top: 0;
    top: -7px;
}

.single-post-nav-share .blog-heading-share {
    margin-top: 0;
}

.single-others-heading-social {
	align-items: baseline;
}

.pages-slider-logos {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
}

.pages-slider-logos-each img {
	opacity: .5;
}

.page-customers-main .arrow-plus-blue-wrapper,
.client-stories-btn-wrapper .arrow-plus-blue-wrapper {
	text-align: center;
	position: relative;
	z-index: 2
}

.page-customers-main {
	padding-bottom: 110px;
}

.client-intro-heading {
	margin-top: 70px;
}

.client-slider-left-inner:after {
	background-image: none !important;
}

.client-slider-container {
	position: relative;
	z-index: 1;
	margin-top: 110px;
	margin-bottom: 0;
}

.client-slider-container:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 251px;
    position: absolute;
    top: -101px;
    left: -119px;
    z-index: -1;
}

.client-slider-nav {
    width: 149px;
    margin: 0;
    position: relative;
    top: -100px;
    z-index: 2;
}

.client-stories-btn-wrapper {
	margin-top: -10px;
}

.manual-heading-btn {
	margin-top: 10px;
}

.manual-content {
	margin-top: 0;
}

.manual-bottom-btn {
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-article {
    background-image: url(assets/img/page-heading-article.svg);
    background-size: 1920px 687px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 204px;
}

.page-article .standard-heading,
.page-article h1 {
	max-width: 820px;
}

.page-article-content {
	margin-top: -130px;
}

.page-article-card-container {
	margin-top: 80px;
}

.page-article-card-left-text .btn-blue-border {
	margin-right: 15px;
}

.page-article-card-left {
	padding-left: 140px;
	margin-top: 60px;
}

.page-article-card-left-text {
	border-radius: 10px;
  	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1);
  	background-color: #fff;
  	padding: 40px 30px 45px 30px;
  	position: relative;
    z-index: 1;
}

.page-article-card-left-text a {
	margin-bottom: 20px;
	display: inline-block;
}

.page-article-card-left-inner {
    position: relative;
}

.page-article-card-left-inner:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 251px;
    height: 251px;
    position: absolute;
    top: -101px;
    left: -119px;
}

.page-article-card-right {
	margin-left: -70px;
}

.page-article-card-right-inner {
	border-radius: 10px;
  	overflow: hidden;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	max-width: 533px;
  	max-height: 494px;
}

.page-article-card-right-inner img {
	height: 100%;
	width: auto;
}

.page-article-card-title {
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 26px;
    line-height: 1.2;
}

.page-article-card-name {
	font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.page-article-card-job {
	font-size: 14px;
	margin-top: -4px;
    margin-bottom: 50px;
}

.mobile-menu-btn,
.mobile-menu-btn-close {
    display: none;
    float: right;
	padding-top: 26px;
    margin-left: 25px;
    cursor: pointer;
}

.mobile-menu-btn svg {
    width: 30px;
    height: 20px;
    transition: fill 1s;
}

.mobile-menu-btn-close svg {
    width: 30px;
    height: 23px;
    position: relative;
    top: -1px;
}

.home .mobile-menu-btn svg {
    fill: #fff;
}

.header-fixed .mobile-menu-btn svg {
    fill: #000;
}

.header-container {
	position: relative;
	z-index: 2;
}

.mobile-menu {
	display: none;
	position: fixed;
    background-color: #fbfcff;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
}

.mobile-menu .menu-item-has-children {
	position: relative;
	cursor: pointer;
}

.mobile-menu .menu-item-has-children:after {
	content: '';
    background-image: url(assets/img/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 15px;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.mobile-menu .menu-item-has-children.active:after {
	transform: rotate(180deg);
}

.mobile-menu .sub-menu {
	display: none;
}

.single-post-related-follow a {
	position: relative;
	top: -15px;
}

.faq-more-info-inner {
	margin-left: 100px;
	margin-right: 100px;
}

.home-tabs-mobile {
	display: none;
}

.partners-tab-nav {
	display: none;
}

.partners-tabs-content-wrapper .home-tabs-content:not(.partners-all) {
	display: none;
}

.partner-list-item-inner img {
	width: 100%;
	height: auto;
}

.partners-tabs-content-wrapper .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.partner-list-item {
	display: flex;
}

.partners-tab-title {
	margin-top: 0;
}

.partner-list-item-inner a:after {
    background-image: none;
}

div.wpcf7 .ajax-loader {
    background-image: none;
    width: 24px;
    height: 24px;
    border: 4px solid;
    border-color: #fff transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    margin-top: 10px;
    background-color: transparent;
    opacity: 1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7 .ajax-loader:before {
    background-color: transparent;
} 

.wpcf7-submit.active {
	color: #2f5ee8;
    border-color: #fff;
}

.page-legal-content {
	margin-bottom: 40px;
}

.pricing-block-inner.no-switch {
	margin-top: 80px;
}

.pricing-block-message {
	text-align: center;
	margin-top: 100px;
}

.pricing-block-message .btn {
	margin-top: 30px;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag {
    outline: 0;
    border: 0;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], 
.intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, 
.intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
	padding-left: 59px;
	padding-right: 20px;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 7px;
}

.video-modal {
	background-color: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
}

.video-modal iframe {
	width: 700px;
	height: 394px;
}

.page-bottom-support-btn {
	text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}

.back-to-top {
	width: 45px;
    height: 45px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.3);
    background-color: #fff;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.back-to-top svg {
	width: 17px;
	height: 17px;
}

.back-to-top path {
	transition: all .2s ease-in-out;
}

.back-to-top:hover {
    background-color: #2f5ee8;
}

.back-to-top:hover path {
	fill: #fff;
}

.page-customers-list {
	margin-bottom: 100px;
}

.success-stories-main-wrapper {
	margin-bottom: 100px;
}

.success-stories-main-wrapper .service-keep-exploring-content {
	flex-wrap: wrap;
}

.success-stories-main-wrapper .success-results-item {
    margin-bottom: 30px;
}

.home-cards-mobile {
	display: none;
}

.page-bottom-support-btn a {
	display: inline-block;
}

.client-stories-btn-wrapper a {
	display: inline-block;
    text-align: left;
    line-height: 1.2;
}

.simulator-left {
	padding-left: 120px;
	position: relative;
	margin-top: 40px;
}

.simulator-left-wrapper {
	position: relative;
	z-index: 1;
}

.simulator-left-wrapper:after {
    content: '';
    background-image: url(assets/img/service-first-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 259px;
    height: 239px;
    position: absolute;
    top: -79px;
    left: -84px;
    z-index: -1;
}

.simulator-left-inner {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
  	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1);
  	padding: 55px 40px;
  	background-color: #fff;
}

.total-invoices-text {
	display: flex;
	justify-content: space-between;
}

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

.total-invoices-text #total_invoices {
	text-align: right;
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	font-weight: 400;
	color: #2f5ee8;
	width: 200px;
    border: 0;
}

.total-invoices-title {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	align-self: center;
}

.total-invoices-label {
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	font-weight: 400;
	color: #000;
	line-height: 1.2;
}

.simulator-range-title {
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
}

.simulator-plans {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

.simulator-right {
	margin-left: -69px;
}

.simulator-right-inner {
	border-radius: 10px;
  	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    max-width: 545px;
    overflow: hidden;
}

.simulator-right-top {
	background-color: #2f5ee8;
  	padding: 60px 80px 40px 80px;
  	display: flex;
    flex-direction: column;
    align-items: center;
}

.simulator-range-invoices {
	margin-top: 20px;
}

.simulator-range-plan {
	margin-top: 30px;
}

/* RANGE SLIDER */

.rangeslider,
.rangeslider__fill {
	display: block;
	border-radius: 4px;
}

.rangeslider {
	background: #f1f4fa;
	position: relative;
}

.rangeslider--horizontal {
	height: 8px;
	width: 100%;
}

.rangeslider__fill {
	background: #2f5ee8;
	position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%;
}

.rangeslider__handle {
	background: white;
	cursor: pointer;
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	background-image: linear-gradient(to right, #2f5ee8 0%, #0e2244 100%);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider__handle:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rangeslider--horizontal .rangeslider__handle {
	top: -9px;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
	box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* RANGE SLIDER */

.simulator-plans-item {
	text-align: center;
}

.simulator-plans-title {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.simulator-plans-value {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: 400;
	color: #616161;
	line-height: 1.3;
}

.pricing-logo-slider-title {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.pricing-logo-slider {
    margin-top: 30px;
}

.simulator-heading {
    margin-top: 0;
    margin-bottom: 90px;
}

.simulator-right-title {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#total_saving {
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
    margin-top: 7px;
}

#total_saving:after {
	content: '€';
	float: right;
}

.simulator-right-desc {
	font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
    opacity: .7;
}

.simulator-right-bottom {
	background-color: #6386ed;
	padding: 33px 80px 60px 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.simulator-plans-iva {
	font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 30px;
    color: #616161;
    line-height: 1.4;
}

.simulator-right-bottom p {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 28px;
    text-align: center;
}

.simulator-container {
	margin-bottom: 100px;
}

.subscribe-modal-inner {
	background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
    overflow: hidden;
    max-width: 700px;
    padding: 40px;
}

.subscribe-modal-title {
	font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.subscribe-modal-inner form {
	margin-top: 20px;
	text-align: center;
}

.subscribe-modal-inner .form-send {
	margin-top: 20px;
}

.subscribe-modal-inner > .wpcf7 {
	display: none;
}

.subscribe-modal-desc {
	margin-bottom: 20px;
}

.home .standard-heading {
	max-width: 870px;
}

.home .heading-title {
	max-width: 810px;
}

#cookie_disclaimer {
	position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background-color: #2f5ee8;
}

.cookie-bar-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookie-bar-inner p {
	font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    padding-right: 50px;
}

.cookie-bar-inner a {
	display: inline-block;
}

.cookie-bar-inner p a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}

.cookie-bar-inner .btn {
	min-width: 221px;
}

.es_subscription_form_submit {
	margin-top: 20px !important;
}

.pricing-plans-tax-text {
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -40px;
    color: #616161;
    line-height: 1.4;
}

.faq-btn-heading a {
	margin-left: 7px;
	margin-right: 7px;
}

.page-thank-you-heading {
	margin-bottom: 60px;
}

/* .page-form-wrapper .wpcf7 form.sent .wpcf7-response-output,
.page-form-wrapper .wpcf7 form.failed .wpcf7-response-output,
.page-form-wrapper .wpcf7 form.aborted .wpcf7-response-output,
.page-form-wrapper .wpcf7 form.spam .wpcf7-response-output {
    display: none !important; 
} */

.page-thank-you-image:after {
	background-image: none;
}

.page-form-advanced-wrapper .wpcf7 form .wpcf7-response-output {
	float: left;
    width: 100%;
    text-align: center;
}

.careers-table-container {
	padding-bottom: 100px;
}

.careers-table-head {
	border-bottom: 1px solid #979797;
	padding-bottom: 20px;
}

.careers-tr {
	padding-top: 20px;
	border-bottom: 1px solid #979797;
	display: none;
}

.careers-tr-right {
	position: relative;
	bottom: -1px;
}

.careers-tr-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #979797;
	padding: 15px 0;
}

.careers-tr-item h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.careers-tr-item img {
	width: 20px;
}

.mobile-menu-container .btn-blue-border {
	display: none;
}

.btn-register a {
	color: #2f5ee8;
}

.customers-list-ul li span {
	color: #a9a9a9;
}

.customer-search-list,
.customer-tabs-search.active,
.customer-tab-btn.active,
.customer-tabs-search-mobile.active {
	display: none;
}

.customer-search-list.active,
.customer-tabs-search,
.customer-tab-btn {
	display: block;
}

.customers-form-search {
    width: 370px;
    margin-top: 20px;
    margin: 20px auto -40px auto;
}

.customer-search-list {
	margin-top: -65px;
}

.event-list-col .blog-list-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-list-col .blog-list-img img {
    width: 100%;
    height: auto;
}

.event-list-col .blog-list-footer .blog-list-footer-name {
    color: #2f5ee8;
}

.blog-container .row .event-list-col:nth-child(3n+1) {
    clear: none;
}

.blog-container .row .event-list-col:nth-child(2n+1) {
    clear: left;
}

.single-events-heading-cat a {
	pointer-events: none;
}

.single-events-container {
	padding-bottom: 60px;
}

.careers-intro-heading {
	margin-top: -20px;
}

.careers-cta-footer-inner {
	background-color: #fff;
}

.careers-cta-footer {
    margin-top: 70px;
    margin-bottom: 0px;
}

#careers-dep {
	padding: 10px 20px;
}

.careers-tr-item h2 {
	width: 50%;
}

.careers-tr-item p {
	width: 30%;
}

.pricing-block-box {
	position: relative;
}

.featured-pricing {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
    height: 200px;
}

.featured-pricing-inner {
	background-color: #2f5ee8;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 200px;
    transform: rotate(45deg);
    position: relative;
    right: -60px;
    top: 29px;
}

.pricing-block-center {
	height: auto;
}

.pricing-about-container-new {
	margin-bottom: 40px;
}

.pricing-block-month.active {
	position: relative;
}

.pricing-block-container {
    height: auto;
    margin-bottom: 40px;
}

.new-pricing-right-col:after {
	z-index: 0;
}

.new-pricing-right-col img {
	position: relative;
	z-index: 1;
}

.pricing-block-anual {
	display: none;
}

.anim-facturacao,
.anim-recepcao,
.anim-envio,
.anim-financiamento {
	position: relative;
	z-index: 1;
}

.events-heading-right {
	align-items: center;
	position: relative;
    top: -12px;
}

.events-loading {
	width: 25px;
	height: 25px;
	border: 5px solid #d1d8e6;
	border-bottom-color: #2f5ee8;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	margin-right: 20px;
	display: none;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

.events-filter-title {
	margin-right: 20px;
}

#year_filter {
	position: relative;
	top: -3px;
}

.client-slider-container .slick-dots {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.client-slider-container .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	background-color: transparent;
	border-radius: 50%;
	margin-right: 20px;
	cursor: pointer;
}

.client-slider-container .slick-dots li.slick-active {
	background-color: #000;
}

.client-slider-container .slick-dots button {
	font-size: 0;
}

/* Landing Page */

.page-template-page-landing {
	overflow-x: visible;
}

.landing-header {
	height: 100%;
    min-height: 1000px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
    align-items: center;
}

.landing-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #9B9B9B;
	mix-blend-mode: multiply;
}

.page-template-page-landing .logo-wrapper svg path {
    fill: #fff;
}

.page-template-page-landing .header-fixed .logo-wrapper svg path {
    fill: #2f5ee8;
}

.page-template-page-landing .main-menu-col a {
    color: #fff;
}

.page-template-page-landing .header-fixed .main-menu-col a {
    color: #000;
}

.page-template-page-landing .main-menu-col a:after {
    background-color: #fff;
}

.page-template-page-landing .header-fixed .main-menu-col a:after {
    background-color: #2f5ee8;
}

.page-template-page-landing .header-top,
.page-template-page-landing .main-menu-col .btn-login {
    display: none;
}

.page-template-page-landing header {
    margin-top: 30px;
}

.page-template-page-landing .btn-register {
	display: inline-block !important;
}

.page-template-page-landing .main-menu-col .btn-blue-border {
    border-color: #fff;
}

.page-template-page-landing .header-fixed .main-menu-col .btn-blue-border {
    border-color: #2f5ee8;
}

.page-template-page-landing .header-fixed {
    margin-top: -74px;
}

.page-template-page-landing .header-fixed .header-row {
	padding-top: 50px;
}

.landing-header .container,
.landing-header .row {
	height: 100%;
	position: relative;
	z-index: 1;
}

.landing-header-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.landing-header-list li {
	color: #fff;
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.landing-header-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	background-image: url('assets/img/landing-check.svg');
	width: 22px;
	height: 17px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.landing-form {
	background-color: rgba(255,255,255, 0.6);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 20px 10px;
}

.landing-form .page-form-wrapper-title,
.landing-form .page-form-wrapper-desc {
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-page-landing .wpcf7 form .wpcf7-response-output {
    width: 100%;
    float: left;
}

.page-template-page-landing .form-field input,
.page-template-page-landing .form-field textarea {
	background-color: rgba(255,255,255, 0.35) !important; 
} 

.page-template-page-landing .form-field input:focus,
.page-template-page-landing .form-field textarea:focus {
	background-color: rgba(255,255,255, 1) !important; 
} 

.page-template-page-landing .wpcf7-form-control input {
	opacity: .35;
} 

.page-template-page-landing .wpcf7-form-control input:focus {
	opacity: 1;
} 

.page-template-page-landing .home-slider-content {
    position: relative;
    top: auto;
    transform: none;
    padding-top: 50px;
}

.landing-content {
	position: relative;
}

.landing-top-curve {
    position: absolute;
    top: -70px;
    width: 100%;
    background-image: url(assets/img/landing-top-curve.svg);
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.landing-block {
	position: relative;
}

.landing-first-heading {
	text-align: center;
}

.landing-how-items {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	position: relative;
}

.landing-how-items:after {
	content: '';
    position: absolute;
    top: 58px;
    width: 82%;
    margin: 0 auto;
    height: 2px;
    background-color: #3861E0;
    z-index: -1;
}

.landing-how-item-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background-color: #F1F4F9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: 30px solid #fbfcff;
}

.landing-how-item-img img {
	height: 44px;
	width: auto;
}

.landing-how-item-title {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.simple-link-arrow {
	display: inline-block;
	float: right;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-right: 20px;
	margin-top: 20px;
}

.simple-link-arrow:after {
    content: '';
    background-image: url(assets/img/arrow-right-blue.svg);
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    top: 5px;
    right: -14px;
}

.landing-solutions {
	background-color: #F1F4FA;
	position: relative;
	margin-top: 460px;
}

.landing-middle-top-curve {
    position: absolute;
    top: -70px;
    width: 100%;
    background-image: url(assets/img/home-top-curve.svg);
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.landing-solutions-container {
	margin-top: -446px;
}

.landing-solutions-items {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.landing-solutions-inner {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 30px 25px;
	background-color: #fff;
}

.landing-solutions-inner-title {
	font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 37px;
}

.landing-solutions-inner img {
	width: 100%;
	height: auto;
	max-height: 150px;
}

.landing-solutions-items .landing-solutions-item:nth-child(2) .landing-solutions-inner img {
	max-height: none;
}

.landing-solutions-inner a {
	display: inline-block;
	text-align: center;
	line-height: 1.3;
}

.landing-solutions-inner-btn {
	text-align: center;
	margin-top: 40px;
}

.landing-solutions-items .landing-solutions-item:nth-child(2) .landing-solutions-inner {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.landing-solutions-items .landing-solutions-item a {
	background-color: transparent;
	color: #2f5ee8;
}

.landing-solutions-items .landing-solutions-item:nth-child(2) a {
	background-color: #2f5ee8;
	color: #fff;
}

.landing-solutions-items .landing-solutions-item {
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.landing-solutions-items .landing-solutions-item:nth-child(2) {
	margin-top: 0;
}

.landing-vantages-items {
	display: flex;
	justify-content: center;
	margin-top: 90px;
}

.landing-how {
	margin-top: 20px;
	margin-bottom: 100px;
}

.landing-how-sub {
	color: #2f5ee8;
	font-weight: 700;
	margin-bottom: 8px;
}

.landing-how-heading {
	font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 700;
    max-width: 600px;
    line-height: 1.4;
    margin: 0 auto;
}

.landing-btn-center {
	text-align: center;
	margin-top: 60px;
}

.landing-heading {
	font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 300;
    max-width: 800px;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
}

.landing-vantages {
	padding-top: 90px;
    padding-bottom: 40px;
    margin-bottom: 140px;
    background-color: #F1F4FA;
    position: relative;
}

.landing-middle-bottom-curve {
    position: absolute;
    bottom: -70px;
    width: 100%;
    background-image: url(assets/img/home-top-curve.svg);
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    transform: rotate(180deg);
}

.landing-vantages-item-title {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 13px;
}

.landing-vantages-item {
	padding-left: 20px;
	padding-right: 20px;
}

.landing-vantages-item-inner {
	box-shadow: 0;
	border-radius: 10px;
	padding: 30px 25px;
	background-color: #F1F4FA;
	transition: all .2s ease-in-out;
}

.landing-vantages-item:hover .landing-vantages-item-inner {
	box-shadow: 0px 0px 23px #DCE4F3;
}

.landing-vantages-btn {
	text-align: center;
	margin-top: 90px;
}

.landing-test-items {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.landing-test-item {
	
}

.landing-test-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-right: 30px;
}

.landing-test-img img {
	width: 100%;
	height: auto;
}

.landing-test-content {
	float: left;
	width: 60%;
}

.landing-test-content-text {
	font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.4;
}

.landing-test-content-name {
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.landing-test-content-position {
	color: #005FEA;
    font-weight: 700;
    margin-top: -3px;
}

.landing-logos {
	background-color: #F1F4FA;
}

.landing-slider-logos {
	margin-top: 40px;
	margin-bottom: 40px;
}

.landing-footer-content {
	display: flex;
	flex-direction: column;
}

.landing-footer-content a {
	display: inline-block;
}

.landing-footer-content .landing-footer-heading {
	font-size: 32px;
	max-width: 570px;
	margin-bottom: 30px;
}

.landing-footer-col {
    align-items: flex-start;
}

.landing-mobile-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 100px;
}

.landing-mobile-menu li {
	margin-bottom: 20px;
}

.landing-mobile-menu a {
    color: #000;
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
}

.page-template-page-landing .mobile-menu-btn path {
	fill: #fff;
}

.page-template-page-landing .header-fixed .mobile-menu-btn path {
	fill: #000;
}

.page-template-page-landing.mobile-open .logo-wrapper svg path {
    fill: #2f5ee8;
}

.page-template-page-landing .header-fixed {
    transition: background-color 1s;
}

.page-template-page-landing footer,
.page-template-page-landing .footer-top {
	display: none;
}

.footer-top-landing {
	display: block !important;
}

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] {
    margin-top: 6px !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    margin-top: 1px;
}

.intl-tel-input .selected-flag .iti-flag {
    top: 6px;
}

.pricing-table {
	margin-top: 80px;
	margin-bottom: 110px; 
}

.pricing_caract_item {
	float: left;
	display: flex;
	padding-left: 7px;
    padding-right: 7px;
}

.pricing_caract_plan {
	height: 200px;
}

.pricing_caract_plan,
.pricing_caract_item {
	width: 17.5%;
}

.pricing-table-row .pricing_caract_title,
.pricing_caract_plan_first {
	width: 30%;
}

.pricing-table .pricing-block-box {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
}

.pricing-table .pricing-block-title {
    font-size: 17px;
    margin-top: 25px;
}

.pricing-table .pricing-block-price {
	font-size: 35px;
}

.pricing-table .pricing-block-desc {
    font-size: 14px;
    margin-top: 17px;
    line-height: 1.3;
    padding: 0 10px;
}

.pricing-table .featured-pricing-inner {
    font-size: 10px;
    right: -67px;
    top: 23px;
}

.pricing-table .pricing-block-center {
	margin-top: -20px;
}

.pricing-table .pricing-block-center .pricing-block-title {
	margin-top: 45px;
}

.pricing-table-content {
	border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(47 94 232 / 10%);
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: -6px;
}

.pricing-table-row {
	background-color: #fff;
	width: 100%;
    float: left;
    display: flex;
}

.pricing-table-content .pricing-table-row:nth-child(odd) {
    background-color: #f8faff;
}

.pricing-table-last {
	padding-right: 0;
}

.pricing-table-row .pricing_caract_check {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing-table-row .pricing_caract_item div {
	background-image: url(assets/img/pricing-check.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
}

.pricing_caract_title {
	padding: 20px;
    line-height: 1.5;
    flex-direction: column;
}

.pricing_caract_desc {
	font-size: 12px;
}

.pricing-block-feat .pricing-block-feat-inner {
	background-color: #fff;
	padding: 15px 20px;
	line-height: 1.5;
}

.pricing-block-feat .pricing-block-feat-inner:nth-child(odd) {
    background-color: #f8faff;
}

.pricing-block-feat .pricing-block-feat-inner:last-child {
	padding-bottom: 25px;
}

.events-list-filter {
	display: flex;
	justify-content: flex-end;
}

.btn-link-with-arrow {
    font-weight: 700;
    display: inline-block;
    margin-top: 25px;
}

.btn-link-with-arrow {
    margin-top: 0;
}

.btn-link-with-arrow:after {
    content: '';
    background-image: url(assets/img/arrow-right-blue.svg);
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    top: 5px;
    right: -14px;
}

.events-list-loop {
	margin-top: 20px;
}

.events-list-loop .blog-list-item-inner {
	display: flex;
	padding: 0;
}

.events-list-loop-right {
	display: flex;
	padding: 26px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.events-list-loop .blog-list-footer-date {
	padding: 26px;
	background-color: #f8faff;
	font-weight: 600;
	width: 134px;
	text-align: center;
}

.events-list-loop .blog-list-footer-date p:last-child {
	font-size: 14px;
	font-weight: 300;
}

.events-list-loop .blog-list-item h2 {
    height: auto;
    overflow: visible;
    max-width: 750px;
    padding-right: 40px;
    margin-bottom: 0;
    margin-top: 0;
}

.events-list-loop .btn-link-with-arrow {
	color: #2f5ee8;
	margin-right: 15px;
	flex-shrink: 0;
}

.events-list-loop .blog-list-item {
    background-color: #fff;
    box-shadow: none;
    transition: all .2s ease-in-out;
    margin-bottom: 20px;
}

.events-list-loop .blog-list-item:hover {
    box-shadow: 0 0 20px 0 rgb(47 94 232 / 20%);
}

.media-img-item-top {
	width: 100%;
	height: 220px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;  
}

.media-img-item-inner {
	border-radius: 10px;
	background-color: transparent;
	overflow: hidden;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.media-img-item-inner:hover {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
}

.media-img-item-bottom {
	padding: 15px;
	text-align: center;
}

.media-img-item-bottom h4 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 18px;
}

.media-img-item-inner a {
	width: 100%;
	margin-top: 0;
	color: #000;
}

.media-img-item-inner a:after {
	content: none;
}

.co-media-download {
	font-size: 14px;
	color: #2f5ee8;
	font-weight: 600;
	position: relative;
	left: -12px;
	opacity: 1;
	bottom: 0;
	transition: all .3s ease-in-out;
	display: inline-block;
}

/* .media-img-item-inner:hover .co-media-download {
	opacity: 1;
	bottom: 0;
}*/

.co-media-download:after {
	content: '';
	background-image: url('assets/img/download-icon.svg');
    position: absolute;
    top: 6px;
    right: -25px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.media-page-container .home-tabs-content-wrapper .home-tabs-content {
    flex-wrap: wrap;
}

.media-page-container .home-tabs-content-wrapper .home-tabs-content:first-child {
    display: flex;
}

.media-img-item {
	margin-bottom: 30px;
}

.media-img-item-bottom-inner {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #bbbbbb;
    padding-top: 10px;
}

.media-img-item-bottom-inner a {
	font-size: 14px;
	color: #2f5ee8;
	font-weight: 600;
	position: relative;
	top: -3px;
	left: -24px;
	transition: all .3s ease-in-out;
	display: inline-block;
}

.media-img-item-bottom-inner a:after {
	content: '';
	background-image: url('assets/img/download-icon.svg');
    position: absolute;
    top: 6px;
    right: -25px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.media-img-item-bottom-inner h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.media-docs-item-inner {
	cursor: default;
}

.events-list-filter select {
	border-radius: 0;
    border: none;
}

.events-list-filter .events-loading {
    margin-right: 10px;
    position: relative;
    top: 11px;
}

#events-load {
	display: inline-block;
	margin-top: 20px;
    margin-bottom: 20px;
}

.co-events-container {
	margin-top: 30px;
	margin-bottom: 90px;
}

.events-load-wrapper {
	text-align: center;
}

.press-list-filter {
    width: 100%;
}

.media-press-content a {
    margin-top: 0;
}

.media-press-content a:after {
	content: none;
}

.press-filter-link {
	width: 100%;
}

.press-list-loop {
	width: 100%;
}

.co-press-download {
	left: -20px;
    opacity: 1;
    bottom: auto;
    flex-shrink: 0;
}

.index-right {
	padding-left: 60px;
}

.single-index-content {
	margin-top: 40px;
	margin-bottom: 70px;
}

.index-right {
	position: sticky;
    top: 120px;
    height: calc(100vh - 180px);
    padding-right: 30px;
    padding-bottom: 20px;
    overflow-y: auto;
}

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

.index-right li {
	margin-bottom: 7px;
	cursor: pointer;
}

.index-right h4 {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}

.index-left h2 {
	line-height: 1.5;
}

.index-right-head {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.index-page-article {
    background-image: url(assets/img/page-heading-article.svg);
    background-size: 3770px 1047px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 244px;
}

.index-left img {
	width: 100%;
	height: auto;
}

.home-heading-images {
	margin-top: 50px;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 0;
}

.home-heading-images img {
	width: 100%;
	height: auto;
}

.home-heading-cols {
	padding-left: 15px;
	padding-right: 15px;
	width: 30%;
}

.home .home-imgs-heading {
    max-width: 620px;
}

.home-heading-cols-side {
	margin-top: -110px;
	width: 20%;
}

.simulator-container {
	display: none;
}

.other-services-menu,
.special-menu-marker-up {
	display: none;
}

/* .other-services-menu {
	border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-right: 10px;
    margin-top: 13px;
} */

.other-services-menu {
    margin-top: -8px;
}

.other-services-menu ul {
	list-style: none;
	padding: 0;
}

.special-menu-marker {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	margin-bottom: 10px;
}

.special-menu .sub-menu {
	padding-left: 20px;
}

footer .special-menu-marker {
	color: #000;
}

footer .other-services-menu {
    margin-right: 63px;
}

.header-lang-item,
.footer-language-wrapper {
	display: none;
}

.main-menu-col .btn-login .sub-menu a {
	padding: 0;
	padding-right: 20px;
	line-height: 1.4;
}

.main-menu-col .btn-login {
	padding-bottom: 3px;
}

#events-load {
	display: none;
}

.header-fixed .main-menu-col .btn .sub-menu a {
    color: #000;
}

.offers-section {
	background-color: #f1f4fa;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 60px; 
}

.offers-section h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
}

.offers-item {
    margin-bottom: 30px;
}

.offers-item-inner {
    padding: 53px 39px 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(47 94 232 / 10%);
    background-color: #fff;
    text-align: center;
}

.offers-item-inner img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.offers-item-inner a {
    display: inline-block;
}

.page-template-page-partners-new .home-slider-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-page-partners-new .home-top-curve {
    background-image: url('assets/img/landing-top-curve.svg');
}

.partners-new-content {
	background-color: #fff;
	padding-top: 30px;
}

.partners-new-container h2 {
    margin-top: 21px;
    font-size: 35px;
    max-width: 630px;
    line-height: 1.3;
}

.partners-new-row {
	margin-top: 60px;
}

.partners-new-heading-inner {
	display: flex;
	margin-bottom: 10px;
	border-radius: 11px;
	padding: 20px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.partners-new-heading-inner:hover {
	box-shadow: 0px 0px 23.176px #DCE4F3;
}

.partners-new-heading-inner-img {
	min-width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #F1F4F9;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-new-heading-inner-img img {
	width: auto;
	height: 35px;
}

.partners-new-heading-left {
	padding-right: 40px;
}

.partners-new-heading-right {
	padding-left: 60px;
}

.partners-new-heading-right img {
	width: 100%;
	height: auto;
	margin-top: -64px;
}

.partners-new-heading-inner-text h3 {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: -2px;
    line-height: 1.4;
}

.partners-new-container {
	margin-bottom: 100px;
}

.partners-new-heading-left .btn {
	display: block;
    text-align: center;
    margin-top: 45px;
}

.partners-new-how .landing-how-items:after {
	z-index: 0;
}

.partners-new-how .landing-how-item {
	position: relative;
	z-index: 1;
}

.page-partners-new-list .customer-tabs-fluid {
    margin-bottom: 0;
}

.partners-new-list-container {
    margin-top: 53px;
}

.partners-new-list-search {
	margin-top: 53px;
}

.partners-new-list-search .customer-tabs-content-wrapper {
	padding-top: 0;
}

.page-partners-new-list .customer-tabs-fluid {
    margin-bottom: 0;
}

.page-template-page-partners-list .page-partners-new-list {
	padding-bottom: 70px;
}

.partners-all-block .arrow-plus-blue:after,
.customer-tabs-fluid .arrow-plus-blue:after {
	background-image: url('assets/img/arrow-plus-blue.svg');
}

.partners-all-block {
	text-align: center;
	margin-bottom: 90px;
}

.partners-all-block li {
	text-align: left;
}

.partners-all-block h2 {
	font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.partners-all-block p {
    margin-bottom: 10px;
}

.partners-all-block ul {
	margin-top: 50px;
}

.partners-all-block .customers-list-ul {
    column-count: 3;
    column-gap: 60px;
}

.partners-view-more {
	margin-top: 40px;
}

.partners-all-block ul a,
.page-template-page-partners-list .customers-list-ul a {
	color: #000;
}

.partners-all-block ul a:hover,
.page-template-page-partners-list .customers-list-ul a:hover {
	color: #2f5ee8;
}

.two-btn-heading a {
	margin: 0 5px;
}

.main-menu-col .btn-login .sub-menu {
    left: -123px;
}

.pricing-block-main-title {
	font-size: 32px;
    text-align: center;
    margin-top: 50px;
}

.home .video-modal {
	width: 100vw;
}

.page-template-page-partners-new .service-content {
    padding-bottom: 10px;
}

.clients-page-dropdown .customers-list-ul {
    column-count: 3;
    column-gap: 60px;
}

.clients-page-dropdown {
	display: none;
	margin-bottom: 102px;
}

.support-top-desc {
	text-align: center;
	margin-top: 20px;
}

.client-hidden-heading {
	margin-bottom: 80px;
	margin-top: -95px;
}

.page-template-page-about .support-content-col {
    pointer-events: none;
}

.page-customers-main .arrow-right-white {
	margin-right: 20px;
}

 .page-wrapper {
	width: 100%;
}

.page-template-page-article-index .customers-form-fluid {
  	overflow-x: hidden;
  	width: 100%;
}

.campaigns-template .footer-top,
.campaigns-template footer,
.campaigns-template header {
	display: none;
}

.fact-landing-header {
	background-color: #2f5ee8;
}

.fact-landing-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 77px;
}

.fact-landing-header-left svg {
	width: 230px;
	height: 46px;
	margin-top: 12px;
}

.fact-landing-header-left svg path {
	fill: #fff;
}

.fact-landing-header-right {
	color: #fff;
	line-height: 1.5;
	padding-left: 30px;
}

.fact-landing-top {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
}

.fact-landing-top-inner {
	display: grid;
	grid-template-columns: 4fr 3fr;
	grid-gap: 70px;
}

.fact-landing-top h1 {
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 22px;
    text-align: left;
}

.fact-landing-top-left > div {
	margin-bottom: 50px;
}

.fact-landing-top-left img {
	width: 100%;
	height: auto;
}

.fact-landing-top-form .page-form-wrapper-title {
	font-size: 30px;
}

.fact-icon-container {
	margin-top: 60px;
	margin-bottom: 80px;
}

.fact-icon-container h2,
.fact-benefits h2 {
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
    line-height: 1.4;
}

.fact-icon-desc {
	text-align: center;
	margin-bottom: 30px;
}

.fact-icon-wrapper,
.fact-benefits-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 50px;
	margin-top: 55px;
}

.fact-icon-header {
	display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    margin-bottom: 18px;
}

.fact-icon-header h3 {
	color: #2f5ee8;
	line-height: 1.4;
    margin-top: 6px;
}

.fact-icon-header img {
	width: 40px;
	height: 40px;
}

.fact-benefits {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact-benefits h2 {
	font-size: 35px;
}

.fact-benefits-wrapper {
	grid-column-gap: 60px;
	margin-top: 60px;
}

.fact-benefits-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.fact-benefits-item img {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.fact-benefits-item h3 {
	margin-bottom: 20px;
}

.facto-logo-slider-item img {
	width: 168px;
    height: auto;
    margin: 0 auto;
}

.fact-logo-container {
	padding-top: 40px;
	padding-bottom: 10px;
}

.fact-slider-dots .slick-dots {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 50px;
    padding: 0;
}

.fact-slider-dots .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 12px;
    cursor: pointer;
}

.fact-slider-dots .slick-dots li:last-child {
    margin-right: 0;
}

.fact-slider-dots .slick-dots li.slick-active {
    background-color: #000;
}

.fact-slider-dots .slick-dots button {
    font-size: 0;
}

.fact-logo-container p {
	margin-bottom: 40px;
	text-align: center;
}

.fact-test-item-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	border: 4px solid #2f5ee8;
}

.fact-test-item-img img {
	height: 100%;
	width: auto;
}

.fact-test-slider {
	margin-top: 30px;
}

.fact-test-item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 0 40px;
}

.fact-test-item-img {
	margin-bottom: 20px;
}

.fact-test-item div {
	margin-top: 30px;
}

.fact-footer {
	padding: 20px 0;
	background-color: #323232;
}

.fact-footer-inner {
	display: flex;
	justify-content: space-between;
}

.fact-footer-inner p,
.fact-footer-inner a {
    color: #fff;
    font-size: 14px;
}

.fact-footer-inner p:last-child {
    padding-left: 30px;
}

.alia-header-top {
	padding-top: 20px;
	padding-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.alia-header-heading {
	color: #fff;
	text-align: center;
	max-width: 1000px;
	margin: 60px auto 124px auto;
}

.alia-header-heading h1 {
	margin-bottom: 20px;
	line-height: 1.4;
}

.alia-video {
	width: 50%;
	margin-top: 60px;
	padding-right: 50px;
}

.alia-video iframe {
	width: 100%;
}

.alia-header-bottom {
	padding: 30px 0 60px 0;
}

.alia-header-bottom-item h2 {
	color: #2f5ee8;
	margin-bottom: 10px;
}

.alia-header-bottom-item {
	margin-bottom: 20px;
}

.alia-header-bottom-left {
	width: 50%;
	float: left;
	padding-right: 50px;
}

.alia-header-bottom-right {
	width: 50%;
	float: left;
	padding-left: 20px;
}

.alia-form-wrapper {
	margin-top: -438px;
}

.alia-middle {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 60px 0;
}

.alia-middle h3 {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1.5;
}

.alia-image-middle img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.alia-footer-top {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 80px;
	align-items: center;
}

.alia-footer-top h4 {
	color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.alia-footer-top div {
	text-align: center;
    transform: scale(1.2);
}

.fact-test-item-link {
	color: #2f5ee8;
}

.fact-test-stars {
	width: 119px;
	height: 30px;
	margin-top: 30px;
}

.fact-footer-share {
	background-color: #666;
	padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.fact-footer-share p {
	color: #fff;
	margin-bottom: 20px;
}

.campaigns-template-campaign-aliados .fact-slider-dots {
    padding-top: 0;
}

.fact-heading-iframe iframe {
	width: 100%;
}

.page-template-page-partners-all .success-container {
	margin-bottom: 70px;
}

.directorio-stories {
	margin-top: -50px;
	margin-bottom: 50px;
}

.heading-two-btn a {
	margin-left: 7px;
	margin-right: 7px;
}

.footer-sovos {
	font-size: 14px;
	text-align: center;
}

.footer-sovos a {
	font-weight: 600;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-wrapper-img img {
    width: 335px;
    height: auto;
    position: relative;
    top: -5px;
}

.header-fixed .logo-wrapper-img img {
    width: 339px;
    top: 3px;
}

.logo-wrapper-white {
	display: none;
}

.home .logo-wrapper-normal,
.campaigns-template-campaign-nao-residentes .logo-wrapper-normal,
.campaigns-template-campaign-negocio .logo-wrapper-normal {
	display: none;
}

.home .header-fixed .logo-wrapper-normal,
.campaigns-template-campaign-nao-residentes .header-fixed .logo-wrapper-normal,
.home.mobile-open .logo-wrapper-normal,
.campaigns-template-campaign-negocio .header-fixed .logo-wrapper-normal {
	display: block;
}

.home .logo-wrapper-white,
.campaigns-template-campaign-nao-residentes .logo-wrapper-white,
.campaigns-template-campaign-negocio .logo-wrapper-white,
.campaigns-template-campaign-aliados .logo-wrapper-white,
.campaigns-template-campaign-facturation .logo-wrapper-white {
	display: block;
}

.home .header-fixed .logo-wrapper-white,
.campaigns-template-campaign-nao-residentes .header-fixed .logo-wrapper-white,
.home.mobile-open .logo-wrapper-white,
.campaigns-template-campaign-negocio .header-fixed .logo-wrapper-white {
	display: none;
}

.home-slider-content {
    top: 50%;
}

.campaigns-template-campaign-facturation .logo-wrapper-img img {
    width: 330px;
    height: auto;
    position: relative;
    top: 3px;
}

.footer-logo img {
    width: 276px;
    height: auto;
    position: relative;
    top: -1px;
}

.logo-footer-white {
	display: none;
}

.sovos-modal {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.sovos-modal-inner {
	max-width: 600px;
	position: relative;
	display: flex;
    flex-direction: column;
}

.sovos-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.sovos-modal-close img {
	width: 45px;
	height: 45px;
}

.sovos-modal-image {
	width: 100%;
	height: auto;
}

.sovos-modal-text {
	background-color: #fff;
	padding: 15px 30px;
}

.sovos-modal-text h4 {
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: 600;
}

.sovos-modal-text a {
	margin-top: 18px;
    margin-bottom: 16px;
    display: inline-block;
}

.footer-container .row {
    display: flex;
}

.footer-language-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}

.footer-language {
	visibility: hidden;
}

.intl-tel-input.separate-dial-code .selected-flag {
	background: transparent;
}

.page-form-wrapper form br {
	display: none;
}

/*.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-image: none;
}

.wpcf7-form select::-ms-expand {
  display: none;
}*/

.partners-heading-subtitle {
	font-weight: 500;
    font-size: 19px;
    margin-top: 28px;
}

.partners-heading-cat ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.partners-heading-cat li {
	display: inline-block;
}

.partners-heading-cat a {
	font-weight: 700;
	font-size: 19px;
	padding: 0 3px;
	margin: 0;
}

.partners-heading-cat a:after {
	content: '-';
	display: inline-block;
	margin-left: 3px;
}

.partners-heading-cat li:last-child a:after {
	content: none;
}

.partners-heading .standard-heading,
.partners-heading .standard-heading h1 {
    max-width: 1200px;
}

.partners-heading .heading-desc {
    max-width: 1000px;
    margin: 0 auto;
}

.partners-heading .standard-heading h1 {
	margin-bottom: 26px;
}

.partners-heading {
    background-size: 2420px 547px;
}

.partners-loop .partners-categories a {
	font-weight: 700;
}

.partners-loop .partners-categories {
	margin-bottom: 20px;
}

.partners-loop h2 {
	margin-bottom: 8px !important;
}

.partners-loop .success-content-right .btn,
.partners-loop .success-content-left .btn {
	transform: scale(.7);
    transform-origin: left;
    display: inline-block;
    margin-top: 30px;
}

.single-partners-content .single-post-image {
    margin-left: 87px;
    margin-right: 87px;
    text-align: center;
}

.single-partners-content .single-post-image h2 {
    font-size: 49px;
    font-weight: 300;
    margin-bottom: 17px;
    line-height: 1.3;
    margin-top: 30px;
}

.single-partners-content .single-post-content {
    max-width: 76%;
    margin-top: 60px;
    margin-bottom: 100px;
}

.single-partners-content .single-post-content .btn {
    margin-top: 40px;
    display: inline-block;
}

.single-partners-pricing {
	margin-top: 60px;
}

.single-partners-pricing .home-tabs-nav-wrapper,
.single-partners-pricing .pricing-block-message {
	display: none;
}

.external-form .sib-form {
	background-color: transparent !important;
}

/* 

.external-form #sib-container {
	box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1) !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
}

.external-form .sib-form .entry__field {
	border: none !important;
}

.external-form .sib-form .entry__field:focus,
.external-form .sib-form .entry__field input:focus {
	outline: none !important;
}

.external-form .entry__field input {
	padding: 5px 20px !important;
}

.external-form .entry__label {
	margin-bottom: 0 !important;
}

.external-form button {
	padding: 10px 30px !important;
	border-radius: 26px !important;
} */

.external-form form input:not([type="submit"]):not([type="checkbox"]), 
.external-form form select, 
.external-form form textarea {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    margin-top: 0;
}

.single-events-wrapper .single-post-content {
	float: left;
}

.single-events-wrapper .external-form {
	float: right;
}

.single-events-wrapper .single-post-content {
    max-width: none;
    margin: 40px;
}

.single-events-wrapper .single-post-image {
    margin-bottom: 30px;
}

.external-form .sib-form {
	padding: 0 !important;
}

.external-form h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.4;
}

.external-form {
	padding-left: 80px;
	padding-bottom: 80px;
}

.events-page-loop .events-loading {
	top: -1px;
}





/* -------------------------------------------*-----------------*--------------------------------------------------*/
/*                    -----------------------*   MEDIA QUERIES   *------------------------                         */
/* -------------------------------------------*-----------------*--------------------------------------------------*/


@media (min-width: 1461px) {

	.header-fixed .logo-wrapper {
	    width: 292px;
	    display: inline-block;
	    margin-top: 12px;
	}

}

@media (min-width: 1350px) {

	.container {
	    width: 1280px;
	}

}

@media (max-width: 1460px) { 

	.header-row {
	    margin-left: -15px;
	    margin-right: -15px;
	}

	.page-heading h1,
	.home-slider-content h3 {
		font-size: 50px;
	}

	.pricing-block-price {
		font-size: 40px;
	}

	.btn,
	.btn a {
		font-size: 16px;
	}

	.heading-title,
	.home-triple-right-content h2,
	.testimonials-heading h3,
	.page-form-left h2,
	.page-form-wrapper-title,
	.page-top-heading-h2,
	.faq-more-info h3,
	.service-content-text-title,
	.service-keep-exploring-title,
	.single-post-related-title,
	.locations-container h2,
	.about-left-col h2,
	.about-us-footer h3,
	.staff-container-title,
	.partners-tab-title {
		font-size: 30px;
	}

	.single-post-heading .heading-title {
    	font-size: 25px;
	}

	.logo-wrapper {
    	width: 304px;
	}

	.main-menu-col a {
    	font-size: 19px;
	}

	.main-menu-col ul > li {
	    margin-right: 12px;
	    margin-left: 12px;
	}

	.btn.with-icon-right:after {
    	top: 12px;
	}

	.btn.with-icon:after {
		top: 14px;
	}

	.header-top {
    	font-size: 15px;
	}

	.home-tabs-nav li h3 {
    	font-size: 18px;
	}

	.btn.play-icon-white:after {
		top: 12px;
	}
	
	.cookie-bar-inner .btn {
    	min-width: 192px;
    	text-align: center;
	}
	
	.single-post-related .btn.with-icon-right:after {
    	top: 14px;
	}


}

@media (max-width: 1349px) {

	.main-menu-col li.btn-blue-border {
		display: none;
	}

}

@media (max-width: 1199px) { 

	.single-post-heading .heading-title {
	    max-width: 610px;
	}

	.page-form-advanced-wrapper,
	.faq-more-info-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.page-service-heading h1 {
    	margin-top: 30px;
	}

	.page-form-fluid {
	    margin-top: -300px;
	    padding-top: 290px;
	    padding-bottom: 90px;
	    padding-left: 0;
	}

	.page-form-wrapper {
	    max-width: 100%;
	}

	.page-form-fluid .container .row:first-child {
		padding-left: 0;
	}

	.home-tabs-content-left {
    	padding-left: 50px;
    	padding-top: 110px;
	}

	.home-tabs-content-right-img img {
    	width: 420px;
	}

	.home-triple .container {
		display: flex;
		flex-direction: column;
	}

	.home-triple .home-triple-left {
		order: 2;
	}

	.home-triple .home-triple-right {
		order: 1;
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}

	.home-triple {
    	margin-top: -144px;
	}

	.testimonials-text p:before {
	    width: 35px;
	    height: 30px;
	    left: -46px;
	    top: -17px;
	}

	.testimonials-text p:after {
	    width: 35px;
	    height: 30px;
	    right: -46px;
	    bottom: 2px;
	}

	body.category .page-heading h1 {
		max-width: 100px;
	}

	.simulator-left {
    	padding-left: 0;
	}

	.simulator-right {
    	margin-left: 0;
	}

	.pricing-about-container-new {
		margin-bottom: 0;
	}

	.landing-vantages-item {
	    padding-left: 0;
	    padding-right: 0;
	}

	.pricing-block-desc {
	    font-size: 18px;
	    margin-top: 23px;
	    line-height: 1.5;
	}

	.footer-top-left p {
	    font-size: 38px;
	}

	.fact-landing-top-inner {
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 40px;
	}

	.logo-wrapper-img img {
	    width: 340px;
	    top: 0;
	}

	.single-events-wrapper .single-post-content {
		display: flex;
		flex-direction: column;
	}

	.single-events-wrapper .external-form {
		float: none;
		order: 2;
		margin-top: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
	}

	.single-events-wrapper p {
		order: 1;
	}



}

@media (max-width: 991px) { 

	.header-top {
		visibility: hidden;
		position: fixed;
		opacity: 0;
		transition: opacity 1s;  
	}

	.mobile-open .header-top {
		visibility: visible;
		opacity: 1;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.2);
	    margin: 0;
	    height: 66px;
	    padding-top: 17px;
	}

	.home .main-menu-col li.btn {
    	background-color: #fff;
    	border-color: #fff;
    	transition: all 1s;
	}

	.mobile-open .main-menu-col li.btn,
	.header-fixed .main-menu-col li.btn {
    	background-color: #2f5ee8;
    	border-color: #2f5ee8;
	}

	.main-menu-col li.btn a {
    	font-size: 16px;
	}

	.home .main-menu-col li.btn a {
    	color: #2f5ee8;
    	transition: all 1s;
	}

	.mobile-open .main-menu-col li.btn a,
	.header-fixed .main-menu-col li.btn a {
    	color: #fff;
	}

	.main-menu-col li:not(.btn) {
    	display: none;
	}

	.logo-wrapper {
    	width: 251px;
    	margin-top: 15px;
	}

	.header-row {
		margin-top: 10px;
	}

	.mobile-menu-btn {
		display: block;
	}

	.menu-home-menu-container,
	.menu-home-menu-portugues-container,
	.menu-home-menu-espanhol-container {
		float: right;
	}

	.header-fixed {
    	margin-top: 0;
	}

	.header-fixed:before {
    	height: 86px;
	}

	.mobile-menu .btn-blue {
		display: none;
	}

	.mobile-menu .menu-home-menu-container,
	.mobile-menu .menu-home-menu-portugues-container,
	.mobile-menu .menu-home-menu-espanhol-container {
		margin-top: 120px;
		float: none;
	}

	.mobile-menu .menu-home-menu-container ul,
	.mobile-menu .menu-home-menu-portugues-container ul,
	.mobile-menu .menu-home-menu-espanhol-container ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.mobile-menu .menu-home-menu-container li,
	.mobile-menu .menu-home-menu-portugues-container li,
	.mobile-menu .menu-home-menu-espanhol-container li {
		margin-bottom: 20px;
	}

	.mobile-menu .menu-home-menu-container a,
	.mobile-menu .menu-home-menu-portugues-container a,
	.mobile-menu .menu-home-menu-espanhol-container a {
		color: #000;
		font-family: 'Roboto Slab', serif;
		font-size: 20px;
	}

	.mobile-menu .menu-home-menu-container .sub-menu,
	.mobile-menu .menu-home-menu-portugues-container .sub-menu,
	.mobile-menu .menu-home-menu-espanhol-container .sub-menu {
		margin-top: 20px;
	}

	.mobile-menu .menu-home-menu-container .sub-menu li,
	.mobile-menu .menu-home-menu-portugues-container .sub-menu li,
	.mobile-menu .menu-home-menu-espanhol-container .sub-menu li {
		margin-bottom: 10px;
	}

	.mobile-menu .menu-home-menu-container .sub-menu a,
	.mobile-menu .menu-home-menu-portugues-container .sub-menu a,
	.mobile-menu .menu-home-menu-espanhol-container .sub-menu a {
		font-family: 'Roboto', serif;
		font-size: 16px;
	}

	.mobile-menu .header-top {
    	font-size: 16px;
    	z-index: 2;
    	background-color: #fff;
	}

	.header-top .header-top-item {
	    float: right;
	    margin-left: 0;
	}

	.header-top .search-icon {
	    float: left;
	}

	.search-input-wrapper {
	    top: 5px;
	    right: auto;
	    left: 13px;
	}

	.mobile-menu-container {
		position: relative;
		z-index: 1;
	}

	.mobile-menu .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	    top: auto;
	    bottom: 35px;
	    right: -33px;
	    left: auto;
	}

	.page-blog-heading {
    	padding-top: 90px;
	}

	.single-post-image {
	    margin-left: 0;
	    margin-right: 0;
	}

	.page-small-heading {
	    background-size: 2960px 901px;
	    background-position: bottom center;
	}

	.one-line-heading {
    	padding-bottom: 110px;
	}

	.page-template-page-partners-all .one-line-heading {
    	padding-bottom: 65px;
	}

	.page-heading {
    	padding-top: 122px;
    	background-color: #fbfcff;
	}

    .page-inner-menu-text p {
    	display: none;
    }

    .page-inner-menu-item {
    	flex-direction: column;
    	text-align: center;
	}

	.page-inner-menu-item h3 {
    	font-size: 16px;
    	margin-top: 20px;
	}

	.page-inner-menu-item img {
    	margin: 0 auto;
	}

	.faq-content-left {
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 25px;
	}

	.faq-content-left h2 {
    	font-size: 25px;
    	line-height: 1.3;
	}

	.page-heading .btn-service-first {
	    margin-top: 34px;
	}

	.page-heading .btn-service-second {
	    margin-top: 20px !important;
	}

	.page-service-heading-right img {
	    width: 440px;
	}

	.mobile-menu .menu-item-has-children a {
    	width: 100%;
    	display: block;
	}

	.page-template-page-service .page-service-inner-menu,
	.page-template-page-service-others .page-service-inner-menu {
    	margin-bottom: -10px;
	}

	.service-content-img {
    	padding-left: 15px;
    	margin-top: 100px;
	}

	.page-template-page-service .service-content,
	.page-template-page-service-others .service-content {
    	padding-bottom: 0px;
	}

	.service-content-img-left {
		display: flex;
		flex-direction: column;
	}

	.service-content-img-left .service-content-img {
	    padding-left: 15px;
	    padding-right: 15px;
	    order: 2;
	}

	.page-form-fluid .col-xs-7,
	.page-form-fluid .col-xs-5 {
		width: 100%;
	}

	.page-form-left {
    	padding-right: 0;
    	margin-bottom: 30px;
	}

	.home-tabs-nav li h3 {
    	font-size: 16px;
	}

	.testimonials-text p:before {
	    background-image: none;
	}

	.testimonials-text p:after {
	    background-image: none;
	}

	.page-template-page-about .about-container {
    	margin-top: 0;
	}

	.page-template-page-about .about-right-col {
	    padding-left: 15px;
	    margin-top: 90px;
	}

	.page-template-page-about .about-left-col a {
		display: inline-block;
		margin-bottom: 20px;
	}

	.about-us-footer-inner-right a {
		display: inline-block;
	}

	.about-us-footer-inner {
	    justify-content: center;
	    flex-direction: column;
	    text-align: center;
	}

	.about-us-footer-inner-right {
    	margin-top: 51px;
	}

	.success-content-left {
    	padding-right: 20px;
	}

	.success-content-right {
    	padding-left: 20px;
	}

	.single-casos-sucesso .page-small-heading,
	.single-testimonials .page-small-heading {
	    background-size: 2960px 821px;
	}

	.single-casos-sucesso .single-post-heading .heading-title,
	.single-testimonials .single-post-heading .heading-title {
    	max-width: 440px;
	}

	.success-quote-right {
    	margin-left: 0;
	}

	.success-quote-right-inner {
    	padding: 50px 40px;
	}

	.page-article {
		padding-bottom: 210px;
	}

	.page-article-card-right {
		display: none;
	}

	.client-slider-container:after {
	    width: 151px;
	    height: 171px;
	    top: -51px;
	    left: -119px;
	}

	.pricing-block-desc {
    	font-size: 16px;
	}

	.pricing-block-left, .pricing-block-right {
    	height: auto;
	}

	.simulator-left,
	.simulator-right {
    	width: 100%;
	}

	.simulator-left {
    	padding-left: 15px;
    	margin-bottom: 10px;
	}

	.simulator-right-inner {
    	max-width: 100%;
	}

	.blog-container .row .blog-list-col:nth-child(3n + 1) {
		clear: none;
	}

	.blog-container .row .blog-list-col:nth-child(2n + 1) {
		clear: left;
	}

	.main-menu-col li.btn-blue-border {
	    display: inline-block;
	}

	.header-fixed .btn-blue-border {
		background-color: transparent !important;
	}

	.page-template-page-landing header {
	    margin-top: 0;
	}

	.page-template-page-landing header .header-fixed {
	    margin-top: 0;
	}

	.page-template-page-landing .header-fixed .header-row {
	    padding-top: 0;
	}

	.page-template-page-landing .home-slider-content {
		width: 100%;
		margin-top: 100px;
		margin-bottom: 40px;
	}

	.landing-form-col {
		width: 100%;
	}

	.page-template-page-landing .home-slider-content h3 {
	    max-width: 100%;
	    margin-bottom: 40px;
	}

	.landing-form {
	    display: inline-block;
	}

	.landing-how {
	    margin-top: 80px;
	}

	.landing-solutions-items .landing-solutions-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.landing-solutions-items {
	    flex-wrap: wrap;
	}

	.landing-solutions-items .landing-solutions-item:nth-child(2) .landing-solutions-inner img {
	    max-height: 150px;
	}

	.landing-solutions-items .landing-solutions-item {
	    margin-top: 0;
	}

	.landing-vantages-item {
		width: 50%;
	}

	.landing-vantages-items {
	    flex-wrap: wrap;
	}

	.landing-test-img {
	    width: 90px;
	    height: 90px;
	    margin-right: 20px;
	}

	.pricing_caract_plan,
	.pricing_caract_item {
		width: 20%;
	}

	.pricing-table-row .pricing_caract_title,
	.pricing_caract_plan_first {
		width: 20%;
	}

	.home-heading-cols-side {
	    display: none;
	}

	.home-heading-cols {
	    width: 50%;
	}

	.footer-top-left p {
	    font-size: 21px;
	}

	.index-left {
		width: 100%;
	}

	.index-right {
		display: none;
	}

	.index-page-article {
	    padding-bottom: 200px;
	}

	.partners-new-row {
	    margin-top: 30px;
	    display: flex;
	    flex-direction: column;
	}

	.partners-new-heading-right {
	    width: 100%;
	    order: 1;
	    margin-bottom: 60px;
	}

	.partners-new-heading-left {
	    width: 100%;
	    order: 2;
	}

	.partners-new-container h2 {
	    max-width: 100%;
	}

	.partners-new-heading-right img {
	    margin-top: 0;
	}

	.partners-all-block .customers-list-ul,
	.clients-page-dropdown .customers-list-ul {
	    column-count: 2;
	    column-gap: 40px;
	}

	.header-top-last {
		margin-top: 20px;
	}

	.index-page-article {
	    background-size: 2960px 850px;
	}

	.fact-landing-top-inner {
	    grid-template-columns: 1fr;
	    grid-gap: 60px;
	}

	.fact-icon-wrapper, .fact-benefits-wrapper {
	    grid-template-columns: 1fr 1fr;
	}

	.alia-form-wrapper {
	    margin-top: 0;
	}

	.alia-video {
	    width: 100%;
	    height: auto;
	    margin-top: 0px;
	    padding-right: 0;
	}

	.alia-header-heading {
	    margin: 60px auto 62px auto;
	}

	.alia-header-bottom-left {
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: 40px;
	}

	.alia-header-bottom-right {
	    width: 100%;
	    padding-left: 0;
	}

	.logo-wrapper-img img {
	    width: 320px;
	    top: -4px;
	}

	.header-fixed .logo-wrapper-img img {
	    width: 299px;
	    top: 0;
	}

	.single-partners-content .single-post-image h2 {
	    margin-top: -10px;
	}

}

@media (max-width: 767px) {
	.page-heading h1 {
		font-size: 40px;
	}

	.home-slider-content h3 {
		font-size: 50px;
	}

	.page-service-heading h1.service-content-text-subtitle {
		font-size: 17px;
	}

	body {
		font-size: 14px;
	}

	.heading-title,
	.home-triple-right-content h2,
	.testimonials-heading h3,
	.page-form-left h2,
	.page-form-wrapper-title,
	.page-top-heading-h2,
	.faq-more-info h3,
	.service-content-text-title,
	.service-keep-exploring-title,
	.single-post-related-title,
	.locations-container h2,
	.about-left-col h2,
	.about-us-footer h3,
	.staff-container-title,
	.partners-tab-title {
		font-size: 25px;
	}

	.footer-top-left p {
		font-size: 30px;
	}

	.menu-home-menu-container,
	.menu-home-menu-portugues-container,
	.menu-home-menu-espanhol-container {
		padding-top: 2px;
	}

	.header-fixed {
    	width: 100%;
	}

	.footer-menu {
		margin-bottom: 20px;
		position: relative;
	}

	.footer-menu .footer-title:after {
		content: '';
	    background-image: url(assets/img/arrow-plus-black.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 20px;
	    top: 5px;
	}

	.footer-menu.active .footer-title:after {
	    background-image: url(assets/img/arrow-minus-black.svg);
	}

	.footer-menu .menu {
		display: none;
	}

	.footer-logo-wrapper, .footer-language-wrapper {
    	justify-content: flex-start;
    	margin-top: 5px;
	}

	footer .footer-container {
	    padding-bottom: 40px;
	    margin-bottom: 38px;
	}

	.footer-social-icons {
		display: flex;
		justify-content: center;
	}

	.footer-social-icons a:last-child {
		margin-right: 0;
	}

	.footer-logo-wrapper {
		justify-content: center;
		margin-top: 40px;
	}

	.menu-footer-fundo-container {
		text-align: center;
	}

	.footer-menu li {
    	margin-bottom: 9px;
	}

	footer {
	    padding-top: 50px;
	}

	.footer-bottom li {
	    display: block;
	    margin-right: 0;
	    margin-bottom: 15px;
	}

	.footer-copyright {
	    text-align: center;
	    margin-top: 30px;
	    opacity: .75;
	}

	.footer-top .row {
    	display: block;
	}

	.footer-top-right {
    	justify-content: center;
	}

	.footer-top-right-inner {
		margin-top: 40px;
		text-align: center;
	}

	.footer-top-right-inner > a {
    	margin-left: 20px;
	}

	.footer-top-right-inner>a:first-child {
        margin-left: 20px;
        margin-bottom: 20px;
    }

	body #aivochat-launcher.aivochat-position-left {
		left: auto !important;
		right: 40px !important;
		bottom: 75px !important;
		top: auto !important;
	}
	
	.footer-top-right-inner p {
		margin-left: 0;
		text-align: center;
	}

	.footer-top-left img {
	    width: 130px;
	    height: 111px;
	    margin-right: 30px;
	    float: none;
	    position: absolute;
	    left: -100px;
	}

	.footer-top-left p {
	    font-size: 30px;
	    position: relative;
	    left: auto;
	    float: none;
	    max-width: none;
	    width: 100%;
	    text-align: center;
	}

	.footer-top {
    	padding-top: 35px;
	}

	.blog-list-img img {
	    width: 100%;
	    height: auto;
	}

	.blog-heading-social p,
	.blog-heading-social-inner {
		display: none;
	}

	.blog-heading-social .blog-heading-follow {
    	margin-top: -14px !important;
	}

	.page-blog-heading {
	    background-size: 960px 277px;
	}

	.single-post .page-blog-heading {
        background-size: 1680px 487px;
	}

	.single-post-heading .heading-title {
    	font-size: 25px;
	}

	.single-post-heading-cat a {
    	font-size: 16px !important;
	}

	.single-post .blog-heading-social .blog-heading-follow {
		display: none;
	}

	.single-post .single-post-heading-social {
    	top: 0;
	}

	.single-post .blog-heading-social {
    	margin-top: 0;
	}

	.single-post .blog-heading-share {
    	margin-top: 0;
	}

	.single-post .single-post-heading-left {
    	display: block;
    	order: 2;
    	margin-top: -31px;
	}

	.single-post .single-post-heading-left img {
    	margin-top: 0;
	}

	.single-post .single-post-heading-left-text {
		margin-top: 30px;
	}

	.single-post .blog-heading {
    	flex-direction: column;
	}

	.single-post .single-post-heading-left a {
		display: inline-block;
	    position: relative;
	    z-index: 1;
	}

	.single-post .single-post-container {
    	margin-top: 20px;
	}

	.single-post-content {
	    max-width: 100%;
	    margin: 22px auto;
	}

	.single-post-heading-cat .blog-list-footer-date {
    	padding-top: 3px;
	}

	.single-post-footer {
    	display: block;
    	padding-bottom: 100px;
    	position: relative;
	}

	.single-post-footer-right {
		float: left;
	}

	.single-post-footer-right {
		float: right;
		position: relative;
    	top: -19px;
	}

	.single-post-footer .blog-heading-right {
		position: absolute;
	    top: 80px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.single-post-related {
   	 	margin-top: 20px;
	}

	.page-heading {
    	padding-top: 72px;
	}

	.page-heading h1 {
    	line-height: 1.1;
	}

	.page-heading .btn {
    	margin-top: 27px;
	}

	.page-form-advanced-wrapper {
    	margin-top: 30px;
	}

	.page-form-advanced-wrapper form > p {
		width: 100%;
		padding: 0;
	}

	.page-form-advanced-wrapper .wpcf7-form .form-send {
	    justify-content: center;
	    margin-top: 87px;
	}

	.page-form-advanced-wrapper .form-checkbox {
	    display: inline-block;
	    margin-bottom: 30px;
	}

	.faq-more-info-text {
    	column-count: 1;
    	column-gap: 0;
	}

	.faq-content-left h2 {
    	font-size: 20px;
    	padding-top: 10px;
	}

	.faq-list-title {
    	font-size: 16px;
	}

	.faq-list-title:after {
	    width: 15px;
	    height: 10px;
	    top: 6px;
	}

	.page-service-heading-right {
    	display: none;
	}

	.page-service-heading {
		padding-top: 52px;
		padding-left: 0;
		padding-right: 0;
		background-size: 1890px 737px;
    	background-position: bottom center;
    	padding-bottom: 152px;
	}

	.page-service-heading .standard-heading {
	    margin-left: -15px;
	    margin-right: -15px;
	}	

	.page-template-page-service .page-inner-menu,
	.page-template-page-service-others .page-inner-menu
	 {
    	margin-top: 0;
	}

	.page-template-page-service .service-content,
	.page-template-page-service-others .service-content {
    	padding-top: 20px;
	}

	.service-content-first .service-content-img-inner:after {
	    width: 159px;
	    height: 189px;
	}

	.service-content-second .service-content-img-inner:after {
	    width: 140px;
	    height: 343px;
	}

	.service-content-third .service-content-img-inner:after {
	    width: 43px;
	    height: 289px;
	    left: -18px;
	}

	.service-content-forth .service-content-img-inner:after {
	    width: 169px;
	    height: 189px;
	}

	.page-service-heading h1 {
    	margin-top: 20px;
	}

	.page-form-fluid {
	    margin-top: -270px;
	    padding-top: 290px;
	    padding-bottom: 90px;
	    padding-left: 0;
	}

	.page-form-wrapper:before {
    	background-image: none;
	}

	.page-form-fluid .col-xs-7 {
		padding-right: 0;
	}

	.service-keep-exploring-inner {
    	margin-top: 80px;
	}

	.page-form-fluid .service-keep-exploring-content,
	.single-casos-sucesso .service-keep-exploring-content {
    	padding-left: 15px;
    	display: block;
	}

	.single-casos-sucesso .service-keep-exploring-content {
    	padding-right: 15px;
	}

	.page-form-fluid .service-keep-exploring-item,
	.single-casos-sucesso .service-keep-exploring-item {
    	width: 100%;
	    margin-bottom: 15px;
	    max-width: 370px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.service-keep-exploring-content .service-keep-exploring-item:last-child {
    	margin-right: auto;
	}

	.home-tabs-desktop {
		display: none;
	}

	.home-tabs-mobile {
		display: block;
		margin-top: 50px;
    	padding-top: 30px;
	}

	.home-tabs-content-wrapper .home-tabs-content {
    	display: block;
	}

	.home-tabs-mobile .home-tabs-content-mobile {
		display: none;
	}

	.home-tabs-mobile-inner .home-tabs-content-mobile {
		display: none; /* Hidden by default */
	}

	.home-tabs-mobile-inner.active .home-tabs-content-mobile {
		display: block;
	}

	.home-tabs-content-right-img:after {
    	background-image: none;
	}

	.home-tabs-content-right-img {
	    display: block;
	    width: 100%;
	    text-align: center;
	}

	.home-tabs-content-right-img img {
    	width: 340px;
	}

	.home-tabs-content-right {
	    padding-right: 0;
	    padding-top: 51px;
	    padding-left: 0;
	    margin-bottom: 40px;
	}

	.home-tabs-mobile-inner {
		border-radius: 10px;
  		box-shadow: 0 0 20px 0 rgba(47, 94, 232, 0.1);
  		display: inline-block;
    	width: 100%;
    	background-color: #fff;
    	padding: 20px;
    	margin-bottom: 20px;
	}

	.home-tabs-content-left {
	    padding-left: 0;
	    padding-top: 0;
	    padding-right: 0;
	}

	.home-tabs-mobile-inner h3 {
		font-family: 'Roboto Slab', serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		position: relative;
		padding-right: 50px;
	}

	.home-tabs-mobile-inner h3:after {
	    content: '';
	    background-image: url(assets/img/arrow-plus-black.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: -3px;
	    top: 6px;
	}

	.home-tabs-mobile-inner.active h3:after {
		background-image: url(assets/img/arrow-minus-black.svg);
	}

	.home-tabs-content a {
    	margin-bottom: 20px;
	}

	.home-triple .home-triple-right {
	    padding-left: 0;
	    padding-right: 0;
	}

	.about-us-cards {
    	margin-top: 41px;
	}

	.about-us-footer-inner {
	    padding: 47px 20px;
	}

	.success-container {
    	margin-top: 0px;
	}

	.success-content-img-left .success-content-left-inner:after,
	.success-content-img-right .success-content-left-inner:after {
	    width: 161px;
	    height: 181px;
	    top: -41px;
	}

	.success-content-img-right {
		display: flex;
    	flex-direction: column;
	}

	.success-content-img-right .success-content-left {
		order: 2;
	}

	.success-content {
    	margin-bottom: 50px;
	}

	.success-content .success-content-title {
    	font-size: 25px;
    	margin-top: 20px;
	}

	.single-casos-sucesso .single-post-heading-left,
	.single-testimonials .single-post-heading-left {
    	display: block;
	}

	.single-casos-sucesso .blog-heading-social,
	.single-testimonials .blog-heading-social {
    	display: block;
	}

	.single-casos-sucesso .blog-heading,
	.single-testimonials .blog-heading {
    	flex-direction: column;
	}

	.single-casos-sucesso .single-others-heading-social,
	.single-testimonials .single-others-heading-social {
    	align-items: normal;
	}

	.single-casos-sucesso .single-post-heading-left,
	.single-testimonials .single-post-heading-left {
		order: 2;
		margin-top: -31px;
	}

	.single-casos-sucesso .single-post-heading-social,
	.single-testimonials .single-post-heading-social {
    	top: 0;
	}

	.single-casos-sucesso .single-post-heading-left a,
	.single-testimonials .single-post-heading-left a {
	    display: inline-block;
	    position: relative;
	    z-index: 1;
	}

	.single-casos-sucesso .single-post-heading-left img,
	.single-testimonials .single-post-heading-left img {
    	margin-top: 0;
	}

	.single-casos-sucesso .single-post-heading-left-text,
	.single-testimonials .single-post-heading-left-text {
    	margin-top: 30px;
	}

	.single-testimonials .single-post-footer {
	    display: block;
	    padding-bottom: 100px;
	    position: relative;
	    margin-bottom: 20px;
	}

	.single-testimonials .single-post-footer .blog-heading-right {
	    position: absolute;
	    top: 80px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.success-quote-text {
    	font-size: 20px;
	}

	.success-quote-right-inner:after {
    	background-image: none;
	}

	.success-quote-left-inner img {
		width: 100%;
		height: auto;
	}

	.success-quote-container {
    	margin-top: 50px;
	}

	.success-quote-right-inner {
    	padding: 30px 20px;
	}

	.service-keep-exploring-inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.customers-list-ul {
	    column-count: 1;
	    column-gap: 0;
	    margin-top: 25px;
    	margin-bottom: 10px;
	}

	.customer-tabs-content-wrapper {
    	padding-top: 0;
	}

	.page-template-page-costumers .home-tabs-mobile {
	    margin-top: 0;
	    padding-top: 0;
	}

	.page-template-page-costumers .home-tabs {
		margin-bottom: 40px;
	}

	.partners-tabs-content-wrapper {
	    margin-top: 30px;
	    margin-bottom: 50px;
	}

	.partners-tabs-fluid {
    	padding-right: 0;
    	padding-left: 0;
	}

	.page-article-card-left {
    	margin-bottom: 40px;
    	padding-left: 15px;
	}

	.client-slider-container {
    	margin-top: 50px;
    	margin-bottom: 0;
	}

	.client-slider-container:after {
	    top: -21px;
	    left: -64px;
	}

	.client-slider-nav {
    	top: auto;
	}

	.client-stories-btn-wrapper {
	    margin-top: 82px;
	    margin-bottom: 50px;
	}

	.pricing-block-left, 
	.pricing-block-right,
	.pricing-block-center {
    	width: 100%;
    	height: auto;
	}

	.pricing-block-container {
    	height: 1070px;
	}

	.pricing-block-inner {
		flex-direction: column;
	    padding-right: 0;
	    padding-left: 0;
	    left: calc(50% - 15px);
	    transform: translateX(-50%) !important;
	    margin-top: 40px;
	    max-width: 330px;
	}

	.pricing-block-center {
    	margin-top: 0;
	}

	.pricing-block-box {
   		margin-bottom: 15px;
	}

	.pricing-switch-block {
	    margin-top: 55px;
	    margin-left: -22px;
	}

	.pricing-block-inner.no-switch {
    	margin-top: 50px;
	}

	.pricing-block-message {
    	margin-top: 130px;
	}

	.video-modal iframe {
		width: 350px;
		height: 197px;
	}

	.back-to-top {
	    right: 15px;
	    bottom: 15px;
	}

	.back-to-top:hover {
    	background-color: #fff;
	}

	.back-to-top:hover path {
		fill: #2f5ee8;
	}

	.page-customers-list {
    	margin-bottom: -30px;
	}

	body.category .page-heading h1 {
    	max-width: 500px;
    	font-size: 36px;
	}

	.search-container {
    	margin-top: 26px;
	}

	.home-cards,
	.cards-slider-nav {
		display: none;
	}

	.home-cards-mobile {
		display: block;
	}

	.home-cards-fluid {
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		margin-bottom: 0;
	}

	.home-cards-inner {
	    width: 100% !important;
	    height: auto;
	    margin-right: 0;
		margin-bottom: 15px;
	}

	.home-cards-inner a {
	    display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		padding: 20px;
	}

	.home-cards-inner img {
	    width: 67px;
	    height: auto;
	    position: relative;
	    bottom: auto;
	    left: auto;
	    transform: none;
	}

	.home-cards-inner-title {
	    margin: 0;
	    padding-right: 40px;
	}

	.footer-menu ul a {
		font-size: 15px;
	}

	.success-quote-right {
    	margin-top: -8px;
	}

	.simulator-heading {
		margin-top: -20px;
	}

	.cookie-bar-inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 5px;
	}

	.cookie-bar-inner p {
		padding-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.blog-list-item-excerpt,
	.blog-list-item h2 {
    	height: auto;
    	overflow: visible;
	}

	.pricing-plans-tax-text {
	    margin-bottom: -50px;
	    margin-top: 85px;
	}
	
	form.wpcf7-form {
		display: inline-block;
	}
	
	.page-form-advanced-wrapper .wpcf7 form .wpcf7-response-output {
    	float: none;
	}

	.customer-search-list {
		margin-top: -50px;
		margin-bottom: 30px;
	}

	.customers-form-search {
	    margin: 20px auto -12px auto;
	}

	.pricing-about-container-new {
		margin-bottom: 80px;
	}

	.pricing-block-container {
    	height: auto;
    	margin-bottom: -40px;
	}

	.events-heading-right {
	    top: -17px;
	}

	.client-slider-container .slick-dots {
	    bottom: -5px;
	}

	.landing-how-items {
	    flex-wrap: wrap;
	}

	.landing-how-items:after {
	    content: none;
	}

	.landing-how-item {
		margin-bottom: 60px;
	}

	.landing-how-item-img {
	    outline: 0;
	}

	.landing-heading {
	    font-size: 28px;
	}

	.landing-footer-btn {
		text-align: center;
	}

	.pricing-block-feat {
		display: block;
	}

	.pricing-table,
	.pricing-table-heading {
		display: none;
	}

	.footer-top {
	    padding-bottom: 41px;
	}

	.page-form-wrapper .form-field {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.pricing-block-main-title {
	    font-size: 25px;
	}

	.pricing-block-nomina .pricing-block-main-title {
	    margin-top: 103px;
	}

	.events-list-loop .blog-list-item-inner {
	    display: block;
	}

	.events-list-loop .blog-list-footer-date {
	    width: 100%;
	}

	.events-list-loop .btn-link-with-arrow {
	    display: none;
	}

	.events-list-loop .blog-list-item h2 {
	    padding-right: 0;
	}

	.page-form-wrapper .form-checkbox {
		width: 100%;
		display: inline-block;
    	margin-bottom: 30px;
	}

	.page-form-wrapper .wpcf7-form .form-send {
	    justify-content: center;
	    margin-top: 87px;
	    width: 100%;
	}

	.media-page-container {
		display: block;
	}

	.media-page-container .home-tabs-content {
		display: none !important;
	}

	.media-page-container .home-tabs-content.active {
		display: block !important;
	}

	.co-press-download {
		display: none;
	}

	.market-tabs-select {
	    background-color: transparent;
	    border-color: #2f5ee8;
	    color: #000000;
	    font-size: 16px;
	    border-radius: 26px;
	    border: 1px solid;
	    line-height: 1.1;
	    width: auto;
	    padding: 10px;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.media-tabs-search-mobile {
	    margin-top: -30px;
	}

	.co-media-download {
	    opacity: 1;
	    bottom: 0;
	}

	.media-docs-content .media-img-item {
		width: 50%;
	}

	.page-template-page-partners-new .service-content {
	    padding-top: 30px;
	}

	.client-hidden-heading {
	    margin-bottom: 30px;
	    margin-top: 0;
	}

	.partners-new-list-container {
	    display: block;
	}

	.partners-new-list-container {
	    margin-top: -37px;
	}

	.campaigns-template .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.campaigns-template .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.alia-footer-top {
	    grid-template-columns: 1fr;
	    grid-gap: 56px;
	}

	.footer-bottom {
		flex-direction: column;
	}

	.logo-wrapper-img img {
	    width: 270px;
	    top: -2px;
	}

	.header-fixed .logo-wrapper-img img {
	    width: 264px;
	    top: 0;
	}

	.sovos-modal-text h4 {
	    font-size: 27px;
	    margin-bottom: 14px;
	    line-height: 1.3;
	}

	.footer-container .row {
	    display: block;
	}

	.footer-language-wrapper {
	    align-items: center;
	}

	.single-partners-pricing .home-tabs-desktop {
		display: block;
	}

	.single-partners-pricing .home-tabs-mobile,
	.single-partners-pricing .home-tabs-nav-wrapper {
		display: none;
	}

	.single-partners-content .single-post-image h2 {
	    font-size: 39px;
	    margin-top: 30px;
	}

	.single-partners-content .single-post-image {
	    margin-left: 5px;
	    margin-right: 5px;
	}

	.single-partners-pricing {
	    margin-top: 40px;
	}

	.single-partners-content .single-post-content {
	    max-width: 100%;
	    margin-left: 5px;
	    margin-right: 5px;
	}


}

@media (max-width: 575px) {

	.logo-wrapper {
    	width: 212px;
    	margin-top: 11px;
	}

	.menu-home-menu-container li.btn,
	.menu-home-menu-portugues-container li.btn,
	.menu-home-menu-espanhol-container li.btn {
		display: none;
	}

	.mobile-menu-btn, .mobile-menu-btn-close {
    	padding-top: 19px;
	}

	.logo-wrapper-col {
		position: relative;
		z-index: 2;
	}

	.mobile-menu li.btn {
		display: block;
	    margin-top: 25px;
	    background: none;
	    border: 0;
	    padding: 0;
	    margin-bottom: 30px;
	}

	.mobile-menu li.btn a {
		color: #000;
		padding: 0;
		font-weight: 300;
	}

	.mobile-menu .menu-home-menu-container,
	.mobile-menu .menu-home-menu-portugues-container,
	.mobile-menu .menu-home-menu-espanhol-container {
    	margin-top: 120px;
	}

	.page-blog-heading {
	    padding-top: 54px;
	    padding-left: 0;
	    padding-right: 0;
	}

	.page-blog-heading {
    	background-size: 770px 247px;
    	padding-bottom: 42px;
	}



	.single-post .page-blog-heading {
		padding-bottom: 62px;
	}

	.blog-container {
	    margin-top: 11px;
	    margin-bottom: 30px;
	}

	.blog-list-img {
	    height: auto;
	}

	.support-content-col,
	.locations-item {
		width: 100%;
	}

	.support-content-col {
		max-width: 370px;
	}

	.header-fixed:before {
    	height: 73px;
	}

	.page-form-wrapper-inner {
    	padding: 30px 20px;
	}

	.page-inner-menu {
		display: none;
	}

	.faq-content-container {
    	margin-top: 40px;
	}

	.faq-list-desc {
   		padding-right: 15px;
	}

	.page-template-page-service .faq-content-container,
	.page-template-page-service-others .faq-content-container {
    	margin-top: -33px;
	}

	.page-template-page-service .service-content-text img,
	.page-template-page-service-others .service-content-text img {
	    margin-top: 0;
	    display: block;
	    margin-bottom: 20px;
	}

	.page-template-page-service .service-content-text-inner,
	.page-template-page-service-others .service-content-text-inner {
    	margin-left: 0;
	}

	.page-template-page-service .service-content-text,
	.page-template-page-service-others .service-content-text {
	    display: block;
	    padding-right: 15px;
	}

	.service-content-img-left .service-content-text {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.service-content-img {
	    padding-left: 15px;
	    margin-top: 70px;
	}

	.service-content-text ul {
    	margin-bottom: 30px;
	}

	.home-slider-content h3 {
		font-size: 30px;
	}

	.home-slider-content h3 {
    	margin-bottom: 30px;
	}

	.home-slider-logos-each img {
		width: 106px;
	}

	.home-top-curve {
		top: -110px;
	}

	.home-slider-logos {
    	top: -215px;
	}

	.home-go-down {
		top: -29px;
		width: 60px;
		height: 60px;
	}

	.home-slider-content {
    	top: 42%;
	}

	.home .home-heading {
    	margin-top: -20px;
	}

	.home-tabs-content-right-img img {
    	width: 100%;
    	max-width: 300px;
	}

	.home-triple {
	    margin-top: -267px;
	    padding-left: 0;
	    padding-top: 290px;
	}

	.page-template-page-service .home-triple,
	.page-template-page-service-others .home-triple {
	    margin-top: -297px;
	    padding-left: 0;
	    padding-top: 350px;
	}

	.page-template-page-costumers .home-triple {
	    margin-top: -227px;
	    padding-left: 0;
	    padding-top: 200px;
	}

	.page-form-advanced {
		padding-right: 0 !important;
	}

	.home-triple-div {
		display: none;
	}

	.home-triple-left:before {
    	background-image: none;
	}

	.home-triple-nav {
	    float: right;
	    width: auto;
	    text-align: right;
	    margin-top: 0;
	}

	.home-triple-left {
    	width: auto;
	}

	.testimonials-nav-inner {
    	margin-right: 30px;
	}

	.page-form-fluid {
		padding-right: 15px;
	}

	.partner-list-item {
		width: 100%;
	}

	.page-article {
    	padding-bottom: 190px;
	}

	.page-customers-main .home-slider-logos {
    	top: 0;
    	margin-top: 50px;
	}

	.page-customers-main {
		padding-bottom: 60px;
	}

	.page-template-page-support .support-container,
	.page-template-page-contacts .support-container {
    	margin-top: 43px;
	}

	.page-template-page-support .page-top-heading-h2,
	.page-template-page-contacts .page-top-heading-h2 {
		margin-top: -18px;
	}

	.page-template-page-service .page-form-fluid,
	.page-template-page-service-others .page-form-fluid {
	    margin-top: -320px;
	    padding-top: 390px;
	}

	.pricing-logo-slider {
		top: auto;
	}

	.simulator-left-inner {
    	padding: 38px 22px;
	}

	.simulator-right-top {
    	padding: 34px 20px 40px 20px;
	}

	#total_saving {
    	font-size: 40px;
	}

	.simulator-right-bottom {
    	padding: 33px 20px 60px;
	}

	.mobile-menu .btn-register a:before {
	    content: '/';
	    float: left;
	    margin-left: 10px;
	    margin-right: 10px;
	}

	.customers-form-search {
    	width: 100%;
	}

	.careers-intro-heading {
		margin-bottom: 80px;
	}

	.events-filter-title {
	    display: none;
	}

	.page-template-page-landing .btn-register {
		display: none !important;
	}

	.landing-form .col-xs-6 {
		width: 100%;
	}

	.page-template-page-landing .home-slider-content {
	    margin-top: 80px;
	}

	.landing-how-item {
		width: 100%;
		text-align: center;
	}

	.landing-vantages-item {
		width: 100%;
	}

	.landing-vantages-item:hover .landing-vantages-item-inner {
	    box-shadow: none;
	}

	.page-template-page-landing .home-slider-logos {
		top: auto;
	}

	.landing-footer-content .landing-footer-heading {
	    font-size: 28px;
	}

	.mobile-menu .btn-blue.menu-item-has-children:after {
	    top: 10px;
	}

	.mobile-menu .btn-blue .sub-menu {
	    margin-top: 30px;
	}

	.mobile-menu .btn-blue .sub-menu li {
	    margin-bottom: 20px;
	}

	.media-img-item {
		width: 50%;
	}

	.media-docs-content .media-img-item {
		width: 100%;
	}

	.partners-all-block .customers-list-ul,
	.clients-page-dropdown .customers-list-ul {
	    column-count: 1;
	}

	.media-page-container,
	.media-page-container .container {
		padding-left: 0;
		padding-right: 0;
	}

	.media-img-item-top {
	    height: 180px;
	}

	.media-page-container .press-list-filter {
	    padding-right: 15px;
	}

	.page-template-page-article-index .home-triple {
	    padding-top: 70px;
	}

	.fact-landing-header-left svg {
	    width: 180px;
	}

	.fact-landing-header-inner {
	    height: auto;
	    flex-direction: column;
	    padding-bottom: 20px;
	}

	.fact-landing-header-right {
		text-align: center;
		padding-left: 0;
	}

	.fact-landing-top {
	    padding: 40px 0;
	}

	.campaigns-template form .form-field {
	    width: 100%;
	    padding: 0;
	}

	.campaigns-template .form-send-inner {
	    display: block;
	    margin-top: 0;
	}

	.campaigns-template .form-checkbox {
		width: 100%;
		float: left;
	}

	.campaigns-template form .form-send {
	    margin-top: 0;
	    justify-content: center;
	    width: 100%;
	    float: left;
	}

	.fact-icon-wrapper, .fact-benefits-wrapper {
	    grid-template-columns: 1fr;
	}

	.facto-logo-slider-item img {
	    width: 106px;
	}

	.fact-footer-inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.fact-footer-inner p:last-child {
	    padding-left: 0;
	    margin-top: 10px;
	}

	.fact-test-slider {
	    margin-top: 30px;
	}

	.sovos-modal-close img {
	    width: 35px;
	    height: 35px;
	}

	.sovos-modal-inner {
	    max-width: 370px;
	}

	.logo-wrapper-img img {
	    width: 247px;
	    top: -2px;
	}

	.header-fixed .logo-wrapper-img img {
	    width: 247px;
	    top: -1px;
	}

	.partners-new-heading-inner {
	    flex-direction: column;
	    gap: 15px;
	}

	.partners-new-heading-inner-img {
	    width: 90px;
	}

	.service-content-text {
	    flex-direction: column;
	    gap: 20px;
	}

	.service-content-text-inner {
	    margin-left: 0;
	}

	.single-events-wrapper .single-post-content {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 20px;
	}

	.single-events-wrapper .external-form {
		align-items: flex-start;
	}

	.single-events-wrapper p {
		order: 1;
	}


}





