.detalhes {
  padding: 25px 90px;
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box-info {
  text-align: center;
  color:  #fff;
}

.box-info.box1,
.box-info.box2,
.box-info.box3{
  border-right: 1px solid #EA002A;
}

.box-info .conteudo img {
  width: 40px;
  margin-right: 15px;
}

.box-info .conteudo i{
  font-size: 2em;
  color:  #EA002A;
  margin-right: 15px;
}

.box-info .legenda {
  color: #EA002A;
  margin-bottom: 5px;
}

.box-info .conteudo {
  display: flex;
  align-items: center;
  justify-content: center;  
  font-size: 1.2em;
  padding: 0 10px;
}

.video{
  max-width: 800px;
  max-height: 450px;
  margin: 30px auto;
}

.descritivo-imagens {
  padding:  25px 0 0;
  background-color: #eee;
}

.descritivo-imagens .descritivo {
  margin: 50px 100px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #000;
}

ol.flickity-page-dots {
    position: relative;
}

.flickity-viewport {
    margin-bottom: 0px !important;
}

.cta {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #000;
  border-radius: 100px;
  padding: 20px 0;
  height: 100%;
  margin: 0 90px;
  clear: both;
}

.cta .frase h3 {
  font-size: 2em;
}

.cta .botao a button {
  margin-top: 15px;
  background: #EA002A;
  width: 140px;
  height: 40px;
  padding: 10px;
  text-align: center;
  border-radius: 25px !important;
  border: none !important;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.roteiro {
  padding: 50px 0;
}

.roteiro .tab {
  float: left;
  width: 25%;
}

.roteiro .tab button {
  display: block;
  background-color: #F5F5F5;
  color: black;
  padding: 22px 16px;
  margin: 10px 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 15px;
}

.roteiro .tab button:hover {
  background-color: #ddd;
}

.roteiro .tab button.active {
  background-color: #EA002A;
  color: #fff;
}


.roteiro .tab button i {
  font-size: 1.5em;
  margin-right: 10px;
}

.roteiro .tabcontent {
  float: left;
  padding: 10px 50px;
  width: 75%;
  border-left: none;
  height: 100%;
}

#Roteiro .detRoteiro {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

#Roteiro .detRoteiro:last-child {
    border-bottom: none !important;
}

#Roteiro .detRoteiro .rotDia {
  padding: 15px 35px;
  width: auto;
  border: 1px solid #000;
  border-radius: 15px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000;
}

#Roteiro .detRoteiro .rotDesc {
  margin-left: 25px;
}

#Roteiro .detRoteiro .rotDesc p,
#Valores p,
#Pagamento p {
  line-height: 1.5em;
  color: #000;
}

#Roteiro .detRoteiro .rotDesc .incluso {
    display: flex;
    align-items: center;
    font-size: 16px;
}

#Roteiro .detRoteiro .rotDesc .incluso img {
    width: 60px;
}

#Roteiro .detRoteiro .rotDesc .incluso p {
  padding-bottom: 0;
  margin-right: 10px;
  margin-left: 5px;
  text-align: center;
  color: #EA002A;
  font-size: 1em;
}

@media only screen and (max-width: 600px) {
  #Roteiro .detRoteiro {
    display: block;
  }
  #Roteiro .detRoteiro .rotDia{
  	width: 50%;
    margin: 20px auto;
  }
  #Roteiro .detRoteiro .rotDesc .incluso{
  	flex-wrap: wrap;
  }
  #Roteiro .detRoteiro .rotDesc .incluso img{
  	margin: 10px 5px 10px 0px;
  }
  #Roteiro .detRoteiro .rotDesc .incluso p{
  	width: 65%;
    text-align: left;
  }
  .descritivo-imagens .descritivo {
	margin: 50px 0px;
  }
}

#Valores table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 5px;
}

#Valores table tbody tr th {
  width: auto;
  height: auto;
  background: #EA002A;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

#Valores table tbody tr td {
  width: auto;
  background: #EEE;
  height: auto;
  border-radius: 15px;
  padding: 25px 0;
  text-align: center;
  color: #000;
}

#Valores table tbody tr td.tipo-acomodacao {
  background-color: #DDD!important;
}

div#Pagamento .formas-de-pagamento {
  display: flex;
  align-items: center;
}

div#Pagamento .formas-de-pagamento .card {
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 15px;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 100%;
  
}

div#Pagamento .formas-de-pagamento .card i {
  background: #EA002A;
  width: 60px;
  height: 60px;
  display: block;
  padding-top: 15px;
  margin-right: 15px;
  float: left;
  color: #fff;
  border-radius: 40px;
  font-size: 2em;
}

div#Pagamento .formas-de-pagamento .card .opcao-title {
  font-size: 1.4em;
  color: #000;
  font-weight: bold;
}

div#Pagamento .formas-de-pagamento .card .complemento {
  margin: 5px 0;
  font-size: 1.2em;
}

div#Pagamento .formas-de-pagamento .card .desconto {
  display: flex;
  justify-content: center;
  padding: 5px;
  width: 125px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #EA002A;
  border: 2px solid #EA002A;
  border-radius: 15px;
}

div#Detalhes {
  color: #000;
  line-height: 1.5em;
}

div#Valores {
  color: #000;
  line-height: 1.5em;
}

div#Pagamento {
  color: #000;
  line-height: 1.5em;
}


.cta-rodape {
  display: flex;
  justify-content: space-around;
  border: 2px solid #000;
  border-radius: 100px;
  padding-top: 35px;
  height: 100%;
  margin: 50px 0;
  clear: both;
}

.cta-rodape .frase h3 {
  font-size: 2.5em;
}

.cta-rodape .frase p {
  line-height: 1em;
  padding-bottom: 5px;
}

.cta-rodape .frase p.sub-descricao {
  padding-bottom: 35px;
}

.cta-rodape .botao a button {
  margin-top: 15px;
  background: #EA002A;
  width: 140px;
  height: 40px;
  padding: 10px;
  text-align: center;
  border-radius: 25px !important;
  border: none !important;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px){
  .detalhes {
  padding: 15px 0;
  grid-template-columns: 4fr;
  }

  .box-info {
  padding: 15px 0;
  }

  .box-info.box1,
  .box-info.box2,
  .box-info.box3{
  border-right: 0;
  border-bottom: 1px solid #EA002A;
  }

  .cta {
  display: block;
  margin: 0;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  }

  .cta .frase h3 {
  font-size: 1.6em;
  }

  .roteiro .tab {
  width: 100%;
  }

  .roteiro .tabcontent {
  width: 100%;
  padding: 0;
  }

  .incluso img {
    width: 35px;
    margin-right: 5px;
  }

  div#Valores {
    overflow-x: auto;
  }
  .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    object-fit: cover;
  }

  ::-webkit-scrollbar {
  width: 2px;
  }

  ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
  }
   
  ::-webkit-scrollbar-thumb {
  background: #EA002A; 
  border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
  }

  div#Pagamento .formas-de-pagamento {
    display: block;
  }

  div#Pagamento .formas-de-pagamento .card {
    margin-bottom: 15px;
	/*height: auto;*/
  }

  div#Pagamento .formas-de-pagamento .card .desconto {
    width: auto;
  }
    .cta-rodape{
  display: block;
  border-radius: 15px;
  }

  .cta-rodape .frase h3 {
  font-size: 1.8em;
  line-height: 1em;
  text-align: center;
  }

  .cta-rodape .frase p{
  margin: 15px 0;
  padding: 0px;
  font-size: 1.7em;
  line-height: 1em;
  text-align: center;
  }

  .cta-rodape .botao{
  margin-bottom: 15px;
  text-align: center;
  }

}