@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	overflow-x: hidden;
	font-family: Proxima Nova,Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #F8F8F8;
}
@font-face {
  font-family: 'amarillo';
  src: url('../arquivos/Amarillo.ttf');
}
@font-face {
  font-family: 'nova';
  src: url('../arquivos/proxima_nova.otf');
}
@font-face {
  font-family: 'Raleway';
  src: url('../arquivos/Raleway-Regular.ttf');
}
@font-face {
  font-family: 'Poppins';
  src: url('../arquivos/Poppins-Bold.ttf');
}
@keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.1); /* Aumenta o tamanho da caixa */
                opacity: 0.7; /* Diminui a opacidade */
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	    margin: 0px;
    padding: 0px;
}
.box1 {
	float: left;
	width: 100%;
	position: relative;
}
.box2 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-image: url(../arquivos/capa.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}
.box3 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.box4 {
	float: left;
	width: 450px;
}
.box5 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.box5 img {
	width: 270px;
}
.box6 {
	float: left;
	width: 100%;
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'nova';
}
.box4 h1 {
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom:10px;
}
.box7 {
	float: left;
	width: 100%;
	font-family: 'Raleway';
	font-size:21px;
}
.box8 {
	float: left;
	width: 100%;
	height: 70px;
	background-color: #88af9d;
	color:#FFFFFF;
	border-radius:50px;
	text-align: center;
	line-height: 70px;
	font-size: 35px;
	border: 3px solid #598672;
	margin-top: 30px;
	font-family: 'nova';
}
.box8a {
	float: left;
	width: 60%;
	height: 70px;
	background-color: #88af9d;
	color:#FFFFFF;
	border-radius:50px;
	text-align: center;
	line-height: 70px;
	font-size: 35px;
	border: 3px solid #598672;
	font-family: 'nova';
}
.box9 {
	float: right;
	height: 540px;
	background-repeat:no-repeat;
	width: 630px;
	background-image: url(../arquivos/fundo.png);
	background-size: contain;
	margin-top: 130px;
}
.elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.elementor-shape-bottom {
    bottom: 0px;
}
.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape-bottom svg
 {
    width: calc(151% + 1.3px);
    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
.elementor-shape-fill {
    fill: #2dabff;
    transform: rotateY(0deg);
    transform-origin: center;
}

.box10 {
	float: left;
	height: 50px;
	width: 100%;
	position:relative;
}
.box11 {
	position:absolute;
	width:300px;
	height:360px;
	background-image:url(../arquivos/leitura.png);
	background-size: cover;
	left:0px;
	bottom: 0px;
}
.carrossel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.carrossel {
  width: 100%;
  max-width: 1100px; /* antes era 800px */
}

.carrossel img {
  width: 100%;
  border-radius: 10px;
}

.carrossel .slick-slide {
  padding: 0 5px; /* 5px de cada lado = 10px entre as imagens */
}

.carrossel .slick-list {
  margin: 0 -5px; /* compensa a margem lateral nos slides */
}


button.prev-btn,
button.next-btn {
  background-color: #2dabff;
  color: #282626;
  border: none;
  font-size: 28px;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.prev-btn:hover,
button.next-btn:hover {
	background-color: #008AE6;
}

button i {
  pointer-events: none;
}
.box12 {
	position:absolute;
	width:360px;
	height:530px;
	background-image:url(../arquivos/jesusinho.png);
	background-size: cover;
	right:0px;
	bottom: -10px;
}.box13 {
	float: left;
	height: 510px;
	width: 100%;
	background-color: #2dabff;
}
.box14 {
	height: 500px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.box15 {
	float: left;
	width: 100%;
	font-family: 'nova';
	color:#FFFFFF;
	font-size:50px;
	text-align:center;
	padding-top:20px
}
.box16 {
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(../arquivos/divisoria.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	background-position: center;
}
.box17 {
	float: left;
	width: 100%;
	background-color: #eff1fe;
	padding-top: 20px;
	padding-bottom: 50px;
}
.box18 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.box15a {
	float: left;
	width: 100%;
	font-family: 'nova';
	color: #000000;
	font-size:60px;
	text-align:center
}
.box19 {
	float: left;
	width: 100%;
	font-family: 'nova';
	color: #333333;
	font-size:30px;
	text-align:center;
}
.box20 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.box21 {
	float: left;
	width: 100%;
	position:relative;
	padding-top:50px;
	background-color: #FFFFFF;
}
.box22 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.box23 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.box24 {
	float: left;
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
}
.box25 {
	float: left;
	height: 320px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DFA4A4;
	border-radius:10px;
	padding: 15px;
}
.box26 {
	float: left;
	width: 100%;
	text-align:center;
	font-size:50px;
	color: #6B2525;
	text-align:center;
}
.box27 {
	float: left;
	width: 100%;
	color: #6B2525;
	text-align:center;
	font-family: 'nova';
	font-size:25px;
	margin-bottom:10px;
	margin-top:15px;
}
.box28 {
	float: left;
	width: 100%;
	text-align:center;
	font-family: 'Raleway';
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
}

.et_pb_top_inside_divider {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgODYiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04MzMuOSAyNy41Yy01LjggMy4yLTExIDcuMy0xNS41IDEyLjItNy4xLTYuOS0xNy41LTguOC0yNi42LTUtMzAuNi0zOS4yLTg3LjMtNDYuMS0xMjYuNS0xNS41LTEuNCAxLjEtMi44IDIuMi00LjEgMy40QzY3NC40IDMzLjQgNjg0IDQ4IDY4OC44IDY0LjNjNC43LjYgOS4zIDEuOCAxMy42IDMuOCA3LjgtMjQuNyAzNC4yLTM4LjMgNTguOS0zMC41IDE0LjQgNC42IDI1LjYgMTUuNyAzMC4zIDMwIDE0LjIgMS4yIDI3LjcgNi45IDM4LjUgMTYuMkM4NDAuNiA0OS42IDg3NiAyOS41IDkxMC44IDM4Yy0yMC40LTIwLjMtNTEuOC0yNC42LTc2LjktMTAuNXpNMzg0IDQzLjljLTkgNS0xNi43IDExLjktMjIuNyAyMC4zIDE1LjQtNy44IDMzLjMtOC43IDQ5LjQtMi42IDMuNy0xMC4xIDkuOS0xOS4xIDE4LjEtMjYtMTUuNC0yLjMtMzEuMi42LTQ0LjggOC4zem01NjAuMiAxMy42YzIgMi4yIDMuOSA0LjUgNS43IDYuOSA1LjYtMi42IDExLjYtNCAxNy44LTQuMS03LjYtMi40LTE1LjYtMy4zLTIzLjUtMi44ek0xNzguNyA3YzI5LTQuMiA1Ny4zIDEwLjggNzAuMyAzNyA4LjktOC4zIDIwLjctMTIuOCAzMi45LTEyLjVDMjU2LjQgMS44IDIxNC43LTguMSAxNzguNyA3em0xNDYuNSA1Ni4zYzEuNSA0LjUgMi40IDkuMiAyLjUgMTQgLjQuMi44LjQgMS4yLjcgMy4zIDEuOSA2LjMgNC4yIDguOSA2LjkgNS44LTguNyAxMy43LTE1LjcgMjIuOS0yMC41LTExLjEtNS4yLTIzLjktNS42LTM1LjUtMS4xek0zMy41IDU0LjljMjEuNi0xNC40IDUwLjctOC41IDY1IDEzIC4xLjIuMi4zLjMuNSA3LjMtMS4yIDE0LjgtLjYgMjEuOCAxLjYuNi0xMC4zIDMuNS0yMC40IDguNi0yOS40LjMtLjYuNy0xLjIgMS4xLTEuOC0zMi4xLTE3LjItNzEuOS0xMC42LTk2LjggMTYuMXptMTIyOC45IDIuN2MyLjMgMi45IDQuNCA1LjkgNi4yIDkuMSAzLjgtLjUgNy42LS44IDExLjQtLjhWNDguM2MtNi40IDEuOC0xMi40IDUtMTcuNiA5LjN6TTExMjcuMyAxMWMxLjkuOSAzLjcgMS44IDUuNiAyLjggMTQuMiA3LjkgMjUuOCAxOS43IDMzLjUgMzQgMTMuOS0xMS40IDMxLjctMTYuOSA0OS42LTE1LjMtMjAuNS0yNy43LTU3LjgtMzYuOC04OC43LTIxLjV6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHY2NmM2LjggMCAxMy41LjkgMjAuMSAyLjYgMy41LTUuNCA4LjEtMTAuMSAxMy40LTEzLjYgMjQuOS0yNi44IDY0LjctMzMuNCA5Ni44LTE2IDEwLjUtMTcuNCAyOC4yLTI5LjEgNDguMy0zMiAzNi4xLTE1LjEgNzcuNy01LjIgMTAzLjIgMjQuNSAxOS43LjQgMzcuMSAxMy4xIDQzLjQgMzEuOCAxMS41LTQuNSAyNC40LTQuMiAzNS42IDEuMWwuNC0uMmMxNS40LTIxLjQgNDEuNS0zMi40IDY3LjYtMjguNiAyNS0yMSA2Mi4xLTE4LjggODQuNCA1LjEgNi43LTYuNiAxNi43LTguNCAyNS40LTQuOCAyOS4yLTM3LjQgODMuMy00NC4xIDEyMC43LTE0LjhsMS44IDEuNWMzNy4zLTMyLjkgOTQuMy0yOS4zIDEyNy4yIDggMS4yIDEuMyAyLjMgMi43IDMuNCA0LjEgOS4xLTMuOCAxOS41LTEuOSAyNi42IDUgMjQuMy0yNiA2NS0yNy4zIDkxLTMuMS41LjUgMSAuOSAxLjUgMS40IDEyLjggMy4xIDI0LjQgOS45IDMzLjQgMTkuNSA3LjktLjUgMTUuOS40IDIzLjUgMi44IDctLjEgMTMuOSAxLjUgMjAuMSA0LjcgMy45LTExLjYgMTUuNS0xOC45IDI3LjctMTcuNS4yLS4zLjMtLjYuNS0uOSAyMi4xLTM5LjIgNzAuNy01NC43IDExMS40LTM1LjYgMzAuOC0xNS4zIDY4LjItNi4yIDg4LjYgMjEuNSAxOC4zIDEuNyAzNSAxMC44IDQ2LjUgMjUuMSA1LjItNC4zIDExLjEtNy40IDE3LjYtOS4zVjBIMHoiLz48L2c+PC9zdmc+);
    background-size: cover;
    background-position: center top;
    top: 0;
    height: 100px;
    z-index: 10;
    transform: scale(1, 1);
	position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.toggle-box {
	border: 1px solid #DFA4A4;
	padding: 10px;
	width: 100%;
	max-width: 500px;
	border-radius: 6px;
	font-family: sans-serif;
	float: left;
	background-color: #F7E8E8;
}

.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toggle-text {
	color: #6B2525;
	font-weight: bold;
	transition: color 0.3s;
}

.toggle-icon {
  font-size: 18px;
  color: #6B2525;
  transition: transform 0.3s;
}

.toggle-content {
  display: none;
  margin-top: 10px;
  color: #333;
  line-height: 1.5;
}
.box29 {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.box30 {
	float: left;
	height: 650px;
	width: 100%;
	background-color: #F7E8E8;
	background-size: cover;
	position:relative;
}
.box31 {
	float: left;
	width: 100%;
}
.box32 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.box33 {
	float: left;
	width: 500px;
	margin-top: 100px;
}
.box34 {
	float: right;
	width: 600px;
	margin-top: 100px;
}
.box34 img {
	width: 100%;
}
.box35 {
	float: left;
	width: 100%;
	font-size: 50px;
	color:#000000;
	font-family: 'nova';
	line-height: 40px;
	margin-top: 15px;
}
.box36 {
	float: left;
	width: 100%;
	font-size: 30px;
	color:#333333;
	font-family: 'Raleway';
	margin-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box37 {
	float: left;
	width: 100%;
}
.box38 {
	font-size:30px;
}
.box39 {
	font-size:130px;
	display: inline-block;
	vertical-align: middle;
	white-space: pre-wrap;
	font-family: 'nova';
	color:#333333;
}
.box40 {
	font-size:40px;
}
.box24t {
	float: left;
	width: 100%;
	position: relative;
	background: rgb(226, 251, 255);
	background: linear-gradient(177deg, rgba(226, 251, 255, 1) 0%, rgba(231, 207, 255, 1) 100%, rgba(255, 253, 255, 1) 100%);
	padding: 3rem 4rem;
	padding-top: 50px;
	padding-bottom: 100px;
}
.box25t {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.box26t {
	width: 270px;
	position: absolute;
	right: 0px;
	top: -30px;
}
.box26t img {
	width: 100%;
}
.box27t {
	width: 590px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.box27t img {
	width: 100%;
}
.box28t {
	float: left;
	width: 400px;
}
.box29t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 30px;
	line-height: 35px;
}
.box30t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
	line-height: 25px;
}
.box41 {
	font-size:18px;
	color:#333333;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	margin-bottom: 7px;
}
.box34t {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.box35t {
	width: 100%;
	float:left;
	position:relative;
	top:-140px;
}
.box36t {
	margin-left:auto;
	width:1100px;
	margin-right:auto;
}
.box44t {
	float: left;
	width: 100%;
}
.box45t {
	height: 200px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
.box46t {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
}
.box47t {
	float: left;
	width: 100%;
	text-align: center;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

.row{
  width:100%;
  padding:0;
  margin:0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
}

/* -- SVG CSS -- */

.svg-separator{
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.svg-separator.bottom{
  top: auto;
  bottom: 0;
}
.sep1{
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep2 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep3 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep4 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep5 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep6 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep7 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep8 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep9 {
  transform: translateY(0%) translateY(-2px) scale(-1,-1);
  transform-origin: bottom;
}
.sep10 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep11 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep12 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}

/* -- Row BG Color -- */

.green{background-color:#03a678;}
.green2{background-color:#1bbc9b;}
.red{background-color:#d24d57;}
.light-grey{background-color:#ecf0f1;}
.light-grey2{background-color:#ecf0f1;}
.dark-blue{background-color:#22313f;}
.grey-blue{background-color:#6c7a89;}
.black{background-color:#333;}
.stupid-blue{background-color:#19b5fe;}
.box34t {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box37t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 40px;
	color:#FFFFFF;
	text-align:center;
	margin-top:200px;
	line-height:45px;
}
.box38t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 30px;
	color: #FFFF00;
	text-align:center;
	line-height:35px;
	margin-top: 20px;
}
.box39t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 40px;
	color: #FFFFFF;
	text-align:center;
	line-height:35px;
	margin-top: 20px;
	text-align: center;
}
.box40t {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.box41t {
	background-color: #09C770;
	height: 70px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
	border-radius:10px;
	font-size: 22px;
	color: #FFFFFF;
}
.box42t {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
}
.box41a {
	font-size:18px;
	color:#333333;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	margin-bottom: 5px;
}
.box41 i {
	color:#88af9d;
	margin-right:10px;
}
.box41aa {
	font-size:50px;
	color:#333333;
	font-weight:bold;
	float: left;
	width: 100%;
	font-family: 'nova';
	margin-bottom: 5px;
}
.box41a i {
	color: #990000;
	margin-right:10px;
}
.box41aa i {
	color: #990000;
	margin-right:10px;
}
.box151 {	float: left;
	height: 60px;
	width: 350px;
	background-color: #09C770;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	margin-top: 20px;
	animation: pulse 2s infinite;
}
.box152 {
display:none;
}



@media (max-width: 768px) {

.box1 {
	float: left;
	width: 100%;
	position: relative;
}
.box2 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	background-image: url(../arquivos/capa.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}
.box3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.box4 {
	float: left;
	width: 100%;
	text-align: center;
}
.box5 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.box5 img {
	width: 270px;
}
.box6 {
	float: left;
	width: 100%;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'nova';
}
.box7 {
	float: left;
	width: 100%;
	font-family: 'Raleway';
	font-size:21px;
}
.box8 {
	float: left;
	width: 100%;
	background-color: #88af9d;
	color:#FFFFFF;
	border-radius:50px;
	text-align: center;
	font-size: 35px;
	border: 3px solid #598672;
	margin-top: 30px;
	font-family: 'nova';
}
.box8a {
	float: left;
	width: 100%;
	height: 70px;
	background-color: #88af9d;
	color:#FFFFFF;
	border-radius:50px;
	text-align: center;
	line-height: 70px;
	font-size: 35px;
	border: 3px solid #598672;
	font-family: 'nova';
}
.box9 {
	float: right;
	height: 550px;
	background-repeat:no-repeat;
	width: 100%;
	background-image: url(../arquivos/fundo.png);
	background-size: contain;
	margin-top: 50px;
	display: none;
}
.elementor-shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.elementor-shape-bottom {
    bottom: 0px;
}
.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape-bottom svg
 {
    width: calc(151% + 1.3px);
    height: 70px;
    transform: translateX(-50%) rotateY(180deg);
}
.elementor-shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
.elementor-shape-fill {
    fill: #2dabff;
    transform: rotateY(0deg);
    transform-origin: center;
}

.box10 {
	float: left;
	height: 50px;
	width: 100%;
	position:relative;
}
.box11 {
	position:absolute;
	width:100%;
	height:360px;
	background-image:url(../arquivos/leitura.png);
	background-size: cover;
	left:0px;
	bottom: 0px;
	display: none;
}
.carrossel-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 100%;
	margin: auto;
	padding: 20px;
}

.carrossel {
	width: 100%;
	max-width: 100%; /* antes era 800px */
}

.carrossel img {
  width: 100%;
  border-radius: 10px;
}

.carrossel .slick-slide {
  padding: 0 5px; /* 5px de cada lado = 10px entre as imagens */
}

.carrossel .slick-list {
  margin: 0 -5px; /* compensa a margem lateral nos slides */
}


button.prev-btn,
button.next-btn {
  background-color: #2dabff;
  color: #282626;
  border: none;
  font-size: 28px;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.prev-btn:hover,
button.next-btn:hover {
	background-color: #008AE6;
}

button i {
  pointer-events: none;
}
.box12 {
	position:absolute;
	width:100%;
	background-image:url(../arquivos/jesusinho.png);
	background-size: cover;
	right:0px;
	bottom: -10px;
	display: none;
}
.box13 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #2dabff;
}
.box14 {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.box15 {
	float: left;
	width: 100%;
	font-family: 'nova';
	color:#FFFFFF;
	font-size:33px;
	text-align:center;
	padding-top:20px
}
.box16 {
	float: left;
	height: 30px;
	width: 100%;
	background-image: url(../arquivos/divisoria.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	background-position: center;
}
.box17 {
	float: left;
	width: 100%;
	background-color: #eff1fe;
	padding-top: 20px;
	padding-bottom: 50px;
}
.box18 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.box15a {
	float: left;
	width: 100%;
	font-family: 'nova';
	color: #000000;
	font-size:35px;
	text-align:center
}
.box19 {
	float: left;
	width: 100%;
	font-family: 'nova';
	color: #333333;
	font-size:25px;
	text-align:center;
}
.box20 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.box21 {
	float: left;
	width: 100%;
	position:relative;
	padding-top:50px;
	background-color: #FFFFFF;
}
.box22 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.box23 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.box24 {
	float: left;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.box25 {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DFA4A4;
	border-radius:10px;
	padding: 15px;
	height: auto;
}
.box26 {
	float: left;
	width: 100%;
	text-align:center;
	font-size:50px;
	color: #6B2525;
	text-align:center;
}
.box27 {
	float: left;
	width: 100%;
	color: #6B2525;
	text-align:center;
	font-family: 'nova';
	font-size:25px;
	margin-bottom:10px;
	margin-top:15px;
}
.box28 {
	float: left;
	width: 100%;
	text-align:center;
	font-family: 'Raleway';
	font-size:16px;
	font-weight:bold;
	line-height: 25px;
}

.et_pb_top_inside_divider {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgODYiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik04MzMuOSAyNy41Yy01LjggMy4yLTExIDcuMy0xNS41IDEyLjItNy4xLTYuOS0xNy41LTguOC0yNi42LTUtMzAuNi0zOS4yLTg3LjMtNDYuMS0xMjYuNS0xNS41LTEuNCAxLjEtMi44IDIuMi00LjEgMy40QzY3NC40IDMzLjQgNjg0IDQ4IDY4OC44IDY0LjNjNC43LjYgOS4zIDEuOCAxMy42IDMuOCA3LjgtMjQuNyAzNC4yLTM4LjMgNTguOS0zMC41IDE0LjQgNC42IDI1LjYgMTUuNyAzMC4zIDMwIDE0LjIgMS4yIDI3LjcgNi45IDM4LjUgMTYuMkM4NDAuNiA0OS42IDg3NiAyOS41IDkxMC44IDM4Yy0yMC40LTIwLjMtNTEuOC0yNC42LTc2LjktMTAuNXpNMzg0IDQzLjljLTkgNS0xNi43IDExLjktMjIuNyAyMC4zIDE1LjQtNy44IDMzLjMtOC43IDQ5LjQtMi42IDMuNy0xMC4xIDkuOS0xOS4xIDE4LjEtMjYtMTUuNC0yLjMtMzEuMi42LTQ0LjggOC4zem01NjAuMiAxMy42YzIgMi4yIDMuOSA0LjUgNS43IDYuOSA1LjYtMi42IDExLjYtNCAxNy44LTQuMS03LjYtMi40LTE1LjYtMy4zLTIzLjUtMi44ek0xNzguNyA3YzI5LTQuMiA1Ny4zIDEwLjggNzAuMyAzNyA4LjktOC4zIDIwLjctMTIuOCAzMi45LTEyLjVDMjU2LjQgMS44IDIxNC43LTguMSAxNzguNyA3em0xNDYuNSA1Ni4zYzEuNSA0LjUgMi40IDkuMiAyLjUgMTQgLjQuMi44LjQgMS4yLjcgMy4zIDEuOSA2LjMgNC4yIDguOSA2LjkgNS44LTguNyAxMy43LTE1LjcgMjIuOS0yMC41LTExLjEtNS4yLTIzLjktNS42LTM1LjUtMS4xek0zMy41IDU0LjljMjEuNi0xNC40IDUwLjctOC41IDY1IDEzIC4xLjIuMi4zLjMuNSA3LjMtMS4yIDE0LjgtLjYgMjEuOCAxLjYuNi0xMC4zIDMuNS0yMC40IDguNi0yOS40LjMtLjYuNy0xLjIgMS4xLTEuOC0zMi4xLTE3LjItNzEuOS0xMC42LTk2LjggMTYuMXptMTIyOC45IDIuN2MyLjMgMi45IDQuNCA1LjkgNi4yIDkuMSAzLjgtLjUgNy42LS44IDExLjQtLjhWNDguM2MtNi40IDEuOC0xMi40IDUtMTcuNiA5LjN6TTExMjcuMyAxMWMxLjkuOSAzLjcgMS44IDUuNiAyLjggMTQuMiA3LjkgMjUuOCAxOS43IDMzLjUgMzQgMTMuOS0xMS40IDMxLjctMTYuOSA0OS42LTE1LjMtMjAuNS0yNy43LTU3LjgtMzYuOC04OC43LTIxLjV6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHY2NmM2LjggMCAxMy41LjkgMjAuMSAyLjYgMy41LTUuNCA4LjEtMTAuMSAxMy40LTEzLjYgMjQuOS0yNi44IDY0LjctMzMuNCA5Ni44LTE2IDEwLjUtMTcuNCAyOC4yLTI5LjEgNDguMy0zMiAzNi4xLTE1LjEgNzcuNy01LjIgMTAzLjIgMjQuNSAxOS43LjQgMzcuMSAxMy4xIDQzLjQgMzEuOCAxMS41LTQuNSAyNC40LTQuMiAzNS42IDEuMWwuNC0uMmMxNS40LTIxLjQgNDEuNS0zMi40IDY3LjYtMjguNiAyNS0yMSA2Mi4xLTE4LjggODQuNCA1LjEgNi43LTYuNiAxNi43LTguNCAyNS40LTQuOCAyOS4yLTM3LjQgODMuMy00NC4xIDEyMC43LTE0LjhsMS44IDEuNWMzNy4zLTMyLjkgOTQuMy0yOS4zIDEyNy4yIDggMS4yIDEuMyAyLjMgMi43IDMuNCA0LjEgOS4xLTMuOCAxOS41LTEuOSAyNi42IDUgMjQuMy0yNiA2NS0yNy4zIDkxLTMuMS41LjUgMSAuOSAxLjUgMS40IDEyLjggMy4xIDI0LjQgOS45IDMzLjQgMTkuNSA3LjktLjUgMTUuOS40IDIzLjUgMi44IDctLjEgMTMuOSAxLjUgMjAuMSA0LjcgMy45LTExLjYgMTUuNS0xOC45IDI3LjctMTcuNS4yLS4zLjMtLjYuNS0uOSAyMi4xLTM5LjIgNzAuNy01NC43IDExMS40LTM1LjYgMzAuOC0xNS4zIDY4LjItNi4yIDg4LjYgMjEuNSAxOC4zIDEuNyAzNSAxMC44IDQ2LjUgMjUuMSA1LjItNC4zIDExLjEtNy40IDE3LjYtOS4zVjBIMHoiLz48L2c+PC9zdmc+);
    background-size: cover;
    background-position: center top;
    top: 0;
    height: 100px;
    z-index: 10;
    transform: scale(1, 1);
	position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.toggle-box {
	border: 1px solid #DFA4A4;
	padding: 20px;
	width: 100%;
	max-width: 100%;
	border-radius: 6px;
	font-family: sans-serif;
	float: left;
	background-color: #F7E8E8;
}

.toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toggle-text {
	color: #6B2525;
	font-weight: bold;
	transition: color 0.3s;
}

.toggle-icon {
  font-size: 18px;
  color: #6B2525;
  transition: transform 0.3s;
}

.toggle-content {
  display: none;
  margin-top: 10px;
  color: #333;
  line-height: 1.5;
}
.box29 {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.box30 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #F7E8E8;
	background-size: cover;
	position:relative;
	padding-bottom: 50px;
}
.box31 {
	float: left;
	width: 100%;
}
.box32 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.box33 {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.box34 {
	float: right;
	width: 100%;
	margin-top: 100px;
	display: none;
}
.box34 img {
	width: 100%;
}
.box35 {
	float: left;
	width: 100%;
	font-size: 35px;
	color:#000000;
	font-family: 'nova';
	line-height: 40px;
	margin-top: 15px;
}
.box36 {
	float: left;
	width: 100%;
	font-size: 25px;
	color:#333333;
	font-family: 'Raleway';
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box37 {
	float: left;
	width: 100%;
}
.box38 {
	font-size:30px;
}
.box39 {
	font-size:130px;
	display: inline-block;
	vertical-align: middle;
	white-space: pre-wrap;
	font-family: 'nova';
	color:#333333;
}
.box40 {
	font-size:40px;
}
.box24t {
	float: left;
	width: 100%;
	position: relative;
	background: rgb(226, 251, 255);
	background: linear-gradient(177deg, rgba(226, 251, 255, 1) 0%, rgba(231, 207, 255, 1) 100%, rgba(255, 253, 255, 1) 100%);
	padding-left:25px;
	padding-right:25px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.box25t {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.box26t {
	width: 270px;
	position: absolute;
	right: 0px;
	top: -30px;
}
.box26t img {
	width: 100%;
}
.box27t {
	width: 590px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}
.box27t img {
	width: 100%;
}
.box28t {
	float: left;
	width: 100%;
}
.box29t {
	float: left;

	width: 100%;
	font-family: 'Poppins';
	font-size: 25px;
	line-height: 35px;
}
.box30t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
	line-height: 25px;
}
.box41 {
	font-size:18px;
	color:#333333;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	margin-bottom: 7px;
}
.box34t {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.box35t {
	width: 100%;
	float:left;
	position:relative;
	top:-120px;
}
.box36t {
	margin-left:auto;
	width:90%;
	margin-right:auto;
}
.box44t {
	float: left;
	width: 100%;
}
.box45t {
	height: 200px;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}
.box46t {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
}
.box47t {
	float: left;
	width: 100%;
	text-align: center;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

.row{
  width:100%;
  padding:0;
  margin:0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
}

/* -- SVG CSS -- */

.svg-separator{
  display: block;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: translateY(-100%) translateY(2px);
  transform: translateY(-100%) translateY(2px);
  width: 100%;
}
.svg-separator.bottom{
  top: auto;
  bottom: 0;
}
.sep1{
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep2 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep3 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep4 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep5 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep6 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep7 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep8 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep9 {
  transform: translateY(0%) translateY(-2px) scale(-1,-1);
  transform-origin: bottom;
}
.sep10 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep11 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}
.sep12 {
  transform: translateY(-100%) translateY(2px) scale(1,1);
  transform-origin: top;
}

/* -- Row BG Color -- */

.green{background-color:#03a678;}
.green2{background-color:#1bbc9b;}
.red{background-color:#d24d57;}
.light-grey{background-color:#ecf0f1;}
.light-grey2{background-color:#ecf0f1;}
.dark-blue{background-color:#22313f;}
.grey-blue{background-color:#6c7a89;}
.black{background-color:#333;}
.stupid-blue{background-color:#19b5fe;}
.box34t {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box37t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 28px;
	color:#FFFFFF;
	text-align:center;
	margin-top:180px;
	line-height:31px;
}
.box38t {
	float: left;
	width: 100%;
	font-family: 'nova';
	font-size: 25px;
	color: #FFFF00;
	text-align:center;
	line-height:25px;
	margin-top: 20px;
}
.box39t {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 35px;
	color: #FFFFFF
	text-align:center;
	line-height:45px;
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
}
.box40t {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.box41t {
	background-color: #09C770;
	width: 100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	border-radius:10px;
	color: #FFFFFF;
}
.box42t {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size:20px;
	text-align: center;
	color: #FFFFFF;
}
.box41a {
	font-size:18px;
	color:#333333;
	float: left;
	width: 100%;
	font-family: 'Raleway';
	margin-bottom: 5px;
}
.box41 i {
	color:#88af9d;
	margin-right:10px;
}
.box41aa {
	font-size:40px;
	color:#333333;
	font-weight:bold;
	float: left;
	width: 100%;
	font-family: 'nova';
	margin-bottom: 5px;
	text-align: center;
}
.box41a i {
	color: #990000;
	margin-right:10px;
}
.box41aa i {
	color: #990000;
	margin-right:10px;
}
.box151 {
	float: left;
	height: 60px;
	width: 100%;
	background-color: #09C770;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	margin-top: 20px;
	animation: pulse 2s infinite;
}
.box152 {
width:100%;
display:block;
}
.box152 img {
width:100%;
}


}
