*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-ms-word-wrap: break-word;
	-o-word-wrap: break-word;
	word-wrap: break-word;
}

html {
	overflow-x: hidden; 
}

h1,h2,h3,h4{
     font-family: 'Helvetica Neue';
         font-weight: bold;
    font-style: normal;


}
p{
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
}
h4.uk-h3 {
    font-size: 30px;
}
.rd-top-a{
	background-image: url('../img/background.jpg');
		background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (min-width: 768px){
	.img-2 > img {
    position: relative;
    left: -100px;
}
}
.rd-top-a > div {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}
.rd-top-b {
    background-color: #E13E86;
}

.rd-container-medium {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
}

.rd-top-c{
	background-image: url('../img/background-bot.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.rd-container {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 26px;
}

.rd-top-c .uk-h1 {
    color: #001277;
    font-size: 49px;
    font-weight: 800;
    padding-bottom: 20px;
   
}
.bola {
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 297px;
    max-height: 100%;
    width: 302px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
  
    
}
.bola > img {
	z-index: 2;
}

.bola::after {
	content: url('../img/bola-1.png');
	mix-blend-mode: screen;
	position: absolute;
	z-index: 1;
}
.rd-container-d {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 780px){
    .rd-top-b > div, .rd-top-c > div,.rd-top-d > div{
        padding:25px;
    }
}