#conoce {display: none;}

#conoce h1 span {
    font-size: inherit;
    color: #1061F8;
}

/*Gente*/

#gente {
    padding-bottom: 5em !important;
}

#gente .container p {
    max-width: 720px;
    margin: auto;
}

/* #gente h2 {
	padding-right: 40px;
    padding-left: 40px;
    background-image: url(../img/sparkle.svg);
    background-position: right -6px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
} */

#gente h2 {
    margin-bottom: 0.5em !important;
	padding-right: 40px;
    padding-left: 40px;
    background-image: url(../img/sparkle.svg);
    background-position: right -6px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

#gente h2.me-md-3 {
    margin-top: 5em;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0;
}

#gente .confianza h2,#gente .the-best h2,#gente .the-team h2 {
    margin-top: 2em !important;
}

#gente .confianza h2 {
    margin-top: 2em !important;
    background-position: -5px;
    padding: 1em 0 1em 1em;
    background-image: url(../img/we-are-baffler.svg);
    background-repeat: no-repeat;
}

#gente .missions h2 {
    text-align: left;
    background-image: none;
    margin-top: 0;
}

#gente .missions .me-md-3 span {
    color: #000;
}

#gente h2.me-md-3 span {
    color: #1061F8;
}

#gente .the-team h2 {
    margin-bottom: 2em !important;
    font-family: 'Oldburgdisplay Semibold';
    text-transform: none;
}

#gente #nuestra-gente {
    margin: 8em 0;
    background: none;
    border: 1px #000 solid;
    border-right: 0;
    border-left: 0;
}

#nuestra-gente h1 span {
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px black;
}

#gente #nuestra-gente p {
    color: #1061f8;
    font-family: 'DelaGothicOne Regular';
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.6em;
}

#gente #nuestra-gente img:not(.nuestraimg) {
    top: 3.5em !important;
}

#gente #nuestra-gente img.downimg {
    max-width: 100px;
}

#gente h6 {
    color: #000;
	text-align: center;
    /* margin-bottom: 5em; */
    font-family: 'Oldburgdisplay Semibold';
    font-size: 14px;
}

#gente img:not(.parallax-layer img,#nuestra-gente img) {
    margin: auto !important;
    display: block;
    border-radius: 50%;
    box-shadow: 5px 5px 0px #000;
    max-width: 234px;
}

#gente .list-inline {
    text-align: center;
    margin-bottom: 5em;
}

#gente .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#gente .list-inline > li {
    padding-bottom: 10px;
    vertical-align: bottom;
}

#gente i {
    font-size: 25px !important;
    color: #1061F8;
}

#gente h2.classic {
    background-size: contain;
    padding-left: 30px;
    padding: 0;
    /* background: none; */
    font-family: 'MontserratAlternates ExtraBold';
    font-size: 1.2em;
    text-transform: none;
    width: max-content;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 1em;
}


@media (max-width: 991px) {
	#gente h2,#gente h2.classic,#gente .confianza h2 {
		background: none;
        padding-right: 0;
        padding-left: 0;
	}
    #gente .missions h2 {
        text-align: center;
    }
}