

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
}

::-webkit-input-placeholder {
  font-size: 15px;
  color: #086658;
}
:-moz-placeholder {
  font-size: 15px;
  color: #086658;
}
::-moz-placeholder {  
  font-size: 15px;
  color: #086658;
}
:-ms-input-placeholder {  
  font-size: 15px;
  color: #086658;
}

ul {
	list-style:none;	
}
input:focus {
	outline: none;
}
textarea:focus{
 	outline:none;
}
select:focus{
  outline:none;
}


a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a {
  transition: all 0.5s;
  -webkit-touch-callout: none;  /* iPhone OS, Safari */
  -webkit-user-select: none;    /* Chrome, Safari 3 */
  -khtml-user-select: none;     /* Safari 2 */
  -moz-user-select: none;       /* Firefox */
  -ms-user-select: none;        /* IE10+ */
  user-select: none; 
  text-decoration: none;
}

textarea, input[type="text"], input[type="button"], input[type="submit"] { -webkit-appearance: none; border-radius: 0; }

body {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  font-size: 0;
  color: #212121;
}


.center {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}


#top {
	display: block;
	width: 100%;
	padding: 4px 0 0px 0;
	background: #ffffff;
	color: #00332E;
	font-size: 11px;
}
#top > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


#top .t-language {
  display: inline-block;
}
#top .t-language span {
  display: inline-block;
  margin: 0 5px 0 5px;
  cursor: pointer;
}
#top .t-language span img {
  width: 20px;
  height: auto;
  border-radius: 3px;
}


#top .t-info {
  display: flex;
}
#top .t-info > span {
  margin: 0 10px 0 10px;
}
#top .t-info > span > a > b {
  font-weight: 400;
}
#top .t-info > span > a {
  color: #00332E;
  text-decoration: none;
}
#top .t-info > span > a:hover {
  color: #00332E;
  text-decoration: underline;
}
#top .t-info > ul {
  margin: 0 0 0 30px;
}
#top .t-info > ul > li {
  display: inline-block;
  margin: 0 5px 0 5px;
}
#top .t-info > ul a {
  color: #00332E;
  text-decoration: none;
}
#top .t-info > ul a:hover {
  color: #054F46;
  text-decoration: none;
}
#top .t-info > ul li span {
  display: none;
}



header {
  display: block;
  width: 100%;
  background: #037fdf;
  color: #feffff;
  height: 60px;
}
header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
header .bt-close {
  display: none;
}
header .menu {
  display: none;
}


header .search {
  width: 40px;
  padding: 0 8px 0 0;
  position: relative;
  font-size: 25px;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

header .cart {
  width: 80px;
  padding: 0 8px 0 0;
  position: relative;
  font-size: 25px;
  color: #fff;
  text-align: right;
  cursor: pointer;
}

header .cart > span {
  display: inline-block;
}
header .cart > span:first-of-type {
  margin: 0 20px 0 0;
}

header .cart .cart-active {
  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  top: -4px;
  right: 0;
  background: #FBAF03;
  border-radius: 100%;
  font-size: 11px;
  color: #000;
  text-align: center;
}

header .logo img {
  width: auto;
  height: 50px;
  margin: 5px 0 5px 0;
  vertical-align: middle;
}
nav .language {
  display: none;
}
header nav > div > ul {
  display: block;
  justify-content: space-between; 
}
header nav > div > ul > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 40px;
  height: 40px;
  padding: 10px 0 10px 0;
}
header nav > div > ul > li > span {
  display: block;
  font-size: 17px;
  color: #feffff;
  cursor: pointer;
}
header nav > div > ul > li > span:hover {
  color: #fff;
}
header nav > div > ul > li > span a {
  display: block;
  font-size: 17px;
  color: #feffff;
}
header nav > div > ul > li > span a:hover {
  color: #fff;
}

header nav > div > ul > li > a {
  display: block;
  font-size: 17px;
  color: #feffff;
}
header nav > div > ul > li > a:hover {
  color: #fff;
}
header nav > div > ul > li:hover ul {
  display: block;
}

header nav > div > ul > li > ul { 
  display: none;
  position: absolute;
  top: 60px;.h-why
  left: 0;
  width: 250px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #1e95f1;
  z-index: 9999;
}
header nav > div > ul > li > ul > li { 
  border-bottom:  1px solid #054C43;
}
header nav > ul > li > ul > li:last-of-type { 
  border-bottom:  0;
}
header nav > div > ul > li > ul > li:last-of-type a { 
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header nav > div > ul > li > ul > li > a { 
  display: block;
  padding: 18px 30px 18px 30px;
  font-size: 15px;
  color: #fff;
}
header nav > div > ul > li > ul > li > a:hover { 
  background: #01398c;
}

header nav { 
  height:60px;
}



#search {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(3, 127, 223, 0.9);
  z-index: 9999999999999999;
}
#search > span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#search > div {
  display: block;
  margin: 0 0 100px 0;
}
#search > div > img {
  display: inline-block;
  margin: 0 0 20px 0;
  width: 120px;
  height: auto;
}
#search > div > div {
  display: flex;
  width: 500px;
  padding: 5px 20px 5px 20px;
  align-items: center;
  background: #fff;
  border-radius: 50px;
}
#search > div > div > input {
  width: calc(100% - 100px);
  padding: 15px 20px 15px 20px;
  font-size: 25px;
  border: 0;
}
#search > div > div > button {
  padding: 3px 0 0 0;
  font-size: 40px;
  color: #002055;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#search > div > div > button > em {
  line-height: 0;
}

#search input::-webkit-input-placeholder {
  font-size: 25px;
  color: #9e9e9e;
}
#search input:-moz-placeholder {
  font-size: 25px;
  color: #9e9e9e;
}
#search input::-moz-placeholder {  
  font-size: 25px;
  color: #9e9e9e;
}
#search input:-ms-input-placeholder {  
  font-size: 25px;
  color: #9e9e9e;
}



.s-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0) !important;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.s-inactive {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}





footer {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 40px 0 40px 0;
  background: #037fdf;
  color: #fff;
}

.f-content .f-address {
  display: inline-block;
  width: 300px;
}
.f-content .f-address > img {
  display: block;
  margin: 0 0 30px 0;
  width: auto;
  height: 50px;
}
.f-content .f-address > b {
  display: block;
  margin: 30px 0 7px 0;
  font-size: 16px;
  font-weight: 500;
}
.f-content .f-address > p {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.f-link {
  display: inline-block;
  width: calc(100% - 400px);
  margin: 0 0 0 100px;
  vertical-align: top;

}
.f-link > div {
  display: inline-block;
  width: 30%;
  font-size: 14px;
  vertical-align: top;
}
.f-link > div > b {
  display: block;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 500;
}
.f-link > div > ul > li {
  margin: 8px 0 16px 0;
}
.f-link > div > ul a {
  color: #fff;
  text-decoration: none;
}
.f-link > div > ul a:hover {
  color: #fff;
  text-decoration: underline;
}

.f-link .pay > img {
  width: 100%;
  height: auto;
}

footer .social {
  display: block;
  width: 100% !important;
  margin: 50px 0 0 0;
}
footer .social li {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  margin: 0 10px 0 0 !important;
  border-radius: 30px;
  background: #01398c;
}
.f-copy {
  width: 100%;
  margin: 40px 0 0 0;
  padding: 40px 0 20px 0;
  border-top: 1px solid #01398c;
  font-size: 14px;
}



.page_404 {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.page_404 div {
  display: block;
  width: 380px; 
  text-align: center;
}
.page_404 div > img, strong, p, a {
  display: block;
}
.page_404 div > img {
  display: inline-block;
  width: 50%;
  height: auto;
}
.page_404 div > strong {
  margin: 30px 0 10px 0;
  font-size: 30px;
  font-weight: 600;
}
.page_404 div > p {
  font-size: 15px;
  font-weight: 300;
}
.page_404 div > a {
  margin: 30px 0 0 0;
  font-size: 14px;
  color: #002e2b;
  text-decoration: none;
  vertical-align: middle;
}
.page_404 div > a:hover {
  color: #02514c;
  text-decoration: underline;
}
.page_404 div > a > i {
  margin: 0 10px 0 0;
}



main {
  display: block;
  margin: 20px 0 50px 0;
}



#slide {
  display: block;
  width: 100%;
}
#slide img {
  width: auto;
  height: 300px;
}



#breadcrumb {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
#breadcrumb > li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}
#breadcrumb > li:after {
  content: '›';
  margin: 0 10px 0 10px;
  font-size: 14px;
  vertical-align: top;
}
#breadcrumb > li:last-of-type:after {
  content: '';
}
#breadcrumb > li > a {
  display: inline-block;
  font-size: 15px;
  color: #AEB3B9;
  text-decoration: underline;
}
#breadcrumb > li > a:hover span {
  text-decoration: underline;
}
#breadcrumb > li > a > span {
  display: inline-block;
}
#breadcrumb > li > span {
  font-size: 14px;
  color: #AEB3B9;
}


.title {
  display: block;
  width: 100%;
  margin: 30px 0 40px 0;
}
.title > h1 {
  display: block;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 800;
  color: #343A41;
}

.title > .description {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 24px;
}
.title > .social {
  display: block;
  margin: 30px 0 0 0;
}
.title > .social > a {
  display: inline-block;
  padding: 9px 11px 9px 11px;
  margin: 0 10px 0 0;
  border-radius: 100%;
  text-decoration: none;
  font-size: 15px;
  border-radius: 100%;
  text-align: center;
}
.title > .social > a > i {
  vertical-align: middle;
}



.texto {
  display: block;
  color: #48515A;
  text-align: justify;
}
.texto > div h2 {
  margin: 0 0 20px 0;
  font-size: 23px;
}
.texto > div {
  font-size: 15px;
  line-height: 28px;
}
.texto > div img {
  width: auto;
  height: auto;
}
.texto > div a {
  color: #FB8100;
  text-decoration: none;
  display: contents;
}
.texto > div a:hover {
  color: #FB4700;
  text-decoration: underline;
}
.texto > div p {
  display: block;
  margin: 0 0 20px 0;
}
.texto > div strong {
  display: inline-block;
}
.texto > div ul {
  margin: 10px 0 20px 10px;
}
.texto > div ul > li:before {
  content: '-  ';
}

#btnLeiaMais{
  float: none!important;
}


.listSearch {
  display: block;
  margin: 0 0 40px 0;
}
.listSearch > h2 {
  display: block;
  margin: 0 0 20px 0;
  font-size: 26px;
  text-decoration: underline;
}
.listSearch > div {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: row; 
  margin: 30px 0 50px 0;
}



.no-result {
  display: block;
  margin: 60px 0 120px 0;
  font-size: 25px;
}

.list {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: row; 
  margin: 30px 0 50px 0;
}

.item {
  display: inline-block;
  width: calc(100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.item:hover .bt-comprar {
  background: #fff;
}

.item > a > .item-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.item > a > .item-img > img {
  width: 100%;
  height: 150px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;  
}
.item > a > .item-pack-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.item > a > .item-pack-img > img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;  
}

.item > a > .item-content {
  padding: 12px;
}
.item .normal {
  /* height: 115px; */
  height: fit-content;
}
.item .pack {
  /* height: 100px; */
  height: fit-content;
}
.item > a > .item-content > h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #48515A;
}
.item > a > .item-content > p {
  margin: 20px 0 20px 0;
  font-size: 14px;
  line-height: 22px;
  color: #848F97;
}

.item .item-content > .item-price {
  display: block;
  margin: 5px 0 0 0;
  color: #212121;
}
.item .item-content > .item-price span {
  display: block;
  font-size: 11px;
}
.item .item-content > .item-price b {
  display: block;
  margin: 5px 0 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #22726a;
}
.item .item-content > .item-price small {
  display: block;
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: 400;
}

.item .item-content > .item-list {
  margin: 5px 0 0 0;
}
.item .item-content > .item-list > span {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  font-size: 13px;
  color: #848F97;
}
.item .item-content > .item-list > span i {
  margin: 0 5px 0 0;
  font-size: 18px;
  vertical-align: middle;
}


.item .bt-comprar {
  display: block;
  margin: 20px 10px 15px 10px;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
  background: #FBAF03;
  border: 2px solid #FBAF03;
  border-radius: 5px;
  text-align: center;
}
.item .bt-comprar:hover {
  background: #F9B406;
}

.item .bt-comprar {
  display: block;
  margin: 10px 10px 5px 10px;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
  background: #FBAF03;
  border: 2px solid #FBAF03;
  border-radius: 5px;
  text-align: center;
}
.item .bt-comprar:hover {
  background: #F9B406;
}

.item .bt-cart {
  margin: 10px 10px 15px 10px;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #fff;
  background: #075E54;
  border: 2px solid #075E54;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.item .bt-cart:hover {
  background: #075E54;
  color: #fff;
}


.bt-vermais {
  float: left;
  display: block;
  margin: 0 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  color: #000;
  background: #fff;
  border: 2px solid #FBAF03;
  border-radius: 5px;
  text-align: center;
}

.bt-vermais:hover{
  background: #F9B406;
}


#content {
  display: flex;
}

.right {
  width: 400px;
  margin: 0 0 0 50px;
}
.left {
  width: calc(100% - 450px);
}


.left .texto img {
	max-width: 100%;
}


.l-info {
  display: block;
  margin: 0 0 50px 0;
}

.l-info .bt-cart {
  display: block;
  width: calc(100% - 42px);
  padding: 20px 20px 20px 20px;
  margin: 30px 0 50px 0;
  border: 2px solid #FBAF00;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  background: #FBAF00;
  color: #212121;
  cursor: pointer;
  text-align: center;
}
.l-info .bt-cart:hover {
  background: #fff;
  color: #3F5236;
}
.l-info .bt-cart i {
  margin: 0 10px 0 0;
  font-size: 24px;
  vertical-align: middle;
}



.l-info .bt-cart-delete {
  display: block;
  width: calc(100% - 42px);
  padding: 20px 20px 20px 20px;
  margin: 30px 0 50px 0;
  border: 2px solid #9c9c9c;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  background: #9c9c9c;
  color: #212121;
  cursor: pointer;
  text-align: center;
}
.l-info .bt-cart-delete:hover {
  background: #fff;
  color: #3F5236;
}
.l-info .bt-cart-delete i {
  margin: 0 10px 0 0;
  font-size: 24px;
  vertical-align: middle;
}





.l-info-price {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 10px 0;
  color: #848F97;
}
.l-info-price > div {
  display: inline-block;
  width: calc(50% - 62px);
  padding: 20px;
  border-radius: 10px;
  background: #f9f9f9;
}
.l-info-price > div b {
  display: block;
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #212121;
}
.l-info-price > div > div {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.l-info-price > div > div > span {
  display: block;
  font-size: 13px;
}
.l-info-price > div > div > b {
  display: block;
  margin: 5px 0 0 0;
  font-size: 30px;
  font-weight: 800;
  color: #2061b7;
}
.l-info-price a {
  font-size: 13px;
  line-height: 20px;
  color: #69A3FE;
}


.l-info-list {
  display: block;
  margin: 10px 0 0 0;
  color: #48515A;
}
.l-info-list > span {
  display: inline-block;
  width: 50%;
  padding: 8px 0 8px 0;
  font-size: 14px;
  vertical-align: middle;
}
.l-info-list i {
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 20px;
}

.l-active {
  display: block;
  margin: 50px 0 30px 0;
  width: 100%;
  color: #48515A;
}
.l-active > h2 {
  font-size: 26px;
}
.l-active > section {
  display: block;
  margin: 0 0 20px 0;
}
.l-active > section > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.l-active > section > h3 {
  margin: 30px 0 15px 0;
  font-size: 20px;
}
.l-active > section > p {
  font-size: 15px;
  line-height: 28px;
}


.l-about {
  display: block;
  margin: 60px 0 0 0;
  color: #48515A;
}
.l-about > h2 {
  margin: 0 0 20px 0;
  font-size: 23px;
}
.l-about > div {
  font-size: 15px;
  line-height: 28px;
}
.l-about > div img {
  width: 100%;
  height: auto;
}
.l-about > div p {
  display: block;
  margin: 0 0 20px 0;
}
.l-about > div ul {
  margin: 10px 0 20px 10px;
}
.l-about > div ul > li:before {
  content: '-  ';
}


.l-price {
  display: block;
  width: 100%;
  margin: 60px 0 30px 0;
  color: #48515A;
}
.l-price > h2 {
  margin: 0 0 20px 0;
  font-size: 23px;
}
.l-price table {
  font-size: 14px;
  color: #596068;
  text-align: left;
}
.l-price table tr > th {
  width: 150px;
  padding: 10px 20px 10px 20px;
  background: #F8F8F8;
}
.l-price table tr > td {
  width: 150px;
  padding: 10px 20px 10px 20px;
  background: #F8F8F8;
}
.l-price a {
  display: block;
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 20px;
  color: #69A3FE;
}


.l-info-geral {
  display: block;
  width: 100%;
  margin: 60px 0 30px 0;
  color: #48515A;
}
.l-info-geral h2 {
  margin: 0 0 30px 0;
  font-size: 23px;
}
.l-info-geral > div > div {
  display: block;
  padding: 20px;
  margin: 0 0 10px 0;
  background: #F8F8F8;
  border-radius: 5px;
}
.l-info-geral > div > div > strong {
  font-size: 18px;
}
.l-info-geral > div > div > div {
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 26px;
}


.l-descricao {
  display: block;
  width: 100%;
  margin: 30px 0 40px 0;
}
.l-descricao > div {
  font-size: 18px;
  line-height: 30px;
}


.l-observacao {
  display: block;
  width: 100%;
  margin: 40px 0 30px 0;
}
.l-observacao > h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.l-observacao > div {
  font-size: 15px;
  line-height: 30px;
}




.l-incluso {
  display: block;
  width: 100%;
  margin: 30px 0 30px 0;
}
.l-incluso-item {
  display: inline-block;
  width: calc(50% - 20px);
  vertical-align: top;
}
.l-incluso-item:first-child {
  margin: 0 20px 0 0;
}
.l-incluso-item:last-child {
  margin: 0 0 0 20px;
}
.l-incluso-item h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.l-incluso-item > p {
  display: block;
  margin: 0 0 20px 0;
  font-size: 13px;
}
.l-incluso-item div {
  font-size: 15px;
  line-height: 30px;
}


.l-info-preco {
  display: block;
  width: 100%;
  margin: 30px 0 30px 0;
  padding: 20px 0 10px 0;
  border-top: 1px solid #EFEFEF; 
}
.l-info-preco > div {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.l-info-preco span {
  display: block;
  font-size: 14px;
}
.l-info-preco b {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 28px;
  color: #01398c;
}
.l-info-preco small {
  display: block;
  margin: 0 0 25px 0;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
.l-info-preco p {
  display: block;
  font-size: 12px;
}



.relation {
  display: block;
  width: 100%;
  margin: 50px 0 30px 0;
}
.relation h2 {
  font-size: 22px;
  color: #48515A;
}
.relation > div {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-flow: row; 
  margin: 30px 0 30px 0;
}
.relation .item-content  {
  /* height: 200px; */
  height: fit-content;
}




.facebook {
  color: #fff;
  background: #3e5c98;
}
.facebook:hover {
  color: #fff;
  background: #939393;
}
.twitter {
  color: #fff;
  background: #34aade;
}
.twitter:hover {
  color: #fff;
  background: #939393;
}
.telegram {
  color: #fff;
  background: #149cd0;
}
.telegram:hover {
  color: #fff;
  background: #939393;
}
.whatsapp {  
  color: #fff;
  background: #4fbf5e;
}
.whatsapp:hover {
  color: #fff;
  background: #939393;
}

















.gridMSG {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  background-color:rgba(49, 59, 81, 0.8);
  z-index: 9999999999999;
}
.gridMSG > div {
  position: relative;
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: left;
  background: #fff;
  width: 400px;
  padding: 40px 20px 40px 20px;
  border-radius: 5px;
}
.gridMSG > div > span + span {
  display: block;
  margin: 0 0 20px 0;
  font-size: 60px;
  color: #c51a37;
}
.gridMSG > div label {
  display: block;
  width: 100%;
  margin: 0 0 50px 0;
  font-size: 16px;
}
.gridMSG .buttons {
  display: block;
  width: 100%;
}
.gridMSG .buttons span {
  display: inline-block;
  width: calc(50% - 23px);
  margin: 0 10px 0 10px;
  padding: 15px 0 15px 0;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
  cursor: pointer;
}
.gridMSG .buttons .confirm {
  background: #01398c;
  border: 1px solid #01398c;
  color: #fff;
}
.gridMSG .buttons .confirm:hover {
  background: #01332C;
  border: 1px solid #01332C;
}
.gridMSG .buttons .cancel {
  background: #fff;
  border: 1px solid #212121;
  color: #212121;
}
.gridMSG .buttons .cancel:hover {
  border: 1px solid #5e6a8c;
}

.gridMSG .bt-closeMSG {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}


.msg-inactive {
  -webkit-transform: translateY(-550%);
  -moz-transform: translateY(-550%);
  -ms-transform: translateY(-550%);
  transform: translateY(-550%);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  -ms-transition: all .20s linear;
  transition: all .20s linear;
}
.msg-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .20s linear;
  -moz-transition: all .20s linear;
  -ms-transition: all .20s linear;
  transition: all .20s linear;
}






.activeCart {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0) !important;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.inactiveCart {
  -webkit-transform: translateX(+100%);
  -moz-transform: translateX(+100%);
  -ms-transform: translateX(+100%);
  transform: translateX(+100%);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}



#cart-resume {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
  color: #212121;
  border-left:  1px solid #EFEFEF;
}
#cart-resume .bt-close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 25px;
}
#cart-resume > strong {
  display: block;
  margin: 20px 10px 30px 80px;
  font-size: 18px;
}


.cart-resume-msg {
  display: block;
  margin: 50px 20px 0 20px;
  font-size: 40px;
  color: #c7c7c7;
  text-align: center;
}


.cart-resume-list {
  display: block;
  height: calc(100% - 175px);
  margin: 0 0 20px 0;
  overflow-y: auto;
}
.cart-resume-list-item {
  display: block;
  width: calc(100% - 40px);
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  vertical-align: middle;
}
.cart-resume-list-item:nth-child(odd) {
  background: #F7F7F7;
}
.cart-resume-list-item a {
  display: inline-block;
}
.cart-resume-list-item img {
  width: 60px;
  height: auto;
  vertical-align: middle;
  border-radius: 5px;
}
.cart-resume-list-item div {
  display: inline-block;
  vertical-align: middle;
}

.cart-resume-list-item div:first-of-type { 
  width: calc(100% - 140px);
  margin: 0 10px 0 10px;
}
.cart-resume-list-item div:last-of-type {
  width: 40px; 
  text-align: right;
}

.cart-resume-list-item div b {
  font-size: 13px;
  font-weight: 500;
}
.cart-resume-list-item div span {
  font-size: 22px;
  color: #C4001C;
  cursor: pointer;
}


.cart-resume-link {
  display: block;
}
.cart-resume-link a {
  display: block;
  width: calc(100% - 20px);
  padding: 20px 0 20px 0;
  margin: 0 10px 0 10px;
  background: #01398c;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
}
.cart-resume-link a:hover {
  
}






#splashRegister {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
#splashRegister > div {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#splashRegister > div > section {
  position: relative;
  width: 800px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

#splashRegister > div > section > span {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  background: #fff;
  font-size: 22px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
}

#splashRegister > div > section > section, aside {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#splashRegister > div > section > aside {
  width: calc(50% - 50px);
  margin: 0 0 0 50px;
  overflow: hidden;
  border-radius: 10px;
}
#splashRegister > div > section > aside > img {
  width: 130%;
  height: auto;
  object-fit: cover;  
  border-radius: 10px;
}



#splashRegister .msgError {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #f32c2c;
  text-align: center;
}

#splashRegister > div > section > section > .msg {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
#splashRegister > div > section > section > .msg b {
  display: block;
  margin: 0 0 20px;
  font-size: 40px;
  clear: both;
}
#splashRegister > div > section > section > .msg p {
  display: block;
  font-size: 22px;
  line-height: 30px;
}

#splashRegister > div > section > section {
  height: 520px;
}

#splashRegister > div > section > section > h2 {
  font-size: 26px;
  text-align: center;
}
#splashRegister > div > section > section > p {
  display: block;
  margin: 10px 0 30px 0;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

#splashRegister > div > section form { 
  display: flex;
  flex-wrap: wrap;
}
#splashRegister a { 
  display: block;
  margin: 30px 0 0 0;
  font-size: 20px;
  color: #1b45ba;
}
#splashRegister a:hover { 
  text-decoration: underline;
}
#splashRegister > div > section form label.error { 
  width: 100%;
  margin: 10px 0 20px 10px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #de003f !important;
}
#splashRegister > div > section form input.error { 
  border: 1px solid #ba1414;
  background: #fff;
}

#splashRegister > div > section form > input {
  display: block;
  width: calc(100% - 42px);
  padding: 15px 20px 15px 20px;
  margin: 0 0 20px 0;
  border-radius: 25px;
  border: 1px solid #cbcbcb;
  background: #f6f6f6;
}
#splashRegister > div > section form > input:focus {
  background: #fff;
}
#splashRegister > div > section form > button {
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 10px 0 0 0;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  background: #FBAF00;
  color: #3F5236;
  cursor: pointer;
}






#formWhatsapp {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 10px;
  width: 380px;
  padding: 0;
  border-radius: 10px;
  background: url('/assets/img/bg-whatsapp.png') #e0d7cf;
  z-index: 999;
}
#formWhatsapp > .title {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  margin: 0; 
  padding: 15px 10px 15px 10px;
  background: #128c7e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#formWhatsapp > .title span {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
#formWhatsapp > .title h2 {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
#formWhatsapp > .title h2 i {
  margin: 0 8px 0 0;
}

#formWhatsapp > p {
  display: block;
  width: calc(100% - 40px);
  margin: 5px 10px 5px 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  background: #e1f7cb;
  border-radius: 5px;
  text-align: center;
}

#formWhatsapp > .content {
  background: #fff;
  margin: 20px;
  padding: 10px;
  border-radius: 10px;
}



#formWhatsapp .msg {
  display: block;
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
}
#formWhatsapp .msg > b {  
  display: block;
  margin: 0 0 10px 0;
  font-size: 35px;
}
#formWhatsapp .msg > p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}
#formWhatsapp .full {
  display: block;
  width: 100%;
  background: #fff;
}
#formWhatsapp .half {
  display: inline-block !important;
  width: calc(50% - 4px);
}
#formWhatsapp .half + .half {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 0 15px 20px;
}
#formWhatsapp .field {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  text-align: left;
  border: 1px solid #c0af9d;
  border-radius: 5px;
}
#formWhatsapp .field input {
  display: block;
  width: calc(100% - 20px);
  padding: 15px 10px 10px 10px;
  cursor: text;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  background: none;
  text-align: left;
}
#formWhatsapp .field label {
  position: absolute;
  display: block;
  top: -7px;
  left: 10px;
  padding: 0 5px 0 5px;
  margin: 0 0 3px 0;
  font-size: 11px;
  font-weight: 500;
  color: #01398c;
  background: #fff;
}

#formWhatsapp .field select {
  display: block;
  width: calc(100% - 20px);
  padding: 15px 10px 10px 10px;
  cursor: text;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  background: none;
  text-align: left;
}

.item .bt-cart i {padding-right: 5px;}






#formWhatsapp button {
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 10px 0 0 0;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

#formWhatsapp .checkForm {
  margin: 0;
}
#formWhatsapp b {
  display: block;
  padding: 5px 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #212121;
}


#formWhatsapp .container {
  display: inline-block;
  position: relative;
  width: calc(33.3333% - 28px);
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #212121;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
#formWhatsapp .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}
#formWhatsapp .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  background-color: #fff;
  border: 1px solid #212121;
  border-radius: 5px;
}
#formWhatsapp .container:hover input ~ .checkmark {
  background-color: #fff;
}
#formWhatsapp .container input:checked ~ .checkmark {
  background-color: #fff;
}
#formWhatsapp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#formWhatsapp .container input:checked ~ .checkmark:after {
  display: block;
}
#formWhatsapp .container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #282828;
  background: #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}












#formOrcamento {
  position: sticky;
  display: block;
  top: 5px;
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 10px;
  background: #01398c;
}
#formOrcamento h2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#formOrcamento p {
  display: block;
  margin: 8px 0 25px 0;
  font-size: 12px;
  color: #fff;
}

#formOrcamento .msg {
  display: block;
  width: 100%;
  text-align: center;
}
#formOrcamento .msg > b {  
  display: block;
  margin: 0 0 10px 0;
  font-size: 35px;
}
#formOrcamento .msg > p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}

.full {
  display: block;
  width: 100%;
  background: #01398c;
}
.half {
  display: inline-block !important;
  width: calc(50% - 4px);
}
.half + .half {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 0 14px 20px;
}
.field {
  position: relative;
  display: block;
  margin: 0 0 14px 0;
  text-align: left;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.field label, input {
  transition: all 0.2s;
  touch-action: manipulation;
}
.field label {
  position: absolute;
  display: block;
  top: -7px;
  left: 10px;
  padding: 0 5px 0 5px;
  margin: 0 0 3px 0;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  background: #01398c;
}
.field input {
  display: block;
  width: calc(100% - 30px);
  padding: 15px 15px 11px 15px;
  cursor: text;
  border: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: none;
  text-align: left;
}

.field select {
  display: block;
  width: calc(100% - 30px);
  padding: 16px 15px 16px 15px;
  cursor: text;
  border: 0;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: transparent;
  text-align: left;
}
.field select:focus {
  display: block;
  width: calc(100% - 30px);
  padding: 16px 15px 16px 15px;
  border: 0;
  background: transparent;
}

.field .error {
  display: block;

  margin: 0 !important; 
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #de003f !important;
}
.error { 
  display: block;
  margin: 0 0 0 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #de003f !important;
}

#formOrcamento button {
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 10px 0 0 0;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #FBAF00;
  color: #3F5236;
  cursor: pointer;
}

.checkForm {
  margin: 10px 0 20px 0;
}
#formOrcamento b {
  display: block;
  padding: 0px 0 11px 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.container {
  display: inline-block;
  position: relative;
  width: calc(33.3333% - 28px);
  padding-left: 28px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.container:hover input ~ .checkmark {
  background-color: #fff;
}
.container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container input:checked ~ .checkmark:after {
  display: block;
}
.container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #282828;
  background: #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




/* form whatsapp index */

.formWhatsappIndex {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.formWhatsappIndex .full {
  display: block;
  width: 100%;
  background: #fff;
}
.formWhatsappIndex .half {
  display: inline-block !important;
  width: calc(50% - 4px);
}
.formWhatsappIndex .half + .half {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 0 15px 20px;
}
.formWhatsappIndex .field {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  text-align: left;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.modal-contato {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 5px;
  width: 50%;
  max-width: 500px;
}

.modal-contato-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-contato-body {
  margin-top: 20px;
}

.formWhatsappIndex label {
  display: block;
  margin-bottom: 5px;
  color: black;
  font-size: small;
  background: #fff;
}

.formWhatsappIndex input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #000000;
}

.formWhatsappIndex .number {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #000000;
}

button[type="submit"] {
  background-color: #075E54;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
}







.spin {
  display: inline-block;
  -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




#bt-whatsapp {
  position: fixed;
  bottom: 90px;
  right: 12px;
  padding: 15px 15px 15px 15px;
  height: 35px;
  width: 40px;
  font-size: 36px;
  color: #fff;
  background: #65d072;
  border-radius: 100%;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}



.list-passeio {
  display: block;
}
.list-passeio > section {
  display: block;
  width: calc(100% - 20px);
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 10px;
}
.list-passeio > section .img {
  display: inline-block;
  width: 200px;
  height: 150px;
  margin: 0 30px 0 0;
  overflow: hidden;
  vertical-align: top;
  border-radius: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list-passeio > section:hover img {
 -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.list-passeio > section .img > img {
  width: auto;
  height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;  
}

.list-passeio > section .content {
  display: inline-block;
  width: calc(100% - 230px);
  margin: 0;
  vertical-align: top;
}
.list-passeio > section .content > h3 {
  display: block;
  margin: 2px 0 10px 0;
  font-size: 22px;
  color: #002e2b;
}
.list-passeio > section .content > p {
  display: block;
  font-size: 14px;
  color: #212121;
  line-height: 20px;
}







.slide-home {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: url('/assets/img/agenciaygarape-mergulho-bonito.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}
.slide-home > div {
  position: absolute;
  top: 20%;
  left: 50px;
}
.slide-home > div > span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.slide-home > div > b {
  display: block;
  margin: 15px 0 8px 0;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
}
.slide-home > div > p {
  display: block;
  font-size: 16px;
  color: #fff;
}
.slide-home > div > a {
  display: table;
  margin: 40px 0 0 0;
  padding: 15px 20px 15px 20px;
  background: #f0b22b;
  border-radius: 10px;
  font-size: 15px;
  color: #002218;
  text-align: center;
  text-decoration: none;
}
.slide-home > div > a:hover {
  background: #cc9212;
  text-decoration: none;
}


#h-contact {
  display: block;
  width: 100%;
  margin: 100px 0 100px 0;
}
.h-c-info {
  display: inline-block;
  width: calc(100% - 450px);
  height: 490px;
  padding: 50px;
  margin: 50px 0 50px 0;
  background: url('/assets/img/fundo-peixe.png');
  vertical-align: top;
  color: #fff;
}
.h-c-form {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  margin-left: 50%;
  transform: translate(-50%, 0);
}
.h-c-info > h2 {
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: 600;
}
.h-c-info > p {
  width: 550px;
  margin: 0 0 50px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.h-c-info > section {
  width: 400px;
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.h-c-info > section > div {
  display: inline-block;
  vertical-align: middle;
}
.h-c-info > section > div:first-of-type {
  width: 50px;
}
.h-c-info > section > div:last-of-type {
  width: calc(100% - 50px);
}

.h-c-info > section > div > i {
  font-size: 30px;
}
.h-c-info > section > div > h3 {
  margin: 0 0 7px 0;
  font-size: 17px;
}
.h-c-info > section > div > p {
  font-size: 13px;
  line-height: 18px;
}



.h-why {
  position: absolute;
  top: 560px; 
  left: 50%;                    
  transform: translate(-50%, 0);
  display: block;
  width: 70%;
  padding: 7px 30px;
  border-radius: 10px;
  background-image: linear-gradient(#01398c, #037fdf);
  z-index: 999;
}
.h-why h2 {
  display: inline-block;
  width: 20%;
  margin: 0 15px 0 0;
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
}
.h-why section {
  display: inline-block;
  width: calc(85% - 85px);
  vertical-align: middle;

}
.h-why section > div {
  vertical-align: middle;
  display: inline-block;
  width: 25%;
}
/* .h-why section > div > span {
  display: table;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  background: #01398c;
} */
.h-why section > div > span > i {
  font-size: 26px;
  margin: 0;
  color: #fff;
}
.h-why section > div > p {
  width: 150px;
  margin: 0 0 0 0;
  font-size: 13px;
  color: #fff;
}




.h-title, .h-title-center {
  display: block;
  width: 100%;
  margin: 60px 0 10px 0;
}
.h-title > h2, .h-title-center > h2 {
  display: block;
  margin: 0 0 10px 0;
  font-size: 26px;
  font-weight: 600;
  color: #343A41;
}

.h-title-center > h2 {
  text-align: center;
}


.h-atrativo {
  display: block;
  width: calc(100% - 102px);
  padding: 50px;
  margin: 130px 0 0 0;
  border-radius: 10px;
  border: 1px solid #aaafb3;
}

.h-a-title {
  display: block;
  margin: 0 0 70px 0;
}
.h-a-title > h2 {
  display: inline-block;
  width: 200px;
  margin: 0 200px 0 0;
  font-size: 32px;
  font-weight: 600;
  color: #4a5057;
  vertical-align: top;
}
.h-a-title > div {
  display: inline-block;
  width: calc(100% - 400px);
}
.h-a-title > div > span {
  display: inline-block;
  width: calc(25% - 60px);
  padding: 20px 30px 20px 30px;
  font-size: 20px;
  color: #6e93f0;
  text-align: center;
  vertical-align: top;
  border-bottom: 8px solid #dfe2e6;
}
.h-a-title > div > .select {
  border-bottom: 8px solid #6e93f0 !important;
}


.h-a-content > section > div {
  display: inline-block;
  color: #878e96;
  vertical-align: top;
}
.h-a-content > section > div:first-of-type {
  width: calc(100% - 600px);
  margin: 0 50px 0 0;
}
.h-a-content > section > div:first-of-type h3 {
  display: block;
  margin: 0 0 15px 0;
  font-size: 28px;
}
.h-a-content > section > div:first-of-type p {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.h-a-content > section > div:first-of-type div {
  display: block;
  margin: 40px 0 0 0;
}
.h-a-content > section > div:first-of-type div > span {
  display: inline-block;
  width: 140px;
  text-align: center;
  vertical-align: top;
}
.h-a-content > section > div:first-of-type div > span > img {
  display: inline-block;
  width: 50px;
  height: auto;
}
.h-a-content > section > div:first-of-type div > span > b {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 24px;
}
.h-a-content > section > div:first-of-type div > span > small {
  display: block;
  font-size: 14px;
}

.h-a-content > section > div:last-of-type {
  width: 550px;
}
.h-a-content > section > div:last-of-type img {
  width: 100%;
  height: auto;
}

.h-passeio {
  margin: 20px 0 20px 0;
}

.h-passeio h2 {
  margin: 100px 0 0;
  color: #4a5056;
}

.h-hospedagem {
  display: block;
  width: 100%;
  margin: 70px 0 0 0;
}
.h-hospedagem > section  {
  display: inline-block;
  width: calc(90% - 400px);
  margin: 20px 0 0 0;
  color: #4a5056;
}
.h-hospedagem > section > h2, .h-passeio h2   {
  font-size: 32px;
  font-weight: 700;
}
.h-hospedagem > section > p  {
  display: block;
  width: 520px;
  margin: 25px 0 80px 0;
  font-size: 16px;  
}

.h-hospedagem > section > div  {
  width: 500px;
}
.h-hospedagem > section > div > strong  {
  display: block;
  margin: 0 0 30px 0;
  font-size: 17px;
  font-weight: 600;
}
.h-hospedagem > section > div > span {
  display: inline-block;
  margin: 0 50px 0 0;
  vertical-align: top;
  text-align: center;
}
.h-hospedagem > section > div > span > img {
  display: inline-block;
  width: auto;
  height: 65px;
}
.h-hospedagem > section > div > span > small {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.h-hospedagem > aside {
  display: inline-block;
  width: 400px;
}
.h-hospedagem > aside > img {
  width: 100%;
  height: auto;
}



.h-funciona {
  display: block;
  width: calc(100% - 100px);
  padding: 100px 50px 100px 50px;
  margin: 50px 0 50px 0;
  background: #eef4f3;
  color: #353a3f;
  text-align: center;
}

.h-funciona span {
  font-size: 18px;
  font-weight: 300;
}
.h-funciona h2 {
  margin: 10px 0 80px 0;
  font-size: 32px;
  font-weight: 700;
}


.h-f-item {
  display: inline-block;
  height: 140px;
  width: 200px;
  margin: 0 30px 50px 30px;
  padding: 60px 20px 60px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.h-f-item > h3 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  vertical-align: bottom;
}
.h-f-item > img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
}







.calendar {
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.calendar .bt-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  color: #000;
  cursor: pointer;
}
.calendar > div {
  position: relative;
  display: block;
  width: 600px;
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  background: #fff;
}
.calendar > div > .title {
  display: block;
  margin: 0 0 30px 0;
}
.calendar > div > .title > h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
}
.calendar > div > .title > p {
  font-size: 13px;
  line-height: 20px;
}


.calendar .all {
  display: block;
  width: calc(100%);
  padding: 0; 
  margin: 0;
  vertical-align: top;
}
.calendar .left {
  display: inline-block;
  width: calc(60% - 30px);
  padding: 0; 
  margin: 0 30px 0 0;
  vertical-align: top;
}
.calendar .right {
  display: inline-block;
  width: calc(40%);
  height: 300px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}





.calendar .c-price {
  color: #000;
}
.calendar .c-price > p {
  font-size: 13px;
}
.calendar .c-price > b {
  display: block;
  margin: 5px 0 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #29910d;
}


.calendar .c-field {
  padding: 0;
  vertical-align: top;
}
.calendar .c-field label, input, textarea, select {
  transition: all 0.2s;
  touch-action: manipulation;
}
.calendar .c-field label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 12px;
  font-weight: 500;
  color: #454444; 
  text-transform: uppercase;
}
.calendar .c-field input[type=text], input[type=date], input[type=password], input[type=number], input[type=file] {
  display: block;
  height: 45px;
  width: calc(100% - 22px);
  margin: 2px 0 0 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #454444;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.calendar .c-field input[type=text]:focus, input[type=date]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus {
  background: #fff;
  border: 1px solid #28408a;
}
.calendar .c-field select {
  display: block;
  height: 45px;
  width: calc(100% - 2px);
  margin: 2px 0 0 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #454444;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -webkit-appearance: none;  
  -moz-appearance: none; 
  appearance: none; 
  background: url('/assets/img/arrow.png') no-repeat #fff;
  background-position: calc(100% - 20px) center; 
}
.calendar .c-field select:focus {
  background: url('/assets/img/arrow.png') no-repeat #fff;
  background-position: calc(100% - 20px) center; 
  border: 1px solid #28408a;
}


.calendar .c-full {
  display: inline-block;
  width: calc(100%);
  margin: 0 0 20px 0;
  vertical-align: top;
}

.calendar .c-button {
  display: block;
}
.calendar .c-button > .button {
  display: block;
  margin: 10px 20px 0 0;
  padding: 15px 20px 15px 20px;
  border-radius: 5px;
  border: 0;
  background: #32850e;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.calendar .c-button > .button:hover {
  background: #286a0a;
}

.calendar .msg {
  display: block;
  margin: 15px 0 20px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #e11217;
}








.calendario {
  display: inline-block;
  width: calc(100% - 20px);
  padding: 10px;
  margin: 0 0 0 0;
  font-size: 18px;
  z-index: 9999;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.calendario .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
.calendario .title > h1 {
  display: inline-block;
  margin: 0 30px 0 30px;
  font-size: 14px;
  font-weight: 600;
  width: auto;
  vertical-align: top;
}
.calendario .title > span {
  display: inline-block;
  padding: 8px;
  margin: 0 5px 0 5px;
  font-size: 15px;
  color: #000;
  vertical-align: top;
  cursor: pointer;
}


.calendario .header {
  width: 100%;
}
.calendario .header > div {
  display: inline-block;
  width: calc(14.285%);
  padding: 15px 0 15px 0;
  font-size: 0px;
  background: #fff;
  vertical-align: top;
}
.calendario .header > div > b {
  display: block;
  width: calc(100% - 10px);
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  text-align: center;
}

.calendario > .week {
  display: block;
  width: calc(100% - 1px);
  padding: 0;
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0;

}


.calendario .week > div {
  position: relative;
  display: inline-block;
  width: calc(14.285%);
  height: 30px;
  padding: 0;
  margin: 0;
  background: #fff;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
}
.calendario .week > div:nth-last-child(-n+2) {
  background: #f1f1f1;
}


.calendario .week > div > .addAgenda {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-size: 18px;
  cursor: pointer;
}


.calendario .week > div > b {
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #ccc;
}
.calendario .week > div > b.select {
  width: 25px;
  height: 20px;
  padding: 5px 0 0 0;
  margin: 5px 5px 0 0;
  background: #308113;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
}
.calendario .week > div > b.agenda {
  color: #000;
  text-align: center;
  cursor: pointer;
}

.calendario .week > div > span {
  display: inline-block;

  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff9c2;

  padding: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  cursor: pointer;
}
.calendario .week > div > span:hover {
  font-size: 22px;
}

.calendario .activity {
  display: block;
  margin: 20px 5px 0 0;
}
.calendario .activity > label {
  position: relative;
  margin: 0 5px 0 5px;
  font-size: 20px;
  cursor: pointer;;
}
.calendario .activity > label:hover div {
  display: block;
}


.calendario .legenda {
  margin: 30px 0 0 0;
  font-size: 12px;
  color: #333;
}
.calendario .legenda b {
  display: block;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.calendario .legenda label {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.calendario .legenda label i {
  display: inline-block;
  margin: 0 3px 0 0;
  font-size: 15px;
}



.tooltip {
  display: none;
  position: absolute;
  width: 180px;
  padding: 5px 15px 5px 15px;
  right: 0;
  top: 24px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 3px 3px 5px #d9d9d9;
  text-align: left;
}
.tooltip > a {
  display: block;
  margin: 10px 0 0 0; 
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.tooltip > a:hover {
  text-decoration: underline;
}
.tooltip > div {
  display: block;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
}
.tooltip > div a {
  text-decoration: none;
}
.tooltip > div span {
  display: block;
  font-size: 11px;
  color: #555;
}
.tooltip > div b {
  display: block;
  font-size: 13px;
  color: #166cbd;
}




.calendario .manha {
  color: #1e88ea;
}
.calendario .tarde {
  color: #1eea45;
}
.calendario .integral {
  color: #ea281e;
}

.legendaManha i {
  color: #1e88ea;
}
.legendaTarde i {
  color: #1eea45;
}
.legendaIntegral i {
  color: #ea281e;
}






#tabela-preco {
  display: block;
  width: 100%;
}
#tabela-preco > table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
#tabela-preco > table > thead {
  background: #71aca6; 
}
#tabela-preco > table > thead > tr {
}
#tabela-preco > table > thead > tr > th {
  padding: 15px 20px 15px 20px;
  font-size: 16px;
  color: #12322e;
  empty-cells: show;
  text-align: left;
}
#tabela-preco > table > thead > tr > th:first-of-type {
  border-top-left-radius: 10px;
}
#tabela-preco > table > thead > tr > th:last-of-type {
  border-top-right-radius: 10px;
}

#tabela-preco > table > tbody {

}
#tabela-preco > table > tbody > tr {
  border-bottom: 1px solid #f0f0f0;

}
#tabela-preco > table > tbody > tr > td {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}


.t-sel {
  background: #f0f0f0;
}




#tabela-preco .texto {
  display: block;
  margin: 0 0 50px 0;
  color: #48515A;
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
}
#tabela-preco .texto h2 {
  margin: 0 0 20px 0;
  font-size: 23px;
}
#tabela-preco .texto img {
  width: auto;
  height: auto;
  text-align: center;
}
#tabela-preco .texto a {
  color: #073633;
  text-decoration: none;
}
#tabela-preco .texto a:hover {
  color: #073633;
  text-decoration: underline;
}
#tabela-preco .texto p {
  display: block;
  margin: 0 0 20px 0;
}
#tabela-preco .texto strong {
  display: inline-block;
}
#tabela-preco .texto ul {
  margin: 10px 0 20px 10px;
}
#tabela-preco .texto ul > li:before {
  content: '-  ';
}









.formulario {
  float:left;
  width:calc(100% - 60px);
  margin:0 10px 0 10px;
  padding: 20px;
  background: #fff;
  border-radius:5px;
}
.formulario span {
  margin:0 0 15px 0;
}

.formulario .tipoCadastro {
  float:left;
  width:100%;
  font-size:16px;
  font-weight:bold;
  margin:15px 0 20px 0;
  text-transform: uppercase;
}
.formulario .tipoCadastro label {
  margin:0 15px 0 0;
  color: #888888;
}
.formulario p {
  float:left;
  width:100%;
  font-size:13px;
  font-weight:bold;
  line-height:22px;
  margin:5px 0 20px 0;
  color:#505050;
  text-align:left;
}


.rotulo {
  float:none;
  clear:both;
  color:#acacac;
  font-size:12px;
  font-weight:normal;
  margin:2px 10px 0px 0px;
  padding:0px 0px 8px 0px;
  display:block;
}
.rotuloDuplo {
  color:#acacac;
  float:left; 
  font-size:12px;
  margin:2px 30px 0px 0px;
  padding:0px 0px 8px 0px;
  display:block;
}

.rotuloDuplo span {
  min-height:1px;
  padding:0;
  margin:0;
  border:1px solid #000;
  color:#acacac; 
  font-size: 11px 
}
.rotuloDuplo strong {
  min-height:1px;
  padding:0;
  margin:0;
  color:#acacac; 
  font-size: 12px 
}
.rotulo strong {
  min-height:1px;
  padding:0;
  margin:0;
  color:#acacac; 
  font-size: 12px 
}


.ativo {
  background:#fff;
  border:1px solid #d1d1d2; 
  border-radius:4px;
  height:28px;
  padding:5px 10px 5px 10px;
  margin:2px 5px 4px 0;
  font-size:12px;
  color:#737373;
  display:block;  
  clear:both;
}
.inativo {
  background:#f9f9f9;
  border:1px solid #d1d1d2; 
  border-radius:4px;
  height:28px;
  padding:5px 10px 5px 10px;
  margin:2px 5px 4px 0;
  font-size:12px;
  color:#737373;
  display:block;  
  clear:both;
}
.ativo-select {
  background:#fff;
  border:1px solid #d1d1d2; 
  border-radius:4px;
  height:28px;
  padding:4px 10px 4px 10px;
  margin:2px 5px 4px 0;
  font-size:12px;
  color:#737373;
  display:block;  
  clear:both;
}
.inativo-select {
  background:#f9f9f9;
  border:1px solid #d1d1d2; 
  border-radius:4px;
  height:28px;
  padding:4px 10px 4px 10px;
  margin:2px 5px 4px 0;
  font-size:12px;
  color:#737373;
  display:block;  
  clear:both;
}

.bt-padrao {
  float:left;
  display:block;
  background:#bf0a10;
  color:#fff;
  font-size:15px;
  letter-spacing:1px;
  
  padding:11px 15px 11px 15px;
  margin:15px 0 0 0;
  
  border:1px solid #bf0a10;
  border-radius: 4px;
  text-decoration:none;
}
.bt-padrao:hover {
  background:#e03027;
  border:1px solid #e03027;
  color:#fff;
}

label.error { 
  float: none; 
  color:#d4271e; 
  margin: 0 .5em 0 0; 
  vertical-align: top; 
  font-size: 12px 
}

fieldset {
  display:table;  
  clear:both;
  background:#fff;  
  font-size:12px;
  border-top:1px solid #e3e2e2;
  margin:20px 0px 15px 0px;
  padding:10px 10px 10px 0;
}
fieldset div {
  clear:both;
  display:block;
  margin:6px 0px 8px 0px;
}
fieldset div span {
  clear:both;
  display:block;
  font-weight:bold;
  text-decoration:underline;
}
fieldset legend {
  margin: 10px 0 5px 0;
  color:#636363;
  font-size:16px;
  text-transform: uppercase;
}

.msgErro {
  float:left;
  width:calc(100% - 92px);
  font-size:13px;
  line-height: 22px;
  color:#222222;
  background:url(../img/negativo.png) 20px 12px #fdf5ac no-repeat;
  padding:20px 10px 20px 80px;
  margin:10px 0 20px 0;
  border:1px solid #f7ee97;
  clear:both;
  display:block;
  border-radius: 5px;
}
.msgOk {
  float:left;
  width:calc(100% - 92px);
  font-size:13px;
  line-height: 22px;
  color:#222222;
  background:url(../img/positivo.png) 20px 20px #fdf5ac no-repeat;
  padding:20px 10px 20px 80px;
  margin:10px 0 20px 0;
  border:1px solid #f7ee97;
  clear:both;
  display:block;
  border-radius: 5px;
}




.mensagemSucesso {
  display: block;
  width: calc(100% - 60px);
  padding: 50px 30px 50px 30px;
  vertical-align: top;
  background: #f1f1f1;
  border-radius: 5px;
  text-align: center;
}
.mensagemSucesso h1 {
  margin: 0 0 20px 0;
  font-size: 50px;
  font-weight: 600;
  color: #45867f;
}
.mensagemSucesso p {
  font-size: 22px;
  font-weight: 400;
}
.mensagemSucesso a {
  display: block;
  margin: 40px 0 0 0;
  font-size: 16px;
  color: #102e2b;
  text-decoration: underline;
}
.mensagemSucesso a:hover {
  color: #102e2b;
  text-decoration: none;
}



.formSenha {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;

  border-radius: 5px;
  padding: 30px;
  background: #f1f1f1;
}

.formLogin {
  display: inline-block;
  width: 370px;
  margin: 0 30px 0 0;
  vertical-align: top;

  border-radius: 5px;
  padding: 30px;
  background: #f1f1f1;
}
.formLogin h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
}
.formLogin a {
  display: block;
  margin: 0 0 30px 0;
  font-size: 15px;
  color: #102e2b;
  text-decoration: none;
}
.formLogin a:hover {
  text-decoration: underline;
}




.formCadastro {
  display: inline-block;
  width: calc(100% - 520px);
  padding: 30px;
  background: #f1f1f1;
  border-radius: 5px;
}
.formCadastro h2 {
  margin: 0 0 20px 0;
  font-size: 20px;
}




.mensagemCadastro {
  display: block;
  padding: 0 0 20px 0;
  font-size: 15px;
  font-weight: 600;
  color: #ce112c;
  text-transform: uppercase;
}

.c-f-full {
  display: block;
  width: calc(100% - 5px);
  margin: 0 0 20px 0;
  vertical-align: top;
}
.c-f-full a {
  display: block;
  margin: 0 0 30px 0;
  font-size: 15px;
  color: #102e2b;
  text-decoration: none;
}
.c-f-full a:hover {
  text-decoration: underline;
}
.c-f-full img {
  margin: 0 8px 0 0;
}
.c-f-full div {
  display: inline-block;
  vertical-align: top;
}
.c-f-full div:first-of-type {
  width: 50%;
}
.c-f-full div + div {
  width: calc(50% - 30px);
  margin: 0 0 0 30px;
}


.c-f-half {
  display: inline-block;
  width: calc(50% - 5px);
  margin: 0 0 20px 0;
  vertical-align: top;
}
.c-f-half + .c-f-half {
  width: calc(50% - 30px);
  margin: 0 0 20px 30px;
}
.c-f-half div {
  display: inline-block;
  vertical-align: top;
}
.c-f-half div:first-of-type {
  width: calc(50%);
}
.c-f-half div + div {
  width: calc(50% - 33px);
  margin: 0 0 0 30px;
}



fieldset {
  border: 1px solid #dee1ed;
  padding: 20px 15px 10px 15px;
  margin: 0 0 20px 0;
}
fieldset > legend {
  margin: 0 0 0 20px;
  font-size: 12px;
  font-weight: 600;
  color: #1e1e1e;
}


.c-buttons {
  margin: 30px 0 0 0;
}

.c-field {
  padding: 0;
  vertical-align: top;
}
.c-field label, input, textarea, select {
  transition: all 0.2s;
  touch-action: manipulation;
}
.c-field > b {
  font-size: 15px;
}
.c-field > span {
  display: inline-block;
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #257db2;
  cursor: pointer;
}
.c-field label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px;
  font-weight: 400;
  color: #000; 
}

.c-field input[type=text] + label, input[type=date] + label, input[type=password] + label, input[type=number] + label, textarea + label, select + label {
  margin: 3px 0 0 0;
  font-size: 14px !important;
}
.c-field input[type=text] + span + label, input[type=date] + span + label, input[type=password] + span + label, input[type=number] + span + label, textarea + span + label, select + span + label {
  margin: 3px 0 0 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.c-field input[type=text], input[type=date], input[type=password], input[type=number], input[type=file], select {
  height: 45px;
  width: calc(100% - 22px);
  margin: 2px 0 0 0;
  padding: 0 10px 0 10px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #102e2b;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.c-field textarea {
  width: calc(100%);
  margin: 0 0 0 0;
  padding: 0 10px 0 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;

  background: #fff;
  border: 1px solid #dedede;
  border-radius: 2px;
}
.c-field input[type=text]:focus, input[type=date]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus {
  background: #fff;
  border: 1px solid #102e2b;
}

.c-field select {
  -webkit-appearance: none;  
  -moz-appearance: none; 
  appearance: none; 
  background: url('../../assets/img/arrow.png') no-repeat #fff;
  background-position: calc(100% - 20px) center; 
}
.c-field select:focus {
  background: url('../../assets/img/arrow.png') no-repeat #fff;
  background-position: calc(100% - 20px) center; 
  border: 1px solid #28408a;
}

.c-field button[type=submit], .c-field button[type=button], .field button[type=reset] {
  display: inline-block;
  margin: 5px 10px 0 0;
  padding: 14px 25px 14px 25px;
  border-radius: 5px;
  background: #102e2b;
  border: 1px solid #102e2b;;
  font-size: 18px;
  color: #fff;
}
.c-field button[type=submit]:hover, .c-field button[type=button]:hover, .field button[type=reset]:hover {
  background: #164742;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.c-field button[type=submit] + button[type=button], .field button[type=submit] + a + button[type=button] {
  display: inline-block;
  margin: 5px 0 0 10px;
  padding: 14px 25px 14px 25px;
  border-radius: 5px;
  border: 1px solid #646a75;
  background: #fff;
  font-size: 13px;
  color: #565c67;
}
.c-field button[type=submit] + button[type=button]:hover, .field button[type=submit] + a + button[type=button]:hover {
  background: #565c67;
  color: #fff;
  transition: all 0.3s ease-in-out;
}





.pay-label {
  display: block;
}
.pay-label label {
  display: inline-block;
  padding: 20px 30px 20px 30px;
  background: #e8e7e7;
  font-size: 14px;
  cursor: pointer;
}

.pay-label label.active {
  background: #f2f2f2;
  font-weight: 500;
}
.pay-label label input {
  display: none;
}


.pay-active {
  display: block !important;
}

.payment-opt {
  display: inline-block;
  width: calc(50%);
  margin: 0;
  color: #000;
  vertical-align: top;
}

.payment-opt > div > div > img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 0 20px 0;
}
.payment-opt > div > div > p {
  display: block;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 22px;
}

.payment-opt .pay-content {
  display: none;
  width: calc(100% - 40px);
  padding: 20px 20px 0 20px;
  background: #f2f2f2;
  overflow: hidden;
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}


.payment-opt > div > div > button {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 20px 0 20px 0;
  background: #1f8cd1;
  color: #fff;
  font-size: 18px;

  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.payment-opt > div > div > span {
  display: block;
  margin: 10px 0 15px 0;
  font-size: 16px;
  color: #e92428;
}





.payment-resume {
  display: inline-block;
  width: calc(50% - 90px);
  padding: 20px 20px 30px 20px;
  margin: 0 50px 0 0;

  background: #f2f2f2;
  border-radius: 5px;

  font-size: 15px;
  color: #333;
}

.payment-resume > div.profile {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.payment-resume > div.profile > strong {
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #444;
}

.payment-resume > .detail {
  margin: 20px 0 20px 0;
  padding: 10px 0 10px 0;
  font-size: 16px;
}
.payment-resume > .detail > span {
  display: block;
  margin: 40px 0 0 0;
  font-size: 13px;
}
.payment-resume > .detail > span b {
  margin: 0 0 0 10px;
  font-size: 20px;
  color: #046f13;
}
.payment-resume > .detail > strong {
  display: block;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #444;
}
.payment-resume > .detail .d-item {
  display: block;
  padding: 10px;
  margin: 0 0 10px 0;
  background: #f9f9f9;
  border-radius: 5px;
}
.payment-resume > .detail .d-item strong {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
} 
.payment-resume > .detail .d-item span {
  display: block;
  font-size: 13px;
} 
.payment-resume > .detail .d-item > .price {
  margin: 10px 0 0 0;
}


.payment-resume > div + p {
  margin: 30px 0 0 0;
  font-size: 13px;
  line-height: 20px;
}






.pagamentoConcluido {
  display: block;
  padding: 50px 30px 50px 30px;
  margin: 30px 0 30px 0;
  text-align: center;
  background: #f2f2f2;
  border-radius: 10px;
}
.pagamentoConcluido > h1 {
  margin: 0 0 40px 0;
  font-size: 40px;
}
.pagamentoConcluido > div {
  font-size: 19px;
  line-height: 28px;
  text-align: left;
}
.pagamentoConcluido > div > p > strong {
  display: inline;
}
.pagamentoConcluido > div > p {
  display: block;
  margin: 0 0 30px 0;
}
.pagamentoConcluido > div > p > a {
  color: #0066d8;
  text-decoration: none;
}
.pagamentoConcluido > div > p > a:hover {
  color: #0066d8;
  text-decoration: underline;
}




.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:rgba(75, 77, 77,0.8);
  z-index: 99999;
}
.loading > div {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.loading > div > div {
  display: block;
  width: 100%;
  font-size: 20px;
}
.loading > div > div > span {
  font-size: 80px;
  font-weight: 400;
}
.loading > div > div > p {
  display: block;
  margin: 20px 0 0 0;
}
.spin {
  display: inline-block;
  -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




.has-error {
  border-width: 2px !important;
  border: 2px solid #e50f23 !important;
}

.validation {
  font-size: 15px;
  color:  #000;
}

.validation.text-danger:after {
  font-size: 14px;
  content: '';
}

.validation.text-success:after {
  font-size: 15px;
  content: '';
}




.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #8c8c8c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.container2:hover input ~ .checkmark2 {
  background-color: #fff;
}
.container2 input:checked ~ .checkmark2 {
  background-color: #fff;
}
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}
.container2 input:checked ~ .checkmark2:after {
  display: block;
}
.container2 .checkmark2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #282828;
  background: #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





#infoTitular {
  display: none;
  border-top: 1px solid #ccc;
}
#infoTitular > strong {
  display: block;
  margin: 40px 0 20px 0;
  font-size: 20px;
  font-weight: 500;
}


.modal {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999999999999;
}
.modal > div {
  position: relative;
  display: block;
  width: 500px;
  padding: 40px;
  background: #01398c;
  border-radius: 10px;
}
.modal > div > .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.modal > div > strong {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.modal > div > p {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.modal > div > a {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 20px 30px 20px 30px;
  background: #fbaf03;
  font-size: 16px;
  color: #00473e;
  border-radius: 10px;
}



.modal2 {
  position: fixed;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.modal2 > div {
  position: relative;
  display: block;
  width: 650px;
  padding: 20px;
  background: #01398c;
  border-radius: 10px;
}
.modal2 > div > span {
  position: absolute;
  display: block;
  width: 100%;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  text-align: right;

}



.modal2 #formPacote {
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
}
#formPacote h2 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
#formPacote p {
  display: block;
  margin: 8px 0 25px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
}


#formPacote .full {
  display: block;
  width: 100%;
}
#formPacote .half {
  display: inline-block !important;
  width: calc(50% - 4px);
}
#formPacote .half + .half {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 0 15px 20px;
}
#formPacote .field {
  position: relative;
  display: block;
  margin: 0 0 22px 0;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 5px;
}
#formPacote .field input {
  display: block;
  width: calc(100% - 20px);
  padding: 15px 10px 10px 10px;
  cursor: text;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: none;
  text-align: left;
}
#formPacote .field label {
  position: absolute;
  display: block;
  top: -7px;
  left: 10px;
  padding: 0 5px 0 5px;
  margin: 0 0 3px 0;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #01398c;
}

#formPacote .field select {
  display: block;
  width: calc(100% - 20px);
  padding: 15px 10px 10px 10px;
  cursor: text;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: none;
  text-align: left;
}

#formPacote button {
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 10px 0 0 0;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  background: #FBAF00;
  color: #000;
  cursor: pointer;
}


#formPacote ::-webkit-input-placeholder {
  font-size: 15px;
  color: #8ea4d5;
}
#formPacote :-moz-placeholder {
  font-size: 15px;
  color: #8ea4d5;
}
#formPacote ::-moz-placeholder {  
  font-size: 15px;
  color: #8ea4d5;
}
#formPacote :-ms-input-placeholder {  
  font-size: 15px;
  color: #8ea4d5;
}


#formPacote .msg {
  display: block;
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
}
#formPacote .msg > b {  
  display: block;
  margin: 0 0 10px 0;
  font-size: 35px;
}
#formPacote .msg > p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
}



#contato > .msg > strong {
  margin: 0 0 20px 0;
  font-size: 25px;
}
#contato > .msg > p {
  font-size: 15px;
  line-height: 26px;
}


#contato strong {
  font-size: 35px;
  font-weight: 500;
  color: #142554;
}
#contato form {
  display: block;
  margin: 20px 0 0 0;
}
#contato form > p {
  display: block;
  margin: 0 0 20px 0;
  font-size: 13px;
}
#contato form > span {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #C22D32;
}
#contato input {
  display: block;
  width: calc(100% - 42px);
  padding: 15px 20px 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #cbced5;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
#contato select {
  display: block;
  width: calc(100%);
  padding: 15px 20px 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #cbced5;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
}
#contato textarea {
  display: block;
  width: calc(100% - 40px);
  padding: 15px 20px 15px 20px;
  margin: 15px 0 0 0;
  border: 1px solid #cbced5;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
#contato button {
  width: 100%;
  padding: 25px 20px 25px 20px;
  margin: 30px 0 0 0;
  border: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background: #FBAF00;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}
#contato button > em {
  font-size: 20px;
} 


#contato input.error, textarea.error {
  border: 3px solid #C22D32 !important;
}


#contato label.error { 
  font-size: 12px;
  color: #C22D32;
}




.instagram {
  margin: 0 0 60px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.instagram h2 {
  display: block;
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: 600;
  color: #343A41;
}
.instagram .instagram-itens {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram .instagram-itens div {
  width: calc(16.6666% - 20px);
  margin: 0 0 20px 0;
}
.instagram .instagram-itens img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
} 
.instagram .instagram-itens p {
  margin: 10px 0 0 0;
  font-size: 12px;
  display: none;
}





