/*
Theme Name:     Owly Child
Theme URI: 		http://owly.dttheme.com
Author: 		the DesignThemes team
Description:    Child theme for the Owly theme powered by DesignThemes
Template:       owly
Version:        1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
	font-family: 'Bebas Neue', sans-serif;
}

.whiteColor {
	color: white;
}

.breadcrumb .fa.default::before {
    content: '\f04e' !important;
	padding-left: 4px;
}

.breadcrumb span {
    font-family: Bebas Neue;
    font-weight: 400;
}

.categoriasAltura {
	min-height: 380px;
}

.yotu-copyright {
	display: none;
}
/*
.yotu-lightbox .yotu-lightbox-body, .batatas {
	top: auto !important;
    left: 5% !important;
    max-height: none !important;
    width: 90% !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
}

.yotu-lightbox-content {
	width: 100% !important;
}
*/
.file-upload {
	padding-left: 15px;
    padding-right: 15px;
}

.file-upload .vc_column-inner {
	border: 2px dashed;
    padding: 20px 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border-color: rgba(0, 0, 0, .15);
    color: #6c6b6b;
}

.file-upload .wpcf7-form-control-wrap {
	float: none !important;
    width: inherit !important;
    padding-left: 15px !important;
}

.file-upload-label {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

#owl {
    content: url(https://maisparatodos.com/wp-content/uploads/2023/06/cropped-logo_512x512.png);
    padding: 20px;
    background: #fff3d2 !important;
}

.vc-hoverbox-wrapper.custom-style.type-2 .vc-hoverbox-block.vc-hoverbox-front:before {
    background: rgba(0,0,0,0.5);
}

div[class*='dt-sc-curvy']::before {
	height: 200px;
	width: 455px;
}

.no-breadcrumb #main {
    padding-top: 0px;
}

.vc-hoverbox-wrapper.custom-style .vc-hoverbox-block:not(.card-equipa .vc-hoverbox-block) {
    background-color: rgba(0,0,0,0.1) !important;
}

@media only screen and (max-width: 767px) {
  .dt-logo-container img {
    content: url(https://maisparatodos.com/wp-content/uploads/2023/06/cropped-logo_512x512.png);
	width: 100px !important;
  }
}