/* Style Nuvemshop */

@charset "UTF-8";
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{font: 100% 'Poppins', sans-serif;font-weight: 400;line-height: normal;color: #042534;background: #EAE9EF;-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;font-weight: 700;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #2c3357;}

.container {width: 100%;max-width: 1024px;margin: 0 auto;padding: 0 20px;position: relative;}
.container .row {max-width: 1280px;}

@media screen and (max-width: 1024px){
  .container{padding: 0 30px;max-width: 500px !important;}
}

.header{width: 100%;height: 80px;outline: none;position: relative;background: #fff;}
.header .bt-menu{display: none;cursor: pointer;margin: 28px 0px;float: right;}
.header .bt-close{display: none;cursor: pointer;margin: 28px 0px;float: right;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}

.header .logo{padding: 20px 0;float: left;margin: 0;}
.header .logo img{max-width: 153px;width: 100%;}
.header .menu {float: left;margin: 28px;}
.header .menu li {float: left;list-style: none;margin: 0;}
.header .menu li a {color: #2c3357;font-size: 16px;font-weight: 500;padding: 5px 20px;}
.header .menu li a:hover {color: #fc6a07;}
.header .account{float: right;margin: 18px 0;position: relative;}
.header .account a.outline{background: #3EBFD2;font-size: 14px;font-weight: 500;padding: 12px 30px;border-radius: 25px;outline: none;color: #fff;margin: 0;display: inline-block;text-align: center;min-width: 350px;text-transform: uppercase;letter-spacing: 1px;}
.header .account a.outline:hover {background: #FF7B0A;}

@media screen and (max-width: 1024px){
  .header .container {max-width: 1000px;}
  .header .menu {display: none;}
  .header .menu li a {padding: 5px 13px;}
  .header .account{display: none;}
  .header .account a.outline{min-width: 300px;}
  .header .bt-menu{display: block;}
  .header .hide{display: none !important;}
  .header .show{display: block !important;}
}

.header2{min-width: 500px;position: fixed;top: -100px;width: 100%;z-index: 99;height: 80px;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .15);-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;background: #fff;}
.header2.show{top: 0;}
.header2 .logo{padding: 20px 0;float: left;margin: 0;}
.header2 .logo img{max-width: 153px;width: 100%;}
.header2 .menu {float: left;margin: 28px;}
.header2 .menu li {float: left;list-style: none;margin: 0;}
.header2 .menu li a {color: #2c3357;font-size: 16px;font-weight: 500;padding: 5px 20px;}
.header2 .menu li a:hover {color: #fc6a07;}
.header2 .account{float: right;margin: 20px 0;position: relative;}
.header2 .account a.outline{background: #3EBFD2;font-size: 14px;font-weight: 500;padding: 10px 30px;border-radius: 25px;outline: none;color: #fff;margin: 0;display: inline-block;text-align: center;min-width: 350px;text-transform: uppercase;letter-spacing: 1px;}
.header2 .account a.outline:hover {background: #FF7B0A;}

@media screen and (max-width: 1024px){
  .header2{display: none;}
}

.submenu{background: #2c3357;position: absolute;margin: 20px 10px;top: -400px;padding: 20px 30px;z-index: 9;border-radius: 10px;right: 12px;}
.submenu:before {content: "";display: inline-block;vertical-align: middle;margin-right: 10px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #2c3357;position: absolute;right: 0px;top: -9px;}
.submenu ul {list-style: none;padding: 0;margin: 0;}
.submenu ul li{padding: .5rem 0;}
.submenu ul li a{border-bottom: none;color: #ffffff;font-size: 20px;font-weight: 600;}
.submenu ul li a:hover {color: #FF7B0A;}


@media screen and (max-width: 1024px){
  .submenu.active {display: block;top: -40px;}
}


.style-1{padding: 50px 0;margin: 0;outline: none;background: #67d5d2;background-image: url(../img/bg.jpg?q=100);background-position: 50% 0%;background-size: cover;background-repeat: no-repeat;text-align: left;}
.style-1 h1{margin: 0;padding: 0;font-size: 44px;color: #2C3357;line-height: 54px;}
.style-1 p{font-size: 24px;color: #fff;margin: 30px 0;font-weight: 500;max-width: 380px;line-height: 32px;}
.style-1 .cta{background: #2C3357;font-size: 17px;font-weight: 600;padding: 12px;min-width: 360px;border-radius: 30px;outline: none;color: #fff;margin: 0;display: inline-block;text-align: center;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);}
.style-1 .cta:hover {background: #FF7B0A;}

@media screen and (max-width: 1024px){
  .style-1{text-align: center;background-image: none;}
  .style-1 .container{padding: 0 30px;max-width: 450px;}
  .style-1 h1{font-size: 36px;}
  .style-1 p {margin: 30px auto;}
}


.style-2{padding: 30px 0;margin: 0;outline: none;background: #F0F5F9;text-align: left;}
.style-2 img{}
.style-2 h2{font-size: 25px;margin: 20px 0;}

@media screen and (max-width: 1024px){
  .style-2{text-align: center;}
}


.style-3{padding: 80px 0;margin: 0;outline: none;background: #fff;}
.style-3 h1{margin: 0 auto 50px;padding: 0;font-size: 32px;font-weight: 500;text-align: center;}
.style-3 h2{background-image:url(../img/splash.jpg?q=100);background-position: 50% 50%;background-size: contain;background-repeat: no-repeat;max-width: 450px;height: 65px;line-height: 65px;text-align: center;margin: 0 auto;font-size: 32px;}
.style-3 .box {background: #F0F5F9;padding: 30px 15px 30px 30px;border-radius: 16px;max-width: 315px;}
.style-3 .box img{margin: 0;}
.style-3 .box h3{font-size: 20px;margin: 20px 0 10px;}
.style-3 .box p{font-size: 15px;margin: 0;color: #777777;}
.style-3 .box p b{color: #2c3357;}

@media screen and (max-width: 1024px){
  .style-3 .box p br{/* display: none; */}
  .style-3 .box{margin: 0 auto;}
}
@media screen and (max-width: 720px){
  [class*="block-grid-"]>li {float: none;display: block;}
}

.style-4{padding: 50px 0;margin: 0;outline: none;background: #f0f5f9;}
.style-4 h1{margin: 0px auto 40px;padding: 0;font-size: 34px;text-align: center;}
.style-4 .box {background: #fff;margin: 20px auto;padding: 0;border-radius: 20px;overflow: hidden;width: 600px;min-height: 490px;box-shadow: 0 0 40px 20px rgb(0 0 0 / 10%);}
.style-4 .box h2{font-size: 20px;color: #fff;padding: 10px;margin: 0;text-align: center;background: #3EBFD2;}
.style-4 a{margin: 0 auto;display: block;text-align: center;color: #3ebfd2;font-weight: 600;font-size: 16px;}
.style-4 a:hover{color: #fc6a07;}

@media screen and (max-width: 1024px){
  .style-4 h1{font-size: 26px;text-align: center;max-width: 420px;}
  .style-4 .box{width: 440px;}
  .style-4 .box img {border-radius: 20px 60px 0px 0px !important;}
}


.style-5{padding: 80px 0;margin: 0;outline: none;background: #fff;text-align: left;}
.style-5 h1{margin: 0 auto 50px;padding: 0;font-size: 34px;text-align: center;}
.style-5 .box{margin: 40px 0;}
.style-5 .box p{font-size: 16px;font-weight: 300;color: #919191;}
.style-5 .box a{color: #2c3357;font-weight: 700;font-size: 18px;display: block;}
.style-5 .box a:hover{color: #FF7B0A;}
.style-5 iframe{width: 100%;}

@media screen and (max-width: 1024px){
  .style-5{text-align: center;}
  .style-5 .box{margin: 0;}
  .style-5 .box a{margin-bottom: 40px;}
  .style-5 iframe{height: 230px;}
}


.style-6{padding: 70px 0;margin: 0;outline: none;background: #f0f5f9;text-align: center;}
.style-6 .container{max-width: 750px;}
.style-6 h1{margin: 0px auto 20px;padding: 0;font-size: 34px;text-align: center;}
.style-6 p{color: #777777;margin: 0;}

@media screen and (max-width: 1024px){
  .style-6{padding: 60px 0;}
}


.style-7{padding: 70px 0;margin: 0;outline: none;background: rgb(3,66,141);background: linear-gradient(45deg, rgba(3,66,141,1) 0%, rgb(8 102 212) 70%, rgba(3,66,141,1) 100%);text-align: center;}
.style-7 .block{margin: 0;}
.style-7 .block h1{margin: 0 auto;padding: 0;font-size: 36px;line-height: 40px;color: #fff;max-width: 780px;}
.style-7 .block h4{color: #F0F5F9;font-size: 18px;font-weight: 400;margin: 15px 0 40px;}
.style-7 .block .card{background: #fff;padding: 20px 40px;margin-bottom: 30px;max-width: 410px;display: block;border-radius: 15px;border: 2px solid #fff;text-align: left;}
.style-7 .block .card:hover{border: 2px solid #3ebfd2;background: #fff;}
.style-7 .block .card b{font-size: 22px;color: #2C55A1;font-weight: 700;}
.style-7 .block .card p{font-size: 14px;font-weight: 400;display: block;margin: 0;color: #2C3357;}
.style-7 .block .card img{float: right;margin: 12px 0 12px 35px;width: 60px;}

@media screen and (max-width: 1024px){
  .style-7{padding: 60px 0;}
  .style-7 .container{padding: 0 10px;}
  .style-7 .block{margin: 0 0 40px 0;}
  .style-7 .block h1{font-size: 30px;margin: 40px auto;text-align: center;}
  .style-7 .block h4{margin: 40px auto;text-align: center;}
  .style-7 .block .card {margin: 30px auto;}
  .style-7 .box{margin: 0 auto;float: none;max-width: 415px;}
  .style-7 .cta button{min-width: 340px;}
}


.footer{background: #e5ebee;padding: 50px 0;}
.footer p{color: #2c3357;font-size: 16px;margin: 10px 0;}
.footer p.nome{font-weight: 700;}
.footer a{display: block;color: #2c3357;font-size: 16px;text-align: right;margin: 10px 0;}
.footer a:hover{color: #fc6a07;}
.footer a.police{font-weight: 700;}

@media screen and (max-width: 1024px){
  .footer .container{max-width: 350px !important;}
  .footer p{text-align: center;}
  .footer a{text-align: center;}
}

.rdp {background: #2c3357;color: #e5ebee;overflow: hidden;padding: 30px 0;}
.rdp p {text-align: center;font-size: 11px;padding: 0;margin: 0;text-transform: uppercase;}
.rdp p a{color:#fff;}
.rdp p a:hover{color: #fc6a07;}

@media screen and (max-width: 1024px){
  .rdp .container{max-width: 290px !important;}
	.rdp p.left,
	.rdp p.right{float: none !important;max-width: 300px;margin: 10px auto;}
}


/* Modal */
.blocker {z-index: 99999999;}
.blocker .cc-modal {text-align: center;max-width: 420px;box-shadow: none;padding: 40px;}
.blocker .cc-modal img{margin: 0 auto;width: 80px;}
.blocker .cc-modal img.loader{animation: spin 0.75s linear infinite;}
.blocker .cc-modal h3{margin: 20px auto;}
.blocker .cc-modal p{margin: 20px auto 0;}
.blocker .cc-modal a{background:#fc6a07;font-size: 17px;font-weight: 600;padding: 10px;min-width: 160px;border-radius: 30px;outline: none;color: #fff;margin: 25px auto 0;display: inline-block;text-align: center;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);}
.blocker .cc-modal a:hover {background: #3ebfd2;transition: none;}


/* Animate css */
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}

/* Whatsapp */
#wa-container{overflow: hidden;height: 70px;width: 70px;position:fixed;bottom: 20px;right: 35px;z-index: 999999;border-radius: 40px;box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);}

/* Popup cookies */
#ck-container {z-index: 999;width: 330px;min-height: 20px;box-sizing: border-box;padding: 30px;background: #2c3357;overflow: hidden;position: fixed;bottom: 10px;right: 10px;display: none;border: 1px solid #3d4671;}
#ck-container .ck-title{color: #fff; font-size: 22px; line-height: 20px; display: block }
#ck-container .ck-desc p{margin: 10px auto;padding: 0;color: #fff;font-size: 13px;line-height: 20px;display: block;max-width: 360px;}
#ck-container .ck-desc a{color: #fff; text-decoration: underline }
#ck-container .ck-button{display: inline-block;color: #fff;font-size: 14px;font-weight: 700;margin-top: 14px;background: #3EBFD2;box-sizing: border-box;padding: 15px 50px;text-align: center;transition: background .3s;}
#ck-container .ck-button:hover{cursor: pointer;background: #fc6a07;}


/* END */
