@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: #383B61;}

.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;/* box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%); */}
.header .bt-menu{display: none;cursor: pointer;margin: 28px 0px;float: right;width: 40px;}
.header .bt-close{display: none;cursor: pointer;margin: 28px 0px;float: right;width: 40px;}

.header .logo{padding: 15px 0;float: left;margin: 0;}
.header .logo img{max-width: 190px;width: 100%;}
.header .menu {float: left;margin: 28px;}
.header .menu li {float: left;list-style: none;margin: 0;}
.header .menu li a {color: #03428D;font-size: 15px;font-weight: 600;padding: 10px 15px;}
.header .menu li a:hover {color: #21bf73;}
.header .account{float: right;margin: 18px 0;position: relative;display: flex;width: 310px;justify-content: space-between;flex-direction: row;flex-wrap: nowrap;}
.header .account a.outline{background: #f0f5f9;font-size: 14px;font-weight: 700;padding: 11px 25px;border-radius: 25px;outline: none;color: #03428D;margin: 0;display: inline-block;text-align: center;min-width: 200px;text-transform: uppercase;letter-spacing: 1px;}
.header .account a.outline:hover {background: #e2eaf1;}
.header .account a.outline span{letter-spacing: 0;float: left;margin: 12px 10px 0 0;line-height: 0;}
.header .account a{border-radius: 27px;background: #f0f5f9;padding: 12px;font-size: 0;display: inline-block;line-height: 0;}
.header .account a:hover {background: #e2eaf1;}


@media screen and (max-width: 1024px){
  .header{height: 100px;}
  .header .container {max-width: 1000px;}
  .header .logo{padding: 25px 0;}
  .header .logo img{max-width: 250px;}
  .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 rgb(0 0 0 / 10%);-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: 15px 0;float: left;margin: 0;}
.header2 .logo img{max-width: 190px;width: 100%;}
.header2 .menu {float: left;margin: 28px;}
.header2 .menu li {float: left;list-style: none;margin: 0;}
.header2 .menu li a {color: #03428D;font-size: 15px;font-weight: 600;padding: 5px 15px;}
.header2 .menu li a:hover {color: #21bf73;}
.header2 .account{float: right;margin: 18px 0;position: relative;display: flex;width: 310px;justify-content: space-between;flex-direction: row;flex-wrap: nowrap;}
.header2 .account a.outline{background: #f0f5f9;font-size: 14px;font-weight: 700;padding: 11px 25px;border-radius: 25px;outline: none;color: #03428D;margin: 0;display: inline-block;text-align: center;min-width: 200px;text-transform: uppercase;letter-spacing: 1px;}
.header2 .account a.outline:hover {background: #e2eaf1;}
.header2 .account a.outline span{letter-spacing: 0;float: left;margin: 12px 10px 0 0;line-height: 0;}
.header2 .account a{border-radius: 27px;background: #f0f5f9;padding: 12px;font-size: 0;display: inline-block;line-height: 0;}
.header2 .account a:hover {background: #e2eaf1;}

@media screen and (max-width: 1024px){
  .header2{display: none;}
}

.submenu{background: #2c3357;position: absolute;margin: 20px 0px;top: -400px;padding: 20px 30px 30px;z-index: 9;border-radius: 10px;right: 25px;}
.submenu:before {content: "";display: inline-block;vertical-align: middle;margin-right: 10px;width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid #2c3357;position: absolute;right: 0px;top: -14px;}
.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: 22px;font-weight: 600;}
.submenu ul li a:hover {color: #21bf73;}

.submenu a.outline{background: #f0f5f9;font-size: 14px;font-weight: 700;padding: 11px 25px;border-radius: 25px;outline: none;color: #03428D;margin: 0;display: inline-block;text-align: center;min-width: 200px;text-transform: uppercase;letter-spacing: 1px;}
.submenu a.outline:hover {background: #e2eaf1;}
.submenu a.outline span{letter-spacing: 0;float: left;margin: 12px 10px 0 0;line-height: 0;}


@media screen and (max-width: 1024px){
  .submenu.active {display: block;top: -40px;}
}


.style-1{padding: 80px 0;margin: 0;outline: none;background: #024186;background-image: url(../img/home.jpg);background-position: 50% 0%;background-size: cover;background-repeat: no-repeat;text-align: left;}
.style-1 img{max-width: 250px;}
.style-1 h1{margin: 20px 0 30px 0;padding: 0;font-size: 24px;color: #fff;line-height: 36px;font-weight: 600;max-width: 380px;}
.style-1 p{font-size: 18px;color: #383B61;margin: 30px 0;font-weight: 500;max-width: 540px;line-height: 32px;}
.style-1 .cta{background: #21bf73;font-size: 17px;font-weight: 600;padding: 11px;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);cursor: pointer;}
.style-1 .cta:hover {background: #0ee17b;}

@media screen and (max-width: 1024px){
  .style-1{text-align: center;background-image: none;padding: 80px 0;}
  .style-1 .container{padding: 0 30px;max-width: 450px;}
  .style-1 h1{max-width: none;}
  .style-1 p {margin: 30px auto;font-size: 20px;}
}


.style-2{padding: 80px 0;margin: 0;outline: none;background: #fff;text-align: center;}
.style-2 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-2 h1{margin: 0 auto;padding: 0;font-size: 34px;font-weight: 700;text-align: center;}
.style-2 p{font-size: 18px;color: #999;margin: 10px auto 30px;}
.style-2 .box {background: #F0F5F9;padding: 30px 40px;border-radius: 16px;max-width: 462px;min-height: 250px;text-align: left;margin: 0 auto;}
.style-2 .box img{margin: 8px 10px 8px 0;width: 40px;float: left;}
.style-2 .box h3{font-size: 19px;margin: 0 0 15px 0;color: #03428D;}
.style-2 .box p{font-size: 15px;margin: 0;color: #777;}

.style-2 .swiper-button-next{right: 0;top: auto;bottom: 38%;}
.style-2 .swiper-button-next:after{font-size: 30px;color: #004f9a;}
.style-2 .swiper-button-prev{left: 0;top: auto;bottom: 38%;}
.style-2 .swiper-button-prev:after{font-size: 30px;color: #004e99;}


.style-2 .cta{cursor: pointer;background: #21BF73;font-size: 17px;font-weight: 600;padding: 11px;max-width: 360px;border-radius: 30px;outline: none;color: #fff;margin: 40px auto 0;display: block;text-align: center;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);}
.style-2 .cta:hover {background: #0ee17b;}

@media screen and (max-width: 1024px){
  .style-2 h1{font-size: 32px;}
  .style-2 .box{margin: 0;min-height: 280px;}

  .style-2 .swiper-button-next{bottom: 32%;}
  .style-2 .swiper-button-prev{bottom: 32%;}
}


.style-3{padding: 80px 0;margin: 0;outline: none;background: #f0f5f9;text-align: center;}
.style-3 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-3 h1{margin: 0 auto;padding: 0;font-size: 34px;font-weight: 700;text-align: center;}
.style-3 p{font-size: 18px;color: #777;margin: 10px auto 30px;}
.style-3 .cta{cursor: pointer;background: #03428d;font-size: 17px;font-weight: 600;padding: 11px;max-width: 400px;border-radius: 30px;outline: none;color: #fff;margin: 10px auto 0;display: block;text-align: center;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);}
.style-3 .cta:hover {background: #0060d3;}

@media screen and (max-width: 1024px){
  .style-3 h1{font-size: 32px;}
}

.style-4{padding: 80px 0;margin: 0;outline: none;background: #fff;text-align: center;}
.style-4 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-4 h1{margin: 0 auto;padding: 0;font-size: 34px;font-weight: 700;text-align: center;}
.style-4 p{font-size: 18px;color: #777;margin: 10px auto 30px;}
.style-4 .box {background: #F0F5F9;padding: 0;border-radius: 16px;text-align: left;overflow: hidden;display: block;max-width: 350px;}
.style-4 .box img{margin: 0;}
.style-4 .box h3{font-size: 20px;margin: 20px 25px 10px;line-height: 24px;}
.style-4 .box p{font-size: 14px;margin: 0 20px 20px 25px;color: #03428D;font-weight: 500;}
.style-4 .box:hover{background: #e1f0fc;}

@media screen and (max-width: 1024px){
  .style-4 h1{font-size: 32px;}
  .style-4 .box{margin: 0 auto 30px;}
}
@media screen and (max-width: 720px){
  [class*="block-grid-"]>li {float: none;display: block;}
}


.style-5{padding: 100px 0 150px 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: left;}
.style-5 .box {background: #fff;padding: 40px 40px 30px;border-radius: 15px;text-align: left;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);max-width: 440px;}
.style-5 .box .label-float{position: relative;margin-bottom: 25px;}
.style-5 .box .label-float input{-webkit-appearance:none;box-shadow: none;outline: none;height: 45px;font: 100% 'Poppins', sans-serif;background-color: transparent;border: 2px solid #0425344D;color: #042534;font-size: 16px;padding: 10px 15px;display: block;width: 100%;border-radius: 7px;font-weight: 400;margin: 0 auto;}
.style-5 .box .label-float input:focus{border: 2px solid #179dca !important;}
.style-5 .box .label-float textarea{box-shadow: none;outline: none;height: 100px;font: 100% 'Poppins', sans-serif;background-color: transparent;border: 2px solid #0425344D;color: #042534;font-size: 16px;padding: 10px 15px;display: block;width: 100%;border-radius: 7px;font-weight: 400;margin: 0 auto;resize: none;}
.style-5 .box .label-float textarea:focus{border: 2px solid #179dca !important;}
.style-5 .box .label-float label{pointer-events: none;position: absolute;top: 15px;left: 15px;transition: all .3s ease-out;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;font-size: 16px;padding: 0 5px;}
.style-5 .box .label-float label{pointer-events: none;position: absolute;top: -10px;left: 12px;font-size: 14px;padding: 0 5px;background: #fff;}

.style-5 .box .label-float.error input{border: 2px solid red;}
.style-5 .box .label-float.error textarea{border: 2px solid red;}
.style-5 .box .label-float.error label{color: red;}
.style-5 .box .label-float.error small{text-align: right;color: red;background: transparent;margin: 0;padding: 0;position: absolute;right: 20px;top: 15px;font-size: 11px;font-style: normal;}

.style-5 .box .cta{max-width: 540px;margin: 0 auto;text-align: center;}
.style-5 .box .cta button{background: #03428d;font-size: 17px;font-weight: 600;padding: 12px;width: 100%;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-5 .box .cta button:hover {background: #0060d3;transition: none;}

.style-5 .block{margin: 50px 0;text-align: left;}
.style-5 .block h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-5 .block h1{margin: 0;padding: 0;font-size: 34px;color: #fff;}
.style-5 .block .card{margin: 40px 0;display: block;border-radius: 15px;}
.style-5 .block .card b{font-size: 22px;color: #ffffff;font-weight: 700;}
.style-5 .block .card p{font-size: 16px;font-weight: 400;display: block;margin: 0;color: #DFE9F2;}


@media screen and (max-width: 1024px){
  .style-5{padding: 60px 0;}
  .style-5 .container{padding: 0 10px;}
  .style-5 .block{margin: 0 0 80px 0;}
  .style-5 .block h1{font-size: 30px;margin: 0 auto;text-align: center;}
  .style-5 .block h4{margin: 40px auto 0;text-align: center;}
  .style-5 .block .card {margin: 30px auto;text-align: center;}
  .style-5 .box{margin: 0 auto;float: none;max-width: 415px;}
  .style-5 .cta button{min-width: 340px;}
}


.style-6{padding: 300px 0 100px 0;margin: 0;outline: none;background: #ffffff;background-image: url(../img/newsletter.jpg);background-position: 50% 0%;background-size: contain;background-repeat: no-repeat;text-align: center;}
.style-6 .maps{height: 300px;background: #ffff;box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);position: absolute;top: -380px;width: 984px;border-radius: 15px;overflow: hidden;background-image: url(../img/maps.jpg);background-position: 0% 50%;background-size: initial;background-repeat: no-repeat;display: block;}
.style-6 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-6 h1{margin: 0 auto 40px;padding: 0;font-size: 34px;color: #383B61;max-width: 650px;}
.style-6 p{font-size: 16px;color: #383B61;margin: 30px auto;font-weight: 500;max-width: 720px;line-height: 32px;}

.style-6 .newsletter {background: #F0F5F9;border: 1px solid #DFE9F2;border-radius: 30px;width: 500px;margin: 0 auto;position: relative;height: 46px;line-height: 46px;}
.style-6 .newsletter input{width: 330px;display: inline-block;margin: 0;border: 0;box-shadow: none;background: transparent;font-size: 17px;font-weight: 400;padding: 12px;height: 44px;color: #383B61;font-family: 'Poppins', sans-serif;line-height: 0;}
.style-6 .newsletter button{background: #21bf73;font-size: 16px;font-weight: 500;padding: 12px;width: 150px;border-radius: 30px;outline: none;color: #fff;margin: 0;display: inline-block;text-align: center;cursor: pointer;float: right;height: 44px;font-family: 'Poppins', sans-serif;line-height: 0;}
.style-6 .newsletter button:hover {background: #0ee17b;}
.style-6 .newsletter button .loader {width: 20px;height: 20px;margin: 0;border: 4px solid #ffffff;border-radius: 20px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;position: absolute;right: calc(50% - 10px);bottom: 11px;animation: spin 0.5s linear infinite;}
.style-6 .newsletter.error {border: 1px solid red;}
.style-6 .newsletter.error input::placeholder{color: red}
.style-6 .newsletter.error small{text-align: right;color: red;background: transparent;margin: 0;padding: 0;position: absolute;left: 20px;bottom: -35px;font-size: 12px;font-style: normal;}




@media screen and (max-width: 1024px){
  .style-6 h1{font-size: 32px;}
  .style-6 .maps{width: 440px;}
  .style-6 .newsletter{width: 440px;}
  .style-6 .newsletter input{width: 300px;}
  .style-6 .newsletter button{width: 120px;}
}


/* EX-PRESIDENTES */
.style-7{padding: 60px 0;margin: 0;outline: none;background: #fff;text-align: left;border-top: 1px solid #e5ecf1;}
.style-7 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-7 h1{margin: 0 auto;padding: 0;font-size: 34px;font-weight: 700;}
.style-7 p{font-size: 18px;color: #999;margin: 10px auto 30px;}
.style-7 .box {background: #F0F5F9;padding: 30px;border-radius: 16px;text-align: left;min-height: 115px;cursor: pointer;}
.style-7 .box h3{font-size: 20px;margin: 0;color: #03428D;}
.style-7 .box p{font-size: 16px;margin: 0;color: #777;}
.style-7 .box:hover {background: #e2eaf1;}

@media screen and (max-width: 1024px){
  .style-7{text-align: center;}
  .style-7 h1{font-size: 32px;}
  .style-7 .box{text-align: center;}
}


/* DIRETORIA */
.style-8{padding: 60px 0;margin: 0;outline: none;background: #fff;text-align: left;border-top: 1px solid #e5ecf1;}
.style-8 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-8 h1{margin: 0 auto;padding: 0;font-size: 34px;font-weight: 700;}
.style-8 p{font-size: 18px;color: #999;margin: 10px auto 30px;}
.style-8 .box {background: #F0F5F9;padding: 30px;border-radius: 16px;text-align: left;min-height: 115px;cursor: pointer;max-width: 450px;}
.style-8 .box h3{font-size: 20px;margin: 0;color: #03428D;}
.style-8 .box p{font-size: 16px;margin: 0;color: #777;}
.style-8 .box:hover {background: #e2eaf1;}

@media screen and (max-width: 1024px){
  .style-8{text-align: center;}
  .style-8 h1{font-size: 32px;}
  .style-8 .box{text-align: center;margin: 0 0 30px 0;}
}


/* SOBRE */
.style-9{padding: 60px 0;margin: 0;outline: none;background: #fff;text-align: left;border-top: 1px solid #e5ecf1;}
.style-9 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-9 h1{margin: 0 auto;padding: 0;font-size: 34px;font-weight: 700;}
.style-9 p{font-size: 18px;color: #999;margin: 10px auto 30px;}

@media screen and (max-width: 1024px){
  .style-9{text-align: center;}
  .style-9 h1{font-size: 32px;}
}

.style-10{padding: 50px 0;margin: 0;outline: none;background: #03428d;text-align: left;}
.style-10 .top {position: relative;display: flex;}
.style-10 .top p{font-size: 18px;color: #DFE9F2;margin: 20px 0;float: left;}
.style-10 .top .swiper-button-next:after{font-size: 30px;color: #ffffff;}
.style-10 .top .swiper-button-prev{left: initial;right: 50px;}
.style-10 .top .swiper-button-prev:after{font-size: 30px;color: #ffffff;}
.style-10 .top .swiper-button-next.swiper-button-disabled,
.style-10 .top .swiper-button-prev.swiper-button-disabled {color: #ddd;}
.style-10 .top:after {content: "";border-bottom: 1px solid #ddd;width: 100%;position: absolute;bottom: -15px;}

.style-10 .box {color: #F0F5F9;padding: 0;border-radius: 16px;text-align: left;cursor: pointer;margin: 0;}
.style-10 .box h3{font-size: 20px;margin: 10px 0 20px 0;color: #fff;}
.style-10 .box p{font-size: 14px;margin: 0;color: #DFE9F2;position: initial;}
.style-10 .box:hover p{color: #fff;}

@media screen and (max-width: 1024px){
  .style-10 .top p{width: 330px;}
}

.style-11{padding: 80px 0;margin: 0;outline: none;background: #fff;text-align: left;}
.style-11 .box {background: #F0F5F9;padding: 30px;border-radius: 16px;text-align: left;cursor: pointer;max-width: 310px;min-height: 365px;}
.style-11 .box h3{font-size: 20px;margin: 0;color: #03428D;}
.style-11 .box p{font-size: 16px;margin: 0;color: #777;}
.style-11 .box:hover {background: #e2eaf1;}

@media screen and (max-width: 1024px){
  .style-11 .box{text-align: center;margin: 0 0 30px 0;min-height: auto;max-width: inherit;}
}


.style-12{padding: 100px 0 150px 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: left;}
.style-12 h4{margin: 0;font-size: 18px;color: #21BF73;}
.style-12 h1{margin: 0;padding: 0;font-size: 34px;color: #fff;}
.style-12 p{font-size: 18px;font-weight: 400;display: block;margin: 0 0 50px 0;color: #DFE9F2;}

.style-12 .box {background: #fff;padding: 40px 20px 25px;border-radius: 15px;text-align: left;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);}
.style-12 .box .label-float{position: relative;margin-bottom: 25px;}
.style-12 .box .label-float input{-webkit-appearance:none;box-shadow: none;outline: none;height: 45px;font: 100% 'Poppins', sans-serif;background-color: transparent;border: 2px solid #0425344D;color: #042534;font-size: 16px;padding: 10px 15px;display: block;width: 100%;border-radius: 7px;font-weight: 400;margin: 0 auto;}
.style-12 .box .label-float input:focus{border: 2px solid #179dca !important;}
.style-12 .box .label-float textarea{box-shadow: none;outline: none;height: 100px;font: 100% 'Poppins', sans-serif;background-color: transparent;border: 2px solid #0425344D;color: #042534;font-size: 16px;padding: 10px 15px;display: block;width: 100%;border-radius: 7px;font-weight: 400;margin: 0 auto;resize: none;}
.style-12 .box .label-float textarea:focus{border: 2px solid #179dca !important;}
.style-12 .box .label-float label{pointer-events: none;position: absolute;top: 15px;left: 15px;transition: all .3s ease-out;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;font-size: 16px;padding: 0 5px;}
.style-12 .box .label-float label{pointer-events: none;position: absolute;top: -10px;left: 12px;font-size: 14px;padding: 0 5px;background: #fff;}

.style-12 .box .label-float.error input{border: 2px solid red;}
.style-12 .box .label-float.error textarea{border: 2px solid red;}
.style-12 .box .label-float.error label{color: red;}
.style-12 .box .label-float.error small{text-align: right;color: red;background: transparent;margin: 0;padding: 0;position: absolute;right: 20px;top: 15px;font-size: 11px;font-style: normal;}

.style-12 .box .cta{max-width: 540px;margin: 0 auto;text-align: center;}
.style-12 .box .cta button{background: #21bf73;font-size: 17px;font-weight: 600;padding: 12px;width: 300px;border-radius: 30px;outline: none;color: #fff;margin: 0;display: inline-block;text-align: center;}
.style-12 .box .cta button:hover {background: #0ee17b;transition: none;}


@media screen and (max-width: 1024px){
  .style-12{padding: 60px 0;text-align: center;}
  .style-12 .block{margin: 0 0 80px 0;}
  .style-12 .block h1{font-size: 30px;margin: 0 auto;text-align: center;}
  .style-12 .block h4{margin: 40px auto 0;text-align: center;}
  .style-12 .block .card {margin: 30px auto;text-align: center;}
  .style-12 .box{margin: 0 auto 80px;float: none;}
  .style-12 .cta button{min-width: 340px;}
}


.footer{background: #f0f5f9;padding: 50px 0;}
.footer img{float: left;margin: 15px 30px 0 0;display: block;}
.footer p{color: #383B61;font-size: 16px;margin: 10px 0;}
.footer p.nome{font-weight: 700;}
.footer a{display: block;color: #383B61;font-size: 16px;text-align: right;margin: 10px 0;}
.footer a:hover{color: #21bf73;}
.footer a.police{font-weight: 700;}

@media screen and (max-width: 1024px){
  .footer .container{max-width: 300px !important;}
  .footer img{float: initial;margin: 0 auto 20px;}
  .footer p{text-align: center;}
  .footer a{text-align: center;}
}

.rdp {background: #383b61;color: #d5dee2;overflow: hidden;padding: 30px 0;}
.rdp p {text-align: center;font-size: 11px;padding: 0;margin: 0;text-transform: uppercase;}
.rdp p a{color: #d5dee2;}
.rdp p a:hover{color: #21bf73;}

@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 .sc-modal {text-align: center;max-width: 420px;box-shadow: none;padding: 40px;}
.blocker .sc-modal img{margin: 0 auto;width: 80px;}
.blocker .sc-modal img.loader{animation: spin 0.75s linear infinite;}
.blocker .sc-modal h3{margin: 20px auto;}
.blocker .sc-modal p{margin: 20px auto 0;}
.blocker .sc-modal a{background:#21bf73;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 .sc-modal a:hover {background: #0ee17b;transition: none;}


/* Animate css */
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


/* Beneficios carrossel */
.orbit-container .orbit-slide-number{display: none !important}
.orbit-container .orbit-timer{display: none!important}
.orbit-container .orbit-prev{background-image:url(../img/prev.png);background-position: 50% 50%;background-size: 12px;background-repeat: no-repeat;color: transparent;top: auto;margin-top: -60px;opacity: 0.3;left: 10px;bottom: 2px;}
.orbit-container .orbit-next{background-image:url(../img/next.png);background-position: 50% 50%;background-size: 12px;background-repeat: no-repeat;color: transparent;bottom: 2px;margin-top: -60px;opacity: 0.3;right: 10px;top: auto;}
.orbit-container .orbit-prev>span, .orbit-container .orbit-next>span{border: 0;}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {background-color: transparent;opacity: 1;}

@media screen and (max-width: 1024px){
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next{display: none;}
}


/* 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%);background: #25d266;}


/* 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: #21bf73;box-sizing: border-box;padding: 15px 50px;text-align: center;transition: background .3s;}
#ck-container .ck-button:hover{cursor: pointer;background: #0ee17b;}


/* END */
