/** proxima-nova **/
@font-face {
    font-family: 'proxima-nova-bold';
    src: url('fonts/proxima-nova-bold.ttf') format('truetype'),
         url('fonts/proxima-nova-bold.eot'),
         url('fonts/proxima-nova-bold.woff') format('woff'),
         url('fonts/proxima-nova-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/proxima-nova-regular.ttf') format('truetype'),
         url('fonts/proxima-nova-regular.woff') format('woff'),
         url('fonts/proxima-nova-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} 
 
@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('fonts/proxima-nova Semibold.eot');
    src: url('fonts/proxima-nova Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima-nova Semibold.woff2') format('woff2'),
         url('fonts/proxima-nova Semibold.woff') format('woff'),
         url('fonts/proxima-nova Semibold.ttf') format('truetype'),
         url('fonts/proxima-nova Semibold.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
} 
strong{
	font-family: 'proxima-nova-bold';
}
body, html {
	font-family: 'proxima-nova';
	height: 100%;
	padding: 0;
	margin:0; 
}
.logo-pintaria{
	padding:15px;
}
.btn-request{
	font-family: 'proxima-nova-bold';
	background:#fc0152;
	padding: 15px 30px;
	border: none;
	color: #fff;
	margin: 15px;
	position: absolute;
	right: 0;
	top: 0;
}
/*.owl-carousel > div{
	height: 400px!important;
}
.owl-carousel > div img{
	width: 100%;
	height: 400px!important;

}*/
.owl-theme .owl-dots .owl-dot.active{
	background: transparent;
	border-radius: 50%;
	/*width: 33px;
	height: 33px;*/
	border:2px solid #1da1f2;
}
.owl-dots{
	padding: 30px 0;
}
.owl-theme .owl-dots .owl-dot { 
    zoom: 1.5!important; 
    margin: 4px;
}
.owl-theme .owl-dots .owl-dot span {
    /*width: 15px!important;
    height: 15px!important; */
    margin: 3px!important;
    background: #1da1f2!important;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1da1f2!important;
}