/* Estilos generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container-max {
  max-width: 1088px;
  margin-right: auto;
  margin-left: auto;
}
p {
  color: #707070;
}

/*===============================================*/
/************ container descripción 1 ************/
/*===============================================*/
.container-descripcion-1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 1rem;
}
.container-card-botes {
  padding: 2.4rem 0;
  margin-bottom: 2rem;
}
.container-card-botes .img-bote {
  width: 100%;
  margin-bottom: 1rem;
}
.container-card-botes h3 {
  color: #DDAD59;
  font-size: 48px;
}
.container-card-botes .capacidad-botes {
  color: #707070;
  font-weight: bold;
}
.container-card-botes .container-options-bote {
  display: flex;
  flex-wrap: wrap;
}
.container-card-botes .container-options-bote .opnt-bote {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.container-card-botes .container-options-bote .opnt-bote img {
  margin-right: .5rem;
  border-radius: 20px;
}
.container-card-botes .container-options-bote .opnt-bote span {
  font-size: 12px;
  color: #707070;
}


.container-fotos {
  background-color: #1E5159;
  padding: 2rem 0;
}
.container-fotos .separador-1 {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  margin-bottom: 1rem;
}
.container-fotos .separador-1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #CECECE;
}
.container-fotos .separador-1::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1E5159;
  z-index: 1;
}
.container-fotos .separador-1 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1E5159;
  z-index: 2;
}
.container-fotos img{
  border-radius: 20px;
}

.container-promocional {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 10px;
  background-color: #F8F9FA;
  padding: 1rem;
}

.container-destinos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.container-destinos span {
  position: absolute;
  color: white;
  bottom: 1rem;
  left: 1rem;
  font-size: 24px;
}
.container-destinos img {
  width: 100%;
}

.text-naranja{
  color: #DDAD59 !important;
}

.conatiner-banner-principal{
  height: 420px;
  background-image: url('../assets/imgs/banner-botes-qm.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0C182E;
}
