/*
Theme Name: ZikZag Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: zikzag
Text Domain:  zikzag-child
*/

#main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#logo_glx img {
    height: 100px;
}

.white-text {
	color: #FFF !important;
}

.step-glx {
    padding: 70px 15px;
}

.resume-glx {
    background: #8b26b3;
    color: #FFF;
    padding: 20px 10px;
}

.cnt-our-position {
    padding-bottom: 50px;
    border-radius: 20px;
    overflow: hidden;
}

#popup-form-glx {
	display: none;
}


.title-step-glx {
    background: #310542;
    color: #FFF;
    margin: 30px auto;
    width: 50%;
    position: relative;
}

.title-step-glx:before {
    content: '';
    background: #310542;
    position: absolute;
    height: 21px;
    width: 21px;
    top: 5px;
    right: -10px;
	transform: rotate(48deg);
    /* z-index: -1; */
}

.title-step-glx:after {
    content: '';
    background: #f3f3f3;
    width: 21px;
    height: 21px;
    position: absolute;
    transform: rotate(48deg);
    left: -10px;
    top: 4px;
}

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

.bg-primary {
	background: #8b26b3;
}

.h-100 > img {
	height: 100px !important;
} 

.redes-glx-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	gap: 8px;
}

.redes-glx-footer img {
    width: 32px;
}

.video-about-glx-video video {
	height: 500px;
}

.c-white > a {
	color: #FFF;
	text-decoration: none;
}

.cnt-our-position h5 {
    font-size: 16px;
}

.cnt-form-contact {
    background: #FFF;
    padding: 10px;
    box-shadow: -2px 0px 18px 2px rgb(52 5 66);
}

.white-bg, .purple-bg {
    background: #FFF;
    position: relative;
}

.purple-bg {
	background: #310542;
}
.white-bg:after,
.purple-bg:after{
    content: '';
    background: #FFF;
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    z-index: -1;
}

.purple-bg:after{
	background: #310542;
}

#menu-main li a:hover {
    color: #FFF;
}

.cnt-can-help {
    background: #310542;
    border-radius: 0 50px;
    padding: 30px 20px;
    color: #FFF;
	position: relative;
	margin-bottom: 70px !important;
}

.remove-margin-bottom {
	margin-bottom: 0 !important;
}

.bold {
	font-weight: bold;
}

.button-can-help {
    position: absolute;
    bottom: -17px;
    height: auto;
	width: 100%;
    display: block !important;
}

.button-can-help > div {
	width: 100%;
}
.button-can-help a {
	background: #6711a4;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 12px;
	width: 75%;
    margin: 0 auto;
    display: block;
}

.contact-info {
    padding: 0;
    margin: 0;
}

.contact-info li {
    list-style: none;
	margin-bottom: 25px;
	
}

.title-contact-us {
    color: #310542;
    text-transform: uppercase;
}

.title-contact-us-bg-purple,
.subtitle-contact-us-bg-purple{
	color: #FFF;
	text-align: center;
}

.title-contact-us-bg-purple {
	margin-bottom: 60px;
}

.subtitle-contact-us-bg-purple{
	font-size:30px;
	font-weight: bold;
}

.justify-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info h4 {
    color: #310542;
    font-size: 21px;
    line-height: 0;
}

.subtitle-contact-us {
    margin-bottom: 70px;
    color: #310542;
    font-size: 24px;
}

.content-contact-us-white {
	color: #FFF !important;
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 70px;
    margin-top: 50px;
}

.footer-content-contact-us {
	color: #FFF;
	font-size: 27px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.color-primary-glx {
	color: #310542;
}

.title-hire-glx {
    font-size: 25px !important;
    color: #310542;
}

.title-hire-talent {
    color: #310542;
    font-weight: bold;
    font-size: 30px;
}

.title-about {
    font-size: 30px;
    font-weight: bolder;
    margin: 0;
}

.float-title-pag-about-us {
	background: #310542;
    color: #FFF;
    font-weight: bolder;
    padding: 15px 10px;
    width: 35%;
    font-size: 25px;
    border-radius: 0 40px 40px 0;
    margin-top: 30px;
}

/*Media Querys*/

@media screen and (max-width: 767px) {
	.logo-mobile {
		height: 80px;
	}
	
	main .alignwide {
		max-width: 100% !important;
        padding-left: 15px;
	}
}