/* Start custom CSS for html, class: .elementor-element-602f1f4 */#content-main-infographic {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#infographic-en svg {
    width: 90%;
    height: 90%;
}

#infographic-pt svg {
    width: 90%;
    height: 90%;
}

#infographic-es svg {
    width: 90%;
    height: 90%;
}

.slide-container {
    max-width: 490px;
    position: relative;
    margin: auto;
}  

.mySlides {
    display: none;
    flex-direction: column;
    padding: 64px 20px 64px 63px;
    min-height: 427px;
    max-width: 490px;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #E4E4E4;
}
  
.slide-title {
    color: #54595F;
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 20px;
    text-align: left;
}

.slide-text {
    color: #818181;
    font-family: 'Gotham Rounded', sans-serif;
    font-size: 15px;
    text-align: left;
    margin-top: 8px;
}

.slide-button-wrapper {
	padding: 7px 14px 7px 14px;
	border-radius: 4px;
	background-color: #10C2EA;
	color: #FFFFFF;
	margin-top: 10px;
    display: inline-flex;
    align-items: center;
}

.slide-button-label{
    text-align: center;
    font-size: 14px;
    font-family: 'Gotham Rounded', sans-serif;
}/* End custom CSS */