/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/info-card/style.scss ***!
  \********************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-info-card {
	font-size: 16px;
	flex: 1;
	background-color: #FBF9F4;
	/* padding-left: 2.5em;
	padding-top: 2.9375em; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	
	.area-texto {
		
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;


		span {
			font-family: 'Vale Sans';
			font-weight: bold;
			text-align: left;
		}

		.info-card-quantidade {
			color: #ECB113;
			font-size: 2.3em;
			line-height: 1;
		}

		.info-card-primeiro-termo,
		.info-card-segundo-termo {
			font-size: 1.1875em;
			color: #C0305E;
			line-height: 1;
			margin-top: 0.1578em;
		}

		.info-card-primeiro-termo {
			padding: 0 0.21052em;
			margin-left: -0.21052em;
		}

		.info-card-segundo-termo {
			background-color: #ecb113;
		}

		.pontilhado-azul {
			margin-top: 15.37px;
		}

	}

	@media screen and (max-width: 840px) {
		justify-content: flex-start;
	}

	@media screen and (max-width: 450px) {
		font-size: 14px;

	}

	&.is-style-invertido {
		.info-card-primeiro-termo {
			background-color: #ecb113;
		}

		.info-card-segundo-termo {
			background-color: transparent;
		}
	}

}

.wp-block-create-block-info-card+.wp-block-create-block-info-card {
	margin-left: 0.3125em;
}

.wp-block-create-block-info-card:nth-child(2n) {
	background-color: #F3F0E8;
}

@media screen and (max-width: 840px) {
	.wp-block-create-block-info-card {
		margin: 0 !important;
	}
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/area-info-card/style.scss ***!
  \*************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-area-info-card {
    display: flex;
    margin: 0 auto;
    justify-content: center;

    .block-editor-block-list__layout {
        display: flex;
        flex-wrap: wrap;
    }

    @media screen and (max-width: 840px) {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        row-gap: 5px;
        column-gap: 5px;
        width: fit-content;
        grid-template-areas:
            "area-1 area-1 area-2 area-2"
            "area-3 area-3 area-4 area-4"
            "area-5 area-5 area-5 area-5";
    }

    :first-child {
        grid-area: area-1;
    }
    :nth-child(2) {
        grid-area: area-2;
    }
    :nth-child(3) {
        grid-area: area-3;
    }
    :nth-child(4) {
        grid-area: area-4;
    }
    :nth-child(5) {
        grid-area: area-5;
    }
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/titulo-pontilhado/style.scss ***!
  \****************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-titulo-pontilhado {
	width: 100%;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	margin: 2.1875em auto;

	h2 {
		font-weight: 500;
		font-size: 2.0625em;
		text-align: center;
		color: #4A4A4A;
		line-height: 1.1875em;
		margin: 0;
	}

	img {
		margin-top: 1.125em;
	}

	@media screen and (max-width: 540px) {
		font-size: 12px;
	}
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/onde-estamos/style.scss ***!
  \***********************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.wp-block-create-block-onde-estamos-block {
	font-family: 'Vale Sans';
	font-size: 16px;
	position: relative;
	height: 25em;
	display: flex;
	justify-content: center;
	align-items: center;

	.onde-estamos-mapa-maranhao {
		position: absolute;
		z-index: 9999;
		left: 2em;
	}

	.onde-estamos-area {
		width: 100%;
		height: 250px;
		background-color: #ECB11F;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;

		h2,
		span,
		img {
			display: block;
			margin: 0;
			color: #fff;
		}

		h2 {
			font-weight: 700;
			font-size: 2.4375em;
			line-height: normal;
		}

		span {
			font-size: 1.8125em;
		}

		img {
			margin-top: 5px;
		}

		.onde-estamos-bg-laranja {
			position: absolute;
			right: 0;
		}
	}

	@media (max-width: 870px) {
		font-size: 12px !important;

		.onde-estamos-mapa-maranhao {
			position: absolute;
			z-index: 9999;
			left: 2em;
		}
	}
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/card-video/style.scss ***!
  \*********************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-card-video {

	position: relative;
	font-size: 16px;
	font-family: 'Vale Sans';
	font-weight: normal;
	display: flex;
	align-items: center;
	margin: 4.375em 0;

	.area-video {


		.imagem-video {
			width: 24.1875em;
			height: 17.9375em;
			position: relative;
			box-shadow: 1.875em 1em 1px #ECB11F;
			

			.background-video {
				width: 100%;
				height: 100%;
				position: relative;
				z-index: 1;
				background-repeat: no-repeat;
				background-position: center;
				background-size: cover;
				cursor: pointer;

				.url-video {
					position: absolute;
					padding: 0.2em;
					color: #fff;

					&:focus {
						color: black;
						background-color: #fff;
						border: 1px solid black;
						border-radius: 0.2em;
					}
				}

				.background-linear {
					width: 100%;
					height: 100%;
					background-image: linear-gradient(#EE6F168C, #C0305E5E);
					display: flex;
					justify-content: center;
					align-items: center;
				}

				.add-image {
					position: absolute;
					bottom: 0.625em;
					right: 0.625em;
					outline: none;
					border: none;
					background-color: #fff;
					box-shadow: 1px 1px 2px black;
					padding: 0.3125em;
					border-radius: 0.125em;
					cursor: pointer;

					&:hover {
						background-color: #eee;
					}

					&:active {
						box-shadow: -1px -1px 2px black;
					}

				}
			}

		}


	}

	.area-informacao {

		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 2em 2em 2em 3.5em;

		.info-nome {
			font-weight: bold;
			color: #007E7A;
			font-size: 1.6875em;
			line-height: 1;
			margin: 0;
		}

		.info-ocupacao {
			font-size: 1.125em;
			color: #717171;
			margin-top: 0.3125em;
		}

		.info-descricao {
			font-size: 1.9375em;
			color: #1C1C1C;
			line-height: 1;
			margin-top: 0.96875em;
		}

		.linha-amarela {
			width: 100%;
			border-bottom: solid 2px #ECB113;
			margin-top: 0.3125em;
		}
	}

	&.is-style-inverter {

		.area-video {
			.imagem-video {
				box-shadow: 1em 1em 1px #C0305E;
			}
		}

		@media screen and (min-width: 540px) {

			.area-video {
				order: 2;

				.imagem-video {
					box-shadow: -1.875em 1em 1px #C0305E;
				}
			}

			.area-informacao {
				padding: 2em 3.5em 2em 2em;
				order: 1;
				align-items: flex-end;

				.info-nome,
				.info-ocupacao,
				.info-descricao {
					text-align: right;
				}
			}

		}

		
	}

	@media screen and(max-width: 740px) {
		font-size: 12px;
	}

	@media screen and(max-width: 540px) {

		.area-video {
			width: 100%;
			.imagem-video {
				box-shadow: 1em 1em 1px #ECB11F;
				width: 100%;
			}
		}

		flex-direction: column;

		.area-informacao {
			padding: 2em 0;
		}
	}
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/botao-borda-vermelha/style.scss ***!
  \*******************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-botao-borda-vermelha {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    .area-botao-borda-vermelha {
        
        font-size: 16px;
        margin: 0 auto;

        .botao-borda-vermelha {
            color: #C0305E;
            font-family: 'Vale Sans';
            font-size: 1.125em;
            text-align: center;
            padding: 10px 40px;
            background-color: #fff;
            border: 2px solid #C0305E;
            border-radius: 0;
            position: relative;
            cursor: pointer;
            z-index: 1;
            font-weight: 500;
            box-shadow: 4px 4px 1px #ECB113;
            display: block;

            a {
                height: 100%;
            }
        }
    }

    .botao-borda-vermelha-url {
        margin: 20px auto;
        text-align: center;
    }
}

/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/linha-pontilhada/style.scss ***!
  \***************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-linha-pontilhada {
   width: 100%;
   border-bottom: dotted 1px #727272;
   margin: 50px 0;
}
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/card-premissas-mobiliario/style.scss ***!
  \************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-card-premissas-mobiliario {
	font-size: 16px;
	height: 5.875em;
	background-color: #FBF9F4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 32%;
	
	.card-content {
		
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		
		.texto1 {
			font-family: 'Vale Sans';
			font-weight: bold;
			font-size: 1.1875em;
			color: #C0305E;
			line-height: 1;
			margin-top: 0.1578em;
			padding: 0 0.21052em;
			margin-left: -0.21052em;			
		}
	
		.pontilhado-azul {
			margin-top: 5px;
			align-self: flex-start;
		}
	}

	@media screen and (max-width: 540px) {
		width: 48%;
		
	}

}


.wp-block-create-block-card-premissas-mobiliario:nth-child(2n) {
	background-color: #F3F0E8;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/area-card-premissas-mobiliario/style.scss ***!
  \*****************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-area-card-premissas-mobiliario {
    width: 100%;
    height: 193px;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    flex-wrap: wrap;
    align-content: space-between;

    @media screen and (max-width: 540px) {
		height: 287px;
	}

}

.wp-block-create-block-area-card-premissas-mobiliario + .wp-block-create-block-area-card-premissas-mobiliario {
    margin-top: 7px;
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/card-premissas/style.scss ***!
  \*************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-card-premissas {
	font-size: 16px;
	height: 11.5em;
	background-color: #FBF9F4;
	display: flex;
	align-items: center;
	padding: 0 2.5em 0 1.875em;
	margin: 0;
	
	.card-content {
		

		.texto1, .texto2 {
			font-family: 'Vale Sans';
			font-weight: bold;
			font-size: 1.1875em;
			color: #C0305E;
			line-height: 1;
		}
		
		.texto2 {
			background-color: #ECB11F;
			padding: 0 0.05em;
		}
	
		.pontilhado-azul {
			margin-top: 0.8125em;
			align-self: flex-start;
			display: block;
		}
	}

	&.is-style-invertido {
		.texto1 {
			background-color: #ECB11F;
			padding: 0 0.05em;
		}

		.texto2 {
			background-color: transparent;
			padding: 0;
		}
	}

}

.wp-block-create-block-card-premissas:nth-child(2n) {
	background-color: #F3F0E8;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/area-card-premissas/style.scss ***!
  \******************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-area-card-premissas {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4px;
    row-gap: 4px;
    margin: 60px 0;

    @media screen and (max-width: 700px) {
        grid-template-columns: 1fr 1fr;
    }
}

.wp-block-create-block-area-card-premissas+.wp-block-create-block-area-card-premissas {
    margin-top: 7px;
}
/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/card-colorido/style.scss ***!
  \************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-card-colorido {
	position: static !important;

	.card-colorido {
		font-size: 16px;
		height: 20em;
		background-color: #ecb11f;
		padding: 6.25em 0 5em 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		background-image: url(images/riscos-baixo.e80ad9f1.png);
		background-position: bottom;
		background-size: contain;
		background-repeat: no-repeat;


		.area-texto {
			color: #fff;
			margin: 0 auto;
			display: flex;
			flex-direction: column;
			align-items: center;

			.texto1 {
				font-size: 1.3125em;
				font-weight: 700;
			}

			.texto2 {
				font-size: 1.3125em;
			}

		}

		.botao {
			font-size: 1.125em;
			color: #fff;
			background-color: #EE6F16;
			padding: 0.5625em 2.75em;
			cursor: pointer;
			border: 2px solid #C0305E;
			box-shadow: 0.25em 0.25em 0 0 #C0305E;
			min-width: 10px;
		}

		.url {
			padding: 2px;
			background-color: #fff;
			border-radius: 2px;
			font-size: 10px;
		}

		.editar-texto {
			margin-top: 10px;
			background-color: #fff;
			font-family: 'Vale Sans';
			padding: 5px;
			cursor: pointer;
			border: 1px solid #777;
			box-shadow: 1px 1px 3px #000;
		}
	}

	&.is-style-amarelo2 {
		.card-colorido {
			background-image: url(images/riscos-direita.a9875999.png);
			background-position: bottom;
		}
	}

	&.is-style-vermelho1 {
		.card-colorido {
			background-color: #C0305E;
			background-image: url(images/riscos-topo.e74c0fc5.png);
			background-position: top;

			.botao {
				box-shadow: 0.25em 0.25em 0 0 #ecb113;
			}
		}
	}

	.card-colorido-modal {

		position: absolute;
		height: fit-content;
		left: 0;
		background-color: #fff;
		border: solid 1px #777;
		border-radius: 10px;
		z-index: 9999;
		width: 100%;
		margin-top: 10px;
		padding: 10px;
		font-size: 16px;
		
		.card-colorido-modal-titulo {
			color: #007E7A;
			font-size: 2.1875em;
			font-weight: 500;
			text-align: left !important;
		}

		.card-colorido-modal-texto {
			font-family: 'Vale Sans';
		}

	}

}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/area-card-colorido/style.scss ***!
  \*****************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-area-card-colorido {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4px;
    row-gap: 4px;
    margin: 0 auto;
    position: relative;

    @media screen and (max-width: 700px) {
        grid-template-columns: 1fr;
        max-width: 450px;
    }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/card-leitura/style.scss ***!
  \***********************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-card-leitura {
    max-width: 268px;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    .area-imagem {
        position: relative;
        transform: translateY(20px);

        .add-image {
            position: absolute;
            left: 0;
        }

    }

    .area-texto {
        height: 15em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #F3F0E8;

        .texto {
            font-size: 1.375em;
            color: #007E7A;
            font-weight: bold;
            text-align: center;
            line-height: 1;
        }

        .botao {
            margin-top: 1.25em;
            font-size: 1.125em;
            color: #C0305E;
            background-color: #F3F0E8;
            padding: 0.3em 2em;
            cursor: pointer;
            border: 2px solid #C0305E;
            box-shadow: 0.25em 0.25em 0 0 #ecb113;

        }
    }

    .card-leitura-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9998;
        padding: 3.125em;
        display: flex;
        justify-content: center;
        align-items: center;

        .card-leitura-modal-background {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .card-leitura-dados {
            position: relative;
            z-index: 9999;
            width: 100%;
            max-width: 800px;
            height: 100%;
            max-height: 800px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 1px 1px 2px #111;
            padding: 0 0.625em 0.625em 0.625em;
            overflow-y: scroll;

            .dados-header {
                padding: 0.3125em 0.625em;
                display: flex;
                justify-content: space-between;
                align-items: flex-start;

                button {
                    background-color: transparent;
                    border: none;
                    text-decoration: none;
                    cursor: pointer;
                    padding: 3px;
                }
            }

            h5 {
                color: #007E7A;
            }
        }
    }

    .card-leitura-botao {
        width: 100%;
        margin-top: 5px;
        background-color: #fff;
        box-shadow: 2px 2px 1px #555;
        border: 1px solid #222;
        cursor: pointer;
    }

    @media screen and (max-width: 740px) {
        font-size: 12px;
    }

    @media screen and (max-width: 540px) {

        font-size: 10px;
        .area-texto {
            .botao {
                padding: 0.3em 0.5em;
            }
        }
    }
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/area-card-leitura/style.scss ***!
  \****************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-area-card-leitura {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 8px;
    row-gap: 8px;
    margin: 60px 0;

}
/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
@font-face {
  font-family: "Vale Sans";
  src: url(fonts/ValeSans-Regular-web.9f3eb88b.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Vale Sans";
  src: url(fonts/ValeSans-Bold-web.54bf9e79.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Vale Sans";
  src: url(fonts/ValeSans-Light-web.5251abf0.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Vale Sans";
  src: url(fonts/ValeSans-Medium-web.a7661365.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Vale Sans";
  src: url(fonts/ValeSans-Semibold-web.b6281c54.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/info-card/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-info-card {
  font-size: 16px;
  flex: 1;
  background-color: #FBF9F4;
  /* padding-left: 2.5em;
  padding-top: 2.9375em; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.wp-block-create-block-info-card .area-texto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.wp-block-create-block-info-card .area-texto span {
  font-family: "Vale Sans";
  font-weight: bold;
  text-align: left;
}
.wp-block-create-block-info-card .area-texto .info-card-quantidade {
  color: #ECB113;
  font-size: 2.3em;
  line-height: 1;
}
.wp-block-create-block-info-card .area-texto .info-card-primeiro-termo,
.wp-block-create-block-info-card .area-texto .info-card-segundo-termo {
  font-size: 1.1875em;
  color: #C0305E;
  line-height: 1;
  margin-top: 0.1578em;
}
.wp-block-create-block-info-card .area-texto .info-card-primeiro-termo {
  padding: 0 0.21052em;
  margin-left: -0.21052em;
}
.wp-block-create-block-info-card .area-texto .info-card-segundo-termo {
  background-color: #ecb113;
}
.wp-block-create-block-info-card .area-texto .pontilhado-azul {
  margin-top: 15.37px;
}
@media screen and (max-width: 840px) {
  .wp-block-create-block-info-card {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-create-block-info-card {
    font-size: 14px;
  }
}
.wp-block-create-block-info-card.is-style-invertido .info-card-primeiro-termo {
  background-color: #ecb113;
}
.wp-block-create-block-info-card.is-style-invertido .info-card-segundo-termo {
  background-color: transparent;
}

.wp-block-create-block-info-card + .wp-block-create-block-info-card {
  margin-left: 0.3125em;
}

.wp-block-create-block-info-card:nth-child(2n) {
  background-color: #F3F0E8;
}

@media screen and (max-width: 840px) {
  .wp-block-create-block-info-card {
    margin: 0 !important;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/area-info-card/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-area-info-card {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.wp-block-create-block-area-info-card .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .wp-block-create-block-area-info-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    row-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
        grid-template-areas: "area-1 area-1 area-2 area-2" "area-3 area-3 area-4 area-4" "area-5 area-5 area-5 area-5";
  }
}
.wp-block-create-block-area-info-card :first-child {
  grid-area: area-1;
}
.wp-block-create-block-area-info-card :nth-child(2) {
  grid-area: area-2;
}
.wp-block-create-block-area-info-card :nth-child(3) {
  grid-area: area-3;
}
.wp-block-create-block-area-info-card :nth-child(4) {
  grid-area: area-4;
}
.wp-block-create-block-area-info-card :nth-child(5) {
  grid-area: area-5;
}
@media screen and (max-width: 840px) {
  .wp-block-create-block-area-info-card :first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wp-block-create-block-area-info-card :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .wp-block-create-block-area-info-card :nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .wp-block-create-block-area-info-card :nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .wp-block-create-block-area-info-card :nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/titulo-pontilhado/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-titulo-pontilhado {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 2.1875em auto;
}
.wp-block-create-block-titulo-pontilhado h2 {
  font-weight: 500;
  font-size: 2.0625em;
  text-align: center;
  color: #4A4A4A;
  line-height: 1.1875em;
  margin: 0;
}
.wp-block-create-block-titulo-pontilhado img {
  margin-top: 1.125em;
}
@media screen and (max-width: 540px) {
  .wp-block-create-block-titulo-pontilhado {
    font-size: 12px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/onde-estamos/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.wp-block-create-block-onde-estamos-block {
  font-family: "Vale Sans";
  font-size: 16px;
  position: relative;
  height: 25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-mapa-maranhao {
  position: absolute;
  z-index: 9999;
  left: 2em;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-area {
  width: 100%;
  height: 250px;
  background-color: #ECB11F;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-area h2,
.wp-block-create-block-onde-estamos-block .onde-estamos-area span,
.wp-block-create-block-onde-estamos-block .onde-estamos-area img {
  display: block;
  margin: 0;
  color: #fff;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-area h2 {
  font-weight: 700;
  font-size: 2.4375em;
  line-height: normal;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-area span {
  font-size: 1.8125em;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-area img {
  margin-top: 5px;
}
.wp-block-create-block-onde-estamos-block .onde-estamos-area .onde-estamos-bg-laranja {
  position: absolute;
  right: 0;
}
@media (max-width: 870px) {
  .wp-block-create-block-onde-estamos-block {
    font-size: 12px !important;
  }
  .wp-block-create-block-onde-estamos-block .onde-estamos-mapa-maranhao {
    position: absolute;
    z-index: 9999;
    left: 2em;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/card-video/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-card-video {
  position: relative;
  font-size: 16px;
  font-family: "Vale Sans";
  font-weight: normal;
  display: flex;
  align-items: center;
  margin: 4.375em 0;
}
.wp-block-create-block-card-video .area-video .imagem-video {
  width: 24.1875em;
  height: 17.9375em;
  position: relative;
  box-shadow: 1.875em 1em 1px #ECB11F;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video .url-video {
  position: absolute;
  padding: 0.2em;
  color: #fff;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video .url-video:focus {
  color: black;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 0.2em;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video .background-linear {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(238, 111, 22, 0.5490196078), rgba(192, 48, 94, 0.368627451));
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video .add-image {
  position: absolute;
  bottom: 0.625em;
  right: 0.625em;
  outline: none;
  border: none;
  background-color: #fff;
  box-shadow: 1px 1px 2px black;
  padding: 0.3125em;
  border-radius: 0.125em;
  cursor: pointer;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video .add-image:hover {
  background-color: #eee;
}
.wp-block-create-block-card-video .area-video .imagem-video .background-video .add-image:active {
  box-shadow: -1px -1px 2px black;
}
.wp-block-create-block-card-video .area-informacao {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em 2em 2em 3.5em;
}
.wp-block-create-block-card-video .area-informacao .info-nome {
  font-weight: bold;
  color: #007E7A;
  font-size: 1.6875em;
  line-height: 1;
  margin: 0;
}
.wp-block-create-block-card-video .area-informacao .info-ocupacao {
  font-size: 1.125em;
  color: #717171;
  margin-top: 0.3125em;
}
.wp-block-create-block-card-video .area-informacao .info-descricao {
  font-size: 1.9375em;
  color: #1C1C1C;
  line-height: 1;
  margin-top: 0.96875em;
}
.wp-block-create-block-card-video .area-informacao .linha-amarela {
  width: 100%;
  border-bottom: solid 2px #ECB113;
  margin-top: 0.3125em;
}
.wp-block-create-block-card-video.is-style-inverter .area-video .imagem-video {
  box-shadow: 1em 1em 1px #C0305E;
}
@media screen and (min-width: 540px) {
  .wp-block-create-block-card-video.is-style-inverter .area-video {
    order: 2;
  }
  .wp-block-create-block-card-video.is-style-inverter .area-video .imagem-video {
    box-shadow: -1.875em 1em 1px #C0305E;
  }
  .wp-block-create-block-card-video.is-style-inverter .area-informacao {
    padding: 2em 3.5em 2em 2em;
    order: 1;
    align-items: flex-end;
  }
  .wp-block-create-block-card-video.is-style-inverter .area-informacao .info-nome,
.wp-block-create-block-card-video.is-style-inverter .area-informacao .info-ocupacao,
.wp-block-create-block-card-video.is-style-inverter .area-informacao .info-descricao {
    text-align: right;
  }
}
@media screen and (max-width: 740px) {
  .wp-block-create-block-card-video {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .wp-block-create-block-card-video {
    flex-direction: column;
  }
  .wp-block-create-block-card-video .area-video {
    width: 100%;
  }
  .wp-block-create-block-card-video .area-video .imagem-video {
    box-shadow: 1em 1em 1px #ECB11F;
    width: 100%;
  }
  .wp-block-create-block-card-video .area-informacao {
    padding: 2em 0;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/botao-borda-vermelha/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-botao-borda-vermelha {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wp-block-create-block-botao-borda-vermelha .area-botao-borda-vermelha {
  font-size: 16px;
  margin: 0 auto;
}
.wp-block-create-block-botao-borda-vermelha .area-botao-borda-vermelha .botao-borda-vermelha {
  color: #C0305E;
  font-family: "Vale Sans";
  font-size: 1.125em;
  text-align: center;
  padding: 10px 40px;
  background-color: #fff;
  border: 2px solid #C0305E;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-weight: 500;
  box-shadow: 4px 4px 1px #ECB113;
  display: block;
}
.wp-block-create-block-botao-borda-vermelha .area-botao-borda-vermelha .botao-borda-vermelha a {
  height: 100%;
}
.wp-block-create-block-botao-borda-vermelha .botao-borda-vermelha-url {
  margin: 20px auto;
  text-align: center;
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/linha-pontilhada/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-linha-pontilhada {
  width: 100%;
  border-bottom: dotted 1px #727272;
  margin: 50px 0;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/card-premissas-mobiliario/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-card-premissas-mobiliario {
  font-size: 16px;
  height: 5.875em;
  background-color: #FBF9F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 32%;
}
.wp-block-create-block-card-premissas-mobiliario .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wp-block-create-block-card-premissas-mobiliario .card-content .texto1 {
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 1.1875em;
  color: #C0305E;
  line-height: 1;
  margin-top: 0.1578em;
  padding: 0 0.21052em;
  margin-left: -0.21052em;
}
.wp-block-create-block-card-premissas-mobiliario .card-content .pontilhado-azul {
  margin-top: 5px;
  align-self: flex-start;
}
@media screen and (max-width: 540px) {
  .wp-block-create-block-card-premissas-mobiliario {
    width: 48%;
  }
}

.wp-block-create-block-card-premissas-mobiliario:nth-child(2n) {
  background-color: #F3F0E8;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/area-card-premissas-mobiliario/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-area-card-premissas-mobiliario {
  width: 100%;
  height: 193px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 540px) {
  .wp-block-create-block-area-card-premissas-mobiliario {
    height: 287px;
  }
}

.wp-block-create-block-area-card-premissas-mobiliario + .wp-block-create-block-area-card-premissas-mobiliario {
  margin-top: 7px;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/card-premissas/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-card-premissas {
  font-size: 16px;
  height: 11.5em;
  background-color: #FBF9F4;
  display: flex;
  align-items: center;
  padding: 0 2.5em 0 1.875em;
  margin: 0;
}
.wp-block-create-block-card-premissas .card-content .texto1, .wp-block-create-block-card-premissas .card-content .texto2 {
  font-family: "Vale Sans";
  font-weight: bold;
  font-size: 1.1875em;
  color: #C0305E;
  line-height: 1;
}
.wp-block-create-block-card-premissas .card-content .texto2 {
  background-color: #ECB11F;
  padding: 0 0.05em;
}
.wp-block-create-block-card-premissas .card-content .pontilhado-azul {
  margin-top: 0.8125em;
  align-self: flex-start;
  display: block;
}
.wp-block-create-block-card-premissas.is-style-invertido .texto1 {
  background-color: #ECB11F;
  padding: 0 0.05em;
}
.wp-block-create-block-card-premissas.is-style-invertido .texto2 {
  background-color: transparent;
  padding: 0;
}

.wp-block-create-block-card-premissas:nth-child(2n) {
  background-color: #F3F0E8;
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/area-card-premissas/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-area-card-premissas {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
  margin: 60px 0;
}
@media screen and (max-width: 700px) {
  .wp-block-create-block-area-card-premissas {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.wp-block-create-block-area-card-premissas + .wp-block-create-block-area-card-premissas {
  margin-top: 7px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/card-colorido/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-card-colorido {
  position: static !important;
}
.wp-block-create-block-card-colorido .card-colorido {
  font-size: 16px;
  height: 20em;
  background-color: #ecb11f;
  padding: 6.25em 0 5em 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(images/riscos-baixo.e80ad9f1.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-create-block-card-colorido .card-colorido .area-texto {
  color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-create-block-card-colorido .card-colorido .area-texto .texto1 {
  font-size: 1.3125em;
  font-weight: 700;
}
.wp-block-create-block-card-colorido .card-colorido .area-texto .texto2 {
  font-size: 1.3125em;
}
.wp-block-create-block-card-colorido .card-colorido .botao {
  font-size: 1.125em;
  color: #fff;
  background-color: #EE6F16;
  padding: 0.5625em 2.75em;
  cursor: pointer;
  border: 2px solid #C0305E;
  box-shadow: 0.25em 0.25em 0 0 #C0305E;
  min-width: 10px;
}
.wp-block-create-block-card-colorido .card-colorido .url {
  padding: 2px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 10px;
}
.wp-block-create-block-card-colorido .card-colorido .editar-texto {
  margin-top: 10px;
  background-color: #fff;
  font-family: "Vale Sans";
  padding: 5px;
  cursor: pointer;
  border: 1px solid #777;
  box-shadow: 1px 1px 3px #000;
}
.wp-block-create-block-card-colorido.is-style-amarelo2 .card-colorido {
  background-image: url(images/riscos-direita.a9875999.png);
  background-position: bottom;
}
.wp-block-create-block-card-colorido.is-style-vermelho1 .card-colorido {
  background-color: #C0305E;
  background-image: url(images/riscos-topo.e74c0fc5.png);
  background-position: top;
}
.wp-block-create-block-card-colorido.is-style-vermelho1 .card-colorido .botao {
  box-shadow: 0.25em 0.25em 0 0 #ecb113;
}
.wp-block-create-block-card-colorido .card-colorido-modal {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  background-color: #fff;
  border: solid 1px #777;
  border-radius: 10px;
  z-index: 9999;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
}
.wp-block-create-block-card-colorido .card-colorido-modal .card-colorido-modal-titulo {
  color: #007E7A;
  font-size: 2.1875em;
  font-weight: 500;
  text-align: left !important;
}
.wp-block-create-block-card-colorido .card-colorido-modal .card-colorido-modal-texto {
  font-family: "Vale Sans";
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/area-card-colorido/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-area-card-colorido {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .wp-block-create-block-area-card-colorido {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 450px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/card-leitura/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-card-leitura {
  max-width: 268px;
  font-size: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-create-block-card-leitura .area-imagem {
  position: relative;
  transform: translateY(20px);
}
.wp-block-create-block-card-leitura .area-imagem .add-image {
  position: absolute;
  left: 0;
}
.wp-block-create-block-card-leitura .area-texto {
  height: 15em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F3F0E8;
}
.wp-block-create-block-card-leitura .area-texto .texto {
  font-size: 1.375em;
  color: #007E7A;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.wp-block-create-block-card-leitura .area-texto .botao {
  margin-top: 1.25em;
  font-size: 1.125em;
  color: #C0305E;
  background-color: #F3F0E8;
  padding: 0.3em 2em;
  cursor: pointer;
  border: 2px solid #C0305E;
  box-shadow: 0.25em 0.25em 0 0 #ecb113;
}
.wp-block-create-block-card-leitura .card-leitura-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  padding: 3.125em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-create-block-card-leitura .card-leitura-modal .card-leitura-modal-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-create-block-card-leitura .card-leitura-modal .card-leitura-dados {
  position: relative;
  z-index: 9999;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 800px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #111;
  padding: 0 0.625em 0.625em 0.625em;
  overflow-y: scroll;
}
.wp-block-create-block-card-leitura .card-leitura-modal .card-leitura-dados .dados-header {
  padding: 0.3125em 0.625em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wp-block-create-block-card-leitura .card-leitura-modal .card-leitura-dados .dados-header button {
  background-color: transparent;
  border: none;
  text-decoration: none;
  cursor: pointer;
  padding: 3px;
}
.wp-block-create-block-card-leitura .card-leitura-modal .card-leitura-dados h5 {
  color: #007E7A;
}
.wp-block-create-block-card-leitura .card-leitura-botao {
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 1px #555;
  border: 1px solid #222;
  cursor: pointer;
}
@media screen and (max-width: 740px) {
  .wp-block-create-block-card-leitura {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .wp-block-create-block-card-leitura {
    font-size: 10px;
  }
  .wp-block-create-block-card-leitura .area-texto .botao {
    padding: 0.3em 0.5em;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/area-card-leitura/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-area-card-leitura {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  margin: 60px 0;
}

/*# sourceMappingURL=style-index.css.map*/