/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/04/2019, 16:42:21
    Author     : Laíza
*/

@font-face {
	font-weight: bold;
	font-family: "Nunito Black";
	src: url("../fonts/Nunito-Black.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Nunito Black Italic";
	src: url("../fonts/Nunito-BlackItalic.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 800;
	font-family: "Nunito Bold";
	src: url("../fonts/Nunito-Bold.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 800i;
	font-family: "Nunito Bold Italic";
	src: url("../fonts/Nunito-BoldItalic.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 900;
	font-family: "Nunito Extra Bold";
	src: url("../fonts/Nunito-ExtraBold.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 900i;
	font-family: "Nunito Extra Bold Italic";
	src: url("../fonts/Nunito-ExtraBoldItalic.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 100;
	font-family: "Nunito Extra Light";
	src: url("../fonts/Nunito-ExtraLight.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 100i;
	font-family: "Nunito Extra Light Italic";
	src: url("../fonts/Nunito-ExtraLightItalic.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 300;
	font-family: "Nunito Light";
	src: url("../fonts/Nunito-Light.ttf");
	font-display: swap;
}

@font-face {
	font-weight: 300i;
	font-family: "Nunito Light Italic";
	src: url("../fonts/Nunito-LightItalic.ttf");
	font-display: swap;
}
@font-face {
	font-weight: 500;
	font-family: "Nunito Medium";
	src: url("../fonts/Nunito-Medium.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Nunito Regular";
	src: url("../fonts/Nunito-Regular.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Nunito Italic";
	src: url("../fonts/Nunito-Italic.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Nunito Semi Bold";
	src: url("../fonts/Nunito-SemiBold.ttf");
	font-display: swap;
}

@font-face {
	font-family: "Nunito Semi Bold Italic";
	src: url("../fonts/Nunito-SemiBoldItalic.ttf");
	font-display: swap;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
	line-height: 1;
	outline: 0px;
	background: none;
	font-family: "Nunito";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	transition: 0.4s;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a,
a:visited,
a:hover,
a:active {
	color: inherit;
}

.mw-dol-title {
	text-transform: uppercase;
	font-weight: 200;
	font-family: nunito, sans-serif !important;
	color: #444;
	font-size: 38px;
	display: flex;
	position: relative;
	padding-left: 15px;
}

body{
	background-color: #fff;
	overflow-x: hidden;
}

.mw-dol-title::before {
	content: '';
	background: #444;
	position: absolute;
	width: 5px;
	border-radius: 5px;
	height: 40%;
	left: 0;
	top: 8px;
}

.mais-vertical {
    border-radius: 50%;
    border: 3px solid #444;
    color: #444;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.mais-vertical img {
    height: 30px;
    width: 21px;
}

.mais-vertical:hover img{
    filter: brightness(100);
}

.mais-vertical:hover {
    background-color: #444;
    color: white;
}

.dol-icon-video{
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: flex-end;
    width: 40%;
    height: 70%;
    background-image: linear-gradient(45deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    padding: 8px 10px; 
}

figure span.dol-icon-video img,
.dol-icon-video img{
	width: 20px !important;
	height: 20px !important;
}

.sucess{
    color: #0c5460 !important;
    background: #d1ecf1;
    padding: 20px;
}

.error{
    color: #601d0c !important;
    background: #f1d5d1;
    padding: 20px;
}